/**
 *------------------------------------------------------------------------------
 * @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";
}
/* ----- Start ----- */
.tz-relative {
  position: relative;
}
.header,
.main-content {
  -webkit-transition: margin-top 0.3s linear 0s;
  -moz-transition: margin-top 0.3s linear 0s;
  -o-transition: margin-top 0.3s linear 0s;
  transition: margin-top 0.3s linear 0s;
  -webkit-backface-visibility: hidden;
}
.set_height img {
  height: 30px;
}
.white_footer {
  background: #ffffff;
  bottom: 0;
  height: 30px;
  position: fixed;
  width: 100%;
  z-index: 999999;
}
.white_top {
  background: #ffffff;
  top: 0;
  height: 30px;
  position: fixed;
  width: 100%;
  z-index: 999999;
}
.before-load > * {
  opacity: 0;
}
.before-load > #loading,
.before-load .header {
  opacity: 1;
  z-index: 99999999;
}
.detail {
  position: relative;
}
.tz-none {
  display: none;
}
.alert.alert-notice {
  border: 1px solid #e7e7e7;
  border-radius: 0;
  margin: 0 60px;
  padding: 30px;
}
.view-vmsearch .browse-view,
.view-category .browse-view {
  margin: 0;
}
.view-vmsearch .sidebar .tz-main,
.view-category .sidebar .tz-main {
  padding-right: 0;
}
.view-vmsearch .sidebar .tz-right,
.view-category .sidebar .tz-right {
  padding-left: 0;
}
#ascrail2000-hr {
  display: none !important;
}
.view-article .detail > .row,
.layout-blog .detail > .row {
  margin: 0 -15px;
}
.view-article .tz-right,
.layout-blog .tz-right {
  padding-right: 45px;
}
.main-content > .container-fluid {
  padding: 0;
}
.fix {
  position: fixed !important;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1111;
}
.fix .thumb:hover .bg-over-lay {
  height: 130px;
}
.fix .thumb .bg-over-lay {
  height: 100px;
}
.tz-right .module-title {
  padding-bottom: 30px;
  margin: 0;
}
.tz-right .module-title > span {
  color: #000000;
  position: relative;
}
.tz-right .module-title > span:before {
  border-top: 1px dashed #dddddd;
  bottom: -10px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
.padding-bot-60 {
  padding-bottom: 60px;
}
.padding-t-b-70px {
  padding-top: 70px;
  padding-bottom: 70px;
}
.padding-top-40 {
  padding-top: 40px;
}
.padding-top-20 {
  padding-top: 20px;
}
.padding-30 {
  padding: 30px;
}
.padding-45-30 {
  padding: 45px 30px;
}
.padding-40 {
  padding: 40px 0;
}
.bg-color {
  background: #3e3e3e;
}
.bg-color .module-title span,
.bg-color li a {
  color: #ffffff !important;
}
.bg-color li:hover a {
  color: #f1805e !important;
}
.padding-45 {
  padding-top: 45px;
  padding-bottom: 45px;
}
.padding-45 .padding-45 {
  padding: 0;
}
.padding-top-0 {
  padding-top: 0;
}
.filter-ver {
  display: none;
  position: relative;
  z-index: 999999;
}
.filter-ver.active {
  position: fixed;
  top: 0;
  width: 100%;
}
.filter-portoflio-vertical #tz_options {
  position: relative;
  opacity: 1;
  z-index: 1;
  padding: 15px 0;
  background: #000000;
  color: #ffffff;
}
.filter-portoflio-vertical #tz_options #filter a {
  color: rgba(255, 255, 255, 0.5);
}
.filter-portoflio-vertical #tz_options #filter a.active,
.filter-portoflio-vertical #tz_options #filter a:hover,
.filter-portoflio-vertical #tz_options #filter a.selected {
  color: #ffffff;
}
.filter-portoflio-vertical .filter-close {
  right: 15px;
}
ul {
  padding: 0;
  margin: 0;
}
ul li {
  list-style: none;
}
.tabs {
  margin: 45px 0;
  border: 1px solid #e7e7e7;
}
.tabs > ul {
  min-height: 59px;
}
.tabs ul {
  background: rgba(188, 188, 188, 0.1);
}
.tabs ul li {
  float: left;
}
.tabs ul li a {
  font-size: 13px;
  font-weight: bold;
  color: #000000;
  padding: 20px;
  display: block;
  border-right: 1px solid #e7e7e7;
}
.tabs ul li.active a {
  border-bottom: 1px solid #ffffff;
}
.tabs ul li:hover,
.tabs ul li.active {
  background: #ffffff;
}
.tabs ul li:hover a,
.tabs ul li.active a {
  color: #e85d33;
}
.tabs .tabs-pane {
  border-top: 1px solid #e7e7e7;
  margin-top: -1px;
}
.tabs .tabs-pane .tab-panel {
  padding: 35px 20px 25px;
  font-size: 13px;
}
.width-auto {
  width: auto;
}
p {
  margin: 0;
  padding: 0;
}
.header {
  line-height: 1;
  position: relative;
  z-index: 999999;
}
.icon_menu_ver {
  display: none;
}
.filter-portoflio {
  display: none;
}
.horizontal div.mod-languages ul.lang-inline li {
  float: left;
  border-left: 1px solid;
  margin: 0;
  text-transform: lowercase;
  padding: 0 10px;
  line-height: 1.2em;
}
.horizontal div.mod-languages ul.lang-inline li a {
  font-size: 14px;
  line-height: 1.2em;
}
.horizontal div.mod-languages ul.lang-inline li.lang-active {
  text-transform: uppercase;
}
.horizontal div.mod-languages ul.lang-inline li:first-child {
  border-left: medium none;
  padding-left: 0;
}
.horizontal div.mod-languages ul.lang-inline li:last-child {
  padding-right: 0;
}
.horizontal .button_scroll.fixed {
  margin-left: -10px;
}
.vertical .header {
  height: 100%;
  padding: 30px 0;
  position: fixed;
  width: 75px;
  z-index: 9999999;
}
.vertical .header > *,
.vertical .header > div > * {
  height: 100%;
}
.vertical .header .top-head-right.liona-top-head-right > div {
  margin-bottom: 25px;
  text-align: center;
}
.vertical .header #tz-logo-area {
  padding-bottom: 80px;
  text-align: center;
}
.vertical div.mod-languages {
  margin-right: 10px;
  margin-top: 5px;
  text-align: center;
}
.vertical div.mod-languages ul.lang-inline li {
  float: left;
  border-left: none;
  margin: 0;
  width: 100%;
}
.vertical div.mod-languages ul.lang-inline li a {
  border-top: 1px solid;
  font-size: 14px;
  text-transform: lowercase;
  margin: auto;
  padding: 5px;
  width: 60%;
  display: block;
}
.vertical div.mod-languages ul.lang-inline li:first-child a {
  border-top: none;
}
.vertical div.mod-languages ul.lang-inline li.lang-active a {
  text-transform: uppercase;
}
.vertical div.mod-languages ul.lang-inline li:last-child {
  margin-bottom: 20px;
}
.vertical div.mod-languages {
  margin-right: 0 !important;
}
.vertical .show_cart {
  float: none !important;
}
.vertical .show_cart a {
  float: none !important;
}
.vertical .nav.navbar-nav.level0 {
  padding-left: 45px;
}
.vertical .icon_menu_ver {
  color: #fff;
  font-size: 20px;
  left: 10px;
  position: absolute;
  top: 30%;
  display: block;
}
.vertical .tz-footer {
  padding-top: 15px;
  padding-bottom: 0;
  line-height: 1;
}
.vertical .tz-footer .loading_portoflio {
  width: 100%;
  text-align: center;
}
.vertical .tz-footer .loading_portoflio #tz_append #infscr-loading {
  text-align: center;
}
.vertical .tz-footer .footer_info {
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.vertical .custom_text {
  bottom: 0;
  position: absolute;
}
.vertical .custom_text .text_vertical {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transform-origin: 15px 0px 0;
  -ms-transform-origin: 15px 0px 0;
  -webkit-transform-origin: 15px 0px 0;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  min-width: 250px;
}
.vertical #tz_options .option-combo {
  padding: 0 15px;
}
.menu {
  display: none;
  position: relative;
  z-index: 9999999;
  width: 100%;
}
.menu.active {
  position: fixed;
  top: 0;
}
.text-logo {
  font-size: 19px;
  font-weight: bold;
  text-transform: uppercase;
}
.text-logo:hover {
  text-decoration: none;
}
a:focus {
  outline: none;
}
a:focus,
a:hover,
a:active {
  text-decoration: none;
}
.tz-top-head-right > div {
  display: inline-block;
  float: right;
  padding: 0 10px;
}
.tz-top-head-right > .tz-module:first-child {
  padding-right: 0;
}
.header .row {
  position: relative;
}
.btn_filter,
.btn_search,
.search-close {
  cursor: pointer;
}
.search #searchForm > * {
  margin-bottom: 15px;
}
.search .btn-toolbar {
  margin: 0;
}
.search .btn-toolbar .btn-group {
  margin: 0;
  display: block;
  position: relative;
  width: 100%;
}
.search .btn-toolbar .btn-group input {
  width: 100%;
  padding: 5px;
}
.search .btn-toolbar .btn-group .btn {
  background: none repeat scroll 0 0 transparent;
  border: 0 none;
  border-radius: 0;
  float: none;
  line-height: 1;
  margin: 0;
  padding: 7px 10px;
  position: absolute;
  right: 0;
  top: 0;
}
.search .phrases .phrases-box input,
.search .only .phrases-box input,
.search .phrases .checkbox input,
.search .only .checkbox input {
  position: relative;
  margin: 0 10px 0 0;
}
.search .search_option .phrases,
.search .search_option .only {
  width: 50%;
  float: left;
}
.search #limit_chzn,
.search .chzn-drop {
  width: auto !important;
}
.search-ver {
  display: none;
}
.search-ver .top-search {
  position: relative;
  opacity: 1;
  z-index: 1;
  height: auto;
  background: transparent;
}
.search-ver .top-search input.inputbox {
  color: #ffffff;
  background: transparent;
  height: auto;
  padding-top: 15px;
  padding-left: 60px;
}
.search-ver .top-search .search-icon {
  color: #ffffff;
  position: absolute;
  top: 35%;
  left: 10px;
}
.search-ver .top-search .search-close {
  color: #ffffff;
  top: 30%;
  right: 20px;
  font-size: 18px;
}
.top-search {
  height: 100%;
  position: fixed;
  width: 100%;
  background: #f4f4f4;
  z-index: -9999;
  opacity: 0;
  left: 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;
  -webkit-backface-visibility: hidden;
}
.top-search.active {
  z-index: 999999;
  opacity: 1;
}
.top-search .module-inner,
.top-search .module-ct,
.top-search .tz-module {
  height: 100%;
}
.top-search .module-ct {
  position: absolute;
  width: 100%;
  height: 100%;
}
.top-search .search {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
}
.top-search .search .form-inline {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.top-search .search .search-icon {
  font-size: 36px;
  position: relative;
  right: 45px;
  top: 50px;
}
.top-search input.inputbox {
  border: medium none;
  border-radius: 0;
  width: 100%;
  box-shadow: none;
  vertical-align: top;
  font-weight: 300;
  font-size: 45px;
  color: #000000;
  background: transparent;
  height: auto;
  line-height: 45px;
  padding: 0;
  margin: 70px 0 0;
}
.top-search input.inputbox:focus {
  box-shadow: none;
}
.top-search .search-close {
  position: absolute;
  right: 45px;
  top: 45px;
  font-size: 36px;
}
.filter-close {
  position: absolute;
  right: 0;
  top: 0;
}
.search-close,
.filter-close {
  font-size: 14px;
}
.filter-close,
.menu-close {
  cursor: pointer;
}
.filter-icon,
.search-icon,
.menu-icon {
  font-size: 14px;
  cursor: pointer;
}
div.last_item:before {
  background: none repeat scroll 0 0 black;
  color: black;
  content: "";
  height: 1px;
  left: -45px;
  position: absolute;
  top: 10px;
  width: 50px;
}
div.last_item > span {
  font-size: 18px;
  text-transform: uppercase;
  padding-left: 30px;
}
#tz_options {
  display: block;
  padding: 0 15px;
  position: absolute;
  width: 100%;
  background: #ffffff;
  opacity: 0;
  z-index: -9999;
  -webkit-transition: opacity 0.2s ease-out 0s;
  -moz-transition: opacity 0.2s ease-out 0s;
  -o-transition: opacity 0.2s ease-out 0s;
  transition: opacity 0.2s ease-out 0s;
  -webkit-backface-visibility: hidden;
  min-height: 100%;
}
#tz_options .option-combo {
  position: relative;
  margin-top: 10px;
}
#tz_options #filter {
  display: inline-block;
}
#tz_options #filter a {
  padding: 0 15px;
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
}
#tz_options #filter a:hover,
#tz_options #filter a:focus,
#tz_options #filter a:active {
  text-decoration: none;
}
#tz_options #filter a.selected,
#tz_options #filter a:hover,
#tz_options #filter a:focus,
#tz_options #filter a:active {
  background: transparent;
  color: #000000;
}
#tz_options.active {
  display: block;
  opacity: 1;
  z-index: 999999;
}
/*---- Portfolio ----*/
.fix .TzArticleMedia img {
  width: auto;
  position: relative;
}
#TzContent {
  margin: -7px;
  width: auto;
}
#TzContent #portfolio:before,
#TzContent #portfolio:after {
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
}
#TzContent #portfolio .tzoverlay {
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 100;
  -webkit-transition: all 0.8s ease 0.1s;
  -moz-transition: all 0.8s ease 0.1s;
  -o-transition: all 0.8s ease 0.1s;
  transition: all 0.8s ease 0.1s;
  -webkit-backface-visibility: hidden;
  opacity: 0;
  -webkit-backface-visibility: visible;
}
#TzContent .element {
  background: transparent;
  border: none;
}
#TzContent .element:hover {
  overflow: visible;
}
#TzContent .TzInner {
  margin: 7px;
  overflow: hidden;
  position: relative;
  padding: 0;
  border: 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;
  -webkit-backface-visibility: hidden;
}
#TzContent .TzInner:after {
  background: rgba(0, 0, 0, 0);
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  -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;
  -webkit-backface-visibility: hidden;
  top: 0;
  z-index: 99;
}
#TzContent .TzInner:hover {
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.8);
}
#TzContent .TzInner:hover .TzPortfolioDescription {
  opacity: 1;
  z-index: 9999;
}
#TzContent .TzInner:hover:after {
  top: 0;
  background: rgba(0, 0, 0, 0.5);
}
#TzContent .TzInner:hover:before {
  transform: rotate(45deg);
}
#TzContent .TzInner:hover .TzPortfolioMedia img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
#TzContent .TzInner .TzPortfolioDescription {
  display: table;
  height: 100%;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  vertical-align: middle;
  width: 100%;
  opacity: 0;
  padding: 15px;
  -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;
  -webkit-backface-visibility: hidden;
}
#TzContent .TzInner .TzPortfolioDescription .TzPortfolioTitle a {
  font-size: 20px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
}
#TzContent .TzInner .TzPortfolioDescription > * {
  display: table-cell;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}
