/**
 *------------------------------------------------------------------------------
 * @package       Plazart Framework for Joomla!
 *------------------------------------------------------------------------------
 * @copyright     Copyright (C) 2004-2013 TemPlaza.com. All Rights Reserved.
 * @license       GNU General Public License version 2 or later; see LICENSE.txt
 * @authors       TemPlaza
 * @Link:         http://templaza.com
 *------------------------------------------------------------------------------
 */
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../../../fonts/FontAwesome/fontawesome-webfont.eot?v=4.7.0');
  src: url('../../../fonts/FontAwesome/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../../../fonts/FontAwesome/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../../../fonts/FontAwesome/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../../../fonts/FontAwesome/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../../../fonts/FontAwesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-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 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp: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-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
@font-face {
  font-family: 'icomoon';
  src: url('../../../fonts/icomoon/icomoon.eot?-b1fdqe');
  src: url('../../../fonts/icomoon/icomoon.eot?#iefix-b1fdqe') format('embedded-opentype'), url('../../../fonts/icomoon/icomoon.woff?-b1fdqe') format('woff'), url('../../../fonts/icomoon/icomoon.ttf?-b1fdqe') format('truetype'), url('../../../fonts/icomoon/icomoon.svg?-b1fdqe#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-home:before {
  content: "\e600";
}
.icon-home2:before {
  content: "\e601";
}
.icon-home3:before {
  content: "\e602";
}
.icon-office:before {
  content: "\e603";
}
.icon-newspaper:before {
  content: "\e604";
}
.icon-pencil:before {
  content: "\e605";
}
.icon-pencil2:before {
  content: "\e606";
}
.icon-quill:before {
  content: "\e607";
}
.icon-pen:before {
  content: "\e608";
}
.icon-blog:before {
  content: "\e609";
}
.icon-droplet:before {
  content: "\e60a";
}
.icon-paint-format:before {
  content: "\e60b";
}
.icon-image:before {
  content: "\e60c";
}
.icon-image2:before {
  content: "\e60d";
}
.icon-images:before {
  content: "\e60e";
}
.icon-camera:before {
  content: "\e60f";
}
.icon-music:before {
  content: "\e610";
}
.icon-headphones:before {
  content: "\e611";
}
.icon-play:before {
  content: "\e612";
}
.icon-film:before {
  content: "\e613";
}
.icon-camera2:before {
  content: "\e614";
}
.icon-dice:before {
  content: "\e615";
}
.icon-pacman:before {
  content: "\e616";
}
.icon-spades:before {
  content: "\e617";
}
.icon-clubs:before {
  content: "\e618";
}
.icon-diamonds:before {
  content: "\e619";
}
.icon-pawn:before {
  content: "\e61a";
}
.icon-bullhorn:before {
  content: "\e61b";
}
.icon-connection:before {
  content: "\e61c";
}
.icon-podcast:before {
  content: "\e61d";
}
.icon-feed:before {
  content: "\e61e";
}
.icon-book:before {
  content: "\e61f";
}
.icon-books:before {
  content: "\e620";
}
.icon-library:before {
  content: "\e621";
}
.icon-file:before {
  content: "\e622";
}
.icon-profile:before {
  content: "\e623";
}
.icon-file2:before {
  content: "\e624";
}
.icon-file3:before {
  content: "\e625";
}
.icon-file4:before {
  content: "\e626";
}
.icon-copy:before {
  content: "\e627";
}
.icon-copy2:before {
  content: "\e628";
}
.icon-copy3:before {
  content: "\e629";
}
.icon-paste:before {
  content: "\e62a";
}
.icon-paste2:before {
  content: "\e62b";
}
.icon-paste3:before {
  content: "\e62c";
}
.icon-stack:before {
  content: "\e62d";
}
.icon-folder:before {
  content: "\e62e";
}
.icon-folder-open:before {
  content: "\e62f";
}
.icon-tag:before {
  content: "\e630";
}
.icon-tags:before {
  content: "\e631";
}
.icon-barcode:before {
  content: "\e632";
}
.icon-qrcode:before {
  content: "\e633";
}
.icon-ticket:before {
  content: "\e634";
}
.icon-cart:before {
  content: "\e635";
}
.icon-cart2:before {
  content: "\e636";
}
.icon-cart3:before {
  content: "\e637";
}
.icon-coin:before {
  content: "\e638";
}
.icon-credit:before {
  content: "\e639";
}
.icon-calculate:before {
  content: "\e63a";
}
.icon-support:before {
  content: "\e63b";
}
.icon-phone:before {
  content: "\e63c";
}
.icon-phone-hang-up:before {
  content: "\e63d";
}
.icon-address-book:before {
  content: "\e63e";
}
.icon-notebook:before {
  content: "\e63f";
}
.icon-envelope:before {
  content: "\e640";
}
.icon-pushpin:before {
  content: "\e641";
}
.icon-location:before {
  content: "\e642";
}
.icon-location2:before {
  content: "\e643";
}
.icon-compass:before {
  content: "\e644";
}
.icon-map:before {
  content: "\e645";
}
.icon-map2:before {
  content: "\e646";
}
.icon-history:before {
  content: "\e647";
}
.icon-clock:before {
  content: "\e648";
}
.icon-clock2:before {
  content: "\e649";
}
.icon-alarm:before {
  content: "\e64a";
}
.icon-alarm2:before {
  content: "\e64b";
}
.icon-bell:before {
  content: "\e64c";
}
.icon-stopwatch:before {
  content: "\e64d";
}
.icon-calendar:before {
  content: "\e64e";
}
.icon-calendar2:before {
  content: "\e64f";
}
.icon-print:before {
  content: "\e650";
}
.icon-keyboard:before {
  content: "\e651";
}
.icon-screen:before {
  content: "\e652";
}
.icon-laptop:before {
  content: "\e653";
}
.icon-mobile:before {
  content: "\e654";
}
.icon-mobile2:before {
  content: "\e655";
}
.icon-tablet:before {
  content: "\e656";
}
.icon-tv:before {
  content: "\e657";
}
.icon-cabinet:before {
  content: "\e658";
}
.icon-drawer:before {
  content: "\e659";
}
.icon-drawer2:before {
  content: "\e65a";
}
.icon-drawer3:before {
  content: "\e65b";
}
.icon-box-add:before {
  content: "\e65c";
}
.icon-box-remove:before {
  content: "\e65d";
}
.icon-download:before {
  content: "\e65e";
}
.icon-upload:before {
  content: "\e65f";
}
.icon-disk:before {
  content: "\e660";
}
.icon-storage:before {
  content: "\e661";
}
.icon-undo:before {
  content: "\e662";
}
.icon-redo:before {
  content: "\e663";
}
.icon-flip:before {
  content: "\e664";
}
.icon-flip2:before {
  content: "\e665";
}
.icon-undo2:before {
  content: "\e666";
}
.icon-redo2:before {
  content: "\e667";
}
.icon-forward:before {
  content: "\e668";
}
.icon-reply:before {
  content: "\e669";
}
.icon-bubble:before {
  content: "\e66a";
}
.icon-bubbles:before {
  content: "\e66b";
}
.icon-bubbles2:before {
  content: "\e66c";
}
.icon-bubble2:before {
  content: "\e66d";
}
.icon-bubbles3:before {
  content: "\e66e";
}
.icon-bubbles4:before {
  content: "\e66f";
}
.icon-user:before {
  content: "\e670";
}
.icon-users:before {
  content: "\e671";
}
.icon-user2:before {
  content: "\e672";
}
.icon-users2:before {
  content: "\e673";
}
.icon-user3:before {
  content: "\e674";
}
.icon-user4:before {
  content: "\e675";
}
.icon-quotes-left:before {
  content: "\e676";
}
.icon-busy:before {
  content: "\e677";
}
.icon-spinner:before {
  content: "\e678";
}
.icon-spinner2:before {
  content: "\e679";
}
.icon-spinner3:before {
  content: "\e67a";
}
.icon-spinner4:before {
  content: "\e67b";
}
.icon-spinner5:before {
  content: "\e67c";
}
.icon-spinner6:before {
  content: "\e67d";
}
.icon-binoculars:before {
  content: "\e67e";
}
.icon-search:before {
  content: "\e67f";
}
.icon-zoomin:before {
  content: "\e680";
}
.icon-zoomout:before {
  content: "\e681";
}
.icon-expand:before {
  content: "\e682";
}
.icon-contract:before {
  content: "\e683";
}
.icon-expand2:before {
  content: "\e684";
}
.icon-contract2:before {
  content: "\e685";
}
.icon-key:before {
  content: "\e686";
}
.icon-key2:before {
  content: "\e687";
}
.icon-lock:before {
  content: "\e688";
}
.icon-lock2:before {
  content: "\e689";
}
.icon-unlocked:before {
  content: "\e68a";
}
.icon-wrench:before {
  content: "\e68b";
}
.icon-settings:before {
  content: "\e68c";
}
.icon-equalizer:before {
  content: "\e68d";
}
.icon-cog:before {
  content: "\e68e";
}
.icon-cogs:before {
  content: "\e68f";
}
.icon-cog2:before {
  content: "\e690";
}
.icon-hammer:before {
  content: "\e691";
}
.icon-wand:before {
  content: "\e692";
}
.icon-aid:before {
  content: "\e693";
}
.icon-bug:before {
  content: "\e694";
}
.icon-pie:before {
  content: "\e695";
}
.icon-stats:before {
  content: "\e696";
}
.icon-bars:before {
  content: "\e697";
}
.icon-bars2:before {
  content: "\e698";
}
.icon-gift:before {
  content: "\e699";
}
.icon-trophy:before {
  content: "\e69a";
}
.icon-glass:before {
  content: "\e69b";
}
.icon-mug:before {
  content: "\e69c";
}
.icon-food:before {
  content: "\e69d";
}
.icon-leaf:before {
  content: "\e69e";
}
.icon-rocket:before {
  content: "\e69f";
}
.icon-meter:before {
  content: "\e6a0";
}
.icon-meter2:before {
  content: "\e6a1";
}
.icon-dashboard:before {
  content: "\e6a2";
}
.icon-hammer2:before {
  content: "\e6a3";
}
.icon-fire:before {
  content: "\e6a4";
}
.icon-lab:before {
  content: "\e6a5";
}
.icon-magnet:before {
  content: "\e6a6";
}
.icon-remove:before {
  content: "\e6a7";
}
.icon-remove2:before {
  content: "\e6a8";
}
.icon-briefcase:before {
  content: "\e6a9";
}
.icon-airplane:before {
  content: "\e6aa";
}
.icon-truck:before {
  content: "\e6ab";
}
.icon-road:before {
  content: "\e6ac";
}
.icon-accessibility:before {
  content: "\e6ad";
}
.icon-target:before {
  content: "\e6ae";
}
.icon-shield:before {
  content: "\e6af";
}
.icon-lightning:before {
  content: "\e6b0";
}
.icon-switch:before {
  content: "\e6b1";
}
.icon-powercord:before {
  content: "\e6b2";
}
.icon-signup:before {
  content: "\e6b3";
}
.icon-list:before {
  content: "\e6b4";
}
.icon-list2:before {
  content: "\e6b5";
}
.icon-numbered-list:before {
  content: "\e6b6";
}
.icon-menu:before {
  content: "\e6b7";
}
.icon-menu2:before {
  content: "\e6b8";
}
.icon-tree:before {
  content: "\e6b9";
}
.icon-cloud:before {
  content: "\e6ba";
}
.icon-cloud-download:before {
  content: "\e6bb";
}
.icon-cloud-upload:before {
  content: "\e6bc";
}
.icon-download2:before {
  content: "\e6bd";
}
.icon-upload2:before {
  content: "\e6be";
}
.icon-download3:before {
  content: "\e6bf";
}
.icon-upload3:before {
  content: "\e6c0";
}
.icon-globe:before {
  content: "\e6c1";
}
.icon-earth:before {
  content: "\e6c2";
}
.icon-link:before {
  content: "\e6c3";
}
.icon-flag:before {
  content: "\e6c4";
}
.icon-attachment:before {
  content: "\e6c5";
}
.icon-eye:before {
  content: "\e6c6";
}
.icon-eye-blocked:before {
  content: "\e6c7";
}
.icon-eye2:before {
  content: "\e6c8";
}
.icon-bookmark:before {
  content: "\e6c9";
}
.icon-bookmarks:before {
  content: "\e6ca";
}
.icon-brightness-medium:before {
  content: "\e6cb";
}
.icon-brightness-contrast:before {
  content: "\e6cc";
}
.icon-contrast:before {
  content: "\e6cd";
}
.icon-star:before {
  content: "\e6ce";
}
.icon-star2:before {
  content: "\e6cf";
}
.icon-star3:before {
  content: "\e6d0";
}
.icon-heart:before {
  content: "\e6d1";
}
.icon-heart2:before {
  content: "\e6d2";
}
.icon-heart-broken:before {
  content: "\e6d3";
}
.icon-thumbs-up:before {
  content: "\e6d4";
}
.icon-thumbs-up2:before {
  content: "\e6d5";
}
.icon-happy:before {
  content: "\e6d6";
}
.icon-happy2:before {
  content: "\e6d7";
}
.icon-smiley:before {
  content: "\e6d8";
}
.icon-smiley2:before {
  content: "\e6d9";
}
.icon-tongue:before {
  content: "\e6da";
}
.icon-tongue2:before {
  content: "\e6db";
}
.icon-sad:before {
  content: "\e6dc";
}
.icon-sad2:before {
  content: "\e6dd";
}
.icon-wink:before {
  content: "\e6de";
}
.icon-wink2:before {
  content: "\e6df";
}
.icon-grin:before {
  content: "\e6e0";
}
.icon-grin2:before {
  content: "\e6e1";
}
.icon-cool:before {
  content: "\e6e2";
}
.icon-cool2:before {
  content: "\e6e3";
}
.icon-angry:before {
  content: "\e6e4";
}
.icon-angry2:before {
  content: "\e6e5";
}
.icon-evil:before {
  content: "\e6e6";
}
.icon-evil2:before {
  content: "\e6e7";
}
.icon-shocked:before {
  content: "\e6e8";
}
.icon-shocked2:before {
  content: "\e6e9";
}
.icon-confused:before {
  content: "\e6ea";
}
.icon-confused2:before {
  content: "\e6eb";
}
.icon-neutral:before {
  content: "\e6ec";
}
.icon-neutral2:before {
  content: "\e6ed";
}
.icon-wondering:before {
  content: "\e6ee";
}
.icon-wondering2:before {
  content: "\e6ef";
}
.icon-point-up:before {
  content: "\e6f0";
}
.icon-point-right:before {
  content: "\e6f1";
}
.icon-point-down:before {
  content: "\e6f2";
}
.icon-point-left:before {
  content: "\e6f3";
}
.icon-warning:before {
  content: "\e6f4";
}
.icon-notification:before {
  content: "\e6f5";
}
.icon-question:before {
  content: "\e6f6";
}
.icon-info:before {
  content: "\e6f7";
}
.icon-info2:before {
  content: "\e6f8";
}
.icon-blocked:before {
  content: "\e6f9";
}
.icon-cancel-circle:before {
  content: "\e6fa";
}
.icon-checkmark-circle:before {
  content: "\e6fb";
}
.icon-spam:before {
  content: "\e6fc";
}
.icon-close:before {
  content: "\e6fd";
}
.icon-checkmark:before {
  content: "\e6fe";
}
.icon-checkmark2:before {
  content: "\e6ff";
}
.icon-spell-check:before {
  content: "\e700";
}
.icon-minus:before {
  content: "\e701";
}
.icon-plus:before {
  content: "\e702";
}
.icon-enter:before {
  content: "\e703";
}
.icon-exit:before {
  content: "\e704";
}
.icon-play2:before {
  content: "\e705";
}
.icon-pause:before {
  content: "\e706";
}
.icon-stop:before {
  content: "\e707";
}
.icon-backward:before {
  content: "\e708";
}
.icon-forward2:before {
  content: "\e709";
}
.icon-play3:before {
  content: "\e70a";
}
.icon-pause2:before {
  content: "\e70b";
}
.icon-stop2:before {
  content: "\e70c";
}
.icon-backward2:before {
  content: "\e70d";
}
.icon-forward3:before {
  content: "\e70e";
}
.icon-first:before {
  content: "\e70f";
}
.icon-last:before {
  content: "\e710";
}
.icon-previous:before {
  content: "\e711";
}
.icon-next:before {
  content: "\e712";
}
.icon-eject:before {
  content: "\e713";
}
.icon-volume-high:before {
  content: "\e714";
}
.icon-volume-medium:before {
  content: "\e715";
}
.icon-volume-low:before {
  content: "\e716";
}
.icon-volume-mute:before {
  content: "\e717";
}
.icon-volume-mute2:before {
  content: "\e718";
}
.icon-volume-increase:before {
  content: "\e719";
}
.icon-volume-decrease:before {
  content: "\e71a";
}
.icon-loop:before {
  content: "\e71b";
}
.icon-loop2:before {
  content: "\e71c";
}
.icon-loop3:before {
  content: "\e71d";
}
.icon-shuffle:before {
  content: "\e71e";
}
.icon-arrow-up-left:before {
  content: "\e71f";
}
.icon-arrow-up:before {
  content: "\e720";
}
.icon-arrow-up-right:before {
  content: "\e721";
}
.icon-arrow-right:before {
  content: "\e722";
}
.icon-arrow-down-right:before {
  content: "\e723";
}
.icon-arrow-down:before {
  content: "\e724";
}
.icon-arrow-down-left:before {
  content: "\e725";
}
.icon-arrow-left:before {
  content: "\e726";
}
.icon-arrow-up-left2:before {
  content: "\e727";
}
.icon-arrow-up2:before {
  content: "\e728";
}
.icon-arrow-up-right2:before {
  content: "\e729";
}
.icon-arrow-right2:before {
  content: "\e72a";
}
.icon-arrow-down-right2:before {
  content: "\e72b";
}
.icon-arrow-down2:before {
  content: "\e72c";
}
.icon-arrow-down-left2:before {
  content: "\e72d";
}
.icon-arrow-left2:before {
  content: "\e72e";
}
.icon-arrow-up-left3:before {
  content: "\e72f";
}
.icon-arrow-up3:before {
  content: "\e730";
}
.icon-arrow-up-right3:before {
  content: "\e731";
}
.icon-arrow-right3:before {
  content: "\e732";
}
.icon-arrow-down-right3:before {
  content: "\e733";
}
.icon-arrow-down3:before {
  content: "\e734";
}
.icon-arrow-down-left3:before {
  content: "\e735";
}
.icon-arrow-left3:before {
  content: "\e736";
}
.icon-tab:before {
  content: "\e737";
}
.icon-checkbox-checked:before {
  content: "\e738";
}
.icon-checkbox-unchecked:before {
  content: "\e739";
}
.icon-checkbox-partial:before {
  content: "\e73a";
}
.icon-radio-checked:before {
  content: "\e73b";
}
.icon-radio-unchecked:before {
  content: "\e73c";
}
.icon-crop:before {
  content: "\e73d";
}
.icon-scissors:before {
  content: "\e73e";
}
.icon-filter:before {
  content: "\e73f";
}
.icon-filter2:before {
  content: "\e740";
}
.icon-font:before {
  content: "\e741";
}
.icon-text-height:before {
  content: "\e742";
}
.icon-text-width:before {
  content: "\e743";
}
.icon-bold:before {
  content: "\e744";
}
.icon-underline:before {
  content: "\e745";
}
.icon-italic:before {
  content: "\e746";
}
.icon-strikethrough:before {
  content: "\e747";
}
.icon-omega:before {
  content: "\e748";
}
.icon-sigma:before {
  content: "\e749";
}
.icon-table:before {
  content: "\e74a";
}
.icon-table2:before {
  content: "\e74b";
}
.icon-insert-template:before {
  content: "\e74c";
}
.icon-pilcrow:before {
  content: "\e74d";
}
.icon-lefttoright:before {
  content: "\e74e";
}
.icon-righttoleft:before {
  content: "\e74f";
}
.icon-paragraph-left:before {
  content: "\e750";
}
.icon-paragraph-center:before {
  content: "\e751";
}
.icon-paragraph-right:before {
  content: "\e752";
}
.icon-paragraph-justify:before {
  content: "\e753";
}
.icon-paragraph-left2:before {
  content: "\e754";
}
.icon-paragraph-center2:before {
  content: "\e755";
}
.icon-paragraph-right2:before {
  content: "\e756";
}
.icon-paragraph-justify2:before {
  content: "\e757";
}
.icon-indent-increase:before {
  content: "\e758";
}
.icon-indent-decrease:before {
  content: "\e759";
}
.icon-newtab:before {
  content: "\e75a";
}
.icon-embed:before {
  content: "\e75b";
}
.icon-code:before {
  content: "\e75c";
}
.icon-console:before {
  content: "\e75d";
}
.icon-share:before {
  content: "\e75e";
}
.icon-mail:before {
  content: "\e75f";
}
.icon-mail2:before {
  content: "\e760";
}
.icon-mail3:before {
  content: "\e761";
}
.icon-mail4:before {
  content: "\e762";
}
.icon-google:before {
  content: "\e763";
}
.icon-googleplus:before {
  content: "\e764";
}
.icon-googleplus2:before {
  content: "\e765";
}
.icon-googleplus3:before {
  content: "\e766";
}
.icon-googleplus4:before {
  content: "\e767";
}
.icon-google-drive:before {
  content: "\e768";
}
.icon-facebook:before {
  content: "\e769";
}
.icon-facebook2:before {
  content: "\e76a";
}
.icon-facebook3:before {
  content: "\e76b";
}
.icon-instagram:before {
  content: "\e76c";
}
.icon-twitter:before {
  content: "\e76d";
}
.icon-twitter2:before {
  content: "\e76e";
}
.icon-twitter3:before {
  content: "\e76f";
}
.icon-feed2:before {
  content: "\e770";
}
.icon-feed3:before {
  content: "\e771";
}
.icon-feed4:before {
  content: "\e772";
}
.icon-youtube:before {
  content: "\e773";
}
.icon-youtube2:before {
  content: "\e774";
}
.icon-vimeo:before {
  content: "\e775";
}
.icon-vimeo2:before {
  content: "\e776";
}
.icon-vimeo3:before {
  content: "\e777";
}
.icon-lanyrd:before {
  content: "\e778";
}
.icon-flickr:before {
  content: "\e779";
}
.icon-flickr2:before {
  content: "\e77a";
}
.icon-flickr3:before {
  content: "\e77b";
}
.icon-flickr4:before {
  content: "\e77c";
}
.icon-picassa:before {
  content: "\e77d";
}
.icon-picassa2:before {
  content: "\e77e";
}
.icon-dribbble:before {
  content: "\e77f";
}
.icon-dribbble2:before {
  content: "\e780";
}
.icon-dribbble3:before {
  content: "\e781";
}
.icon-forrst:before {
  content: "\e782";
}
.icon-forrst2:before {
  content: "\e783";
}
.icon-deviantart:before {
  content: "\e784";
}
.icon-deviantart2:before {
  content: "\e785";
}
.icon-steam:before {
  content: "\e786";
}
.icon-steam2:before {
  content: "\e787";
}
.icon-github:before {
  content: "\e788";
}
.icon-github2:before {
  content: "\e789";
}
.icon-github3:before {
  content: "\e78a";
}
.icon-github4:before {
  content: "\e78b";
}
.icon-github5:before {
  content: "\e78c";
}
.icon-wordpress:before {
  content: "\e78d";
}
.icon-wordpress2:before {
  content: "\e78e";
}
.icon-joomla:before {
  content: "\e78f";
}
.icon-blogger:before {
  content: "\e790";
}
.icon-blogger2:before {
  content: "\e791";
}
.icon-tumblr:before {
  content: "\e792";
}
.icon-tumblr2:before {
  content: "\e793";
}
.icon-yahoo:before {
  content: "\e794";
}
.icon-tux:before {
  content: "\e795";
}
.icon-apple:before {
  content: "\e796";
}
.icon-finder:before {
  content: "\e797";
}
.icon-android:before {
  content: "\e798";
}
.icon-windows:before {
  content: "\e799";
}
.icon-windows8:before {
  content: "\e79a";
}
.icon-soundcloud:before {
  content: "\e79b";
}
.icon-soundcloud2:before {
  content: "\e79c";
}
.icon-skype:before {
  content: "\e79d";
}
.icon-reddit:before {
  content: "\e79e";
}
.icon-linkedin:before {
  content: "\e79f";
}
.icon-lastfm:before {
  content: "\e7a0";
}
.icon-lastfm2:before {
  content: "\e7a1";
}
.icon-delicious:before {
  content: "\e7a2";
}
.icon-stumbleupon:before {
  content: "\e7a3";
}
.icon-stumbleupon2:before {
  content: "\e7a4";
}
.icon-stackoverflow:before {
  content: "\e7a5";
}
.icon-pinterest:before {
  content: "\e7a6";
}
.icon-pinterest2:before {
  content: "\e7a7";
}
.icon-xing:before {
  content: "\e7a8";
}
.icon-xing2:before {
  content: "\e7a9";
}
.icon-flattr:before {
  content: "\e7aa";
}
.icon-foursquare:before {
  content: "\e7ab";
}
.icon-foursquare2:before {
  content: "\e7ac";
}
.icon-paypal:before {
  content: "\e7ad";
}
.icon-paypal2:before {
  content: "\e7ae";
}
.icon-paypal3:before {
  content: "\e7af";
}
.icon-yelp:before {
  content: "\e7b0";
}
.icon-libreoffice:before {
  content: "\e7b1";
}
.icon-file-pdf:before {
  content: "\e7b2";
}
.icon-file-openoffice:before {
  content: "\e7b3";
}
.icon-file-word:before {
  content: "\e7b4";
}
.icon-file-excel:before {
  content: "\e7b5";
}
.icon-file-zip:before {
  content: "\e7b6";
}
.icon-file-powerpoint:before {
  content: "\e7b7";
}
.icon-file-xml:before {
  content: "\e7b8";
}
.icon-file-css:before {
  content: "\e7b9";
}
.icon-html5:before {
  content: "\e7ba";
}
.icon-html52:before {
  content: "\e7bb";
}
.icon-css3:before {
  content: "\e7bc";
}
.icon-chrome:before {
  content: "\e7bd";
}
.icon-firefox:before {
  content: "\e7be";
}
.icon-IE:before {
  content: "\e7bf";
}
.icon-opera:before {
  content: "\e7c0";
}
.icon-safari:before {
  content: "\e7c1";
}
.icon-IcoMoon:before {
  content: "\e7c2";
}
.icon-phone2:before {
  content: "\e7c3";
}
.icon-mobile3:before {
  content: "\e7c4";
}
.icon-mouse:before {
  content: "\e7c5";
}
.icon-directions:before {
  content: "\e7c6";
}
.icon-mail5:before {
  content: "\e7c7";
}
.icon-paperplane:before {
  content: "\e7c8";
}
.icon-pencil3:before {
  content: "\e7c9";
}
.icon-feather:before {
  content: "\e7ca";
}
.icon-paperclip:before {
  content: "\e7cb";
}
.icon-drawer4:before {
  content: "\e7cc";
}
.icon-reply2:before {
  content: "\e7cd";
}
.icon-reply-all:before {
  content: "\e7ce";
}
.icon-forward4:before {
  content: "\e7cf";
}
.icon-user5:before {
  content: "\e7d0";
}
.icon-users3:before {
  content: "\e7d1";
}
.icon-user-add:before {
  content: "\e7d2";
}
.icon-vcard:before {
  content: "\e7d3";
}
.icon-export:before {
  content: "\e7d4";
}
.icon-location3:before {
  content: "\e7d5";
}
.icon-map3:before {
  content: "\e7d6";
}
.icon-compass2:before {
  content: "\e7d7";
}
.icon-location4:before {
  content: "\e7d8";
}
.icon-target2:before {
  content: "\e7d9";
}
.icon-share2:before {
  content: "\e7da";
}
.icon-sharable:before {
  content: "\e7db";
}
.icon-heart3:before {
  content: "\e7dc";
}
.icon-heart4:before {
  content: "\e7dd";
}
.icon-star4:before {
  content: "\e7de";
}
.icon-star5:before {
  content: "\e7df";
}
.icon-thumbsup:before {
  content: "\e7e0";
}
.icon-thumbsdown:before {
  content: "\e7e1";
}
.icon-chat:before {
  content: "\e7e2";
}
.icon-comment:before {
  content: "\e7e3";
}
.icon-quote:before {
  content: "\e7e4";
}
.icon-house:before {
  content: "\e7e5";
}
.icon-popup:before {
  content: "\e7e6";
}
.icon-search2:before {
  content: "\e7e7";
}
.icon-flashlight:before {
  content: "\e7e8";
}
.icon-printer:before {
  content: "\e7e9";
}
.icon-bell2:before {
  content: "\e7ea";
}
.icon-link2:before {
  content: "\e7eb";
}
.icon-flag2:before {
  content: "\e7ec";
}
.icon-cog3:before {
  content: "\e7ed";
}
.icon-tools:before {
  content: "\e7ee";
}
.icon-trophy2:before {
  content: "\e7ef";
}
.icon-tag2:before {
  content: "\e7f0";
}
.icon-camera3:before {
  content: "\e7f1";
}
.icon-megaphone:before {
  content: "\e7f2";
}
.icon-moon:before {
  content: "\e7f3";
}
.icon-palette:before {
  content: "\e7f4";
}
.icon-leaf2:before {
  content: "\e7f5";
}
.icon-music2:before {
  content: "\e7f6";
}
.icon-music3:before {
  content: "\e7f7";
}
.icon-new:before {
  content: "\e7f8";
}
.icon-graduation:before {
  content: "\e7f9";
}
.icon-book2:before {
  content: "\e7fa";
}
.icon-newspaper2:before {
  content: "\e7fb";
}
.icon-bag:before {
  content: "\e7fc";
}
.icon-airplane2:before {
  content: "\e7fd";
}
.icon-lifebuoy:before {
  content: "\e7fe";
}
.icon-eye3:before {
  content: "\e7ff";
}
.icon-clock3:before {
  content: "\e800";
}
.icon-microphone:before {
  content: "\e801";
}
.icon-calendar3:before {
  content: "\e802";
}
.icon-bolt:before {
  content: "\e803";
}
.icon-thunder:before {
  content: "\e804";
}
.icon-droplet2:before {
  content: "\e805";
}
.icon-cd:before {
  content: "\e806";
}
.icon-briefcase2:before {
  content: "\e807";
}
.icon-air:before {
  content: "\e808";
}
.icon-hourglass:before {
  content: "\e809";
}
.icon-gauge:before {
  content: "\e80a";
}
.icon-language:before {
  content: "\e80b";
}
.icon-network:before {
  content: "\e80c";
}
.icon-key3:before {
  content: "\e80d";
}
.icon-battery:before {
  content: "\e80e";
}
.icon-bucket:before {
  content: "\e80f";
}
.icon-magnet2:before {
  content: "\e810";
}
.icon-drive:before {
  content: "\e811";
}
.icon-cup:before {
  content: "\e812";
}
.icon-rocket2:before {
  content: "\e813";
}
.icon-brush:before {
  content: "\e814";
}
.icon-suitcase:before {
  content: "\e815";
}
.icon-cone:before {
  content: "\e816";
}
.icon-earth2:before {
  content: "\e817";
}
.icon-keyboard2:before {
  content: "\e818";
}
.icon-browser:before {
  content: "\e819";
}
.icon-publish:before {
  content: "\e81a";
}
.icon-progress-3:before {
  content: "\e81b";
}
.icon-progress-2:before {
  content: "\e81c";
}
.icon-brogress-1:before {
  content: "\e81d";
}
.icon-progress-0:before {
  content: "\e81e";
}
.icon-sun:before {
  content: "\e81f";
}
.icon-sun2:before {
  content: "\e820";
}
.icon-adjust:before {
  content: "\e821";
}
.icon-code2:before {
  content: "\e822";
}
.icon-screen2:before {
  content: "\e823";
}
.icon-infinity:before {
  content: "\e824";
}
.icon-light-bulb:before {
  content: "\e825";
}
.icon-creditcard:before {
  content: "\e826";
}
.icon-database:before {
  content: "\e827";
}
.icon-voicemail:before {
  content: "\e828";
}
.icon-clipboard:before {
  content: "\e829";
}
.icon-cart4:before {
  content: "\e82a";
}
.icon-box:before {
  content: "\e82b";
}
.icon-ticket2:before {
  content: "\e82c";
}
.icon-rss:before {
  content: "\e82d";
}
.icon-signal:before {
  content: "\e82e";
}
.icon-thermometer:before {
  content: "\e82f";
}
.icon-droplets:before {
  content: "\e830";
}
.icon-uniE831:before {
  content: "\e831";
}
.icon-statistics:before {
  content: "\e832";
}
.icon-pie2:before {
  content: "\e833";
}
.icon-bars3:before {
  content: "\e834";
}
.icon-graph:before {
  content: "\e835";
}
.icon-lock3:before {
  content: "\e836";
}
.icon-lock-open:before {
  content: "\e837";
}
.icon-logout:before {
  content: "\e838";
}
.icon-login:before {
  content: "\e839";
}
.icon-checkmark3:before {
  content: "\e83a";
}
.icon-cross:before {
  content: "\e83b";
}
.icon-minus2:before {
  content: "\e83c";
}
.icon-plus2:before {
  content: "\e83d";
}
.icon-cross2:before {
  content: "\e83e";
}
.icon-minus3:before {
  content: "\e83f";
}
.icon-plus3:before {
  content: "\e840";
}
.icon-cross3:before {
  content: "\e841";
}
.icon-minus4:before {
  content: "\e842";
}
.icon-plus4:before {
  content: "\e843";
}
.icon-erase:before {
  content: "\e844";
}
.icon-blocked2:before {
  content: "\e845";
}
.icon-info3:before {
  content: "\e846";
}
.icon-info4:before {
  content: "\e847";
}
.icon-question2:before {
  content: "\e848";
}
.icon-help:before {
  content: "\e849";
}
.icon-warning2:before {
  content: "\e84a";
}
.icon-cycle:before {
  content: "\e84b";
}
.icon-cw:before {
  content: "\e84c";
}
.icon-ccw:before {
  content: "\e84d";
}
.icon-shuffle2:before {
  content: "\e84e";
}
.icon-arrow:before {
  content: "\e84f";
}
.icon-arrow2:before {
  content: "\e850";
}
.icon-retweet:before {
  content: "\e851";
}
.icon-loop4:before {
  content: "\e852";
}
.icon-history2:before {
  content: "\e853";
}
.icon-back:before {
  content: "\e854";
}
.icon-switch2:before {
  content: "\e855";
}
.icon-list3:before {
  content: "\e856";
}
.icon-add-to-list:before {
  content: "\e857";
}
.icon-layout:before {
  content: "\e858";
}
.icon-list4:before {
  content: "\e859";
}
.icon-text:before {
  content: "\e85a";
}
.icon-text2:before {
  content: "\e85b";
}
.icon-document:before {
  content: "\e85c";
}
.icon-docs:before {
  content: "\e85d";
}
.icon-landscape:before {
  content: "\e85e";
}
.icon-pictures:before {
  content: "\e85f";
}
.icon-video:before {
  content: "\e860";
}
.icon-music4:before {
  content: "\e861";
}
.icon-folder2:before {
  content: "\e862";
}
.icon-archive:before {
  content: "\e863";
}
.icon-trash:before {
  content: "\e864";
}
.icon-upload4:before {
  content: "\e865";
}
.icon-download4:before {
  content: "\e866";
}
.icon-disk2:before {
  content: "\e867";
}
.icon-install:before {
  content: "\e868";
}
.icon-cloud2:before {
  content: "\e869";
}
.icon-upload5:before {
  content: "\e86a";
}
.icon-bookmark2:before {
  content: "\e86b";
}
.icon-bookmarks2:before {
  content: "\e86c";
}
.icon-book3:before {
  content: "\e86d";
}
.icon-play4:before {
  content: "\e86e";
}
.icon-pause3:before {
  content: "\e86f";
}
.icon-record:before {
  content: "\e870";
}
.icon-stop3:before {
  content: "\e871";
}
.icon-next2:before {
  content: "\e872";
}
.icon-previous2:before {
  content: "\e873";
}
.icon-first2:before {
  content: "\e874";
}
.icon-last2:before {
  content: "\e875";
}
.icon-resize-enlarge:before {
  content: "\e876";
}
.icon-resize-shrink:before {
  content: "\e877";
}
.icon-volume:before {
  content: "\e878";
}
.icon-sound:before {
  content: "\e879";
}
.icon-mute:before {
  content: "\e87a";
}
.icon-flow-cascade:before {
  content: "\e87b";
}
.icon-flow-branch:before {
  content: "\e87c";
}
.icon-flow-tree:before {
  content: "\e87d";
}
.icon-flow-line:before {
  content: "\e87e";
}
.icon-flow-parallel:before {
  content: "\e87f";
}
.icon-arrow-left4:before {
  content: "\e880";
}
.icon-arrow-down4:before {
  content: "\e881";
}
.icon-arrow-up-upload:before {
  content: "\e882";
}
.icon-arrow-right4:before {
  content: "\e883";
}
.icon-arrow-left5:before {
  content: "\e884";
}
.icon-arrow-down5:before {
  content: "\e885";
}
.icon-arrow-up4:before {
  content: "\e886";
}
.icon-arrow-right5:before {
  content: "\e887";
}
.icon-arrow-left6:before {
  content: "\e888";
}
.icon-arrow-down6:before {
  content: "\e889";
}
.icon-arrow-up5:before {
  content: "\e88a";
}
.icon-arrow-right6:before {
  content: "\e88b";
}
.icon-arrow-left7:before {
  content: "\e88c";
}
.icon-arrow-down7:before {
  content: "\e88d";
}
.icon-arrow-up6:before {
  content: "\e88e";
}
.icon-arrow-right7:before {
  content: "\e88f";
}
.icon-arrow-left8:before {
  content: "\e890";
}
.icon-arrow-down8:before {
  content: "\e891";
}
.icon-arrow-up7:before {
  content: "\e892";
}
.icon-arrow-right8:before {
  content: "\e893";
}
.icon-arrow-left9:before {
  content: "\e894";
}
.icon-arrow-down9:before {
  content: "\e895";
}
.icon-arrow-up8:before {
  content: "\e896";
}
.icon-arrow-right9:before {
  content: "\e897";
}
.icon-arrow-left10:before {
  content: "\e898";
}
.icon-arrow-down10:before {
  content: "\e899";
}
.icon-arrow-up9:before {
  content: "\e89a";
}
.icon-uniE89B:before {
  content: "\e89b";
}
.icon-arrow-left11:before {
  content: "\e89c";
}
.icon-arrow-down11:before {
  content: "\e89d";
}
.icon-arrow-up10:before {
  content: "\e89e";
}
.icon-arrow-right10:before {
  content: "\e89f";
}
.icon-menu3:before {
  content: "\e8a0";
}
.icon-ellipsis:before {
  content: "\e8a1";
}
.icon-dots:before {
  content: "\e8a2";
}
.icon-dot:before {
  content: "\e8a3";
}
.icon-cc:before {
  content: "\e8a4";
}
.icon-cc-by:before {
  content: "\e8a5";
}
.icon-cc-nc:before {
  content: "\e8a6";
}
.icon-cc-nc-eu:before {
  content: "\e8a7";
}
.icon-cc-nc-jp:before {
  content: "\e8a8";
}
.icon-cc-sa:before {
  content: "\e8a9";
}
.icon-cc-nd:before {
  content: "\e8aa";
}
.icon-cc-pd:before {
  content: "\e8ab";
}
.icon-cc-zero:before {
  content: "\e8ac";
}
.icon-cc-share:before {
  content: "\e8ad";
}
.icon-cc-share2:before {
  content: "\e8ae";
}
.icon-danielbruce:before {
  content: "\e8af";
}
.icon-danielbruce2:before {
  content: "\e8b0";
}
.icon-github6:before {
  content: "\e8b1";
}
.icon-github7:before {
  content: "\e8b2";
}
.icon-flickr5:before {
  content: "\e8b3";
}
.icon-flickr6:before {
  content: "\e8b4";
}
.icon-vimeo4:before {
  content: "\e8b5";
}
.icon-vimeo5:before {
  content: "\e8b6";
}
.icon-twitter4:before {
  content: "\e8b7";
}
.icon-twitter5:before {
  content: "\e8b8";
}
.icon-facebook4:before {
  content: "\e8b9";
}
.icon-facebook5:before {
  content: "\e8ba";
}
.icon-facebook6:before {
  content: "\e8bb";
}
.icon-googleplus5:before {
  content: "\e8bc";
}
.icon-googleplus6:before {
  content: "\e8bd";
}
.icon-pinterest3:before {
  content: "\e8be";
}
.icon-pinterest4:before {
  content: "\e8bf";
}
.icon-tumblr3:before {
  content: "\e8c0";
}
.icon-tumblr4:before {
  content: "\e8c1";
}
.icon-linkedin2:before {
  content: "\e8c2";
}
.icon-linkedin3:before {
  content: "\e8c3";
}
.icon-dribbble4:before {
  content: "\e8c4";
}
.icon-dribbble5:before {
  content: "\e8c5";
}
.icon-stumbleupon3:before {
  content: "\e8c6";
}
.icon-stumbleupon4:before {
  content: "\e8c7";
}
.icon-lastfm3:before {
  content: "\e8c8";
}
.icon-lastfm4:before {
  content: "\e8c9";
}
.icon-rdio:before {
  content: "\e8ca";
}
.icon-rdio2:before {
  content: "\e8cb";
}
.icon-spotify:before {
  content: "\e8cc";
}
.icon-spotify2:before {
  content: "\e8cd";
}
.icon-qq:before {
  content: "\e8ce";
}
.icon-instagram2:before {
  content: "\e8cf";
}
.icon-dropbox:before {
  content: "\e8d0";
}
.icon-evernote:before {
  content: "\e8d1";
}
.icon-flattr2:before {
  content: "\e8d2";
}
.icon-skype2:before {
  content: "\e8d3";
}
.icon-skype3:before {
  content: "\e8d4";
}
.icon-renren:before {
  content: "\e8d5";
}
.icon-sina-weibo:before {
  content: "\e8d6";
}
.icon-paypal4:before {
  content: "\e8d7";
}
.icon-picasa:before {
  content: "\e8d8";
}
.icon-soundcloud3:before {
  content: "\e8d9";
}
.icon-mixi:before {
  content: "\e8da";
}
.icon-behance:before {
  content: "\e8db";
}
.icon-circles:before {
  content: "\e8dc";
}
.icon-vk:before {
  content: "\e8dd";
}
.icon-smashing:before {
  content: "\e8de";
}
.element-invisible {
  border: 0 none;
  height: 1px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.article-info {
  font-size: 0.9em;
}
.article-info dd {
  display: inline-block;
  margin-left: 0;
  margin-right: 10px;
  white-space: nowrap;
}
.muted {
  color: #777777;
}
.tagspopular ul {
  display: block;
  list-style: outside none none;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.tagspopular ul > li {
  color: #333333;
  display: inline-block;
  margin: 0 5px 5px 0;
}
.tagspopular ul > li > a {
  background: none repeat scroll 0 0 #eeeeee;
  border-radius: 3px;
  color: #333333;
  display: block;
  padding: 2px 5px;
}
.tagspopular ul > li > a:hover {
  background: none repeat scroll 0 0 #23527c;
  color: #eeeeee;
  text-decoration: none;
}
.tagssimilar ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.tagssimilar ul > li {
  border-bottom: 1px solid #eeeeee;
  padding: 8px 0;
}
.tagssimilar ul > li > a {
  color: #333333;
}
.tagssimilar ul > li > a:hover {
  color: #23527c;
  text-decoration: none;
}
.categories-list {
  margin-bottom: 20px;
}
.categories-list:before,
.categories-list:after {
  content: " ";
  display: table;
}
.categories-list:after {
  clear: both;
}
.categories-list .page-header {
  line-height: normal;
  padding: 10px 5px;
  margin: 0;
  font-size: 18px;
  font-weight: normal;
}
.categories-list .category-item {
  margin-bottom: 0;
  margin-left: 30px;
}
.categories-list .category-item .page-header {
  font-size: 14px;
}
.readmore > .btn {
  background-color: #fff;
  border-color: #ccc;
  color: #333;
}
.counter {
  border-radius: 4px;
  display: inline-block;
  margin-top: 20px;
  padding: 6px 12px;
}
.contact-categories.categories-list .category-item {
  margin: 0;
}
.contact-category {
  margin: 0 0 30px;
}
.contact-category > h2 {
  margin-bottom: 15px;
  color: #222222;
}
.contact-category .btn-toolbar {
  margin: 0;
}
.contact-category .filters .btn-group {
  width: 100%;
  margin: 0 0 15px;
}
.contact-category .cat-children {
  margin: 15px 0 0 15px;
}
.contact-category .cat-children > h3 {
  margin: 0 0 15px;
  color: #222222;
}
.list-striped,
.row-striped {
  list-style: none;
  line-height: 20px;
  text-align: left;
  vertical-align: middle;
  border-top: 1px solid #ddd;
  margin-left: 0;
  padding-left: 0;
}
.list-striped li,
.list-striped dd,
.row-striped .row,
.row-striped .row-fluid {
  border-bottom: 1px solid #ddd;
  padding: 10px 15px;
}
.list-striped li:nth-child(odd),
.list-striped dd:nth-child(odd),
.row-striped .row:nth-child(odd),
.row-striped .row-fluid:nth-child(odd) {
  background-color: #f9f9f9;
}
.list-striped li:hover,
.list-striped dd:hover,
.row-striped .row:hover,
.row-striped .row-fluid:hover {
  background-color: #f5f5f5;
}
.row-striped .row-fluid {
  width: 97%;
}
.row-striped .row-fluid [class*="span"] {
  min-height: 10px;
}
.row-striped .row-fluid [class*="span"] {
  margin-left: 8px;
}
.row-striped .row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.tz-module .nav li a {
  display: block;
  padding: 5px 10px;
}
.form-group {
  margin-bottom: 20px;
}
#login-form ul.unstyled {
  margin-top: 20px;
  padding-left: 20px;
}
.module-title {
  margin-bottom: 20px;
  font-size: 22px;
}
.framework-logo {
  padding: 10px 0 30px;
}
img {
  max-width: 100%;
}
body {
  font-size: 14px;
  color: #565656;
  font-family: 'Muli';
  font-weight: 300;
  letter-spacing: 0.3px;
}
body a,
body p {
  font-size: 14px;
  color: #565656;
  font-family: 'Muli';
  font-weight: 300;
  letter-spacing: 0.3px;
}
body a:hover,
body a:focus,
body a:active {
  color: #ff5400;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body h1 a,
body h2 a,
body h3 a,
body h4 a,
body h5 a,
body h6 a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 25px;
}
body p {
  margin: 0 0 25px;
  line-height: 25px;
}
a:hover,
a:focus,
a:active {
  text-decoration: none;
}
*,
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
label,
fieldset,
input,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
ol,
ul,
li {
  list-style: none;
}
.index-1 {
  z-index: 1 !important;
}
.index-2 {
  z-index: 2 !important;
}
.padding-lr-0 {
  padding-left: 0;
  padding-right: 0;
}
.mt-0 {
  margin-top: 0px !important;
}
.mt-5 {
  margin-top: 5px !important;
}
.mt-10 {
  margin-top: 10px !important;
}
.mt-15 {
  margin-top: 15px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mt-25 {
  margin-top: 25px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mt-35 {
  margin-top: 35px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.mt-45 {
  margin-top: 45px !important;
}
.mt-50 {
  margin-top: 50px !important;
}
.mt-55 {
  margin-top: 55px !important;
}
.mt-60 {
  margin-top: 60px !important;
}
.mt-65 {
  margin-top: 65px !important;
}
.mt-70 {
  margin-top: 70px !important;
}
.mt-75 {
  margin-top: 75px !important;
}
.mt-80 {
  margin-top: 80px !important;
}
.mt-85 {
  margin-top: 85px !important;
}
.mt-90 {
  margin-top: 90px !important;
}
.mt-95 {
  margin-top: 95px !important;
}
.mt-100 {
  margin-top: 100px !important;
}
.mt-105 {
  margin-top: 105px !important;
}
.mt-110 {
  margin-top: 110px !important;
}
.mt-115 {
  margin-top: 115px !important;
}
.mt-120 {
  margin-top: 120px !important;
}
.mt-125 {
  margin-top: 125px !important;
}
.mt-130 {
  margin-top: 130px !important;
}
.mt-135 {
  margin-top: 135px !important;
}
.mt-140 {
  margin-top: 140px !important;
}
.mt-145 {
  margin-top: 145px !important;
}
.mt-150 {
  margin-top: 150px !important;
}
.mt-155 {
  margin-top: 155px !important;
}
.mt-160 {
  margin-top: 160px !important;
}
.mt-165 {
  margin-top: 165px !important;
}
.mt-170 {
  margin-top: 170px !important;
}
.mt-175 {
  margin-top: 175px !important;
}
.mt-180 {
  margin-top: 180px !important;
}
.mt-185 {
  margin-top: 185px !important;
}
.mt-190 {
  margin-top: 190px !important;
}
.mt-195 {
  margin-top: 195px !important;
}
.mt-200 {
  margin-top: 200px !important;
}
.mr-0 {
  margin-right: 0px !important;
}
.mr-5 {
  margin-right: 5px !important;
}
.mr-10 {
  margin-right: 10px !important;
}
.mr-15 {
  margin-right: 15px !important;
}
.mr-20 {
  margin-right: 20px !important;
}
.mr-25 {
  margin-right: 25px !important;
}
.mr-30 {
  margin-right: 30px !important;
}
.mr-35 {
  margin-right: 35px !important;
}
.mr-40 {
  margin-right: 40px !important;
}
.mr-45 {
  margin-right: 45px !important;
}
.mr-50 {
  margin-right: 50px !important;
}
.mr-55 {
  margin-right: 55px !important;
}
.mr-60 {
  margin-right: 60px !important;
}
.mr-65 {
  margin-right: 65px !important;
}
.mr-70 {
  margin-right: 70px !important;
}
.mr-75 {
  margin-right: 75px !important;
}
.mr-80 {
  margin-right: 80px !important;
}
.mr-85 {
  margin-right: 85px !important;
}
.mr-90 {
  margin-right: 90px !important;
}
.mr-95 {
  margin-right: 95px !important;
}
.mr-100 {
  margin-right: 100px !important;
}
.mr-105 {
  margin-right: 105px !important;
}
.mr-110 {
  margin-right: 110px !important;
}
.mr-115 {
  margin-right: 115px !important;
}
.mr-120 {
  margin-right: 120px !important;
}
.mr-125 {
  margin-right: 125px !important;
}
.mr-130 {
  margin-right: 130px !important;
}
.mr-135 {
  margin-right: 135px !important;
}
.mr-140 {
  margin-right: 140px !important;
}
.mr-145 {
  margin-right: 145px !important;
}
.mr-150 {
  margin-right: 150px !important;
}
.mr-155 {
  margin-right: 155px !important;
}
.mr-160 {
  margin-right: 160px !important;
}
.mr-165 {
  margin-right: 165px !important;
}
.mr-170 {
  margin-right: 170px !important;
}
.mr-175 {
  margin-right: 175px !important;
}
.mr-180 {
  margin-right: 180px !important;
}
.mr-185 {
  margin-right: 185px !important;
}
.mr-190 {
  margin-right: 190px !important;
}
.mr-195 {
  margin-right: 195px !important;
}
.mr-200 {
  margin-right: 200px !important;
}
.mb-0 {
  margin-bottom: 0px !important;
}
.mb-5 {
  margin-bottom: 5px !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-15 {
  margin-bottom: 15px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-25 {
  margin-bottom: 25px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-35 {
  margin-bottom: 35px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.mb-45 {
  margin-bottom: 45px !important;
}
.mb-50 {
  margin-bottom: 50px !important;
}
.mb-55 {
  margin-bottom: 55px !important;
}
.mb-60 {
  margin-bottom: 60px !important;
}
.mb-65 {
  margin-bottom: 65px !important;
}
.mb-70 {
  margin-bottom: 70px !important;
}
.mb-75 {
  margin-bottom: 75px !important;
}
.mb-80 {
  margin-bottom: 80px !important;
}
.mb-85 {
  margin-bottom: 85px !important;
}
.mb-90 {
  margin-bottom: 90px !important;
}
.mb-95 {
  margin-bottom: 95px !important;
}
.mb-100 {
  margin-bottom: 100px !important;
}
.mb-105 {
  margin-bottom: 105px !important;
}
.mb-110 {
  margin-bottom: 110px !important;
}
.mb-115 {
  margin-bottom: 115px !important;
}
.mb-120 {
  margin-bottom: 120px !important;
}
.mb-125 {
  margin-bottom: 125px !important;
}
.mb-130 {
  margin-bottom: 130px !important;
}
.mb-135 {
  margin-bottom: 135px !important;
}
.mb-140 {
  margin-bottom: 140px !important;
}
.mb-145 {
  margin-bottom: 145px !important;
}
.mb-150 {
  margin-bottom: 150px !important;
}
.mb-155 {
  margin-bottom: 155px !important;
}
.mb-160 {
  margin-bottom: 160px !important;
}
.mb-165 {
  margin-bottom: 165px !important;
}
.mb-170 {
  margin-bottom: 170px !important;
}
.mb-175 {
  margin-bottom: 175px !important;
}
.mb-180 {
  margin-bottom: 180px !important;
}
.mb-185 {
  margin-bottom: 185px !important;
}
.mb-190 {
  margin-bottom: 190px !important;
}
.mb-195 {
  margin-bottom: 195px !important;
}
.mb-200 {
  margin-bottom: 200px !important;
}
.ml-0 {
  margin-left: 0px !important;
}
.ml-5 {
  margin-left: 5px !important;
}
.ml-10 {
  margin-left: 10px !important;
}
.ml-15 {
  margin-left: 15px !important;
}
.ml-20 {
  margin-left: 20px !important;
}
.ml-25 {
  margin-left: 25px !important;
}
.ml-30 {
  margin-left: 30px !important;
}
.ml-35 {
  margin-left: 35px !important;
}
.ml-40 {
  margin-left: 40px !important;
}
.ml-45 {
  margin-left: 45px !important;
}
.ml-50 {
  margin-left: 50px !important;
}
.ml-55 {
  margin-left: 55px !important;
}
.ml-60 {
  margin-left: 60px !important;
}
.ml-65 {
  margin-left: 65px !important;
}
.ml-70 {
  margin-left: 70px !important;
}
.ml-75 {
  margin-left: 75px !important;
}
.ml-80 {
  margin-left: 80px !important;
}
.ml-85 {
  margin-left: 85px !important;
}
.ml-90 {
  margin-left: 90px !important;
}
.ml-95 {
  margin-left: 95px !important;
}
.ml-100 {
  margin-left: 100px !important;
}
.ml-105 {
  margin-left: 105px !important;
}
.ml-110 {
  margin-left: 110px !important;
}
.ml-115 {
  margin-left: 115px !important;
}
.ml-120 {
  margin-left: 120px !important;
}
.ml-125 {
  margin-left: 125px !important;
}
.ml-130 {
  margin-left: 130px !important;
}
.ml-135 {
  margin-left: 135px !important;
}
.ml-140 {
  margin-left: 140px !important;
}
.ml-145 {
  margin-left: 145px !important;
}
.ml-150 {
  margin-left: 150px !important;
}
.ml-155 {
  margin-left: 155px !important;
}
.ml-160 {
  margin-left: 160px !important;
}
.ml-165 {
  margin-left: 165px !important;
}
.ml-170 {
  margin-left: 170px !important;
}
.ml-175 {
  margin-left: 175px !important;
}
.ml-180 {
  margin-left: 180px !important;
}
.ml-185 {
  margin-left: 185px !important;
}
.ml-190 {
  margin-left: 190px !important;
}
.ml-195 {
  margin-left: 195px !important;
}
.ml-200 {
  margin-left: 200px !important;
}
.m-0 {
  margin: 0px !important;
}
.m-5 {
  margin: 5px !important;
}
.m-10 {
  margin: 10px !important;
}
.m-15 {
  margin: 15px !important;
}
.m-20 {
  margin: 20px !important;
}
.m-25 {
  margin: 25px !important;
}
.m-30 {
  margin: 30px !important;
}
.m-35 {
  margin: 35px !important;
}
.m-40 {
  margin: 40px !important;
}
.m-45 {
  margin: 45px !important;
}
.m-50 {
  margin: 50px !important;
}
.m-55 {
  margin: 55px !important;
}
.m-60 {
  margin: 60px !important;
}
.m-65 {
  margin: 65px !important;
}
.m-70 {
  margin: 70px !important;
}
.m-75 {
  margin: 75px !important;
}
.m-80 {
  margin: 80px !important;
}
.m-85 {
  margin: 85px !important;
}
.m-90 {
  margin: 90px !important;
}
.m-95 {
  margin: 95px !important;
}
.m-100 {
  margin: 100px !important;
}
.m-105 {
  margin: 105px !important;
}
.m-110 {
  margin: 110px !important;
}
.m-115 {
  margin: 115px !important;
}
.m-120 {
  margin: 120px !important;
}
.m-125 {
  margin: 125px !important;
}
.m-130 {
  margin: 130px !important;
}
.m-135 {
  margin: 135px !important;
}
.m-140 {
  margin: 140px !important;
}
.m-145 {
  margin: 145px !important;
}
.m-150 {
  margin: 150px !important;
}
.m-155 {
  margin: 155px !important;
}
.m-160 {
  margin: 160px !important;
}
.m-165 {
  margin: 165px !important;
}
.m-170 {
  margin: 170px !important;
}
.m-175 {
  margin: 175px !important;
}
.m-180 {
  margin: 180px !important;
}
.m-185 {
  margin: 185px !important;
}
.m-190 {
  margin: 190px !important;
}
.m-195 {
  margin: 195px !important;
}
.m-200 {
  margin: 200px !important;
}
.pt-0 {
  padding-top: 0px !important;
}
.pt-5 {
  padding-top: 5px !important;
}
.pt-10 {
  padding-top: 10px !important;
}
.pt-15 {
  padding-top: 15px !important;
}
.pt-20 {
  padding-top: 20px !important;
}
.pt-25 {
  padding-top: 25px !important;
}
.pt-30 {
  padding-top: 30px !important;
}
.pt-35 {
  padding-top: 35px !important;
}
.pt-40 {
  padding-top: 40px !important;
}
.pt-45 {
  padding-top: 45px !important;
}
.pt-50 {
  padding-top: 50px !important;
}
.pt-55 {
  padding-top: 55px !important;
}
.pt-60 {
  padding-top: 60px !important;
}
.pt-65 {
  padding-top: 65px !important;
}
.pt-70 {
  padding-top: 70px !important;
}
.pt-75 {
  padding-top: 75px !important;
}
.pt-80 {
  padding-top: 80px !important;
}
.pt-85 {
  padding-top: 85px !important;
}
.pt-90 {
  padding-top: 90px !important;
}
.pt-95 {
  padding-top: 95px !important;
}
.pt-100 {
  padding-top: 100px !important;
}
.pt-105 {
  padding-top: 105px !important;
}
.pt-110 {
  padding-top: 110px !important;
}
.pt-115 {
  padding-top: 115px !important;
}
.pt-120 {
  padding-top: 120px !important;
}
.pt-125 {
  padding-top: 125px !important;
}
.pt-130 {
  padding-top: 130px !important;
}
.pt-135 {
  padding-top: 135px !important;
}
.pt-140 {
  padding-top: 140px !important;
}
.pt-145 {
  padding-top: 145px !important;
}
.pt-150 {
  padding-top: 150px !important;
}
.pt-155 {
  padding-top: 155px !important;
}
.pt-160 {
  padding-top: 160px !important;
}
.pt-165 {
  padding-top: 165px !important;
}
.pt-170 {
  padding-top: 170px !important;
}
.pt-175 {
  padding-top: 175px !important;
}
.pt-180 {
  padding-top: 180px !important;
}
.pt-185 {
  padding-top: 185px !important;
}
.pt-190 {
  padding-top: 190px !important;
}
.pt-195 {
  padding-top: 195px !important;
}
.pt-200 {
  padding-top: 200px !important;
}
.pr-0 {
  padding-right: 0px !important;
}
.pr-5 {
  padding-right: 5px !important;
}
.pr-10 {
  padding-right: 10px !important;
}
.pr-15 {
  padding-right: 15px !important;
}
.pr-20 {
  padding-right: 20px !important;
}
.pr-25 {
  padding-right: 25px !important;
}
.pr-30 {
  padding-right: 30px !important;
}
.pr-35 {
  padding-right: 35px !important;
}
.pr-40 {
  padding-right: 40px !important;
}
.pr-45 {
  padding-right: 45px !important;
}
.pr-50 {
  padding-right: 50px !important;
}
.pr-55 {
  padding-right: 55px !important;
}
.pr-60 {
  padding-right: 60px !important;
}
.pr-65 {
  padding-right: 65px !important;
}
.pr-70 {
  padding-right: 70px !important;
}
.pr-75 {
  padding-right: 75px !important;
}
.pr-80 {
  padding-right: 80px !important;
}
.pr-85 {
  padding-right: 85px !important;
}
.pr-90 {
  padding-right: 90px !important;
}
.pr-95 {
  padding-right: 95px !important;
}
.pr-100 {
  padding-right: 100px !important;
}
.pr-105 {
  padding-right: 105px !important;
}
.pr-110 {
  padding-right: 110px !important;
}
.pr-115 {
  padding-right: 115px !important;
}
.pr-120 {
  padding-right: 120px !important;
}
.pr-125 {
  padding-right: 125px !important;
}
.pr-130 {
  padding-right: 130px !important;
}
.pr-135 {
  padding-right: 135px !important;
}
.pr-140 {
  padding-right: 140px !important;
}
.pr-145 {
  padding-right: 145px !important;
}
.pr-150 {
  padding-right: 150px !important;
}
.pr-155 {
  padding-right: 155px !important;
}
.pr-160 {
  padding-right: 160px !important;
}
.pr-165 {
  padding-right: 165px !important;
}
.pr-170 {
  padding-right: 170px !important;
}
.pr-175 {
  padding-right: 175px !important;
}
.pr-180 {
  padding-right: 180px !important;
}
.pr-185 {
  padding-right: 185px !important;
}
.pr-190 {
  padding-right: 190px !important;
}
.pr-195 {
  padding-right: 195px !important;
}
.pr-200 {
  padding-right: 200px !important;
}
.pb-0 {
  padding-bottom: 0px !important;
}
.pb-5 {
  padding-bottom: 5px !important;
}
.pb-10 {
  padding-bottom: 10px !important;
}
.pb-15 {
  padding-bottom: 15px !important;
}
.pb-20 {
  padding-bottom: 20px !important;
}
.pb-25 {
  padding-bottom: 25px !important;
}
.pb-30 {
  padding-bottom: 30px !important;
}
.pb-35 {
  padding-bottom: 35px !important;
}
.pb-40 {
  padding-bottom: 40px !important;
}
.pb-45 {
  padding-bottom: 45px !important;
}
.pb-50 {
  padding-bottom: 50px !important;
}
.pb-55 {
  padding-bottom: 55px !important;
}
.pb-60 {
  padding-bottom: 60px !important;
}
.pb-65 {
  padding-bottom: 65px !important;
}
.pb-70 {
  padding-bottom: 70px !important;
}
.pb-75 {
  padding-bottom: 75px !important;
}
.pb-80 {
  padding-bottom: 80px !important;
}
.pb-85 {
  padding-bottom: 85px !important;
}
.pb-90 {
  padding-bottom: 90px !important;
}
.pb-95 {
  padding-bottom: 95px !important;
}
.pb-100 {
  padding-bottom: 100px !important;
}
.pb-105 {
  padding-bottom: 105px !important;
}
.pb-110 {
  padding-bottom: 110px !important;
}
.pb-115 {
  padding-bottom: 115px !important;
}
.pb-120 {
  padding-bottom: 120px !important;
}
.pb-125 {
  padding-bottom: 125px !important;
}
.pb-130 {
  padding-bottom: 130px !important;
}
.pb-135 {
  padding-bottom: 135px !important;
}
.pb-140 {
  padding-bottom: 140px !important;
}
.pb-145 {
  padding-bottom: 145px !important;
}
.pb-150 {
  padding-bottom: 150px !important;
}
.pb-155 {
  padding-bottom: 155px !important;
}
.pb-160 {
  padding-bottom: 160px !important;
}
.pb-165 {
  padding-bottom: 165px !important;
}
.pb-170 {
  padding-bottom: 170px !important;
}
.pb-175 {
  padding-bottom: 175px !important;
}
.pb-180 {
  padding-bottom: 180px !important;
}
.pb-185 {
  padding-bottom: 185px !important;
}
.pb-190 {
  padding-bottom: 190px !important;
}
.pb-195 {
  padding-bottom: 195px !important;
}
.pb-200 {
  padding-bottom: 200px !important;
}
.pl-0 {
  padding-left: 0px !important;
}
.pl-5 {
  padding-left: 5px !important;
}
.pl-10 {
  padding-left: 10px !important;
}
.pl-15 {
  padding-left: 15px !important;
}
.pl-20 {
  padding-left: 20px !important;
}
.pl-25 {
  padding-left: 25px !important;
}
.pl-30 {
  padding-left: 30px !important;
}
.pl-35 {
  padding-left: 35px !important;
}
.pl-40 {
  padding-left: 40px !important;
}
.pl-45 {
  padding-left: 45px !important;
}
.pl-50 {
  padding-left: 50px !important;
}
.pl-55 {
  padding-left: 55px !important;
}
.pl-60 {
  padding-left: 60px !important;
}
.pl-65 {
  padding-left: 65px !important;
}
.pl-70 {
  padding-left: 70px !important;
}
.pl-75 {
  padding-left: 75px !important;
}
.pl-80 {
  padding-left: 80px !important;
}
.pl-85 {
  padding-left: 85px !important;
}
.pl-90 {
  padding-left: 90px !important;
}
.pl-95 {
  padding-left: 95px !important;
}
.pl-100 {
  padding-left: 100px !important;
}
.pl-105 {
  padding-left: 105px !important;
}
.pl-110 {
  padding-left: 110px !important;
}
.pl-115 {
  padding-left: 115px !important;
}
.pl-120 {
  padding-left: 120px !important;
}
.pl-125 {
  padding-left: 125px !important;
}
.pl-130 {
  padding-left: 130px !important;
}
.pl-135 {
  padding-left: 135px !important;
}
.pl-140 {
  padding-left: 140px !important;
}
.pl-145 {
  padding-left: 145px !important;
}
.pl-150 {
  padding-left: 150px !important;
}
.pl-155 {
  padding-left: 155px !important;
}
.pl-160 {
  padding-left: 160px !important;
}
.pl-165 {
  padding-left: 165px !important;
}
.pl-170 {
  padding-left: 170px !important;
}
.pl-175 {
  padding-left: 175px !important;
}
.pl-180 {
  padding-left: 180px !important;
}
.pl-185 {
  padding-left: 185px !important;
}
.pl-190 {
  padding-left: 190px !important;
}
.pl-195 {
  padding-left: 195px !important;
}
.pl-200 {
  padding-left: 200px !important;
}
.p-0 {
  padding: 0px !important;
}
.p-5 {
  padding: 5px !important;
}
.p-10 {
  padding: 10px !important;
}
.p-15 {
  padding: 15px !important;
}
.p-20 {
  padding: 20px !important;
}
.p-25 {
  padding: 25px !important;
}
.p-30 {
  padding: 30px !important;
}
.p-35 {
  padding: 35px !important;
}
.p-40 {
  padding: 40px !important;
}
.p-45 {
  padding: 45px !important;
}
.p-50 {
  padding: 50px !important;
}
.p-55 {
  padding: 55px !important;
}
.p-60 {
  padding: 60px !important;
}
.p-65 {
  padding: 65px !important;
}
.p-70 {
  padding: 70px !important;
}
.p-75 {
  padding: 75px !important;
}
.p-80 {
  padding: 80px !important;
}
.p-85 {
  padding: 85px !important;
}
.p-90 {
  padding: 90px !important;
}
.p-95 {
  padding: 95px !important;
}
.p-100 {
  padding: 100px !important;
}
.p-105 {
  padding: 105px !important;
}
.p-110 {
  padding: 110px !important;
}
.p-115 {
  padding: 115px !important;
}
.p-120 {
  padding: 120px !important;
}
.p-125 {
  padding: 125px !important;
}
.p-130 {
  padding: 130px !important;
}
.p-135 {
  padding: 135px !important;
}
.p-140 {
  padding: 140px !important;
}
.p-145 {
  padding: 145px !important;
}
.p-150 {
  padding: 150px !important;
}
.p-155 {
  padding: 155px !important;
}
.p-160 {
  padding: 160px !important;
}
.p-165 {
  padding: 165px !important;
}
.p-170 {
  padding: 170px !important;
}
.p-175 {
  padding: 175px !important;
}
.p-180 {
  padding: 180px !important;
}
.p-185 {
  padding: 185px !important;
}
.p-190 {
  padding: 190px !important;
}
.p-195 {
  padding: 195px !important;
}
.p-200 {
  padding: 200px !important;
}
.pull-up-0 {
  margin-top: 0px !important;
}
.pull-up-5 {
  margin-top: -5px !important;
}
.pull-up-10 {
  margin-top: -10px !important;
}
.pull-up-15 {
  margin-top: -15px !important;
}
.pull-up-20 {
  margin-top: -20px !important;
}
.pull-up-25 {
  margin-top: -25px !important;
}
.pull-up-30 {
  margin-top: -30px !important;
}
.pull-up-35 {
  margin-top: -35px !important;
}
.pull-up-40 {
  margin-top: -40px !important;
}
.pull-up-45 {
  margin-top: -45px !important;
}
.pull-up-50 {
  margin-top: -50px !important;
}
.pull-up-55 {
  margin-top: -55px !important;
}
.pull-up-60 {
  margin-top: -60px !important;
}
.pull-up-65 {
  margin-top: -65px !important;
}
.pull-up-70 {
  margin-top: -70px !important;
}
.pull-up-75 {
  margin-top: -75px !important;
}
.pull-up-80 {
  margin-top: -80px !important;
}
.pull-up-85 {
  margin-top: -85px !important;
}
.pull-up-90 {
  margin-top: -90px !important;
}
.pull-up-95 {
  margin-top: -95px !important;
}
.pull-up-100 {
  margin-top: -100px !important;
}
.pull-up-105 {
  margin-top: -105px !important;
}
.pull-up-110 {
  margin-top: -110px !important;
}
.pull-up-115 {
  margin-top: -115px !important;
}
.pull-up-120 {
  margin-top: -120px !important;
}
.pull-up-125 {
  margin-top: -125px !important;
}
.pull-up-130 {
  margin-top: -130px !important;
}
.pull-up-135 {
  margin-top: -135px !important;
}
.pull-up-140 {
  margin-top: -140px !important;
}
.pull-up-145 {
  margin-top: -145px !important;
}
.pull-up-150 {
  margin-top: -150px !important;
}
.pull-up-155 {
  margin-top: -155px !important;
}
.pull-up-160 {
  margin-top: -160px !important;
}
.pull-up-165 {
  margin-top: -165px !important;
}
.pull-up-170 {
  margin-top: -170px !important;
}
.pull-up-175 {
  margin-top: -175px !important;
}
.pull-up-180 {
  margin-top: -180px !important;
}
.pull-up-185 {
  margin-top: -185px !important;
}
.pull-up-190 {
  margin-top: -190px !important;
}
.pull-up-195 {
  margin-top: -195px !important;
}
.pull-up-200 {
  margin-top: -200px !important;
}
.push-down-0 {
  margin-bottom: 0px !important;
}
.push-down-5 {
  margin-bottom: -5px !important;
}
.push-down-10 {
  margin-bottom: -10px !important;
}
.push-down-15 {
  margin-bottom: -15px !important;
}
.push-down-20 {
  margin-bottom: -20px !important;
}
.push-down-25 {
  margin-bottom: -25px !important;
}
.push-down-30 {
  margin-bottom: -30px !important;
}
.push-down-35 {
  margin-bottom: -35px !important;
}
.push-down-40 {
  margin-bottom: -40px !important;
}
.push-down-45 {
  margin-bottom: -45px !important;
}
.push-down-50 {
  margin-bottom: -50px !important;
}
.push-down-55 {
  margin-bottom: -55px !important;
}
.push-down-60 {
  margin-bottom: -60px !important;
}
.push-down-65 {
  margin-bottom: -65px !important;
}
.push-down-70 {
  margin-bottom: -70px !important;
}
.push-down-75 {
  margin-bottom: -75px !important;
}
.push-down-80 {
  margin-bottom: -80px !important;
}
.push-down-85 {
  margin-bottom: -85px !important;
}
.push-down-90 {
  margin-bottom: -90px !important;
}
.push-down-95 {
  margin-bottom: -95px !important;
}
.push-down-100 {
  margin-bottom: -100px !important;
}
.push-down-105 {
  margin-bottom: -105px !important;
}
.push-down-110 {
  margin-bottom: -110px !important;
}
.push-down-115 {
  margin-bottom: -115px !important;
}
.push-down-120 {
  margin-bottom: -120px !important;
}
.push-down-125 {
  margin-bottom: -125px !important;
}
.push-down-130 {
  margin-bottom: -130px !important;
}
.push-down-135 {
  margin-bottom: -135px !important;
}
.push-down-140 {
  margin-bottom: -140px !important;
}
.push-down-145 {
  margin-bottom: -145px !important;
}
.push-down-150 {
  margin-bottom: -150px !important;
}
.push-down-155 {
  margin-bottom: -155px !important;
}
.push-down-160 {
  margin-bottom: -160px !important;
}
.push-down-165 {
  margin-bottom: -165px !important;
}
.push-down-170 {
  margin-bottom: -170px !important;
}
.push-down-175 {
  margin-bottom: -175px !important;
}
.push-down-180 {
  margin-bottom: -180px !important;
}
.push-down-185 {
  margin-bottom: -185px !important;
}
.push-down-190 {
  margin-bottom: -190px !important;
}
.push-down-195 {
  margin-bottom: -195px !important;
}
.push-down-200 {
  margin-bottom: -200px !important;
}
.pull-left-0 {
  margin-left: 0;
}
.pull-left-15 {
  margin-left: -15px;
}
.pull-left-30 {
  margin-left: -30px;
}
.pull-left-45 {
  margin-left: -45px;
}
.pull-left-60 {
  margin-left: -60px;
}
.pull-right-0 {
  margin-right: 0;
}
.pull-right-15 {
  margin-right: -15px;
}
.pull-right-30 {
  margin-right: -30px;
}
.pull-right-45 {
  margin-right: -45px;
}
.pull-right-60 {
  margin-right: -60px;
}
.width-auto {
  width: auto;
}
.tz-fluid-width {
  overflow: hidden;
}
.tz-fluid-width .sppb-container-inner {
  padding: 0 15px;
}
.z-index-999 {
  z-index: 999 !important;
}
.tz-relative {
  position: relative;
}
.h-100 {
  height: 100px;
}
.h-200 {
  height: 200px;
}
.h-300 {
  height: 300px;
}
.h-400 {
  height: 400px;
}
.h-500 {
  height: 500px;
}
.h-600 {
  height: 600px;
}
.h-700 {
  height: 700px;
}
.h-800 {
  height: 800px;
}
.h-900 {
  height: 900px;
}
.h-sm {
  height: 40vh;
}
.h-md {
  height: 60vh;
}
.h-lg {
  height: 80vh;
}
.fullheight {
  height: 100vh;
}
.min-fullheight {
  min-height: 100vh;
}
.huge {
  height: 150vh;
}
.twitter-feed ul {
  list-style: none;
  margin: 0 0 0 0;
  padding: 0;
}
.twitter-feed ul li {
  position: relative;
  margin-bottom: 30px;
  display: flex;
}
@media (max-width: 767px) {
  .twitter-feed ul li {
    display: block;
    margin-bottom: 10px;
  }
}
.twitter-feed ul li a {
  color: inherit;
}
.twitter-feed ul li .tztwd-tweet-data {
  display: block;
  color: #e4e4e4;
  margin-top: 9px;
}
.twitter-feed .avata-info {
  font-size: 120%;
  color: #ff5400;
  padding-top: 4px;
}
@media (max-width: 767px) {
  .twitter-feed .avata-info {
    display: block;
    padding-right: 0;
    width: 100%;
  }
}
.twitter-feed .avata-info i {
  color: #ff5400;
}
.twitter-feed .tz-content_tweet {
  padding-left: 15px;
  color: #868686;
  line-height: 23px;
  overflow: hidden;
}
.twitter-feed .tz-content_tweet a {
  color: #e4e4e4;
  text-decoration: none;
}
.twitter-feed .tztwd-tweet-data {
  display: block;
}
.tz__absolute {
  position: absolute !important;
}
.tz__footer--center {
  left: 50%;
  text-align: center;
  margin: auto;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: -59px;
  width: auto !important;
}
@media (max-width: 767px) {
  .tz__footer--center {
    width: 100% !important;
    top: -50px;
  }
}
@keyframes autoshowroom_rotate {
  from {
    transform: rotateY(0);
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
  }
  to {
    transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
  }
}
/* Forms
----------------------------------------------------------*/
.form-control {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #ededed;
  font-size: 13px;
  padding: 15px 20px;
  height: 46px;
  border: 1px solid #ededed;
  margin-bottom: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.form-control:-moz-placeholder {
  color: inherit;
  opacity: 0.7;
}
.form-control::-moz-placeholder {
  color: inherit;
  opacity: 0.7;
}
.form-control:-ms-input-placeholder {
  color: inherit;
  opacity: 0.7;
}
.form-control::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.7;
}
.form-control:focus,
.form-control:active {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #d2d2d2;
}
.form-control.input-2 {
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}
.form-control.input-sm {
  padding: 6px 13px;
  height: 38px;
  font-size: 12px;
}
.form-control.input-lg {
  padding: 0 10px;
  height: 38px;
  font-size: 14px;
  line-height: 38px;
}
.form-control.bordered {
  background: transparent !important;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.form-control.bordered:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.form-control.bordered::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.form-control.bordered:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.form-control.bordered::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.form-control.bordered:focus,
.form-control.bordered:active {
  border-color: rgba(255, 255, 255, 0.4);
}
.form-control.valid {
  border-color: #8ac04b;
}
.form-control.error {
  border-color: #e15757;
}
.form-control[type="submit"] {
  background-color: #444;
  background-image: none;
  text-shadow: none;
  color: #fff;
}
.form-control[type="submit"]:hover {
  background: #ffffff;
  color: #444444;
}
.form-control.bg-transparent {
  background: transparent;
  color: #565656;
}
textarea.input-sm {
  height: auto !important;
}
.dark .form-control {
  background-color: #fff;
}
.list-inline > li {
  display: inline-block !important;
}
/* Button */
.btn {
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 12px;
  font-family: 'Montserrat', sans-serif, Arial, sans-serif;
  padding: 5px 10px !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  border-color: #dfdfdf !important;
}
.btn-primary {
  background: #ff5400 !important;
  border-color: #ff5400 !important;
  color: #ffffff !important;
}
.style-dark .autoshowroom-title .sppb-addon-title {
  color: #ffffff;
}
.style-dark .tz-testimonial .tz-testimonial-message,
.style-dark .sppb-addon-content {
  color: #868686;
}
.tz-carousel-full-width.style-dark-1 .owl-carousel .owl-stage-outer:before,
.tz-carousel-full-width.style-dark-1 .owl-carousel .owl-stage-outer:after {
  background: rgba(0, 0, 0, 0.5);
}
.style-dark-1 .autoshowroom-title .sppb-addon-title,
.style-dark-1 .tz-testimonial .tz-testimonial-message,
.style-dark-1 .sppb-addon-content {
  color: #ffffff;
}
.max-width-1200 {
  max-width: 1200px;
  margin: auto;
  padding: 0 15px;
}
.tz__articles {
  position: relative;
  padding-bottom: 50px;
}
@media (max-width: 991px) {
  .tz__articles {
    margin-bottom: 30px;
  }
}
.tz__articles > * {
  z-index: 1;
  position: relative;
}
.tz__articles .tz__article {
  padding-left: 25px;
}
.tz__articles .tz__article__item__wrap {
  position: relative;
  border-left: 1px solid #ff5400;
  padding: 0 0 61px 45px;
}
.tz__articles .tz__article__item__icon {
  position: absolute;
  top: 0;
  left: -25px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #ff5400;
  text-align: center;
}
.tz__articles .tz__article__item__icon i {
  font-size: 18px;
  color: #ffffff;
  padding: 16px;
}
.tz__articles .tz__article__item__content {
  position: relative;
  background: #ffffff;
  padding: 15px 30px 34px;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
}
.tz__articles .tz__article__item__info {
  margin-bottom: 28px;
}
.tz__articles .tz__article__item__info a,
.tz__articles .tz__article__item__info span {
  font-size: 13px;
  color: #bebebe;
}
.tz__articles .tz__article__item__info > span i {
  font-size: 13px;
  padding-right: 10px;
}
.tz__articles .tz__article__item__info > span:after {
  content: '/';
  padding: 0 8px;
}
.tz__articles .tz__article__item__info > span:last-child:after {
  content: none;
}
.tz__articles .tz__article__item__title h3 {
  font-size: 21px;
  margin: 25px 0;
  position: relative;
  margin-bottom: 5px;
  margin-top: 0;
  padding-right: 40px;
}
.tz__articles .tz__article__item__title h3 a {
  color: #2d2d2d;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.tz__articles .tz__article__item__title h3 a:hover,
.tz__articles .tz__article__item__title h3 a:focus,
.tz__articles .tz__article__item__title h3 a:active {
  color: #ff5400;
}
.tz__articles .tz__article__item__title h3:after {
  content: '';
  display: block;
  width: 3px;
  height: 12px;
  background: #ff5400;
  position: absolute;
  top: 10px;
  left: -30px;
}
.tz__articles .tz__article_item__media {
  margin-bottom: 32px;
  text-align: center;
}
.tz__articles .tz__article__item__tags {
  margin-bottom: 25px;
}
.tz__articles .icons .btn {
  font-size: 12px;
  z-index: 9;
}
.tz__articles .icons .dropdown-menu {
  margin: 0;
  border-color: #ededed;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.tz__articles .icons .dropdown-menu li a {
  padding: 5px 15px;
  font-size: 12px;
}
.tz__articles .icons .dropdown-menu li a span {
  padding-right: 5px;
}
.tz__articles .icons .icon-edit:before {
  content: '\f044';
  font-family: FontAwesome;
}
.tz__articles .tz__article__item__readmore {
  display: inline-block;
  padding: 4px 15px 7px;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border: 1px solid #bebebe;
  color: #565656;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}
.tz__articles .tz__article__item__readmore:hover,
.tz__articles .tz__article__item__readmore:focus,
.tz__articles .tz__article__item__readmore:active {
  color: #ffffff;
  border-color: #222222;
  background: #222222;
}
.tz__articles .tz__article__item__blog--back {
  float: left;
  width: 50px;
  height: 50px;
  background: #ff5400;
  overflow: hidden;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  text-align: center;
  padding: 14px 0;
  cursor: pointer;
  position: absolute;
  left: -25px;
  bottom: -50px;
  color: #ffffff;
  font-size: 18px;
  line-height: 1em;
}
.tz__articles .cat-children {
  margin-left: 70px;
  background: #fff;
  padding: 30px;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}
.tz__articles .cat-children > h3 {
  font-size: 18px;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.tz__articles .cat-children > h3:before {
  content: '';
  width: 4px;
  height: 18px;
  background: #ff5400;
  display: inline-block;
  margin-right: 5px;
  top: 3px;
  position: relative;
}
.tz__articles .cat-children .item-title {
  font-weight: 400;
  margin-left: 15px;
  font-size: 14px;
}
.tz__articles .toTop {
  width: 50px;
  height: 50px;
  background: #ff5400;
  overflow: hidden;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  text-align: center;
  padding: 14px 0;
  cursor: pointer;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 18px;
  color: #ffffff;
  line-height: 1em;
}
.tz__articles:after {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  background: #ff5400;
  left: 25px;
  z-index: 0;
}
.tz__articles.no-article:after {
  content: none;
}
.tz__articles.no-article .toTop {
  display: none;
}
.tz__articles .tzpagination {
  margin-top: 30px;
}
.tz__articles .pagination {
  flex: 1;
  text-align: center;
  padding: 0;
  margin: 0;
  height: 40px;
}
.tz__articles .pagination li {
  max-height: 40px;
  min-height: 40px;
  line-height: 40px;
  display: inline-block;
  margin-left: 10px;
  cursor: pointer;
}
.tz__articles .pagination li a,
.tz__articles .pagination li a.pagenav {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  float: left;
  max-height: 40px;
  min-height: 40px;
  min-width: 40px;
  padding: 0 !important;
  display: inline-block;
  line-height: 40px !important;
  color: inherit;
  border-color: #ffffff;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  font-weight: normal;
}
.tz__articles .pagination li.active a,
.tz__articles .pagination li:hover a {
  background: #ff5400;
  border-color: #ff5400;
  color: #ffffff !important;
}
.categories-list div[aria-expanded="true"] {
  padding-left: 15px;
}
.categories-list .category-desc {
  padding: 15px 0 0 15px;
  border-bottom: 1px solid #ededed;
}
.tz__articles .fields-container .field-entry {
  margin-bottom: 15px;
}
.tz__articles .content_vote {
  display: block;
  margin-bottom: 15px;
}
.tz__articles .content_vote .btn {
  background: transparent;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #ededed;
  padding: 5px 20px;
  font-size: 13px;
}
.tz__articles .content-links li a {
  display: block;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 10px 20px;
  border: 1px solid #ededed;
}
.search #searchForm .btn {
  background: #ff5400;
  color: #ffffff;
  padding: 14px 15px !important;
  text-align: center;
  border-color: #ff5400 !important;
}
.search .result-title {
  margin-top: 20px;
}
.search .result-title a {
  font-family: 'Montserrat', sans-serif, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #222222;
}
.widget .module-inner {
  background: #ffffff none repeat scroll 0 0;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  padding: 25px 20px;
  position: relative;
  margin-bottom: 40px;
}
.widget .module-inner:hover .module-title:after {
  width: 100%;
}
.widget .module-title {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 24px;
  padding-bottom: 18px;
  position: relative;
  padding-right: 45px;
  font-size: 16px;
  display: block;
  margin-top: 0;
}
.widget .module-title:before {
  background: #ff5400 none repeat scroll 0 0;
  content: "";
  display: block;
  height: 12px;
  left: -20px;
  position: absolute;
  top: 9px;
  width: 3px;
}
.widget .module-title:after {
  content: '';
  display: block;
  width: 70px;
  height: 1px;
  background: #222222;
  position: absolute;
  bottom: -1px;
  left: 0;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}
.widget .module-title span {
  display: inline-block;
  padding-right: 20px;
  font-size: 16px;
  color: #363636;
  position: relative;
}
.widget .module-title span:before {
  background: #ff5400 none repeat scroll 0 0;
  content: "";
  display: block;
  height: 1px;
  left: 100%;
  margin-top: -3px;
  position: absolute;
  top: 50%;
  width: 30px;
}
.widget .module-title span:after {
  background: #ff5400 none repeat scroll 0 0;
  content: "";
  display: block;
  height: 1px;
  left: 100%;
  margin-top: 4px;
  position: absolute;
  top: 50%;
  width: 45px;
}
.widget ul li {
  color: #565656;
  margin-bottom: 11px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #e8e8e8;
}
.widget ul li:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.widget ul li a {
  display: block;
}
.widget ul li a em {
  float: right;
  font-style: normal;
}
.widget ul li a i {
  font-size: 13px;
  color: #ff5400;
  margin-right: 13px;
}
.widget ul li ul {
  padding-top: 11px;
  margin-top: 10px;
  border-top: 1px dashed #e8e8e8;
}
.widget .widget_search .module-inner {
  padding: 0;
}
.widget .widget_search .module-inner .widget_search form {
  width: 100%;
  position: relative;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
}
.widget .widget_search .module-inner .widget_search input {
  border: 0 none;
  color: #555;
  font-size: 13px;
  line-height: 19px;
  padding: 13px 20px;
  height: auto;
  width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #ffffff;
}
.widget .widget_search .button {
  background: transparent;
  font-size: 14px;
  position: absolute;
  right: 18px;
  top: 12px;
  border: none;
}
.jmodedit .icon-edit:before {
  content: '\f044';
  font-family: FontAwesome;
}
.tz__menu {
  background: #f7f9fb;
}
.tz__menu > .container {
  position: relative;
}
.tz__menu > .container > .row {
  position: static;
}
.tz__menu .tz__block__menu {
  position: static;
}
.tz__menu__style--2 {
  background: transparent;
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 99999;
}
.tz__menu__style--2 .plazart-megamenu .level0 > li > a {
  color: #ffffff;
}
@media (max-width: 991px) {
  .tz__menu__style--2 .plazart-megamenu .level0 > li > a {
    color: #222222;
  }
}
.tz__menu__style--2 > .container {
  width: auto;
  max-width: 1200px;
}
.tz__menu__style--2 .plazart-mainnav {
  position: relative;
}
@media (max-width: 1199px) {
  .tz__menu__style--2 > .container {
    padding: 0 15px;
  }
}
@media (max-width: 991px) {
  .tz__menu__style--2 .plazart-mainnav .navbar-header {
    right: 30px;
  }
  .tz__menu__style--2 .plazart-mainnav .navbar-collapse {
    left: 15px;
    right: 15px;
  }
}
@media (max-width: 767px) {
  .tz__menu__style--2 {
    position: relative;
  }
  .tz__menu__style--2 .plazart-mainnav .navbar-header {
    right: 15px;
    top: 25px;
  }
  .tz__menu__style--2 .plazart-mainnav .navbar-header .navbar-toggle {
    color: #ffffff;
  }
  .tz__menu__style--2 .plazart-mainnav .navbar-collapse {
    left: 0;
    right: 0;
  }
}
.tz__menu__style--2 .plazart-megamenu .mega-align-justify .mega-dropdown-menu {
  left: 0 !important;
  right: 0;
}
.tz__menu__style--3 {
  position: absolute;
  top: 0;
  z-index: 999;
  width: 100%;
  background: transparent;
}
.tz__menu__style--3 .plazart-megamenu .level0 > li > a {
  color: #ffffff;
}
.tz__menu__style--3 > .container {
  padding: 0;
}
.tz__menu__style--3 .tz-container {
  margin: auto;
}
.tz__menu__style--3 .tz__masstop {
  border: none;
  background: #222222 !important;
  color: #777777 !important;
}
.tz__menu__style--3 .tz__masstop .sppb-section {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media (max-width: 1199px) {
  .tz__menu__style--3 .tz-container {
    margin: 0 15px;
  }
}
@media (max-width: 991px) {
  .tz__menu__style--3 .plazart-mainnav .navbar-header .navbar-toggle {
    color: #ffffff;
  }
  .tz__menu__style--3 .plazart-mainnav .navbar-collapse {
    right: -15px;
    left: -15px;
  }
  .tz__menu__style--3 .plazart-megamenu .level0 > li > a {
    color: #222222;
  }
}
@media (max-width: 767px) {
  .tz__menu__style--3 .tz__masstop .sppb-container-inner .sppb-container-inner {
    margin: 0;
  }
}
.tz__menu__style--4 {
  position: absolute;
  top: 0;
  z-index: 999;
  width: 100%;
  background: #000000;
  background: -moz-linear-gradient(top, #000000 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(top, #000000 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(top, #000000 0%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(top, #000000 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, #000000 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#ffffff', GradientType=0);
  padding-bottom: 90px;
}
.tz__menu__style--4 .plazart-megamenu .level0 > li > a {
  color: #ffffff;
}
.tz__menu__style--4 > .container {
  padding: 0;
}
.tz__menu__style--4 .tz-container {
  margin: auto;
}
.tz__menu__style--4 .tz__masstop {
  border-top: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(34, 34, 34, 0.2);
}
@media (max-width: 767px) {
  .tz__menu__style--4 .tz__masstop .tz-container > .sppb-container-inner {
    padding: 0 15px;
  }
}
.tz__menu__style--4 a {
  color: #ff5400;
}
.tz__menu__style--4 i {
  color: #222222;
}
@media (max-width: 767px) {
  .tz__menu__style--4 {
    position: relative;
    background: #222222;
    padding-bottom: 0;
  }
  .tz__menu__style--4 .plazart-mainnav .navbar-collapse {
    background: #222222;
  }
  .tz__menu__style--4 .plazart-mainnav .navbar-header .navbar-toggle {
    color: #ffffff;
  }
  .tz__menu__style--4 .plazart-mainnav .navbar-header .navbar-toggle i {
    color: #ffffff;
  }
}
.plazart-mainnav {
  min-height: 0;
  margin: 0;
  border: none;
  position: static;
}
.plazart-mainnav .navbar-collapse {
  padding: 0;
}
.plazart-megamenu .navbar-nav > li {
  display: block !important;
}
.plazart-megamenu .navbar-nav {
  float: none;
  display: inline-block;
  margin-bottom: -5px;
}
.plazart-megamenu .level0 > li > a > .caret {
  display: none !important;
}
.plazart-megamenu .level0 > li:last-child > a {
  padding-right: 0;
}
.plazart-megamenu .level0 > li.active > a,
.plazart-megamenu .level0 > li.current > a,
.plazart-megamenu .level0 > li.open > a,
.plazart-megamenu .level0 > li > a:hover,
.plazart-megamenu .level0 > li > a:focus,
.plazart-megamenu .level0 > li > a:active {
  background: transparent;
  color: #ff5400;
}
.plazart-megamenu .level0 > li > a {
  padding: 45px 25px;
  line-height: 20px;
  font-size: inherit;
  text-transform: uppercase;
  color: #222222;
  -webkit-transition: background 200ms linear, color 200ms linear;
  -moz-transition: background 200ms linear, color 200ms linear;
  -ms-transition: background 200ms linear, color 200ms linear;
  -o-transition: background 200ms linear, color 200ms linear;
  transition: background 200ms linear, color 200ms linear;
  font-weight: normal;
}
@media (max-width: 767px) {
  .plazart-megamenu .level0 > li > a {
    font-size: 11px;
    line-height: 1.5;
    padding: 7px !important;
  }
}
.plazart-megamenu .mega-align-justify .mega-dropdown-menu {
  left: 15px !important;
  right: 15px;
  width: auto;
}
.plazart-megamenu [class^="col-"].dropdown-menu,
.plazart-megamenu [class*=" col-"].dropdown-menu {
  padding: 10px 30px 15px 30px;
}
.plazart-megamenu .dropdown-menu {
  padding: 10px 20px 10px 20px;
  border-top: 3px solid #ff5400;
  border-left: 0px solid #ff5400;
  border-right: 0px solid #ff5400;
  border-bottom: 0px solid #ff5400;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.plazart-megamenu .mega-col-module .tz-filter-vertical h3 {
  display: none;
}
.plazart-megamenu .mega-col-module .tz-filter-vertical form {
  padding: 5px 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media (max-width: 991px) {
  .plazart-megamenu .mega-col-module .tz-filter-vertical form {
    margin-bottom: 30px !important;
  }
  .plazart-megamenu .mega-col-module .tz-filter-vertical form label {
    font-size: 11px;
  }
}
.plazart-megamenu .mega-col-module .tz-filter-vertical a {
  border: 1px solid #dfdfdf !important;
  padding: 10px 15px !important;
}
.plazart-megamenu .mega-col-module .tz-filter-vertical .tz-filter .chzn-container-single {
  display: inline-block !important;
  width: 49% !important;
}
@media (max-width: 991px) {
  .plazart-megamenu .mega-col-module .tz-filter-vertical select {
    font-size: 12px;
  }
}
.tz__masstop {
  border-top: 3px solid #ff5400;
}
.tz__masstop em,
.tz__masstop a {
  color: #ff5400;
}
.tz__masstop em {
  padding-right: 5px;
}
.tz__masstop ul {
  margin: 0;
}
.tz__masstop ul li {
  padding-left: 15px;
  margin-left: 15px;
  padding-right: 0;
  margin-right: -5px;
  line-height: 25px;
}
.tz__masstop ul li:first-child {
  padding-left: 0;
  margin-left: 0;
}
.tz__mastop__style--2 {
  border: none;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .tz__mastop__style--2 {
    margin-top: 90px !important;
  }
  .tz__mastop__style--2 .v-center {
    top: -45px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .tz__mastop__style--2 .v-center {
    left: -15px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .tz__mastop__style--2 .col-sm-offset-3 {
    margin-left: 25% !important;
  }
}
@media (max-width: 767px) {
  .tz__mastop__style--2 {
    margin: 0 -15px !important;
    padding: 0 15px !important;
  }
  .tz__mastop__style--2 .v-center {
    left: 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    width: 100%;
    position: relative;
    top: 0;
    background: #ff5400;
  }
  .tz__mastop__style--2 .tz-image-logo img {
    max-height: 60px;
  }
  .tz__mastop__style--2 .col-sm-offset-3 {
    margin-left: 15px !important;
    padding: 0 !important;
    margin-right: 15px !important;
  }
  .tz__mastop__style--2 .sppb-container-inner .sppb-container-inner {
    margin: 0 !important;
  }
  .tz__mastop__style--2.tz__masstop .sppb-container-inner {
    margin: 0 -15px;
    padding: 0;
    overflow: hidden;
  }
  .tz__mastop__style--2.tz__masstop ul li {
    font-size: 11px;
  }
  .tz__mastop__style--2 .sppb-addon-content {
    font-size: 11px;
  }
  .tz__mastop__style--2 .sppb-addon-content p,
  .tz__mastop__style--2 .sppb-addon-content a {
    font-size: 11px;
  }
}
.v-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.tz__block__page__title {
  padding: 49px 0 47px;
  background: rgba(0, 0, 0, 0.6);
  position: relative;
}
@media (max-width: 767px) {
  .tz__block__page__title {
    padding: 35px 0 ;
  }
}
.tz__block__page__title:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  height: 100%;
}
.tz__block__page__title h2 {
  color: #eaeaea;
  display: inline-block;
  font-size: 30px;
  margin: 0 70px 0 0;
  padding: 0 0 0 0;
  text-align: left;
  text-transform: uppercase;
  position: relative;
}
@media (max-width: 767px) {
  .tz__block__page__title h2 {
    font-size: 24px;
  }
}
.tz__block__page__title h2:before {
  content: '';
  display: block;
  width: 30px;
  height: 1px;
  background: #ff5400;
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -3px;
  margin-left: 30px;
}
.tz__block__page__title h2:after {
  content: '';
  display: block;
  width: 45px;
  height: 1px;
  background: #ff5400;
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: 4px;
  margin-left: 30px;
}
.tz__block__breadcrumbs {
  padding: 19px 0 24px;
  background: #ffffff;
}
.tz__block__breadcrumbs ul {
  margin: 0;
}
.tz__block__breadcrumbs ul li {
  padding: 0;
}
.style-flex .sppb-row {
  display: flex;
  padding: 10px 0;
  flex-wrap: nowrap;
}
.style-flex.sppb-text-center .sppb-row {
  align-items: center;
}
.tz__vehicles {
  margin: 0 -15px;
}
.tz__vehicles .tz__vehicle .TzInner {
  margin: 0 15px 40px 15px;
  padding: 0 0 3px 0;
  border: none;
  -webkit-box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.1);
}
.tz__vehicles .tz__vehicle .TzVehicleDescription {
  padding: 0 20px;
}
.tz__vehicles .tz__vehicle .TzVehicleDescription p {
  font-size: 12px;
  margin: 0 0 20px 0;
  font-weight: 300;
  line-height: 1.5em;
}
.tz__vehicles .tz__vehicle .TzVehicleTitle {
  font-size: 14px;
  line-height: 20px;
  padding: 15px 0;
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
}
.tz__vehicles .tz__vehicle .TzVehicleTitle a {
  position: relative;
  color: #222222;
  text-decoration: none;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.tz__vehicles .tz__vehicle .TzVehicleTitle a:hover {
  padding-left: 10px;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  color: #ff5400;
}
.tz__vehicles .tz__vehicle .TzVehicleTitle a:before {
  position: absolute;
  width: 3px;
  background: #ff5400;
  left: -20px;
  height: 100%;
  top: 50%;
  content: '';
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.tz__vehicles .tz-top {
  margin: 0 -7px;
}
.tz__vehicles .tz-top .TzExtrafield-item {
  display: inline-block;
  font-size: 12px;
  padding: 0 7px;
  color: #565656;
}
.tz__vehicles .tz-top .TzExtrafield-item .left,
.tz__vehicles .tz-top .TzExtrafield-item .right {
  display: inline-block;
}
.tz__vehicles .tz-top .TzExtrafield-item .left {
  margin-right: 3px;
}
.tz__vehicles .tz-top .TzExtrafield-item.tz--block {
  background: #ff5400;
  color: white;
  display: block;
  padding: 5px 15px;
  margin: 0 -17px;
  font-family: 'Montserrat', sans-serif, Arial, sans-serif;
  font-weight: bold;
  font-size: 15px;
}
.tz__vehicles .tz-top .TzExtrafield-item .tz_extrafield-label {
  width: 100%;
}
.tz__vehicles .tz-bottom {
  background: #ff5400;
  display: block;
  padding: 15px;
  margin: 25px -17px 0;
  font-family: 'Montserrat', sans-serif, Arial, sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 12px;
  color: #ffffff;
  letter-spacing: 1px;
}
.tz__vehicles .tz-bottom .tz_field_bottom {
  margin-right: 10px;
}
.tz__vehicles .tz-bottom .price,
.tz__vehicles .tz-bottom .price_discount {
  font-weight: 700;
  font-size: 15px;
}
.tz__vehicles .tz-bottom .price_discount {
  margin-right: 7px;
  position: relative;
}
.tz__vehicles .tz-bottom .price_discount:after {
  content: '';
  margin-left: 8px;
  height: 12px;
  top: 1px;
  width: 1px;
  background: rgba(255, 255, 255, 0.5);
  display: inline-block;
  position: relative;
}
.tz__vehicles .tz-bottom .has_discount .price {
  font-weight: 400;
  font-size: 13px;
}
.tz__vehicles .tz-bottom .tzsymbol {
  margin-right: 1px;
}
.tz__vehicles .tz-bottom .TzReadmore {
  float: right;
  color: #ffffff;
  font-size: 12px;
  margin: 0;
  top: 1px;
  position: relative;
  right: -5px;
}
.tz__vehicles .TzPortfolioReadmore {
  margin: 15px 0;
  text-transform: uppercase;
  font-size: 12px;
}
#TzInventory #tz_append a {
  background: #ff5400;
  border-color: #ff5400 !important;
  color: #ffffff;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif, Arial, sans-serif;
  padding: 10px 20px !important;
  font-weight: 500;
}
#TzInventory #tz_options a {
  padding: 7px 15px !important;
  -webkit-transition: all 0.3s ease 0.01s;
  -o-transition: all 0.3s ease 0.01s;
  transition: all 0.3s ease 0.01s;
}
#TzInventory #tz_options a.selected,
#TzInventory #tz_options a:hover {
  background: #ff5400;
  border-color: #ff5400 !important;
  color: #ffffff;
}
#TzInventory .TzInner.TzList {
  display: flex;
  padding: 0;
}
#TzInventory .TzInner.TzList .TzVehicleMedia {
  width: 300px;
  min-width: 300px;
}
#TzInventory .TzInner.TzList .TzVehicleDescription {
  width: 100%;
  padding-bottom: 25px;
}
#TzInventory .TzInner.TzList .TzVehicleDescription p {
  margin-bottom: 10px;
}
#TzInventory .TzInner.TzList .tz-bottom {
  margin: 14px -20px 0 0;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  font-size: 14px;
  padding: 10px;
  position: relative;
  z-index: 1;
}
#TzInventory .TzInner.TzList .tz-bottom .TzExtrafield-item.border-right {
  padding-right: 9px;
  margin-right: 9px;
}
#TzInventory .TzInner.TzList .TzPortfolioReadmore {
  font-family: 'Muli', sans-serif, Arial, sans-serif;
  text-transform: none;
  font-weight: normal;
  font-size: 12px;
  background: transparent !important;
  color: #ff5400 !important;
  margin-bottom: 0;
  margin-top: 10px;
}
#TzInventory .TzInner.TzList .TzPortfolioReadmore i {
  margin-right: 5px;
}
.Mod_TzFilter input[type='search'],
.Mod_TzFilter input[type='text'] {
  border: 1px solid #dfdfdf;
  width: 100%;
  background: white;
  line-height: 32px;
  font-size: 12px;
  padding: 0 15px;
  height: auto;
}
.Mod_TzFilter .group-label {
  font-family: 'Montserrat', sans-serif, Arial, sans-serif;
  font-weight: 700;
  color: #222222;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1em;
  margin-bottom: 9px;
}
.Mod_TzFilter .checkbox {
  margin: 0;
  font-size: 11px;
  color: #565656;
  font-weight: normal;
}
.Mod_TzFilter .checkbox input[type=checkbox] {
  top: -2px;
}
.Mod_TzFilter ul li {
  border: none;
  padding: 0;
  margin-bottom: 4px;
}
.Mod_TzFilter .chzn-container-single {
  width: 100% !important;
}
.Mod_TzFilter .chzn-container-single .chzn-single {
  border: 1px solid #dfdfdf;
  background: #ffffff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 12px;
  color: #bdbdbd;
  line-height: 32px;
  height: auto;
  padding-left: 12px;
}
.Mod_TzFilter .chzn-container-single .chzn-single div b {
  background-position: 0 7px;
}
.Mod_TzFilter .chzn-container-active.chzn-with-drop .chzn-single div b {
  background-position: -18px 7px;
}
.Mod_TzFilter .chzn-container .chzn-drop {
  border-color: #dfdfdf;
  font-size: 12px;
  color: #bdbdbd;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.Mod_TzFilter .chzn-container .chzn-drop .chzn-results {
  color: #bdbdbd;
  margin: 0 8px 8px 0;
  padding: 0 0 0 8px;
}
.Mod_TzFilter .chzn-container .chzn-drop .chzn-results li {
  color: #bdbdbd;
  padding: 5px 6px;
}
.Mod_TzFilter .chzn-container .chzn-drop .chzn-results li.highlighted {
  color: #ff5400;
  background: transparent;
}
.Mod_TzFilter .button {
  background: #222222;
  color: #ffffff;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif, Arial, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  border: none;
  line-height: 25px;
  padding: 10px 0;
  margin-top: 35px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.Mod_TzFilter .button:hover {
  background: #ff5400;
}
.Mod_TzFilter .custom_html_filter {
  background: #222;
  color: #fff;
  line-height: 60px;
  margin: -25px -20px 30px;
  padding: 0 20px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: normal;
  font-family: 'Montserrat', sans-serif, Arial, sans-serif;
}
.Mod_TzFilter .custom_html_filter i {
  color: #ff5400;
  margin-right: 15px;
}
/* Detail */
.TzItemVehicleInner .TzArticleTitle {
  margin: 0;
  font-family: 'Montserrat', sans-serif, Arial, sans-serif;
  font-size: 36px;
  color: #222222;
  font-weight: 700;
  margin-bottom: 40px;
}
.TzItemVehicleInner .TzArticleTitle:before {
  content: '';
  width: 6px;
  background: #ff5400;
  display: inline-block;
  height: 26px;
  margin-right: 5px;
}
.TzItemVehicleInner p {
  margin: 0 0 25px 0;
}
.TzItemVehicleInner .tabs {
  border: none;
  margin: 0;
}
.TzItemVehicleInner .tabs li {
  display: inline-block;
  cursor: pointer;
  margin-right: 2px;
}
.TzItemVehicleInner .tabs li:first-child {
  margin-left: 5px;
}
.TzItemVehicleInner .tabs li a {
  display: block;
  cursor: pointer;
  color: #fff;
  background: #565656;
  font-family: 'Montserrat', sans-serif, Arial, sans-serif;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 0;
  margin-left: 0;
  margin-right: 0;
  border-top: 3px solid transparent !important;
  padding: 15px 20px;
  font-size: 13px;
  font-weight: 400;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
}
.TzItemVehicleInner .tabs li a:hover {
  text-decoration: none;
}
.TzItemVehicleInner .tabs li.active a {
  border-top: 3px solid #ff5400 !important;
  background: #ffffff;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  color: #565656;
  text-decoration: none;
}
.TzItemVehicleInner .tab-content {
  background: #ffffff;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  padding: 30px 25px 0;
  margin-bottom: 35px;
}
.TzItemVehicleInner .tab-content .tab {
  background: transparent;
}
.TzItemVehicleInner .TzArticleMedia {
  margin-bottom: 20px;
}
.TzItemVehicleInner .TzArticleMedia .tz-slide,
.TzItemVehicleInner .TzArticleMedia .tz_portfolio_plus_image {
  border: 3px solid #ffffff;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.TzItemVehicleInner .TzArticleMedia .tz-slide {
  margin: 0 0 5px 0;
}
.TzItemVehicleInner .TzArticleMedia .tz-thumb {
  background: transparent;
  margin: 0;
  border: none;
}
.TzItemVehicleInner .TzArticleMedia .tz-thumb ul {
  margin: 5px 0;
}
.TzItemVehicleInner .TzArticleMedia .tz-thumb .slides li {
  background: #fff;
  margin-right: 10px;
  border: 3px solid #ffffff;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}
.TzItemVehicleInner .TzArticleMedia .tz-thumb .flex-direction-nav {
  margin: 0;
}
.TzItemVehicleInner .TzArticleMedia .tz-thumb .flex-direction-nav .flex-direction-nav a:before {
  font-size: 18px;
}
.TzItemVehicleInner .flex {
  display: flex;
  align-items: stretch;
}
.TzItemVehicleInner .tz-price--price {
  background: #ff5400;
  color: #ffffff;
  border: 3px solid #565656;
  font-family: 'Montserrat', sans-serif, Arial, sans-serif;
  padding: 20px 0;
  letter-spacing: 1px;
}
.TzItemVehicleInner .tz-price--price .price {
  font-size: 36px;
  font-weight: 700;
  line-height: 1em;
}
.TzItemVehicleInner .tz-price--price .price_discount {
  font-size: 36px;
  font-weight: 700;
  margin-right: 15px;
  line-height: 1em;
}
.TzItemVehicleInner .tz-price--price .has_discount .price {
  font-size: 12px;
  font-weight: normal;
}
.TzItemVehicleInner .tz-price--price .tz_intro {
  font-size: 12px;
  font-family: 'Muli', sans-serif, Arial, sans-serif;
  color: #ffffff;
  margin: 3px 0 0;
  line-height: 1em;
}
.TzItemVehicleInner .tz-info-contact,
.TzItemVehicleInner .tz-price {
  width: 50%;
  text-align: center;
  padding: 0 15px;
  margin-bottom: 30px;
}
.TzItemVehicleInner .tz-info-contact > *,
.TzItemVehicleInner .tz-price > * {
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}
.TzItemVehicleInner .tz-info-contact {
  display: flex;
  align-items: center;
}
.TzItemVehicleInner .tz-info-contact .tz-content {
  height: 100%;
  background: #565656;
  width: 100%;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 30px;
}
.TzItemVehicleInner .tz-info-contact .tz-content i {
  font-size: 36px;
  margin-right: 30px;
}
.TzItemVehicleInner .tz-info-contact .tz-content--content {
  text-align: left;
}
.TzItemVehicleInner .tz-info-contact .tz-content--content span {
  display: block;
  font-size: 13px;
  font-weight: 400;
}
.TzItemVehicleInner .tz-info-contact .tz-content--content .phone-number {
  font-size: 27px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif, Arial, sans-serif;
}
.tz-specifications .Tz_Extrafield-value,
.tz-specifications .Tz_Extrafield-label {
  display: inline-block;
  margin-bottom: 15px;
}
.tz-specifications .Tz_Extrafield-label {
  min-width: 105px;
  max-width: 105px;
  color: #868686;
  font-weight: 400;
  text-transform: capitalize;
  word-break: break-all;
}
.tz-specifications .Tz_Extrafield-value {
  color: #222222;
  font-family: 'Montserrat', sans-serif, Arial, sans-serif;
  font-weight: 500;
}
.tz-specifications .TzExtrafield-item {
  width: 33%;
  display: inline-block;
}
.TzRelated,
.tz-specifications,
.tz-payment-calculator {
  background: #ffffff;
  padding: 22px 30px 10px;
  margin-bottom: 33px;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}
.TzRelated .tz-title,
.tz-specifications .tz-title,
.tz-payment-calculator .tz-title {
  position: relative;
}
.TzRelated .tz-title:after,
.tz-specifications .tz-title:after,
.tz-payment-calculator .tz-title:after {
  content: '';
  height: 12px;
  width: 3px;
  background: #ff5400;
  left: -30px;
  position: absolute;
  top: 1px;
}
.TzRelated .tz-title h4,
.tz-specifications .tz-title h4,
.tz-payment-calculator .tz-title h4 {
  font-size: 16px;
  font-family: 'Montserrat', sans-serif, Arial, sans-serif;
  font-weight: 700;
  margin: 0 0 20px -8px;
  display: block;
  position: relative;
  color: #222222;
}
.TzRelated .tz-title h4 span,
.tz-specifications .tz-title h4 span,
.tz-payment-calculator .tz-title h4 span {
  position: relative;
  padding-right: 20px;
  display: inline-block;
}
.TzRelated .tz-title h4 span:before,
.tz-specifications .tz-title h4 span:before,
.tz-payment-calculator .tz-title h4 span:before {
  background: #ff5400 none repeat scroll 0 0;
  content: "";
  display: block;
  height: 1px;
  left: 100%;
  margin-top: -3px;
  position: absolute;
  top: 50%;
  width: 30px;
}
.TzRelated .tz-title h4 span:after,
.tz-specifications .tz-title h4 span:after,
.tz-payment-calculator .tz-title h4 span:after {
  background: #ff5400 none repeat scroll 0 0;
  content: "";
  display: block;
  height: 1px;
  left: 100%;
  margin-top: 4px;
  position: absolute;
  top: 50%;
  width: 45px;
}
.tz-payment-calculator {
  padding: 22px 30px 30px;
}
.tz-payment-calculator .tz-block-button {
  text-align: center;
  margin-top: 10px;
}
.tz-payment-calculator .tz-block-button a {
  display: block;
  line-height: 45px;
  color: #ffffff;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif, Arial, sans-serif;
  font-weight: 700;
  background: #222222;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.tz-payment-calculator .tz-block-button a:hover {
  background: #ff5400;
}
.tz-payment-calculator .tz-content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -12px;
}
.tz-payment-calculator .tz-content > * {
  width: 50%;
  padding: 0 12px 20px 12px;
}
.tz-payment-calculator .tz-content label {
  display: block;
  font-size: 12px;
  font-family: 'Montserrat', sans-serif, Arial, sans-serif;
  color: #222222;
  text-transform: uppercase;
}
.tz-payment-calculator .tz-content label span {
  color: #ff5400;
}
.tz-payment-calculator .tz-content select,
.tz-payment-calculator .tz-content input {
  width: 100%;
  border: 1px solid #dfdfdf;
  color: #bdbdbd;
  font-size: 12px;
  line-height: 34px;
  padding: 0 15px;
  height: 34px;
}
.tz-payment-calculator .tz-content .chzn-container-single .chzn-single {
  height: auto;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #dfdfdf;
  line-height: 34px;
  color: #222222;
  font-size: 12px;
  padding: 0 15px;
}
.tz-payment-calculator .tz-content .chzn-container-single .chzn-single div b {
  background-position-y: 8px;
}
.tz-payment-calculator .tz-content .chzn-container-active.chzn-with-drop .chzn-single div b {
  background-position-y: 9px;
}
.tz-payment-calculator .tz-content .chzn-container .chzn-drop {
  border-color: #dfdfdf;
}
.tz-payment-calculator .tz-content .chzn-container .chzn-results {
  margin: 0 9px 5px 0;
  padding: 0 0 0 9px;
  font-size: 12px;
}
.tz-payment-calculator .payment_result {
  margin: 0;
  display: flex;
  align-items: center;
  background: #ff5400;
  color: #ffffff;
  padding: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -moz-transform: scale(0.2) translateY(-100px);
  -webkit-transform: scale(0.2) translateY(-100px);
  -o-transform: scale(0.2) translateY(-100px);
  -ms-transform: scale(0.2) translateY(-100px);
  transform: scale(0.2) translateY(-100px);
  opacity: 0;
  height: 0;
}
.tz-payment-calculator .payment_result.active {
  padding: 15px 23px;
  margin: 30px 0 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -moz-transform: scale(1) translateY(0px);
  -webkit-transform: scale(1) translateY(0px);
  -o-transform: scale(1) translateY(0px);
  -ms-transform: scale(1) translateY(0px);
  transform: scale(1) translateY(0px);
  opacity: 1;
  height: auto;
}
.tz-payment-calculator .payment_result > * {
  width: 33.33%;
}
.tz-payment-calculator .payment_result .title,
.tz-payment-calculator .payment_result .value {
  display: block;
  letter-spacing: 1px;
}
.tz-payment-calculator .payment_result .title {
  font-size: 12px;
}
.tz-payment-calculator .payment_result .value {
  font-family: 'Montserrat', sans-serif, Arial, sans-serif;
  font-weight: 700;
  font-size: 12px;
}
.TzRelated ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
}
.TzRelated ul li {
  width: 25%;
  margin-bottom: 15px;
}
.tz-features-options .TzExtrafield-Label {
  font-size: 18px;
  color: #565656;
  font-family: 'Muli', sans-serif, Arial, sans-serif;
  text-transform: capitalize;
  display: inline-block;
  position: relative;
  padding-bottom: 5px;
  font-weight: 700;
}
.tz-features-options .TzExtrafield-Label:before {
  width: 30px;
  content: " ";
  right: -45px;
  height: 1px;
  background: #ff5400;
  top: 10px;
  position: absolute;
}
.tz-features-options .TzExtrafield-Label:after {
  width: 45px;
  content: " ";
  right: -60px;
  height: 1px;
  background: #ff5400;
  position: absolute;
  top: 17px;
}
.tz-features-options ol {
  margin-bottom: 30px;
}
.tz-features-options ol li {
  text-align: left;
  border-bottom: 1px dashed #e8e8e8;
  line-height: 30px;
  padding: 6px 0;
}
.tz-features-options ol li strong {
  float: right;
  font-family: 'Montserrat', sans-serif;
}
.su-list {
  position: relative;
  padding-left: 20px;
  font-size: 13px;
  line-height: 30px;
}
.su-list:before {
  content: "\f046";
  position: absolute;
  left: 0;
  top: 1px;
  font-size: 13px;
  color: #ff5400;
  font-family: 'FontAwesome';
}

/* Typo override */
.alert .close{
  opacity: .8;
}
.alert .close:hover{
  opacity: 1;
}
.alert-danger,
.alert-error{
  color: white;
  border-color: #ff5400;
  background-color: #ff5400;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.alert-danger .close{
  color: white;
}
.alert-success{
  color: white;
  border-color: #7fcf67;
  background-color: #7fcf67;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.alert-success .close{
  color: white;
}
.alert-info{
  color: white;
  border-color: #00abff;
  background-color: #00abff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.alert-info .close{
  color: white;
}
.alert-warning{
  color: white;
  border-color: #ffd400;
  background-color: #ffd400;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.alert-warning .close{
  color: white;
}

#contact-form-article {
  margin: 30px -15px 0 !important;
}
#contact-form-article input[type="text"],
#contact-form-article input[type="email"],
#contact-form-article input[type="tel"],
#contact-form-article textarea {
  line-height: 33px;
  width: 100%;
  padding: 0 15px;
  border: 1px solid #dfdfdf;
  font-size: 12px;
}
#contact-form-article .form-group {
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 23px;
}
#contact-form-article .form-group label {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px;
  font-family: 'Montserrat', sans-serif, Arial, sans-serif;
  color: #222222;
  margin-bottom: 5px;
}
#contact-form-article .invalid,
#contact-form-article .form-group label.invalid{
  color: #ff5400;
  border: none;
}
#contact-form-article input.invalid,
#contact-form-article textarea.invalid {
  border: 1px solid #ff5400;
  /*background: #ffede5;*/
}
#contact-form-article .form-actions .tz-contact-send {
  background: #222222;
  color: #ffffff;
  border: 1px solid #222222;
  line-height: 33px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 12px;
  padding: 0 15px !important;
}
.ui-slider-horizontal {
  max-width: 100%;
  left: 5px;
  background: #ededed;
  height: 6px;
  border-color: #ededed;
}
.ui-slider-horizontal .ui-slider-handle {
  width: 13px;
  height: 13px;
  border: 3px solid #ff5400;
  background: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  top: -5px;
}
.ui-slider-horizontal .ui-slider-range {
  background: #ff5400;
}
.hikashop_filter_cursor_range {
  color: inherit;
  font-weight: normal;
}
.hikashop_filter_main_div form::after,
.hikashop_filter_main_div:after {
  clear: both;
  content: '';
  display: block;
}
.hikashop_filter_main_div .hikashop_filter_main {
  padding-top: 22px;
}
.hikashop_filter_main_div .hikashop_filter_main .chzn-container-multi .chzn-choices input[type="text"],
.hikashop_filter_main_div .hikashop_filter_main input[type="text"] {
  width: 100% !important;
  border: 1px solid #dfdfdf !important;
  line-height: 35px !important;
  font-size: 12px !important;
  padding: 0 10px !important;
  background: transparent !important;
  margin: 0;
  height: auto;
  font-family: inherit;
}
.hikashop_filter_main_div .chzn-container-single,
.hikashop_filter_main_div .chzn-container-multi {
  width: 100% !important;
}
.hikashop_filter_main_div .chzn-choices {
  padding: 0;
  border: none;
  background: transparent;
}
.hikashop_filter_main_div .chzn-choices li {
  width: 100% !important;
}
.hikashop_filter_main_div .chzn-container-single .chzn-single {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  border-color: #ccc;
  line-height: 35px;
  height: auto;
}
.hikashop_filter_main_div .chzn-container-single .chzn-single div {
  width: 15px;
  right: 10px;
}
.hikashop_filter_main_div .chzn-container-single .chzn-single div b {
  background-position: 0 7px;
}
.hikashop_filter_main_div .chzn-container-active.chzn-with-drop .chzn-single div b {
  background-position: -15px 7px;
}
.hikashop_filter_main_div .hikashop_filter_checkbox {
  display: inline-block;
  padding-bottom: 3px;
}
.hikashop_filter_main_div label {
  font-weight: normal;
  font-family: inherit;
}
.hikashop_filter_main_div .hikashop_filter_title {
  display: inline-block;
  font-weight: normal;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  padding-bottom: 3px;
  margin: 0;
  line-height: 25px;
}
.hikashop_filter_main_div input[type=checkbox],
.hikashop_filter_main_div input[type=radio] {
  margin-right: 3px;
}
.hikashop_filter_main_div .hikashop_filter_list_style {
  padding-left: 20px;
  list-style: circle;
}
.hikashop_filter_main_div .hikashop_filter_list_style li {
  list-style: inherit;
}
.hikashop_filter_main_div .hikashop_filter_list_style li:before {
  content: none;
}
.hikashop_filter_main_div label,
.hikashop_filter_main_div a {
  font-size: 12px;
  font-weight: normal;
}
.hikashop_reset_button_inside a,
.hikashop_filter_button_inside a,
.hikashop_filter_button_outside a,
.hikashop_reset_button_outside a {
  display: block;
  float: none !important;
  text-transform: uppercase;
  color: #fff !important;
  background: #222222;
  text-align: center;
  padding: 0 30px;
  height: 45px;
  line-height: 45px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border: 1px solid transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 35px 0 0;
}
.hikashop_reset_button_inside a:hover,
.hikashop_filter_button_inside a:hover,
.hikashop_filter_button_outside a:hover,
.hikashop_reset_button_outside a:hover {
  display: block;
  background: #ff5400;
}
.hikashop_reset_button_inside a {
  margin-right: 0;
}
.hikashop_reset_button_outside a {
  margin-top: 15px;
}
.hikashop_product_quantity_input_div_regrouped {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.hikashop_product_quantity_input_div_regrouped input {
  height: auto !important;
  width: auto;
  max-width: 40px;
  text-align: center;
  line-height: 32px;
  border: 1px solid #dfdfdf;
  margin: 0 !important;
  padding: 0 !important;
}
.hikashop_product_quantity_input_div_regrouped .hikashop_product_quantity_change_div_plus_regrouped {
  line-height: 14px;
  background: #ffffff;
  margin-left: -1px;
  position: relative;
  border: 1px solid #dfdfdf;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.hikashop_product_quantity_input_div_regrouped .hikashop_product_quantity_change_div_plus_regrouped a {
  color: #222222 !important;
  margin: 0;
  padding: 5px !important;
  font-size: 12px;
}
.hikashop_product_quantity_input_div_regrouped .hikashop_product_quantity_change_div_plus_regrouped:hover {
  background: #ff5400;
  border-color: #ff5400;
}
.hikashop_product_quantity_input_div_regrouped .hikashop_product_quantity_change_div_plus_regrouped:hover a {
  color: #ffffff;
}
.hikashop_product_quantity_add_to_cart_div_regrouped {
  display: block;
}
.hikashop_products_listing .hikashop_subcontainer {
  padding: 0;
  margin: 20px 0;
  background: transparent !important;
}
.hikashop_products_listing .hikashop_subcontainer > * {
  position: relative;
  overflow: hidden;
  background: #fff;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 3px;
}
.hikashop_products_listing .hikashop_subcontainer:hover .tz__block__quantity {
  top: 0;
}
.hikashop_products_listing .hikashop_subcontainer:hover .tz__block__add_to_cart_listing {
  opacity: 1;
  visibility: visible;
}
.hikashop_products_listing .hikashop_subcontainer:hover .tz__block__add_to_cart_listing .hikabtn {
  opacity: 1;
  visibility: visible;
}
.hikashop_products_listing .hikashop_subcontainer:hover .tz__block__add_to_cart_listing .tz__add_to_wishlist {
  right: 0;
}
.hikashop_products_listing .hikashop_subcontainer:hover .tz__block__add_to_cart_listing .tz__add_to_cart {
  left: 0;
}
.hikashop_products_listing .hikashop_subcontainer:hover .hikashop_listing_img_title .hikashop_product_image:after {
  opacity: 1;
  visibility: visible;
}
.hikashop_products_listing .hikashop_product_image {
  width: 100%;
  padding: 0;
  margin: 0;
  position: relative;
}
.hikashop_products_listing .hikashop_product_image img {
  width: 100%;
}
.hikashop_products_listing .hikashop_product_image:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 0;
  visibility: hidden;
}
.hikashop_products_listing .tz__block__quantity {
  position: relative;
  top: -10px;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.hikashop_products_listing .tz__block__add_to_cart_listing {
  position: absolute;
  text-align: center;
  left: 0;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  overflow: hidden;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.hikashop_products_listing .tz__block__add_to_cart_listing .hikabtn {
  padding: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: #ff5400;
  border: none;
  margin: 0 5px;
  position: relative;
  opacity: 1;
  visibility: visible;
  display: inline-block !important;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.hikashop_products_listing .tz__block__add_to_cart_listing .hikabtn > span {
  display: none;
}
.hikashop_products_listing .tz__add_to_cart {
  left: -20%;
}
.hikashop_products_listing .tz__add_to_wishlist {
  right: -20%;
}
.hikashop_products_listing .hikashop_product_stock_count {
  font-size: 12px;
  display: none;
}
.hikashop_products_listing .hikashop_product_name {
  padding: 0 15px;
  margin: 23px 0 20px;
  border-left: 3px solid #ff5400;
  line-height: 14px;
}
.hikashop_products_listing .hikashop_product_name a {
  color: #222222;
  line-height: 14px;
  display: block;
}
.hikashop_products_listing .hikashop_product_name .hikashop_product_code_list {
  display: block;
  word-break: break-all;
}
.hikashop_products_listing .hikashop_product_name .hikashop_product_code_list a {
  font-weight: normal;
  font-size: 11px;
  display: block;
}
.hikashop_products_listing .tz__block--bottom {
  margin: 3px 3px 0;
  padding: 10px 15px;
  font-size: 15px;
  color: #fff;
  background: #ff5400;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  position: relative;
  display: flex;
}
.hikashop_products_listing .tz__block--bottom * {
  color: #ffffff;
}
.hikashop_products_listing .tz__block--bottom .hikashop_product_price_full {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  height: auto !important;
  padding: 0 !important;
  flex: 1;
}
.hikashop_products_listing .tz__block--bottom .hikashop_product_price,
.hikashop_products_listing .tz__block--bottom .hikashop_product_price_with_discount {
  font-weight: 700;
  font-style: normal;
  font-family: 'Montserrat', sans-serif;
}
.hikashop_products_listing .tz__block--bottom .hikashop_product_price_before_discount {
  opacity: 0.8;
  margin-right: 15px;
}
.hikashop_products_listing .hikashop_product_description_main_mini {
  display: none;
}
.hikashop_products_listing .hikabtn-compare {
  margin-left: 20px;
  margin-bottom: 15px;
  background: #222222;
  color: #ffffff;
  border-color: #222222;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.hikashop_products_listing .hikabtn-compare span {
  font-size: 12px;
}
.hikashop_products_listing .hikabtn-compare i {
  margin-right: 5px;
}
.hikashop_products_listing .hikabtn-compare:hover {
  background: #ff5400;
  border-color: #ff5400;
}
.hikashop_products_listing .tz__compare {
  margin-left: 15px;
  margin-bottom: 15px;
}
.hikashop_products_listing .tz__compare input {
  top: 1px;
  position: relative;
  margin-right: 2px;
}
.hikashop_products_listing_main .hikashop_filter_main_div {
  background: #fff none repeat scroll 0 0;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  color: #222222;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 15px;
  padding: 22px;
}
.hikashop_products_listing_main .hikashop_filter_main_div .hikashop_filter_main {
  padding-left: 10px;
  padding-right: 10px;
}
.hikashop_products_listing_main .hikashop_filter_main_div > form {
  display: block;
  margin: 0 -10px !important;
}
.pagination_block {
  background: #fff none repeat scroll 0 0;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  color: #222222;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 15px;
  padding: 22px;
  display: flex;
  align-items: center;
}
.pagination_block form {
  flex: 1;
}
.pagination_block .tzview-style {
  display: flex;
  flex: 0.3;
  align-items: center;
  justify-content: flex-end;
  font-size: 14px;
}
.pagination_block .tzview-style label {
  font-size: 13px;
  font-weight: 700;
  line-height: 16px;
  color: #222222;
  margin-right: 7px;
}
.pagination_block .tzview-style .switchToGrid,
.pagination_block .tzview-style .switchToList {
  min-width: 20px;
  text-align: center;
  cursor: pointer;
}
.pagination_block .tzview-style .switchToGrid:hover,
.pagination_block .tzview-style .switchToList:hover {
  color: #ff5400;
}
.pagination_block .tzview-style .switchToGrid i,
.pagination_block .tzview-style .switchToList i {
  display: block !important;
}
.pagination_block .hikashop_products_pagination {
  font-size: 13px;
  font-weight: 700;
  color: #222;
  line-height: 20px;
  margin: 0;
  padding: 0;
  text-align: left;
}
.pagination_block .hikashop_products_pagination span {
  color: #222;
}
@media (max-width: 991px) {
  .hikashop_product_left_part {
    margin-bottom: 30px;
  }
}
.hikashop_module .pagination_block {
  display: none;
}
.hikashop_products_pagination_bottom {
  padding-top: 25px !important;
}
.hikashop_products_pagination_bottom .list-footer {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 480px) {
  .hikashop_products_pagination_bottom .list-footer {
    display: block;
  }
}
.hikashop_products_pagination_bottom .limit {
  flex: 0.3;
  text-align: left;
  margin: 0 !important;
  padding: 7px 5px;
  border: 1px solid #dfdfdf;
  background: #fff;
  line-height: 24px;
}
@media (max-width: 767px) {
  .hikashop_products_pagination_bottom .limit {
    flex: inherit;
    width: 100%;
    margin-bottom: 15px !important;
  }
}
.hikashop_products_pagination_bottom .limit .chzn-container-single {
  float: right;
}
.hikashop_products_pagination_bottom .limit .chzn-container-single .chzn-single {
  border: none;
  height: 24px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
}
.hikashop_products_pagination_bottom .limit .chzn-drop {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 1px solid #dfdfdf;
  padding-top: 5px;
}
.hikashop_products_pagination_bottom .pagination {
  flex: 1;
  text-align: right;
  padding: 0;
  margin: 0;
  height: 40px;
}
.hikashop_products_pagination_bottom .pagination li {
  max-height: 40px;
  min-height: 40px;
  line-height: 40px;
  display: inline-block;
  margin-left: 10px;
  cursor: pointer;
}
@media (max-width: 480px) {
  .hikashop_products_pagination_bottom .pagination li {
    margin-left: 5px;
  }
}
.hikashop_products_pagination_bottom .pagination li a,
.hikashop_products_pagination_bottom .pagination li a.pagenav {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  float: left;
  max-height: 40px;
  min-height: 40px;
  min-width: 40px;
  padding: 0 !important;
  display: inline-block;
  line-height: 40px !important;
  color: inherit;
  border-color: #ffffff;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  font-weight: normal;
}
.hikashop_products_pagination_bottom .pagination li.active a,
.hikashop_products_pagination_bottom .pagination li:hover a {
  background: #ff5400;
  border-color: #ff5400;
  color: #ffffff !important;
}
.tz__block__add_to_cart_listing--list {
  display: none;
}
.hikashop_products_listing.list .hikashop_product {
  width: 100%;
}
.hikashop_products_listing.list .hikashop_subcontainer {
  min-height: 0 !important;
}
.hikashop_products_listing.list .hikashop_subcontainer:hover .hikashop_product_image:after {
  opacity: 0;
  visibility: hidden;
}
.hikashop_products_listing.list .hikashop_subcontainer > * {
  padding: 0;
}
.hikashop_products_listing.list .hikashop_product_image {
  width: 260px;
}
.hikashop_products_listing.list .hikashop_listing_img_title {
  display: flex;
}
.hikashop_products_listing.list .tz_block--content {
  flex: 1;
  padding: 6px 25px 0 30px;
}
.hikashop_products_listing.list .tz__block__add_to_cart_listing--list {
  display: block;
}
.hikashop_products_listing.list .tz__block__add_to_cart_listing--list .hikashop_product_stock_count {
  float: right;
}
.hikashop_products_listing.list .tz__block__add_to_cart_listing--list .hikabtn {
  background: transparent;
  border: 1px solid #ff5400;
  color: #ff5400;
  font-size: 12px;
  line-height: 1.5em;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 5px 12px;
  margin-right: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hikashop_products_listing.list .tz__block__add_to_cart_listing--list .hikabtn i {
  margin-right: 5px;
}
.hikashop_products_listing.list .tz__block__add_to_cart_listing--list .hikabtn:hover {
  background: #ff5400;
  color: #ffffff;
}
.hikashop_products_listing.list .tz__block__add_to_cart_listing {
  display: none;
}
.hikashop_products_listing.list .tz__block--bottom {
  background: transparent;
  padding-left: 0;
  margin: 0;
}
.hikashop_products_listing.list .tz__block--bottom a {
  display: none;
}
.hikashop_products_listing.list .tz__block--bottom * {
  color: #ff5400;
}
.hikashop_products_listing.list .hikashop_product_vote {
  padding-left: 0;
  margin-bottom: 0;
}
.hikashop_products_listing.list .hikashop_product_name {
  padding-left: 30px;
  margin-left: -30px;
  margin-bottom: 10px;
}
.hikashop_products_listing.list .hikashop_product_description_main_mini {
  display: block;
  margin: 10px 0;
}
.hikashop_products_listing.list .hikashop_product_description_main_mini p {
  font-size: 12px;
  line-height: 20px;
}
.hikashop_module .hikashop_subcategories h3.title a {
  padding: 5px 20px !important;
  display: block;
  line-height: 1.5em;
}
.hikashop_module .hikashop_subcategories h3.title a:hover {
  color: #ff5400;
}
.hikashop_module .hikashop_subcategories h3.pane-toggler-down a {
  color: #ff5400;
}
.hikashop_module .hikashop_subcategories .hikashop_category_list {
  display: block;
  padding: 10px 0;
}
.hikashop_module .hikashop_subcategories .hikashop_category_list_item {
  display: block;
  padding-left: 15px;
  padding-right: 15px;
}
.hikashop_module .hikashop_subcategories .hikashop_category_list_item a {
  font-size: 12px;
  color: #222222;
}
.hikashop_module .hikashop_subcategories .hikashop_category_list_item a:hover {
  color: inherit;
}
/* Vote Product */
.hk-rating {
  position: relative;
  display: block;
  line-height: 1em;
}
.hk-rating .hk-rate-star {
  background: none !important;
  font-size: 14px;
  height: auto;
  width: auto;
  line-height: 1em;
}
.hikashop_products_listing .hikashop_product_vote {
  padding-left: 15px;
  margin-bottom: 15px;
  line-height: 1em;
}
.hikashop_products_listing .hikashop_vote_stars {
  padding: 0;
  width: auto;
  display: inline-block;
}
.hikashop_products_listing .hk-rating .hk-rate-star {
  font-size: 12px;
  margin-right: 5px;
}
.hikashop_products_listing .hk-rating .hk-rate-star:first-child {
  margin-left: 3px;
}
.hikashop_products_listing .hk-rating .hk-rate-star:last-child {
  margin: 0;
}
.state-empty:before,
.state-full:before,
div.ui-rating .ui-rating-full,
div.ui-rating .icon-star:before,
div.ui-rating a.ui-rating-empty:before {
  content: "\f005";
}
.state-full,
.state-empty,
div.ui-rating .ui-rating-full,
div.ui-rating a.icon-star,
div.ui-rating a.ui-rating-empty {
  font-family: FontAwesome;
  color: #c0c0c0 !important;
}
.state-full:before,
.state-full.state-hover:before,
.state-empty.state-hover:before,
div.ui-rating > .rating-item:hover span:before,
div.ui-rating > .rating-item:hover ~ a span:before,
div.ui-rating > .voted:before,
div.ui-rating > .rating-item:hover:before,
div.ui-rating > .rating-item:hover ~ .rating-item:before,
div.ui-rating a.ui-rating-hover:before,
div.ui-rating a.ui-rating-full:before {
  color: #ffd800 !important;
  content: "\f005";
}
.hikashop_vote_form {
  width: auto;
  margin: 0;
}
.hikashop_vote_form .hikashop_vote_stars,
.hikashop_vote_form .hikashop_form_comment {
  font-family: 'Montserrat', sans-serif;
}
.hikashop_vote_form .hikashop_comment_form {
  width: auto;
}
.hikashop_vote_form input,
.hikashop_vote_form textarea.hikashop_comment_textarea {
  line-height: 35px;
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0 15px;
  margin-bottom: 15px;
  font-size: 12px;
  border-color: #dfdfdf;
}
.hikashop_vote_form .btn {
  background: #ff5400;
  border-color: #ff5400;
  color: #ffffff;
}
.hikashop_vote_form .hk-rating {
  display: inline-block;
}
.hikashop_listing_comment .tz_top {
  display: flex;
  align-items: center;
}
.hikashop_listing_comment .tz_top .tz_label {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  flex: 1;
}
.hikashop_listing_comment .tz_top .chzn-container-single {
  width: auto !important;
  font-size: 12px;
}
.hikashop_listing_comment .tz_top .chzn-container-single .chzn-single {
  font-size: 12px;
  font-weight: 700;
}
.hikashop_listing_comment .tz_top .tz_left,
.hikashop_listing_comment .tz_top .tz_right {
  flex: 0.5;
}
.hikashop_listing_comment .tz_top .tz_right {
  display: flex;
  align-items: center;
  text-align: right;
  justify-content: flex-end;
}
.hikashop_listing_comment .hika_comment_listing_stars {
  width: auto;
  flex: 1;
  padding-right: 15px;
}
.hikashop_listing_comment .tz__useful,
.hikashop_listing_comment .tz__useless {
  width: 25px;
  padding-left: 5px;
}
.hikashop_listing_comment .hika_comment_listing_useful_p,
.hikashop_listing_comment .hika_comment_listing_useless_p {
  width: auto;
  height: auto;
  font-size: 12px;
  font-weight: normal;
  padding: 0;
  border: none;
  color: inherit;
}
.hikashop_listing_comment .hika_comment_listing_useless,
.hikashop_listing_comment .hika_comment_listing_useful {
  width: auto !important;
}
.hikashop_listing_comment .hika_comment_listing_content {
  padding: 15px 0 0 0;
}
.hika_comment_listing {
  border-color: #dfdfdf;
  padding: 15px;
}
.hika_comment_listing_name,
.hika_comment_listing_date {
  display: inline-block;
  font-size: 14px;
  font-weight: 300;
  color: inherit;
}
.hika_comment_listing_date {
  font-size: 12px;
}
.hika_comment_listing_date:before {
  content: '-';
}
/* Cart */
div.hikashop_cart_dropdown_content {
  border-color: #dfdfdf;
  padding: 30px;
  border-top: 3px solid #ff5400;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  div.hikashop_cart_dropdown_content {
    left: -20px !important;
    right: -20px !important;
  }
}
.hikashop_small_cart_checkout_link {
  position: relative;
  display: block;
}
.hikashop_small_cart_checkout_link.style_2 {
  font-size: inherit;
  color: #222222;
}
.hikashop_small_cart_checkout_link.style_2 .hikashop_small_cart_total_title {
  background: #ff5400;
  width: 17px;
  height: 17px;
  line-height: 17px;
  text-align: center;
  word-break: break-all;
  font-size: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  position: relative;
  top: -6px;
  left: -3px;
}
.tz__mod__cart {
  display: flex;
  align-items: flex-start;
  padding: 0 0 30px 0;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.tz__mod__cart:last-child {
  margin-bottom: 20px;
}
.tz__mod__cart .hikashop_cart_module_product_image {
  width: 81px;
  height: 81px;
}
.tz__mod__cart .hikashop_cart_module_product_image img {
  width: 100%;
}
.tz__mod__cart .tz__cart__info {
  padding-left: 20px;
  flex: 1;
  padding-top: 10px;
}
.tz__mod__cart .hikashop_cart_module_product_delete_value {
  width: 20px;
  text-align: right;
  padding-top: 8px;
}
.tz__mod__cart .hikashop_cart_module_product_delete_value a {
  color: #222222;
  font-size: 14px;
}
.tz__mod__cart .hikashop_cart_module_product_name_value {
  margin-bottom: 15px;
}
.tz__mod__cart .hikashop_cart_module_product_name_value a {
  display: block;
  color: #222222;
  font-size: 14px;
  font-weight: 300;
  font-family: 'Muli', sans-serif;
}
.tz__mod__cart .hikashop_cart_module_product_quantity_value {
  display: inline-block;
}
.tz__mod__cart .hikashop_cart_module_product_quantity_value input {
  margin: 0 !important;
  border: 1px solid rgba(0, 0, 0, 0.07);
  float: none;
}
.tz__mod__cart .hikashop_product_discount,
.tz__mod__cart span.hikashop_product_price,
.tz__mod__cart .hikashop_checkout_cart_additional,
.tz__mod__cart .hikashop_checkout_cart_payment,
.tz__mod__cart .hikashop_checkout_cart_coupon,
.tz__mod__cart .hikashop_checkout_cart_additional {
  font-family: 'Montserrat', sans-serif, Arial, sans-serif;
  font-style: normal;
  color: #ff5400;
  font-weight: normal;
}
.tz__mod__cart .hikashop_product_price {
  margin-left: 5px;
}
.tz__mod__cart .hikashop_product_discount {
  opacity: 0.8;
  float: right;
  position: relative;
  top: -6px;
  font-size: 11px;
  left: 1px;
}
.tz__mod__cart .hikashop_cart_module_product_price_value {
  display: inline-block;
}
.hikashop_cart .tz__block--bottom {
  display: flex;
  align-items: center;
}
.hikashop_cart .tz__block--bottom .hikabtn {
  flex: 0.5;
  background: #222222;
  border-color: #222222;
  color: #ffffff;
  font-weight: 300;
}
.hikashop_cart .tz__block--bottom .hikabtn:hover {
  background: #ff5400;
  border-color: #ff5400;
}
.hikashop_cart .tz__block--bottom .hikashop_cart_module_product_total_value {
  flex: 1;
  text-align: right;
  color: #151515;
  font-weight: 300;
  font-style: normal;
}
.hikashop_cart .tz__block--bottom .hikashop_cart_module_product_total_value .hikashop_product_price_full {
  display: inline-block;
  color: #ff5400;
}
.hikashop_cart .tz__block--bottom .hikashop_cart_module_product_total_value .hikashop_product_price_full * {
  color: #ff5400;
  font-family: 'Muli', sans-serif, Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
}
.hikashop_cart .tz__block__shipping,
.hikashop_cart .tz__block__coupon {
  font-size: 13px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
#hikashop_cart_product_listing {
  margin-top: 30px;
}
#hikashop_cart_product_listing th {
  font-weight: 700;
  color: #000000;
  text-transform: uppercase;
  font-size: 14px;
  border-bottom: 1px solid #468ae7;
  padding: 0 10px 15px;
}
#hikashop_cart_product_listing tr {
  background: transparent;
}
#hikashop_cart_product_listing tr.margin {
  display: none;
}
#hikashop_cart_product_listing td {
  padding: 30px 10px;
  background: transparent;
  vertical-align: middle;
}
#hikashop_cart_product_listing td td {
  padding: 0;
}
#hikashop_cart_product_listing td table {
  display: inline-block;
}
#hikashop_cart_product_listing .hikashop_cart_status_title {
  text-align: center;
}
#hikashop_cart_product_listing .hikashop_cart_price_title {
  text-align: right;
}
#hikashop_cart_product_listing .hikashop_cart_quantity_title {
  text-align: center;
}
#hikashop_cart_product_listing .hikashop_product_price_full .hikashop_product_price {
  font-weight: 700;
  color: #222222;
  font-style: normal;
  font-family: 'Muli', sans-serif, Arial, sans-serif;
}
#hikashop_cart_product_listing .hikashop_product_price_full .hikashop_product_price_before_discount {
  font-size: 11px;
}
#hikashop_cart_product_listing .hika_show_cart_total_price {
  font-weight: 700;
  color: #222222;
  font-style: normal;
  font-family: 'Muli', sans-serif, Arial, sans-serif;
}
#hikashop_cart_product_listing .hikashop_product_quantity_field {
  float: none;
  background: #ebebeb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #ebebeb;
}
#hikashop_cart_product_listing .flex {
  display: inline-block;
}
#hikashop_cart_product_listing .flex .hikashop_product_quantity_input_div_regrouped {
  margin: 0;
}
#hikashop_cart_product_listing .flex .hikashop_no_print img {
  vertical-align: text-bottom;
}
#hikashop_cart_product_listing .hikashop_cart_product_name {
  display: inline-block;
}
#hikashop_cart_product_listing .hikashop_cart_product_name a {
  color: #222222;
  font-size: 14px;
  font-weight: 700;
}
#hikashop_cart_product_listing .hikashop_cart_product_name .hikashop_cart_product_code {
  display: block;
  font-size: 12px;
}
#hikashop_cart_product_listing .hikashop_cart_product_image {
  display: inline-block;
  margin-right: 35px;
}
.hika_options .inputbox {
  line-height: 33px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.hika_options dt {
  top: 8px;
  position: relative;
}
/* Product Detail */
#hikashop_small_image_div {
  padding: 0;
}
.lightSlider img.hikashop_child_image {
  height: auto;
  margin: 0;
  width: 100%;
}
h1#hikashop_product_name_main {
  font-size: 36px;
  line-height: 27px;
  color: #222;
  border-left: 6px solid #ff5400;
  padding-left: 15px;
  margin-bottom: 15px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 0;
  border-bottom: none;
}
.hikashop_product_page .hikashop_product_vote_mini {
  padding-left: 20px;
}
.hikashop_product_page .hikashop_product_vote_mini .hikashop_vote_stars {
  padding: 0;
}
.hikashop_product_page .hikashop_product_vote_mini .hk-rating {
  display: inline-block;
}
.hikashop_product_page .hikashop_product_vote_mini .hk-rate-star {
  margin: 0 4px;
}
.hikashop_product_page .hikashop_product_vote_mini .hk-rate-star:first-child {
  margin-left: 0;
}
.hikashop_product_page .hikashop_product_top_part {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .hikashop_product_page .hikashop_product_top_part {
    margin-bottom: 20px;
  }
}
.hikashop_product_page #hikashop_product_price_main .hikashop_product_price_full {
  background: #ff5400 none repeat scroll 0 0;
  border: 3px solid #fff;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: 0;
  padding: 15px 20px 0 !important;
  text-align: left;
  text-transform: uppercase;
  display: block;
  line-height: 40px;
}
@media (max-width: 767px) {
  .hikashop_product_page #hikashop_product_price_main .hikashop_product_price_full {
    margin: 0;
    height: auto !important;
    padding: 5px 20px 0 !important;
    line-height: 35px;
  }
}
.hikashop_product_page #hikashop_product_price_main .hikashop_product_price_full .hikashop_product_price {
  font-size: 36px;
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
  font-style: normal;
  letter-spacing: 3px;
  font-weight: normal;
}
@media (max-width: 767px) {
  .hikashop_product_page #hikashop_product_price_main .hikashop_product_price_full .hikashop_product_price {
    font-size: 24px;
  }
}
.hikashop_product_page #hikashop_product_price_main .hikashop_product_price_full .hikashop_product_price_before_discount {
  font-size: 12px;
  text-decoration: line-through;
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
  margin-right: 15px;
}
.hikashop_product_page #hikashop_product_description_main_mini {
  display: block;
}
.hikashop_product_page #hikashop_product_description_main_mini p {
  margin: 0;
}
.hikashop_product_page #hikashop_product_description_main_mini .title {
  position: relative;
  margin-bottom: 10px;
}
.hikashop_product_page #hikashop_product_description_main_mini .title:before {
  background: #ff5400 none repeat scroll 0 0;
  content: "";
  display: block;
  height: 12px;
  left: -20px;
  position: absolute;
  top: 9px;
  width: 3px;
}
.hikashop_product_page #hikashop_product_description_main_mini .title span {
  display: inline-block;
  padding-right: 20px;
  font-size: 16px;
  color: #363636;
  position: relative;
}
.hikashop_product_page #hikashop_product_description_main_mini .title span:after {
  background: #ff5400 none repeat scroll 0 0;
  content: "";
  display: block;
  height: 1px;
  left: 100%;
  margin-top: 4px;
  position: absolute;
  top: 50%;
  width: 45px;
}
.hikashop_product_page #hikashop_product_description_main_mini .title span:before {
  background: #ff5400 none repeat scroll 0 0;
  content: "";
  display: block;
  height: 1px;
  left: 100%;
  margin-top: -3px;
  position: absolute;
  top: 50%;
  width: 30px;
}
.hikashop_product_page .tz__product--info {
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  padding: 15px 20px;
  margin: 0 0 12px 0;
  background: #fff;
}
@media (max-width: 991px) {
  .hikashop_product_page .tz__product--info {
    margin-bottom: 30px;
  }
}
.hikashop_product_page #hikashop_social {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.hikashop_product_page #hikashop_social > span {
  float: none;
  max-width: 70px;
  overflow: hidden;
}
.hikashop_product_page #hikashop_social iframe {
  height: 20px;
}
.hikashop_product_page .hikashop_product_tags,
.hikashop_product_page .hikashop_product_code_main {
  display: flex;
  align-items: flex-start;
  word-break: break-all;
  font-size: 13px;
  font-weight: 300;
  margin-bottom: 15px;
  line-height: 1.5em;
}
.hikashop_product_page .hikashop_product_tags span:first-child,
.hikashop_product_page .hikashop_product_code_main span:first-child {
  min-width: 60px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 700;
  float: none;
  color: #565656;
  padding-right: 10px;
}
.hikashop_product_page .hikashop_product_tags span,
.hikashop_product_page .hikashop_product_code_main span,
.hikashop_product_page .hikashop_product_tags a,
.hikashop_product_page .hikashop_product_code_main a {
  color: inherit;
}
.hikashop_product_page .hikashop_product_tags .list-inline > li {
  padding: 0;
}
.hikashop_product_page .hikashop_product_tags .list-inline > li a {
  background: transparent;
  color: inherit;
  white-space: normal;
  padding: 0;
  margin: 0;
  font-size: 13px;
  font-weight: normal;
}
.hikashop_product_page .hikashop_product_tags .list-inline > li a:after {
  content: ',';
}
.hikashop_product_page .hikashop_product_tags .list-inline > li:last-child a:after {
  content: none;
}
.hikashop_product_page .hikashop_product_quantity_main,
.hikashop_product_page #hikashop_product_characteristics,
.hikashop_product_page .hikashop_product_description_main_mini {
  padding: 0 0 25px 0;
  margin-bottom: 30px;
  border-width: 0 0 1px 0;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.07);
}
.hikashop_product_page .hikabtn i {
  display: none;
}
.hikashop_product_page .hikashop_product_quantity_main .tz__action {
  display: flex;
  align-items: flex-start;
}
.hikashop_product_page .hikashop_product_quantity_main .tz__action .block__buttons a {
  margin-right: 0;
  margin-bottom: 5px;
}
.hikashop_product_page .hikashop_product_quantity_main .hikashop_product_stock_count {
  margin-bottom: 25px;
  padding-bottom: 30px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.07);
  font-size: 13px;
}
.hikashop_product_page .hikashop_product_quantity_main .hikashop_product_stock_count i {
  margin-right: 5px;
  font-size: 20px;
  color: #ff5400;
}
.hikashop_product_page .hikashop_product_quantity_main .hikashop_product_quantity_input_div_regrouped {
  margin-bottom: 0;
}
.hikashop_product_page .hikashop_product_quantity_main .hikashop_product_quantity_input_div_regrouped input {
  height: auto;
}
.hikashop_product_page .hikashop_product_quantity_main .hikabtn {
  background: #ff5400;
  color: #ffffff;
  border-color: #ff5400;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  margin-left: 10px;
  line-height: 20px;
}
.hikashop_product_page .hikashop_product_contact_main a {
  display: flex;
  align-items: center;
  background: #565656;
  color: #ffffff !important;
  padding: 27px 30px;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  border: none;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-align: left;
}
.hikashop_product_page .hikashop_product_contact_main a i {
  font-size: 36px;
  padding-right: 30px;
}
.hikashop_product_page .lSGallery li img,
.hikashop_product_page .lSSlideWrapper {
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
}
.hikashop_product_page .lSGallery li {
  padding-bottom: 5px;
}
.hikashop_product_page .tz__block__pagination {
  display: flex;
  align-items: center;
  padding: 20px 0;
}
.hikashop_product_page .tz__block__pagination a {
  flex: 0.5;
}
.hikashop_product_page .tz__block__pagination a i {
  margin-right: 5px;
  font-size: 18px;
}
.hikashop_product_page .tz__block__pagination a:last-child {
  text-align: right;
}
.hikashop_product_page .tz__block__pagination a:last-child i {
  margin-left: 5px;
  margin-right: 0;
}
.hikashop_tabs_ul {
  display: block;
  margin: 0 0 0 4px;
}
.hikashop_tabs_ul li {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  border-width: 0;
  border-color: transparent;
  border-style: solid;
  background: #565656;
  color: #ffffff;
  padding: 15px 20px;
  font-weight: normal;
  position: relative;
  -webkit-transition: all 0.3s ease 0.2s;
  -o-transition: all 0.3s ease 0.2s;
  transition: all 0.3s ease 0.2s;
  margin-right: 2px;
}
.hikashop_tabs_ul li:after {
  content: '';
  height: 3px;
  width: 0;
  top: -3px;
  background: #ff5400;
  position: absolute;
  left: 0;
  -webkit-transition: all 0.3s ease 0.2s;
  -o-transition: all 0.3s ease 0.2s;
  transition: all 0.3s ease 0.2s;
}
.hikashop_tabs_ul li.hikashop_tabs_li_selected {
  color: #565656 !important;
}
.hikashop_tabs_ul li.hikashop_tabs_li_selected:after {
  width: 100%;
}
.hikashop_tabs_content {
  border: none;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 30px 25px;
}
.hikashop_tabs_content #hikashop_product_description_main {
  padding: 0;
}
/* Page Compare */
.hikashop_header_buttons {
  float: none;
  text-align: right;
  margin-bottom: 20px;
}
.hikashop_header_buttons.toolbar a {
  display: inline-block;
  float: none;
  padding: 7px 15px;
  background: #ff5400;
  color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.hikashop_header_buttons.toolbar a span {
  display: inline-block;
  width: auto;
  height: auto;
}
.hikashop_header_buttons.toolbar a:hover {
  background: #222222;
}
.hikashop_header_buttons .hkdropdown-menu {
  text-align: center;
  border: none;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.hikashop_header_buttons .hkdropdown-menu > li > a:focus,
.hikashop_header_buttons .hkdropdown-menu > li > a:hover {
  color: #ffffff;
}
.hikashop_compare_table .hikashop_compare_title_prod_column {
  position: relative;
  margin: 25px 0 0 21px;
}
.hikashop_compare_table .hikashop_compare_title_prod_column a {
  display: block;
}
.hikashop_compare_table .hikashop_compare_title_prod_column a:hover,
.hikashop_compare_table .hikashop_compare_title_prod_column a:focus {
  color: inherit;
}
.hikashop_compare_table .hikashop_compare_title_prod_column:before {
  background: #ff5400 none repeat scroll 0 0;
  content: "";
  display: block;
  height: 14px;
  left: -20px;
  position: absolute;
  top: 4px;
  width: 3px;
}
.hikashop_compare_table .hikashop_compare_title_prod_column span {
  display: inline-block;
  padding-right: 20px;
  font-size: 16px;
  color: #363636;
  position: relative;
}
.hikashop_compare_table .hikashop_compare_title_prod_column span:hover,
.hikashop_compare_table .hikashop_compare_title_prod_column span:focus {
  color: #ff5400;
}
.hikashop_compare_table .hikashop_compare_title_prod_column span:after {
  background: #ff5400 none repeat scroll 0 0;
  content: "";
  display: block;
  height: 1px;
  left: 100%;
  margin-top: 4px;
  position: absolute;
  top: 50%;
  width: 45px;
}
.hikashop_compare_table .hikashop_compare_title_prod_column span:before {
  background: #ff5400 none repeat scroll 0 0;
  content: "";
  display: block;
  height: 1px;
  left: 100%;
  margin-top: -3px;
  position: absolute;
  top: 50%;
  width: 30px;
}
.hikashop_compare_table .hikashop_compare_title_first_column {
  background: #ffffff;
  overflow: hidden;
  word-wrap: break-word;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
}
.hikashop_compare_table .tz_top {
  display: flex;
}
.hikashop_compare_table .hikashop_compare_details_prod_column {
  padding: 0;
  border: none;
  text-align: left;
  word-wrap: break-word;
  overflow: hidden;
}
.hikashop_compare_table .hikashop_product_name_main {
  font-size: 16px;
  display: block;
  text-align: left;
}
.hikashop_compare_table .hikashop_product_code_main {
  display: block;
  font-size: 12px;
  font-weight: 300;
  font-family: 'Muli', sans-serif, Arial, sans-serif;
  line-height: 1.2em;
}
.hikashop_compare_table .hikashop_product_price_main {
  margin: 3px;
  background: #ff5400;
  padding: 10px 20px;
}
.hikashop_compare_table .hikashop_product_price_main .hikashop_product_price_full {
  text-align: left;
  line-height: 22px;
}
.hikashop_compare_table .hikashop_product_price_main .hikashop_product_price {
  color: #ffffff;
  font-family: 'Montserrat', sans-serif, Arial, sans-serif;
  font-style: normal;
  font-size: 15px;
}
.hikashop_compare_table .hikashop_product_price_main .hikashop_product_price_before_discount {
  color: #ffffff;
  font-family: 'Montserrat', sans-serif, Arial, sans-serif;
  font-style: normal;
  opacity: 0.8;
  margin-right: 13px;
  padding-right: 13px;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  display: inline-block;
  line-height: 1em;
  font-size: 14px;
}
.hikashop_compare_table .hikashop_compare_cart_prod_info {
  padding: 20px;
  text-align: left;
}
.hikashop_compare_table .hikashop_compare_cart_prod_info > span {
  display: block;
  padding: 10px 0;
  color: #222222;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif, Arial, sans-serif;
}
.hikashop_compare_table .hikashop_compare_cart_prod_info > span span {
  display: inline-block;
  font-family: 'Muli', sans-serif, Arial, sans-serif;
  font-weight: normal;
  color: #868686;
  min-width: 70px;
}
.hikashop_compare_table .hikashop_compare_cart_prod_info > span label {
  font-weight: normal;
}
.hikashop_compare_table .hikashop_compare_cart_prod_info > span:last-child {
  border: none;
  padding-right: 0;
}
.hikashop_compare_table .hikashop_compare_cart_prod_column {
  padding: 0 20px 20px;
  text-align: left;
}
.hikashop_compare_table .hikashop_compare_cart_prod_column form {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.hikashop_compare_table .hikashop_compare_cart_prod_column form > * {
  margin: 5px 5px 5px 0;
}
.hikashop_compare_table .hikashop_compare_cart_prod_column .hikashop_product_quantity_input_div_regrouped {
  margin: 0;
}
.hikashop_compare_table .hikashop_compare_cart_prod_column .hikabtn {
  background: #ff5400;
  border-color: #ff5400;
  margin: 5px 5px 5px 0;
}
.hikashop_compare_table .tz__custom_field {
  display: flex;
  align-items: center;
  padding: 5px 0;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.07);
}
.hikashop_compare_table .hikashop_product_custom_name {
  flex: 0.3;
  text-align: left;
}
.hikashop_compare_table .hikashop_product_custom_value {
  flex: 1;
  text-align: left;
}
.hikashop_compare_table .tz__readmore {
  float: right;
  color: #ffffff;
  top: 1px;
  position: relative;
}
.hikashop_compare_page .owl-nav > div {
  position: absolute;
  top: 50%;
  font-size: 60px;
  margin-top: -30px;
  line-height: 60px;
  color: #cacaca;
  -webkit-transition: all 0.3s ease 0.05s;
  -o-transition: all 0.3s ease 0.05s;
  transition: all 0.3s ease 0.05s;
}
.hikashop_compare_page .owl-nav > div:hover {
  color: #ff5400;
}
.hikashop_compare_page .owl-nav > div.owl-prev {
  left: -40px;
}
.hikashop_compare_page .owl-nav > div.owl-next {
  right: -40px;
}
/* Page Cpanel */
#hikashopcpanel {
  margin-top: 20px;
}
#hikashopcpanel .hk-row-fluid {
  display: flex;
  align-items: center;
}
#hikashopcpanel div.icon {
  float: none;
}
#hikashopcpanel div.icon a {
  width: 100%;
  height: auto;
  padding: 10px 15px;
  background: #ff5400 !important;
  border-color: #ff5400 !important;
  color: #ffffff;
}
#hikashopcpanel div.icon a span {
  display: inline-block;
  text-align: left;
  color: #ffffff;
}
/* Page Affiliate*/
#hikashop_affiliate_main fieldset {
  border: none;
  position: relative;
}
#hikashop_affiliate_main .hikashop_header_title {
  display: block;
  float: none;
}
#hikashop_affiliate_main .hikashop_header_title h1 {
  font-size: 36px;
  margin: 0;
  line-height: 1.2em;
}
#hikashop_affiliate_main .hikashop_header_buttons {
  position: absolute;
  top: 5px;
  right: 0;
}
#hikashop_affiliate_main #adminForm legend {
  font-size: 16px;
}
#hikashop_affiliate_main #adminForm tr:first-child > td {
  border-top: none;
}
#hikashop_affiliate_main #adminForm td {
  vertical-align: middle;
}
#hikashop_affiliate_main input[type='text'] {
  width: 100%;
  line-height: 35px;
  border: 1px solid rgba(0, 0, 0, 0.07);
  padding: 0 15px !important;
  font-size: 13px;
}
/* Page Contact*/
.hikashop_product_contact_page textarea,
.hikashop_product_contact_page input[type='password'],
.hikashop_product_contact_page input[type='tel'],
.hikashop_product_contact_page input[type='url'],
.hikashop_product_contact_page input[type='email'],
.hikashop_product_contact_page input[type='text'] {
  width: 100%;
  line-height: 35px;
  border: 1px solid rgba(0, 0, 0, 0.07);
  padding: 0 15px !important;
  font-size: 13px;
}
.hikashop_product_contact_page dl dd,
.hikashop_product_contact_page dl dt {
  margin-bottom: 15px;
}
.hikashop_product_contact_page .toolbar .btn {
  background: #ff5400 !important;
  color: #ffffff !important;
  border-color: #ff5400 !important;
}
.hikashop_product_contact_page .toolbar .btn i {
  margin-right: 5px;
}
/* Page Downloads */
#hikashop_order_listing .hikashop_header_title,
#hikashop_download_listing .hikashop_header_title {
  display: block;
  float: none;
}
#hikashop_order_listing .hikashop_header_title h1,
#hikashop_download_listing .hikashop_header_title h1 {
  font-size: 36px;
  margin: 0;
  line-height: 1.2em;
}
#hikashop_order_listing .hikashop_search_block,
#hikashop_download_listing .hikashop_search_block {
  display: flex;
  margin-bottom: 15px;
}
#hikashop_order_listing .hikashop_search_block input,
#hikashop_download_listing .hikashop_search_block input {
  flex: 1;
}
#hikashop_order_listing .hikashop_search_block input[type='text'],
#hikashop_download_listing .hikashop_search_block input[type='text'] {
  width: 100%;
  line-height: 35px;
  border: 1px solid rgba(0, 0, 0, 0.07);
  padding: 0 15px !important;
  font-size: 13px;
}
#hikashop_order_listing .hikashop_search_block .btn,
#hikashop_download_listing .hikashop_search_block .btn {
  margin-left: 10px;
}
#hikashop_order_listing th,
#hikashop_download_listing th {
  padding: 10px;
}
#hikashop_order_listing tfoot td,
#hikashop_download_listing tfoot td {
  padding: 10px;
  font-size: 13px;
}
#hikashop_order_listing .pagination,
#hikashop_download_listing .pagination {
  display: block;
}
/* Page Entry*/
#hikashop_entries_info legend {
  margin-bottom: 10px;
}
#hikashop_entries_info table {
  width: 100%;
}
#hikashop_entries_info table td {
  width: 100%;
}
#hikashop_entries_info table td.key {
  width: 30%;
}
#hikashop_entries_info table td input {
  width: 100%;
  line-height: 35px;
  border: 1px solid #dfdfdf;
  padding: 0 15px;
}
.hikashop_delete_entry_button,
#hikashop_new_entry {
  display: inline-block;
}
.hikashop_delete_entry_button a,
#hikashop_new_entry a {
  background: #ff5400;
  border: 1px solid #ff5400;
  padding: 5px 15px;
  color: #ffffff !important;
  display: block;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.hikashop_delete_entry_button a:hover,