#TzContent .TzInner .tag a {
  text-transform: capitalize;
  color: #ffffff;
  font-weight: bold;
}
#TzContent .TzInner .TzPortfolioMedia img {
  position: relative;
  -webkit-transition: all 2s ease 0s;
  -moz-transition: all 2s ease 0s;
  -o-transition: all 2s ease 0s;
  transition: all 2s ease 0s;
  -webkit-backface-visibility: hidden;
  -webkit-backface-visibility: visible;
  visibility: visible;
  width: 100%;
  height: 100%;
}
.loading_portoflio {
  display: block;
  left: 50%;
  margin: -110px 0 0 -110px;
  position: fixed;
  top: 50%;
  z-index: 99999;
}
#tz_append {
  display: table;
  height: 100%;
  width: 100%;
}
#tz_append > a {
  font-size: 18px;
  text-transform: uppercase;
  color: #000000;
}
#tz_append #infscr-loading {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  border: none;
  padding: 0;
  left: 0;
  bottom: 0;
  position: relative;
  font-size: 18px;
  text-transform: uppercase;
  height: 220px;
  width: 220px;
  display: table-cell;
  vertical-align: middle;
}
#tz_append #infscr-loading img {
  position: absolute;
  top: 25%;
  left: 25%;
  opacity: 0.05;
}
/*---------- FOoter -----------*/
.footer-hori {
  padding: 15px 15px 0 15px;
}
.loading_portoflio {
  display: inline-block;
}
.tz-footer .custom {
  position: relative;
}
.footer_info {
  float: right;
  color: #000000;
  margin-top: 5px;
  text-transform: uppercase;
}
.footer_info a {
  color: #000000;
}
.footer_info a:hover {
  color: #000000;
}
/* ------ Menu Ver ----*/
.mega-group-title {
  letter-spacing: 1.3px;
}
.menu-aside.tz-ver {
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-backface-visibility: hidden;
}
.tz-ver #tz-logo-area {
  padding-bottom: 80px;
}
.tz-ver #tz-liona-breadcrumbs {
  bottom: 170px;
}
.tz-ver #tz-liona-breadcrumbs .last_item {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transform-origin: left top 0;
  min-width: 310px;
}
.tz-ver #tz-liona-breadcrumbs .last_item span {
  padding: 0 0 0 45px;
}
.tz-ver .header > div > div {
  padding: 0;
}
.tz-ver .header > div > div#tz-liona-top-head-right > div {
  margin-bottom: 25px;
}
.tz-ver .header,
.tz-ver .header > div {
  height: 100%;
  width: 100%;
  margin: 0;
}
.tz-top-head-right {
  margin-top: 5px;
}
/*---- Home ---*/
/* ---- Zoomslide ---- */
.tz_zoomslider {
  position: relative;
}
.tz_zoomslider .tz_cus_content {
  display: table;
  width: 100%;
  height: 100%;
  z-index: 111;
  position: absolute;
  background: rgba(255, 255, 255, 0.7);
}
.tz_zoomslider .tz_cus_content > div {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  position: relative;
  bottom: auto;
  left: auto;
  right: auto;
}
.tz_zoomslider .tz_cus_content .custom_image {
  margin-bottom: 50px;
}
.tz_zoomslider .tz_cus_content .cus_style1,
.tz_zoomslider .tz_cus_content .cus_style2,
.tz_zoomslider .tz_cus_content .tz_custom_button {
  text-transform: uppercase;
  line-height: 1.2em;
}
.tz_zoomslider .tz_cus_content .cus_style1 {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
  color: #ffffff;
  display: inline-block;
  font-size: 18px;
  padding: 5px 15px;
  margin-bottom: 20px;
  font-weight: bold;
}
.tz_zoomslider .tz_cus_content .cus_style2 {
  background: transparent;
  color: #000000;
  font-size: 60px;
  margin: 15px auto;
}
.tz_zoomslider .tz_cus_content .tz_custom_button {
  margin-top: 20px;
  color: #000000;
  font-size: 18px;
  border: 2px solid #000000;
  padding: 10px 30px;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.tz_zoomslider .tz_cus_content .tz_custom_button span {
  position: relative;
  z-index: 999;
}
.tz_zoomslider .tz_cus_content .tz_custom_button:hover {
  color: #FFffff;
}
.tz_zoomslider .tz_cus_content .tz_custom_button:hover:after {
  height: 600%;
  opacity: 1;
}
.tz_zoomslider .tz_cus_content .tz_custom_button:after {
  content: "";
  position: absolute;
  transition: all 0.5s ease 0s;
  background: none repeat scroll 0 0 #000;
  width: 100%;
  height: 0;
  left: 50%;
  opacity: 0;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
/*----- Supersize ----*/
.bg-overlay-supersize {
  background: url("../../../images/pattern.png") repeat;
  height: 100%;
  position: absolute !important;
  width: 100%;
  z-index: 1;
}
.text3 .revo_text_2 {
  color: #ffffff;
}
.tz_supersized {
  position: relative;
  overflow: hidden;
}
.tz_supersized #supersized {
  top: auto;
  position: relative;
  left: auto;
  padding: 0;
  right: auto;
}
.tz_supersized #prevslide,
.tz_supersized #nextslide {
  background: transparent !important;
  font-size: 48px;
  color: #000000;
  line-height: 1;
  width: auto;
  height: auto;
  margin: 0;
  opacity: 1 !important;
  z-index: 1111;
}
.tz_supersized #prevslide:hover,
.tz_supersized #nextslide:hover,
.tz_supersized #prevslide:focus,
.tz_supersized #nextslide:focus {
  color: #ffffff;
}
.tz_supersized #prevslide:active,
.tz_supersized #nextslide:active {
  margin-top: 0 !important;
}
.tz_supersized #tz_supersized.tz_liona_supersized {
  display: table;
  width: 100%;
  height: 100%;
  position: absolute;
}
.tz_supersized #tz_supersized.tz_liona_supersized .slide-des {
  display: table-cell;
  bottom: auto;
  left: auto;
  top: auto;
  right: auto;
  vertical-align: middle;
  height: 100%;
  width: 100%;
  position: relative;
  text-align: center;
  padding: 0 30px;
}
.tz_supersized #tz_supersized.tz_liona_supersized .slide-des .slidecaption {
  font: inherit;
  margin: 0;
  float: none;
  text-shadow: none;
  background: transparent !important;
  display: block !important;
  padding: 0 !important;
  overflow: visible !important;
}
.tz_supersized #tz_supersized.tz_liona_supersized .slide-des .slidecaption span,
.tz_supersized #tz_supersized.tz_liona_supersized .slide-des .slidecaption p {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  color: #ffffff;
}
.tz_supersized #tz_supersized.tz_liona_supersized .slide-des .slidecaption p {
  font-size: 48px;
  padding: 0 10px;
}
.tz_supersized #tz_supersized.tz_liona_supersized .slide-des .slidecaption span {
  padding: 3px 10px;
  font-size: 18px;
  top: -3px;
  position: relative;
}
.tz_supersized #tz_supersized.tz_liona_supersized .slide-des .slidecaption#slidecaption {
  padding-bottom: 25px !important;
}
.tz_supersized #tz_supersized.tz_liona_supersized .slide-des .slidecaption#slidecaption1 {
  padding-top: 20px !important;
}
.tz_supersized #tz_supersized.tz_liona_supersized .slider-control {
  position: absolute;
  right: 75px;
  height: auto;
  width: auto;
  top: 75px;
  z-index: 1111;
}
.tz_supersized #tz_supersized.tz_liona_supersized .slider-control #prevslide {
  padding-right: 25px;
}
.tz_supersized #tz_supersized.tz_liona_supersized .slider-control #nextslide {
  padding-left: 25px;
}
.tz_supersized #thumb-tray {
  position: absolute;
  z-index: 111;
}
.tz_supersized #thumb-tray ul#thumb-list {
  margin: 0;
}
.tz_supersized #thumb-tray ul#thumb-list li,
.tz_supersized #thumb-tray ul#thumb-list img {
  min-height: 160px;
  width: 240px;
}
.tz_supersized #thumb-tray ul#thumb-list li {
  position: relative;
}
.tz_supersized #thumb-tray ul#thumb-list li:after {
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-backface-visibility: hidden;
}
.tz_supersized #thumb-tray ul#thumb-list li:hover:after,
.tz_supersized #thumb-tray ul#thumb-list li:hover:before {
  content: url("../../../images/Plus.png");
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 10;
  font-size: 60px;
  padding-top: 40px;
  color: #ffffff;
}
.slider-control span.music_icon,
.slider-control span.close-music,
.slider-control span.music {
  background: none !important;
}
ul#supersized li {
  left: auto !important;
  background: transparent;
  top: auto;
  bottom: auto;
  position: absolute;
}
/* ---- Video -----*/
#canvas {
  display: block;
}
.TzStatistic {
  overflow: hidden;
  position: relative;
}
.TzStatistic video {
  width: 100%;
  position: relative;
}
.TzStatistic .video-content,
.TzStatistic .bg-overlay {
  display: table;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.TzStatistic .tz-video-content {
  display: table-cell;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}
/* --- Revolution --- */
.tp-rightarrow.custom,
.tp-leftarrow.custom {
  top: inherit !important;
  background: none !important;
  height: auto !important;
  width: auto !important;
  margin: 0 !important;
}
.tp-rightarrow.custom:before,
.tp-leftarrow.custom:before {
  font-family: tzicon;
  color: #FFffff;
  font-size: 60px;
}
.tp-rightarrow.custom:hover:after,
.tp-leftarrow.custom:hover:after,
.tp-rightarrow.custom:hover:before,
.tp-leftarrow.custom:hover:before {
  color: #000000;
}
.tp-leftarrow.custom:before {
  content: '\e761';
}
.tp-rightarrow.custom:before {
  content: '\e762';
}
.tp-bullets.custom {
  top: 75px !important;
  right: 75px !important;
}
.bullet {
  display: inline-block;
  margin: auto 7px;
}
.bullet.selected:before {
  color: #000000;
}
.bullet:before {
  content: '\f111';
  color: rgba(0, 0, 0, 0.5);
  font-family: FontAwesome;
}
.home-slide-bg {
  overflow: hidden;
}
.fullscreen-container {
  height: 100% !important;
}
.tz-revo {
  height: 100%;
}
.tz-revo .module-inner {
  height: 100%;
}
.tz-revo .module-inner .module-ct {
  height: 100%;
}
.revo_text_1 {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8) !important;
  color: #fff;
  font-size: 18px !important;
  line-height: 1 !important;
  padding: 6px 15px !important;
  text-transform: uppercase;
  font-weight: bold;
}
.revo_text_2 {
  font-size: 60px !important;
  line-height: 1 !important;
  text-transform: uppercase;
  color: #000000;
}
.revo_button_1 {
  border: 2px solid #000000 !important;
  color: #000 !important;
  font-size: 18px !important;
  padding: 9px 25px !important;
  text-transform: uppercase;
  line-height: 1 !important;
  font-weight: bold;
}
/*----- Slider Shop ----*/
#mycursor {
  cursor: none;
  width: 80px;
  height: 70px;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  z-index: 10000;
}
.scroll-information {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
  padding: 70px 0;
  width: 100%;
}
.scroll-information:hover {
  cursor: pointer;
}
.va-container.top .va-slice {
  cursor: url("../../../images/scrolling-up-white.png"), url("../../../images/scrolling-up-white.png"), auto;
}
.va-container.bottom .va-slice {
  cursor: url("../../../images/scrolling-down-white.png"), url("../../../images/scrolling-down-white.png"), auto;
}
.ca-container {
  height: 0;
  width: 0;
}
.ca-container.tz-left .ca-item {
  cursor: url("../../../images/scrolling-left.png"), url("../../../images/scrolling-left.png"), auto;
}
.ca-container.tz-right .ca-item {
  cursor: url("../../../images/scrolling-right.png"), url("../../../images/scrolling-right.png"), auto;
}
.ca-container .category_info > div .category-title {
  font-weight: bold;
  font-size: 48px;
}
.ca-container .category_info > div .total {
  font-weight: bold;
}
#va-container {
  overflow: hidden;
  margin-top: -15px;
}
.va-wrapper {
  background: transparent !important;
}
.va-slice {
  padding: 7px 0;
}
.ca-item:hover .category_info > div .category-title:after,
.va-slice:hover .category_info > div .category-title:after {
  border-bottom-color: #FFffff;
}
.category-image,
.category_item {
  width: 100%;
  height: 100%;
  position: relative;
}
.category-image {
  overflow: hidden;
}
.category-image img {
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-backface-visibility: hidden;
}
.va-slice:hover .category-background {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
}
.va-slice:hover .category_info > div i,
.va-slice:hover .category_info > div .category-title,
.va-slice:hover .category_info > div .total {
  color: #ffffff;
}
.category_info {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.category_info > div .caption_image {
  margin: auto;
  height: 50px;
  width: 50px;
}
.category_info > div .category-title,
.category_info > div i {
  font-size: 60px;
  text-transform: uppercase;
}
.category_info > div i {
  display: block;
}
.category_info > div .category-readmore {
  color: #000000;
}
.category_info > div .category-title {
  margin: 20px 0 0 0;
  position: relative;
  display: inline-block;
}
.category_info > div .total {
  text-transform: uppercase;
  margin: 0;
  padding-top: 25px;
  color: #000000;
}
.category-background {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7);
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  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;
  -webkit-backface-visibility: hidden;
}
/*------- Cart Shop -------*/
.vmCartModule {
  position: relative;
}
.horizontal .total_products {
  right: -7px;
  top: -7px;
}
.total_products {
  position: absolute;
  right: -10px;
  top: -10px;
  background: #ff3b00;
  color: #ffffff;
  font-size: 7px;
  padding: 4px 5px;
  border-radius: 50%;
}
.show_cart {
  float: left !important;
}
.show_cart a {
  color: #000000;
}
.show_cart a i {
  font-size: 14px;
}
/*------- Shop horizontal ----*/
.vertical .ca-item .category_item {
  padding-right: 10px;
}
.vertical .ca-item .category_info {
  padding-right: 10px;
}
.horizontal .ca-container {
  margin: 0 -5px;
}
.horizontal .ca-item .category_item {
  padding: 0 5px;
}
.ca-item .category-background {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.35);
  margin: 0 10px;
}
.ca-item:hover .category-background {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
}
.tz-footer-horizontal {
  position: fixed;
  right: 0;
}
.tz-footer-horizontal .footer_info {
  margin: 0;
  position: fixed;
  right: 50px;
  text-align: center;
  top: 30px;
  transform: rotate(-90deg);
  transform-origin: right top 0;
}
/*----- Portoflio Item ----*/
.owl-stage {
  margin-left: -25px;
}
.tz_portfolio_image {
  text-align: center;
}
.detail .tz-right {
  padding-left: 0;
}
.TzArticleTitle {
  font-size: 36px;
  text-align: center;
  text-transform: uppercase;
  margin: 2px 0 6px 0;
  color: #000000;
  font-weight: bold;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  overflow: hidden;
  position: static;
}
.flex-control-thumbs li {
  float: left;
  margin: 0;
  width: 25%;
}
.flex-control-thumbs li img {
  cursor: pointer;
  display: block;
  opacity: 0.7;
  width: 100%;
}
.tz-portfolio-media .tz_portfolio_video {
  margin: 40px 35px;
}
.tz-portfolio-media .tz_portfolio_image_gallery {
  position: relative;
  margin: 40px -15px;
}
.tz-portfolio-media .tz_portfolio_image {
  margin: 40px 0;
  padding: 0 30px;
}
.tz-portfolio-media .tz_portfolio_image img {
  cursor: url("../../../images/zoom-white.png"), url("../../../images/zoom-white.png"), auto;
}
.tz-portfolio-media .tz_audio {
  margin: 40px 25px;
}
.TzArticleMedia.tz-right .owl-item {
  cursor: url("../../../images/scroll-no-text-right.png"), url("../../../images/scroll-no-text-right.png"), auto;
}
.TzArticleMedia.tz-left .owl-item {
  cursor: url("../../../images/scroll-no-text-left.png"), url("../../../images/scroll-no-text-left.png"), auto;
}
.tz-slide-navigation {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99999999;
  background: transparent;
}
.tz_portfolio_image_gallery .owl-stage-outer {
  height: 100%;
}
.tz_portfolio_image_gallery .owl-controls .owl-nav {
  display: none;
  padding-top: 10px;
}
.tz_portfolio_image_gallery .owl-controls .owl-nav .owl-prev,
.tz_portfolio_image_gallery .owl-controls .owl-nav .owl-next {
  display: inline-block;
}
.tz_portfolio_image_gallery .owl-controls .owl-nav .owl-prev i,
.tz_portfolio_image_gallery .owl-controls .owl-nav .owl-next i {
  font-size: 16px;
  color: #ffffff;
}
.tz_portfolio_image_gallery .owl-item {
  overflow: hidden;
  margin: 0 10px !important;
}
.tz_portfolio_image_gallery .owl-item > div > div::before {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
  -webkit-transition: width 0.5s ease 0s;
  -moz-transition: width 0.5s ease 0s;
  -o-transition: width 0.5s ease 0s;
  transition: width 0.5s ease 0s;
  -webkit-backface-visibility: hidden;
}
.tz_portfolio_image_gallery .owl-item.center {
  cursor: url("../../../images/zoom-white.png"), url("../../../images/zoom-white.png"), auto !important;
}
.tz_portfolio_image_gallery .owl-item.center > div > div::before {
  width: 0;
}
.tz_portfolio_image_gallery .owl-item.center .slide-overlay,
.tz_portfolio_image_gallery .owl-item.center .tz-slide-navigation {
  display: none;
}
.tz_portfolio_image_gallery .owl-item .slide-overlay {
  background: rgba(0, 0, 0, 0.7);
}
.tz_portfolio_image_gallery .owl-item.center .slide-overlay {
  background: transparent;
}
.tz_portfolio_image_gallery .owl-item > div {
  position: relative;
}
.tz_portfolio_image_gallery .slide-overlay {
  -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-backface-visibility: hidden;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 9999;
}
.flexslider {
  background: transparent !important;
}
.flexslider .slides img {
  width: 100%;
}
.flexslider.flex-fullscreen .slides img {
  width: auto;
  position: relative;
}
#slider.flexslider {
  padding: 0;
  margin: 0;
}
.flex-direction-nav li .flex-next,
.flex-direction-nav li .flex-prev {
  background: #ffffff;
  width: auto;
  padding: 0 10px;
}
.flex-direction-nav li .flex-next:before,
.flex-direction-nav li .flex-prev:before {
  font-family: tzicon;
  font-size: 20px;
  color: #000000;
}
.flex-direction-nav li .flex-next {
  right: -30%;
}
.flex-direction-nav li .flex-next:before {
  content: '\e762';
}
.flex-direction-nav li .flex-prev {
  left: -31%;
}
.flex-direction-nav li .flex-prev:before {
  content: '\e761';
}
.fullscreen {
  color: #ffffff;
  font-size: 20px;
  position: absolute;
  right: -25%;
  top: 30px;
  cursor: pointer;
}
.fullscreen:before {
  content: '\f065';
  font-family: FontAwesome;
}
.fullscreen:hover {
  color: #ffffff;
}
.fullscreen.compress:before {
  content: '\f066';
  font-family: FontAwesome;
}
.type_media i {
  margin-right: 10px;
}
.button_scroll {
  position: absolute;
  height: 30px;
  width: 30px;
  bottom: 0;
  left: 50%;
  margin-left: -11px;
  cursor: pointer;
}
.button_scroll.fixed {
  position: fixed;
  bottom: 30px;
  margin-left: 11px;
  z-index: 9999999;
}
.button_scroll > a {
  bottom: -10px;
  color: #000;
  font-size: 15px;
  line-height: 1;
  margin-left: 30px;
  position: absolute;
  z-index: 11111;
}
.button_scroll:after,
.TzArticleMedia:before {
  bottom: 0;
  left: 50%;
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.button_scroll:after {
  border-color: rgba(241, 241, 241, 0);
  border-bottom-color: #ffffff;
  border-width: 22px;
  margin-left: -24px;
  content: "";
}
.button_scroll:before {
  border-color: rgba(221, 221, 221, 0);
  border-bottom-color: #ffffff;
  border-width: 22px;
  margin-left: -24px;
  content: "";
}
.flex-direction-nav li a {
  z-index: 111;
}
.fulltext p {
  line-height: 1.92;
  padding: 12px 0;
  color: #000000;
}
.fulltext p.background_text {
  background: #21759b;
  text-align: center;
  font-size: 30px;
  color: #ffffff;
  line-height: 1.2em;
  padding: 92px 0 106px;
  margin: 25px 0 0;
}
.fulltext p.alt_title {
  font-size: 13px;
  font-style: italic;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.2;
}
.TzArticleTag .title {
  color: rgba(0, 0, 0, 0.4);
  font-size: 13px;
  display: inline-block;
  margin-right: 5px;
}
.TzArticleTag span {
  border-radius: 2px;
}
.TzArticleTag span .label {
  color: #ffffff;
  background: #d2d2d2;
  font-size: 12px;
  padding: 1px 5px;
  font-weight: 300;
}
.navi_article .pagenav {
  border-width: 1px 0;
  border-color: rgba(0, 0, 0, 0.1);
  border-style: solid;
  margin: 0;
  padding: 67px 0;
  font-size: 18px;
  position: relative;
  background: transparent;
}
.navi_article .pagenav a {
  color: #34373b;
  text-transform: uppercase;
  font-size: 14px;
}
.navi_article .pagenav span {
  display: block;
  color: #34373b;
  font-size: 14px;
}
.navi_article .pagenav > div > * {
  position: absolute;
}
.navi_article .pagenav > div a {
  top: 40px;
}
.navi_article .pagenav > div span {
  top: 67px;
  max-width: 50%;
}
.navi_article .pagenav .previous > * {
  left: 0;
}
.navi_article .pagenav .next > * {
  right: 0;
  text-align: right;
}
div#comments {
  padding-top: 0;
}
div#comments p {
  line-height: 1.5em;
  margin-right: 10px;
}
div#comments .count_cm {
  margin-top: 7px;
  padding-bottom: 4px;
}
div#comments h3.comment_header {
  float: left;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 25px;
  margin: 0;
}
div#comments .leave_comment {
  line-height: 1;
  margin: 0;
  position: relative;
  top: -5px;
}
div#comments .leave_comment:hover {
  color: #462800;
}
div#comments .comments_form {
  position: relative;
  top: -4px;
}
div#comments a {
  color: #462800;
}
div#comments a:hover {
  color: #462800 !important;
}
div#comments div.comment-avatar {
  margin-right: 10px;
  margin-top: 0;
}
div#comments div.comment-avatar img {
  width: 59px;
}
div#comments .comment-content {
  font-size: 13px;
  line-height: 20px;
  margin: 0;
  padding: 0 0 0 70px;
  color: #000000;
}
div#comments div#comments-list-0 {
  margin-left: 0;
  margin-top: 40px;
}
div#comments div#comments-list-0 #comments-list-1 {
  padding-left: 100px;
}
div#comments div#comments-list-0 #comments-list-2 {
  padding-left: 200px;
}
div#comments div#comments-list-0 .comments-list {
  margin-top: 35px;
  border-top: 1px solid #ebebeb;
  padding-top: 35px;
  margin-left: 0;
}
div#comments div#comments-list-0 .comment_item {
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(70, 40, 0, 0.1);
  margin-bottom: 45px;
}
div#comments div#comments-list-0 #comments-list-1 {
  margin: 0;
  padding-top: 0;
  border: none;
}
div#comments div#comments-list-0 #comments-list-1 .comment_item {
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(70, 40, 0, 0.1);
  margin-bottom: 45px;
}
div#comments #comments-inline-edit {
  border: none;
}
div#comments .comment-author {
  font-weight: 700;
  line-height: 1;
  margin: 0;
  padding: 0;
  color: #462800;
  font-size: 18px;
  position: relative;
  top: -1px;
}
div#comments .comment-author .j-date {
  margin: 0 10px;
}
div#comments .comment-author .j-date,
div#comments .comment-author .j-author {
  color: #000000;
}
div#comments .comment-author span.comment-meta {
  float: right;
  color: #999999;
  font-size: 14px;
  font-weight: 300;
  position: relative;
  top: -4px;
}
div#comments .comment-author span.comment-meta a {
  color: #f1805e;
  line-height: 22px;
  font-weight: 300;
  font-size: 14px;
  margin: 0 10px;
}
div#comments .comment-author span.comment-meta a.comment-quote {
  margin-right: 0;
}
div#comments .comment-author span.comment-meta a:hover {
  color: #f1805e !important;
}
div#comments .quote,
div#comments blockquote,
div#comments br {
  display: none;
}
div#comments #comments-list-footer {
  margin: 40px 0 0 0 !important;
}
div#comments #comments-form {
  margin-top: 40px;
}
div#comments #comments-form .form-group {
  position: relative;
  margin-bottom: 10px;
}
div#comments #comments-form .btn {
  background: #000000;
  padding: 8px 22px !important;
  line-height: 1;
  margin-top: 15px;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 0;
  font-size: 12px;
  position: relative;
  left: 15px;
}
div#comments #comments-form .form-group i {
  color: #b4b4b4;
  font-size: 16px;
  line-height: 36px;
  position: absolute;
  right: 15px;
  top: 0;
}
div#comments #comments-form {
  margin-top: 40px !important;
}
div#comments #comments-form #comments-form-cancel .btn {
  background: #ffffff;
  padding: 5px 22px !important;
  color: #462800;
  -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-backface-visibility: hidden;
}
div#comments #comments-form #comments-form-cancel .btn:hover {
  background: #462800;
  color: #ffffff;
}
div#comments #comments-form .form-group .form-control {
  background-color: #ffffff;
  background-image: none;
  border: 1px solid rgba(70, 40, 0, 0.1);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: block;
  font-size: 13px;
  height: 40px;
  line-height: 22px;
  padding: 6px 12px !important;
  font-weight: 400;
  width: 100%;
  color: #462800;
}
div#comments #comments-form .form-group .form-control input {
  min-height: 40px;
}
div#comments #comments-form .form-group .form-control textarea {
  min-height: 120px;
}
div#comments #comments-form .form-group .form-control::-moz-placeholder {
  color: #b4b4b4;
}
div#comments #comments-form textarea.form-control::-moz-placeholder {
  color: #b4b4b4;
}
div#comments #comments-form textarea.form-control {
  background-color: #ffffff;
  background-image: none;
  border: 1px solid rgba(70, 40, 0, 0.1);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: block;
  font-size: 14px;
  line-height: 22px;
  padding: 6px 12px !important;
  font-weight: 400;
  width: 100%;
  max-width: none !important;
  color: inherit;
  min-height: 140px;
}
div#comments .grippie {
  display: none;
}
div#comments .title_comment_form {
  font-size: 24px;
  font-weight: 700;
  color: #462800;
}
div#comments #comments_content {
  margin-bottom: 30px;
}
.TzPortfolioItemPage .info > .container > .tz-row {
  vertical-align: middle;
  display: inline-block;
}
.TzItemPage .info > .container > .tz-row {
  margin: 0 0 20px;
}
.TzItemPage .info > .container > .tz-row span {
  font-weight: bold;
}
.info > .container {
  text-align: center;
}
.info .tz-row > div {
  padding: 0 3px;
}
.info a {
  color: rgba(0, 0, 0, 0.5);
}
.info span {
  color: rgba(0, 0, 0, 0.5);
}
.info span > span,
.info span i {
  color: rgba(133, 133, 133, 0.5);
}
/* ---- Blog ---- */
.blog-article .TzItem {
  padding: 55px 0;
  margin-bottom: 0;
}
.row-separator {
  border-top: 1px dashed rgba(52, 55, 59, 0.1);
}
.view-users .tz-right {
  padding-right: 30px;
}
.TzQuote {
  padding-top: 25px;
}
.TzQuote .text {
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
}
.TzQuote .author {
  padding-top: 19px;
  color: #000000;
  font-size: 18px;
  margin-bottom: -3px;
}
.TzUser {
  text-align: center;
}
.TzUser .TzUserInner {
  background: #ffffff;
  width: 70%;
  display: inline-block;
  text-align: left;
  padding: 60px 75px;
}
.TzUser .TzUserInner .tz_portfolio_user {
  margin: 0 0 60px 0;
}
.TzUser .TzUserInner .tz_portfolio_user .AuthorSocial {
  bottom: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  background: rgba(0, 0, 0, 0.57);
  padding: 5px 0;
}
.TzUser .TzUserInner .tz_portfolio_user .AuthorSocial a:hover i {
  color: #f1805e;
}
.TzUser .TzUserInner .tz_portfolio_user .AuthorSocial i {
  color: #ffffff;
}
.TzUser .TzUserInner .tz_portfolio_user .AuthorAvatar {
  position: relative;
  padding: 0 !important;
  margin-right: 30px;
  min-height: 150px;
  min-width: 150px;
}
.TzUser .TzUserInner .tz_portfolio_user .AuthorAvatar img {
  width: 100%;
  max-width: none;
}
.TzUser .TzUserInner .tz_portfolio_user .media-heading {
  margin: 30px 0 20px;
}
.TzUser .TzUserInner .tz_portfolio_user .media-heading a {
  position: relative;
  color: #000000;
  font-weight: bold;
}
.TzUser .TzUserInner .TzUserMedia img {
  width: 100%;
}
.TzUser .TzUserInner .TzBlogTitle {
  margin: 0;
}
.TzUser .TzUserInner .TzBlogTitle a {
  color: #000000;
  font-weight: bold;
}
.TzUser .TzUserInner .TzBlogTitle a:hover {
  color: #000000;
}
.TzUser .TzUserInner .TzLeading {
  padding: 55px 0;
}
.TzUser .TzUserInner .TzUserArticleInfo {
  padding: 25px 0 0;
}
.TzUser .TzUserInner .TzUserArticleInfo > span {
  color: #adaeaf;
}
.TzUser .TzUserInner .TzUserArticleInfo > span > span {
  color: rgba(0, 0, 0, 0.5);
}
.TzUser .TzUserInner .TzUserArticleInfo > span > span > span {
  color: rgba(0, 0, 0, 0.5);
}
.TzUser .TzUserInner .TzUserArticleInfo > span a {
  color: rgba(0, 0, 0, 0.5);
}
.TzUser .TzUserInner .TzUserArticleInfo .blog_type_article {
  color: rgba(0, 0, 0, 0.5);
}
.TzUser .TzUserInner .TzUserArticleInfo .blog_type_article i {
  margin-right: 5px;
  color: #adaeaf;
}
.TzUser .TzUserInner .TzDescription {
  padding: 20px 0 0;
}
.TzUser .TzUserInner .TzDescription p {
  line-height: 2em;
}
.TzUser .TzUserInner .TzUserMedia {
  padding: 20px 0 0;
}
.TzUser .TzUserInner .TzReadmore {
  color: #f1805e;
  padding: 13px 0 0;
}
.TzUser .TzUserInner .TzReadmore:hover {
  color: #000000;
}
.TzUser .TzUserInner .TzReadmore:hover i {
  color: #000000;
}
.TzBlog {
  text-align: center;
}
.TzBlog .TzBlogInner {
  background: #ffffff;
  width: 70%;
  display: inline-block;
  text-align: left;
  padding: 60px 75px;
}
.TzBlog .TzBlogInner .info_category .hr {
  border-top: 1px dashed rgba(52, 55, 59, 0.1);
  margin: 60px 0 0;
}
.TzBlog .TzBlogInner .info_category .TzCategoryTitle {
  margin: 0 0 25px 0;
  font-weight: bold;
}
.TzBlog .TzBlogInner .TzBlogMedia img {
  width: 100%;
}
.TzBlog .TzBlogInner .TzBlogMedia .flex-direction-nav a {
  text-indent: 0;
  color: #000000;
  height: auto;
  width: auto;
  top: 48%;
  padding: 5px;
  background: #ffffff;
}
.TzBlog .TzBlogInner .TzBlogMedia .flex-direction-nav a:hover {
  background: transparent;
}
.TzBlog .TzBlogInner .TzBlogMedia .flex-direction-nav a:before {
  font-size: 20px;
  font-family: tzicon;
  color: #000000;
}
.TzBlog .TzBlogInner .TzBlogMedia .flex-direction-nav a.flex-prev {
  left: 15px;
}
.TzBlog .TzBlogInner .TzBlogMedia .flex-direction-nav a.flex-next {
  right: 15px;
}
.TzBlog .TzBlogInner .TzBlogMedia .flex-direction-nav .flex-prev:before {
  content: '\e761';
}
.TzBlog .TzBlogInner .TzBlogMedia .flex-direction-nav .flex-next:before {
  content: '\e762';
}
.TzBlog .TzBlogInner .TzBlogTitle {
  margin: 0;
}
.TzBlog .TzBlogInner .TzBlogTitle a {
  color: #000000;
  font-weight: bold;
}
.TzBlog .TzBlogInner .TzBlogTitle a:hover {
  color: #000000;
}
.TzBlog .TzBlogInner .TzVote {
  display: inline-block;
}
.TzBlog .TzBlogInner .blog_type_article {
  color: rgba(0, 0, 0, 0.5);
}
.TzBlog .TzBlogInner .blog_type_article i {
  margin-right: 5px;
  color: rgba(173, 174, 175, 0.5);
}
.TzBlog .TzArticleBlogInfo {
  padding: 15px 0 0;
}
.TzBlog .TzArticleBlogInfo > span {
  color: rgba(173, 174, 175, 0.5);
}
.TzBlog .TzArticleBlogInfo > span > span,
.TzBlog .TzArticleBlogInfo > span a {
  color: rgba(0, 0, 0, 0.5);
}
.TzBlog .TzArticleBlogInfo > span.TzPortfolioCommentCount > span,
.TzBlog .TzArticleBlogInfo > span.TzBlogCreate > span {
  color: rgba(173, 174, 175, 0.5);
}
.TzBlog .TzArticleBlogInfo > span.TzPortfolioCommentCount > span > span,
.TzBlog .TzArticleBlogInfo > span.TzBlogCreate > span > span {
  color: rgba(0, 0, 0, 0.5);
}
.TzBlog .TzArticleBlogInfo .TzVote .content_rating .rating a {
  color: rgba(0, 0, 0, 0.5);
}
.TzBlog .TzIcon {
  position: relative;
}
.TzBlog .TzIcon .btn-group {
  position: absolute;
  right: 0;
  top: -30px;
  float: none !important;
}
.TzBlog .TzDescription {
  padding: 20px 0 0;
}
.TzBlog .TzDescription p {
  line-height: 2;
  color: rgba(0, 0, 0, 0.7);
}
.TzBlog .TzBlogMedia {
  padding: 20px 0 0;
  margin-bottom: 0;
}
.TzBlog .TzReadmore {
  padding: 13px 0 0;
  color: #f1805e;
}
.TzBlog .TzReadmore:hover {
  color: #000000;
}
.TzBlog .TzTag {
  padding-top: 25px;
}
.TzBlog .TzTag .title-tag {
  color: rgba(52, 55, 59, 0.4);
  font-size: 12px;
}
.TzBlog .TzTag .blog-tag {
  font-size: 11px;
  background: #d2d2d2;
  color: #ffffff;
  margin: 0;
  border-radius: 2px;
  padding: 1px 5px;
}
.TzBlog .TzTag .blog-tag:hover {
  background: #ffffff;
  color: #d2d2d2;
}
.TzBlog .TzArticleBlogInfo.tz-link,
.TzBlog .TzArticleBlogInfo.tz-quote {
  padding: 0;
}
.TzBlog .TzLink {
  padding-top: 25px;
}
.TzBlog .TzLink .title {
  margin: 0;
}
.TzBlog .TzLink .title a {
  color: #f1805e;
}
.pagination {
  margin: 0;
  padding-top: 60px;
  line-height: 2;
}
.pagination ul {
  padding: 0;
  margin-left: -7px;
}
.pagination ul li {
  display: inline-block;
  margin: 0 7px;
}
.pagination ul li.active a {
  color: #f1805e;
}
.pagination ul li a {
  background: #e6e6e6;
  padding: 6px 12px;
  margin: 0;
  border: none;
  border-radius: 3px;
  color: #000000;
}
.pagination ul li a i {
  margin: 0 5px;
  top: 1px;
  position: relative;
}
.pagination ul li a:hover {
  color: #f1805e;
}
.pagination ul li.disabled {
  display: none;
}
/*---- Categories Tz Portfolio ------*/
.tz-categories-menu {
  position: relative;
}
.tz-categories-menu .menu-vm {
  padding: 0;
  margin: 0;
}
.tz-categories-menu .menu-vm li {
  margin: 10px 0;
}
.tz-categories-menu .menu-vm li:first-child {
  margin-top: 0;
}
.tz-categories-menu .menu-vm li:last-child {
  margin-bottom: 0;
}
.tz-categories-menu .menu-vm li a {
  color: rgba(0, 0, 0, 0.7);
  font-size: 15px;
  line-height: 1.2;
  font-weight: 300;
}
.tz-categories-menu .menu-vm li a:hover {
  color: #f1805e;
}
/*----- Newsletter ----*/
.newsletter_title {
  margin-bottom: 30px;
}
.input-box {
  margin-bottom: 30px;
}
.sub {
  background: #000000;
  color: #ffffff;
  border-radius: 0;
  font-size: 12px;
}
.sub:hover {
  color: #f1805e;
}
.txt-box {
  background: none repeat scroll 0 0 #f5f5f5;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 11px;
  padding: 10px;
  width: 100%;
  color: rgba(0, 0, 0, 0.3);
  line-height: 2;
}
/*---- Categories Menu VM----*/
.vm-categories-menu {
  position: relative;
}
.vm-categories-menu > h4 {
  color: #ffffff;
  text-transform: uppercase;
  padding-bottom: 22px;
  line-height: 1.4;
  margin: 0;
}
.vm-categories-menu .menu-vm {
  padding: 0;
  margin: 0;
}
.vm-categories-menu .menu-vm li {
  margin: 10px 0;
}
.vm-categories-menu .menu-vm li:first-child {
  margin-top: 0;
}
.vm-categories-menu .menu-vm li:last-child {
  margin-bottom: 0;
}
.vm-categories-menu .menu-vm li:hover a {
  color: #f1805e;
}
.vm-categories-menu .menu-vm li a {
  color: #000000;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 300;
}
/*----- Best Seller ----*/
.cell-4,
.cell-8,
.cell-5,
.cell-7 {
  float: left;
  padding: 0 15px;
  position: relative;
}
.cell-7 {
  width: 58.3333%;
}
.cell-5 {
  width: 41.6667%;
}
.cell-4 {
  width: 33.3333%;
}
.cell-8 {
  width: 66.6667%;
}
.tz-vm-best-seller .title-best-seller {
  margin-top: 15px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.tz-vm-best-seller .item {
  padding: 15px 0;
  width: auto;
}
.tz-vm-best-seller .item:last-child {
  padding-bottom: 0;
}
.tz-vm-best-seller .item .vm-title-product {
  font-size: 15px;
  font-weight: bold;
  color: #000000;
  display: block;
  width: 100%;
  text-align: left;
}
.tz-vm-best-seller .item .vm-title-product:hover {
  color: #f1805e;
}
.tz-vm-best-seller .vm-price-value > span {
  font-weight: bold;
  display: block;
  width: 100%;
  text-align: left;
}
.tz-vm-best-seller img {
  width: 100%;
}
/*---- Shop Detail ----*/
.view-productdetails .sidebar .tz-right {
  padding-left: 0;
}
.view-productdetails .sidebar .tz-main {
  padding-right: 0;
}
.view-productdetails .sidebar .vm-product-details-container {
  padding-right: 60px;
  padding-left: 60px;
}
.product-field-type-R {
  margin: 0;
}
#fancybox-wrap {
  padding: 0;
}
#fancybox-wrap #fancybox-bg-nw,
#fancybox-wrap #fancybox-bg-n,
#fancybox-wrap #fancybox-bg-w {
  background: #ffffff;
}
#fancybox-wrap #fancybox-title {
  margin: 0 !important;
}
.slick-slider .product-field-display {
  padding: 0 15px;
}
.slick-slider .product-field-display img {
  width: 100%;
}
.title-related-product-vm {
  text-transform: uppercase;
  margin: 30px 0 35px;
}
.product-related-products {
  border: none;
  padding: 0;
}
div.product {
  min-width: 0;
}
.vm-hr {
  border-top: 1px solid #dfe9e9;
  margin: 25px 0;
}
.vm-detail-category {
  color: #919191;
  padding-bottom: 25px;
}
.vm-detail-category a {
  color: #000000;
}
.vm-detail-category a:hover {
  color: #000000;
}
.additional-images {
  margin: 45px 0;
}
.additional-images img {
  width: auto;
  margin-right: 15px;
}
.vm-social-network {
  margin-bottom: 20px;
}
.vm-social-network .sh {
  font-size: 13px;
  color: #939393;
}
.vm-social-network ul {
  display: inline-block;
}
.vm-social-network ul li {
  display: inline-block;
  margin: auto 4px;
}
.vm-social-network ul li a {
  color: #000000;
  font-size: 18px;
}
.no-sidebar .vm-product-details-container {
  padding-left: 75px;
  padding-right: 75px;
}
.sidebar .vm-product-details-container {
  padding-left: 60px;
  padding-right: 45px;
}
.vm-product-container .vm-product-media-container {
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-backface-visibility: hidden;
  left: 0;
  padding: 30px 30px 30px 75px;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
}
.vm-product-container .vm-product-details-container {
  width: 50%;
  position: relative;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-backface-visibility: hidden;
}
.vm-product-container .vm-product-details-container.width_auto {
  width: 0 !important;
  padding: 0 !important;
  opacity: 0;
}
.vm-product-container .main-image {
  background: #000000;
  height: 100%;
  position: relative;
  width: 50%;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-backface-visibility: hidden;
}
.vm-product-container .main-image.width_auto {
  width: 100% !important;
}
.vm-product-container .main-image img {
  height: 100%;
  max-height: none;
}
.vm-product-container .product-short-description {
  padding: 20px 0;
}
.vm-product-container .vm-product-details-container {
  padding-top: 60px;
}
.vm-product-container .vm-product-details-container > h1 {
  margin-top: 0;
}
.vm-product-container .product-short-description {
  margin: 0;
  font-size: 14px;
}
.vm-product-container .product-fields,
.vm-product-container .addtocart-bar {
  display: inline-block;
}
.vm-product-container .size {
  display: inline-block;
}
.vm-product-container .size .product-fields {
  position: absolute;
  top: 0;
}
.vm-product-container .spacer-buy-area {
  padding: 20px 0;
  position: relative;
}
.vm-product-container .spacer-buy-area .addtocart-area {
  min-height: 75px;
  margin: 0;
}
.vm-product-container .spacer-buy-area .product.js-recalculate {
  position: absolute;
}
.vm-product-container .addtocart-bar {
  margin: 0;
}
.vm-product-container .addtocart-bar .addtocart-button {
  background: #e85d33;
  padding: 5px 10px;
  color: #ffffff;
  font-size: 13px;
}
.vm-product-container .addtocart-bar .addtocart-button .addtocart-button {
  border: none;
  box-shadow: none;
  padding: 0;
}
.vm-product-container .addtocart-bar .quantity-product {
  position: relative;
  padding-bottom: 15px;
  display: inline-block;
  margin-right: 10px;
}
.vm-product-container .addtocart-bar .quantity-box input {
  box-shadow: none;
  background: transparent;
  border-radius: 0;
  border-color: #f1f1f1;
}
.vm-product-container .addtocart-bar span.quantity-controls {
  width: 30px;
  height: 30px;
  position: relative;
  background: #f1f1f1;
}
.vm-product-container .addtocart-bar .js-recalculate .quantity-controls {
  background: none;
}
.vm-product-container .addtocart-bar .js-recalculate .quantity-controls:after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  color: #b9b9b9;
  padding-left: 8px;
  font-size: 26px;
}
.vm-product-container .addtocart-bar .js-recalculate .quantity-minus:after {
  content: '-';
  left: 0;
  margin-top: -2px;
}
.vm-product-container .addtocart-bar .js-recalculate .quantity-plus:after {
  content: '+';
  margin-top: -3px;
  right: 0;
}
.vm-product-container .chzn-container-single {
  min-width: 200px !important;
}
.vm-product-container .chzn-container-single .chzn-drop {
  min-width: 200px !important;
  border-color: #dfdfe9;
  border-top: 1px solid #dfdfe9;
  font-size: 12px;
}
.vm-product-container .chzn-container-single .chzn-single {
  box-shadow: none;
  background: none;
  border-radius: 0;
  height: auto;
  position: relative;
  padding: 7px 50px;
  border-color: #dfe9e9;
  font-size: 12px;
  line-height: 1.2em;
}
.vm-product-container .chzn-container-single .chzn-single div {
  width: 30px;
  border-left: 1px solid #dfe9e9;
}
.vm-product-container .chzn-container-single .chzn-single div b {
  background: none;
}
.vm-product-container .chzn-container-single .chzn-single div b:after {
  content: '\e760';
  position: absolute;
  font-family: tzicon;
  font-size: 8px;
  left: 10px;
  top: 7px;
  color: #aeaeae;
}
.vm-product-container .chzn-container-single .chzn-single.chzn-single-with-drop div b:after {
  content: '\e75f';
}
.vm-product-container .chzn-container-single .chzn-single:after {
  content: "Size:";
  height: 50%;
  left: 15px;
  position: absolute;
  top: 7px;
  width: 30px;
  color: #aeaeae;
}
.type-status {
  position: absolute;
  top: 30px;
  left: 30px;
}
.type-status .product-fields .hot,
.type-status .product-fields .sales,
.type-status .product-fields .new {
  border-radius: 50%;
  padding: 15px;
  text-transform: uppercase;
}
.type-status .product-fields .product-field {
  margin: 0 10px 0 0;
  width: auto;
  color: #ffffff;
}
.type-status .product-fields .sales {
  background: #000000;
}
.type-status .product-fields .hot {
  background: #cf3000;
}
.type-status .product-fields .new {
  background: #4ecf00;
}
.rating label i:hover {
  color: #f1805e;
}
.customer-reviews {
  margin: 0;
}
.customer-reviews h4,
.customer-reviews .normal,
.customer-reviews .highlight {
  border-color: #e7e7e7;
  border-radius: 0;
}
.customer-reviews .normal,
.customer-reviews .highlight {
  background: none;
}
.customer-reviews .list-reviews .date {
  border: none;
  top: 0;
  right: 0;
  display: inline-block;
  padding: 0;
  float: none;
}
.vm-price-value > span {
  font-size: 18px;
  margin: 0;
  color: #000000;
  font-weight: bold;
}
.button-toggle {
  background: #ffffff;
  border-radius: 3px 0 0 3px;
  height: 40px;
  right: 0;
  line-height: 1;
  margin-left: -15px;
  padding: 12px 7px;
  position: absolute;
  top: 50%;
  width: 15px;
  margin-top: -20px;
}
.button-toggle .close-open.vm-close {
  position: absolute;
  left: -2px;
}
.button-toggle .close-open.vm-close:before {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.button-toggle .close-open:before {
  background: none;
  content: '\e6c2';
  font-family: tzicon;
  display: inline-block;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  color: #000000;
}
div.product {
  border: none;
  margin: 0;
}
div.product .spacer {
  padding: 0 !important;
  overflow: hidden;
}
div.product .spacer .type-status {
  z-index: 1;
}
div.product .spacer .vm-product-media-container img {
  max-width: none;
  max-height: none;
  position: relative;
}
div.product .spacer .vm-details-button {
  display: inline-block;
}
div.product .spacer .vm-details-button a {
  background: transparent !important;
  border: none;
  border-radius: 0;
  padding: 0;
}
div.product .spacer .vm-details-button a:hover {
  color: #000000;
}
.tz-add-to-cart {
  display: inline-block;
}
.tz-add-to-cart .addtocart-area {
  height: auto;
  margin: 0;
}
.tz-add-to-cart .addtocart-area .size {
  display: none;
}
.tz-add-to-cart .addtocart-area .addtocart-bar {
  bottom: 0;
  position: relative;
  text-align: center;
}
.tz-add-to-cart .addtocart-area .addtocart-bar .quantity-product,
.tz-add-to-cart .addtocart-area .addtocart-bar br {
  display: none;
}
.tz-add-to-cart .addtocart-area .addtocart-bar .addtocart-button i {
  display: none;
}
.tz-add-to-cart .addtocart-area .addtocart-bar .addtocart-button:before {
  content: "\e67e";
  font-family: tzicon;
  font-size: 20px;
  position: absolute;
  z-index: -1;
  color: #000000;
}
.tz-add-to-cart .addtocart-area .addtocart-bar .addtocart-button .addtocart-button {
  background: none repeat scroll 0 0 transparent;
  border: medium none;
  text-indent: -999em;
  padding: 9px;
}
.vm-category-title-product {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
  bottom: 0;
  margin: 0 !important;
  padding: 25px 0 !important;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  z-index: 1;
  font-size: 14px;
}
.vm-category-title-product a {
  color: #000000;
}
.vm-category-title-product a:hover {
  color: #000000;
}
.vm-info {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(255, 255, 255, 0.8);
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
}
.vm-info .tb-cell {
  padding: 0 20px;
}
.vm-info .tb-cell > *,
.vm-info .tb-cell .product-price {
  height: auto !important;
  float: none;
  text-align: inherit;
  padding: 0 10px;
}
.vm-info .tb-cell h2 {
  text-transform: uppercase;
}
.vm-info .tb-cell h2 a {
  color: #000000;
  font-weight: bold;
  font-size: 14px;
}
.vm-info .tb-cell .product-price {
  margin: 13px 0;
  line-height: 1;
}
.vm-info .tb-cell .product-price > div > span {
  font-size: 24px !important;
  color: #000000 !important;
}
.vm-info .vm-details-button a {
  border-color: #e7e7e7;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 18px;
  width: auto;
  max-width: none;
  color: #000000;
  background: #ffffff !important;
}
.vm-info .vm-details-button a:hover {
  background: #e7e7e7 !important;
  color: rgba(0, 0, 0, 0.5);
}
.vm-product-media-container {
  margin: 0;
  position: relative;
}
.vm-product-media-container .additional-images {
  position: absolute;
  bottom: 0;
  margin: 0;
  text-align: center;
  left: 50%;
  display: none;
}
.vm-product-media-container .additional-images .img_thumb_vm {
  background: #ffffff;
  padding: 15px;
}
.vm-product-media-container .additional-images .floatleft {
  float: none;
  display: inline-block;
}
.vm-product-media-container .additional-images .floatleft img {
  margin-left: 15px;
  margin-right: 0;
}
.vm-product-media-container .additional-images .floatleft:first-child img {
  margin-left: 0;
}
.product .vm-category-title-product,
.product .vm-info {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-backface-visibility: hidden;
}
.product:hover .vm-category-title-product {
  opacity: 0;
}
.product:hover .vm-info {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.tb {
  display: table;
  width: 100%;
  height: 100%;
  position: relative;
}
.tb .tb-cell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
}
.off-desc-vm .vm-product-descr-container-1 {
  display: none;
}
.off-vote-vm .vm-product-rating-container {
  display: none;
}
.off-btn-detail .vm-details-button {
  display: none;
}
.off-pagin-top .orderby-displaynumber {
  display: none;
}
.vm-pagination {
  display: block;
  float: none;
  position: fixed;
  right: auto;
  text-align: left !important;
  top: 195px;
  width: auto;
  z-index: 99;
}
.vm-pagination .vm-page-counter {
  position: absolute;
  right: 0;
  top: 30%;
}
.vm-pagination ul {
  text-align: left !important;
}
.vm-pagination ul li {
  padding: 0;
  display: block;
  background: #f2f2f2;
  margin: 2px 0;
  border-left: 1px solid #f2f2f2;
  -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-backface-visibility: hidden;
}
.vm-pagination ul li:first-child {
  margin-top: 0;
}
.vm-pagination ul li.actived,
.vm-pagination ul li:hover {
  border-right: 1px solid #f1805e;
  background: #ffffff;
}
.vm-pagination ul li.navi {
  display: none;
}
.vm-pagination ul li a {
  padding: 12px;
  background: transparent;
  border: none;
  display: block;
  margin: 0;
  color: #000000;
  text-align: center;
  width:45px;
}
.cart-view {
  padding: 60px;
  position: relative;
}
.vm-cart-header-container {
  position: relative;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 29px;
}
.vm-cart-header-container .title-cart {
  margin: -3px 0 0 0;
  line-height: 1;
  text-transform: uppercase;
  font-weight: bold;
}
#form-login {
  padding-top: 30px;
  margin-top: 10px;
  margin-bottom: 50px;
}
#com-form-login {
  padding-top: 30px;
  margin-top: 10px;
  margin-bottom: 50px;
}
#com-form-login .userdata > p {
  padding-bottom: 30px;
}
#com-form-login .userdata .inputbox {
  background: none repeat scroll 0 0 transparent;
  border: 1px solid #e7e7e7;
  box-shadow: none;
  margin: 0;
  padding: 12px 10px;
  width: 18%;
}
#com-form-login .userdata .com-form-login-username,
#com-form-login .userdata .com-form-login-password,
#com-form-login .userdata .com-form-login-remember {
  margin-bottom: 14px;
}
#com-form-login .userdata .com-form-login-remember .default {
  background: #000000;
  box-shadow: none;
  text-transform: uppercase;
  border: none;
  color: #ffffff;
  padding: 9px 20px;
  font-size: 12px;
  line-height: 1;
  margin-bottom: 20px;
}
#com-form-login .userdata .com-form-login-remember #remember {
  width: auto;
}
#com-form-login .userdata .com-form-login-remember label {
  margin: 0;
  font-size: 12px;
  font-weight: 500;
}
#com-form-login .forgot-u,
#com-form-login .forgot-p {
  font-size: 12px;
  color: #000000;
}
#com-form-login .forgot-u:hover,
#com-form-login .forgot-p:hover {
  color: #000000;
}
#checkoutForm {
  border-top: 1px solid #e7e7e7;
}
#checkoutForm .billto-shipto {
  border-bottom: 1px solid #e7e7e7;
  border-top: medium none;
  margin: 0;
  padding: 45px 0;
}
#checkoutForm .vm-fieldset-pricelist {
  padding-top: 45px;
}
#checkoutForm table.cart-summary {
  border: 1px solid #e7e7e7;
  width:100%;
}
#checkoutForm table.cart-summary .product-name {
  width: 50%;
}
#checkoutForm table.cart-summary .product-name a {
  color: #000000;
}
#checkoutForm table.cart-summary tr th {
  background: #000000;
  color: #ffffff;
  padding: 12px 15px;
  font-size: 14px;
  font-weight: normal;
  border-bottom: none;
}
#checkoutForm table.cart-summary tr th:first-child {
  padding-left: 30px;
}
#checkoutForm table.cart-summary tr th:last-child {
  padding-right: 30px;
}
#checkoutForm table.cart-summary tr td {
  min-width: 100px;
  padding: 30px 15px;
  position: relative;
}
#checkoutForm table.cart-summary tr td:first-child {
  padding-left: 30px;
}
#checkoutForm table.cart-summary tr td:last-child {
  padding-right: 30px;
}
#checkoutForm table.cart-summary tr td.vm-cart-images {
  width: 10%;
}
#checkoutForm table.cart-summary tr td .cart-images img {
  float: none;
  width: 100%;
  margin: 0;
}
#checkoutForm table.cart-summary tr.cart-items {
  border-bottom: 1px solid #e7e7e7;
}
#checkoutForm table.cart-summary tr .cart-item-border {
  border-left: 1px solid #e7e7e7;
}
.vmicon.vm2-remove_from_cart {
  background: none;
  border: none;
  box-shadow: none;
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
}
.cart-items .vm-price-value {
  position: absolute;
  top: 50%;
  margin-top: -20px;
}
.cart-items .vm-price-value > span {
  font-size: 14px;
  color: #000000;
  font-weight: 300;
}
.vm-cart-total-prices .vm-price-value > span {
  color: #f1805e;
  font-weight: 600;
}
.vm-quantity input.quantity-input {
  border-radius: 0;
  background: #ffffff;
  padding: 10px;
  color: #565555;
  height: 32px !important;
  min-width: 70px;
}
.vm-quantity .vm2-add_quantity_cart {
  background: none;
  font-size: 18px;
  position: relative;
  top: 3px;
}
.vm-cart-input-quantity {
  position: absolute;
  top: 50%;
  margin-top: -25px;
}
.upper {
  text-transform: uppercase;
}
.gobal_title {
  border-bottom: 1px solid #000000;
  padding-bottom: 15px;
  margin: 0 0 28px 0;
}
.vm-cart-custom {
  padding-top: 45px;
}
.vm-cart-custom.row {
  margin: 0 -15px !important;
}
.vm-cart-custom .coupons,
.vm-cart-custom .shipping-payment,
.vm-cart-custom .total-prices {
  width: 33.33333%;
  float: left;
  padding: 0 15px;
}
.vm-cart-custom .total-prices .PricebillTotal {
  display: inline-block;
  float: right;
  font-size: 14px;
}
.billTotal {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  padding-bottom: 20px;
  color: rgba(0, 0, 0, 0.5);
}
.vm-coupon-title {
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 15px;
}
.buttonBar-right .vm-button-correct {
  background: #ffffff;
  border-radius: 0;
  border: 1px solid #000000;
  color: #000000;
}
.coupons .coupon {
  background: #ffffff;
  border-radius: 0;
  width: 100%;
  font-size: 12px;
  padding: 6px;
}
.coupons .details-button {
  margin: 15px 0 0 0;
  display: block;
}
.coupons .details-button .details-button {
  background: none repeat scroll 0 0 #000000;
  border-radius: 0;
  color: #ffffff;
  font-size: 12px;
  text-transform: uppercase;
  padding: 5px 15px;
  margin: 0;
}
.checkout-button-top {
  border: none;
  padding: 0;
  text-align: center;
}
.checkout-button-top .vm-button-correct,
.checkout-button-top .vm-button {
  background: #f1805e;
  color: #ffffff;
  border: 1px solid #f1805e;
}
.checkout-button-top .vm-button-correct,
.checkout-button-top .vm-button,
.vm-continue-shopping a {
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  padding: 15px 0;
  width: 100%;
  display: block;
  border-radius: 0;
  margin: 15px 0;
}
.vm-continue-shopping a {
  border: 1px solid #000000;
  background: #ffffff;
  color: #000000;
}
textarea#customer_note_field {
  border: 1px solid #e7e7e7;
  border-radius: 0;
  height: 150px;
  margin: 10px 0;
  width: 100%;
}
/*----- Search Prices -----*/
.virtuemart_search > h4,
.virtuemart_search .ui-slider {
  margin-bottom: 30px;
  line-height: 1;
}
.virtuemart_search > h4 {
  margin: 0;
  line-height: 1;
}
.virtuemart_search .ui-widget > div {
  height: 5px !important;
  overflow: visible !important;
}
.virtuemart_search .ui-widget-content {
  background: rgba(0, 0, 0, 0.3);
  height: 5px;
  border-radius: 0;
  border: none;
  margin: 0 !important;
}
.virtuemart_search .ui-widget-content .ui-slider-range {
  background: rgba(0, 0, 0, 0.3);
}
.virtuemart_search .ui-widget-content .ui-slider-handle {
  top: -5px;
  margin: 0;
  border-radius: 0;
  background: #f1805e;
  border: none;
  height: 15px;
  width: 15px;
}
.virtuemart_search .ui-widget-content .ui-state-hover {
  cursor: pointer;
}
.virtuemart_search .info-filter-price {
  margin-bottom: 25px;
  margin-top: 15px;
}
.virtuemart_search .button {
  background: #000000;
  color: #ffffff;
  border-radius: 0;
  padding: 5px 15px;
  border: none;
  font-size: 12px;
  text-transform: uppercase;
}
.virtuemart_search .ui-slider {
  overflow: visible !important;
}
.virtuemart_search .input {
  border: none;
  background: none;
  height: auto;
  width: auto;
}
/*------ Random Category VM ----*/
.vm-categories-random {
  position: relative;
}
.vm-categories-random > img {
  width: 100%;
}
.vm-categories-random .random-info {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.vm-categories-random i {
  font-size: 48px;
  margin-bottom: 10%;
}
.vm-categories-random h5,
.vm-categories-random a,
.vm-categories-random i,
.vm-categories-random h4 {
  display: block;
}
.vm-categories-random .total {
  margin: 20px 0 30px;
  color: #000000;
}
.vm-categories-random .category-title {
  font-size: 30px;
  color: #000000;
}
.vm-categories-random .random-category-readmore {
  background: #000000;
  display: inline-block;
  font-size: 12px;
  padding: 5px 15px;
  color: #ffffff;
  margin-top: 5px;
}
.ds-table {
  display: table;
  width: 100%;
  height: 100%;
}
.ds-table .ds-table-cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.random-background {
  background: rgba(255, 255, 255, 0.7);
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  transition: all 0.3s linear 0.1s;
  width: 100%;
}
/*----- Twitter ----*/
.tztwd-tweet {
  line-height: 2em;
  margin-bottom: 5px;
}
.tztwd-container {
  font-size: 14px;
}
.tztwd-tweet-data {
  text-align: left !important;
}
.tztwd-tweet-data i {
  color: #d4d4d4;
}
.tztwd-tweet-container {
  padding: 10px 0 !important;
}
.tztwd-tweet-container:first-child {
  padding-top: 0 !important;
}
.tztwd-tweet-container:last-child {
  padding-bottom: 0 !important;
}
/*----- Feature Article ----*/
.TzModFeature li {
  border: none !important;
}
.TzModFeature li:first-child {
  padding-top: 0 !important;
}
.TzModFeature li:last-child {
  padding-bottom: 0 !important;
}
.TzModFeature li a.FeatureTitle {
  font-size: 14px !important;
  font-weight: 600 !important;
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 15px;
  display: block;
}
.TzModFeature li .introtext {
  color: rgba(0, 0, 0, 0.7);
}
/*----- Last New ----*/
.latestnews li {
  padding: 15px 0;
}
.latestnews li a {
  color: #000000;
  font-size: 14px;
}
.latestnews li a.title:hover {
  color: #f1805e;
}
.latestnews li .created {
  font-size: 12px;
  display: block;
}
.latestnews li.first {
  padding-top: 0;
}
.latestnews li.last {
  padding-bottom: 0;
}
.latestnews li img {
  width: 100%;
  max-height: 60px;
}
.latestnews li > a,
.latestnews li > span {
  float: left;
}
.latestnews li .tz-media {
  margin-right: 30px;
  width: 35%;
}
/*----- Tag ----*/
ul.mod_tz_tag li a {
  color: #34373b;
}
ul.mod_tz_tag li a:hover {
  color: #f1805e;
}
/*---- Vote ----*/
.rating {
  unicode-bidi: bidi-override;
  direction: rtl;
  text-align: left;
}
.rating > span {
  display: inline-block;
  position: relative;
  width: 1em;
  height: 17px;
}
.rating > .rating-item:hover span:before,
.rating > .rating-item:hover ~ span span:before,
.rating > .voted:before,
.rating > .rating-item:hover:before,
.rating > .rating-item:hover ~ .rating-item:before {
  color: #f1805e;
}
.rating > .voted span {
  background: none repeat scroll 0 0 white;
  display: inline-block;
  height: 105%;
  margin: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  z-index: 1;
  top: 0;
}
/*----- Blobg Single ----*/
.TzArticleMedia {
  margin-bottom: 0;
}
.padding-0-75 > .container {
  padding-left: 75px;
  padding-right: 75px;
  background: #ffffff;
}
h3.count_cm {
  display: none;
}
.tz-blog .blog_type_article i {
  margin-right: 10px;
}
.tz-blog.info a,
.tz-blog.info a span,
.tz-blog.info .TzCreate,
.tz-blog.info .TZCommentCount,
.tz-blog.info .TzHits,
.tz-blog.info .blog_type_article {
  color: rgba(0, 0, 0, 0.5);
  font-weight: normal !important;
}
.tz-blog.info .TzCreatedby > span,
.tz-blog.info .TzArticleCategory > span,
.tz-blog.info .TzCreate > span,
.tz-blog.info .TZCommentCount > span {
  color: rgba(173, 174, 175, 0.5);
}
.tz-blog.info .blog_type_article > i {
  color: rgba(173, 174, 175, 0.5);
}
.tz-blog .tz_portfolio_image > img {
  width: 100%;
}
.tz-blog.tz-blog-full-text p {
  padding: 20px 0;
  line-height: 2;
}
.tz-blog .button_scroll {
  display: none;
}
.tz-blog .TzArticleTitle {
  font-size: 30px;
  text-align: left;
  padding-top: 60px;
  padding-bottom: 20px;
  text-transform: none;
}
.tz-blog .TzArticleMedia {
  padding: 10px 0 0;
  margin-bottom: 0;
}
.tz-blog .share-post {
  border-bottom: 1px dashed #dddddd;
  line-height: 1;
  margin-top: 15px;
  padding-bottom: 60px;
}
.tz-blog .share-post a {
  color: #000000;
}
.tz-blog .share-post a:hover {
  color: #000000;
}
.tz-blog .share-post a i {
  font-size: 28px;
}
.tz-blog .tz_portfolio_user {
  margin: 60px 0;
}
.tz-blog .tz_portfolio_user .AuthorSocial {
  bottom: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  background: rgba(0, 0, 0, 0.57);
  padding: 5px 0;
}
.tz-blog .tz_portfolio_user .AuthorSocial a:hover i {
  color: #f1805e;
}
.tz-blog .tz_portfolio_user .AuthorSocial i {
  color: #ffffff;
}
.tz-blog .tz_portfolio_user .AuthorAvatar {
  position: relative;
  padding: 0 !important;
  margin-right: 30px;
  min-height: 150px;
  min-width: 150px;
}
.tz-blog .tz_portfolio_user .AuthorAvatar img {
  width: 100%;
  max-width: none;
}
.tz-blog .tz_portfolio_user .media-heading {
  margin: 30px 0 20px;
}
.tz-blog .tz_portfolio_user .media-heading a {
  position: relative;
  color: #000000;
  font-weight: bold;
}
.tz-blog .tz_portfolio_comment {
  border-top: 1px dashed #dddddd;
  padding-top: 50px;
}
.tz-blog .tz_portfolio_comment h4.count_cm {
  display: none;
}
.tz-blog .tz_portfolio_comment h3.leave_comment,
.tz-blog .tz_portfolio_comment h3.count_cm {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 500;
}
.tz-blog div#comments div#comments-list-0 .comment_item {
  border-bottom-style: dashed;
}
.tz-blog div#comments .comments_form {
  padding-bottom: 60px;
}
.tz-blog.navi_article .pagenav {
  border-top-style: dashed;
  border-bottom: none;
}
.tz-blog #comments-form .col-md-6 {
  width: 100%;
}
#tz-portfolio-template-info-category > .container {
  padding-top: 55px;
}
#tz-portfolio-template-info-category .TzCategoryTitle {
  font-size: 30px;
  margin-bottom: 20px;
  display: block;
  font-weight: bold;
}
#tz-portfolio-template-info-category .hr {
  border-top: 1px dashed rgba(52, 55, 59, 0.1);
  margin: 60px 0 0;
}
/*---- Pages ----*/
#searchForm,
.form-validate.form-horizontal {
  margin: auto;
  width: 60%;
}
#member-registration .control-label {
  text-align: left;
}
/*----- Page Login -----*/
.page-login .login-desc i {
  font-size: 72px;
  display: block;
  margin-bottom: 25px;
}
.page-login .login-desc p {
  font-size: 48px;
}
.page-login .login-desc p.p-small {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
}
.page-login .login-desc p.strong {
  font-weight: 600;
}
.page-login .login-desc i,
.page-login .login-desc p {
  color: #000000;
}
.page-login .form-validate {
  padding: 45px 0 35px;
}
.page-login .form-validate .control-group .controls input {
  border: 1px solid #000000;
  box-shadow: none;
  line-height: 1.5;
  margin: 10px 0;
  padding: 10px 20px;
  width: 30%;
}
.page-login .form-validate .control-group .controls input#remember {
  width: auto;
  position: relative;
  left: -7px;
}
.page-login .form-validate .control-group .controls .ck_remember {
  position: relative;
  left: -7px;
  font-size: 13px;
  font-weight: lighter;
}
.page-login .form-validate .btn-primary {
  width: 30%;
  background: #000000;
  text-transform: uppercase;
  border-radius: 0;
  box-shadow: none;
  border: none;
  line-height: 1.5;
  padding: 11px;
  margin-top: 10px;
}
.menu.menu-login {
  display: block !important;
  height: auto !important;
}
.menu.menu-login li {
  display: inline-block;
}
.menu.menu-login li a {
  color: #838383;
  text-transform: uppercase;
  font-size: 12px;
  padding: 15px 25px;
}
.menu.menu-login li.active a,
.menu.menu-login li:hover a {
  background: transparent;
  color: #000000;
}
.menu.menu-login li.open a {
  background: transparent;
}
.nav-stacked {
  border: none;
  display: inline-block;
  margin: 0;
  position: relative;
  top: 5px;
}
.nav-stacked li {
  float: left;
  margin: 0;
}
.nav-stacked li + li {
  margin: 0;
}
.nav-stacked li a {
  font-family: Lato;
  font-size: 13px;
  font-weight: lighter;
  color: #000000;
  margin: 0;
  padding: 0 20px 0 0;
  border: none;
}
.nav-stacked li a:hover {
  background: transparent;
  border: none;
  box-shadow: none;
}
.nav-stacked li.open:hover {
  margin: 0;
}
.nav-stacked li.open a {
  border: none;
  background: transparent;
}
.nav-stacked li.open a:hover {
  background: transparent;
}
.nav-stacked li:first-child a {
  padding-left: 0;
}
.nav-stacked li:last-child a {
  padding-right: 0;
}
.footer-login {
  font-size: 13px;
  padding-top: 20px;
  color: #000000;
}
.footer-login a {
  color: #000000;
}
/*-----To Top ----*/
.tz-totop {
  background: #000000;
  bottom: 30px;
  height: 45px;
  position: fixed;
  right: 30px;
  width: 45px;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-backface-visibility: hidden;
}
.tz-totop i {
  color: #ffffff;
  display: block;
  font-size: 18px;
  margin: auto;
  padding: 14px;
}
/*------ Team ----*/
.title_mod {
  padding-top: 60px;
  margin-right: 15px;
}
.title_mod h4 {
  margin: 0;
  font-weight: bold;
}
.team > div {
  padding-top: 30px;
  overflow: hidden;
  padding-bottom: 5px;
}
.team .team-box {
  background: #ffffff;
  border-style: none solid solid solid;
  border-width: 0 1px 1px 1px;
  border-color: rgba(0, 0, 0, 0.1);
}
.team .team-box:hover {
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.05);
}
.team .team-img {
  overflow: hidden;
}
.team .team-details h5 {
  margin: 5px 0 0;
}
.team .team-details hr.hr {
  margin: 15px 0 !important;
}
.team img {
  position: relative;
}
.team .gry-bg,
.team .t-position {
  text-transform: uppercase;
}
.team .gry-bg {
  margin: 0;
}
.team .team-details {
  text-align: center;
  padding: 15px;
}
.team .team-details .t-desc {
  font-size: 13px;
  padding: 0 15px;
  color: #838383;
  margin: 15px 0;
}
.team .team-details .t-position {
  font-size: 10px;
  color: #838383;
}
.team .team-socials ul li {
  display: inline-block;
}
.team .team-socials ul li a {
  display: block;
  margin: 0;
  height: 35px;
  width: 35px;
  background: #d9d9d9;
  padding: 10px;
}
.team .team-socials ul li a i {
  color: #ffffff;
}
.team .team-socials ul li a:hover {
  background: #000000;
}
.team .team-socials ul li a:hover i {
  color: #ffffff;
}
/*---- Serivce ---*/
.row.service {
  margin-left: -20px;
  margin-right: -20px;
}
.row .service-box-1 {
  margin: 25px 0 20px;
  padding-left: 20px;
  padding-right: 20px;
}
.row .service-box-1:hover .box-top .box-info-1 .box-icon {
  background: #f1805e;
}
.row .service-box-1:hover .box-top .box-info-1 i {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}
.row .service-box-1 .box-top .box-info-1 {
  padding-bottom: 20px;
}
.row .service-box-1 .box-top .box-info-1 i {
  font-size: 24px;
  display: inline-block;
  height: 45px;
  width: 45px;
  padding: 10px;
  color: #ffffff;
  -webkit-transition: all 0.4s ease 0.25s;
  -moz-transition: all 0.4s ease 0.25s;
  -o-transition: all 0.4s ease 0.25s;
  transition: all 0.4s ease 0.25s;
  -webkit-backface-visibility: hidden;
}
.row .service-box-1 .box-top .box-info-1 .box-icon {
  background: #000000;
  padding-left: 0;
  height: 45px;
  width: 45px;
  display: inline-block;
  -webkit-transition: all 0.4s ease 0.25s;
  -moz-transition: all 0.4s ease 0.25s;
  -o-transition: all 0.4s ease 0.25s;
  transition: all 0.4s ease 0.25s;
  -webkit-backface-visibility: hidden;
}
.row .service-box-1 .box-top .box-info-1 span {
  font-size: 16px;
  padding-left: 15px;
  position: relative;
  top: -3px;
}
.row .service-box-1 .box-top .box-info-1 span a {
  color: #000000;
}
.row .service-box-1 .box-top .box-info-2 {
  font-weight: 300;
  color: #838383;
  font-size: 14px;
}
.row .service-box-2 {
  padding-bottom: 15px;
  padding-top: 15px;
}
.row .service-box-2 .box-top {
  background: #ffffff;
  margin: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.row .service-box-2 .box-top:hover {
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.05);
}
.row .service-box-2 .box-top .box-info-1 {
  overflow: hidden;
  padding: 0;
}
.row .service-box-2 .box-top .box-info-1 img {
  position: relative;
}
.row .service-box-2 .box-top .box-info-2 {
  padding: 20px 15px 20px 30px;
}
.row .service-box-2 .box-top .box-info-2 .title {
  font-size: 16px;
  padding: 15px 0;
}
.row .service-box-2 .box-top .box-info-2 .desc {
  font-size: 12px;
  font-weight: 300;
  padding-bottom: 30px;
  color: #838383;
}
.row .service-box-2 .box-top .box-info-2 .more-btn {
  color: #ffffff;
  background: #000000;
  padding: 5px 10px;
  font-size: 10px;
  position: relative;
  display: inline-block;
}
.weblinks {
  padding-top: 15px;
}
.weblinks .slick-slide:hover a {
  border-color: #f1805e;
}
.weblinks .slick-slide a {
  margin: 0 10px;
  display: block;
  border: 1px solid #ebebeb;
  background: #ffffff;
  -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;
  -webkit-backface-visibility: hidden;
}
.weblinks .slick-prev,
.weblinks .slick-next {
  background: #d9d9d9;
  height: 25px;
  width: 30px;
  border-radius: 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;
  -webkit-backface-visibility: hidden;
}
.weblinks .slick-prev:before,
.weblinks .slick-next:before {
  color: #ffffff;
}
.weblinks .slick-prev:hover,
.weblinks .slick-next:hover {
  background: #000000;
}
.weblinks .slick-prev {
  right: 35px;
  top: -75px;
}
.weblinks .slick-next {
  right: 0;
  top: -75px;
}
.weblinks .slick-prev:before {
  content: '\e765';
}
.weblinks .slick-next:before {
  content: '\e766';
}
.weblinks .white-bg img {
  width: 100%;
}
/*----- Page Tag ----*/
.TzTag .TzTagInner {
  margin: auto;
  width: 60%;
}
.TzTag .TzTagInner img {
  width: 100%;
}
.TzTag .TzTagInner .TzTagTitle {
  margin: 0;
}
.TzTag .TzTagInner .TzTagTitle a {
  color: #000000;
  font-weight: bold;
}
.TzTag .TzTagInner .TzLeading {
  padding: 60px 0;
  margin-bottom: 0;
}
.TzTag .TzTagInner .blog_type_article i {
  margin-right: 5px;
}
.TzTag .TzTagInner .TzDescription {
  padding: 20px 0 0;
}
.TzTag .TzTagInner .TzDescription p {
  line-height: 2em;
}
.TzTag .TzTagInner .TzTagArticleInfo {
  padding: 25px 0 0;
}
.TzTag .TzTagInner .TzTagArticleInfo > span {
  color: #adaeaf;
}
.TzTag .TzTagInner .TzTagArticleInfo > span > span {
  color: rgba(0, 0, 0, 0.5);
}
.TzTag .TzTagInner .TzTagArticleInfo > span > span > span {
  color: rgba(0, 0, 0, 0.5);
}
.TzTag .TzTagInner .TzTagArticleInfo > span a {
  color: rgba(0, 0, 0, 0.5);
}
.TzTag .TzTagInner .TzTagMedia {
  padding: 20px 0 0;
}
.TzTag .TzTagInner .TzReadmore {
  color: #f1805e;
  padding: 13px 0 0;
}
.TzTag .TzTagInner .TzReadmore:hover {
  color: #000000;
}
.TzTag .TzTagInner .TzReadmore:hover i {
  color: #000000;
}
/*---- 404 ----*/
.pos_ab {
  position: relative;
  width: 100%;
  height: 100%;
}
.error_code {
  font-size: 159px;
  color: #000000;
  font-weight: 700;
}
.font-36 {
  font-size: 36px;
  color: rgba(0, 0, 0, 0.3);
}
.font-19 {
  font-size: 19px;
  color: #000000;
}
.back-home {
  background: #000000;
  color: #ffffff;
  padding: 5px 15px;
  display: inline-block;
  margin-top: 50px;
}
.back-home:hover {
  color: #ffffff;
}
.report_error {
  font-size: 46px;
  color: rgba(0, 0, 0, 0.7);
}
.page-404 #tz-portfolio-template-info-category {
  display: none;
}
.view-login #component-area,
.page-404 #component-area {
  margin: 0;
}
/*----- Button Effect -----*/
.oe-btn {
  background-color: transparent;
  outline: 0 none;
  overflow: hidden;
  position: relative;
  transition: all 0.4s ease-out 0s;
}
.oe-btn span {
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  -webkit-backface-visibility: hidden;
  z-index: 10;
}
.oe-btn:hover::before {
  background-color: #f1805e;
  left: 0;
  opacity: 1;
}
.oe-btn::before,
.oe-btn .fa::after {
  background-color: #444444;
  color: #ffffff;
  content: "";
  display: block;
  height: 100%;
  left: -100%;
  line-height: 1.5em;
  opacity: 0.5;
  padding: 1em 1.3em;
  position: absolute;
  top: 0;
  transition: all 0.4s ease-out 0s;
  width: 100%;
  z-index: 1;
}
/*----- Contact -----*/
.contact {
  margin: 0 -15px;
}
.contact .ds-table {
  z-index: 9;
  position: relative;
}
.image_contact {
  height: 100%;
  overflow: hidden;
  position: absolute;
  width: 100%;
}
.image_contact:before {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7);
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 1;
  left: 0;
  top: 0;
}
.image_contact img {
  position: relative;
}
.image_contact video {
  width: 100%;
  position: relative;
}
.pos_left,
.pos_right {
  float: left;
  width: 50%;
}
.pos_left > *,
.pos_right > * {
  width: 75%;
}
.pos_left > * {
  float: right;
  padding-right: 15px;
}
.pos_right > * {
  float: left;
  padding-left: 15px;
}
.view-contact #component-area {
  margin: 0;
}
.contact-miscinfo h3 {
  font-size: 42px;
  font-weight: bold;
  margin: 0;
  line-height: 1.5em;
  padding-bottom: 10px;
}
.contact-miscinfo h3,
.contact-miscinfo .contact-misc {
  text-align: left;
  color: #000000;
  float: left;
}
.contact-miscinfo .contact-misc {
  line-height: 2em;
}
.contact-address {
  padding-top: 30px;
}
.contact-address > div {
  float: left;
  width: 50%;
  min-height: 80px;
  margin-bottom: 20px;
}
.contact-address > div > span {
  color: rgba(0, 0, 0, 0.5);
  float: left;
}
.contact-address > div > span a {
  color: rgba(0, 0, 0, 0.5);
}
.contact-address .title_info {
  font-size: 18px;
  text-align: left;
  color: #000000;
}
.contact-links ul {
  float: left;
}
.contact-links ul i {
  font-size: 18px;
  color: #000000;
}
.contact-links ul li:hover i {
  color: #f1805e;
}
.liona-form .control-group {
  padding: 5px 0;
}
.liona-form .controls {
  text-align: left;
}
.liona-form .controls > input,
.liona-form .controls > textarea {
  width: 93%;
  padding: 8px 15px;
  border: 1px solid #ebebeb;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-backface-visibility: hidden;
}
.liona-form .controls > input.invalid,
.liona-form .controls > textarea.invalid,
.liona-form .controls > input:focus,
.liona-form .controls > textarea:focus {
  border: 1px solid #c16e5f;
  background: #ffffff;
  -webkit-box-shadow: 0 0 9px 5px rgba(212, 44, 14, 0.09);
  -moz-box-shadow: 0 0 9px 5px rgba(212, 44, 14, 0.09);
  box-shadow: 0 0 9px 5px rgba(212, 44, 14, 0.09);
  color: #c26f60;
}
.liona-form .form-actions {
  padding: 25px 0;
  text-align: left;
}
.liona-form .form-actions button {
  border-radius: 0;
  background: #000000;
  color: #ffffff;
  border-color: #000000;
  padding: 10px 30px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-backface-visibility: hidden;
}
.liona-form .form-actions button:hover {
  background: #f1805e;
  border-color: #f1805e;
}
.liona-form .title_for_form {
  font-size: 42px;
  font-weight: bold;
  text-align: left;
  padding-bottom: 10px;
  color: #000000;
}
/*----- Color -----*/
.menu-item,
div.mod-languages ul li a {
  color: #000000;
}
.btn_menu,
.btn_filter,
.btn_search,
.text-logo {
  color: #000000;
}
.btn_menu:hover,
.btn_filter:hover,
.btn_search:hover,
.text-logo:hover {
  color: #000000;
}
#plazart-mainnav.navbar-default .navbar-nav > li > a {
  color: #b3b3b3;
}
#plazart-mainnav.navbar-default .navbar-nav > li > a:hover {
  background: transparent;
  color: #ffffff;
}
#plazart-mainnav.navbar-default .navbar-nav > li.active > a,
#plazart-mainnav.navbar-default .navbar-nav > li.active > a:hover,
#plazart-mainnav.navbar-default .navbar-nav > li.active > a:focus {
  color: #ffffff;
  background: transparent;
}
#plazart-mainnav.navbar-default .navbar-nav > .open > a,
#plazart-mainnav.navbar-default .navbar-nav > .open > a:hover,
#plazart-mainnav.navbar-default .navbar-nav > .open > a:focus {
  background: transparent;
  color: #ffffff;
}
#plazart-mainnav.navbar-default .navbar-nav .mega-group > a {
  color: #ffffff !important;
  background: transparent !important;
}
#plazart-mainnav.navbar-default .navbar-nav .mega-group > a:hover {
  background: transparent;
  color: #ffffff;
}
#plazart-mainnav.navbar-default .navbar-nav .mega-group > .mega-group-ct li a {
  color: #cccccc;
}
#plazart-mainnav.navbar-default .navbar-nav .mega-group > .mega-group-ct li a i {
  color: #565555;
  line-height: 0.1;
  margin-right: 10px;
}
#plazart-mainnav.navbar-default .navbar-nav .mega-group > .mega-group-ct li:hover a {
  background: #ffffff;
  color: #000000;
}
#plazart-mainnav.navbar-default .navbar-nav .mega-group > .mega-group-ct li:hover i {
  color: #000000;
}
#plazart-mainnav.navbar-default .dropdown-menu ul li.active > a {
  background: #ffffff;
  color: #000000;
}
#plazart-mainnav.navbar-default .dropdown-menu ul li a {
  color: #ffffff;
}
#plazart-mainnav.navbar-default .dropdown-menu ul li a:hover {
  background: #ffffff;
  color: #000000;
}
.plazart-megamenu ul li {
  display: block !important;
}
/*----- Hoshi -----*/
.input--hoshi {
  overflow: hidden;
}
.input__field--hoshi {
  margin-top: 1em;
  padding: 0.85em 0.15em;
  width: 100%;
}
.input__label--hoshi {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 0.25em;
  width: 100%;
  height: 100%;
  text-align: left;
  pointer-events: none;
}
.input__label-content--hoshi {
  position: absolute;
}
.input__label--hoshi::before,
.input__label--hoshi::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #B9C1CA;
}
.input__label--hoshi::after {
  margin-top: 2px;
  border-bottom: 4px solid red;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}
.input__label--hoshi-color-1::after {
  border-color: #f1805e;
}
.input__label--hoshi-color-2::after {
  border-color: #00ffaa;
}
.input__label--hoshi-color-3::after {
  border-color: #ff5500;
}
.input__field--hoshi:focus + .input__label--hoshi::after,
.input--filled .input__label--hoshi::after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.input__field--hoshi:focus + .input__label--hoshi .input__label-content--hoshi,
.input--filled .input__label-content--hoshi {
  -webkit-animation: anim-1 0.3s forwards;
  animation: anim-1 0.3s forwards;
}
@-webkit-keyframes anim-1 {
  50% {
    opacity: 0;
    -webkit-transform: translate3d(1em, 0, 0);
    transform: translate3d(1em, 0, 0);
  }
  51% {
    opacity: 0;
    -webkit-transform: translate3d(-1em, -40%, 0);
    transform: translate3d(-1em, -40%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, -40%, 0);
    transform: translate3d(0, -40%, 0);
  }
}
@keyframes anim-1 {
  50% {
    opacity: 0;
    -webkit-transform: translate3d(1em, 0, 0);
    transform: translate3d(1em, 0, 0);
  }
  51% {
    opacity: 0;
    -webkit-transform: translate3d(-1em, -40%, 0);
    transform: translate3d(-1em, -40%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, -40%, 0);
    transform: translate3d(0, -40%, 0);
  }
}
.input {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 60%;
  vertical-align: top;
  height: 110px;
}
.input__field {
  position: absolute;
  display: block;
  bottom: 0;
  padding: 0.5em 0;
  width: 100%;
  border: none;
  border-radius: 0;
  font-size: 20px;
  margin: 0;
  background: transparent;
  -webkit-appearance: none;
  /* for box shadows to show on iOS */
}
.input__field:focus {
  outline: none;
}
.input__label {
  display: inline-block;
  float: right;
  padding: 0;
  width: 100%;
  font-weight: 300;
  font-size: 60px;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.input__label-content {
  position: absolute;
  display: block;
  padding: 0;
  width: 100%;
  bottom: 0;
}
/*------ About -----*/
.about_title {
  font-weight: 600;
  margin: 30px 0;
}
.padding-0-80 {
  padding: 0 80px;
}
.text-custom .module-title {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  font-size: 20px;
  font-style: italic;
  margin: 5px 0 15px;
  padding: 20px 0;
}
/*---- Loading ----*/
.loading {
  height: 100%;
  width: 100%;
  background: transparent;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
}
.loading > div {
  background: #ffffff;
}
.horizontal .loading {
  padding: 70px 30px 30px 30px;
}
.vertical .loading {
  padding: 30px 30px 30px 75px;
}
/*---- Home Carousel----*/
.home-carousel .owl-stage-outer,
.home-carousel .owl-stage,
.home-carousel .owl-item,
.home-carousel .item {
  height: 100%;
  cursor: zoom-in;
}
.home-carousel .owl-item img {
  height: 100%;
  width: auto !important;
}
.home-carousel .item {
  padding-left: 15px;
}
.home-carousel .owl-next i,
.home-carousel .owl-prev i {
  font-size: 48px;
}
.home-carousel .owl-controls {
  margin-top: -50px;
  position: absolute;
  top: 50%;
  width: 100%;
}
.home-carousel .owl-controls .owl-next:hover i,
.home-carousel .owl-controls .owl-prev:hover i {
  color: rgba(255, 255, 255, 0.5);
}
.home-carousel .owl-controls .owl-next i,
.home-carousel .owl-controls .owl-prev i {
  color: #ffffff;
}
.home-carousel .owl-controls .owl-next {
  position: absolute;
  right: 25px;
}
.home-carousel .owl-controls .owl-prev {
  position: absolute;
  left: 25px;
}
.carousel_info {
  padding-top: 25px;
}
.carousel_info .title_article {
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1;
  position: relative;
  top: 2px;
  min-width: 100px;
}
.carousel_info .slide_data {
  float: right;
}
.carousel_info .share-post {
  padding-left: 20px;
  position: relative;
  top: 2px;
}
.carousel_info .share-post i {
  color: #000000;
  padding-right: 2px;
}
.carousel_info .btn-prev i,
.carousel_info .btn-next i {
  color: #000000;
}
.carousel_info > * {
  display: inline-block;
}
.vertical .home-carousel .owl-stage {
  margin-left: -15px;
}
.horizontal .home-carousel .owl-stage {
  margin-left: -15px;
}
/** 
 *------------------------------------------------------------------------------
 * @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 .plazart-megamenu.animate .mega.animating > .mega-dropdown-menu {
  display: block;
}
#plazart-mainnav .caret {
  display: none;
}
#plazart-mainnav.navbar-default {
  margin: 0;
}
#plazart-mainnav.navbar-default .navbar-nav > li > a {
  padding: 20px;
  text-transform: uppercase;
}
#plazart-mainnav.navbar-default .navbar-nav > li:first-child > a {
  padding-left: 0;
}
#plazart-mainnav .navbar-inner .tz-icon-cross {
  color: #FFFFFF;
  line-height: 40px;
  margin-top: -20px;
  position: absolute;
  right: 20px;
  top: 50%;
  font-size: 18px;
}
#plazart-mainnav .nav {
  margin-bottom: 0;
  position: relative;
}
#plazart-mainnav .ps-static {
  position: static !important;
}
#plazart-mainnav .ps-static > .dropdown-menu {
  margin-left: 45px;
}
#plazart-mainnav .nav .dropdown-toggle .caret {
  border-top-color: #0077bb;
  border-bottom-color: #0077bb;
  margin-top: 8px;
  margin-left: 5px;
}
#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 .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  list-style: none;
  background-color: #1f1f1f;
  border: none;
  padding: 0;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -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 li > a {
  clear: both;
  color: #444444;
  display: block;
  font-weight: normal;
  padding: 10px 15px;
  text-shadow: none;
  white-space: nowrap;
  border: none;
  line-height: 1;
}
#plazart-mainnav .dropdown-menu .tz-menu-mega > .mega-inner {
  margin: 20px 0 20px 15px;
  padding: 0 15px 0 0;
}
#plazart-mainnav .dropdown-menu .tz-menu-mega .level1 > li > a {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 7px;
  padding: 7px 15px;
}
#plazart-mainnav .dropdown-menu .tz-menu-mega ul ul li > a {
  margin: -2px 0 -4px;
}
#plazart-mainnav .dropdown-menu .mega-nav.level2 > li.active,
#plazart-mainnav .dropdown-menu .mega-nav.level2 > li:hover {
  background: #ffffff;
}
#plazart-mainnav .dropdown-menu .mega-nav.level2 > li.active > a,
#plazart-mainnav .dropdown-menu .mega-nav.level2 > li:hover > a {
  color: #000000;
}
#plazart-mainnav .dropdown-menu li > a:hover,
#plazart-mainnav .dropdown-menu li > a:focus,
#plazart-mainnav .dropdown-submenu:hover > a {
  color: #eeeeee;
  text-decoration: none;
  background-color: #666666;
}
#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 > .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: #000000;
  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;
  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;
}
.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;
}
.plazart-mainnav .navbar .nav {
  margin: 0;
}
.plazart-mainnav .navbar .nav > li > a {
  border-top: 0;
  border-right: 1px solid #d9d9d9;
  padding: 10px 20px;
  text-shadow: none;
}
.plazart-mainnav .navbar .nav > li > a:focus,
.plazart-mainnav .navbar .nav > li > a:hover {
  background-color: #666666;
  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 {
  float: left;
  padding: 5px 10px;
  margin: 5px 20px 0;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
}
.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: #222222;
  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: 991px) {
  .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;
    visibility: visible;
  }
  .plazart-mainnav .nav-collapse.collapse {
    display: none !important;
  }
  .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;
  }
  .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;
  }
  .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;
  }
}
@media (max-width: 1200px) {
  .menu,
  .header {
    position: fixed;
    background: #ffffff;
    width: 100%;
  }
  .vm-product-container .chzn-container-single .chzn-drop {
    min-width: 185px !important;
  }
  .padding-0-80 {
    padding: 0 20px;
  }
  .team .team-box {
    border: none;
  }
  .TzPortfolioItemPage .info > .container {
    text-align: center;
  }
  .tz-set-height img {
    height: 30px;
  }
  .button_scroll {
    display: none;
  }
  #plazart-mainnav.navbar-default .navbar-nav > li > a {
    padding: 25px 20px;
  }
  .width-auto {
    width: auto !important;
    float: left !important;
    margin-bottom: 0 !important;
  }
  .info > .container {
    text-align: left;
  }
  .navi_article .pagenav .next > * {
    text-align: right;
  }
  .navi_article .pagenav > div span {
    max-width: 45%;
  }
  .vertical .custom_text {
    position: relative;
    bottom: 0;
  }
  .liona-top-head-right {
    float: right;
  }
  .custom_text {
    float: left;
  }
  .vertical .custom_text {
    margin-top: 1px;
  }
  .vertical .custom_text .text_vertical {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    top: 5px;
    position: relative;
  }
  .vertical .top-head-right {
    margin-top: 5px;
  }
  .vertical .navbar-toggle {
    top: 35px;
  }
  .vertical div.mod-languages {
    margin-top: -3px;
  }
  .tz-ver #tzlogo {
    top: -5px;
    position: relative;
  }
  .main-content {
    padding: 0;
  }
  #tz-portfolio-template-info-category > .container {
    padding-top: 30px;
  }
  .TzItemPageInner .tz-container-fluid {
    padding: 0;
  }
  .TzItemPageInner .padding-0-75 > .container {
    padding: 0;
  }
  .info .tz-row > div {
    float: left;
  }
  .view-article .detail > .row,
  .layout-blog .detail > .row {
    margin: 0;
  }
  .TzBlog {
    background: transparent;
  }
  #yourdiv ol {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  #yourdiv ol li h2 {
    display: none;
  }
  #yourdiv ol li .title_mod {
    padding: 20px 0 0;
    margin: 0;
  }
  #yourdiv ol li .title_mod h4 {
    text-align: center;
  }
  #yourdiv ol li .padding-bot-60 {
    padding-bottom: 0;
  }
  #yourdiv ol li .box-top.row .box-info-2 {
    padding: 15px;
  }
  #yourdiv ol li .custom ul li,
  #yourdiv ol li .custom p {
    text-align: center;
  }
  #yourdiv ol li .weblinks {
    padding-bottom: 20px;
  }
  .browse-view .row .product .spacer h2 {
    font-size: 11px;
  }
  .team .team-socials ul li a {
    margin: 3px;
  }
  #com-form-login .userdata .inputbox {
    width: 100%;
  }
  #checkoutForm table.cart-summary tr th {
    padding: 10px;
    font-size: 12px;
  }
  .gobal_title {
    font-size: 12px;
    margin-bottom: 15px;
  }
  .buttonBar-right .vm-button-correct {
    font-size: 14px;
  }
  .tabs > ul {
    min-height: 39px;
  }
  .tabs > ul li a {
    padding: 10px;
  }
  .tabs .tabs-pane .tab-panel {
    padding: 20px;
  }
  .rating > .voted span {
    right: 2px;
    top: 0;
  }
  div.product {
    min-width: 100px;
  }
  .tz-footer-horizontal {
    position: relative;
  }
  .tz-footer-horizontal .footer_info {
    position: relative;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    top: 0;
    left: 0;
  }
  .tz_supersized #tz_supersized.tz_liona_supersized .slide-des .slidecaption p {
    font-size: 30px;
  }
  .tz_supersized #tz_supersized.tz_liona_supersized .slide-des .slidecaption span {
    font-size: 15px;
  }
  .tz_supersized #tz_supersized.tz_liona_supersized .slide-des .slidecaption p,
  .tz_supersized #tz_supersized.tz_liona_supersized .slide-des .slidecaption span {
    padding-right: 0;
  }
  #tz_options #filter {
    width: 90%;
    margin-left: 20px;
  }
  .filter-ver .filter-icon {
    font-size: 18px;
    top: 50%;
    position: absolute;
    margin-top: -10px;
  }
  .filter-ver .filter-close {
    font-size: 18px;
    top: 50%;
    margin-top: -10px;
  }
  #tz_options #filter a {
    font-size: 14px;
  }
  .search-ver .top-search input.inputbox {
    display: inline-block;
    top: 0;
    position: relative;
    font-size: 21px;
    padding: 20px 20px 20px 60px;
  }
  .filter-portoflio-vertical #tz_options {
    padding: 20px 0;
  }
  .menu-ver,
  .filter-ver,
  .search-ver {
    position: fixed;
    width: 100%;
    z-index: 999999;
    top: 0;
  }
  .vertical .header {
    left: 0;
    top: 0;
    padding: 30px 15px 30px;
    position: fixed;
    height: auto;
    z-index: 99999;
    background: #ffffff;
    width: 100%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-backface-visibility: hidden;
  }
  .vertical .header .top-head-right.liona-top-head-right > div {
    float: right;
    margin: 0 10px;
  }
  .vertical .header .top-head-right.liona-top-head-right > div:first-child {
    margin: 0;
  }
  .vertical .header #tz-logo-area {
    padding-bottom: 0;
    text-align: left;
  }
  .vertical .header div.mod-languages {
    margin-top: 0;
  }
  .vertical .header div.mod-languages ul.lang-inline li {
    float: left;
    border-top: none;
    border-left: 1px solid;
    padding: 0 5px;
    margin: 0;
    width: auto;
  }
  .vertical .header div.mod-languages ul.lang-inline li:first-child {
    border-left: none;
    border-top: none;
  }
  .vertical .header div.mod-languages ul.lang-inline li a {
    border: none;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .vertical .tz-footer .loading_portoflio {
    width: auto;
    text-align: left;
  }
  .tz-ver #tz-logo-area {
    padding-bottom: 0;
  }
  .tz-ver .header > div > div#tz-liona-top-head-right > div {
    margin-bottom: 0;
    float: right;
    padding-left: 20px;
    line-height: 20px;
  }
  .tz-ver div.mod-languages ul.lang-inline li {
    display: inline-block;
    border-top: none;
    border-left: 1px solid;
    padding: 0 5px;
  }
  .tz-ver div.mod-languages ul.lang-inline li:first-child {
    border-left: none;
  }
  .tz-ver #tz-liona-breadcrumbs,
  .tz-ver #tz-logo-area {
    position: relative;
  }
  .tz-ver #tz-logo-area,
  .tz-ver #tz-liona-breadcrumbs {
    bottom: auto;
  }
  .tz-ver #tz-liona-breadcrumbs .last_item,
  .tz-ver #tzlogo {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    transform-origin: inherit;
  }
  .search-ver .top-search .search-close {
    top: 40%;
  }
  .TzItemPage {
    background: transparent;
  }
  .com_virtuemart.view-category .no-sidebar .tz-main {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1200px) and (min-width: 992px) {
  .TzBlog .TzBlogInner {
    padding: 40px 0;
    width: 100%;
  }
  .latestnews li .tz-media {
    margin-right: 0;
  }
  .latestnews li img {
    max-height: none;
    width: 100%;
  }
  .vertical .menu-aside.tz-ver {
    padding: 0;
  }
  .vertical .menu-aside.tz-ver .header > div > div:first-child {
    padding-right: 0;
  }
  .vertical .menu-aside.tz-ver .header > div > div:last-child {
    padding-left: 0;
  }
  .view-login.vertical .menu-aside.tz-ver {
    padding: 0 15px;
  }
  .cart-view {
    padding: 60px 30px;
  }
  .checkout-button-top .vm-button-correct,
  .checkout-button-top .vm-button,
  .vm-continue-shopping a {
    padding: 5px 0;
    font-size: 13px;
  }
  .module.padding-45-30,
  .module.padding-30 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .tz-vm-best-seller .item {
    padding: 5px 0;
  }
  .tz-vm-best-seller .item .cell-7 {
    padding: 0;
  }
  .tz-vm-best-seller .item .vm-title-product {
    font-size: 13px;
    font-weight: normal;
  }
  .tz-vm-best-seller .item .vm-price-value > span {
    font-size: 13px;
  }
  .pos_left > *,
  .pos_right > * {
    width: 85%;
  }
  .vm-product-container {
    padding-left: 15px;
  }
  .sidebar .vm-product-container .chzn-container-single {
    min-width: 185px !important;
  }
  .vertical .tz-footer .footer_info {
    display: inline-block;
    position: relative;
  }
  .view-article .sidebar .tz-main,
  .view-category .sidebar .tz-main {
    padding-left: 15px;
  }
  .com_contact.view-contact .tz-main {
    padding: 0 15px;
  }
  .category_info > div .category-title,
  .category_info > div i {
    font-size: 30px;
  }
  .category_info > div .total {
    padding-top: 15px;
  }
  .type-status {
    top: 15px;
    left: 15px;
  }
  .type-status .product-fields .hot,
  .type-status .product-fields .hot,
  .type-status .product-fields .hot {
    padding: 10px 5px;
  }
  .type-status .product-fields .hot > div,
  .type-status .product-fields .hot > div,
  .type-status .product-fields .hot > div {
    font-size: 10px;
  }
  .ca-container .category_info > div .category-title {
    font-size: 30px;
  }
}
@media (max-width: 1200px) and (min-width: 769px) {
  .vm-product-container .vm-product-media-container {
    padding: 90px 30px 30px 30px;
  }
  .view-productdetails .tz-main {
    padding-left: 15px;
  }
  .view-productdetails .sidebar .tz-main {
    padding-right: 0;
    padding-left: 0;
  }
  .com_virtuemart.view-category .sidebar .tz-main {
    padding-left: 15px;
    padding-right: 0;
  }
  .com_virtuemart.view-category .sidebar .tz-right {
    padding-right: 15px;
    padding-left: 0;
  }
  .sidebar .vm-product-container .vm-product-details-container {
    padding-left: 25px !important;
    padding-right: 15px !important;
  }
  .sidebar .vm-product-container .vm-product-details-container.width_auto {
    padding: 0 !important;
  }
  .vm-product-container .vm-product-details-container {
    padding-left: 25px !important;
    padding-top: 30px !important;
    padding-right: 15px !important;
  }
}
@media (max-width: 1200px) and (min-width: 480px) {
  .vertical .main-content {
    margin-top: 90px;
  }
  .horizontal .main-content {
    margin-top: 70px;
  }
  .loading {
    padding: 98px 30px 30px 30px !important;
  }
  .view-article .sidebar .tz-main,
  .view-category .sidebar .tz-main {
    padding-right: 15px;
    padding-left: 0;
  }
  .view-article .sidebar .tz-right,
  .view-category .sidebar .tz-right {
    padding-left: 15px;
    padding-right: 0;
  }
  .view-article .no-sidebar .tz-main,
  .view-category .no-sidebar .tz-main {
    padding-right: 0;
  }
  .TzBlog {
    background: transparent;
  }
  .vertical #tz-main-body-wrapper {
    padding-top: 0 !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .ca-container {
    width: auto !important;
  }
  .view-login #tz-main-body-wrapper .container-fluid {
    padding: 0;
  }
  .view-productdetails .no-sidebar .tz-right {
    padding-right: 0;
  }
  .view-login #tz-component-area {
    padding-left: 15px;
    padding-right: 15px;
  }
  .view-article .tz-right,
  .layout-blog .tz-right {
    padding-left: 15px;
    padding-right: 0;
  }
  .page-login .form-validate .control-group .controls input {
    width: 60%;
  }
}
@media (max-width: 991px) {
  .filter-portoflio {
    display: none !important;
  }
  .main-content {
    margin-top: 90px;
  }
  .top-search .search .form-inline {
    width: 100%;
  }
  #tz_supersized .slide-des .slidecaption {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .top-search input.inputbox {
    width: 90%;
    margin: 0 15px;
  }
  .top-search .search-close {
    right: 30px;
    top: 30px;
  }
  .top-search .search .search-icon {
    display: none;
  }
  .tz_portfolio_image_gallery .thumb {
    display: none;
  }
  .sidebar .browse-view .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .gobal_title {
    margin-top: 20px;
  }
  .vm-cart-custom .coupons,
  .vm-cart-custom .shipping-payment,
  .vm-cart-custom .total-prices {
    width: 100%;
  }
  .latestnews li .tz-media {
    margin-right: 0;
  }
  .latestnews li img {
    max-height: none;
  }
  .menu.menu-login {
    position: relative;
    background: #f4f4f4;
  }
  .cell-7 {
    padding-left: 0;
  }
  .vm-categories-menu .menu-vm li a,
  .vm-price-value > span,
  .tz-vm-best-seller .item .vm-title-product {
    font-size: 13px;
  }
  .vm-categories-random i {
    font-size: 30px;
  }
  .vm-categories-random .category-title {
    font-size: 20px;
  }
  .vm-categories-random .total,
  .vm-categories-random .random-category-readmore {
    font-size: 10px;
  }
  .vm-categories-random .random-category-readmore {
    padding: 5px;
  }
  .padding-30 {
    padding: 30px 15px;
  }
  .padding-45-30 {
    padding: 25px 15px;
  }
  .button-toggle {
    display: none;
  }
  .tz-ver .header,
  .tz-ver .header > div {
    height: auto;
  }
  .sm-none {
    display: none;
  }
  .tz-ver div.mod-languages ul.lang-inline li {
    border-top: none;
    border-left: 1px solid;
    padding: 0 5px;
  }
  .tz-ver div.mod-languages ul.lang-inline li:first-child {
    border-left: none;
  }
  .footer_info {
    margin-top: 3px;
  }
  .tz-icon-cross {
    font-size: 15px !important;
  }
  #tz_options {
    min-height: 50px;
    top: -10px;
  }
  #tz_options .option-set {
    margin-left: 0 !important;
  }
  #tz_options .filter-icon {
    position: relative;
    top: -6px;
  }
  #tz_options #filter a {
    float: left;
    font-size: 16px;
    padding: 0 10px;
  }
  .menu {
    display: block;
  }
  .menu.index-1 {
    z-index: -1 !important;
  }
  .vertical .icon_menu_ver,
  .menu-close {
    display: none;
  }
  #plazart-mainnav.navbar-default {
    position: relative;
  }
  #tz-menu-wrapper.menu {
    background: none repeat scroll 0 0 transparent !important;
    display: inline-block;
    position: fixed;
    right: 0;
    z-index: 9999999;
    width: auto;
  }
  #tz-menu-wrapper.menu > .container-fluid {
    padding: 0;
  }
  #tz-menu-wrapper.menu > .container-fluid > div {
    margin: 0;
  }
  .horizontal .navbar-toggle {
    top: 23px;
  }
  .navbar-toggle {
    border: none;
    background: #ffffff !important;
    line-height: 1;
    margin: 0;
    padding: 0;
    right: 15px;
    top: 30px;
  }
  .navbar-toggle > i {
    font-size: 18px;
  }
  .navbar-toggle:hover {
    background: #ffffff;
  }
}
@media (max-width: 991px) and (min-width: 480px) {
  .revo_text_2 {
    font-size: 30px !important;
  }
  .tz_supersized #tz_supersized.tz_liona_supersized .slide-des {
    padding: 0 60px;
  }
  .ca-container {
    margin-left: 0 !important;
  }
  .ca-item .category_info,
  .ca-item .category-image {
    margin: 0;
  }
  .category_info > div .category-title {
    font-size: 40px;
  }
  .pos_left > *,
  .pos_right > * {
    width: 90%;
  }
  .liona-form .controls > input,
  .liona-form .controls > textarea {
    width: 99%;
  }
  .TzBlog .TzBlogInner {
    width: 100%;
    padding: 45px 0;
  }
  .tz-top-head-right {
    right: 25px;
  }
  .page-login .form-validate .control-group .controls input {
    line-height: 1.3;
    width: 80%;
  }
  #TzContent .TzInner {
    margin: 10px;
  }
  .menu.menu-login li a {
    padding: 15px;
  }
  .va-slice {
    padding: 10px 0;
  }
  .vertical .liona-top-head-right {
    right: 30px;
  }
  .vm-product-container .vm-product-media-container {
    padding-right: 0;
    padding-left: 0;
  }
  .vm-product-container .vm-product-media-container .main-image {
    background: transparent;
  }
  .cart-view {
    padding: 30px;
  }
  .vertical section.header {
    padding-top: 30px !important;
    padding-bottom: 15px;
  }
  .type-status {
    top: 30px;
    left: 30px;
  }
  .type-status .product-fields .hot,
  .type-status .product-fields .sales,
  .type-status .product-fields .new {
    padding: 10px 5px;
  }
  .type-status .product-fields .hot > div,
  .type-status .product-fields .sales > div,
  .type-status .product-fields .new > div {
    font-size: 10px;
  }
  .sidebar .vm-product-container .vm-product-details-container {
    padding: 15px;
  }
  .vm-product-container .vm-product-details-container {
    padding: 0;
  }
  .slick-prev {
    right: 25px;
  }
  .slick-prev:before,
  .slick-next:before {
    font-size: 20px;
  }
}
@media (min-width: 769px) {
  .plazart-megamenu.animate .mega > .mega-dropdown-menu {
    opacity: 1 !important;
  }
  .weblinks .slick-slide a {
    margin: 0 15px;
  }
}
@media (max-width: 768px) {
  .generate_module .team .team-socials ul li a {
    margin: 3px;
  }
  .view-productdetails .sidebar .tz-main {
    padding-right: 15px;
  }
  .vm-product-container .vm-product-media-container {
    position: relative;
    padding: 0;
  }
  .vm-product-container .main-image {
    width: 100%;
  }
  .vm-product-container .main-image img {
    height: auto;
    width: 100%;
  }
  .vm-product-container .vm-product-details-container {
    padding-left: 0 !important;
    padding-top: 30px !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 768px) and (min-width: 480px) {
  .contact-address > div {
    min-height: 100px;
  }
  .com_virtuemart.view-category .sidebar .tz-main {
    padding-left: 15px;
    padding-right: 0;
  }
  .com_virtuemart.view-category .sidebar .tz-right {
    padding-right: 15px;
    padding-left: 0;
  }
  .vertical .navbar-toggle {
    top: 32px !important;
  }
}
@media (max-width: 767px) and (min-width: 480px) {
  .vm-product-container .vm-product-details-container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 480px) {
  #plazart-mainnav .nav-collapse.navbar-collapse .plazart-megamenu {
    padding: 0 15px !important;
  }
  .main-content {
    margin-top: 70px;
  }
  .loading {
    padding: 78px 30px 30px 30px !important;
  }
  .input {
    width: 80%;
  }
  .input .input__label {
    width: 100%;
    font-size: 30px;
  }
  .input .input__label .input__label-content {
    bottom: 15px;
  }
  .width-auto {
    width: 100% !important;
    text-align: center;
  }
  .home-slide-bg {
    padding: 0;
  }
  .white_footer {
    display: none;
  }
  .contact .ds-table {
    display: block;
  }
  .contact .ds-table .ds-table-cell {
    display: block;
  }
  .contact-address > div {
    width: 100%;
    min-height: 0;
  }
  .contact-links ul.nav-stacked li {
    width: inherit;
  }
  .liona-form .controls > input,
  .liona-form .controls > textarea {
    width: 100%;
  }
  .vertical section.header {
    padding-left: 15px;
    padding-right: 15px;
  }
  .tz-ver .header > div > div {
    padding: 0 15px;
  }
  .pos_left,
  .pos_right {
    width: inherit;
  }
  .pos_left > *,
  .pos_right > * {
    width: inherit;
    padding: 0 15px;
  }
  div#comments div#comments-list-0 #comments-list-1 {
    padding-left: 30px;
  }
  .TzArticleTitle {
    font-size: 24px;
  }
  #tz-portfolio-template-fulltext {
    padding-top: 30px !important;
  }
  #tz-portfolio-template-title {
    padding-top: 20px !important;
  }
  #tz-portfolio-template-information {
    padding: 10px 0 !important;
  }
  #tz-portfolio-template-comments {
    padding-bottom: 35px !important;
  }
  section#tz-main-body-wrapper {
    padding: 0 !important;
    overflow: hidden;
  }
  .footer-login {
    padding-top: 0;
  }
  .menu.menu-login {
    display: none;
  }
  .nav-stacked,
  .page-login .form-validate .control-group .controls .ck_remember,
  .page-login .form-validate .control-group .controls input#remember {
    float: left;
  }
  .page-login .form-validate .control-group .controls input#remember,
  .nav-stacked {
    left: 0;
  }
  .page-login .form-validate .control-group .controls .ck_remember {
    left: 5px;
    margin: 3px;
  }
  .menu.menu-login li a {
    padding: 5px;
    font-size: 10px;
  }
  .nav-stacked li {
    width: 33%;
    text-align: left;
  }
  .page-login .form-validate .btn-primary {
    width: 100%;
    padding: 5px;
    margin-top: 15px;
    font-size: 13px;
  }
  .view-login .loading {
    padding: 0 !important;
  }
  .page-login .form-validate {
    padding-top: 20px;
    padding-bottom: 15px;
  }
  .page-login .form-validate .control-group .controls {
    padding: 0;
  }
  .page-login .form-validate .control-group .controls input {
    padding: 5px 10px;
    margin: 5px 0;
    width: 100%;
  }
  .page-login .login-desc i {
    font-size: 40px;
    margin-bottom: 15px;
    display: none;
  }
  .page-login .login-desc p {
    font-size: 26px;
  }
  .page-login .login-desc p.p-small {
    font-size: 14px;
  }
  .page-login .nav-stacked li {
    width: 100%;
  }
  .page-login .footer-login {
    padding-bottom: 30px;
  }
  .product.vm-col {
    width: 100%;
  }
  .vm-pagination .vm-page-counter {
    position: relative;
  }
  #canvas {
    position: relative;
  }
  .va-slice {
    padding: 0;
  }
  .category_info > div .category-title,
  .category_info > div i {
    font-size: 14px;
  }
  .category_info > div .total {
    padding-top: 10px;
  }
  .tp-caption.text1,
  .tp-caption.text2 {
    left: 0 !important;
    text-align: center;
    width: 100%;
  }
  .tp-leftarrow.default {
    right: 105px !important;
  }
  .tp-rightarrow.tparrows.default.custom,
  .tp-leftarrow.default {
    bottom: 20px !important;
  }
  .tp-bullets.custom {
    top: 30px !important;
    display: none !important;
  }
  .revo_button_1 {
    font-size: 14px !important;
    padding: 5px 15px !important;
  }
  .revo_text_1 {
    font-size: 14px !important;
  }
  .tp-rightarrow.custom:before,
  .tp-leftarrow.custom:before,
  .revo_text_2 {
    font-size: 15px !important;
  }
  .main-content {
    padding-left: 0;
    padding-right: 0;
  }
  .TzStatistic .tz-video-content img {
    width: 50%;
  }
  .vertical .header {
    height: auto;
  }
  .vertical .tz-footer .loading_portoflio #tz_append #infscr-loading {
    text-align: left;
  }
  .vertical .tz-footer {
    padding-left: 0;
    padding-right: 0;
    padding-top: 5px;
  }
  .vertical .top-head-right {
    margin-top: 10px;
  }
  .vertical .navbar-toggle {
    top: 37px;
  }
  .xs-none {
    display: none;
  }
  .xs-none.filter-portoflio {
    display: none !important;
  }
  .xs-padding-right-10 {
    padding-right: 10px;
  }
  .tz_zoomslider .tz_cus_content .cus_style1 {
    font-size: 9px;
    margin-bottom: 10px;
  }
  .tz_zoomslider .tz_cus_content .tz_custom_button {
    font-size: 10px;
    margin-top: 10px;
  }
  .tz_zoomslider .tz_cus_content .cus_style2 {
    font-size: 15px;
    margin: 10px 0;
  }
  .search-close {
    top: -3px;
  }
  #tz_options {
    display: none;
  }
  .search-ver .top-search .search-icon {
    float: left;
    top: 25px;
  }
  .search-ver .top-search input.inputbox {
    width: 100%;
    padding-right: 20px;
    float: left;
  }
  .search-ver .top-search .search-close {
    top: 27px;
    right: 0;
  }
  #TzContent .TzInner {
    margin: 0;
  }
  .loading_portoflio {
    display: block;
    padding-bottom: 10px;
  }
  .loading_portoflio #tz_append > a {
    font-size: 14px;
  }
  .footer_info {
    display: block;
    text-align: center;
    position: relative !important;
  }
  #tz-main-body-wrapper.main-body,
  #tz-header-wrapper.header,
  #tz-footer-wrapper.footer {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #tz_options .option-set {
    width: 85%;
  }
  .navbar-toggle {
    top: 26px !important;
    right: 0;
  }
  body {
    font-size: 13px;
  }
  div.last_item > span {
    font-size: 13px;
  }
  .additional-images img {
    margin-bottom: 5px;
    margin-right: 5px;
  }
  .text-logo {
    font-size: 20px;
  }
  .vm-product-container .addtocart-bar .addtocart-button {
    display: inline-block;
  }
  .vm-product-container .size .product-fields {
    position: relative;
    top: inherit;
  }
  .vm-product-container .addtocart-bar {
    text-align: left;
    float: left;
  }
  .vm-product-container .spacer-buy-area .addtocart-area {
    min-height: 100px;
  }
  .tabs ul li a {
    padding: 10px;
    font-size: 12px;
  }
  .tabs .tabs-pane .tab-panel {
    font-size: 12px;
  }
  .vm-title-product-detail {
    font-size: 20px;
  }
  .button-toggle {
    display: none;
  }
  .scroll-information {
    padding: 30px 0;
  }
  .ca-container {
    margin-left: 15px !important;
  }
  .ca-container .category_info > div .category-title {
    font-size: 30px;
  }
  .ca-item .category-background,
  .ca-item .category_info,
  .ca-item .category-image {
    margin: 0;
  }
  .tz_supersized #thumb-tray ul#thumb-list li,
  .tz_supersized #thumb-tray ul#thumb-list img {
    width: 120px;
    height: 80px;
  }
  .tz_supersized #thumb-tray {
    height: 80px !important;
  }
  .load-item {
    display: none !important;
  }
  .tz_supersized #tz_supersized.tz_liona_supersized .slide-des .slidecaption p {
    font-size: 20px;
  }
  .tz_supersized #tz_supersized.tz_liona_supersized .slide-des .slidecaption p,
  .tz_supersized #tz_supersized.tz_liona_supersized .slide-des .slidecaption span {
    margin-right: 0 !important;
  }
  .slidecaption {
    text-align: center;
  }
  .tz_supersized #thumb-tray ul#thumb-list li:hover:after,
  .tz_supersized #thumb-tray ul#thumb-list li:hover:before {
    font-size: 30px;
    padding-top: 20px;
  }
  .TzBlog .TzBlogInner {
    padding: 30px 0;
    width: 100%;
  }
  .TzBlog .TzBlogInner .info_category .TzCategoryTitle {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .TzBlog .TzBlogInner .info_category .hr {
    margin-top: 30px;
  }
  .TzBlog .TzBlogInner .TzBlogTitle {
    font-size: 20px;
  }
  .padding-45 {
    padding: 25px 15px 0 15px;
  }
  .blog-article .TzItem {
    padding: 35px 0;
  }
  .latestnews li .tz-media {
    margin-right: 0;
  }
  .tz-right .padding-45 {
    padding-left: 0;
    padding-right: 0;
  }
  #tz-portfolio-template-info-category .TzCategoryTitle {
    font-size: 20px;
    margin-bottom: 15px;
  }
  #tz-portfolio-template-info-category .hr {
    margin-top: 30px;
  }
  .tz-blog .TzArticleTitle {
    font-size: 20px;
    padding-top: 30px;
  }
  .media-left,
  .media > .pull-left {
    width: 100%;
    padding-right: 0;
  }
  .media-left img,
  .media > .pull-left img {
    width: 100%;
  }
  .media-body {
    padding-top: 20px;
  }
  div#comments .comment-content {
    padding: 0;
  }
  div#comments .comment-author .j-author {
    display: block;
  }
  div#comments .comment-author span.comment-meta {
    float: none;
  }
  div#comments .comment-author span.comment-meta > * {
    margin: 0 5px !important;
  }
  .sidebar .vm-product-container .vm-product-details-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .vm-product-container .vm-product-details-container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .vm-product-container .vm-product-details-container .chzn-container-single {
    min-width: 160px !important;
  }
  .slick-slider .product-field-display {
    padding: 0 5px;
  }
  .slick-list {
    margin: 0 !important;
  }
  .cart-view {
    padding: 30px 0;
    background: transparent;
  }
  .tz-right {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .com_virtuemart .sidebar .tz-right {
    padding-top: 30px;
  }
  #yourdiv .weblinks .text-custom {
    padding-left: 15px;
    padding-right: 15px;
  }
  #yourdiv .weblinks .slick-next {
    right: 15px;
  }
  #yourdiv .weblinks .slick-prev {
    right: 50px;
  }
  .generate_module .row {
    margin: 0;
  }
  .generate_module .row > div {
    padding-left: 0;
    padding-right: 0;
  }
  #va-container {
    margin-top: 0;
  }
  #loading img {
    width: 150px;
  }
  #tz_append #infscr-loading {
    width: 170px;
    height: 170px;
  }
  #tz_append #infscr-loading img {
    width: 80px;
  }
  .loading_portoflio {
    margin: -55px 0 0 -80px;
  }
  #TzContent {
    margin: 0 -15px !important;
  }
  .navi_article .pagenav {
    padding: 55px 0;
  }
  .navi_article .pagenav > div span {
    display: none;
  }
  .error_code {
    font-size: 80px;
  }
  .report_error {
    font-size: 20px;
  }
  .font-36 {
    font-size: 18px;
  }
  .font-19 {
    font-size: 12px;
  }
  .vm-pagination {
    right: 0;
    top: 70px;
  }
  .vm-pagination ul li a {
    padding: 10px;
    text-align: center;
  }
  .view-article .sidebar .tz-main,
  .view-category .sidebar .tz-main {
    padding-right: 15px;
  }
  .white_top {
    height: 20px;
  }
  #tz-header-wrapper.header {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .tz-top-head-right {
    right: 15px;
    margin-top: 8px;
  }
  .generate_module .custom {
    padding: 0 15px;
  }
  .generate_module .team .team-socials ul li a {
    margin: 3px;
  }
  .generate_module .row.service {
    margin: 0 15px;
  }
  .team > div {
    padding-left: 0;
    padding-right: 0;
  }
  .team > div .team-socials ul li a {
    margin: 2px;
  }
  .padding-0-80 {
    padding: 0 30px;
  }
  #plazart-mainnav .nav-collapse.navbar-collapse .plazart-megamenu {
    width: 100% !important;
    left: 0 !important;
    padding: 0 15px;
  }
  .carousel_info {
    padding: 15px 30px;
  }
  .carousel_info .title_article {
    font-size: 14px;
    display: block !important;
  }
  .carousel_info .share-post {
    padding: 0;
  }
}
/*---- Canvas -----*/
@media (max-width: 991px) {
  #plazart-mainnav .navbar-header {
    float: none;
    min-height: 90px;
  }
  #plazart-mainnav .navbar-header .navbar-toggle {
    display: block;
  }
  #plazart-mainnav .nav-collapse.navbar-collapse {
    height: auto !important;
    position: relative !important;
    top: 0;
  }
  #plazart-mainnav .nav-collapse.navbar-collapse.in {
    display: block !important;
  }
  #plazart-mainnav .nav-collapse.navbar-collapse .plazart-megamenu {
    background: #ffffff;
    height: 100%;
    overflow: auto;
    position: fixed;
    width: 100%;
    top: 70px;
    left: 0;
    padding: 0 30px 0 30px;
  }
  #plazart-mainnav .nav-collapse.navbar-collapse .navbar-nav.level0 {
    padding: 0;
    width: 100%;
  }
  #plazart-mainnav .nav-collapse.navbar-collapse .navbar-nav.level0 > li {
    float: none;
  }
  #plazart-mainnav .nav-collapse.navbar-collapse .navbar-nav.level0 > li.ps-static > .dropdown-menu {
    margin: 0;
  }
  #plazart-mainnav .nav-collapse.navbar-collapse .navbar-nav.level0 > li.open > a,
  #plazart-mainnav .nav-collapse.navbar-collapse .navbar-nav.level0 > li.active > a {
    color: #000000;
  }
  #plazart-mainnav .nav-collapse.navbar-collapse .navbar-nav.level0 > li > a {
    padding: 10px 0;
  }
  #plazart-mainnav .nav-collapse.navbar-collapse .navbar-nav.level0 > li > .dropdown-menu {
    float: none;
    position: relative;
    width: 100% !important;
  }
  #off-canvas-nav .nav-collapse {
    padding: 0;
  }
  #off-canvas-nav .nav-collapse .plazart-megamenu li.dropdown > a:hover {
    color: #000000;
    background: #ffffff;
  }
  #off-canvas-nav .nav-collapse .plazart-megamenu .level0 {
    padding: 0 0 30px 0;
    float: none;
  }
  #off-canvas-nav .nav-collapse .plazart-megamenu .level0 > li {
    float: none;
  }
  #off-canvas-nav .nav-collapse .plazart-megamenu .level0 > li.open > a {
    background: #ffffff;
    color: #000000;
  }
  #off-canvas-nav .nav-collapse .plazart-megamenu .level0 > li:first-child > a {
    padding-top: 10px;
  }
  #off-canvas-nav .nav-collapse .plazart-megamenu .level0 > li > a {
    font-size: 14px;
    border: none;
    padding: 5px 0 5px 20px;
  }
  #off-canvas-nav .nav-collapse .plazart-megamenu .level0 > li > a:hover {
    background: #ffffff;
    color: #000000;
  }
  #off-canvas-nav .nav-collapse .plazart-megamenu .level0 > li > a .caret {
    display: none;
  }
  #off-canvas-nav .nav-collapse .plazart-megamenu .level0 .dropdown-menu {
    background: #ffffff;
    position: relative;
    float: none;
    opacity: 1;
    width: 100% !important;
  }
  #off-canvas-nav .nav-collapse .plazart-megamenu .level0 .dropdown-menu .level1 > li > a:hover,
  #off-canvas-nav .nav-collapse .plazart-megamenu .level0 .dropdown-menu .level1 > li.active > a {
    background: #000000;
    color: #ffffff;
  }
  #off-canvas-nav .nav-collapse .plazart-megamenu .level0 .dropdown-menu .level1 > li a {
    border: none !important;
    display: block;
    padding: 5px 0 5px 20px;
  }
  #off-canvas-nav .nav-collapse .plazart-megamenu .level0 .dropdown-menu .mega-col-nav .mega-inner {
    border: none;
  }
  #off-canvas-nav .nav-collapse .plazart-megamenu .mega-inner {
    padding: 0 20px;
  }
  .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;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .off-canvas #plazart-mainnav .nav-collapse,
  .off-canvas #plazart-mainnav .nav-collapse {
    display: none;
  }
  .off-canvas #off-canvas-nav {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    z-index: 99999;
    height: 100%;
    background: rgba(255, 255, 255, 0.7) !important;
  }
  .off-canvas #off-canvas-nav .plazart-mainnav {
    margin: 0;
    position: fixed !important;
    left: 0;
    top: 0;
    width: 250px;
    height: 100%;
    overflow: auto !important;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .off-canvas #off-canvas-nav .plazart-mainnav .nav-collapse {
    height: auto;
    background: none;
    display: block !important;
  }
  .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;
  }
}
/*# sourceMappingURL=template.css.map */