#hikashop_new_entry a:hover {
  background: #222222;
  border-color: #222222;
  color: #ffffff;
  text-decoration: none;
}
form[name='hikashop_entry_form'] .hikashop_cart_button {
  background: #ff5400;
  border: 1px solid #ff5400;
  padding: 5px 15px;
  color: #ffffff !important;
  display: inline-block;
  line-height: 1.5em;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
form[name='hikashop_entry_form'] .hikashop_cart_button:hover {
  background: #222222;
  border-color: #222222;
  color: #ffffff;
}
/*----- Checkout -----*/
#hikashop_checkout_page .hikashop_cart_button {
  background: #ff5400;
  color: #ffffff !important;
  padding: 5px 20px;
}
#hikashop_checkout_page .TzTitle {
  text-align: center;
  font-weight: 700;
  color: #ff5400;
  margin: 45px 0;
}
#hikashop_checkout_page .hikashop_cart_bar {
  background: none;
  display: flex;
  justify-content: center;
  width: 70%;
  margin: 0 auto 45px;
  padding: 0;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  #hikashop_checkout_page .hikashop_cart_bar {
    width: 100%;
  }
}
#hikashop_checkout_page div.hikashop_cart_step {
  background: none !important;
  padding: 0 35px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  #hikashop_checkout_page div.hikashop_cart_step {
    min-width: 125px;
    padding: 0 20px;
    margin-bottom: 10px;
  }
}
@media (max-width: 480px) {
  #hikashop_checkout_page div.hikashop_cart_step {
    min-width: 100px;
    padding: 0;
  }
}
#hikashop_checkout_page div.hikashop_cart_step:after {
  content: '';
  background: rgba(43, 43, 43, 0.2);
  width: 100%;
  position: absolute;
  top: 50%;
  height: 1px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  margin-top: 11px;
  z-index: -1;
}
#hikashop_checkout_page div.hikashop_cart_step.hikashop_cart_step_current {
  background: none;
}
#hikashop_checkout_page div.hikashop_cart_step.hikashop_cart_step_current .TzStep {
  background: #ff5400;
}
#hikashop_checkout_page div.hikashop_cart_step span {
  display: block;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  color: #222222;
  left: auto;
  font-family: 'Muli', sans-serif, Arial, sans-serif;
}
#hikashop_checkout_page div.hikashop_cart_step span a {
  color: #222222;
  font-weight: 700;
  font-size: 11px;
}
#hikashop_checkout_page div.hikashop_cart_step .TzStep {
  cursor: pointer;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #222222;
  color: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 10px auto 0;
  position: relative;
}
#hikashop_checkout_page div.hikashop_cart_step .TzStep a {
  color: #ffffff;
}
.hikashop_checkout_login {
  width: auto;
  max-width: 510px;
}
.hikashop_checkout_login .nav {
  margin-bottom: 75px;
  margin-left: 0;
}
@media (max-width: 767px) {
  .hikashop_checkout_login .nav {
    margin-bottom: 30px;
  }
}
.hikashop_checkout_login .nav li {
  min-width: 170px;
  font-size: 16px;
  font-weight: normal;
  margin: 0 -2px;
}
@media (max-width: 480px) {
  .hikashop_checkout_login .nav li {
    min-width: 130px;
  }
}
.hikashop_checkout_login .nav li:first-child {
  -webkit-border-radius: 10px 0 0 10px;
  -moz-border-radius: 10px 0 0 10px;
  border-radius: 10px 0 0 10px;
  background: #808080;
}
.hikashop_checkout_login .nav li:first-child:hover {
  background: #ff5400;
}
.hikashop_checkout_login .nav li:last-child {
  -webkit-border-radius: 0 10px 10px 0;
  -moz-border-radius: 0 10px 10px 0;
  border-radius: 0 10px 10px 0;
  background: #222222;
}
.hikashop_checkout_login .nav li:last-child:hover {
  background: #ff5400;
}
.hikashop_checkout_login .nav li a {
  color: #ffffff;
  background: transparent !important;
}
#hikashop_checkout_login_left_part fieldset {
  margin: auto;
  padding: 0 50px;
}
@media (max-width: 767px) {
  #hikashop_checkout_login_left_part fieldset {
    padding: 0 15px;
  }
}
#hikashop_checkout_login_left_part fieldset > * {
  position: relative;
}
#hikashop_checkout_login_left_part #com-form-login-password label,
#hikashop_checkout_login_left_part #com-form-login-username label {
  display: none;
}
#hikashop_checkout_login_left_part #com-form-login-password input,
#hikashop_checkout_login_left_part #com-form-login-username input {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  line-height: 33px;
  padding: 5px 20px;
  margin: 0 0 15px;
  color: #b1b1b1;
}
#hikashop_checkout_login_left_part #com-form-login-password input::-webkit-input-placeholder,
#hikashop_checkout_login_left_part #com-form-login-username input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #b1b1b1;
}
#hikashop_checkout_login_left_part #com-form-login-password input::-moz-placeholder,
#hikashop_checkout_login_left_part #com-form-login-username input::-moz-placeholder {
  /* Firefox 19+ */
  color: #b1b1b1;
}
#hikashop_checkout_login_left_part #com-form-login-password input:-ms-input-placeholder,
#hikashop_checkout_login_left_part #com-form-login-username input:-ms-input-placeholder {
  /* IE 10+ */
  color: #b1b1b1;
}
#hikashop_checkout_login_left_part #com-form-login-password input:-moz-placeholder,
#hikashop_checkout_login_left_part #com-form-login-username input:-moz-placeholder {
  /* Firefox 18- */
  color: #b1b1b1;
}
#hikashop_checkout_login_left_part .forget {
  position: absolute;
  top: 13px;
  right: 20px;
  font-size: 12px;
  font-weight: normal;
  color: #373737;
}
#hikashop_checkout_login_left_part #com-form-login-remember label {
  color: #373737;
}
#hikashop_checkout_login_left_part #com-form-login-remember input:checked + label {
  color: #ff5400;
}
#hikashop_checkout_login_left_part .hikashop_cart_button {
  text-transform: uppercase;
  color: #ffffff !important;
  min-width: 110px;
  text-align: center;
  line-height: 33px;
  padding: 5px 0;
  background: #ff5400;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 40px 0 0;
}
.check-box-style1 input {
  display: none;
}
.check-box-style1 input:checked + label {
  color: #ff5400;
}
.check-box-style1 label {
  font-weight: 300;
  cursor: pointer;
}
.check-box-style1 label:before {
  content: '\f046';
  font-family: FontAwesome;
  margin-right: 8px;
}
#hikashop_checkout_login_right_part .hikashop_registration_custom_field_line label,
#hikashop_checkout_login_right_part #hikashop_registration_username_line label,
#hikashop_checkout_login_right_part #hikashop_registration_name_line label,
#hikashop_checkout_login_right_part .hikashop_registration_email_line label,
#hikashop_checkout_login_right_part .hikashop_registration_email_confirm_line label,
#hikashop_checkout_login_right_part #hikashop_registration_password2_line label,
#hikashop_checkout_login_right_part #hikashop_registration_password_line label {
  display: none;
}
#hikashop_checkout_login_right_part .hikashop_registration_custom_field_line input,
#hikashop_checkout_login_right_part #hikashop_registration_username_line input,
#hikashop_checkout_login_right_part #hikashop_registration_name_line input,
#hikashop_checkout_login_right_part .hikashop_registration_email_line input,
#hikashop_checkout_login_right_part .hikashop_registration_email_confirm_line input,
#hikashop_checkout_login_right_part #hikashop_registration_password2_line input,
#hikashop_checkout_login_right_part #hikashop_registration_password_line input {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  line-height: 33px;
  padding: 5px 20px;
  margin: 0 0 15px;
  color: #b1b1b1;
}
#hikashop_checkout_login_right_part .hikashop_registration_custom_field_line input::-webkit-input-placeholder,
#hikashop_checkout_login_right_part #hikashop_registration_username_line input::-webkit-input-placeholder,
#hikashop_checkout_login_right_part #hikashop_registration_name_line input::-webkit-input-placeholder,
#hikashop_checkout_login_right_part .hikashop_registration_email_line input::-webkit-input-placeholder,
#hikashop_checkout_login_right_part .hikashop_registration_email_confirm_line input::-webkit-input-placeholder,
#hikashop_checkout_login_right_part #hikashop_registration_password2_line input::-webkit-input-placeholder,
#hikashop_checkout_login_right_part #hikashop_registration_password_line input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #b1b1b1;
}
#hikashop_checkout_login_right_part .hikashop_registration_custom_field_line input::-moz-placeholder,
#hikashop_checkout_login_right_part #hikashop_registration_username_line input::-moz-placeholder,
#hikashop_checkout_login_right_part #hikashop_registration_name_line input::-moz-placeholder,
#hikashop_checkout_login_right_part .hikashop_registration_email_line input::-moz-placeholder,
#hikashop_checkout_login_right_part .hikashop_registration_email_confirm_line input::-moz-placeholder,
#hikashop_checkout_login_right_part #hikashop_registration_password2_line input::-moz-placeholder,
#hikashop_checkout_login_right_part #hikashop_registration_password_line input::-moz-placeholder {
  /* Firefox 19+ */
  color: #b1b1b1;
}
#hikashop_checkout_login_right_part .hikashop_registration_custom_field_line input:-ms-input-placeholder,
#hikashop_checkout_login_right_part #hikashop_registration_username_line input:-ms-input-placeholder,
#hikashop_checkout_login_right_part #hikashop_registration_name_line input:-ms-input-placeholder,
#hikashop_checkout_login_right_part .hikashop_registration_email_line input:-ms-input-placeholder,
#hikashop_checkout_login_right_part .hikashop_registration_email_confirm_line input:-ms-input-placeholder,
#hikashop_checkout_login_right_part #hikashop_registration_password2_line input:-ms-input-placeholder,
#hikashop_checkout_login_right_part #hikashop_registration_password_line input:-ms-input-placeholder {
  /* IE 10+ */
  color: #b1b1b1;
}
#hikashop_checkout_login_right_part .hikashop_registration_custom_field_line input:-moz-placeholder,
#hikashop_checkout_login_right_part #hikashop_registration_username_line input:-moz-placeholder,
#hikashop_checkout_login_right_part #hikashop_registration_name_line input:-moz-placeholder,
#hikashop_checkout_login_right_part .hikashop_registration_email_line input:-moz-placeholder,
#hikashop_checkout_login_right_part .hikashop_registration_email_confirm_line input:-moz-placeholder,
#hikashop_checkout_login_right_part #hikashop_registration_password2_line input:-moz-placeholder,
#hikashop_checkout_login_right_part #hikashop_registration_password_line input:-moz-placeholder {
  /* Firefox 18- */
  color: #b1b1b1;
}
#hikashop_checkout_login_right_part .input {
  padding: 0 50px;
}
@media (max-width: 767px) {
  #hikashop_checkout_login_right_part .input {
    padding: 0 15px;
  }
  #hikashop_checkout_login_right_part .input select {
    width: 100% !important;
    margin-bottom: 15px;
    padding: 10px 15px;
    line-height: 35px;
  }
}
#hikashop_checkout_login_right_part .hikashop_cart_button {
  text-transform: uppercase;
  color: #ffffff !important;
  min-width: 110px;
  text-align: center;
  line-height: 33px;
  padding: 5px 0;
  background: #ff5400;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 40px 0 0;
}
#hikashop_checkout_login_right_part .chzn-container-single {
  width: 100% !important;
  text-align: left;
  margin-bottom: 15px;
}
#hikashop_checkout_login_right_part .chzn-container-single .chzn-single {
  height: auto;
  line-height: 33px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 5px 20px;
  color: #b1b1b1;
}
#hikashop_checkout_login_right_part .chzn-container-single .chzn-single div {
  width: 15px;
  right: 5px;
}
#hikashop_checkout_login_right_part .chzn-container-single .chzn-single div b {
  background-position: 0 7px;
}
#hikashop_checkout_login_right_part .chzn-container-single.chzn-with-drop .chzn-single div b {
  background-position: -18px 7px;
}
#hikashop_checkout_login_right_part .chzn-container-single .chzn-drop {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-color: rgba(0, 0, 0, 0.1);
  padding: 0 10px;
}
#hikashop_checkout_login_right_part .chzn-container-single .chzn-search input[type="text"] {
  line-height: 1.2em;
}
#hikashop_checkout_login_right_part .hikashop_field_required {
  position: absolute;
  right: 30px;
  top: 10px;
}
#hikashop_checkout_login_right_part .hikashop_registration_custom_field_line {
  position: relative;
}
.hikashop_checkout_address {
  width: 50%;
  margin: auto;
}
.hikashop_checkout_address .hikashop_checkout_address_right_part,
.hikashop_checkout_address .hikashop_checkout_address_left_part {
  width: auto;
  float: none;
  margin: 0 0 15px;
}
#hikashop_checkout_shipping_address_zone td,
#hikashop_checkout_billing_address_zone td {
  position: relative;
}
#hikashop_checkout_shipping_address_zone .hikashop_field_required,
#hikashop_checkout_billing_address_zone .hikashop_field_required {
  position: absolute;
  top: 15px;
  right: -5px;
}
#hikashop_checkout_shipping_address_zone input,
#hikashop_checkout_billing_address_zone input,
#hikashop_checkout_shipping_address_zone select,
#hikashop_checkout_billing_address_zone select {
  width: 100%;
  max-width: inherit;
  float: none;
  line-height: 24px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 5px 20px;
  height: auto;
}
#hikashop_checkout_cart br {
  display: none;
}
#hikashop_checkout_cart th {
  font-weight: 700;
  color: #000000;
  text-transform: uppercase;
  font-size: 14px;
  border-bottom: 1px solid #468ae7;
  padding: 0 10px 15px;
}
#hikashop_checkout_cart th:first-child {
  padding-left: 50px;
}
#hikashop_checkout_cart tr {
  background: transparent;
}
#hikashop_checkout_cart tr.margin {
  display: none;
}
@media (max-width: 991px) {
  #hikashop_checkout_cart tr {
    border-top: none;
    border-color: #ddd;
  }
  #hikashop_checkout_cart tr:first-child {
    border-top: 1px solid #ddd;
  }
}
#hikashop_checkout_cart td {
  padding: 30px 10px;
  background: transparent;
  vertical-align: middle;
}
@media (max-width: 991px) {
  #hikashop_checkout_cart td {
    padding-left: 30%;
    text-align: left;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
    border-top: none;
  }
}
#hikashop_checkout_cart img {
  max-width: 130px;
}
#hikashop_checkout_cart .hikashop_cart_coupon_title,
#hikashop_checkout_cart .hikashop_cart_shipping_title,
#hikashop_checkout_cart .hikashop_cart_payment_title,
#hikashop_checkout_cart .hikashop_cart_total_title,
#hikashop_checkout_cart .hikashop_cart_subtotal_title {
  font-size: 13px;
  font-weight: 700;
  color: #000000;
}
#hikashop_checkout_cart .hikashop_cart_coupon_value,
#hikashop_checkout_cart .hikashop_cart_shipping_value,
#hikashop_checkout_cart .hikashop_cart_payment_value,
#hikashop_checkout_cart .hikashop_cart_total_value,
#hikashop_checkout_cart .hikashop_cart_subtotal_value {
  text-align: right;
}
#hikashop_checkout_cart .hikashop_cart_coupon_value *,
#hikashop_checkout_cart .hikashop_cart_shipping_value *,
#hikashop_checkout_cart .hikashop_cart_payment_value *,
#hikashop_checkout_cart .hikashop_cart_total_value *,
#hikashop_checkout_cart .hikashop_cart_subtotal_value * {
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  font-family: 'Muli', sans-serif, Arial, sans-serif;
}
#hikashop_checkout_cart .hikashop_cart_subtotal_value * {
  color: #000000;
}
#hikashop_checkout_cart .hikashop_cart_coupon_value *,
#hikashop_checkout_cart .hikashop_cart_shipping_value *,
#hikashop_checkout_cart .hikashop_cart_payment_value * {
  color: #8f8f8f;
}
#hikashop_checkout_cart .hikashop_cart_total_value * {
  color: #ff5400;
}
#hikashop_checkout_cart .hikashop_cart_product_name {
  margin: 0;
}
#hikashop_checkout_cart .hikashop_cart_product_name a {
  font-size: 14px;
  color: #595959;
  font-weight: 700;
  display: block;
}
#hikashop_checkout_cart .hikashop_cart_product_name .hikashop_product_code_checkout {
  display: block;
  opacity: 0.8;
  font-size: 11px;
}
#hikashop_checkout_cart .hikashop_cart_product_price_title {
  text-align: left;
}
#hikashop_checkout_cart .hikashop_cart_product_total_value .hikashop_product_price_full,
#hikashop_checkout_cart .hikashop_cart_product_price_value .hikashop_product_price_full {
  text-align: left;
  padding-left: 0;
}
#hikashop_checkout_cart .hikashop_cart_product_total_value .hikashop_product_price_full .hikashop_product_price,
#hikashop_checkout_cart .hikashop_cart_product_price_value .hikashop_product_price_full .hikashop_product_price {
  font-size: 14px;
  font-family: 'Muli', sans-serif, Arial, sans-serif;
  font-weight: 700;
  color: #2a2a2a;
  font-style: normal;
}
#hikashop_checkout_cart .hikashop_cart_product_total_value .hikashop_product_price_full .hikashop_product_price_before_discount,
#hikashop_checkout_cart .hikashop_cart_product_price_value .hikashop_product_price_full .hikashop_product_price_before_discount {
  font-size: 12px;
}
#hikashop_checkout_cart .hikashop_cart_product_total_value .hikashop_product_price_full {
  text-align: right;
}
#hikashop_checkout_cart .hikashop_cart_product_quantity_value input {
  float: none;
  background: #ebebeb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #ebebeb;
}
.hikashop_payment_methods,
.hikashop_shipping_methods {
  margin: 15px 0;
}
.hikashop_products_listing .hikashop_listing_img {
  display: flex;
  align-items: flex-start;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
}
.hikashop_products_listing .hikashop_listing_img .hikashop_product_image {
  width: auto;
}
.hikashop_products_listing .hikashop_listing_img .content {
  padding-left: 10px;
  text-align: left;
}
.hikashop_products_listing .hikashop_listing_img .hikashop_product_vote {
  padding: 0;
}
.hikashop_products_listing .hikashop_listing_img .hikashop_product_name {
  border: none;
  padding: 0;
  margin: 0;
}
.hikashop_products_listing .hikashop_listing_img .hikashop_product_name a {
  font-size: 13px;
  font-family: 'Muli', sans-serif, Arial, sans-serif !important;
  text-transform: none;
  font-weight: 400;
}
.hikashop_products_listing .hikashop_listing_img .hikashop_product_quantity_div {
  display: none;
}
.hikashop_products_listing .hikashop_listing_img .hikashop_product_quantity_input_div_regrouped {
  justify-content: flex-start;
}
.hikashop_products_listing .hikashop_listing_img .hikashop_product_price_full {
  font-family: 'Montserrat', sans-serif, Arial, sans-serif;
  font-weight: 400;
}
.hikashop_products_listing .hikashop_listing_img .hikashop_product_price_full * {
  font-family: 'Montserrat', sans-serif, Arial, sans-serif;
  font-style: normal;
  color: #222222;
}
.hikashop_products_listing .hikashop_listing_img .hikashop_product_price_full .hikashop_product_price_with_discount {
  margin-left: 5px;
}
.hikashop_products_listing .hikashop_listing_img .hk-rating .hk-rate-star:first-child {
  margin-left: 0;
}
.profile-edit .control-label label {
  display: inline-block !important;
}
.profile-edit textarea,
.profile-edit input[type='password'],
.profile-edit input[type='tel'],
.profile-edit input[type='url'],
.profile-edit input[type='email'],
.profile-edit input[type='text'] {
  width: 100%;
  line-height: 35px;
  border: 1px solid rgba(0, 0, 0, 0.07);
  padding: 0 15px !important;
  font-size: 13px;
}
.profile-edit .radio label {
  font-size: 13px;
}
.profile-edit input[type='radio'] {
  margin: 4px 0 0;
}
.profile-edit .btn.modal {
  position: relative;
}
.profile-edit #member-profile fieldset {
  padding: 10px 15px;
  margin-bottom: 20px;
  width: 100%;
}
.profile-edit #member-profile fieldset.radio {
  margin: 0;
}
.profile-edit #member-profile fieldset legend {
  font-size: 16px;
}
.profile-edit .controls .input-prepend {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.profile-edit .controls .media-preview {
  order: 1;
}
.profile-edit .controls .btn.modal {
  order: 2;
  margin: 0 5px;
  background: #ff5400 !important;
  border-color: #ff5400 !important;
  margin-right: 10px;
  color: #ffffff !important;
  padding: 3px 10px !important;
}
.profile-edit .controls .hasTooltip {
  order: 3;
  background: #222222 !important;
  border-color: #222222 !important;
  color: #ffffff !important;
  padding: 3px 10px !important;
}
.profile-edit .control-group {
  display: flex;
  align-items: center;
  margin: 0 -15px;
}
.profile-edit .control-group .control-label {
  width: 25%;
  padding: 0 15px;
}
.profile-edit .control-group .controls {
  padding: 0 15px;
  width: 75%;
}
.profile-edit .control-group .field-calendar button {
  position: absolute;
  right: 15px;
  top: 0;
  padding: 9px !important;
}
.tip-wrap {
  background: white;
  padding: 10px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 3px 0px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 3px 0px;
}
#jform_params_tz_portfolio_plus_user_social_link-content .control-group {
  display: flex;
  align-items: center;
}
#jform_params_tz_portfolio_plus_user_social_link-content .control-label {
  flex: 0.2;
  text-align: left;
  margin: 0;
  padding: 0;
}
#jform_params_tz_portfolio_plus_user_social_link-content .controls {
  flex: 0.8;
}
#jform_params_tz_portfolio_plus_user_social_link-content .control-label,
#jform_params_tz_portfolio_plus_user_social_link-content .controls {
  margin: 10px 0;
}
#jform_params_tz_portfolio_plus_user_social_link-content .btn {
  padding: 5px 15px;
  margin-top: 5px;
}
#jform_params_tz_portfolio_plus_user_social_link-content .tz_btn-add {
  background: #ff5400;
  border-color: #ff5400;
  margin-right: 10px;
}
#jform_params_tz_portfolio_plus_user_social_link-content .tz_btn-add span {
  margin-right: 3px;
}
#jform_params_tz_portfolio_plus_user_social_link-content .tz_btn-reset {
  background: #222222;
  border-color: #222222;
  color: #ffffff;
}
.TzAgencyInner {
  display: flex;
  background: #ffffff;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
  align-items: stretch;
  border: 1px solid #ffffff;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .TzAgencyInner .TzAgencyMedia {
    padding-top: 15px;
  }
}
.TzAgencyInner .TzAgencyMedia .tz_portfolio_plus_image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.TzAgencyInner .TzExtraFields {
  background: #f4f5f8;
  padding: 30px 15px;
}
.TzAgencyInner .TzExtraFields .tz_extrafield-value {
  font-size: 12px;
  color: #565656;
}
.TzAgencyInner .TzAgencyDescription {
  padding: 30px 15px;
}
.TzAgencyInner .TzTitle {
  margin: 0 0 10px;
  font-size: inherit;
}
.TzAgencyInner .TzTitle a {
  font-size: 16px;
  font-family: 'Montserrat', sans-serif, Arial, sans-serif;
  font-weight: bold;
  color: #222222;
  display: inline-block;
  position: relative;
  padding-right: 20px;
}
.TzAgencyInner .TzTitle a:hover {
  text-decoration: none;
  color: #ff5400;
}
.TzAgencyInner .TzTitle a:before {
  background: #ff5400 none repeat scroll 0 0;
  content: "";
  display: block;
  height: 1px;
  left: 100%;
  margin-top: -3px;
  position: absolute;
  top: 50%;
  width: 30px;
}
.TzAgencyInner .TzTitle a:after {
  background: #ff5400 none repeat scroll 0 0;
  content: "";
  display: block;
  height: 1px;
  left: 100%;
  margin-top: 4px;
  position: absolute;
  top: 50%;
  width: 45px;
}
.TzAgencyInner .TzIntrotext p {
  font-size: 12px;
  margin: 0 0 25px;
  line-height: 1.5em;
  color: #565656;
}
.TzAgencyInner .TzReadmore {
  font-size: 11px;
  font-family: 'Montserrat', sans-serif, Arial, sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  background: #222222;
  display: inline-block;
  margin: 0;
  padding: 7px 20px;
  -webkit-transition: all 0.3s ease 0.01s;
  -o-transition: all 0.3s ease 0.01s;
  transition: all 0.3s ease 0.01s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.TzAgencyInner .TzReadmore:hover {
  color: #ffffff;
  background: #ff5400;
  text-decoration: none;
}
.TzAgencyInner .TzExtraFields .TzExtrafield-item {
  display: flex;
  padding: 0 0 5px;
}
.TzAgencyInner .TzExtraFields .TzExtrafield-item .right {
  flex: 1;
  font-size: 12px;
  color: #565656;
  text-align: left;
}
.TzAgencyInner .TzExtraFields .TzExtrafield-item .right * {
  color: #565656;
  font-size: 12px;
  line-height: 2em;
}
.TzAgencyInner .TzExtraFields .TzExtrafield-item .right a:hover {
  color: #565656;
  text-decoration: none;
}
.TzAgencyInner .TzExtraFields .TzExtrafield-item .left {
  width: 30px;
  color: #565656;
}
@media (max-width: 991px) {
  .TzAgencies {
    margin-bottom: 30px;
  }
}
.TzAgencies #tz_append a {
  background: #ff5400;
  border-color: #ff5400 !important;
  color: #ffffff;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif, Arial, sans-serif;
  padding: 10px 20px !important;
  font-weight: 500;
}
.TzAgencies #tz_options a {
  padding: 7px 15px !important;
  -webkit-transition: all 0.3s ease 0.01s;
  -o-transition: all 0.3s ease 0.01s;
  transition: all 0.3s ease 0.01s;
}
.TzAgencies #tz_options a.selected,
.TzAgencies #tz_options a:hover {
  background: #ff5400;
  border-color: #ff5400 !important;
  color: #ffffff;
}
.TzItemPageInner .TzAgencyInfo {
  background: #ffffff;
  padding: 0 20px 40px;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
}
.TzItemPageInner .TzAgencyInfo--left {
  margin: 0 -15px;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f4f5f8;
  padding: 25px;
}
.TzItemPageInner .TzAgencyInfo--left .TzArticleCategory,
.TzItemPageInner .TzAgencyInfo--left .TzModified,
.TzItemPageInner .TzAgencyInfo--left .TZPublished,
.TzItemPageInner .TzAgencyInfo--left .TzCreate,
.TzItemPageInner .TzAgencyInfo--left .TzVote,
.TzItemPageInner .TzAgencyInfo--left .TzCreatedby,
.TzItemPageInner .TzAgencyInfo--left .TzExtrafield-item,
.TzItemPageInner .TzAgencyInfo--left .TzHits {
  display: flex;
  padding: 10px 0;
}
.TzItemPageInner .TzAgencyInfo--left .right {
  flex: 1;
  font-size: 12px;
  color: #565656;
  text-align: left;
}
.TzItemPageInner .TzAgencyInfo--left .right * {
  color: #565656;
  font-size: 12px;
  line-height: 2em;
}
.TzItemPageInner .TzAgencyInfo--left .right a:hover {
  color: #565656;
  text-decoration: none;
}
.TzItemPageInner .TzAgencyInfo--left .left {
  width: 30px;
}
.TzItemPageInner .TzAgencyInfo--right {
  padding: 0 15px 0 25px;
}
@media (max-width: 991px) {
  .TzItemPageInner .TzAgencyInfo--right {
    padding: 0;
  }
}
.TzItemPageInner .TzAgencyInfo--right .TzTitle {
  font-size: 30px;
  font-family: 'Montserrat', sans-serif, Arial, sans-serif;
  font-weight: bold;
  color: #222222;
  padding-left: 30px;
  border-left: 6px solid #ff5400;
  margin: 40px 0 35px 0;
}
.TzItemPageInner .TzAgencyInfo--right p {
  margin-bottom: 25px;
}
.TzItemPageInner .TzAgencyMedia {
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -100px -15px 10px;
  background: #fff;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
}
.TzItemPageInner .TzAgencyBlock {
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 30px 0;
  margin: 40px 0 0;
}
@media (max-width: 991px) {
  .TzItemPageInner .TzAgencyBlock {
    margin-bottom: 40px;
  }
}
.TzItemPageInner .TzAgencyUser {
  display: flex;
  align-items: center;
  padding: 0 15px;
}
@media (max-width: 767px) {
  .TzItemPageInner .TzAgencyUser {
    flex-wrap: wrap;
    justify-content: center;
  }
  .TzItemPageInner .TzAgencyUser .media-body {
    width: 100%;
  }
}
.TzItemPageInner .TzAgencyUser .AuthorAvatar {
  border: 3px solid #ff5400;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding: 6px !important;
  margin-right: 30px !important;
  min-width: 118px;
  height: 118px;
}
@media (max-width: 767px) {
  .TzItemPageInner .TzAgencyUser .AuthorAvatar {
    margin-right: 0 !important;
    margin-bottom: 30px;
  }
}
.TzItemPageInner .TzAgencyUser .AuthorAvatar .author-icon {
  top: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  font-size: 100px;
  line-height: 100px;
}
.TzItemPageInner .TzAgencyUser .AuthorAvatar img {
  max-width: none;
  border-radius: 50%;
  height: 100%;
}
.TzItemPageInner .TzAgencyUser .info {
  font-size: 12px;
}
.TzItemPageInner .TzAgencyUser .info a {
  font-size: 12px;
  color: #ff5400;
}
.TzItemPageInner .TzAgencyUser .AuthorDescription {
  font-size: 12px;
}
.TzItemPageInner .TzAgencyUser .media-heading {
  margin-bottom: 15px;
}
.TzItemPageInner .TzAgencyUser .media-heading a {
  font-size: 12px;
  font-family: 'Montserrat', sans-serif, Arial, sans-serif;
  font-weight: 500;
  color: #ff5400;
  display: block;
  line-height: 1em;
}
.TzItemPageInner .TzAgencyUser .AuthorSocial .TzSocialLink {
  font-size: 12px;
  color: inherit;
}
.TzItemPageInner .TzAgencyUser .AuthorSocial .TzSocialLink:hover {
  color: #ff5400;
  text-decoration: none;
}
.TzItemPageInner .TzAgencyUser .AuthorDescription {
  margin-bottom: 10px;
}
.TzItemPageInner .TzArticleTag a:hover {
  background: #ff5400 !important;
}
.TzItemPageInner .TzExtrafield-item .tz_extrafield-label {
  width: 100%;
}
.TzRelatedTitle {
  margin: 0 !important;
  padding-left: 20px;
  border-left: 6px solid #ff5400;
  font-family: 'Montserrat', sans-serif, Arial, sans-serif !important;
  font-weight: bold !important;
}
.TzRelatedContent {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  align-content: center;
}
.TzRelatedContent .TzItem {
  width: 25%;
  position: relative;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 767px) {
  .TzRelatedContent .TzItem {
    width: 50%;
  }
}
.TzRelatedContent .TzImage {
  display: flex;
  min-height: 220px;
  align-items: center;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  padding: 0 15px;
}
.TzRelatedContent .TzImage a {
  margin: auto;
}
.TzRelatedContent .TzTitle {
  color: #565656;
  font-family: 'Montserrat', sans-serif, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  padding: 0 15px;
}
.TzRelatedContent .TzTitle:hover {
  text-decoration: none;
  color: #ff5400;
}
.tz_service_icon .sppb-icon-container {
  position: relative;
}
.tz_service_icon .sppb-icon-container:after {
  border-left: 6px solid rgba(0, 0, 0, 0);
  border-right: 6px solid rgba(0, 0, 0, 0);
  border-top: 6px solid #ff5400;
  bottom: -5px;
  content: "";
  left: 50%;
  margin-left: -6px;
  position: absolute;
}
.tz_service_icon--2 {
  margin-bottom: 20px;
}
.tz_service_icon--2 .sppb-img-container {
  width: 70px;
  height: 70px;
  line-height: 70px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: rgba(247, 249, 251, 0.2);
  text-align: center;
}
@media (max-width: 991px) {
  .tz_service_icon--2 .sppb-img-container {
    margin-top: 0 !important;
  }
}
.tz_service_icon--2 .sppb-addon-text {
  font-size: 14px;
  font-weight: 200;
  letter-spacing: 1px;
  line-height: 24px;
}
@media (max-width: 991px) {
  .tz_service_icon--2 .sppb-addon-title {
    margin-bottom: 5px !important;
  }
}
.tz_service_icon--2 .sppb-media > .pull-right {
  margin-left: 30px;
}
.tz_service_icon--2 .sppb-media > .pull-left {
  margin-right: 30px;
}
.autoshowroom-title .sppb-addon-title {
  position: relative;
  font-size: 25px;
  color: #222222;
  text-align: center;
  padding-bottom: 22px;
  margin-bottom: 30px;
}
@media (max-width: 560px) {
  .autoshowroom-title .sppb-addon-title {
    font-size: 20px;
  }
}
.autoshowroom-title .sppb-addon-title:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  width: 60px;
  height: 4px;
  border-top: 1px solid #ff5400;
  border-bottom: 1px solid #ff5400;
  margin-left: -30px;
}
.autoshowroom-title.sppb-text-left .sppb-addon-title {
  text-align: left;
}
.autoshowroom-title.sppb-text-left .sppb-addon-title:before {
  left: 0;
  margin-left: 0;
}
.sppb-addon-ajax-contact {
  background: #f7f9fb;
}
.sppb-addon-ajax-contact .sppb-ajaxt-contact-form {
  padding-top: 25px;
}
.sppb-addon-ajax-contact .sppb-form-group {
  padding: 5px 20px;
  margin: 0;
}
.sppb-addon-ajax-contact button[type='submit'] {
  margin-top: 25px;
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #ff5400;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  padding: 10px 16px;
}
.sppb-addon-ajax-contact textarea,
.sppb-addon-ajax-contact input {
  width: 100%;
  padding: 10px 16px;
  font-family: 'Muli', sans-serif;
  font-size: 14px;
  color: #bdbdbd;
  background: #ffffff;
  border: 1px solid #e9e9e9;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.sppb-addon-ajax-contact input {
  height: 45px !important;
  line-height: 45px;
}
.sppb-addon-ajax-contact textarea {
  max-height: 100px;
}
.autoshowroom-sign-up-box {
  position: relative;
  background: #ff5400;
  padding: 30px 0 25px;
}
.autoshowroom-sign-up-box h3.autoshowroom-sign-up-title {
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 8px;
}
.autoshowroom-sign-up-box .autoshowroom-sign-up-subtitle {
  font-size: 15px;
  color: #ffffff;
  text-align: center;
  margin: 0;
}
.autoshowroom-sign-up-box .autoshowroom-sign-up-triangle {
  height: 40px;
  width: 100%;
  background: #ff5400;
  overflow: hidden;
  position: relative;
}
.autoshowroom-sign-up-box .autoshowroom-sign-up-triangle:before {
  background: #f7f9fb none repeat scroll 0 0;
  content: "";
  display: block;
  height: 100px;
  left: 50%;
  position: absolute;
  top: 0;
  transform: rotate(-16deg);
  -webkit-transform: rotate(-16deg);
  -moz-transform: rotate(-16deg);
  -ms-transform: rotate(-16deg);
  -o-transform: rotate(-16deg);
  width: 100%;
}
.autoshowroom-sign-up-box .autoshowroom-sign-up-triangle:after {
  background: #f7f9fb none repeat scroll 0 0;
  content: "";
  display: block;
  height: 100px;
  left: -50%;
  position: absolute;
  top: 0;
  transform: rotate(16deg);
  -webkit-transform: rotate(16deg);
  -moz-transform: rotate(16deg);
  -ms-transform: rotate(16deg);
  -o-transform: rotate(16deg);
  width: 100%;
}
.tz-testimonial .tz-item .tz-avatar {
  width: auto;
  display: inline-block;
  max-width: 100px;
  border: 3px solid #e9e9e9;
  filter: url(data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter i…0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.tz-testimonial .tz-item .tz-img-responsive {
  display: inline-block;
  position: relative;
}
.tz-testimonial .tz-item .tz-img-responsive:after {
  border-left: 6px solid rgba(0, 0, 0, 0);
  border-right: 6px solid rgba(0, 0, 0, 0);
  border-top: 6px solid #ff5400;
  bottom: -5px;
  content: "";
  left: 50%;
  margin-left: -6px;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  transition: all 300ms ease 0s;
  -webkit-transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -ms-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
}
.tz-testimonial .fa {
  font-size: 30px;
  font-style: normal;
  color: #ff5400;
  line-height: 35px;
}
.tz-testimonial .tz-item-content {
  padding-top: 80px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 840px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  position: relative;
}
@media (max-width: 991px) {
  .tz-testimonial .tz-item-content {
    width: 600px;
  }
}
@media (max-width: 767px) {
  .tz-testimonial .tz-item-content {
    width: 300px;
  }
  .tz-testimonial .tz-item-content .tz-testimonial-message {
    font-size: 16px;
    line-height: 28px;
  }
}
.tz-testimonial .tz-testimonial-message {
  font-family: 'Muli', sans-serif;
  font-size: 18px;
  font-weight: 300;
  font-style: italic;
  color: #565656;
  line-height: 34px;
  margin-bottom: 35px;
  margin-top: 20px;
}
.tz-testimonial .tz-testimonial-client {
  color: #bdbdbd;
}
.tz-testimonial .client-name {
  color: #ff5400;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif, Arial, sans-serif;
  letter-spacing: 2px;
}
.tz-testimonial .client-position {
  font-size: 13px;
  font-weight: normal;
  color: #bdbdbd;
  letter-spacing: 1px;
}
.tz-testimonial .owl-item.active.center .tz-item-content {
  visibility: visible;
  opacity: 1;
}
.tz-testimonial .owl-item.active.center .tz-avatar {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  filter: none;
  border-color: #ff5400;
  position: relative;
}
.tz-testimonial .owl-item.active.center .tz-img-responsive {
  -webkit-transform: scale(1.7);
  -ms-transform: scale(1.7);
  -o-transform: scale(1.7);
  transform: scale(1.7);
}
.tz-testimonial .owl-item.active.center .tz-img-responsive:after {
  opacity: 1;
  visibility: visible;
}
.tz-testimonial .owl-item {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (max-width: 767px) {
  .tz-testimonial .owl-item {
    text-align: center !important;
  }
}
.tz-testimonial .owl-dots {
  margin-top: 35px !important;
}
.tz-testimonial .owl-dots div.owl-dot {
  height: 14px;
  width: 14px;
  margin: 0 8px;
}
.tz-testimonial .owl-dots div.owl-dot.active span,
.tz-testimonial .owl-dots div.owl-dot:hover span {
  width: 14px;
  height: 14px;
  margin: 0;
  background: #ff5400;
}
.tz-testimonial .owl-dots div.owl-dot span {
  height: 6px;
  width: 6px;
  margin: 4px auto;
  padding: 0;
  background: #ff5400;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.tz-testimonial.tz-padding {
  padding: 0 140px;
}
@media (max-width: 991px) {
  .tz-testimonial.tz-padding {
    padding: 0 15px;
  }
}
.tz-testimonial.tz-padding .tz-item {
  padding-top: 35px;
}
.sppb-addon-animated-number .tz-icon {
  position: absolute;
  top: -5px;
  color: rgba(255, 255, 255, 0.1);
  font-size: 90px;
  line-height: 1em;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: -1;
}
.sppb-addon-animated-number .sppb-addon-content {
  display: block;
  padding: 45px 0;
}
.sppb-addon-animated-number .sppb-animated-number {
  font-family: 'Montserrat', sans-serif, Arial, sans-serif;
  font-weight: 700;
}
.sppb-addon-animated-number .sppb-animated-number-title {
  font-family: 'Muli', sans-serif, Arial, sans-serif;
  font-weight: 700;
}
.sppb-addon-image-content .sppb-row {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .sppb-addon-image-content .sppb-row {
    display: block;
  }
  .sppb-addon-image-content .sppb-row .tz-content {
    padding: 0 30px !important;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
  }
  .sppb-addon-image-content .sppb-row .tz-image {
    width: 100%;
  }
}
.sppb-addon-image-content .sppb-image-content-title {
  font-weight: 700;
}
.sppb-addon-image-content .tz-image {
  padding: 0;
  width: 58%;
  opacity: 0.1;
  z-index: -1;
  position: relative;
}
.sppb-addon-image-content .sppb-image-content-text {
  color: #ffffff;
}
.sppb-addon-image-content.aligment-left .tz-image {
  order: 1;
}
.sppb-addon-image-content.aligment-left .tz-content {
  order: 2;
  padding: 0 60px 0 20px;
}
.sppb-addon-image-content.aligment-right .tz-image {
  order: 2;
}
.sppb-addon-image-content.aligment-right .tz-content {
  order: 1;
  padding: 0 20px 0 60px;
}
.tz-carousel-full-width {
  overflow: hidden;
  margin: 0 -15px;
}
.tz-carousel-full-width .owl-carousel .owl-stage-outer {
  overflow: visible;
}
.tz-carousel-full-width .owl-carousel .owl-stage-outer:after {
  content: '';
  width: 10000px;
  position: absolute;
  right: -10030px;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  top: 0;
  z-index: 1;
}
.tz-carousel-full-width .owl-carousel .owl-stage-outer:before {
  content: '';
  width: 10000px;
  position: absolute;
  left: -10030px;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  top: 0;
  z-index: 1;
}
.tz-carousel-full-width .sppb-addon-content {
  max-width: 1200px;
  margin: auto;
  padding: 0 15px;
}
.tz-mod-vehicle .tzpp_content {
  background: #ffffff;
  padding-top: 26px;
  padding-bottom: 3px;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}
.tz-mod-vehicle .title {
  font-size: 14px;
  color: #222222;
  line-height: 15px;
  margin-bottom: 15px;
}
.tz-mod-vehicle .title:hover a {
  color: #ff5400;
}
.tz-mod-vehicle .title:before {
  content: '';
  height: 15px;
  width: 3px;
  background: #ff5400;
  top: 2px;
  position: relative;
  display: inline-block;
  margin-right: 18px;
}
.tz-mod-vehicle .title a {
  color: #222222;
}
.tz-mod-vehicle .description {
  padding: 0 20px 15px 20px;
}
.tz-mod-vehicle .description p {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 10px;
}
.tz-mod-vehicle .tz_field_top {
  display: flex;
  flex-wrap: wrap;
  margin: 0 1px 0 3px;
}
.tz-mod-vehicle .tz_field_top .tz_field {
  text-align: center;
  width: 33.33%;
  font-size: 14px;
  padding: 10px 0;
  border-right: 1px solid #ffffff;
  background: #f1f1f1;
  color: #565656;
}
.tz-mod-vehicle .tz_field_top .tz_field i {
  margin-right: 5px;
}
.tz-mod-vehicle .tz_field_top .tz_field div {
  display: inline-block;
}
.tz-mod-vehicle .tzpp_media {
  position: relative;
}
.tz-mod-vehicle .tz_field_bottom {
  position: absolute;
  bottom: 25px;
  left: 0;
  z-index: 1;
  padding: 10px 18px;
  background: #ff5400;
  font-family: 'Montserrat', sans-serif, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #ffffff;
}
.tz-mod-vehicle .tz_field_bottom .tz_field {
  display: inline-block;
}
.tz-mod-vehicle .tz_field_bottom .price,
.tz-mod-vehicle .tz_field_bottom .price_discount {
  font-weight: 700;
  font-size: 15px;
}
.tz-mod-vehicle .tz_field_bottom .price_discount {
  margin-right: 8px;
  position: relative;
}
.tz-mod-vehicle .tz_field_bottom .price_discount:after {
  content: '';
  margin-left: 8px;
  height: 12px;
  top: 1px;
  width: 1px;
  background: rgba(255, 255, 255, 0.5);
  display: inline-block;
  position: relative;
}
.tz-mod-vehicle .tz_field_bottom .has_discount .price {
  font-weight: 400;
  font-size: 13px;
}
.tz-mod-vehicle.owl-theme .owl-nav {
  margin: 0;
}
.tz-mod-vehicle.owl-theme .owl-nav > div {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  height: 45px;
  width: 45px;
  text-align: center;
  line-height: 45px;
  font-size: 18px;
  color: #ffffff;
  margin: 0;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #222222;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.tz-mod-vehicle.owl-theme .owl-nav > div:hover {
  background: #ff5400;
}
.tz-mod-vehicle.owl-theme .owl-nav > div.owl-prev {
  left: -125px;
}
@media (max-width: 1400px) {
  .tz-mod-vehicle.owl-theme .owl-nav > div.owl-prev {
    left: -45px;
  }
}
@media (max-width: 1199px) {
  .tz-mod-vehicle.owl-theme .owl-nav > div.owl-prev {
    left: 0;
    margin-top: -20px;
  }
}
@media (max-width: 991px) {
  .tz-mod-vehicle.owl-theme .owl-nav > div.owl-prev {
    left: 0;
    margin-top: 5px;
  }
}
.tz-mod-vehicle.owl-theme .owl-nav > div.owl-next {
  right: -125px;
}
@media (max-width: 1400px) {
  .tz-mod-vehicle.owl-theme .owl-nav > div.owl-next {
    right: -45px;
  }
}
@media (max-width: 1199px) {
  .tz-mod-vehicle.owl-theme .owl-nav > div.owl-next {
    right: 0;
    margin-top: -20px;
  }
}
@media (max-width: 991px) {
  .tz-mod-vehicle.owl-theme .owl-nav > div.owl-next {
    right: 0;
    margin-top: 5px;
  }
}
.tz-mod-vehicle .masonry {
  margin: 0 -15px;
}
.tz-mod-vehicle .masonry .TzInner {
  padding: 20px 15px;
}
.tz-mod-vehicle.TzContent {
  margin: 0 -15px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .tz-mod-vehicle.TzContent {
    padding: 0 15px;
  }
}
.tz-mod-vehicle.TzContent .element {
  background: transparent;
}
.tz-mod-vehicle .option-combo {
  margin-bottom: 15px;
}
.tz-mod-vehicle .option-combo a {
  background: transparent;
  border: none;
  font-family: 'Muli', sans-serif, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #222222;
  font-size: 14px;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .tz-mod-vehicle .option-combo a {
    font-size: 13px;
    padding: 0 10px;
  }
}
@media (max-width: 400px) {
  .tz-mod-vehicle .option-combo a {
    font-size: 12px;
    padding: 0 5px;
  }
}
.tz-mod-vehicle .option-combo a:hover,
.tz-mod-vehicle .option-combo a.selected {
  color: #ff5400;
}
div.sppb-addon-single-image-container {
  display: block;
}
/*---- Revolution ----*/
.tparrows.preview1 {
  width: 72px;
  height: 72px;
}
.tparrows.preview1:after {
  width: 72px;
  height: 72px;
  line-height: 72px;
  font-family: FontAwesome;
  color: #252525;
  background: #ffffff;
}
.tparrows.preview1:hover:after {
  background: #222222;
  color: #ffffff;
}
.tparrows.preview1.tp-rightarrow:after {
  content: '\f054';
}
.tparrows.preview1.tp-leftarrow:after {
  content: '\f053';
}
.tparrows.preview1 .tp-arr-imgholder {
  width: 150%;
}
@media (max-width: 767px) {
  .tparrows.preview1 {
    height: 40px;
    width: 40px;
  }
  .tparrows.preview1:after {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
.revo-auto-showroom-title {
  font-family: 'Montserrat', sans-serif, Arial, sans-serif;
  font-size: 55px;
  color: #ffffff;
  font-weight: 700;
  line-height: 1em;
}
.revo-auto-showroom-title:before {
  content: '';
  width: 4px;
  height: 39px;
  top: 1px;
  position: relative;
  margin-right: 17px;
  display: inline-block;
  background: #ff5400;
}
@media (max-width: 991px) {
  .revo-auto-showroom-title:before {
    height: 28px;
  }
}
@media (max-width: 767px) {
  .revo-auto-showroom-title:before {
    height: 15px;
    margin-right: 10px;
  }
}
.revo-auto-showroom-title.splitted .tp-splitted {
  display: inline-block !important;
}
.revo-auto-showroom-title1 {
  font-size: 36px;
  font-family: 'Montserrat', sans-serif, Arial, sans-serif;
  color: #ffffff;
  font-weight: 700;
  line-height: 0.75em;
  border-left: 4px solid #ff5400;
  padding-left: 15px;
  text-transform: uppercase;
}
.revo-auto-showroom-title1 p {
  margin: 30px 0 0;
  color: #ffffff;
}
.revo-auto-showroom-title1 span {
  color: #222222;
}
.revo-auto-showroom-title1 span.white {
  color: #ffffff;
  position: relative;
  top: -20px;
  margin-right: 10px;
  font-weight: 700;
  font-size: 24px;
}
@media (max-width: 480px) {
  .revo-auto-showroom-title1 span.white {
    top: -5px;
  }
}
.revo-auto-showroom-title1 .price {
  font-size: 48px;
  font-family: 'Montserrat', sans-serif, Arial, sans-serif;
  font-weight: 700;
}
.revo-auto-showroom-title1 .price1 {
  color: #ff5400;
  font-size: 48px;
  font-family: 'Montserrat', sans-serif, Arial, sans-serif;
  font-weight: 700;
}
.revo-auto-showroom-title1 .muli-bold-white {
  font-family: 'Muli', sans-serif, Arial, sans-serif;
  font-weight: 700;
  color: #ffffff;
}
.revo-auto-showroom-new {
  background: #ff5400;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif, Arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  padding: 5px 18px;
  letter-spacing: 1px;
}
.revo-auto-showroom-price {
  font-family: 'Muli', sans-serif, Arial, sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700;
  color: #ffffff;
}
.revo-auto-showroom-price span {
  color: #ff5400;
}
.revo-auto-showroom-desc {
  font-family: 'Muli', sans-serif, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 27px;
  color: #ffffff;
}
.revo-auto-showroom-desc.style-2 {
  font-size: 15px;
}
.revo-auto-showroom-btn a {
  background: #ff5400;
  color: #ffffff;
  font-size: 14px;
  font-family: 'Muli', sans-serif, Arial, sans-serif;
  text-transform: uppercase;
  padding: 15px 30px;
  letter-spacing: 2px;
  display: inline-block;
  font-weight: 500;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.revo-auto-showroom-btn a:hover {
  background: #222222;
  color: #ffffff;
}
.tp-dottedoverlay.twoxtwo {
  background: rgba(46, 46, 46, 0.3);
}
/*---- Magazine ----*/
.tz_item--magazine {
  position: relative;
}
.tz_item--magazine:hover .tz_content .tz_right {
  top: -90px;
}
.tz_item--magazine .tz_image {
  position: relative;
}
.tz_item--magazine .mod-articles-category-date {
  position: absolute;
  top: 0;
  right: 0;
  background: #ff5400;
  color: #ffffff;
  display: flex;
  font-size: 13px;
  height: 30px;
  line-height: 30px;
}
.tz_item--magazine .mod-articles-category-date span {
  padding: 0 10px;
  display: inline-block;
}
.tz_item--magazine .mod-articles-category-date i {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #ff5400;
  background: #ffffff;
  font-size: 16px;
}
.tz_item--magazine .tz_content {
  width: 100%;
  position: relative;
}
.tz_item--magazine .tz_content .tz_left {
  width: 70px;
  text-align: center;
  background: #ffffff;
  min-height: 140px;
  margin: 0 1px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.14);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.14);
}
.tz_item--magazine .tz_content .tz_left > * {
  display: block;
  height: 70px;
  padding: 15px 0;
  border-bottom: 1px solid #f3f3f3;
}
.tz_item--magazine .tz_content .tz_left > * i {
  display: block;
  color: #bdbdbd;
  margin-bottom: 5px;
}
.tz_item--magazine .tz_content .tz_right {
  right: 0;
  left: 70px;
  position: absolute;
  background: #ffffff;
  top: -50px;
  margin-top: 30px;
  bottom: 0;
  padding: 22px 20px 15px;
  -webkit-box-shadow: -1px 0 3px rgba(0, 0, 0, 0.14);
  box-shadow: -1px 0 3px rgba(0, 0, 0, 0.14);
  border-right: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.tz_item--magazine .tz_content .tz_right .tz_info {
  height: 100%;
  overflow: hidden;
}
.tz_item--magazine .tz_content .mod-articles-category-title {
  line-height: 18px;
  font-family: 'Muli', sans-serif, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #222222;
  letter-spacing: 1px;
  display: block;
  position: relative;
}
.tz_item--magazine .tz_content .mod-articles-category-title:before {
  content: '';
  display: block;
  width: 3px;
  height: 14px;
  background: #ff5400;
  position: absolute;
  top: 1px;
  left: -20px;
}
.tz_item--magazine .tz_content .tz_front_info {
  margin-bottom: 15px;
  font-size: 13px;
  font-style: italic;
  color: #222222;
}
.tz_item--magazine .tz_content .tz_front_info a {
  font-size: 13px;
  color: #ff5400;
}
.tz_item--magazine .tz_content .tz_front_info span:first-child {
  border-right: 1px solid #e7e7e7;
  margin-right: 10px;
  padding-right: 10px;
}
.tz_item--magazine .tz_content .mod-articles-category-introtext {
  margin: 10px 0;
  line-height: 22px;
  font-size: 13px;
  font-weight: 600;
}
.tz_item--magazine .tz_content .mod-articles-category-readmore {
  padding-top: 5px;
}
.tz_item--magazine .tz_content .mod-articles-category-readmore a {
  font-size: 14px;
  font-weight: 600;
  color: #ff5400;
}
.tz_item--magazines .owl-stage-outer {
  padding-bottom: 3px;
}
.tz_item--magazines .owl-dots div.owl-dot {
  height: 14px;
  width: 14px;
  margin: 0 8px;
}
.tz_item--magazines .owl-dots div.owl-dot.active span,
.tz_item--magazines .owl-dots div.owl-dot:hover span {
  width: 14px;
  height: 14px;
  margin: 0;
  background: #ff5400;
}
.tz_item--magazines .owl-dots div.owl-dot span {
  height: 6px;
  width: 6px;
  margin: 4px auto;
  padding: 0;
  background: #ff5400;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (max-width: 480px) {
  .tz_item--magazines .owl-dots div.owl-dot {
    margin: 0 5px;
  }
}
.tz_item--magazines .owl-theme {
  padding-bottom: 77px;
}
.tz_item--magazines .owl-theme .owl-dots {
  position: absolute;
  bottom: 11px;
  right: 45px;
  left: 45px;
}
.tz_item--magazines .owl-theme .owl-nav {
  margin: 0;
}
.tz_item--magazines .owl-theme .owl-nav > div {
  position: absolute;
  bottom: 0;
  height: 45px;
  width: 45px;
  text-align: center;
  line-height: 45px;
  font-size: 18px;
  color: #ffffff;
  margin: 0;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #222222;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.tz_item--magazines .owl-theme .owl-nav > div:hover {
  background: #ff5400;
}
.tz_item--magazines .owl-theme .owl-nav > div.owl-prev {
  left: 0;
}
.tz_item--magazines .owl-theme .owl-nav > div.owl-next {
  right: 0;
}
@media (max-width: 480px) {
  .tz_item--magazines .owl-theme .owl-nav > div {
    bottom: 6px;
    height: 35px;
    width: 35px;
    line-height: 35px;
  }
}
/*--- Tz Filter Inline ---*/
.tz-filter-inline form {
  display: flex;
  flex-wrap: wrap;
}
.tz-filter-inline .form-group,
.tz-filter-inline .tz-form-group {
  width: 25%;
  margin: 0;
  padding: 5px 6px;
}
.tz-filter-inline .form-group label,
.tz-filter-inline .tz-form-group label {
  display: none;
}
.tz-filter-inline .form-group textarea,
.tz-filter-inline .tz-form-group textarea {
  max-height: 40px;
}
.tz-filter-inline .form-group:first-child,
.tz-filter-inline .tz-form-group:first-child {
  padding-left: 0;
}
.tz-filter-inline .form-group input,
.tz-filter-inline .tz-form-group input,
.tz-filter-inline .form-group textarea,
.tz-filter-inline .tz-form-group textarea,
.tz-filter-inline .form-group select,
.tz-filter-inline .tz-form-group select {
  border: 1px solid #dfdfdf;
  background: #ffffff;
  color: #bdbdbd;
  line-height: 25px;
  padding: 10px 15px;
}
.tz-filter-inline .form-group .chzn-container-single,
.tz-filter-inline .tz-form-group .chzn-container-single {
  display: block;
  width: 100% !important;
  margin: 0;
}
.tz-filter-inline .form-group .chzn-container-single .chzn-single,
.tz-filter-inline .tz-form-group .chzn-container-single .chzn-single {
  height: auto;
  padding: 10px 15px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 1px solid #dfdfdf;
  background: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #bdbdbd;
}
.tz-filter-inline .form-group .chzn-container-single .chzn-single div,
.tz-filter-inline .tz-form-group .chzn-container-single .chzn-single div {
  top: 10px;
  right: 10px;
  width: 15px;
}
.tz-filter-inline .form-group .chzn-container-single .chzn-drop,
.tz-filter-inline .tz-form-group .chzn-container-single .chzn-drop {
  border: 1px solid #dfdfdf;
  color: #bdbdbd;
  margin: -1px 10px 5px 0;
  padding: 10px 10px 5px 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.tz-filter-inline .form-group .chzn-container-single .chzn-results,
.tz-filter-inline .tz-form-group .chzn-container-single .chzn-results {
  color: #bdbdbd;
}
@media (max-width: 767px) {
  .tz-filter-inline .form-group,
  .tz-filter-inline .tz-form-group {
    width: 50%;
  }
  .tz-filter-inline .form-group:first-child,
  .tz-filter-inline .tz-form-group:first-child {
    padding-left: 6px;
  }
}
.tz-filter-inline .tz-fileds {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 85%;
}
@media (max-width: 767px) {
  .tz-filter-inline .tz-fileds {
    width: 100%;
  }
}
.tz-filter-inline .button {
  background: #222;
  border: none;
  box-shadow: none;
  line-height: 44px;
  width: 100%;
  padding: 0;
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
}
.tz-filter-inline .button:hover {
  color: #ffffff;
  background: #ff5400;
}
.tz-filter-inline .tz-button {
  padding-left: 15px;
  width: 15%;
  float: right;
  margin-top: 5px;
  order: 2;
}
@media (max-width: 767px) {
  .tz-filter-inline .tz-button {
    width: 100%;
    padding: 0 7px;
  }
}
@media (max-width: 767px) {
  .tz-filter-inline {
    margin: 0 -6px;
  }
}
.tz-filter-vertical {
  background: #ffffff;
}
.tz-filter-vertical form {
  padding: 15px 30px 25px 30px;
}
@media (max-width: 767px) {
  .tz-filter-vertical form {
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  }
}
.tz-filter-vertical form label {
  text-transform: uppercase;
  font-weight: 600;
  color: #222222;
  display: block;
  margin-bottom: 5px;
  font-size: 13px;
}
.tz-filter-vertical form textarea,
.tz-filter-vertical form input {
  border: 1px solid #dfdfdf;
  background: transparent;
  color: #bdbdbd;
}
.tz-filter-vertical form .chzn-container-single {
  display: block;
  width: 100% !important;
  margin: 0;
}
.tz-filter-vertical form .chzn-container-single .chzn-single {
  height: auto;
  padding: 10px 15px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 1px solid #dfdfdf;
  background: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #bdbdbd;
}
.tz-filter-vertical form .chzn-container-single .chzn-single div {
  top: 10px;
  right: 10px;
  width: 15px;
}
.tz-filter-vertical form .chzn-container-single .chzn-drop {
  border: 1px solid #dfdfdf;
  color: #bdbdbd;
  margin: -1px 10px 5px 0;
  padding: 10px 10px 5px 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.tz-filter-vertical form .chzn-container-single .chzn-results {
  color: #bdbdbd;
}
.tz-filter-vertical form .tz-form-group {
  margin-bottom: 15px;
}
.tz-filter-vertical h3 {
  background: #f7f9fb;
  border-top: 3px solid #ff5400;
  font-family: 'Montserrat', sans-serif, Arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #ff5400;
  line-height: 18px;
  padding: 16px 30px;
}
.tz-filter-vertical .tz-button {
  margin-top: 45px;
}
.tz-filter-vertical .button {
  background: #222;
  border: none;
  box-shadow: none;
  line-height: 44px;
  padding: 0 35px;
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
}
@media (max-width: 767px) {
  .tz-filter-vertical .button {
    line-height: 35px;
  }
}
.tz-filter-vertical .button:hover {
  color: #ffffff;
  background: #ff5400;
}
/*--- Slide Home 3 ---*/
.tz-slide-home-3 {
  background: #f7f9fb;
}
.tz-slide-home-3 .tz_portfolio_plus_image {
  height: 96vh;
  max-height: 920px;
  min-height: 920px;
  background-size: cover !important;
}
@media (max-width: 1199px) {
  .tz-slide-home-3 .tz_portfolio_plus_image {
    max-height: inherit;
    min-height: 0;
  }
}
.tz-slide-home-3 .tz__block--title {
  position: absolute !important;
  top: 250px;
  left: 50%;
  z-index: 111;
  margin-left: -585px;
  border-left: 4px solid #ff5400;
  padding: 0 15px 0 15px;
}
@media (max-width: 991px) {
  .tz-slide-home-3 .tz__block--title {
    margin-left: -440px;
  }
}
@media (max-width: 800px) {
  .tz-slide-home-3 .tz__block--title {
    margin-left: -355px;
    width: auto;
  }
}
@media (max-width: 767px) {
  .tz-slide-home-3 .tz__block--title {
    margin-left: -160px;
    max-width: 320px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin-top: -80px;
  }
}
.tz-slide-home-3 .tz__block--title .title {
  margin: 0;
  padding: 0;
}
.tz-slide-home-3 .tz__block--title .title a {
  font-size: 36px;
  color: #fff;
  text-transform: uppercase;
  display: block;
  line-height: 30px;
  padding-bottom: 15px;
  padding-left: 0;
  border: none;
}
@media (max-width: 767px) {
  .tz-slide-home-3 .tz__block--title .title a {
    font-size: 18px;
    padding-bottom: 5px;
  }
}
.tz-slide-home-3 .tz__block--title .tz_field_bottom {
  color: #ffffff;
}
.tz-slide-home-3 .tz__block--title .tz_field_bottom .price {
  font-weight: 700;
  font-size: 48px;
  color: #ff5400;
  font-family: 'Montserrat', sans-serif, Arial, sans-serif;
  line-height: 40px;
}
@media (max-width: 767px) {
  .tz-slide-home-3 .tz__block--title .tz_field_bottom .price {
    font-size: 30px;
    line-height: 25px;
  }
}
.tz-slide-home-3 .tz__block--title .tz_field_bottom .price span {
  font-size: 24px;
  font-family: 'Muli', sans-serif, Arial, sans-serif;
  color: #fff;
  position: relative;
  top: -15px;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .tz-slide-home-3 .tz__block--title .tz_field_bottom .price span {
    font-size: 14px;
    top: -10px;
  }
}
.tz-slide-home-3 .tzpp_content {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  width: 800px;
  background: #ff5400;
  padding: 35px 35px 0;
}
.tz-slide-home-3 .tzpp_content * {
  color: #ffffff;
}
@media (max-width: 1199px) {
  .tz-slide-home-3 .tzpp_content {
    width: 60%;
  }
}
@media (max-width: 991px) {
  .tz-slide-home-3 .tzpp_content {
    right: 13px;
    width: auto;
    left: 13px;
    bottom: 20px;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 767px) {
  .tz-slide-home-3 .tzpp_content {
    padding: 25px 20px 0;
  }
}
@media (max-width: 480px) {
  .tz-slide-home-3 .tzpp_content {
    position: relative;
    right: 0;
    left: 0;
    bottom: 0;
    margin: 0px -15px 30px;
  }
}
.tz-slide-home-3 .title {
  margin-bottom: 35px;
}
@media (max-width: 480px) {
  .tz-slide-home-3 .title {
    margin-bottom: 10px;
  }
}
.tz-slide-home-3 .title a {
  color: #fff;
  font-size: 24px;
  font-family: 'Montserrat', sans-serif, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 480px) {
  .tz-slide-home-3 .title a {
    font-size: 18px;
  }
}
.tz-slide-home-3 .container {
  position: relative;
}
.tz-slide-home-3 .tzpp_media {
  padding-bottom: 90px;
  background: #f7f9fb;
}
@media (max-width: 480px) {
  .tz-slide-home-3 .tzpp_media {
    padding: 0;
  }
}
.tz-slide-home-3 .tz_field_top {
  background: #ffffff;
  padding: 0 20px;
  margin: 0 -35px;
}
@media (max-width: 767px) {
  .tz-slide-home-3 .tz_field_top {
    margin: 0 -20px;
  }
}
@media (max-width: 480px) {
  .tz-slide-home-3 .tz_field_top {
    padding: 0 10px;
  }
}
.tz-slide-home-3 .tz_field_top .tz_field {
  display: inline-block;
  font-weight: normal;
  color: #222222;
  padding: 35px 15px;
}
.tz-slide-home-3 .tz_field_top .tz_field i {
  margin-right: 5px;
}
.tz-slide-home-3 .tz_field_top .tz_field * {
  color: #222222;
  display: inline-block;
}
@media (max-width: 480px) {
  .tz-slide-home-3 .tz_field_top .tz_field {
    padding: 20px 10px;
  }
}
.tz-slide-home-3.owl-theme .owl-dots {
  position: absolute;
  bottom: 11px;
  right: 45px;
  left: 45px;
}
.tz-slide-home-3.owl-theme .owl-nav {
  margin: 0;
}
.tz-slide-home-3.owl-theme .owl-nav > div {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  height: 72px;
  width: 72px;
  text-align: center;
  line-height: 72px;
  font-size: 30px;
  color: #ffffff;
  margin: 0;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #222222;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.tz-slide-home-3.owl-theme .owl-nav > div:before {
  font-size: 30px;
  line-height: 72px;
}
.tz-slide-home-3.owl-theme .owl-nav > div:hover {
  background: #ff5400;
}
.tz-slide-home-3.owl-theme .owl-nav > div.owl-prev {
  left: 0;
}
.tz-slide-home-3.owl-theme .owl-nav > div.owl-next {
  right: 0;
}
@media (max-width: 767px) {
  .tz-slide-home-3.owl-theme .owl-nav > div {
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 18px;
    margin-top: -50px;
  }
  .tz-slide-home-3.owl-theme .owl-nav > div:before {
    font-size: 18px;
    line-height: 40px;
  }
}
.tz-filter-on-slide {
  position: absolute;
  max-width: 340px;
  left: 50%;
  margin-left: -585px;
  bottom: 0;
  z-index: 99;
}
@media (max-width: 1199px) {
  .tz-filter-on-slide {
    max-width: 300px;
    margin-left: -420px;
  }
}
@media (max-width: 991px) {
  .tz-filter-on-slide {
    position: relative;
    max-width: none;
    margin: 30px 23px 30px;
    left: 0;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  }
}
@media (max-width: 767px) {
  .tz-filter-on-slide {
    margin: 30px 15px;
  }
}
/*--- Filter Home Slide 1 ---*/
.tz-fix-position-filter {
  position: absolute;
  top: 150px;
  left: 50%;
  transform: translate(50%, 0);
  z-index: 9999;
  margin-left: 65px;
  max-width: 340px;
}
.tz-filter .tz__auto__showroom--field select {
  width: 50%;
  display: inline-block;
}
.tz-filter .tz__auto__showroom--field .chzn-container-single {
  width: 49% !important;
  display: inline-block;
}
/*--- Filter Background Gradient ---*/
.tz-filter-bg-gradient {
  padding: 50px 15px;
  margin: 0 -15px;
  background: rgba(255, 84, 0, 0.8);
  position: relative;
}
.tz-filter-bg-gradient:before {
  content: '';
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0.8;
}
.tz-filter-bg-gradient:after {
  content: '';
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background: rgba(255, 85, 0, 0.5);
  background: -moz-linear-gradient(-45deg, rgba(255, 85, 0, 0.5) 0%, rgba(48, 109, 113, 0.5) 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(255, 85, 0, 0.5)), color-stop(100%, rgba(48, 109, 113, 0.5)));
  background: -webkit-linear-gradient(-45deg, rgba(255, 85, 0, 0.5) 0%, rgba(48, 109, 113, 0.5) 100%);
  background: -o-linear-gradient(-45deg, rgba(255, 85, 0, 0.5) 0%, rgba(48, 109, 113, 0.5) 100%);
  background: -ms-linear-gradient(-45deg, rgba(255, 85, 0, 0.5) 0%, rgba(48, 109, 113, 0.5) 100%);
  background: linear-gradient(135deg, rgba(255, 85, 0, 0.5) 0%, rgba(48, 109, 113, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5500', endColorstr='#306d71', GradientType=1);
}
.tz-filter-bg-gradient .tz-form-group input,
.tz-filter-bg-gradient .tz-form-group select {
  background: rgba(255, 255, 255, 0.2);
  border: none;
  color: #ffffff;
  font-size: 14px;
}
.tz-filter-bg-gradient .tz-form-group input::-webkit-input-placeholder,
.tz-filter-bg-gradient .tz-form-group select::-webkit-input-placeholder {
  color: #fff;
}
.tz-filter-bg-gradient .tz-form-group input::-moz-placeholder,
.tz-filter-bg-gradient .tz-form-group select::-moz-placeholder {
  color: #fff;
}
.tz-filter-bg-gradient .tz-form-group input:-ms-input-placeholder,
.tz-filter-bg-gradient .tz-form-group select:-ms-input-placeholder {
  color: #fff;
}
.tz-filter-bg-gradient .tz-form-group input:-moz-placeholder,
.tz-filter-bg-gradient .tz-form-group select:-moz-placeholder {
  color: #fff;
}
.tz-filter-bg-gradient .tz-form-group .chzn-container-single .chzn-single {
  background: rgba(255, 255, 255, 0.2);
  border: none;
  font-size: 14px;
}
.tz-filter-bg-gradient .tz-form-group .chzn-container-single .chzn-single span {
  color: #ffffff;
}
.tz-filter-bg-gradient .sppb-addon-content {
  z-index: 1;
  position: relative;
}
.tz-filter-bg-gradient .button {
  background: #ff5400;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif, Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0.5px;
}
.tz-filter-bg-gradient .tz-form-group .chzn-container-single .chzn-single div > b {
  background: none;
}
.tz-filter-bg-gradient .tz-form-group .chzn-container-single .chzn-single div > b:after {
  content: '\f0d7';
  font-family: FontAwesome;
  color: #ffffff;
}
.tz-filter-bg-gradient .tz-form-group .chzn-container-single .chzn-drop {
  background: #ffffff;
  border-color: #ffffff;
}
.tz-filter-bg-gradient .tz-form-group .chzn-container-single .chzn-drop .chzn-results {
  color: #222222;
}
.tz-filter-bg-gradient .chzn-container-active.chzn-with-drop .chzn-single div b:after {
  content: '\f0d8';
}
/*------ Slide 4 -------*/
.tz__bg--gradient .tp-dottedoverlay {
  background: rgba(0, 0, 0, 0.4);
}
.tz__bg--gradient .tp-dottedoverlay:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  background: rgba(255, 84, 0, 0.4);
  background: -moz-linear-gradient(-140deg, rgba(255, 84, 0, 0.4) 0%, rgba(255, 84, 0, 0.4) 0%, rgba(255, 84, 0, 0.4) 0%, rgba(48, 109, 113, 0.4) 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(255, 84, 0, 0.4)), color-stop(0%, rgba(255, 84, 0, 0.4)), color-stop(0%, rgba(255, 84, 0, 0.4)), color-stop(100%, rgba(48, 109, 113, 0.4)));
  background: -webkit-linear-gradient(-140deg, rgba(255, 84, 0, 0.4) 0%, rgba(255, 84, 0, 0.4) 0%, rgba(255, 84, 0, 0.4) 0%, rgba(48, 109, 113, 0.4) 100%);
  background: -o-linear-gradient(-140deg, rgba(255, 84, 0, 0.4) 0%, rgba(255, 84, 0, 0.4) 0%, rgba(255, 84, 0, 0.4) 0%, rgba(48, 109, 113, 0.4) 100%);
  background: -ms-linear-gradient(-140deg, rgba(255, 84, 0, 0.4) 0%, rgba(255, 84, 0, 0.4) 0%, rgba(255, 84, 0, 0.4) 0%, rgba(48, 109, 113, 0.4) 100%);
  background: linear-gradient(-140deg, rgba(255, 84, 0, 0.4) 0%, rgba(255, 84, 0, 0.4) 0%, rgba(255, 84, 0, 0.4) 0%, rgba(48, 109, 113, 0.4) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5400', endColorstr='#306d71', GradientType=1);
}
.tz__bg--gradient .tparrows.preview1:after {
  background: #222222;
  color: #ffffff;
}
.tz__bg--gradient .tparrows.preview1:hover:after {
  background: #ff5400;
  color: #222222;
}
/*------ Gradient 50% -------*/
.tz-bg-gradient-50 .sppb-row-overlay:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 84, 0, 0.4);
  background: -moz-linear-gradient(-140deg, rgba(255, 84, 0, 0.3) 30%, rgba(48, 109, 113, 0.4) 70%);
  background: -webkit-gradient(left top, right bottom, color-stop(30%, rgba(255, 84, 0, 0.3)), color-stop(70%, rgba(48, 109, 113, 0.4)));
  background: -webkit-linear-gradient(-140deg, rgba(255, 84, 0, 0.3) 30%, rgba(48, 109, 113, 0.4) 70%);
  background: -o-linear-gradient(-140deg, rgba(255, 84, 0, 0.3) 30%, rgba(48, 109, 113, 0.4) 70%);
  background: -ms-linear-gradient(-140deg, rgba(255, 84, 0, 0.3) 30%, rgba(48, 109, 113, 0.4) 70%);
  background: linear-gradient(-140deg, rgba(255, 84, 0, 0.3) 30%, rgba(48, 109, 113, 0.4) 70%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5400', endColorstr='#306d71', GradientType=1);
}
/*------ Tab Module -----*/
.tz-addon-tab-module .nav {
  text-align: center;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.tz-addon-tab-module .nav li {
  margin: 0;
  background: transparent;
  padding: 0;
}
.tz-addon-tab-module .nav li a {
  font-size: 18px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif, Arial, sans-serif;
  color: #222222;
  text-transform: uppercase;
  line-height: 25px;
  padding: 10px 35px;
  background: #ffffff;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 480px) {
  .tz-addon-tab-module .nav li a {
    font-size: 12px;
    padding: 5px 20px;
  }
}
.tz-addon-tab-module .nav li:hover a,
.tz-addon-tab-module .nav li.active a {
  color: #ffffff;
  background: #ff5400;
}
.tz-addon-tab-module .nav li.open > a,
.tz-addon-tab-module .nav li.open > a:hover {
  background: #ff5400;
  border-right-color: rgba(0, 0, 0, 0.1);
}
.tz-addon-tab-module .nav li:first-child a {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.tz-addon-tab-module .nav li:last-child a {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  border-right: none;
}
.tz-addon-tab-module .nav:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  width: 60px;
  height: 4px;
  border-top: 1px solid #ff5400;
  border-bottom: 1px solid #ff5400;
  margin-left: -30px;
}
.tz-addon-tab-module .tz-desc {
  max-width: 720px;
  margin: auto;
  text-align: center;
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 60px;
}
.tz-block--container > .sppb-addon-content {
  max-width: 1200px;
  padding: 0;
  margin: auto;
}
.tz_show_field_vehicle_type {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: 'Muli', sans-serif, Arial, sans-serif;
}
.tz_show_field_vehicle_type > * {
  width: 20%;
  margin-right: 5%;
  margin-bottom: 20px;
}
.tz_show_field_vehicle_type .title {
  text-align: center;
  font-size: 13px;
  color: #565656;
  font-weight: 400;
  margin-top: 5px;
  display: block;
}
.tz_show_field_vehicle_type .tz_field_vehicle:hover a {
  color: #ff5400;
}
.tz_search_by_make {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-family: 'Muli', sans-serif, Arial, sans-serif;
}
.tz_search_by_make > * {
  width: 30%;
  margin-right: 3%;
  margin-bottom: 15px;
}
.tz_search_by_make .logo_make {
  margin-right: 15px;
}
.tz_search_by_make a {
  font-size: 13px;
  font-weight: 400;
}
.tz__social__share.tz__social__share--1 ul {
  margin: 0;
  background: #ff5400;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  padding: 0 27px;
}
@media (max-width: 991px) {
  .tz__social__share.tz__social__share--1 ul {
    padding: 0 20px;
  }
}
.tz__social__share.tz__social__share--1 ul li {
  margin: 0;
}
.tz__social__share.tz__social__share--1 ul li a {
  background: transparent !important;
  padding: 0;
}
.tz__social__share.tz__social__share--1 ul li a i {
  padding: 19px 16px;
  font-size: 18px;
  color: #ffffff;
  height: auto;
  width: auto;
}
@media (max-width: 1199px) {
  .tz__social__share.tz__social__share--1 ul li a i {
    padding: 15px 10px;
  }
}
@media (max-width: 991px) {
  .tz__social__share.tz__social__share--1 ul li a i {
    padding: 15px 7px;
  }
}
.tz__social__share.tz__social__share--1 ul li a:hover i {
  animation-name: autoshowroom_rotate;
  animation-duration: 1.5s;
  animation-delay: 0s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.tz__social__share .sppb-social-share-wrap {
  width: auto;
}
@media (max-width: 767px) {
  .tz__social__share .sppb-social-share-wrap {
    display: block;
    text-align: center;
    margin: 0;
    width: auto;
  }
  .tz__social__share .sppb-social-share-wrap .sppb-social-items-wrap {
    display: block;
  }
  .tz__social__share .sppb-social-share-wrap .sppb-social-items-wrap ul {
    margin: auto;
    padding: 0 5px;
  }
  .tz__social__share .sppb-social-share-wrap .sppb-social-items-wrap ul li a i {
    padding: 10px;
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .tz__social__share .sppb-social-share-wrap .sppb-social-items-wrap ul li a i {
    padding: 7px;
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .tz__block__footer {
    margin: 0 -15px !important;
  }
  .tz__block__footer .sppb-addon,
  .tz__block__footer .sppb-addon-module,
  .tz__block__footer .sppb-addon-text-block,
  .tz__block__footer .sppb-addon-single-image-container {
    text-align: center;
  }
}
.tz__menu--footer li {
  padding: 0 0 0 17px;
}
.tz__menu--footer li:last-child {
  padding-right: 0;
}
.tz__menu--footer li a {
  color: #868686;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.tz__menu--footer li a:hover,
.tz__menu--footer li a:focus,
.tz__menu--footer li a:active {
  color: #ffffff;
}
.tz__footer__title .sppb-addon-title {
  font-size: 14px;
  line-height: 27px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 0 19px 0;
}
.tz__footer__title p {
  color: #868686;
  line-height: 23px;
}
.tz__footer__title a,
.tz__footer__title strong {
  color: #e4e4e4;
}
.tz__footer__title strong {
  display: block;
  margin-bottom: 5px;
}
.tz__footer__title * {
  color: #868686;
}
@media (max-width: 767px) {
  .tz__footer__title .mc-field-group label {
    margin-bottom: 15px;
  }
}
.TzContact .contact-address .info {
  display: flex;
  margin-top: 11px;
}
@media (max-width: 767px) {
  .TzContact .contact-address .info {
    display: block;
  }
  .TzContact .contact-address .info i {
    width: auto;
  }
}
.TzContact .contact-address .info i {
  top: 2px;
  width: 16px;
  font-size: 16px;
  position: relative;
  margin-right: 10px;
}
.bg {
  background-color: #363633;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.tz__block__component {
  background: #f7f9fb;
  padding: 95px 0;
}
/* ---- Contact ---- */
.tz__contact {
  display: flex;
  background: #ffffff;
  padding: 38px 20px 30px;
}
@media (max-width: 991px) {
  .tz__contact {
    margin-bottom: 30px;
    flex-wrap: wrap;
  }
}
.tz__contact__left {
  width: 270px;
  min-width: 270px;
}
@media (max-width: 1199px) {
  .tz__contact__left {
    width: 220px;
    min-width: 220px;
  }
}
@media (max-width: 767px) {
  .tz__contact__left {
    width: 100%;
    min-width: 100%;
  }
}
.tz__contact__left ul li {
  display: flex;
  font-size: 12px;
  line-height: 24px;
  position: relative;
  margin-bottom: 14px;
}
.tz__contact__left ul li a {
  font-size: 12px;
  line-height: 24px;
}
.tz__contact__left ul li p {
  font-size: 12px;
  line-height: 24px;
  margin: 0;
  word-break: break-all;
}
.tz__contact__left label {
  display: block;
  padding-right: 20px;
  max-width: 150px;
  word-break: break-all;
}
.tz__contact__left .contact-links li,
.tz__contact__left .tags li {
  margin: 0;
}
.tz__contact__right {
  width: 100%;
  padding-left: 42px;
}
@media (max-width: 1199px) {
  .tz__contact__right {
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .tz__contact__right {
    margin-top: 30px;
    padding-left: 0;
  }
}
.tz__contact__right .page-header {
  color: #222222;
  padding-left: 25px;
  margin-bottom: 32px;
  position: relative;
  border: none;
  margin-top: 0;
  padding-bottom: 0;
}
.tz__contact__right .page-header:after {
  content: '';
  display: block;
  width: 6px;
  height: 24px;
  background: #ff5400;
  position: absolute;
  top: 0;
  left: 0;
}
.tz__contact__info {
  background: #f4f5f8;
  padding: 20px 24px 25px;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
}
.tz__contact__image {
  position: relative;
  background: #FFFFFF;
  padding: 40px;
  margin-top: -147px;
  margin-bottom: 12px;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 999;
}
.tz__contact__image img {
  max-width: 100%;
  height: auto;
}
.tz__contact__miscinfo {
  padding-bottom: 23px;
}
.check-box .controls,
.check-box .control-label {
  display: inline-block;
}
.check-box .control-label {
  margin-left: 5px;
}
.block__icon {
  padding-top: 5px;
  padding-right: 15px;
  font-size: 14px;
  color: #565656;
  width: 30px;
  line-height: 1em;
}
.block__card {
  font-size: 12px;
  line-height: 14px;
}
.selectForm > span {
  font-size: 12px;
}
.selectForm .chzn-container {
  width: auto !important;
}
.selectForm .chzn-single {
  font-size: 12px;
  height: auto;
  line-height: 1.5em;
}
.selectForm .chzn-single span {
  text-transform: lowercase;
}
.selectForm .chzn-container-single .chzn-single div b {
  background-position: 0 0;
}
.selectForm .chzn-container .chzn-results li {
  font-size: 12px;
  text-transform: lowercase;
}
.autoshowroom-list ul li {
  padding-bottom: 10px;
}
.autoshowroom-list ul li i {
  font-size: 13px;
  color: #ff5400;
  padding-right: 15px;
}
.tz__style--1 .contact-misc p {
  padding-bottom: 20px;
  color: #868686;
  line-height: 21px;
  margin: 0;
}
.tz__style--1 .contact-address .info {
  border-top: 1px solid #eee;
  padding: 10px 0;
  margin: 0;
}
.tz__style--1 .contact-address .info:first-child {
  border-top: none;
}
.tz__style--1 .contact-address .info i {
  color: #ff5400;
  font-size: 14px;
}
.tz-container {
  padding: 0 15px;
  max-width: 1200px;
}
.tz-container .sppb-container-inner {
  padding: 0 15px;
}
.sppb-container-inner {
  padding: 0 15px;
}
/* Title Style
/*================TZ================*/
.autoshowroom-title .AutoshowroomTitle {
  font-size: 25px;
  color: #222222;
  position: relative;
  padding-bottom: 22px;
  margin-bottom: 30px;
}
.autoshowroom-title .AutoshowroomTitle em {
  font-style: normal;
  color: #ff5400;
  font-weight: 700;
}
.autoshowroom-title .AutoshowroomTitle:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  width: 60px;
  height: 4px;
  border-top: 1px solid #ff5400;
  border-bottom: 1px solid #ff5400;
  margin-left: -30px;
}
.autoshowroom-title p {
  font-size: 15px;
}
.sppb-text-left .autoshowroom-title .AutoshowroomTitle:before,
.text-left .autoshowroom-title .AutoshowroomTitle:before {
  left: 0;
  margin-left: 0;
}
.autoshowroom-lightgallery img {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  width: 100%;
}
/* ---- Our Process ---- */
.autoshowroom-our-process {
  position: relative;
}
.autoshowroom-our-process .sppb-icon {
  position: absolute;
  left: 0;
  top: 25px;
  font-size: 120px;
  z-index: -1;
}
.autoshowroom-our-process .sppb-icon i {
  font-size: 120px;
  color: #fafafa;
}
.autoshowroom-our-process .autoshowroom-number-process {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 30px;
  color: #ff5400;
  display: block;
  margin-bottom: 10px;
}
.autoshowroom-our-process .autoshowroom-name-process {
  font-size: 14px;
  margin-bottom: 14px;
  letter-spacing: 0.5px;
}
.autoshowroom-our-process .autoshowroom-description-process {
  font-weight: 300;
  letter-spacing: 0.5px;
  margin-bottom: 30px;
}
.autoshowroom-our-process .autoshowroom_readmore {
  color: #ff5400;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.autoshowroom-our-process .autoshowroom_readmore:hover,
.autoshowroom-our-process .autoshowroom_readmore:active,
.autoshowroom-our-process .autoshowroom_readmore:focus {
  color: #222222;
}
.autoshowroom-our-process.text-dark .autoshowroom-name-process {
  color: #ffffff;
}
.autoshowroom-our-process.text-dark .autoshowroom-description-process {
  color: #edebeb;
}
.autoshowroom-our-process.text-dark .autoshowroom_readmore {
  color: #ffffff;
}
.autoshowroom-our-process.text-dark .autoshowroom_readmore:hover,
.autoshowroom-our-process.text-dark .autoshowroom_readmore:active,
.autoshowroom-our-process.text-dark .autoshowroom_readmore:focus {
  color: #ff5400;
}
.autoshowroom-our-process.text-dark .sppb-icon i {
  color: rgba(250, 250, 250, 0.1);
}
/* ---- Tz Box ---- */
.tz__box {
  position: relative;
  padding-top: 25px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 991px) {
  .tz__box {
    margin-bottom: 30px;
  }
}
.tz__box:hover .sppb-addon-title:after {
  width: 100%;
}
.tz__box .sppb-addon-title {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 24px;
  padding-bottom: 18px;
  position: relative;
  padding-right: 45px;
}
.tz__box .sppb-addon-title:before {
  background: #ff5400 none repeat scroll 0 0;
  content: "";
  display: block;
  height: 12px;
  left: -20px;
  position: absolute;
  top: 9px;
  width: 3px;
}
.tz__box .sppb-addon-title:after {
  content: '';
  display: block;
  width: 70px;
  height: 1px;
  background: #222222;
  position: absolute;
  bottom: -1px;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.tz__box .sppb-addon-title span {
  display: inline-block;
  padding-right: 20px;
  font-size: 16px;
  color: #363636;
  position: relative;
}
.tz__box .sppb-addon-title span:before {
  background: #ff5400 none repeat scroll 0 0;
  content: "";
  display: block;
  height: 1px;
  left: 100%;
  margin-top: -3px;
  position: absolute;
  top: 50%;
  width: 30px;
}
.tz__box .sppb-addon-title span:after {
  background: #ff5400 none repeat scroll 0 0;
  content: "";
  display: block;
  height: 1px;
  left: 100%;
  margin-top: 4px;
  position: absolute;
  top: 50%;
  width: 45px;
}
.tz__box ul li {
  text-align: right;
  font-size: 12px;
  line-height: 20px;
  border: none !important;
}
.tz__box ul li a {
  color: #ff5400;
}
.tz__box ul li strong {
  float: left;
  font-size: 14px;
  font-weight: normal;
}
.tz__box p {
  color: #868686;
  line-height: 21px;
  margin: 0;
}
.tz__box hr {
  margin: 10px 0;
}
.grey a i {
  color: #e1e1e1;
}
.grey a:hover i,
.grey a:active i,
.grey a:focus i {
  color: #ff5400;
}
/* --- Tz Block Contact --- */
.autoshowroom-contact-content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  display: -webkit-flex;
  /* Safari */
  -webkit-flex-wrap: wrap;
  /* Safari 6.1+ */
}
.autoshowroom-contact-content .block_button {
  width: 20%;
  text-align: right;
}
@media (max-width: 767px) {
  .autoshowroom-contact-content .block_button {
    width: 100%;
    text-align: center;
  }
}
.autoshowroom-contact-message {
  width: 80%;
  font-family: 'Montserrat', sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #ffffff;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .autoshowroom-contact-message {
    padding-right: 15px;
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .autoshowroom-contact-message {
    width: 100%;
    padding: 0 0 15px 0;
    text-align: center;
  }
}
.autoshowroom-contact-button {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 700;
  padding: 12px 30px;
  background: #ff5400;
  color: #ffffff !important;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  .autoshowroom-contact-button {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .tz__masstop .sppb-addon-content {
    text-align: left;
  }
  .tz__masstop .sppb-container-inner {
    padding: 0 15px;
  }
  .tz__masstop .sppb-container-inner .sppb-container-inner {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .tz__masstop .sppb-container-inner {
    padding: 0 15px;
  }
  .tz__masstop .sppb-container-inner .sppb-container-inner {
    padding: 0;
    margin: 0 -15px;
  }
  .tz__masstop ul li {
    display: block;
    padding: 0;
    margin: 0;
  }
}
.login-wrap .login .form-horizontal {
  width: 50%;
  margin: auto !important;
}
@media (max-width: 767px) {
  .login-wrap .login .form-horizontal {
    width: 100%;
  }
}
.login-wrap .login .form-horizontal .form-group {
  display: flex;
  align-items: center;
  margin: 0 0 20px;
}
.login-wrap .login input {
  line-height: 40px;
  border: 1px solid #dfdfdf;
  width: 100%;
  padding: 0 15px;
}
.login-wrap .login input[type="checkbox"] {
  width: auto;
}
.login-wrap .login .control-label {
  text-align: center;
  padding: 0;
}
.login-wrap .login label {
  display: block;
  margin-bottom: 5px;
}
.login-wrap .login button {
  padding: 10px 15px !important;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  body {
    font-size: 13px;
  }
  body p,
  body a {
    font-size: 13px;
  }
  .plazart-megamenu .level0 > li > a {
    padding: 45px 15px;
  }
  .tz-fix-position-filter {
    margin-left: -30px;
  }
}
@media (max-width: 991px) {
  .tz-fix-position-filter {
    margin-left: -15px;
    width: 250px;
    top: 50px;
  }
  .tz-filter select {
    width: 100%;
    min-width: 0;
    padding: 5px;
  }
  .tz-filter-vertical form {
    padding: 15px 20px 25px 20px;
  }
  .tz-filter-vertical form .chzn-container-single .chzn-single {
    padding: 5px 15px;
  }
  .tz-filter-vertical form textarea,
  .tz-filter-vertical form input {
    height: 35px;
    padding: 5px 15px;
  }
  .tz-filter-vertical .tz-button {
    margin-top: 25px;
  }
  .plazart-megamenu .navbar-nav {
    margin: 0;
    display: block;
    text-align: left;
  }
  .plazart-mainnav .navbar-collapse {
    position: absolute;
    right: -9px;
    left: -9px;
    background: #f7f9fb;
    z-index: 9999;
    top: 100%;
    padding: 0 9px 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.04);
    max-height: 350px;
    overflow-y: auto;
  }
  .plazart-megamenu .level0 > li > a {
    padding: 10px 15px;
  }
  .plazart-megamenu .dropdown-menu {
    padding: 10px 15px;
  }
  .plazart-megamenu .mega-col-nav {
    background: #ffffff;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  }
  .plazart-megamenu .mega-col-nav .mega-col-nav {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .plazart-megamenu [class*=" col-"].dropdown-menu .mega-col-nav {
    padding-top: 25px;
  }
  .plazart-megamenu [class*=" col-"].dropdown-menu .mega-col-nav .mega-col-nav {
    padding-top: 0;
  }
  .plazart-megamenu [class^="col-"].dropdown-menu .mega-inner,
  .plazart-megamenu [class*=" col-"].dropdown-menu .mega-inner {
    padding: 0 !important;
  }
  .plazart-megamenu [class*=" col-"] .mega-nav > li:first-child,
  .plazart-megamenu [class*=" col-"].dropdown-menu .mega-nav > li:first-child {
    margin-top: 0 !important;
  }
  .plazart-mainnav .navbar-header {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 15px;
    z-index: 999;
  }
  .plazart-mainnav .navbar-header .navbar-toggle {
    padding: 0;
    margin: 0;
    font-size: 18px;
    color: #222222;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .plazart-mainnav .navbar-collapse {
    right: 0;
    left: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .tz-footer-clear-both > .sppb-container-inner > .sppb-row .sppb-col-sm-6:nth-child(2n+1) {
    clear: both;
  }
}
@media (max-width: 767px) {
  .tz-fix-position-filter {
    position: relative;
    left: 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    width: 100%;
    margin: 0;
    top: 0;
  }

  .tz__vehicles .tz__vehicle .TzVehicleTitle{
    z-index: 1;
  }
  .tz__vehicles .tz__vehicle .TzInner{
    margin-bottom: 25px;
  }
  #TzInventory{
    margin-bottom: 40px;
  }
  #TzInventory .TzInner.TzList{
    display: block;
  }
  #TzInventory .TzInner.TzList .TzVehicleMedia{
    width: auto;
  }
  #TzInventory .TzInner.TzList .TzVehicleDescription{
    display: flex;
    flex-direction: column;
    padding-bottom: 3px;
  }
  #TzInventory .TzInner.TzList .tz-bottom{
    order: 2;
    padding: 15px;
    float: none !important;
    margin-left: -17px;
    border-radius: 0;
    margin-right: -17px;
  }

  .tz-search .form-inline input {
    margin-bottom: 10px;
  }

  .tpp-pagination .counter {
    display: block;
  }
}

/*.chzn-container-single {*/
  /*width: 100% !important;*/
/*}*/
.chzn-container-single .chzn-single {
  border: 1px solid #dfdfdf;
  background: #ffffff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 12px;
  color: #bdbdbd;
  height: auto;
  padding-left: 12px;
}
.chzn-container-single .chzn-single div b {
  background-position: 0 7px;
}
.chzn-container-active.chzn-with-drop .chzn-single{
  background: #ffffff;
  border-color: #dfdfdf;
}
.chzn-container-active.chzn-with-drop .chzn-single div b {
  background-position: -18px 7px;
}
.chzn-container .chzn-drop {
  border-color: #dfdfdf;
  font-size: 12px;
  color: #bdbdbd;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.chzn-container .chzn-drop .chzn-results {
  color: #bdbdbd;
  margin: 0 8px 8px 0;
  padding: 0 0 0 8px;
}
.chzn-container .chzn-drop .chzn-results li {
  color: #bdbdbd;
  padding: 5px 6px;
}
.chzn-container .chzn-drop .chzn-results li.highlighted {
  color: #ff5400;
  background: transparent;
}
.tz-search select{
  width: 200px;
}
.tz-search .group-label {
  font-family: 'Montserrat', sans-serif, Arial, sans-serif;
  font-weight: 700;
  color: #222222;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1em;
  margin-bottom: 9px;
}
.tz-search .form-control {
  height: auto;
  padding: 0 15px;
  font-size: 12px;
  background: white;
  line-height: 32px;
  border: 1px solid #dfdfdf;
}
.tz-search .form-inline input + .btn {
  margin-left: 3px;
  padding-top: 7px !important;
  padding-bottom: 7px !important;
}
.tz-search .tz__vehicles .TzPortfolioReadmore{
  color: #ff5400;
}
.tz-search .tz__vehicles .tz__vehicle .TzInner{
  margin-left: 0;
  margin-right: 0;
}

.pagination{
  margin: 0;
}
.pagination,
.tz-search .pagination{
  display: inline-block;
}
.pagination > li > a {
  border: none;
  margin: 0 5px 10px;
  color: #565656;
  background: #fff;
  padding: 9px 16px;
  line-height: 1.42857143;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
}
/*ul.pagination > li > span,*/
/*ul.pagination > li > a{*/
/*}*/
.pagination > li > a:hover,
.pagination > li > a:focus {
  color: white;
  background: #ff5400;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover {
  background: #ff5400;
}
.tpp-pagination .counter {
  margin: 0 5px 10px 0;
  padding: 9px 16px;
  background: white;
  vertical-align: top;
  display: inline-block;
  line-height: 1.42857143;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
}
.pagination>li:first-child>a,
.pagination>li:first-child>span{
  border-top-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
}
.pagination>li:last-child>a,
.pagination>li:last-child>span{
  border-top-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
}
.pagination>li:last-child>a{
  margin-right: 0;
}
/*# sourceMappingURL=template.css.map */