/*
    Theme Name: Interiart
    Theme URI: http://templaza.com
    Author: Templaza
    Author URI: http://templaza.com
    Version: 1.1
    Description:  Interiart Wordpress Theme is the best choice for you. Its stunning beauty, fashionable clean look and proper execution, accompanying with making use of Visual Composer, WooCommerce, WPML, Revolution Slider plugin, Max Mega Menu , TZ Flickr , Contact Form 7 ... will help you to own an awesome interior site.
    License: GNU General Public License v2 or later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    Tags: one-column, two-columns, three-columns, four-columns, right-sidebar, custom-menu, featured-images, full-width-template, theme-options
    Text Domain: interiart
    Domain Path: /languages
*/
/**
* Table of Contents:
*
* 1.0 General
* 2.0 Typography
* 3.0 Header
* 4.0 Breadcrumb
* 5.0 Footer
* 6.0 Blog
*   6.1 Blog Column
*   6.2 Blog Default
* 7.0 Single Blog
* 8.0 Sidebar
* 9.0 Portfolio
* 10.0 Single Portfolio
* 11.0 Element Of Content
*   11.1 Vc Row
*   11.2 Vc Column
*   11.3 List
*   11.4 Price Table
*   11.5 Skill
*   11.6 Title
*   11.7 Counter
*   11.8 Feature Item
*   11.9 Accordion
*   11.10 Video HTML5
*   11.11 Our Team
*   11.12 Quote
*   11.13 View Post
*   11.14 Portfolio Grid
*   11.15 Button
*   11.16 Gallery
*   11.17 Tabs
*   11.18 OurProcess
*   11.19 Category Grid
*   11.20 Newsletter
*   11.21 Call to action
*   11.22 Category slide
*   11.23 View Service
*   11.24 Map
*   11.25 Woocommerce
*   11.26 About Us
* 12.0 Page
* 13.0 Woocommerce Page
*   13.1 Shop
*   13.2 Shop Category
*   13.3 Shop Detail
*   13.4 Related
*   13.5 Up Sells
*   13.6 Cart
*   13.7 Wishlist
*   13.8 My Account
*   13.9 Checkout
* 14.0 Slide
* 15.0 404 Page
* 16.0 Responsive
* -----------------------------------------------------------------------------
*/
/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/font-awesome/fontawesome-webfont.eot?v=4.5.0');
  src: url('fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('fonts/font-awesome/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('fonts/font-awesome/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('fonts/font-awesome/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('fonts/font-awesome/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333333333em;
  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.2857142857142858em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.142857142857143em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.142857142857143em;
  width: 2.142857142857143em;
  top: 0.14285714285714285em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571428572em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
/**
 * 1.0 General
 * -----------------------------------------------------------------------------
 */
.clr {
  display: block;
  clear: both;
}
a:focus {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  max-width: 100%;
  /* Image does not overflow the content area */
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
.bypostauthor,
.sticky {
  color: #e5ae49;
}
div a:focus {
  outline: none;
}
.entry-content img {
  margin: 0 0 1.5em 0;
}
embed,
iframe,
object,
video {
  max-width: 100%;
}
.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}
blockquote {
  padding: 15px 20px;
  margin-top: 20px;
}
blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}
blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}
.box1 * {
  display: inline;
}
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.owl-carousel {
  display: none;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: alpha(opacity=50);
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  background: #869791;
}
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: alpha(opacity=100);
  opacity: 1;
  text-decoration: none;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: alpha(opacity=100);
  opacity: 1;
}
.owl-item.loading {
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center;
}
.plazart-dropcap-type1 {
  color: #e5ae49;
  display: inline-block;
  float: left;
  font-family: 'Ubuntu', sans-serif;
  font-size: 75px !important;
  font-weight: 500 !important;
  line-height: 75px !important;
  margin: 0px 7px 0 0 !important;
}
.plazart-dropcap-type2 {
  color: #ffffff;
  background-color: #e5ae49;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  float: left;
  font-family: 'Ubuntu', sans-serif;
  font-size: 45px !important;
  font-weight: 400 !important;
  line-height: 45px !important;
  margin: 8px 7px 0 0 !important;
  padding: 7px 11px;
}
table thead tr th {
  padding: 10px;
  color: #222;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 500;
}
table tbody tr th a {
  padding: 10px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #222;
}
table tbody tr th a:hover {
  text-decoration: none;
  color: #e5ae49;
}
table tbody tr td {
  color: #666;
  font-family: "Ubuntu", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  padding: 10px;
}
table tbody tr td a {
  color: #666;
}
table tbody tr td a:hover {
  color: #e5ae49;
}
dl dt {
  color: #222;
  font-family: "Ubuntu", sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
}
dl dd {
  color: #666;
  font-family: "Ubuntu", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
}
ul li,
ol li {
  color: #666;
  font-family: "Ubuntu", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
}
address {
  color: #666;
  font-family: "Ubuntu", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
}
img {
  max-width: 100%;
  height: auto;
}
form.post-password-form p label {
  font-family: "Ubuntu", sans-serif;
  font-size: 14px;
  font-weight: 400;
  float: left;
}
form.post-password-form p label input {
  border: 1px solid #dddddd;
  border-radius: 0px;
  padding: 5px;
}
form.post-password-form p input[type='submit'] {
  border-radius: 0;
  background-color: #666;
  border: none;
  font-family: "Ubuntu", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  color: #ffffff;
  text-transform: uppercase;
  padding: 6px 15px;
}
.gallery {
  margin-bottom: 20px;
}
.gallery-item {
  float: left;
  margin: 0 4px 4px 0;
  overflow: hidden;
  position: relative;
}
.gallery-columns-1 .gallery-item {
  max-width: 100%;
  width: auto!important;
}
.gallery-columns-2 .gallery-item {
  max-width: 48%;
  max-width: -webkit-calc(46%);
  max-width: calc(46%);
  width: auto!important;
}
.gallery-columns-3 .gallery-item {
  max-width: 32%;
  max-width: -webkit-calc(29.299999999999997%);
  max-width: calc(29.299999999999997%);
  width: auto!important;
}
.gallery-columns-4 .gallery-item {
  max-width: 23%;
  max-width: -webkit-calc(21%);
  max-width: calc(21%);
  width: auto!important;
}
.gallery-columns-5 .gallery-item {
  max-width: 19%;
  max-width: -webkit-calc(16%);
  max-width: calc(16%);
  width: auto!important;
}
.gallery-columns-6 .gallery-item {
  max-width: 15%;
  max-width: -webkit-calc(12.7%);
  max-width: calc(12.7%);
  width: auto!important;
}
.gallery-columns-7 .gallery-item {
  max-width: 13%;
  max-width: -webkit-calc(10.28%);
  max-width: calc(10.28%);
  width: auto!important;
}
.gallery-columns-8 .gallery-item {
  max-width: 11%;
  max-width: -webkit-calc(8.5%);
  max-width: calc(8.5%);
  width: auto!important;
}
.gallery-columns-9 .gallery-item {
  max-width: 9%;
  max-width: -webkit-calc(7.1%);
  max-width: calc(7.1%);
  width: auto!important;
}
.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
  margin-right: 0;
}
.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
  clear: left;
}
.gallery-caption {
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
  max-height: 50%;
  opacity: 0;
  padding: 6px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  width: 100%;
}
.gallery-caption:before {
  content: "";
  height: 100%;
  min-height: 49px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.gallery-item:hover .gallery-caption {
  opacity: 1;
}
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}
#gallery-2 {
  width: 300px;
}
#gallery-10 img,
#gallery-9 img,
#gallery-8 img,
#gallery-7 img,
#gallery-6 img,
#gallery-5 img,
#gallery-4 img,
#gallery-3 img,
#gallery-2 img,
#gallery-1 img {
  width: 100%;
  height: auto;
  border: none!important;
}
#gallery-3 {
  width: 600px;
}
#wpadminbar {
  height: 33px;
}
.tzBackground_loading {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99999999999999999;
  background-color: #fff;
}
#tz-loading {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999999999;
  background-color: #fff;
}
#tz-loading img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -45px;
  margin-left: -45px;
}
.tz-blogSingle .tz-blogSingleContent .tz-SingleContentBox .single-content ul li {
  color: #444444;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
}
/**
 * 2.0 Typography
 * -----------------------------------------------------------------------------
 */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #222222;
  margin: 0px 0px 20px;
  padding: 0px;
}
h1 {
  font-size: 35px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 23px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 15px;
}
h6 {
  font-size: 14px;
}
p {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 25px;
  color: #666666;
  letter-spacing: 0.5px;
}
.tzFontWeight_Regular p {
  font-weight: 400;
}
/**
 * 3.0 Header
 * -----------------------------------------------------------------------------
 */
.tz-header {
  z-index: 99999;
  /* Header Type 1 */
  /* Header Type 2 */
}
.tz-header .tz-headerTop {
  background: #e5ae49;
}
.tz-header .tz-headerTop:after {
  content: '';
  clear: both;
  display: block;
}
.tz-header .tz-headerTop .tz-headerLeft .tzheader_support:after {
  content: '';
  clear: both;
  display: block;
}
.tz-header .tz-headerTop .tz-headerLeft .tzheader_support .tzheader_wpml {
  float: left;
}
.tz-header .tz-headerTop .tz-headerLeft .tzheader_support .tzheader_wpml #lang_sel ul {
  margin: 0px;
  padding: 0px;
}
.tz-header .tz-headerTop .tz-headerLeft .tzheader_support .tzheader_wpml #lang_sel ul li {
  list-style: none;
  position: relative;
}
.tz-header .tz-headerTop .tz-headerLeft .tzheader_support .tzheader_wpml #lang_sel ul li a {
  display: block;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 300;
  font-size: 13px;
  line-height: 13px;
  color: #ffffff;
  text-decoration: none;
  padding: 16px 20px 16px 0px;
  position: relative;
}
.tz-header .tz-headerTop .tz-headerLeft .tzheader_support .tzheader_wpml #lang_sel ul li a i {
  font-size: 14px;
  padding-right: 10px;
}
.tz-header .tz-headerTop .tz-headerLeft .tzheader_support .tzheader_wpml #lang_sel ul li a:after {
  content: '\f107';
  font-family: FontAwesome;
  color: #ffffff;
  position: absolute;
  top: 18px;
  right: 0;
}
.tz-header .tz-headerTop .tz-headerLeft .tzheader_support .tzheader_wpml #lang_sel ul li ul {
  position: absolute;
  top: 120%;
  left: 0;
  width: 250px;
  border-top: 3px solid #222222;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  -webkit-box-shadow: 0 1px 6px -4px #000000;
  -moz-box-shadow: 0 1px 6px -4px #000000;
  -ms-box-shadow: 0 1px 6px -4px #000000;
  -o-box-shadow: 0 1px 6px -4px #000000;
  box-shadow: 0 1px 6px -4px #000000;
  -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;
  z-index: 99;
}
.tz-header .tz-headerTop .tz-headerLeft .tzheader_support .tzheader_wpml #lang_sel ul li ul li a {
  border-bottom: 1px solid #dcdcdc;
  padding: 15px 30px;
  color: #666666;
}
.tz-header .tz-headerTop .tz-headerLeft .tzheader_support .tzheader_wpml #lang_sel ul li ul li a:after {
  content: none;
}
.tz-header .tz-headerTop .tz-headerLeft .tzheader_support .tzheader_wpml #lang_sel ul li ul li a img {
  margin-right: 15px;
}
.tz-header .tz-headerTop .tz-headerLeft .tzheader_support .tzheader_wpml #lang_sel ul li ul li a:hover {
  background: #ededed;
  color: #222222;
}
.tz-header .tz-headerTop .tz-headerLeft .tzheader_support .tzheader_wpml #lang_sel ul li:hover ul {
  top: 100%;
  visibility: visible;
  opacity: 1;
}
.tz-header .tz-headerTop .tz-headerLeft .tzheader_support .tzheader_line {
  float: left;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.3);
  padding: 11px 15px;
}
.tz-header .tz-headerTop .tz-headerLeft .tzheader_support .tzheader_site {
  float: left;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 300;
  font-size: 13px;
  line-height: 13px;
  color: #ffffff;
  text-decoration: none;
  padding: 16px 0px;
}
.tz-header .tz-headerTop .tz-headerLeft .tzheader_support .tzheader_site i {
  font-size: 14px;
  padding-right: 10px;
}
.tz-header .tz-headerTop .tz-headerRight ul.tzheader_social {
  margin: 0px;
  padding: 0px;
}
.tz-header .tz-headerTop .tz-headerRight ul.tzheader_social:after {
  content: '';
  clear: both;
  display: block;
}
.tz-header .tz-headerTop .tz-headerRight ul.tzheader_social li {
  list-style: none;
  float: left;
  padding: 12px 0px 10px 26px;
}
.tz-header .tz-headerTop .tz-headerRight ul.tzheader_social li:last-child {
  border: none;
}
.tz-header .tz-headerTop .tz-headerRight ul.tzheader_social li a i {
  font-size: 15px;
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.tz-header .tz-headerTop .tz-headerRight ul.tzheader_social li a:hover i {
  color: #222222;
}
.tz-header .tz-headerBottom {
  position: relative;
}
.tz-header .tz-headerBottom .tz_icon_menu {
  display: none;
}
.tz-header .tz-headerBottom a.tz_logo {
  font-family: 'Montserrat', sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #222222;
  text-decoration: none;
  padding: 20px 0px 21px;
}
.tz-header .tz-headerBottom nav {
  /* Max Mega Menu */
}
.tz-header .tz-headerBottom nav ul.tz-nav li {
  position: relative;
}
.tz-header .tz-headerBottom nav ul.tz-nav li a {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #222222;
  text-decoration: none;
  text-transform: uppercase;
  padding: 44px 27px 40px;
  margin: 0px;
}
.tz-header .tz-headerBottom nav ul.tz-nav li.current-menu-item a {
  color: #e5ae49;
}
.tz-header .tz-headerBottom nav ul.tz-nav li ul.non_mega_menu {
  position: absolute;
  top: 120%;
  left: 0px;
  margin: 0px;
  padding: 0px;
  background: #FFFFFF;
  border-top: 3px solid #222222;
  width: 270px;
  visibility: hidden;
  opacity: 0;
  z-index: 9999;
  -webkit-box-shadow: 0 1px 6px -4px #000000;
  -moz-box-shadow: 0 1px 6px -4px #000000;
  -ms-box-shadow: 0 1px 6px -4px #000000;
  -o-box-shadow: 0 1px 6px -4px #000000;
  box-shadow: 0 1px 6px -4px #000000;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.tz-header .tz-headerBottom nav ul.tz-nav li ul.non_mega_menu li {
  list-style: none;
  position: relative;
  border-bottom: 1px solid #ededed;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.tz-header .tz-headerBottom nav ul.tz-nav li ul.non_mega_menu li:last-child {
  border: none;
}
.tz-header .tz-headerBottom nav ul.tz-nav li ul.non_mega_menu li.menu-item-has-children:after {
  content: "\f0da";
  font-family: FontAwesome;
  font-size: 15px;
  content: #222222;
  position: absolute;
  top: 14px;
  right: 20px;
}
.tz-header .tz-headerBottom nav ul.tz-nav li ul.non_mega_menu li:hover {
  background: #ededed;
}
.tz-header .tz-headerBottom nav ul.tz-nav li ul.non_mega_menu li:hover a {
  color: #222222;
}
.tz-header .tz-headerBottom nav ul.tz-nav li ul.non_mega_menu li.current-menu-item {
  background: #ededed;
}
.tz-header .tz-headerBottom nav ul.tz-nav li ul.non_mega_menu li.current-menu-item a {
  color: #222222;
}
.tz-header .tz-headerBottom nav ul.tz-nav li ul.non_mega_menu li a {
  display: block;
  margin: 0px;
  padding: 14px 29px 16px;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  text-transform: none;
  color: #666666;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.tz-header .tz-headerBottom nav ul.tz-nav li ul.non_mega_menu li ul.sub-menu {
  position: absolute;
  top: 0px;
  left: 120%;
  margin: 0px;
  padding: 0px;
  background: #FFFFFF;
  border-top: 3px solid #222222;
  width: 270px;
  opacity: 0;
  visibility: hidden;
  -webkit-box-shadow: 0 1px 6px -4px #000000;
  -moz-box-shadow: 0 1px 6px -4px #000000;
  -ms-box-shadow: 0 1px 6px -4px #000000;
  -o-box-shadow: 0 1px 6px -4px #000000;
  box-shadow: 0 1px 6px -4px #000000;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.tz-header .tz-headerBottom nav ul.tz-nav li ul.non_mega_menu li:hover ul.sub-menu {
  left: 100%;
  opacity: 1;
  visibility: visible;
}
.tz-header .tz-headerBottom nav ul.tz-nav li:hover ul.non_mega_menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
.tz-header .tz-headerBottom nav ul.tz-nav li .themeple_custom_menu_mega_menu {
  position: absolute;
  top: 120%;
  left: 0px;
  margin: 0px;
  padding: 0px;
  background: #fff;
  border-top: 3px solid #222222;
  visibility: hidden;
  opacity: 0;
  z-index: 9999;
  -webkit-box-shadow: 0 1px 6px -4px #000000;
  -moz-box-shadow: 0 1px 6px -4px #000000;
  -ms-box-shadow: 0 1px 6px -4px #000000;
  -o-box-shadow: 0 1px 6px -4px #000000;
  box-shadow: 0 1px 6px -4px #000000;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.tz-header .tz-headerBottom nav ul.tz-nav li .themeple_custom_menu_mega_menu.themeple_mega1 {
  width: 220px!important;
}
.tz-header .tz-headerBottom nav ul.tz-nav li .themeple_custom_menu_mega_menu.themeple_mega2 {
  width: 440px!important;
}
.tz-header .tz-headerBottom nav ul.tz-nav li .themeple_custom_menu_mega_menu.themeple_mega2 > ul > li {
  width: 205px!important;
}
.tz-header .tz-headerBottom nav ul.tz-nav li .themeple_custom_menu_mega_menu.themeple_mega3 {
  width: 600px!important;
}
.tz-header .tz-headerBottom nav ul.tz-nav li .themeple_custom_menu_mega_menu.themeple_mega3 > ul > li {
  width: 190px!important;
}
.tz-header .tz-headerBottom nav ul.tz-nav li .themeple_custom_menu_mega_menu.themeple_mega4 {
  width: 800px!important;
}
.tz-header .tz-headerBottom nav ul.tz-nav li .themeple_custom_menu_mega_menu.themeple_mega4 > ul > li {
  width: 192px!important;
}
.tz-header .tz-headerBottom nav ul.tz-nav li .themeple_custom_menu_mega_menu.themeple_mega5 {
  width: 930px!important;
}
.tz-header .tz-headerBottom nav ul.tz-nav li .themeple_custom_menu_mega_menu.themeple_mega5 > ul > li {
  width: 180px!important;
}
.tz-header .tz-headerBottom nav ul.tz-nav li .themeple_custom_menu_mega_menu ul.sub-menu {
  margin: 0px;
  padding: 0px;
}
.tz-header .tz-headerBottom nav ul.tz-nav li .themeple_custom_menu_mega_menu ul.sub-menu:after {
  content: '';
  clear: both;
  display: block;
}
.tz-header .tz-headerBottom nav ul.tz-nav li .themeple_custom_menu_mega_menu ul.sub-menu > li {
  list-style: none;
  float: left;
  width: 100%;
}
.tz-header .tz-headerBottom nav ul.tz-nav li .themeple_custom_menu_mega_menu ul.sub-menu > li > a {
  display: block;
  margin: 0px;
  padding: 14px 0px 16px;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  text-transform: none;
  color: #666666;
  border-bottom: 1px solid #ededed;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.tz-header .tz-headerBottom nav ul.tz-nav li .themeple_custom_menu_mega_menu ul.sub-menu > li > a:hover {
  color: #e5ae49;
}
.tz-header .tz-headerBottom nav ul.tz-nav li .themeple_custom_menu_mega_menu ul.sub-menu > li.current-menu-item > a {
  color: #e5ae49;
}
.tz-header .tz-headerBottom nav ul.tz-nav li .themeple_custom_menu_mega_menu > ul.sub-menu {
  padding: 0px 15px;
}
.tz-header .tz-headerBottom nav ul.tz-nav li .themeple_custom_menu_mega_menu > ul.sub-menu > li {
  padding: 0px 15px;
}
.tz-header .tz-headerBottom nav ul.tz-nav li:hover .themeple_custom_menu_mega_menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
.tz-header .tz-headerBottom nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a {
  font-family: "Montserrat", sans-serif;
}
.tz-header .tz-headerBottom nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu {
  top: 120%;
  visibility: hidden;
  opacity: 0;
  left: 0 !important;
  display: block!important;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.tz-header .tz-headerBottom nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item.mega-current-menu-item > a {
  color: #e5ae49;
}
.tz-header .tz-headerBottom nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item.mega-menu-clear {
  clear: none;
}
.tz-header .tz-headerBottom nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #222222;
  line-height: 24px;
  padding: 36px 0px 26px;
  border-bottom: 1px solid #ededed;
}
.tz-header .tz-headerBottom nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item ul li a {
  display: block;
  margin: 0px;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 300;
  font-size: 14px;
  text-decoration: none;
  text-transform: none;
  color: #666666;
  border-bottom: 1px solid #ededed;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.tz-header .tz-headerBottom nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item ul li a:hover {
  color: #e5ae49;
}
.tz-header .tz-headerBottom nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item.woocommerce ul li a {
  line-height: 24px;
}
.tz-header .tz-headerBottom nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item .product-categories li a {
  padding-top: 14px;
  padding-bottom: 16px;
}
.tz-header .tz-headerBottom nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item .product_list_widget li {
  margin: 0px 0px 21px;
}
.tz-header .tz-headerBottom nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item .product_list_widget li:after {
  content: '';
  display: block;
  clear: both;
}
.tz-header .tz-headerBottom nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item .product_list_widget li a img {
  float: left;
  width: 80px;
  height: auto;
  margin-right: 20px;
  margin-bottom: 20px;
}
.tz-header .tz-headerBottom nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item .product_list_widget li a span.product-title {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  display: block;
  margin-bottom: 10px;
}
.tz-header .tz-headerBottom nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item .product_list_widget li .star-rating {
  font-family: star !important;
  font-size: 1em !important;
  height: 1em !important;
  line-height: 1 !important;
  overflow: hidden !important;
  position: relative !important;
  width: 5.4em !important;
  margin-bottom: 15px;
}
.tz-header .tz-headerBottom nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item .product_list_widget li .star-rating:before {
  display: block !important;
}
.tz-header .tz-headerBottom nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item .product_list_widget li .star-rating span:before {
  color: #e5ae49;
}
.tz-header .tz-headerBottom nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item .product_list_widget li span.amount {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #222222;
  line-height: 24px;
}
.tz-header .tz-headerBottom nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item .product_list_widget li ins {
  text-decoration: none;
}
.tz-header .tz-headerBottom nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a {
  font-family: "Ubuntu", sans-serif;
  border-color: #ededed;
  border-style: solid;
  border-width: 0 0 1px;
}
.tz-header .tz-headerBottom nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item.mega-current-menu-item > a {
  color: #e5ae49;
}
.tz-header .tz-headerBottom nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item.widget_top_rated_products h4 {
  border: none;
}
.tz-header .tz-headerBottom nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item.widget_top_rated_products ul.product_list_widget li a {
  padding: 0;
  border: none;
}
.tz-header .tz-headerBottom nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item.widget_products h4 {
  border: none;
}
.tz-header .tz-headerBottom nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item.widget_products ul.product_list_widget li a {
  padding: 0;
  border: none;
}
.tz-header .tz-headerBottom nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item.widget_nav_menu ul li a {
  padding: 14px 0 16px;
}
.tz-header .tz-headerBottom nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a {
  font-family: "Ubuntu", sans-serif;
}
.tz-header .tz-headerBottom nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:hover > ul.mega-sub-menu {
  top: 100%;
  visibility: visible;
  opacity: 1;
}
.tz-header .tz-headerBottom nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a {
  color: #e5ae49;
  background: none;
}
.tz-header .tz-headerBottom nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a {
  color: #e5ae49;
  background: none;
}
.tz-header .tz-headerBottom nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a {
  font-family: "Ubuntu", sans-serif;
  border-color: #ededed;
  border-style: solid;
  border-width: 0 0 1px;
}
.tz-header .tz-headerBottom nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
  left: 120%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.tz-header .tz-headerBottom nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:hover ul.mega-sub-menu {
  left: 100%;
  visibility: visible;
  opacity: 1;
}
.tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-1 #mega-menu-primary-custom-1 > li.mega-menu-item > a {
  font-family: "Montserrat", sans-serif;
}
.tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-1 #mega-menu-primary-custom-1 > li.mega-menu-item > ul.mega-sub-menu {
  top: 120%;
  visibility: hidden;
  opacity: 0;
  display: block!important;
  left: 0 !important;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-1 #mega-menu-primary-custom-1 > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item.mega-current-menu-item > a {
  font-family: 'Ubuntu', sans-serif;
  color: #e5ae49;
}
.tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-1 #mega-menu-primary-custom-1 > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item.mega-menu-clear {
  clear: none;
}
.tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-1 #mega-menu-primary-custom-1 > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #222222;
  line-height: 24px;
  padding: 36px 0px 26px;
  border-bottom: 1px solid #ededed;
}
.tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-1 #mega-menu-primary-custom-1 > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item ul li a {
  display: block;
  margin: 0px;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 300;
  font-size: 14px;
  text-decoration: none;
  text-transform: none;
  color: #666666;
  border-bottom: 1px solid #ededed;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-1 #mega-menu-primary-custom-1 > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item ul li a:hover {
  color: #e5ae49;
}
.tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-1 #mega-menu-primary-custom-1 > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item.woocommerce ul li a {
  line-height: 24px;
}
.tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-1 #mega-menu-primary-custom-1 > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item .product-categories li a {
  padding-top: 14px;
  padding-bottom: 16px;
}
.tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-1 #mega-menu-primary-custom-1 > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item .product_list_widget li {
  margin: 0px 0px 21px;
}
.tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-1 #mega-menu-primary-custom-1 > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item .product_list_widget li:after {
  content: '';
  display: block;
  clear: both;
}
.tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-1 #mega-menu-primary-custom-1 > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item .product_list_widget li a img {
  float: left;
  width: 80px;
  height: auto;
  margin-right: 20px;
  margin-bottom: 20px;
}
.tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-1 #mega-menu-primary-custom-1 > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item .product_list_widget li a span.product-title {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  display: block;
  margin-bottom: 10px;
}
.tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-1 #mega-menu-primary-custom-1 > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item .product_list_widget li .star-rating {
  font-family: star !important;
  font-size: 1em !important;
  height: 1em !important;
  line-height: 1 !important;
  overflow: hidden !important;
  position: relative !important;
  width: 5.4em !important;
  margin-bottom: 15px;
}
.tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-1 #mega-menu-primary-custom-1 > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item .product_list_widget li .star-rating:before {
  display: block !important;
}
.tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-1 #mega-menu-primary-custom-1 > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item .product_list_widget li .star-rating span:before {
  color: #e5ae49;
}
.tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-1 #mega-menu-primary-custom-1 > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item .product_list_widget li span.amount {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #222222;
  line-height: 24px;
}
.tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-1 #mega-menu-primary-custom-1 > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item .product_list_widget li ins {
  text-decoration: none;
}
.tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-1 #mega-menu-primary-custom-1 > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a {
  font-family: "Ubuntu", sans-serif;
  border-color: #ededed;
  border-style: solid;
  border-width: 0 0 1px;
}
.tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-1 #mega-menu-primary-custom-1 > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item.mega-current-menu-item > a {
  color: #e5ae49;
}
.tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-1 #mega-menu-primary-custom-1 > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item.widget_top_rated_products h4 {
  border: none;
}
.tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-1 #mega-menu-primary-custom-1 > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item.widget_top_rated_products ul.product_list_widget li a {
  padding: 0;
  border: none;
}
.tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-1 #mega-menu-primary-custom-1 > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item.widget_products h4 {
  border: none;
}
.tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-1 #mega-menu-primary-custom-1 > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item.widget_products ul.product_list_widget li a {
  padding: 0;
  border: none;
}
.tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-1 #mega-menu-primary-custom-1 > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item.widget_nav_menu ul li a {
  padding: 14px 0 16px;
}
.tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-1 #mega-menu-primary-custom-1 > li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a {
  font-family: "Montserrat", sans-serif;
}
.tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-1 #mega-menu-primary-custom-1 > li.mega-menu-item:hover > ul.mega-sub-menu {
  top: 100%;
  visibility: visible;
  opacity: 1;
}
.tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-1 #mega-menu-primary-custom-1 > li.mega-menu-item.mega-current-menu-item > a {
  color: #e5ae49;
  background: none;
}
.tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-1 #mega-menu-primary-custom-1 > li.mega-menu-item.mega-current-menu-ancestor > a {
  color: #e5ae49;
  background: none;
}
.tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-1 #mega-menu-primary-custom-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a {
  font-family: 'Ubuntu', sans-serif;
  border-color: #ededed;
  border-style: solid;
  border-width: 0 0 1px;
}
.tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-1 #mega-menu-primary-custom-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
  left: 120%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-1 #mega-menu-primary-custom-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:hover ul.mega-sub-menu {
  left: 100%;
  visibility: visible;
  opacity: 1;
}
.tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-2 #mega-menu-primary-custom-2 > li.mega-menu-item > a {
  font-family: "Montserrat", sans-serif;
}
.tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-2 #mega-menu-primary-custom-2 > li.mega-menu-item > ul.mega-sub-menu {
  top: 120%;
  visibility: hidden;
  opacity: 0;
  left: 0 !important;
  display: block!important;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-2 #mega-menu-primary-custom-2 > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item.mega-current-menu-item > a {
  color: #e5ae49;
}
.tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-2 #mega-menu-primary-custom-2 > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item.mega-menu-clear {
  clear: none;
}
.tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-2 #mega-menu-primary-custom-2 > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #222222;
  line-height: 24px;
  padding: 36px 0px 26px;
  border-bottom: 1px solid #ededed;
}
.tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-2 #mega-menu-primary-custom-2 > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item ul li a {
  display: block;
  margin: 0px;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 300;
  font-size: 14px;
  text-decoration: none;
  text-transform: none;
  color: #666666;
  border-bottom: 1px solid #ededed;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-2 #mega-menu-primary-custom-2 > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item ul li a:hover {
  color: #e5ae49;
}
.tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-2 #mega-menu-primary-custom-2 > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item.woocommerce ul li a {
  line-height: 24px;
}
.tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-2 #mega-menu-primary-custom-2 > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item .product-categories li a {
  padding-top: 14px;
  padding-bottom: 16px;
}
.tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-2 #mega-menu-primary-custom-2 > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item .product_list_widget li {
  margin: 0px 0px 21px;
}
.tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-2 #mega-menu-primary-custom-2 > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item .product_list_widget li:after {
  content: '';
  display: block;
  clear: both;
}
.tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-2 #mega-menu-primary-custom-2 > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item .product_list_widget li a img {
  float: left;
  width: 80px;
  height: auto;
  margin-right: 20px;
  margin-bottom: 20px;
}
.tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-2 #mega-menu-primary-custom-2 > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item .product_list_widget li a span.product-title {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  display: block;
  margin-bottom: 10px;
}
.tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-2 #mega-menu-primary-custom-2 > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item .product_list_widget li .star-rating {
  font-family: star !important;
  font-size: 1em !important;
  height: 1em !important;
  line-height: 1 !important;
  overflow: hidden !important;
  position: relative !important;
  width: 5.4em !important;
  margin-bottom: 15px;
}
.tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-2 #mega-menu-primary-custom-2 > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item .product_list_widget li .star-rating:before {
  display: block !important;
}
.tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-2 #mega-menu-primary-custom-2 > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item .product_list_widget li .star-rating span:before {
  color: #e5ae49;
}
.tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-2 #mega-menu-primary-custom-2 > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item .product_list_widget li span.amount {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #222222;
  line-height: 24px;
}
.tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-2 #mega-menu-primary-custom-2 > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item .product_list_widget li ins {
  text-decoration: none;
}
.tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-2 #mega-menu-primary-custom-2 > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a {
  font-family: "Ubuntu", sans-serif;
  border-color: #ededed;
  border-style: solid;
  border-width: 0 0 1px;
}
.tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-2 #mega-menu-primary-custom-2 > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item.mega-current-menu-item > a {
  color: #e5ae49;
}
.tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-2 #mega-menu-primary-custom-2 > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item.widget_top_rated_products h4 {
  border: none;
}
.tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-2 #mega-menu-primary-custom-2 > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item.widget_top_rated_products ul.product_list_widget li a {
  padding: 0;
  border: none;
}
.tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-2 #mega-menu-primary-custom-2 > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item.widget_products h4 {
  border: none;
}
.tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-2 #mega-menu-primary-custom-2 > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item.widget_products ul.product_list_widget li a {
  padding: 0;
  border: none;
}
.tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-2 #mega-menu-primary-custom-2 > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item.widget_nav_menu ul li a {
  padding: 14px 0 16px;
}
.tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-2 #mega-menu-primary-custom-2 > li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a {
  font-family: "Montserrat", sans-serif;
}
.tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-2 #mega-menu-primary-custom-2 > li.mega-menu-item:hover > ul.mega-sub-menu {
  top: 100%;
  visibility: visible;
  opacity: 1;
}
.tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-2 #mega-menu-primary-custom-2 > li.mega-menu-item.mega-current-menu-item > a {
  color: #e5ae49;
  background: none;
}
.tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-2 #mega-menu-primary-custom-2 > li.mega-menu-item.mega-current-menu-ancestor > a {
  color: #e5ae49;
  background: none;
}
.tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-2 #mega-menu-primary-custom-2 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a {
  font-family: "Ubuntu", sans-serif;
  border-color: #ededed;
  border-style: solid;
  border-width: 0 0 1px;
}
.tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-2 #mega-menu-primary-custom-2 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
  left: 120%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-2 #mega-menu-primary-custom-2 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:hover ul.mega-sub-menu {
  left: 100%;
  visibility: visible;
  opacity: 1;
}
.tz-header .tz-headerBottom nav .mega-menu-wrap ul.mega-menu li a {
  font-family: "Montserrat", sans-serif;
}
.tz-header .tz-headerBottom .tz-header-cart {
  position: relative;
}
.tz-header .tz-headerBottom .tz-header-cart span {
  font-size: 17px;
  color: #bebebe;
  display: inline-block;
  padding: 46px 0 41px 22px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.tz-header .tz-headerBottom .tz-header-cart span:hover {
  color: #e5ae49;
}
.tz-header .tz-headerBottom .tz-header-cart .widget_shopping_cart {
  position: absolute;
  top: 120%;
  right: 0px;
  width: 430px;
  padding: 30px;
  border-top: 3px solid #222222;
  visibility: hidden;
  opacity: 0;
  z-index: 9999;
  background: #ffffff;
  -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.tz-header .tz-headerBottom .tz-header-cart .widget_shopping_cart .widget_shopping_cart_content ul.cart_list {
  padding: 0;
  margin: 0;
}
.tz-header .tz-headerBottom .tz-header-cart .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li {
  list-style: none;
  position: relative;
  padding: 0px 0px 20px;
  margin: 0px 0px 20px;
  border-bottom: 1px solid #ededed;
}
.tz-header .tz-headerBottom .tz-header-cart .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li .tzMiniCart_image {
  float: left;
}
.tz-header .tz-headerBottom .tz-header-cart .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li .tzMiniCart_image a {
  display: inline-block;
}
.tz-header .tz-headerBottom .tz-header-cart .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li .tzMiniCart_image a img {
  float: none;
  width: 80px;
  height: auto;
  margin: 0px;
}
.tz-header .tz-headerBottom .tz-header-cart .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li .tzMiniCart_info {
  margin-left: 100px;
  padding-right: 50px;
}
.tz-header .tz-headerBottom .tz-header-cart .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li .tzMiniCart_info a {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  line-height: 24px;
  text-decoration: none;
  display: block;
}
.tz-header .tz-headerBottom .tz-header-cart .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li .tzMiniCart_info span.quantity {
  padding: 0px;
  margin: 0px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #222222;
}
.tz-header .tz-headerBottom .tz-header-cart .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li .tzMiniCart_info span.quantity span.amount {
  padding: 0px;
  margin: 0px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #e5ae49;
}
.tz-header .tz-headerBottom .tz-header-cart .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li a.remove {
  position: absolute;
  top: 10px;
  right: 0;
  left: auto;
  font-size: 20px;
  color: #222222 !important;
}
.tz-header .tz-headerBottom .tz-header-cart .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li a.remove:hover {
  background: #e5ae49;
  color: #ffffff !important;
}
.tz-header .tz-headerBottom .tz-header-cart .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li.empty {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  line-height: 24px;
  margin: 0px;
  padding: 0px;
  border: none;
}
.tz-header .tz-headerBottom .tz-header-cart .widget_shopping_cart .widget_shopping_cart_content p.total {
  float: right;
  margin: 0px;
  padding: 3px 0px 0px;
  border: none;
}
.tz-header .tz-headerBottom .tz-header-cart .widget_shopping_cart .widget_shopping_cart_content p.total strong {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #151515;
}
.tz-header .tz-headerBottom .tz-header-cart .widget_shopping_cart .widget_shopping_cart_content p.total span.amount {
  padding: 0;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #e5ae49;
}
.tz-header .tz-headerBottom .tz-header-cart .widget_shopping_cart .widget_shopping_cart_content p.buttons {
  float: left;
  margin: 0px;
}
.tz-header .tz-headerBottom .tz-header-cart .widget_shopping_cart .widget_shopping_cart_content p.buttons a {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #ffffff;
  padding: 8px 20px;
  margin-right: 7px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background: #222222;
  -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;
  text-align: center;
}
.tz-header .tz-headerBottom .tz-header-cart .widget_shopping_cart .widget_shopping_cart_content p.buttons a:hover {
  background: #e5ae49;
}
.tz-header .tz-headerBottom .tz-header-cart:hover {
  cursor: pointer;
}
.tz-header .tz-headerBottom .tz-header-cart:hover .widget_shopping_cart {
  top: 100%;
  visibility: visible;
  opacity: 1;
}
.tz-header .tz-headerBottom .tz-header-search {
  position: relative;
}
.tz-header .tz-headerBottom .tz-header-search span {
  font-size: 17px;
  color: #bebebe;
  display: inline-block;
  padding: 46px 0 41px 8px;
}
.tz-header .tz-headerBottom .tz-header-search span.icon_close {
  display: none;
}
.tz-header .tz-headerBottom .tz-header-search span:hover {
  color: #e5ae49;
  cursor: pointer;
}
.tz-header .tz-headerBottom .tz-header-search .tz-header-search-form {
  position: absolute;
  top: 120%;
  right: 0px;
  width: 270px;
  border-top: 3px solid #222222;
  visibility: hidden;
  opacity: 0;
  z-index: 9999;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.tz-header .tz-headerBottom .tz-header-search .tz-header-search-form .searchform label {
  display: none;
}
.tz-header .tz-headerBottom .tz-header-search .tz-header-search-form .searchform input {
  width: 100%;
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
  color: #bebebe;
  padding: 15px 21px;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  position: relative;
}
.tz-header .tz-headerBottom .tz-header-search .tz-header-search-form .searchform input.searchsubmit {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  display: block;
  font-size: 0;
  height: 20px;
  padding: 0;
  position: absolute;
  right: 9px;
  top: 14px;
  width: 20px;
  z-index: 9;
}
.tz-header .tz-headerBottom .tz-header-search .tz-header-search-form .searchform span {
  position: absolute;
  right: 11px;
  top: 17px;
  padding: 0;
  font-size: 14px;
  color: #e5ae49;
}
.tz-header .tz-headerBottom .tz-header-search .tz-header-search-form.tz-header-search-form-show {
  top: 100%;
  visibility: visible;
  opacity: 1;
}
.tz-header.tz-header-type-2 .tz-headerTop {
  background: #FFFFFF;
}
.tz-header.tz-header-type-2 .tz-headerTop .tz-headerTop-box {
  border-bottom: 1px solid #e3e3e3;
}
.tz-header.tz-header-type-2 .tz-headerTop .tz-headerTop-box:after {
  content: '';
  clear: both;
  display: block;
}
.tz-header.tz-header-type-2 .tz-headerTop .tz-headerTop-box .tz-headerLeft .tzheader_support .tzheader_wpml #lang_sel ul li a {
  color: #333333;
}
.tz-header.tz-header-type-2 .tz-headerTop .tz-headerTop-box .tz-headerLeft .tzheader_support .tzheader_wpml #lang_sel ul li a:after {
  color: #333333;
}
.tz-header.tz-header-type-2 .tz-headerTop .tz-headerTop-box .tz-headerLeft .tzheader_support .tzheader_wpml #lang_sel ul li ul {
  border-top: 3px solid #333333;
  background: #fff;
  -webkit-box-shadow: 0 1px 6px -4px #000000;
  -moz-box-shadow: 0 1px 6px -4px #000000;
  -ms-box-shadow: 0 1px 6px -4px #000000;
  -o-box-shadow: 0 1px 6px -4px #000000;
  box-shadow: 0 1px 6px -4px #000000;
  -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;
  z-index: 99;
}
.tz-header.tz-header-type-2 .tz-headerTop .tz-headerTop-box .tz-headerLeft .tzheader_support .tzheader_wpml #lang_sel ul li ul li a {
  border-bottom: 1px solid #dcdcdc;
  padding: 15px 30px;
  color: #333333;
}
.tz-header.tz-header-type-2 .tz-headerTop .tz-headerTop-box .tz-headerLeft .tzheader_support .tzheader_wpml #lang_sel ul li ul li a:after {
  content: none;
}
.tz-header.tz-header-type-2 .tz-headerTop .tz-headerTop-box .tz-headerLeft .tzheader_support .tzheader_wpml #lang_sel ul li ul li a img {
  margin-right: 15px;
}
.tz-header.tz-header-type-2 .tz-headerTop .tz-headerTop-box .tz-headerLeft .tzheader_support .tzheader_wpml #lang_sel ul li ul li a:hover {
  background: #ededed;
  color: #222222;
}
.tz-header.tz-header-type-2 .tz-headerTop .tz-headerTop-box .tz-headerLeft .tzheader_support .tzheader_wpml #lang_sel ul li:hover ul {
  top: 100%;
  visibility: visible;
  opacity: 1;
}
.tz-header.tz-header-type-2 .tz-headerTop .tz-headerTop-box .tz-headerLeft .tzheader_support .tzheader_line {
  color: #e3e3e3;
}
.tz-header.tz-header-type-2 .tz-headerTop .tz-headerTop-box .tz-headerLeft .tzheader_support .tzheader_site {
  color: #333333;
}
.tz-header.tz-header-type-2 .tz-headerTop .tz-headerTop-box .tz-headerRight ul.tzheader_social li a i {
  color: #222222;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.tz-header.tz-header-type-2 .tz-headerTop .tz-headerTop-box .tz-headerRight ul.tzheader_social li a:hover i {
  color: #e5ae49;
}
.tz-header.tz-header-type-2 .tz-headerBottom nav ul.tz-nav > li > a {
  padding: 44px 22px 40px;
  font-size: 15px;
  text-transform: none;
  position: relative;
}
.tz-header.tz-header-type-2 .tz-headerBottom nav ul.tz-nav > li > a:after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #e5ae49;
  position: absolute;
  top: 5px;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.tz-header.tz-header-type-2 .tz-headerBottom nav ul.tz-nav > li > a:hover {
  background: none;
}
.tz-header.tz-header-type-2 .tz-headerBottom nav ul.tz-nav > li > a:hover:after {
  opacity: 1;
  visibility: visible;
  top: -1px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.tz-header.tz-header-type-2 .tz-headerBottom nav ul.tz-nav > li.current-menu-item > a {
  color: #222222;
}
.tz-header.tz-header-type-2 .tz-headerBottom nav ul.tz-nav > li.current-menu-item > a:after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #e5ae49;
  position: absolute;
  top: -1px;
  left: 0;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  visibility: visible;
  opacity: 1;
}
.tz-header.tz-header-type-2 .tz-headerBottom nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a {
  position: relative;
}
.tz-header.tz-header-type-2 .tz-headerBottom nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a:after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #e5ae49;
  position: absolute;
  top: 5px;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6);
  -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;
  margin: 0px;
}
.tz-header.tz-header-type-2 .tz-headerBottom nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a:hover:after {
  opacity: 1;
  visibility: visible;
  top: -1px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.tz-header.tz-header-type-2 .tz-headerBottom nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a:after {
  opacity: 1;
  visibility: visible;
  top: -1px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.tz-header.tz-header-type-2 .tz-headerBottom nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-parent > a {
  position: relative;
}
.tz-header.tz-header-type-2 .tz-headerBottom nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-parent > a:after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #e5ae49;
  position: absolute;
  top: -1px;
  left: 0;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  visibility: visible;
  opacity: 1;
  margin: 0px;
}
.tz-header.tz-header-type-2 .tz-headerBottom nav #mega-menu-wrap-primary-custom-1 #mega-menu-primary-custom-1 > li.mega-menu-item > a {
  position: relative;
}
.tz-header.tz-header-type-2 .tz-headerBottom nav #mega-menu-wrap-primary-custom-1 #mega-menu-primary-custom-1 > li.mega-menu-item > a:after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #e5ae49;
  position: absolute;
  top: 5px;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6);
  -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;
  margin: 0px;
}
.tz-header.tz-header-type-2 .tz-headerBottom nav #mega-menu-wrap-primary-custom-1 #mega-menu-primary-custom-1 > li.mega-menu-item > a:hover:after {
  opacity: 1;
  visibility: visible;
  top: -1px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.tz-header.tz-header-type-2 .tz-headerBottom nav #mega-menu-wrap-primary-custom-1 #mega-menu-primary-custom-1 > li.mega-menu-item.mega-current-menu-item > a:after {
  opacity: 1;
  visibility: visible;
  top: -1px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.tz-header.tz-header-type-2 .tz-headerBottom nav #mega-menu-wrap-primary-custom-1 #mega-menu-primary-custom-1 > li.mega-menu-item.mega-current-menu-parent > a {
  position: relative;
}
.tz-header.tz-header-type-2 .tz-headerBottom nav #mega-menu-wrap-primary-custom-1 #mega-menu-primary-custom-1 > li.mega-menu-item.mega-current-menu-parent > a:after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #e5ae49;
  position: absolute;
  top: -1px;
  left: 0;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  visibility: visible;
  opacity: 1;
  margin: 0px;
}
.tz-header.tz-header-type-2 .tz-headerBottom nav #mega-menu-wrap-primary-custom-2 #mega-menu-primary-custom-2 > li.mega-menu-item > a {
  position: relative;
}
.tz-header.tz-header-type-2 .tz-headerBottom nav #mega-menu-wrap-primary-custom-2 #mega-menu-primary-custom-2 > li.mega-menu-item > a:after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #e5ae49;
  position: absolute;
  top: 5px;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6);
  -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;
  margin: 0px;
}
.tz-header.tz-header-type-2 .tz-headerBottom nav #mega-menu-wrap-primary-custom-2 #mega-menu-primary-custom-2 > li.mega-menu-item > a:hover:after {
  opacity: 1;
  visibility: visible;
  top: -1px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.tz-header.tz-header-type-2 .tz-headerBottom nav #mega-menu-wrap-primary-custom-2 #mega-menu-primary-custom-2 > li.mega-menu-item.mega-current-menu-item > a:after {
  opacity: 1;
  visibility: visible;
  top: -1px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.tz-header.tz-header-type-2 .tz-headerBottom nav #mega-menu-wrap-primary-custom-2 #mega-menu-primary-custom-2 > li.mega-menu-item.mega-current-menu-parent > a {
  position: relative;
}
.tz-header.tz-header-type-2 .tz-headerBottom nav #mega-menu-wrap-primary-custom-2 #mega-menu-primary-custom-2 > li.mega-menu-item.mega-current-menu-parent > a:after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #e5ae49;
  position: absolute;
  top: -1px;
  left: 0;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  visibility: visible;
  opacity: 1;
  margin: 0px;
}
.tz-header.tz-header-type-2 .tz-header .tz-headerBottom nav ul.tz-nav li.current-menu-item a {
  color: #fbc02d;
}
.tz-header.tz-header-type-3 {
  position: relative;
}
.tz-header.tz-header-type-3 .tz-headerBottom {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 22px 0 0;
  background: rgba(0, 0, 0, 0.5);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.44) 12%, rgba(0, 0, 0, 0.25) 50%, rgba(0, 0, 0, 0.14) 73%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.5)), color-stop(12%, rgba(0, 0, 0, 0.44)), color-stop(50%, rgba(0, 0, 0, 0.25)), color-stop(73%, rgba(0, 0, 0, 0.14)), color-stop(100%, rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.44) 12%, rgba(0, 0, 0, 0.25) 50%, rgba(0, 0, 0, 0.14) 73%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.44) 12%, rgba(0, 0, 0, 0.25) 50%, rgba(0, 0, 0, 0.14) 73%, rgba(0, 0, 0, 0) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.44) 12%, rgba(0, 0, 0, 0.25) 50%, rgba(0, 0, 0, 0.14) 73%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.44) 12%, rgba(0, 0, 0, 0.25) 50%, rgba(0, 0, 0, 0.14) 73%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
}
.tz-header.tz-header-type-3 .tz-headerBottom nav ul.tz-nav li a {
  color: #FFFFFF;
  padding: 44px 18px 40px;
}
.tz-header.tz-header-type-3 .tz-headerBottom nav ul.tz-nav li a:hover {
  background: none;
  color: #e5ae49;
}
.tz-header.tz-header-type-3 .tz-headerBottom nav ul.tz-nav li a:focus {
  background: none;
}
.tz-header.tz-header-type-3 .tz-headerBottom nav ul.tz-nav li.current-menu-item > a {
  color: #e5ae49;
}
.tz-header.tz-header-type-3 .tz-headerBottom .tz-header-search span {
  color: #FFFFFF;
}
.tz-header.tz-header-type-3 .tz-headerBottom .tz-header-cart span {
  color: #FFFFFF;
}
.tz-header .container {
  position: relative;
}
.tz-header .container .mega-menu-horizontal,
.tz-header .container .mega-menu-wrap {
  position: static !important;
}
/**
 * 4.0 Breadcrumb
 * -----------------------------------------------------------------------------
 */
.tz-Breadcrumb {
  background-image: url(images/breadcrumb.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.tz-Breadcrumb .tzOverlayBreadcrumb {
  background-image: url(images/pattern.png);
  background-repeat: repeat;
  background-color: rgba(0, 0, 0, 0.43);
  padding: 103px 0 105px;
}
.tz-Breadcrumb .tzOverlayBreadcrumb h1 {
  margin: 0px;
  padding: 0px;
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 30px;
  color: #eaeaea;
  text-align: center;
  text-transform: uppercase;
}
.tz-Breadcrumb .tzOverlayBreadcrumb .tz-breadcrumb-navxt {
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  padding-top: 10px;
}
.tz-Breadcrumb .tzOverlayBreadcrumb .tz-breadcrumb-navxt span a {
  color: #FFFFFF;
  text-decoration: none;
}
/**
 * 5.0 Footer
 * -----------------------------------------------------------------------------
 */
.tzFooter .tzFooterTop {
  background-image: url(images/background_footer.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  position: relative;
  padding: 70px 0px 50px;
}
.tzFooter .tzFooterTop:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 0;
}
.tzFooter .tzFooterTop .footerattr {
  z-index: 1;
}
.tzFooter .tzFooterTop .footerattr .widget {
  margin: 0 0 22px;
}
.tzFooter .tzFooterTop .footerattr .widget h3.title-widget {
  margin: 0 0 20px;
  padding: 0px;
}
.tzFooter .tzFooterTop .footerattr .widget h3.title-widget span {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 27px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.tzFooter .tzFooterTop .footerattr .widget h3.title-widget span a {
  color: #FFFFFF;
}
.tzFooter .tzFooterTop .footerattr .widget label {
  display: none;
}
.tzFooter .tzFooterTop .footerattr .widget p {
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 23px;
  color: #868686;
}
.tzFooter .tzFooterTop .footerattr .widget ul {
  margin: 0px;
  padding: 0px;
}
.tzFooter .tzFooterTop .footerattr .widget ul li {
  list-style: none;
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 23px;
  color: #868686;
}
.tzFooter .tzFooterTop .footerattr .widget ul li a {
  color: #868686;
  text-decoration: none;
}
.tzFooter .tzFooterTop .footerattr .widget select {
  width: 260px;
  max-width: 100%;
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 23px;
  color: #868686;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  padding: 12px;
  -moz-appearance: none;
  background: #ffffff url("images/bg_down.png") no-repeat scroll right 20px top 20px;
}
.tzFooter .tzFooterTop .footerattr .widget select option {
  width: 240px;
}
.tzFooter .tzFooterTop .footerattr .widget.widget_contact_info .tzwidget-contact span {
  display: block;
  margin: 15px 0px 0px;
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 23px;
  color: #868686;
}
.tzFooter .tzFooterTop .footerattr .widget.widget_contact_info .tzwidget-contact span i {
  font-size: 16px;
  color: #868686;
  margin-right: 20px;
}
.tzFooter .tzFooterTop .footerattr .widget.widget_calendar #calendar_wrap table#wp-calendar caption {
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  color: #868686;
  text-transform: uppercase;
}
.tzFooter .tzFooterTop .footerattr .widget.widget_calendar #calendar_wrap table#wp-calendar thead {
  border-width: 1px 1px 0px;
  border-style: solid;
  border-color: #868686;
}
.tzFooter .tzFooterTop .footerattr .widget.widget_calendar #calendar_wrap table#wp-calendar thead tr th {
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  color: #868686;
}
.tzFooter .tzFooterTop .footerattr .widget.widget_calendar #calendar_wrap table#wp-calendar tbody {
  border-width: 1px;
  border-style: solid;
  border-color: #868686;
}
.tzFooter .tzFooterTop .footerattr .widget.widget_calendar #calendar_wrap table#wp-calendar tbody tr td {
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 23px;
  color: #868686;
  padding: 5px 10px;
}
.tzFooter .tzFooterTop .footerattr .widget.widget_calendar #calendar_wrap table#wp-calendar tfoot a {
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 23px;
  color: #868686;
}
.tzFooter .tzFooterTop .footerattr .widget.widget_search .searchform {
  position: relative;
}
.tzFooter .tzFooterTop .footerattr .widget.widget_search .searchform .Tzsearchform {
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 23px;
  color: #868686;
  width: 100%;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  padding: 12px 12px 13px;
}
.tzFooter .tzFooterTop .footerattr .widget.widget_search .searchform .searchsubmit {
  background: none;
  border: medium none;
  border-radius: 0;
  font-size: 0;
  height: 48px;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 48px;
  z-index: 1;
}
.tzFooter .tzFooterTop .footerattr .widget.widget_search .searchform .icon_search {
  background: #fbc02d none repeat scroll 0 0;
  color: #ffffff;
  font-size: 17px;
  font-weight: bold;
  height: 48px;
  padding: 15px 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 48px;
  z-index: 0;
}
.tzFooter .tzFooterTop .footerattr .widget.widget_tag_cloud .tagcloud a {
  background: #868686 none repeat scroll 0 0;
  color: #ffffff;
  display: inline-block;
  font-family: "Ubuntu", sans-serif;
  font-size: 14px !important;
  font-weight: 300;
  line-height: 23px;
  margin: 0 1px 5px 0;
  padding: 5px 15px;
  text-decoration: none;
  -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;
}
.tzFooter .tzFooterTop .footerattr .widget.widget_tag_cloud .tagcloud a:hover {
  background: #e5ae49;
}
.tzFooter .tzFooterTop .footerattr .widget.widget_nav_menu .megamenu_container ul.sub-menu {
  padding-left: 20px;
}
.tzFooter .tzFooterTop .footerattr .widget.widget_nav_menu .megamenu_container ul.sub-menu li a {
  border-bottom: 1px solid #8686868;
}
.tzFooter .tzFooterTop .footerattr .widget.dw_twitter .dw-twitter-inner .tweet-item {
  position: relative;
  padding-left: 30px;
  margin-bottom: 35px;
}
.tzFooter .tzFooterTop .footerattr .widget.dw_twitter .dw-twitter-inner .tweet-item:after {
  content: "\f099";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  color: #e5ae49;
  position: absolute;
  top: 4px;
  left: 0;
}
.tzFooter .tzFooterTop .footerattr .widget.dw_twitter .dw-twitter-inner .tweet-item .twitter-user a {
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 23px;
  color: #e4e4e4;
  text-decoration: none;
}
.tzFooter .tzFooterTop .footerattr .widget.dw_twitter .dw-twitter-inner .tweet-item .tweet-content {
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 23px;
  color: #868686;
  overflow: hidden;
}
.tzFooter .tzFooterTop .footerattr .widget.dw_twitter .dw-twitter-inner .tweet-item .tweet-content a {
  color: #e4e4e4;
  text-decoration: none;
}
.tzFooter .tzFooterTop .footerattr .widget.dw_twitter .dw-twitter-inner .tweet-item .tweet-content span.time {
  display: block;
  margin-top: 10px;
}
.tzFooter .tzFooterTop .footerattr .widget.dw_twitter .dw-twitter-inner .tweet-item .tweet-content span.time a {
  color: #868686;
}
.tzFooter .tzFooterTop .footerattr .widget.dw_twitter .dw-twitter-inner .tweet-item iframe {
  margin-top: 20px;
}
.tzFooter .tzFooterTop .footerattr .widget.widget_flickr .tz-flickr a {
  display: block;
  float: left;
  margin-bottom: 12px;
  margin-right: 12px;
  position: relative;
}
.tzFooter .tzFooterTop .footerattr .widget.widget_flickr .tz-flickr a img {
  margin: 0px;
  float: none;
}
.tzFooter .tzFooterTop .footerattr .widget.widget_flickr .tz-flickr a:before {
  content: "";
  background: rgba(251, 192, 45, 0.75);
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 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;
}
.tzFooter .tzFooterTop .footerattr .widget.widget_flickr .tz-flickr a:after {
  content: "\f00e";
  color: #ffffff;
  font-family: FontAwesome;
  font-size: 14px;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
  padding: 29px 0px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.tzFooter .tzFooterTop .footerattr .widget.widget_flickr .tz-flickr a:hover:before {
  width: 100%;
}
.tzFooter .tzFooterTop .footerattr .widget.widget_flickr .tz-flickr a:hover:after {
  -webkit-transition: all 0.3s ease-in-out 0.3s;
  -moz-transition: all 0.3s ease-in-out 0.3s;
  -ms-transition: all 0.3s ease-in-out 0.3s;
  -o-transition: all 0.3s ease-in-out 0.3s;
  transition: all 0.3s ease-in-out 0.3s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.tzFooter .tzFooterTop .footerattr .widget.widget_flickr .tz-flickr:after {
  content: '';
  display: block;
  clear: both;
}
.tzFooter .tzFooterTop .footerattr .widget.widget_newsletterwidget {
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 23px;
  color: #868686;
}
.tzFooter .tzFooterTop .footerattr .widget.widget_newsletterwidget .newsletter {
  margin-top: 36px;
}
.tzFooter .tzFooterTop .footerattr .widget.widget_newsletterwidget .newsletter form {
  position: relative;
}
.tzFooter .tzFooterTop .footerattr .widget.widget_newsletterwidget .newsletter form .newsletter-email {
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 23px;
  color: #868686;
  width: 100%;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  padding: 12px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.tzFooter .tzFooterTop .footerattr .widget.widget_newsletterwidget .newsletter form .newsletter-submit {
  background: none;
  border: medium none;
  border-radius: 0;
  font-size: 0;
  height: 48px;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 48px;
  z-index: 1;
}
.tzFooter .tzFooterTop .footerattr .widget.widget_newsletterwidget .newsletter form:after {
  content: "\f00c";
  display: block;
  width: 47px;
  height: 47px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  color: #ffffff;
  background: #e5ae49;
  position: absolute;
  top: 0px;
  right: 0;
  text-align: center;
  padding: 10px 0;
}
.tzFooter .tzFooterBottom {
  background: #151515;
}
.tzFooter .tzFooterBottom .tzCopyright {
  padding: 37px 0 33px;
}
.tzFooter .tzFooterBottom .tzCopyright p {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #868686;
  margin: 0px;
  padding: 0px;
}
.tzFooter .tzFooterBottom .tzCopyright p a {
  color: #868686;
}
.tzFooter .tzFooterBottom .tzCopyright p a:hover {
  color: #e5ae49;
}
.tzFooter .tzFooterBottom .tzFooterSocial {
  padding: 25px 0px;
}
.tzFooter .tzFooterBottom .tzFooterSocial ul {
  margin: 0px;
  padding: 0px;
}
.tzFooter .tzFooterBottom .tzFooterSocial ul:after {
  content: '';
  display: block;
  clear: both;
}
.tzFooter .tzFooterBottom .tzFooterSocial ul li {
  list-style: none;
  float: left;
  padding: 0px 5px;
}
.tzFooter .tzFooterBottom .tzFooterSocial ul li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #313131;
  text-align: center;
  position: relative;
}
.tzFooter .tzFooterBottom .tzFooterSocial ul li a i {
  padding: 12px 0px;
  color: #868686;
  font-size: 15px;
  position: relative;
  z-index: 99;
  -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;
}
.tzFooter .tzFooterBottom .tzFooterSocial ul li a:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #e5ae49;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.tzFooter .tzFooterBottom .tzFooterSocial ul li a:hover i {
  color: #FFFFFF;
}
.tzFooter .tzFooterBottom .tzFooterSocial ul li a:hover:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.tzFooter.tzFooter-Type-2 .tzFooterTop {
  padding: 90px 0 55px;
}
.tzFooter.tzFooter-Type-2 .tzFooterTop:after {
  background-color: rgba(0, 0, 0, 0.84);
}
.tzFooter.tzFooter-Type-2 .tzFooterTop .tzFooterTop_center {
  z-index: 1;
  position: relative;
  margin-bottom: 73px;
}
.tzFooter.tzFooter-Type-2 .tzFooterTop .tzFooterTop_center aside.widget {
  margin-bottom: 40px;
}
.tzFooter.tzFooter-Type-2 .tzFooterTop .footerattr .widget h3.title-widget {
  margin-bottom: 30px;
}
.tzFooter.tzFooter-Type-2 .tzFooterTop .footerattr .widget h3.title-widget span {
  font-size: 25px;
}
.tzFooter.tzFooter-Type-2 .tzFooterTop .footerattr .widget p {
  color: #9b9b9b;
  line-height: 25px;
}
.tzFooter.tzFooter-Type-2 .tzFooterTop .footerattr .widget .tzwidget-contact .tzContact_description {
  margin-bottom: 32px;
}
.tzFooter.tzFooter-Type-2 .tzFooterTop .footerattr .widget ul.tz-recent-post {
  padding-top: 10px;
}
.tzFooter.tzFooter-Type-2 .tzFooterTop .footerattr .widget ul.tz-recent-post li {
  margin-bottom: 35px;
}
.tzFooter.tzFooter-Type-2 .tzFooterTop .footerattr .widget ul.tz-recent-post li:after {
  display: block;
  clear: both;
  content: '';
}
.tzFooter.tzFooter-Type-2 .tzFooterTop .footerattr .widget ul.tz-recent-post li img {
  width: 80px;
  height: 80px;
  float: left;
}
.tzFooter.tzFooter-Type-2 .tzFooterTop .footerattr .widget ul.tz-recent-post li .tz-recent-content {
  padding-left: 100px;
}
.tzFooter.tzFooter-Type-2 .tzFooterTop .footerattr .widget ul.tz-recent-post li .tz-recent-content a {
  letter-spacing: 1px;
  display: block;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 15px;
}
.tzFooter.tzFooter-Type-2 .tzFooterTop .footerattr .widget ul.tz-recent-post li .tz-recent-content span {
  color: #9b9b9b;
  letter-spacing: 1px;
}
.tzFooter.tzFooter-Type-2 .tzFooterTop .footerattr .widget .wpcf7-form .TzContactForm p input {
  width: 100%;
  background: none;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #ffffff;
  margin-bottom: 13px;
  padding: 0 0 8px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.tzFooter.tzFooter-Type-2 .tzFooterTop .footerattr .widget .wpcf7-form .TzContactForm p input.wpcf7-submit {
  font-size: 13px;
  font-weight: 400;
  width: auto;
  color: #e5ae49;
  border-color: #e5ae49;
  padding: 10px 22px 3px 0;
}
.tzFooter.tzFooter-Type-2 .tzFooterTop .footerattr .widget .wpcf7-form .TzContactForm p textarea {
  width: 100%;
  background: none;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #ffffff;
  height: 75px;
}
.tzFooter.tzFooter-Type-2 .tzFooterBottom {
  background: #000000;
}
.tzFooter.tzFooter-Type-2 .tzFooterBottom .tzCopyright {
  padding-top: 40px;
}
.tzFooter.tzFooter-Type-2 .tzFooterBottom .tzCopyright p {
  color: #9b9b9b;
}
.tzFooter.tzFooter-Type-2 .tzFooterBottom .tzFooterSocial {
  padding: 36px 0 25px;
}
.tzFooter.tzFooter-Type-2 .tzFooterBottom .tzFooterSocial ul li {
  padding: 0 8px;
}
.tzFooter.tzFooter-Type-2 .tzFooterBottom .tzFooterSocial ul li a {
  width: auto;
  height: auto;
  background: none;
  border: none;
}
.tzFooter.tzFooter-Type-2 .tzFooterBottom .tzFooterSocial ul li a:after {
  content: none;
}
.tzFooter.tzFooter-Type-2 .tzFooterBottom .tzFooterSocial ul li a i {
  font-size: 18px;
  color: #ffffff;
  width: 32px;
  height: 32px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  padding: 7px 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;
}
.tzFooter.tzFooter-Type-2 .tzFooterBottom .tzFooterSocial ul li a i.fa-facebook {
  background: #3c5899;
}
.tzFooter.tzFooter-Type-2 .tzFooterBottom .tzFooterSocial ul li a i.fa-twitter {
  background: #2caae1;
}
.tzFooter.tzFooter-Type-2 .tzFooterBottom .tzFooterSocial ul li a i.fa-google {
  background: #db4437;
}
.tzFooter.tzFooter-Type-2 .tzFooterBottom .tzFooterSocial ul li a i.fa-linkedin {
  background: #0177b5;
}
.tzFooter.tzFooter-Type-2 .tzFooterBottom .tzFooterSocial ul li a i.fa-tumblr {
  background: #304E6C;
}
.tzFooter.tzFooter-Type-2 .tzFooterBottom .tzFooterSocial ul li a i.fa-youtube-play {
  background: #C8302A;
}
.tzFooter.tzFooter-Type-2 .tzFooterBottom .tzFooterSocial ul li a i.fa-dribbble {
  background: #EB4D88;
}
.tzFooter.tzFooter-Type-2 .tzFooterBottom .tzFooterSocial ul li a i.fa-behance {
  background: #359DD4;
}
.tzFooter.tzFooter-Type-2 .tzFooterBottom .tzFooterSocial ul li a i.fa-skype {
  background: #02B4EB;
}
.tzFooter.tzFooter-Type-2 .tzFooterBottom .tzFooterSocial ul li a i.fa-pinterest-p {
  background: #CB2027;
}
.tzFooter.tzFooter-Type-3 {
  background: #161b25;
}
.tzFooter.tzFooter-Type-3 .tzFooterTop {
  background: none;
  padding: 70px 0 55px;
}
.tzFooter.tzFooter-Type-3 .tzFooterTop:after {
  content: none;
}
.tzFooter.tzFooter-Type-3 .tzFooterTop .footerattr .widget h3.title-widget {
  margin-bottom: 13px;
}
.tzFooter.tzFooter-Type-3 .tzFooterTop .footerattr .widget h3.title-widget span {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: 1px;
}
.tzFooter.tzFooter-Type-3 .tzFooterTop .footerattr .widget p {
  font-size: 13px;
  color: #a2a4a8;
  line-height: 25px;
}
.tzFooter.tzFooter-Type-3 .tzFooterTop .footerattr .widget p a {
  text-decoration: none;
}
.tzFooter.tzFooter-Type-3 .tzFooterTop .footerattr .widget .tzwidget-contact .tzContact_description {
  margin-bottom: 32px;
}
.tzFooter.tzFooter-Type-3 .tzFooterTop .footerattr .widget .tzwidget-contact span {
  font-size: 13px;
  color: #a2a4a8;
}
.tzFooter.tzFooter-Type-3 .tzFooterTop .footerattr .widget .tzwidget-contact span i {
  font-size: 14px;
  color: #ffffff;
  margin-right: 15px;
}
.tzFooter.tzFooter-Type-3 .tzFooterTop .footerattr .widget ul li {
  padding: 0 0 8px 15px;
  position: relative;
}
.tzFooter.tzFooter-Type-3 .tzFooterTop .footerattr .widget ul li:before {
  content: "\f101";
  font-family: FontAwesome;
  text-decoration: inherit;
  color: #a2a4a8;
  font-size: 13px;
  position: absolute;
  top: 2px;
  left: 0;
}
.tzFooter.tzFooter-Type-3 .tzFooterTop .footerattr .widget ul li a {
  font-size: 13px;
  color: #a2a4a8;
  line-height: 25px;
}
.tzFooter.tzFooter-Type-3 .tzFooterTop .footerattr .widget .tz-flickr ul li {
  padding: 0;
}
.tzFooter.tzFooter-Type-3 .tzFooterTop .footerattr .widget .tz-flickr ul li:before {
  content: none;
}
.tzFooter.tzFooter-Type-3 .tzFooterTop .footerattr .widget ul.tz-recent-post {
  padding-top: 10px;
}
.tzFooter.tzFooter-Type-3 .tzFooterTop .footerattr .widget ul.tz-recent-post li {
  margin-bottom: 35px;
}
.tzFooter.tzFooter-Type-3 .tzFooterTop .footerattr .widget ul.tz-recent-post li:after {
  display: block;
  clear: both;
  content: '';
}
.tzFooter.tzFooter-Type-3 .tzFooterTop .footerattr .widget ul.tz-recent-post li img {
  width: 80px;
  height: 80px;
  float: left;
}
.tzFooter.tzFooter-Type-3 .tzFooterTop .footerattr .widget ul.tz-recent-post li .tz-recent-content {
  padding-left: 100px;
}
.tzFooter.tzFooter-Type-3 .tzFooterTop .footerattr .widget ul.tz-recent-post li .tz-recent-content a {
  letter-spacing: 1px;
  display: block;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 15px;
}
.tzFooter.tzFooter-Type-3 .tzFooterTop .footerattr .widget ul.tz-recent-post li .tz-recent-content span {
  color: #9b9b9b;
  letter-spacing: 1px;
}
.tzFooter.tzFooter-Type-3 .tzFooterTop .footerattr .widget .wpcf7-form .TzContactForm p input {
  width: 100%;
  background: none;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #ffffff;
  margin-bottom: 13px;
  padding: 0 0 8px;
}
.tzFooter.tzFooter-Type-3 .tzFooterTop .footerattr .widget .wpcf7-form .TzContactForm p input.wpcf7-submit {
  font-size: 13px;
  font-weight: 400;
  width: auto;
  color: #e5ae49;
  border-color: #e5ae49;
  padding: 10px 22px 3px 0;
}
.tzFooter.tzFooter-Type-3 .tzFooterTop .footerattr .widget .wpcf7-form .TzContactForm p textarea {
  width: 100%;
  background: none;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #ffffff;
  height: 75px;
}
.tzFooter.tzFooter-Type-3 .tzFooterBottom {
  background: #222730;
}
.tzFooter.tzFooter-Type-3 .tzFooterBottom .tzCopyright {
  padding-top: 40px;
}
.tzFooter.tzFooter-Type-3 .tzFooterBottom .tzCopyright p {
  font-size: 13px;
  color: #a2a4a8;
  text-align: center;
}
/**
 * 6.0 Blog
 * -----------------------------------------------------------------------------
 */
/* 6.2 Blog Default */
.tzBlogDefault {
  background: #fafafa;
  padding: 90px 0px;
}
.tzBlogDefault .tzBlogContainer .tzBlogItem {
  background: #fff;
  margin-bottom: 50px;
}
.tzBlogDefault .tzBlogContainer .tzBlogItem .tzBlogQuote {
  position: relative;
  z-index: 1;
  padding: 47px 0px 48px;
}
.tzBlogDefault .tzBlogContainer .tzBlogItem .tzBlogQuote .tzBlogQuote_bg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}
.tzBlogDefault .tzBlogContainer .tzBlogItem .tzBlogQuote .tzBlogQuote_bg img {
  position: relative;
  max-width: none;
}
.tzBlogDefault .tzBlogContainer .tzBlogItem .tzBlogQuote .tzBlogQuote_overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(1, 7, 20, 0.75);
  z-index: -1;
}
.tzBlogDefault .tzBlogContainer .tzBlogItem .tzBlogQuote .tzBlogQuote_char {
  display: block;
  text-align: center;
  font-size: 90px;
  color: #e5ae49;
  line-height: 90px;
  margin-bottom: 13px;
}
.tzBlogDefault .tzBlogContainer .tzBlogItem .tzBlogQuote p {
  font-family: 'Ubuntu', sans-serif;
  font-size: 20px;
  font-weight: 400;
  font-style: italic;
  color: #ffffff;
  line-height: 35px;
  text-align: center;
  padding: 0px 52px;
  margin: 0px 0px 72px;
}
.tzBlogDefault .tzBlogContainer .tzBlogItem .tzBlogQuote .tzBlogQuote_info {
  display: block;
  margin: 0px;
  text-align: center;
}
.tzBlogDefault .tzBlogContainer .tzBlogItem .tzBlogQuote .tzBlogQuote_info a {
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
  line-height: 22px;
  color: #FFFFFF;
  margin: 0 3px 0 0;
  text-decoration: none;
}
.tzBlogDefault .tzBlogContainer .tzBlogItem .tzBlogQuote .tzBlogQuote_info small {
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
  line-height: 22px;
  color: #FFFFFF;
}
.tzBlogDefault .tzBlogContainer .tzBlogItem .tzBlogQuote .tzBlogQuote_info small i {
  margin: 0 5px 0 0;
}
.tzBlogDefault .tzBlogContainer .tzBlogItem .tzBlogQuote .tzBlogQuote_info span {
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
  line-height: 22px;
  color: #b5b5b5;
}
.tzBlogDefault .tzBlogContainer .tzBlogItem .tzBlogQuote .tzBlogQuote_info span i {
  margin: 0 5px 0 0;
}
.tzBlogDefault .tzBlogContainer .tzBlogItem .tzBlog_videoHtml5 {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.tzBlogDefault .tzBlogContainer .tzBlogItem .tzBlog_videoHtml5 .tzblog_autoplay {
  background: #e5ae49;
  border: 0 none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  opacity: 1;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99;
  text-align: center;
}
.tzBlogDefault .tzBlogContainer .tzBlogItem .tzBlog_videoHtml5 .tzblog_autoplay i {
  display: inline-block;
  font-size: 16px;
  color: #FFFFFF;
  padding: 17px 0px;
}
.tzBlogDefault .tzBlogContainer .tzBlogItem .tzBlog_videoHtml5 .tzblog_autoplay:hover {
  cursor: pointer;
}
.tzBlogDefault .tzBlogContainer .tzBlogItem .tzBlog_videoHtml5 .tzblog_pauses {
  background: #e5ae49;
  border: 0 none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  opacity: 1;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99;
  text-align: center;
  display: none;
  opacity: 0;
}
.tzBlogDefault .tzBlogContainer .tzBlogItem .tzBlog_videoHtml5 .tzblog_pauses i {
  display: inline-block;
  font-size: 16px;
  color: #FFFFFF;
  padding: 17px 0px;
}
.tzBlogDefault .tzBlogContainer .tzBlogItem .tzBlog_videoHtml5 .tzblog_pauses:hover {
  cursor: pointer;
}
.tzBlogDefault .tzBlogContainer .tzBlogItem .tzBlog_videoHtml5:hover .tzblog_pauses {
  opacity: 1;
}
.tzBlogDefault .tzBlogContainer .tzBlogItem .tzBlog_videoHtml5 .bg-video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.tzBlogDefault .tzBlogContainer .tzBlogItem .tzBlog_videoHtml5 .videoID {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.tzBlogDefault .tzBlogContainer .tzBlogItem .tzBlog_videoHtml5 .tzBlogDate {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 9;
}
.tzBlogDefault .tzBlogContainer .tzBlogItem .tzBlog_videoHtml5 .tzBlogDate .tzDateText {
  width: 60px;
  height: 55px;
  background: #e5ae49;
  padding: 8px 5px;
}
.tzBlogDefault .tzBlogContainer .tzBlogItem .tzBlog_videoHtml5 .tzBlogDate .tzDateText .tzTextDay {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 4px;
}
.tzBlogDefault .tzBlogContainer .tzBlogItem .tzBlog_videoHtml5 .tzBlogDate .tzDateText .tzTextMonth {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 11px;
  line-height: 11px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}
.tzBlogDefault .tzBlogContainer .tzBlogItem .tzBlog_videoHtml5 .tzBlogDate .tzBlogIcon {
  width: 60px;
  height: 55px;
  background: #444444;
  text-align: center;
}
.tzBlogDefault .tzBlogContainer .tzBlogItem .tzBlog_videoHtml5 .tzBlogDate .tzBlogIcon i {
  font-size: 22px;
  color: #fff;
  padding: 18px;
}
.tzBlogDefault .tzBlogContainer .tzBlogItem .tzBlogAudio {
  position: relative;
  padding: 0px 0px 0px 90px;
}
.tzBlogDefault .tzBlogContainer .tzBlogItem .tzBlogAudio iframe {
  width: 100%;
  border: none;
}
.tzBlogDefault .tzBlogContainer .tzBlogItem .tzBlogAudio .tzBlogDate {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 9;
}
.tzBlogDefault .tzBlogContainer .tzBlogItem .tzBlogAudio .tzBlogDate .tzDateText {
  width: 60px;
  height: 55px;
  background: #e5ae49;
  padding: 8px 5px;
}
.tzBlogDefault .tzBlogContainer .tzBlogItem .tzBlogAudio .tzBlogDate .tzDateText .tzTextDay {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 4px;
}
.tzBlogDefault .tzBlogContainer .tzBlogItem .tzBlogAudio .tzBlogDate .tzDateText .tzTextMonth {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 11px;
  line-height: 11px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}
.tzBlogDefault .tzBlogContainer .tzBlogItem .tzBlogAudio .tzBlogDate .tzBlogIcon {
  width: 60px;
  height: 55px;
  background: #444444;
  text-align: center;
}
.tzBlogDefault .tzBlogContainer .tzBlogItem .tzBlogAudio .tzBlogDate .tzBlogIcon i {
  font-size: 22px;
  color: #fff;
  padding: 18px;
}
.tzBlogDefault .tzBlogContainer .tzBlogItem .tzBlog_video {
  position: relative;
}
.tzBlogDefault .tzBlogContainer .tzBlogItem .tzBlog_video iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.tzBlogDefault .tzBlogContainer .tzBlogItem .tzBlog_video .tzBlogDate {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 9;
}
.tzBlogDefault .tzBlogContainer .tzBlogItem .tzBlog_video .tzBlogDate .tzDateText {
  width: 60px;
  height: 55px;
  background: #e5ae49;
  padding: 8px 5px;
}
.tzBlogDefault .tzBlogContainer .tzBlogItem .tzBlog_video .tzBlogDate .tzDateText .tzTextDay {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 4px;
}
.tzBlogDefault .tzBlogContainer .tzBlogItem .tzBlog_video .tzBlogDate .tzDateText .tzTextMonth {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 11px;
  line-height: 11px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}
.tzBlogDefault .tzBlogContainer .tzBlogItem .tzBlog_video .tzBlogDate .tzBlogIcon {
  width: 60px;
  height: 55px;
  background: #444444;
  text-align: center;
}
.tzBlogDefault .tzBlogContainer .tzBlogItem .tzBlog_video .tzBlogDate .tzBlogIcon i {
  font-size: 22px;
  color: #fff;
  padding: 18px;
}
.tzBlogDefault .tzBlogContainer .tzBlogItem .tzBlogSlider {
  position: relative;
}
.tzBlogDefault .tzBlogContainer .tzBlogItem .tzBlogSlider ul.flex-direction-nav {
  z-index: 9999;
}
.tzBlogDefault .tzBlogContainer .tzBlogItem .tzBlogSlider ul.flex-direction-nav li a {
  top: 50%;
  opacity: 1;
  height: 30px;
  width: 30px;
  margin: -15px 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #FFFFFF;
  text-align: center;
  background: none;
}
.tzBlogDefault .tzBlogContainer .tzBlogItem .tzBlogSlider ul.flex-direction-nav li a:before {
  font-size: 10px;
  font-weight: lighter;
  color: #ffffff;
  text-shadow: none;
}
.tzBlogDefault .tzBlogContainer .tzBlogItem .tzBlogSlider ul.flex-direction-nav li a.flex-prev {
  left: 30px;
}
.tzBlogDefault .tzBlogContainer .tzBlogItem .tzBlogSlider ul.flex-direction-nav li a.flex-next {
  right: 30px;
}
.tzBlogDefault .tzBlogContainer .tzBlogItem .tzBlogSlider ul.flex-direction-nav li a:hover {
  border: 1px solid #e5ae49;
  background: #e5ae49;
}
.tzBlogDefault .tzBlogContainer .tzBlogItem .tzBlogSlider .tzBlogDate {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 9;
}
.tzBlogDefault .tzBlogContainer .tzBlogItem .tzBlogSlider .tzBlogDate .tzDateText {
  width: 60px;
  height: 55px;
  background: #e5ae49;
  padding: 8px 5px;
}
.tzBlogDefault .tzBlogContainer .tzBlogItem .tzBlogSlider .tzBlogDate .tzDateText .tzTextDay {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 4px;
}
.tzBlogDefault .tzBlogContainer .tzBlogItem .tzBlogSlider .tzBlogDate .tzDateText .tzTextMonth {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 11px;
  line-height: 11px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}
.tzBlogDefault .tzBlogContainer .tzBlogItem .tzBlogSlider .tzBlogDate .tzBlogIcon {
  width: 60px;
  height: 55px;
  background: #444444;
  text-align: center;
}
.tzBlogDefault .tzBlogContainer .tzBlogItem .tzBlogSlider .tzBlogDate .tzBlogIcon i {
  font-size: 22px;
  color: #fff;
  padding: 18px;
}
.tzBlogDefault .tzBlogContainer .tzBlogItem .tzBlogImage {
  position: relative;
}
.tzBlogDefault .tzBlogContainer .tzBlogItem .tzBlogImage img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}
.tzBlogDefault .tzBlogContainer .tzBlogItem .tzBlogImage .tzBlogDate {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 9;
}
.tzBlogDefault .tzBlogContainer .tzBlogItem .tzBlogImage .tzBlogDate .tzDateText {
  width: 60px;
  height: 55px;
  background: #e5ae49;
  padding: 8px 5px;
}
.tzBlogDefault .tzBlogContainer .tzBlogItem .tzBlogImage .tzBlogDate .tzDateText .tzTextDay {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 4px;
}
.tzBlogDefault .tzBlogContainer .tzBlogItem .tzBlogImage .tzBlogDate .tzDateText .tzTextMonth {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 11px;
  line-height: 11px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}
.tzBlogDefault .tzBlogContainer .tzBlogItem .tzBlogImage .tzBlogDate .tzBlogIcon {
  width: 60px;
  height: 55px;
  background: #444444;
  text-align: center;
}
.tzBlogDefault .tzBlogContainer .tzBlogItem .tzBlogImage .tzBlogDate .tzBlogIcon i {
  font-size: 22px;
  color: #fff;
  padding: 18px;
}
.tzBlogDefault .tzBlogContainer .tzBlogItem .tzBlogContent {
  margin: 0px;
  padding: 48px 30px 45px;
}
.tzBlogDefault .tzBlogContainer .tzBlogItem .tzBlogContent h3.title {
  margin: 0px 0px 17px;
  padding: 0px;
}
.tzBlogDefault .tzBlogContainer .tzBlogItem .tzBlogContent h3.title a {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
  color: #222222;
  text-decoration: none;
}
.tzBlogDefault .tzBlogContainer .tzBlogItem .tzBlogContent h3.title a span {
  background: #e5ae49;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 9px;
  line-height: 14px;
  margin-left: 10px;
  padding: 0 5px;
  position: relative;
  text-transform: uppercase;
  top: -10px;
}
.tzBlogDefault .tzBlogContainer .tzBlogItem .tzBlogContent .tzInfomation {
  display: block;
  margin: 0px 0px 22px;
}
.tzBlogDefault .tzBlogContainer .tzBlogItem .tzBlogContent .tzInfomation a {
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
  line-height: 22px;
  color: #b5b5b5;
  margin: 0 3px 0 0;
  text-decoration: none;
}
.tzBlogDefault .tzBlogContainer .tzBlogItem .tzBlogContent .tzInfomation small {
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
  line-height: 22px;
  color: #b5b5b5;
}
.tzBlogDefault .tzBlogContainer .tzBlogItem .tzBlogContent .tzInfomation small i {
  margin: 0 5px 0 0;
}
.tzBlogDefault .tzBlogContainer .tzBlogItem .tzBlogContent .tzInfomation span {
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
  line-height: 22px;
  color: #b5b5b5;
}
.tzBlogDefault .tzBlogContainer .tzBlogItem .tzBlogContent .tzInfomation span i {
  margin: 0 5px 0 0;
}
.tzBlogDefault .tzBlogContainer .tzBlogItem .tzBlogContent p {
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
  color: #666666;
}
.tzBlogDefault .tzBlogContainer .tzBlogItem .tzBlogContent a.tzreadmore {
  display: inline-block;
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  color: #FFFFFF;
  font-weight: 300;
  line-height: 25px;
  margin: 25px 0 0;
  padding: 8px 27px;
  background: #e5ae49;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
}
.tzBlogDefault .tzBlogContainer .tzserach_notda .page-content form {
  position: relative;
  width: 263px;
  margin-top: 30px;
}
.tzBlogDefault .tzBlogContainer .tzserach_notda .page-content form label {
  display: none;
}
.tzBlogDefault .tzBlogContainer .tzserach_notda .page-content form input.Tzsearchform {
  width: 263px;
  background: none;
  border: 1px solid #dedede;
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  font-style: italic;
  padding: 9px 45px 10px 15px;
  color: #111111;
}
.tzBlogDefault .tzBlogContainer .tzserach_notda .page-content form input.searchsubmit {
  background-color: #e5ae49;
  background-image: url(images/search.png) !important;
  background-position: center!important;
  background-repeat: no-repeat !important;
  border: none;
  font-size: 0;
  width: 45px;
  height: 45px;
  position: absolute;
  top: 0;
  right: 0;
}
.tzBlogDefault .tzBlogContainer .tzserach_notda .page-content form input.searchsubmit:after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0px;
  left: 0px;
  background: #ffffff;
}
.tzBlogDefault .tzBlogContainer .tzserach_notda .page-content form span.icon_search {
  display: none;
}
.tzBlogDefault .wp-pagenavi span {
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #666666;
  padding: 10px 15px;
  background: #dfdfdf;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  border: none;
}
.tzBlogDefault .wp-pagenavi span.current {
  color: #FFFFFF;
  background: #e5ae49;
}
.tzBlogDefault .wp-pagenavi a {
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #666666;
  padding: 10px 15px;
  background: #dfdfdf;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  text-decoration: none;
  border: none;
  -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;
}
.tzBlogDefault .wp-pagenavi a:hover {
  color: #FFFFFF;
  background: #e5ae49;
}
.tzBlogDefault ol.flex-control-nav {
  bottom: 8px;
}
.tzBlogDefault ol.flex-control-nav li {
  margin: 0 5px;
}
.tzBlogDefault ol.flex-control-nav li a {
  height: 10px;
  width: 10px;
  background: #ffffff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -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;
}
.tzBlogDefault ol.flex-control-nav li a.flex-active {
  background: #e5ae49;
}
.tzBlogDefault ol.flex-control-nav li a:hover {
  background: #e5ae49;
}
/* 6.1 Blog Column */
.tzBlogColumn {
  padding: 90px 0px 100px;
  background: #fafafa;
}
.tzBlogColumn .tzBlogContainer {
  margin-right: -30px;
}
.tzBlogColumn .tzBlogContainer .blogColumn-item .tzBlogInner {
  margin: 0 30px 30px 0;
  padding: 0;
  background: #ffffff;
}
.tzBlogColumn .tzBlogContainer .blogColumn-item .tzBlogInner .tzBlogQuote {
  position: relative;
  z-index: 1;
  padding: 47px 0px 48px;
}
.tzBlogColumn .tzBlogContainer .blogColumn-item .tzBlogInner .tzBlogQuote .tzBlogQuote_bg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}
.tzBlogColumn .tzBlogContainer .blogColumn-item .tzBlogInner .tzBlogQuote .tzBlogQuote_bg img {
  max-width: none;
  position: relative;
}
.tzBlogColumn .tzBlogContainer .blogColumn-item .tzBlogInner .tzBlogQuote .tzBlogQuote_overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(1, 7, 20, 0.75);
  z-index: -1;
}
.tzBlogColumn .tzBlogContainer .blogColumn-item .tzBlogInner .tzBlogQuote .tzBlogQuote_char {
  display: block;
  text-align: center;
  font-size: 90px;
  color: #e5ae49;
  line-height: 90px;
  margin-bottom: 13px;
}
.tzBlogColumn .tzBlogContainer .blogColumn-item .tzBlogInner .tzBlogQuote .tzBlogQuote_char:before {
  font-family: "ElegantIcons";
}
.tzBlogColumn .tzBlogContainer .blogColumn-item .tzBlogInner .tzBlogQuote p {
  font-family: 'Ubuntu', sans-serif;
  font-size: 20px;
  font-weight: 400;
  font-style: italic;
  color: #ffffff;
  line-height: 35px;
  text-align: center;
  padding: 0px 52px;
  margin: 0px 0px 72px;
}
.tzBlogColumn .tzBlogContainer .blogColumn-item .tzBlogInner .tzBlogQuote .tzBlogQuote_info {
  display: block;
  margin: 0px;
  text-align: center;
}
.tzBlogColumn .tzBlogContainer .blogColumn-item .tzBlogInner .tzBlogQuote .tzBlogQuote_info a {
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
  line-height: 22px;
  color: #FFFFFF;
  margin: 0 3px 0 0;
  text-decoration: none;
}
.tzBlogColumn .tzBlogContainer .blogColumn-item .tzBlogInner .tzBlogQuote .tzBlogQuote_info small {
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
  line-height: 22px;
  color: #FFFFFF;
}
.tzBlogColumn .tzBlogContainer .blogColumn-item .tzBlogInner .tzBlogQuote .tzBlogQuote_info small i {
  margin: 0 5px 0 0;
}
.tzBlogColumn .tzBlogContainer .blogColumn-item .tzBlogInner .tzBlogQuote .tzBlogQuote_info span {
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
  line-height: 22px;
  color: #b5b5b5;
}
.tzBlogColumn .tzBlogContainer .blogColumn-item .tzBlogInner .tzBlogQuote .tzBlogQuote_info span i {
  margin: 0 5px 0 0;
}
.tzBlogColumn .tzBlogContainer .blogColumn-item .tzBlogInner .tzBlog_videoHtml5 {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.tzBlogColumn .tzBlogContainer .blogColumn-item .tzBlogInner .tzBlog_videoHtml5 .tzblog_autoplay {
  background: #e5ae49;
  border: 0 none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  opacity: 1;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99;
  text-align: center;
}
.tzBlogColumn .tzBlogContainer .blogColumn-item .tzBlogInner .tzBlog_videoHtml5 .tzblog_autoplay i {
  display: inline-block;
  font-size: 16px;
  color: #FFFFFF;
  padding: 17px 0px;
}
.tzBlogColumn .tzBlogContainer .blogColumn-item .tzBlogInner .tzBlog_videoHtml5 .tzblog_autoplay:hover {
  cursor: pointer;
}
.tzBlogColumn .tzBlogContainer .blogColumn-item .tzBlogInner .tzBlog_videoHtml5 .tzblog_pauses {
  background: #e5ae49;
  border: 0 none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  opacity: 1;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99;
  text-align: center;
  display: none;
  opacity: 0;
}
.tzBlogColumn .tzBlogContainer .blogColumn-item .tzBlogInner .tzBlog_videoHtml5 .tzblog_pauses i {
  display: inline-block;
  font-size: 16px;
  color: #FFFFFF;
  padding: 17px 0px;
}
.tzBlogColumn .tzBlogContainer .blogColumn-item .tzBlogInner .tzBlog_videoHtml5 .tzblog_pauses:hover {
  cursor: pointer;
}
.tzBlogColumn .tzBlogContainer .blogColumn-item .tzBlogInner .tzBlog_videoHtml5:hover .tzblog_pauses {
  opacity: 1;
}
.tzBlogColumn .tzBlogContainer .blogColumn-item .tzBlogInner .tzBlog_videoHtml5 .bg-video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.tzBlogColumn .tzBlogContainer .blogColumn-item .tzBlogInner .tzBlog_videoHtml5 .videoID {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.tzBlogColumn .tzBlogContainer .blogColumn-item .tzBlogInner .tzBlog_videoHtml5 .tzBlogDate {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 999;
}
.tzBlogColumn .tzBlogContainer .blogColumn-item .tzBlogInner .tzBlog_videoHtml5 .tzBlogDate .tzDateText {
  width: 60px;
  height: 55px;
  background: #e5ae49;
  padding: 8px 5px;
}
.tzBlogColumn .tzBlogContainer .blogColumn-item .tzBlogInner .tzBlog_videoHtml5 .tzBlogDate .tzDateText .tzTextDay {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 4px;
}
.tzBlogColumn .tzBlogContainer .blogColumn-item .tzBlogInner .tzBlog_videoHtml5 .tzBlogDate .tzDateText .tzTextMonth {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 11px;
  line-height: 11px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}
.tzBlogColumn .tzBlogContainer .blogColumn-item .tzBlogInner .tzBlog_videoHtml5 .tzBlogDate .tzBlogIcon {
  width: 60px;
  height: 55px;
  background: #444444;
  text-align: center;
}
.tzBlogColumn .tzBlogContainer .blogColumn-item .tzBlogInner .tzBlog_videoHtml5 .tzBlogDate .tzBlogIcon i {
  font-size: 22px;
  color: #fff;
  padding: 18px;
}
.tzBlogColumn .tzBlogContainer .blogColumn-item .tzBlogInner .tzBlogAudio {
  position: relative;
  padding: 0px 0px 0px 90px;
}
.tzBlogColumn .tzBlogContainer .blogColumn-item .tzBlogInner .tzBlogAudio iframe {
  width: 100%;
  border: none;
}
.tzBlogColumn .tzBlogContainer .blogColumn-item .tzBlogInner .tzBlogAudio .tzBlogDate {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 999;
}
.tzBlogColumn .tzBlogContainer .blogColumn-item .tzBlogInner .tzBlogAudio .tzBlogDate .tzDateText {
  width: 60px;
  height: 55px;
  background: #e5ae49;
  padding: 8px 5px;
}
.tzBlogColumn .tzBlogContainer .blogColumn-item .tzBlogInner .tzBlogAudio .tzBlogDate .tzDateText .tzTextDay {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 4px;
}
.tzBlogColumn .tzBlogContainer .blogColumn-item .tzBlogInner .tzBlogAudio .tzBlogDate .tzDateText .tzTextMonth {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 11px;
  line-height: 11px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}
.tzBlogColumn .tzBlogContainer .blogColumn-item .tzBlogInner .tzBlogAudio .tzBlogDate .tzBlogIcon {
  width: 60px;
  height: 55px;
  background: #444444;
  text-align: center;
}
.tzBlogColumn .tzBlogContainer .blogColumn-item .tzBlogInner .tzBlogAudio .tzBlogDate .tzBlogIcon i {
  font-size: 22px;
  color: #fff;
  padding: 18px;
}
.tzBlogColumn .tzBlogContainer .blogColumn-item .tzBlogInner .tzBlogVideo {
  position: relative;
}
.tzBlogColumn .tzBlogContainer .blogColumn-item .tzBlogInner .tzBlogVideo iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.tzBlogColumn .tzBlogContainer .blogColumn-item .tzBlogInner .tzBlogSlider {
  position: relative;
}
.tzBlogColumn .tzBlogContainer .blogColumn-item .tzBlogInner .tzBlogSlider .flex-viewport ul.slides li img {
  width: 100%;
  height: auto;
}
.tzBlogColumn .tzBlogContainer .blogColumn-item .tzBlogInner .tzBlogSlider ul.flex-direction-nav {
  z-index: 9999;
}
.tzBlogColumn .tzBlogContainer .blogColumn-item .tzBlogInner .tzBlogSlider ul.flex-direction-nav li a {
  top: 50%;
  opacity: 1;
  height: 30px;
  width: 30px;
  margin: -15px 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #FFFFFF;
  text-align: center;
  background: none;
}
.tzBlogColumn .tzBlogContainer .blogColumn-item .tzBlogInner .tzBlogSlider ul.flex-direction-nav li a:before {
  font-size: 10px;
  font-weight: lighter;
  color: #ffffff;
  text-shadow: none;
}
.tzBlogColumn .tzBlogContainer .blogColumn-item .tzBlogInner .tzBlogSlider ul.flex-direction-nav li a.flex-prev {
  left: 30px;
}
.tzBlogColumn .tzBlogContainer .blogColumn-item .tzBlogInner .tzBlogSlider ul.flex-direction-nav li a.flex-next {
  right: 30px;
}
.tzBlogColumn .tzBlogContainer .blogColumn-item .tzBlogInner .tzBlogSlider ul.flex-direction-nav li a:hover {
  border: 1px solid #e5ae49;
  background: #e5ae49;
}
.tzBlogColumn .tzBlogContainer .blogColumn-item .tzBlogInner .tzBlogSlider ol.flex-control-nav {
  bottom: 8px;
}
.tzBlogColumn .tzBlogContainer .blogColumn-item .tzBlogInner .tzBlogSlider ol.flex-control-nav li {
  margin: 0 5px;
}
.tzBlogColumn .tzBlogContainer .blogColumn-item .tzBlogInner .tzBlogSlider ol.flex-control-nav li a {
  height: 10px;
  width: 10px;
  background: #ffffff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -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;
}
.tzBlogColumn .tzBlogContainer .blogColumn-item .tzBlogInner .tzBlogSlider ol.flex-control-nav li a.flex-active {
  background: #e5ae49;
}
.tzBlogColumn .tzBlogContainer .blogColumn-item .tzBlogInner .tzBlogSlider ol.flex-control-nav li a:hover {
  background: #e5ae49;
}
.tzBlogColumn .tzBlogContainer .blogColumn-item .tzBlogInner .tzBlogSlider .tzBlogDate {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 999;
}
.tzBlogColumn .tzBlogContainer .blogColumn-item .tzBlogInner .tzBlogSlider .tzBlogDate .tzDateText {
  width: 60px;
  height: 55px;
  background: #e5ae49;
  padding: 8px 5px;
}
.tzBlogColumn .tzBlogContainer .blogColumn-item .tzBlogInner .tzBlogSlider .tzBlogDate .tzDateText .tzTextDay {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 4px;
}
.tzBlogColumn .tzBlogContainer .blogColumn-item .tzBlogInner .tzBlogSlider .tzBlogDate .tzDateText .tzTextMonth {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 11px;
  line-height: 11px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}
.tzBlogColumn .tzBlogContainer .blogColumn-item .tzBlogInner .tzBlogSlider .tzBlogDate .tzBlogIcon {
  width: 60px;
  height: 55px;
  background: #444444;
  text-align: center;
}
.tzBlogColumn .tzBlogContainer .blogColumn-item .tzBlogInner .tzBlogSlider .tzBlogDate .tzBlogIcon i {
  font-size: 22px;
  color: #fff;
  padding: 18px;
}
.tzBlogColumn .tzBlogContainer .blogColumn-item .tzBlogInner .tzBlogImage {
  position: relative;
}
.tzBlogColumn .tzBlogContainer .blogColumn-item .tzBlogInner .tzBlogImage img {
  width: 100%;
  height: auto;
}
.tzBlogColumn .tzBlogContainer .blogColumn-item .tzBlogInner .tzBlogImage .tzBlogDate {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 999;
}
.tzBlogColumn .tzBlogContainer .blogColumn-item .tzBlogInner .tzBlogImage .tzBlogDate .tzDateText {
  width: 60px;
  height: 55px;
  background: #e5ae49;
  padding: 8px 5px;
}
.tzBlogColumn .tzBlogContainer .blogColumn-item .tzBlogInner .tzBlogImage .tzBlogDate .tzDateText .tzTextDay {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 4px;
}
.tzBlogColumn .tzBlogContainer .blogColumn-item .tzBlogInner .tzBlogImage .tzBlogDate .tzDateText .tzTextMonth {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 11px;
  line-height: 11px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}
.tzBlogColumn .tzBlogContainer .blogColumn-item .tzBlogInner .tzBlogImage .tzBlogDate .tzBlogIcon {
  width: 60px;
  height: 55px;
  background: #444444;
  text-align: center;
}
.tzBlogColumn .tzBlogContainer .blogColumn-item .tzBlogInner .tzBlogImage .tzBlogDate .tzBlogIcon i {
  font-size: 22px;
  color: #fff;
  padding: 18px;
}
.tzBlogColumn .tzBlogContainer .blogColumn-item .tzBlogInner .tzBlogContent {
  margin: 0px;
  padding: 48px 30px 38px;
}
.tzBlogColumn .tzBlogContainer .blogColumn-item .tzBlogInner .tzBlogContent h3.title {
  margin: 0px 0px 17px;
  padding: 0px;
}
.tzBlogColumn .tzBlogContainer .blogColumn-item .tzBlogInner .tzBlogContent h3.title a {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
  color: #222222;
  text-decoration: none;
}
.tzBlogColumn .tzBlogContainer .blogColumn-item .tzBlogInner .tzBlogContent .tzInfomation {
  display: block;
  margin: 0px 0px 22px;
}
.tzBlogColumn .tzBlogContainer .blogColumn-item .tzBlogInner .tzBlogContent .tzInfomation a {
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
  line-height: 22px;
  color: #b5b5b5;
  margin: 0 3px 0 0;
  text-decoration: none;
}
.tzBlogColumn .tzBlogContainer .blogColumn-item .tzBlogInner .tzBlogContent .tzInfomation small {
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
  line-height: 22px;
  color: #b5b5b5;
}
.tzBlogColumn .tzBlogContainer .blogColumn-item .tzBlogInner .tzBlogContent .tzInfomation small i {
  margin: 0 5px 0 0;
}
.tzBlogColumn .tzBlogContainer .blogColumn-item .tzBlogInner .tzBlogContent .tzInfomation span {
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
  line-height: 22px;
  color: #b5b5b5;
}
.tzBlogColumn .tzBlogContainer .blogColumn-item .tzBlogInner .tzBlogContent .tzInfomation span i {
  margin: 0 5px 0 0;
}
.tzBlogColumn .tzBlogContainer .blogColumn-item .tzBlogInner .tzBlogContent p {
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
  color: #666666;
  margin: 0px;
  padding: 0px;
}
.tzBlogColumn .tzBlogContainer .blogColumn-item .tzBlogInner .tzBlogContent a.tzreadmore {
  display: inline-block;
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  color: #FFFFFF;
  font-weight: 300;
  line-height: 25px;
  margin: 31px 0 6px;
  padding: 8px 27px;
  background: #e5ae49;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
}
.tzBlogColumn .tzBlogContainer.no_sidebar.tzBlogDesktop-4-Column .blogColumn-item .tzBlogInner .tzBlogQuote p {
  padding: 0 30px;
}
.tzBlogColumn .tzBlogContainer.no_sidebar.tzBlogDesktop-4-Column .blogColumn-item .tzBlogInner .tzBlog_videoHtml5 {
  height: 147px;
}
.tzBlogColumn .tzBlogContainer.no_sidebar.tzBlogDesktop-4-Column .blogColumn-item .tzBlogInner .tzBlogVideo iframe {
  height: 147px;
}
.tzBlogColumn .tzBlogContainer.no_sidebar.tzBlogDesktop-3-Column .blogColumn-item .tzBlogInner .tzBlogQuote p {
  padding: 0 52px;
}
.tzBlogColumn .tzBlogContainer.no_sidebar.tzBlogDesktop-3-Column .blogColumn-item .tzBlogInner .tzBlog_videoHtml5 {
  height: 203px;
}
.tzBlogColumn .tzBlogContainer.no_sidebar.tzBlogDesktop-3-Column .blogColumn-item .tzBlogInner .tzBlogVideo iframe {
  height: 203px;
}
.tzBlogColumn .tzBlogContainer.no_sidebar.tzBlogDesktop-2-Column .blogColumn-item .tzBlogInner .tzBlogQuote p {
  padding: 0 52px;
}
.tzBlogColumn .tzBlogContainer.no_sidebar.tzBlogDesktop-2-Column .blogColumn-item .tzBlogInner .tzBlog_videoHtml5 {
  height: 304px;
}
.tzBlogColumn .tzBlogContainer.no_sidebar.tzBlogDesktop-2-Column .blogColumn-item .tzBlogInner .tzBlogVideo iframe {
  height: 304px;
}
.tzBlogColumn .tzBlogContainer.yes_sidebar.tzBlogDesktop-4-Column .blogColumn-item .tzBlogInner .tzBlogQuote p {
  padding: 0 10px;
}
.tzBlogColumn .tzBlogContainer.yes_sidebar.tzBlogDesktop-4-Column .blogColumn-item .tzBlogInner .tzBlog_videoHtml5 {
  height: 106px;
}
.tzBlogColumn .tzBlogContainer.yes_sidebar.tzBlogDesktop-4-Column .blogColumn-item .tzBlogInner .tzBlogVideo iframe {
  height: 106px;
}
.tzBlogColumn .tzBlogContainer.yes_sidebar.tzBlogDesktop-3-Column .blogColumn-item .tzBlogInner .tzBlogQuote p {
  padding: 0 25px;
}
.tzBlogColumn .tzBlogContainer.yes_sidebar.tzBlogDesktop-3-Column .blogColumn-item .tzBlogInner .tzBlog_videoHtml5 {
  height: 147px;
}
.tzBlogColumn .tzBlogContainer.yes_sidebar.tzBlogDesktop-3-Column .blogColumn-item .tzBlogInner .tzBlogVideo iframe {
  height: 147px;
}
.tzBlogColumn .tzBlogContainer.yes_sidebar.tzBlogDesktop-2-Column .blogColumn-item .tzBlogInner .tzBlogQuote p {
  padding: 0 35px;
}
.tzBlogColumn .tzBlogContainer.yes_sidebar.tzBlogDesktop-2-Column .blogColumn-item .tzBlogInner .tzBlog_videoHtml5 {
  height: 230px;
}
.tzBlogColumn .tzBlogContainer.yes_sidebar.tzBlogDesktop-2-Column .blogColumn-item .tzBlogInner .tzBlogVideo iframe {
  height: 230px;
}
.tzBlogColumn .tzBlogContainer.yes_sidebar.tzBlogDesktop-2-Column .blogColumn-item .tzBlogContent {
  padding: 22px 30px 30px;
}
.tzBlogColumn .tzBlogContainer.yes_sidebar.tzBlogDesktop-2-Column .blogColumn-item .tzBlogContent h3.title {
  margin: 0 0 10px;
}
.tzBlogColumn .tzBlogContainer.yes_sidebar.tzBlogDesktop-2-Column .blogColumn-item .tzBlogContent .tzInfomation {
  margin: 0 0 13px;
}
.tzBlogColumn .wp-pagenavi span {
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #666666;
  padding: 10px 15px;
  background: #dfdfdf;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  border: none;
}
.tzBlogColumn .wp-pagenavi span.current {
  color: #FFFFFF;
  background: #e5ae49;
}
.tzBlogColumn .wp-pagenavi a {
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #666666;
  padding: 10px 15px;
  background: #dfdfdf;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  text-decoration: none;
  border: none;
  -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;
}
.tzBlogColumn .wp-pagenavi a:hover {
  color: #FFFFFF;
  background: #e5ae49;
}
/**
 * 7.0 Single Blog
 * -----------------------------------------------------------------------------
 */
.tzBlogSingle {
  padding: 90px 0px 120px;
  background: #fafafa;
}
.tzBlogSingle .tzBlogSingleContainer {
  background: #FFFFFF;
  margin-bottom: 30px;
}
.tzBlogSingle .tzBlogSingleContainer .tzBlogSingleImage {
  position: relative;
}
.tzBlogSingle .tzBlogSingleContainer .tzBlogSingleImage img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}
.tzBlogSingle .tzBlogSingleContainer .tzBlogSingleImage .tzBlogDate {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 999;
}
.tzBlogSingle .tzBlogSingleContainer .tzBlogSingleImage .tzBlogDate .tzDateText {
  width: 60px;
  height: 55px;
  background: #e5ae49;
  padding: 8px 5px;
}
.tzBlogSingle .tzBlogSingleContainer .tzBlogSingleImage .tzBlogDate .tzDateText .tzTextDay {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 4px;
}
.tzBlogSingle .tzBlogSingleContainer .tzBlogSingleImage .tzBlogDate .tzDateText .tzTextMonth {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 11px;
  line-height: 11px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}
.tzBlogSingle .tzBlogSingleContainer .tzBlogSingleImage .tzBlogDate .tzBlogIcon {
  width: 60px;
  height: 55px;
  background: #444444;
  text-align: center;
}
.tzBlogSingle .tzBlogSingleContainer .tzBlogSingleImage .tzBlogDate .tzBlogIcon i {
  font-size: 22px;
  color: #fff;
  padding: 18px;
}
.tzBlogSingle .tzBlogSingleContainer .tzBlogSingleAudio {
  position: relative;
  padding: 0px 0px 0px 90px;
}
.tzBlogSingle .tzBlogSingleContainer .tzBlogSingleAudio iframe {
  width: 100%;
  border: none;
}
.tzBlogSingle .tzBlogSingleContainer .tzBlogSingleAudio .tzBlogDate {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 999;
}
.tzBlogSingle .tzBlogSingleContainer .tzBlogSingleAudio .tzBlogDate .tzDateText {
  width: 60px;
  height: 55px;
  background: #e5ae49;
  padding: 8px 5px;
}
.tzBlogSingle .tzBlogSingleContainer .tzBlogSingleAudio .tzBlogDate .tzDateText .tzTextDay {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 4px;
}
.tzBlogSingle .tzBlogSingleContainer .tzBlogSingleAudio .tzBlogDate .tzDateText .tzTextMonth {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 11px;
  line-height: 11px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}
.tzBlogSingle .tzBlogSingleContainer .tzBlogSingleAudio .tzBlogDate .tzBlogIcon {
  width: 60px;
  height: 55px;
  background: #444444;
  text-align: center;
}
.tzBlogSingle .tzBlogSingleContainer .tzBlogSingleAudio .tzBlogDate .tzBlogIcon i {
  font-size: 22px;
  color: #fff;
  padding: 18px;
}
.tzBlogSingle .tzBlogSingleContainer .tzBlogSingle_video {
  position: relative;
}
.tzBlogSingle .tzBlogSingleContainer .tzBlogSingle_video iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.tzBlogSingle .tzBlogSingleContainer .tzBlogSingle_video .tzBlogDate {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 999;
}
.tzBlogSingle .tzBlogSingleContainer .tzBlogSingle_video .tzBlogDate .tzDateText {
  width: 60px;
  height: 55px;
  background: #e5ae49;
  padding: 8px 5px;
}
.tzBlogSingle .tzBlogSingleContainer .tzBlogSingle_video .tzBlogDate .tzDateText .tzTextDay {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 4px;
}
.tzBlogSingle .tzBlogSingleContainer .tzBlogSingle_video .tzBlogDate .tzDateText .tzTextMonth {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 11px;
  line-height: 11px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}
.tzBlogSingle .tzBlogSingleContainer .tzBlogSingle_video .tzBlogDate .tzBlogIcon {
  width: 60px;
  height: 55px;
  background: #444444;
  text-align: center;
}
.tzBlogSingle .tzBlogSingleContainer .tzBlogSingle_video .tzBlogDate .tzBlogIcon i {
  font-size: 22px;
  color: #fff;
  padding: 18px;
}
.tzBlogSingle .tzBlogSingleContainer .tzBlogSingleSlider {
  position: relative;
}
.tzBlogSingle .tzBlogSingleContainer .tzBlogSingleSlider ol.flex-control-nav {
  bottom: 8px;
}
.tzBlogSingle .tzBlogSingleContainer .tzBlogSingleSlider ol.flex-control-nav li {
  margin: 0 5px;
}
.tzBlogSingle .tzBlogSingleContainer .tzBlogSingleSlider ol.flex-control-nav li a {
  height: 10px;
  width: 10px;
  background: #ffffff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -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;
}
.tzBlogSingle .tzBlogSingleContainer .tzBlogSingleSlider ol.flex-control-nav li a.flex-active {
  background: #e5ae49;
}
.tzBlogSingle .tzBlogSingleContainer .tzBlogSingleSlider ol.flex-control-nav li a:hover {
  background: #e5ae49;
}
.tzBlogSingle .tzBlogSingleContainer .tzBlogSingleSlider .tzBlogDate {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 999;
}
.tzBlogSingle .tzBlogSingleContainer .tzBlogSingleSlider .tzBlogDate .tzDateText {
  width: 60px;
  height: 55px;
  background: #e5ae49;
  padding: 8px 5px;
}
.tzBlogSingle .tzBlogSingleContainer .tzBlogSingleSlider .tzBlogDate .tzDateText .tzTextDay {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 4px;
}
.tzBlogSingle .tzBlogSingleContainer .tzBlogSingleSlider .tzBlogDate .tzDateText .tzTextMonth {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 11px;
  line-height: 11px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}
.tzBlogSingle .tzBlogSingleContainer .tzBlogSingleSlider .tzBlogDate .tzBlogIcon {
  width: 60px;
  height: 55px;
  background: #444444;
  text-align: center;
}
.tzBlogSingle .tzBlogSingleContainer .tzBlogSingleSlider .tzBlogDate .tzBlogIcon i {
  font-size: 22px;
  color: #fff;
  padding: 18px;
}
.tzBlogSingle .tzBlogSingleContainer .tzBlogSingle_videoHtml5 {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.tzBlogSingle .tzBlogSingleContainer .tzBlogSingle_videoHtml5 .tzblog_autoplay {
  background: #e5ae49;
  border: 0 none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  opacity: 1;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99;
  text-align: center;
}
.tzBlogSingle .tzBlogSingleContainer .tzBlogSingle_videoHtml5 .tzblog_autoplay i {
  display: inline-block;
  font-size: 16px;
  color: #FFFFFF;
  padding: 17px 0px;
}
.tzBlogSingle .tzBlogSingleContainer .tzBlogSingle_videoHtml5 .tzblog_autoplay:hover {
  cursor: pointer;
}
.tzBlogSingle .tzBlogSingleContainer .tzBlogSingle_videoHtml5 .tzblog_pauses {
  background: #e5ae49;
  border: 0 none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  opacity: 1;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99;
  text-align: center;
  display: none;
  opacity: 0;
}
.tzBlogSingle .tzBlogSingleContainer .tzBlogSingle_videoHtml5 .tzblog_pauses i {
  display: inline-block;
  font-size: 16px;
  color: #FFFFFF;
  padding: 17px 0px;
}
.tzBlogSingle .tzBlogSingleContainer .tzBlogSingle_videoHtml5 .tzblog_pauses:hover {
  cursor: pointer;
}
.tzBlogSingle .tzBlogSingleContainer .tzBlogSingle_videoHtml5:hover .tzblog_pauses {
  opacity: 1;
}
.tzBlogSingle .tzBlogSingleContainer .tzBlogSingle_videoHtml5 .bg-video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.tzBlogSingle .tzBlogSingleContainer .tzBlogSingle_videoHtml5 .videoID {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.tzBlogSingle .tzBlogSingleContainer .tzBlogSingle_videoHtml5 .tzBlogDate {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 999;
}
.tzBlogSingle .tzBlogSingleContainer .tzBlogSingle_videoHtml5 .tzBlogDate .tzDateText {
  width: 60px;
  height: 55px;
  background: #e5ae49;
  padding: 8px 5px;
}
.tzBlogSingle .tzBlogSingleContainer .tzBlogSingle_videoHtml5 .tzBlogDate .tzDateText .tzTextDay {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 4px;
}
.tzBlogSingle .tzBlogSingleContainer .tzBlogSingle_videoHtml5 .tzBlogDate .tzDateText .tzTextMonth {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 11px;
  line-height: 11px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}
.tzBlogSingle .tzBlogSingleContainer .tzBlogSingle_videoHtml5 .tzBlogDate .tzBlogIcon {
  width: 60px;
  height: 55px;
  background: #444444;
  text-align: center;
}
.tzBlogSingle .tzBlogSingleContainer .tzBlogSingle_videoHtml5 .tzBlogDate .tzBlogIcon i {
  font-size: 22px;
  color: #fff;
  padding: 18px;
}
.tzBlogSingle .tzBlogSingleContainer .tzBlogSingle_content {
  padding: 35px 32px;
}
.tzBlogSingle .tzBlogSingleContainer .tzBlogSingle_content h3.tzBlogSingle_title {
  margin: 0px 0px 16px;
  padding: 0px;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #222222;
  line-height: 27px;
}
.tzBlogSingle .tzBlogSingleContainer .tzBlogSingle_content .tzInfomation {
  display: block;
  margin: 0px 0px 27px;
  padding: 0px 0px 28px;
  border-bottom: 1px solid #ededed;
}
.tzBlogSingle .tzBlogSingleContainer .tzBlogSingle_content .tzInfomation a {
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
  line-height: 22px;
  color: #b5b5b5;
  margin: 0 3px 0 0;
  text-decoration: none;
}
.tzBlogSingle .tzBlogSingleContainer .tzBlogSingle_content .tzInfomation small {
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
  line-height: 22px;
  color: #b5b5b5;
}
.tzBlogSingle .tzBlogSingleContainer .tzBlogSingle_content .tzInfomation small i {
  margin: 0 5px 0 0;
}
.tzBlogSingle .tzBlogSingleContainer .tzBlogSingle_content .tzInfomation span {
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
  line-height: 22px;
  color: #b5b5b5;
}
.tzBlogSingle .tzBlogSingleContainer .tzBlogSingle_content .tzInfomation span i {
  margin: 0 5px 0 0;
}
.tzBlogSingle .tzBlogSingleContainer .tzBlogSingle_content .single-content {
  padding: 0px 0px 32px;
  margin: 0px 0px 25px;
  border-bottom: 1px solid #ededed;
}
.tzBlogSingle .tzBlogSingleContainer .tzBlogSingle_content .single-content p {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 25px;
  color: #666666;
}
.tzBlogSingle .tzBlogSingleContainer .tzBlogSingle_content .tzBlogSingle_bottom .tztag {
  margin-top: 5px;
}
.tzBlogSingle .tzBlogSingleContainer .tzBlogSingle_content .tzBlogSingle_bottom .tztag span {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 25px;
  color: #222222;
  margin: 0px 8px 0px 0px;
}
.tzBlogSingle .tzBlogSingleContainer .tzBlogSingle_content .tzBlogSingle_bottom .tztag a {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 25px;
  color: #666666;
  text-decoration: none;
}
.tzBlogSingle .tzBlogSingleContainer .tzBlogSingle_content .tzBlogSingle_bottom .tzshare {
  text-align: right;
}
.tzBlogSingle .tzBlogSingleContainer .tzBlogSingle_content .tzBlogSingle_bottom .tzshare .TzLikeButtonInner {
  display: inline-block;
}
.tzBlogSingle .tzBlogSingleContainer .tzBlogSingle_content .tzBlogSingle_bottom .tzshare .TzLikeButtonInner span {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 25px;
  color: #222222;
  margin: 5px 15px 0px 0px;
  display: block;
  float: left;
}
.tzBlogSingle .tzBlogSingleContainer .tzBlogSingle_content .tzBlogSingle_bottom .tzshare .TzLikeButtonInner a {
  padding-left: 6px;
}
.tzBlogSingle .tzBlogSingleContainer .tzBlogSingle_content .tzBlogSingle_bottom .tzshare .TzLikeButtonInner a i {
  display: inline-block;
  width: 36px;
  height: 36px;
  font-size: 14px;
  color: #ffffff;
  line-height: 36px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  text-align: center;
}
.tzBlogSingle .tzBlogSingleContainer .tzBlogSingle_content .tzBlogSingle_bottom .tzshare .TzLikeButtonInner a i.fa-facebook {
  background: #4361a7;
}
.tzBlogSingle .tzBlogSingleContainer .tzBlogSingle_content .tzBlogSingle_bottom .tzshare .TzLikeButtonInner a i.fa-twitter {
  background: #60b5f0;
}
.tzBlogSingle .tzBlogSingleContainer .tzBlogSingle_content .tzBlogSingle_bottom .tzshare .TzLikeButtonInner a i.fa-pinterest {
  background: #ffa400;
}
.tzBlogSingle .tzBlogSingleContainer .tzBlogSingle_content .tzBlogSingle_bottom .tzshare .TzLikeButtonInner a i.fa-google-plus {
  background: #e35640;
}
.tzBlogSingle .tzBlogSingleContainer .tzBlogSingle_content .tzBlogSingle_bottom .tzshare .TzLikeButtonInner:after {
  content: '';
  display: block;
  clear: both;
}
.tzBlogSingle .author {
  background: #FFFFFF;
  padding: 30px;
  margin: 0px 0px 30px;
}
.tzBlogSingle .author .author-avata {
  float: left;
  position: relative;
}
.tzBlogSingle .author .author-avata .author-img {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  overflow: hidden;
}
.tzBlogSingle .author .author-avata .author-social {
  position: absolute;
  top: 50%;
  right: -33px;
}
.tzBlogSingle .author .author-avata .author-social .TzSocialLink {
  display: block;
}
.tzBlogSingle .author .author-avata .author-social .TzSocialLink i {
  font-size: 15px;
  margin-bottom: 16px;
}
.tzBlogSingle .author .author-avata .author-social .TzSocialLink:last-child i {
  margin: 0px;
}
.tzBlogSingle .author .author-avata .author-social .TzSocialLink.TzSocialFacebook i {
  color: #4361a7;
}
.tzBlogSingle .author .author-avata .author-social .TzSocialLink.TzSocialTwitter i {
  color: #60b5f0;
}
.tzBlogSingle .author .author-avata .author-social .TzSocialLink.TzSocialLinkedin i {
  color: #0274b3;
}
.tzBlogSingle .author .author-avata .author-social .TzSocialLink.TzSocialDribbble i {
  color: #f26798;
}
.tzBlogSingle .author .author-avata .author-social .TzSocialLink.TzSocialGPlus i {
  color: #e35640;
}
.tzBlogSingle .author .author-info {
  margin-left: 210px;
}
.tzBlogSingle .author .author-info h3 {
  margin: 0px;
  padding: 0px;
}
.tzBlogSingle .author .author-info h3 a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  color: #222222;
  text-decoration: none;
  text-transform: uppercase;
}
.tzBlogSingle .author .author-info span {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 300;
  font-size: 14px;
  font-style: italic;
  line-height: 22px;
  color: #b5b5b5;
  display: block;
  margin-bottom: 12px;
}
.tzBlogSingle .author .author-info p {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
  color: #666666;
}
.tzBlogSingle .author:after {
  content: '';
  display: block;
  clear: both;
}
.tzBlogSingle .tzComments .comments-area .tzCommentContent {
  background: #FFFFFF;
  padding: 47px 30px 1px;
  margin-bottom: 30px;
}
.tzBlogSingle .tzComments .comments-area .tzCommentContent .comments-title {
  margin: 0px 0px 42px;
  padding: 0px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #222222;
  line-height: 22px;
  text-transform: uppercase;
}
.tzBlogSingle .tzComments .comments-area .tzCommentContent ol.comment-list {
  margin: 0px;
  padding: 0px;
  position: relative;
}
.tzBlogSingle .tzComments .comments-area .tzCommentContent ol.comment-list:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #FFFFFF;
  position: absolute;
  bottom: 0;
  left: 0;
}
.tzBlogSingle .tzComments .comments-area .tzCommentContent ol.comment-list li {
  list-style: none;
}
.tzBlogSingle .tzComments .comments-area .tzCommentContent ol.comment-list li article {
  padding: 0px 0px 30px;
  border-bottom: 1px solid #ededed;
  margin: 0px 0px 30px;
}
.tzBlogSingle .tzComments .comments-area .tzCommentContent ol.comment-list li article .comment-author {
  display: block;
  float: left;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}
.tzBlogSingle .tzComments .comments-area .tzCommentContent ol.comment-list li article .comment-content {
  margin-left: 120px;
}
.tzBlogSingle .tzComments .comments-area .tzCommentContent ol.comment-list li article .comment-content h5 {
  float: left;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #222222;
  text-decoration: none;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.tzBlogSingle .tzComments .comments-area .tzCommentContent ol.comment-list li article .comment-content h5 a {
  color: #222;
  text-decoration: none;
}
.tzBlogSingle .tzComments .comments-area .tzCommentContent ol.comment-list li article .comment-content h5 a:hover {
  color: #e5ae49;
}
.tzBlogSingle .tzComments .comments-area .tzCommentContent ol.comment-list li article .comment-content .tz-commentInfo {
  margin-bottom: 13px;
}
.tzBlogSingle .tzComments .comments-area .tzCommentContent ol.comment-list li article .comment-content .tz-commentInfo .comments-datetime {
  text-decoration: none;
}
.tzBlogSingle .tzComments .comments-area .tzCommentContent ol.comment-list li article .comment-content .tz-commentInfo .comments-datetime time {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 300;
  font-size: 14px;
  font-style: italic;
  line-height: 22px;
  color: #b5b5b5;
}
.tzBlogSingle .tzComments .comments-area .tzCommentContent ol.comment-list li article .comment-content .tz-commentInfo .comment-edit-link {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
  color: #e5ae49;
  text-decoration: none;
  margin-left: 20px;
}
.tzBlogSingle .tzComments .comments-area .tzCommentContent ol.comment-list li article .comment-content .tz-commentInfo .comment-edit-link i {
  font-size: 13px;
  margin-right: 5px;
}
.tzBlogSingle .tzComments .comments-area .tzCommentContent ol.comment-list li article .comment-content .tz-commentInfo .comment-reply-link {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
  color: #e5ae49;
  text-decoration: none;
  margin-left: 20px;
}
.tzBlogSingle .tzComments .comments-area .tzCommentContent ol.comment-list li article .comment-content .tz-commentInfo .comment-reply-link i {
  font-size: 13px;
  margin-right: 5px;
}
.tzBlogSingle .tzComments .comments-area .tzCommentContent ol.comment-list li article p {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  color: #666666;
}
.tzBlogSingle .tzComments .comments-area .tzCommentContent ol.comment-list li ol.children {
  padding-left: 120px;
}
.tzBlogSingle .tzComments .comments-area .tzCommentForm .comment-respond {
  background: #FFFFFF;
  padding: 30px;
}
.tzBlogSingle .tzComments .comments-area .tzCommentForm .comment-respond h3.comment-reply-title {
  margin: 0px;
  padding: 0px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #222222;
  line-height: 22px;
  text-transform: uppercase;
}
.tzBlogSingle .tzComments .comments-area .tzCommentForm .comment-respond form.comment-form p {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  margin: 0 0 50px;
}
.tzBlogSingle .tzComments .comments-area .tzCommentForm .comment-respond form.comment-form p.comment-form-comment {
  margin: 0 0 43px;
}
.tzBlogSingle .tzComments .comments-area .tzCommentForm .comment-respond form.comment-form p label {
  display: none;
}
.tzBlogSingle .tzComments .comments-area .tzCommentForm .comment-respond form.comment-form p a {
  color: #e5ae49;
  text-decoration: none;
}
.tzBlogSingle .tzComments .comments-area .tzCommentForm .comment-respond form.comment-form p textarea {
  width: 100%;
  height: 95px;
  border-width: 0 0 1px;
  border-color: #ededed;
  border-style: solid;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 300;
  line-height: 24px;
  font-size: 14px;
  color: #b5b5b5;
  padding: 5px 0px;
}
.tzBlogSingle .tzComments .comments-area .tzCommentForm .comment-respond form.comment-form p.form-submit {
  text-align: center;
}
.tzBlogSingle .tzComments .comments-area .tzCommentForm .comment-respond form.comment-form p.form-submit input.submit {
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #e5ae49;
  font-family: 'Ubuntu', sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: #e5ae49;
  line-height: 22px;
  text-transform: uppercase;
  padding: 5px 15px;
}
.tzBlogSingle .tzComments .comments-area .tzCommentForm .comment-respond form.comment-form .tzCommentForm_Top {
  margin-bottom: 37px;
}
.tzBlogSingle .tzComments .comments-area .tzCommentForm .comment-respond form.comment-form .tzCommentForm_Top p {
  margin: 0px;
}
.tzBlogSingle .tzComments .comments-area .tzCommentForm .comment-respond form.comment-form .tzCommentForm_Top p input {
  width: 100%;
  border-width: 0 0 1px;
  border-color: #ededed;
  border-style: solid;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 300;
  line-height: 24px;
  font-size: 14px;
  color: #b5b5b5;
  padding: 5px 0px;
}
/**
 * 8.0 Sidebar
 * -----------------------------------------------------------------------------
 */
.tz-sidebar .widget {
  margin-bottom: 43px;
}
.tz-sidebar .widget h3.title-widget {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  color: #222222;
  text-transform: uppercase;
  margin: 0 0 13px;
  padding: 0px;
}
.tz-sidebar .widget label {
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #666666;
  line-height: 24px;
  margin: 0;
  padding: 0;
}
.tz-sidebar .widget ul {
  margin: 0px;
  padding: 0px;
}
.tz-sidebar .widget ul li {
  list-style: none;
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #666666;
  line-height: 24px;
  position: relative;
  border-bottom: 1px solid #ededed;
  padding: 14px;
}
.tz-sidebar .widget ul li:first-child {
  padding-top: 0;
}
.tz-sidebar .widget ul li:first-child:before {
  top: 2px;
}
.tz-sidebar .widget ul li:before {
  position: absolute;
  top: 15px;
  left: 0px;
  content: '\f0da';
  font-family: FontAwesome;
  color: #666666;
  font-size: 10px;
}
.tz-sidebar .widget ul li a {
  color: #666666;
  text-decoration: none;
}
.tz-sidebar .widget ul.product_list_widget li {
  padding: 0 0 20px;
  margin: 0 0 20px;
}
.tz-sidebar .widget ul.product_list_widget li:before {
  content: none;
}
.tz-sidebar .widget ul.product_list_widget li:after {
  content: '';
  display: block;
  clear: both;
}
.tz-sidebar .widget ul.product_list_widget li a {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  color: #222222;
}
.tz-sidebar .widget ul.product_list_widget li a img {
  width: 70px;
  height: auto;
  margin: 0 15px 0 0;
  float: left;
}
.tz-sidebar .widget ul.product_list_widget li a span {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  color: #222222;
  margin: 0 0 2px;
  padding: 0px;
}
.tz-sidebar .widget ul.product_list_widget li .star-rating span:before {
  color: #e5ae49;
}
.tz-sidebar .widget ul.product_list_widget li span.reviewer {
  color: #e5ae49;
}
.tz-sidebar .widget ul.product_list_widget li span.amount {
  font-family: 'Ubuntu', sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 24px;
  color: #e5ae49;
}
.tz-sidebar .widget ul.product_list_widget li del span.amount {
  font-family: 'Ubuntu', sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 24px;
  color: #666;
}
.tz-sidebar .widget ul.product_list_widget li ins {
  text-decoration: none;
  color: #e5ae49;
}
.tz-sidebar .widget ul.product_list_widget li ins span.amount {
  font-family: 'Ubuntu', sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 24px;
  color: #e5ae49;
}
.tz-sidebar .widget .widget_shopping_cart_content ul.product_list_widget li {
  padding: 0 0 20px;
  margin: 0 0 20px;
}
.tz-sidebar .widget .widget_shopping_cart_content ul.product_list_widget li:before {
  content: none;
}
.tz-sidebar .widget .widget_shopping_cart_content ul.product_list_widget li:after {
  content: '';
  display: block;
  clear: both;
}
.tz-sidebar .widget .widget_shopping_cart_content ul.product_list_widget li .tzMiniCart_image {
  float: left;
}
.tz-sidebar .widget .widget_shopping_cart_content ul.product_list_widget li .tzMiniCart_image a img {
  float: none;
  width: 70px;
  height: auto;
  margin: 0;
}
.tz-sidebar .widget .widget_shopping_cart_content ul.product_list_widget li .tzMiniCart_info {
  margin-left: 85px;
}
.tz-sidebar .widget .widget_shopping_cart_content ul.product_list_widget li .tzMiniCart_info a {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  color: #222222;
  margin: 0 0 2px;
  padding: 0px;
}
.tz-sidebar .widget .widget_shopping_cart_content ul.product_list_widget li .tzMiniCart_info span.quantity {
  font-family: 'Ubuntu', sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 24px;
  color: #e5ae49;
  margin: 0px;
  padding: 0px;
}
.tz-sidebar .widget .widget_shopping_cart_content ul.product_list_widget li a.remove {
  right: 0;
  left: auto;
  color: #222 !important;
  height: 24px;
  width: 24px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.tz-sidebar .widget .widget_shopping_cart_content ul.product_list_widget li a.remove:hover {
  background: #e5ae49;
  color: #fff !important;
}
.tz-sidebar .widget .widget_shopping_cart_content ul.product_list_widget li:last-child {
  border: none;
  padding: 0;
  margin: 0;
}
.tz-sidebar .widget .widget_shopping_cart_content ul.product_list_widget.cart_list {
  margin-bottom: 20px;
}
.tz-sidebar .widget .widget_shopping_cart_content p.total {
  border-top: 1px solid #ededed;
  padding: 20px 0;
  margin: 0;
}
.tz-sidebar .widget .widget_shopping_cart_content p.buttons a {
  background-color: #222;
  border-radius: 20px;
  color: #ffffff;
  font-family: "Ubuntu", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  padding: 7px 20px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.tz-sidebar .widget .widget_shopping_cart_content p.buttons a:hover {
  background: #e5ae49;
}
.tz-sidebar .widget select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: 1px solid #dedede;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 300;
  font-style: italic;
  font-size: 14px;
  line-height: 24px;
  color: #b5b5b5;
  width: 100%;
  padding: 10px 15px;
}
.tz-sidebar .widget.widget_archive h3.title-widget {
  margin-bottom: 18px;
}
.tz-sidebar .widget.widget_archive label {
  display: none;
}
.tz-sidebar .widget.widget_categories h3.title-widget {
  margin-bottom: 18px;
}
.tz-sidebar .widget.widget_categories label {
  display: none;
}
.tz-sidebar .widget.widget_categories ul li {
  padding: 0 0 0 15px;
  border-bottom: 1px solid #ededed;
}
.tz-sidebar .widget.widget_categories ul li:first-child:before {
  top: 15px;
}
.tz-sidebar .widget.widget_categories ul li a {
  display: inline-block;
  padding: 14px 0px;
}
.tz-sidebar .widget.widget_categories ul li ul.children li {
  border-bottom: none;
  border-top: 1px solid #ededed;
}
.tz-sidebar .widget.widget_pages ul li {
  padding: 0 0 0 15px;
  border: none;
}
.tz-sidebar .widget.widget_pages ul li:before {
  content: none;
}
.tz-sidebar .widget.widget_pages ul li a {
  display: block;
  padding: 14px 0px;
  border-bottom: 1px solid #ededed;
}
.tz-sidebar .widget.widget_search h3.title-widget {
  margin-bottom: 18px;
}
.tz-sidebar .widget.widget_search form {
  position: relative;
}
.tz-sidebar .widget.widget_search form label {
  display: none;
}
.tz-sidebar .widget.widget_search form input.Tzsearchform {
  width: 100%;
  background: none;
  border: 1px solid #dedede;
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  font-style: italic;
  padding: 9px 45px 10px 15px;
  color: #111111;
}
.tz-sidebar .widget.widget_search form input.searchsubmit {
  background-color: #e5ae49;
  background-image: url(images/search.png) !important;
  background-position: center!important;
  background-repeat: no-repeat !important;
  border: none;
  font-size: 0;
  width: 45px;
  height: 45px;
  position: absolute;
  top: 0;
  right: 0;
}
.tz-sidebar .widget.widget_search form input.searchsubmit:after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0px;
  left: 0px;
  background: #ffffff;
}
.tz-sidebar .widget.widget_search form span.icon_search {
  display: none;
}
.tz-sidebar .widget.widget_tag_cloud h3.title-widget {
  margin-bottom: 18px;
}
.tz-sidebar .widget.widget_tag_cloud .tagcloud a {
  display: inline-block;
  float: left;
  margin: 0px 10px 10px 0px;
  padding: 4px 11px 6px;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 300;
  font-size: 14px !important;
  text-decoration: none;
  background: #fafafa;
  color: #666666;
  border: 1px solid #dedede;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.tz-sidebar .widget.widget_tag_cloud .tagcloud a:hover {
  border-color: #e5ae49;
  background: #e5ae49;
  color: #ffffff;
}
.tz-sidebar .widget.widget_tag_cloud .tagcloud:after {
  content: '';
  clear: both;
  display: block;
}
.tz-sidebar .widget.widget_calendar #calendar_wrap table {
  width: 100%;
}
.tz-sidebar .widget.widget_calendar #calendar_wrap table caption {
  color: #222222;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  padding: 15px 0;
  text-align: center;
}
.tz-sidebar .widget.widget_calendar #calendar_wrap table thead {
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  border-color: #dddddd;
}
.tz-sidebar .widget.widget_calendar #calendar_wrap table thead tr th {
  text-align: center;
  color: #222222;
  font-family: "Ubuntu", sans-serif;
  font-size: 14px;
  font-weight: 300;
  padding: 15px 9px;
}
.tz-sidebar .widget.widget_calendar #calendar_wrap table tbody {
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  border-color: #dddddd;
}
.tz-sidebar .widget.widget_calendar #calendar_wrap table tbody tr td {
  text-align: center;
  color: #666666;
  font-family: "Ubuntu", sans-serif;
  font-size: 14px;
  font-weight: 300;
  padding: 8px;
}
.tz-sidebar .widget.widget_calendar #calendar_wrap table tbody tr td#today {
  background-color: #e5ae49;
  color: #FFFFFF;
}
.tz-sidebar .widget.widget_calendar #calendar_wrap table tfoot tr td a {
  color: #666666;
  font-family: "Roboto Slab", serif;
  font-size: 13px;
  font-weight: 400;
  padding: 6px;
  display: inline-block;
}
.tz-sidebar .widget.widget_text .textwidget {
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #666666;
  line-height: 25px;
}
.tz-sidebar .widget.widget_rss h3.title-widget span a {
  color: #222222;
}
.tz-sidebar .widget.widget_nav_menu ul li {
  padding: 0 0 0 15px;
  border: none;
}
.tz-sidebar .widget.widget_nav_menu ul li:first-child:before {
  top: 15px;
}
.tz-sidebar .widget.widget_nav_menu ul li a {
  display: block;
  padding: 14px 0px;
  border-bottom: 1px solid #ededed;
}
.tz-sidebar .widget.widget_price_filter form {
  margin-top: 45px;
}
.tz-sidebar .widget.widget_price_filter form .price_slider_wrapper .ui-widget-content {
  background-color: #ededed;
}
.tz-sidebar .widget.widget_price_filter form .price_slider_wrapper .ui-widget-content .ui-slider-range {
  background: #e5ae49;
}
.tz-sidebar .widget.widget_price_filter form .price_slider_wrapper .ui-widget-content .ui-slider-handle {
  border: 3px solid #e5ae49;
  background: #fff;
}
.tz-sidebar .widget.widget_price_filter form .price_slider_wrapper .price_slider_amount {
  margin-top: 30px;
}
.tz-sidebar .widget.widget_price_filter form .price_slider_wrapper .price_slider_amount button.button {
  float: right;
  background-color: #222;
  border-radius: 20px;
  color: #ffffff;
  font-family: "Ubuntu", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  padding: 3px 26px 5px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.tz-sidebar .widget.widget_price_filter form .price_slider_wrapper .price_slider_amount button.button:hover {
  background: #e5ae49;
}
.tz-sidebar .widget.widget_price_filter form .price_slider_wrapper .price_slider_amount .price_label {
  text-align: left;
  font-family: "Ubuntu", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  color: #666666;
  padding-top: 7px;
}
.tz-sidebar .widget.widget_product_search form.woocommerce-product-search {
  position: relative;
}
.tz-sidebar .widget.widget_product_search form.woocommerce-product-search label {
  display: none;
}
.tz-sidebar .widget.widget_product_search form.woocommerce-product-search input[type="submit"] {
  background-color: #e5ae49;
  background-image: url(images/search.png) !important;
  background-position: center!important;
  background-repeat: no-repeat !important;
  border: none;
  font-size: 0;
  width: 45px;
  height: 45px;
  position: absolute;
  top: 0;
  right: 0;
}
.tz-sidebar .widget.widget_product_search form.woocommerce-product-search input[type="submit"]:after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0px;
  left: 0px;
  background: #ffffff;
}
.tz-sidebar .widget.widget_product_search form.woocommerce-product-search input.search-field {
  width: 100%;
  background: none;
  border: 1px solid #dedede;
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  font-style: italic;
  padding: 9px 45px 10px 15px;
  color: #111111;
}
.tz-sidebar .widget.widget_product_search form.woocommerce-product-search:after {
  content: '';
  display: block;
  clear: both;
}
.tz-sidebar .widget.widget_product_tag_cloud .tagcloud a {
  display: inline-block;
  float: left;
  margin: 0px 10px 10px 0px;
  padding: 4px 11px 6px;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 300;
  font-size: 14px !important;
  text-decoration: none;
  background: #fafafa;
  color: #666666;
  border: 1px solid #dedede;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.tz-sidebar .widget.widget_product_tag_cloud .tagcloud a:hover {
  border-color: #e5ae49;
  background: #e5ae49;
  color: #ffffff;
}
.tz-sidebar .widget.widget_product_tag_cloud .tagcloud:after {
  content: '';
  clear: both;
  display: block;
}
.tz-sidebar .widget.tz-recent-w ul li {
  margin: 0 0 20px;
  padding: 0 0 20px;
}
.tz-sidebar .widget.tz-recent-w ul li:before {
  content: none;
}
.tz-sidebar .widget.tz-recent-w ul li:after {
  content: '';
  display: block;
  clear: both;
}
.tz-sidebar .widget.tz-recent-w ul li:last-child {
  border: none;
  margin: 0;
  padding: 0;
}
.tz-sidebar .widget.tz-recent-w ul li img {
  float: left;
  width: 77px;
  height: auto;
  margin-right: 15px;
}
.tz-sidebar .widget.tz-recent-w ul li .tz-recent-content a {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #222222;
  line-height: 24px;
  text-decoration: none;
  margin-bottom: 4px;
}
.tz-sidebar .widget.tz-recent-w ul li .tz-recent-content span {
  color: #e5ae49;
}
.tz-sidebar .widget.tz-recent-w.tz-recent-grid ul li {
  margin: 0 10px 10px 0px;
  padding: 0;
  border: none;
  float: left;
  position: relative;
}
.tz-sidebar .widget.tz-recent-w.tz-recent-grid ul li:nth-child(3n+1) {
  clear: both;
}
.tz-sidebar .widget.tz-recent-w.tz-recent-grid ul li img {
  margin: 0;
}
.tz-sidebar .widget.tz-recent-w.tz-recent-grid ul li .tz-recent-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: rgba(251, 192, 45, 0.75);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.tz-sidebar .widget.tz-recent-w.tz-recent-grid ul li a {
  position: absolute;
  top: 30%;
  left: 40%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s ease-in-out 0.3s;
  -moz-transition: all 0.3s ease-in-out 0.3s;
  -ms-transition: all 0.3s ease-in-out 0.3s;
  -o-transition: all 0.3s ease-in-out 0.3s;
  transition: all 0.3s ease-in-out 0.3s;
}
.tz-sidebar .widget.tz-recent-w.tz-recent-grid ul li a i {
  color: #fff;
}
.tz-sidebar .widget.tz-recent-w.tz-recent-grid ul li:hover .tz-recent-overlay {
  width: 100%;
}
.tz-sidebar .widget.tz-recent-w.tz-recent-grid ul li:hover a {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.tz-sidebar .widget.tz-recent-w.tz-recent-grid ul:after {
  content: '';
  display: block;
  clear: both;
}
.tz-sidebar .widget.tz-latest-project ul li {
  margin: 0 0 20px;
  padding: 0 0 20px;
}
.tz-sidebar .widget.tz-latest-project ul li:before {
  content: none;
}
.tz-sidebar .widget.tz-latest-project ul li:after {
  content: '';
  display: block;
  clear: both;
}
.tz-sidebar .widget.tz-latest-project ul li:last-child {
  border: none;
  margin: 0;
  padding: 0;
}
.tz-sidebar .widget.tz-latest-project ul li img {
  float: left;
  width: 77px;
  height: auto;
  margin-right: 15px;
}
.tz-sidebar .widget.tz-latest-project ul li .tz-latest-content a {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #222222;
  line-height: 24px;
  text-decoration: none;
  margin-bottom: 4px;
}
.tz-sidebar .widget.tz-latest-project ul li .tz-latest-content span {
  color: #e5ae49;
}
.tz-sidebar .widget.tz-latest-project.tz-latest-grid ul li {
  margin: 0 10px 10px 0px;
  padding: 0;
  border: none;
  float: left;
  position: relative;
  max-height: 77px;
  overflow: hidden;
}
.tz-sidebar .widget.tz-latest-project.tz-latest-grid ul li:nth-child(3n+1) {
  clear: both;
}
.tz-sidebar .widget.tz-latest-project.tz-latest-grid ul li img {
  margin: 0;
}
.tz-sidebar .widget.tz-latest-project.tz-latest-grid ul li .tz-latest-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: rgba(251, 192, 45, 0.75);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.tz-sidebar .widget.tz-latest-project.tz-latest-grid ul li a {
  position: absolute;
  top: 30%;
  left: 40%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s ease-in-out 0.3s;
  -moz-transition: all 0.3s ease-in-out 0.3s;
  -ms-transition: all 0.3s ease-in-out 0.3s;
  -o-transition: all 0.3s ease-in-out 0.3s;
  transition: all 0.3s ease-in-out 0.3s;
}
.tz-sidebar .widget.tz-latest-project.tz-latest-grid ul li a i {
  color: #fff;
}
.tz-sidebar .widget.tz-latest-project.tz-latest-grid ul li:hover .tz-latest-overlay {
  width: 100%;
}
.tz-sidebar .widget.tz-latest-project.tz-latest-grid ul li:hover a {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.tz-sidebar .widget.tz-latest-project.tz-latest-grid ul:after {
  content: '';
  display: block;
  clear: both;
}
.tz-sidebar .widget.WOOF_Widget .woof_container_product_cat .woof_container_inner_productcategories ul.woof_list_radio li {
  margin: 0 0 12px !important;
  padding: 0 0 14px 22px !important;
}
.tz-sidebar .widget.WOOF_Widget .woof_container_product_cat .woof_container_inner_productcategories ul.woof_list_radio li input.woof_radio_term {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 6px;
  left: 0;
}
.tz-sidebar .widget.WOOF_Widget .woof_container_product_cat .woof_container_inner_productcategories ul.woof_list_radio li label {
  display: block;
}
.tz-sidebar .widget.WOOF_Widget .woof_container_product_cat .woof_container_inner_productcategories ul.woof_list_radio li label span {
  float: right;
}
.tz-sidebar .widget.WOOF_Widget .woof_container_product_cat .woof_container_inner_productcategories ul.woof_list_radio li a.woof_radio_term_reset {
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 3px;
  right: 0;
}
.tz-sidebar .widget.WOOF_Widget .woof_container_product_cat .woof_container_inner_productcategories ul.woof_list_radio li a.woof_radio_term_reset:after {
  display: block;
  content: '\f00d';
  font-family: FontAwesome;
  font-size: 18px;
  color: #222222;
  line-height: 18px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.tz-sidebar .widget.WOOF_Widget .woof_container_product_cat .woof_container_inner_productcategories ul.woof_list_radio li a.woof_radio_term_reset img {
  display: none;
}
.tz-sidebar .widget.WOOF_Widget .woof_container_product_cat .woof_container_inner_productcategories ul.woof_list_radio li a.woof_radio_term_reset:hover:after {
  font-size: 20px;
  color: #e5ae49;
}
.tz-sidebar .widget.WOOF_Widget .woof_container_product_cat .woof_container_inner_productcategories ul.woof_list_radio li:before {
  content: none;
}
.tz-sidebar .widget.WOOF_Widget .woof_submit_search_form_container {
  margin: 13px 0 0;
}
.tz-sidebar .widget.WOOF_Widget .woof_submit_search_form_container button {
  background-color: #222;
  border-radius: 20px;
  color: #ffffff;
  float: right;
  font-family: "Ubuntu", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  padding: 3px 26px 5px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.tz-sidebar .widget.WOOF_Widget .woof_submit_search_form_container button:hover {
  background-color: #e5ae49;
}
/**
 * 9.0 Portfolio
 * -----------------------------------------------------------------------------
 */
.not_pagenavi {
  display: none !important;
}
.TZHide {
  display: none !important;
}
.tzPortfolio_Container {
  overflow: hidden;
  background: #ffffff;
  position: relative;
  margin: 0px;
}
.tzPortfolio_Container.tzPortfolio_full > .container {
  width: 100%;
  padding: 0;
}
.tzPortfolio_Container .tzFilter {
  padding: 20px 0 7px;
  text-align: center;
  background: #252525;
  margin-bottom: 1px;
}
.tzPortfolio_Container .tzFilter .tzFillter_box {
  display: inline-block;
}
.tzPortfolio_Container .tzFilter .tzFillter_box a {
  display: inline-block;
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #666666;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  padding: 13px 25px;
  float: left;
  text-decoration: none;
  margin-left: -1px;
  z-index: 0;
  margin-bottom: 10px;
  -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;
}
.tzPortfolio_Container .tzFilter .tzFillter_box a.selected {
  z-index: 1;
  position: relative;
  background: #e5ae49;
  color: #ffffff;
  border: none;
}
.tzPortfolio_Container .tzFilter .tzFillter_box a:last-child {
  border: none;
}
.tzPortfolio_Container .tzFilter .tzFillter_box a:hover {
  z-index: 1;
  position: relative;
  background: #e5ae49;
  color: #ffffff;
}
.tzPortfolio_Container .tzPortfolio {
  margin-right: -1px;
  padding: 0;
}
.tzPortfolio_Container .tzPortfolio .portfolio-item .tz-inner {
  padding: 0 1px 1px 0;
}
.tzPortfolio_Container .tzPortfolio .portfolio-item .tz-inner .tzPortfolioBox {
  position: relative;
  overflow: hidden;
}
.tzPortfolio_Container .tzPortfolio .portfolio-item .tz-inner .tzPortfolioBox .item-img {
  position: relative;
  overflow: hidden;
}
.tzPortfolio_Container .tzPortfolio .portfolio-item .tz-inner .tzPortfolioBox .item-img img {
  position: relative;
  width: 100%;
  height: auto;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.tzPortfolio_Container .tzPortfolio .portfolio-item .tz-inner .tzPortfolioBox .tzPortfolio_hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.tzPortfolio_Container .tzPortfolio .portfolio-item .tz-inner .tzPortfolioBox .tzPortfolio_hover .tzPortfolio_hover_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.tzPortfolio_Container .tzPortfolio .portfolio-item .tz-inner .tzPortfolioBox .tzPortfolio_hover .tzPortfolio_hover_info {
  position: absolute;
  top: 32px;
  right: 30px;
  text-align: right;
}
.tzPortfolio_Container .tzPortfolio .portfolio-item .tz-inner .tzPortfolioBox .tzPortfolio_hover .tzPortfolio_hover_info h3 {
  margin: 0 0 6px;
  padding: 0;
}
.tzPortfolio_Container .tzPortfolio .portfolio-item .tz-inner .tzPortfolioBox .tzPortfolio_hover .tzPortfolio_hover_info h3 a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #e5ae49;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.tzPortfolio_Container .tzPortfolio .portfolio-item .tz-inner .tzPortfolioBox .tzPortfolio_hover .tzPortfolio_hover_info .tzcat {
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 2px;
  color: #ffffff;
}
.tzPortfolio_Container .tzPortfolio .portfolio-item .tz-inner .tzPortfolioBox .tzPortfolio_hover .tzPortfolio_hover_info .tzcat a {
  color: #ffffff;
}
.tzPortfolio_Container .tzPortfolio .portfolio-item .tz-inner .tzPortfolioBox .tzPortfolio_hover .tzPortfolio_hover_more {
  position: absolute;
  bottom: 33px;
  right: 30px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.tzPortfolio_Container .tzPortfolio .portfolio-item .tz-inner .tzPortfolioBox .tzPortfolio_hover .tzPortfolio_hover_more i {
  padding-right: 10px;
}
.tzPortfolio_Container .tzPortfolio .portfolio-item .tz-inner .tzPortfolioBox .tzPortfolio_hover .tzPortfolio_hover_more:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #e5ae49;
  position: absolute;
  bottom: 0;
  left: -100%;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.tzPortfolio_Container .tzPortfolio .portfolio-item .tz-inner .tzPortfolioBox .tzPortfolio_hover .tzPortfolio_hover_more:hover {
  color: #e5ae49;
}
.tzPortfolio_Container .tzPortfolio .portfolio-item .tz-inner .tzPortfolioBox .tzPortfolio_hover .tzPortfolio_hover_more:hover:after {
  left: 100%;
}
.tzPortfolio_Container .tzPortfolio .portfolio-item:hover .tz-inner .tzPortfolioBox .item-img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.tzPortfolio_Container .tzPortfolio .portfolio-item:hover .tz-inner .tzPortfolioBox .tzPortfolio_hover .tzPortfolio_hover_overlay {
  background: rgba(0, 0, 0, 0.8);
}
.tzPortfolio_Container .tzPortfolio.tzPortfolio_Fix_Height .portfolio-item .tz-inner .tzPortfolioBox .item-img img {
  max-width: none;
}
.tzPortfolio_Container #tz_append {
  text-align: center;
  margin: 20px 0;
}
.tzPortfolio_Container #tz_append a {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 24px;
  display: inline-block;
  padding: 11px 32px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background: #e5ae49;
  text-decoration: none;
  text-transform: uppercase;
}
.tzPortfolio_Container #loadajax {
  margin: 20px 0;
}
.tzPortfolio_Container #loadajax .navigation .tzpagination2 {
  text-align: center;
}
.tzPortfolio_Container #loadajax .navigation .tzpagination2 span {
  display: inline-block;
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #666666;
  padding: 7px 15px;
  background: #dfdfdf;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  border: none;
}
.tzPortfolio_Container #loadajax .navigation .tzpagination2 span.current {
  color: #FFFFFF;
  background: #e5ae49;
}
.tzPortfolio_Container #loadajax .navigation .tzpagination2 a {
  display: inline-block;
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #666666;
  padding: 7px 15px;
  background: #dfdfdf;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  text-decoration: none;
  border: none;
  -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;
}
.tzPortfolio_Container #loadajax .navigation .tzpagination2 a:hover {
  color: #FFFFFF;
  background: #e5ae49;
}
/**
 * 10.0 Single Portfolio
 * -----------------------------------------------------------------------------
 */
.mfp-zoom-in .tzPortfolio_Single {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  background: #252525;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.mfp-zoom-in.mfp-ready .tzPortfolio_Single {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 1;
}
.tzPortfolio_Single_Close {
  display: block;
  text-align: center;
}
.tzPortfolio_Single_Close i {
  color: #ffffff !important;
  font-weight: bold;
  font-size: 30px;
  opacity: 1;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.tzPortfolio_Single_Close i:hover {
  cursor: pointer;
  color: #e5ae49 !important;
}
.tzPortfolio_Single {
  padding: 50px 0 85px;
}
.tzPortfolio_Single h3.tzPortfolio_Single_title {
  font-size: 30px;
  font-weight: 700;
  color: #e5ae49;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 48px 0 44px;
  text-align: center;
}
.tzPortfolio_Single .tzPortfolio_Single_Content {
  margin-bottom: 45px;
}
.tzPortfolio_Single .tzPortfolio_Single_Content p {
  color: #ffffff;
}
.tzPortfolio_Single .tzPortfolio_Single_Info {
  margin-bottom: 45px;
}
.tzPortfolio_Single .tzPortfolio_Single_Info ul {
  padding: 0;
  margin: 0;
}
.tzPortfolio_Single .tzPortfolio_Single_Info ul li {
  list-style: none;
  line-height: 25px;
  color: #e5ae49;
}
.tzPortfolio_Single .tzPortfolio_Single_Info ul li label {
  min-width: 100px;
  font-weight: 400;
  color: #ffffff;
  margin: 0;
  padding: 0;
}
.tzPortfolio_Single .tzPortfolio_Single_Info ul li a {
  color: #e5ae49;
}
.tzPortfolio_Single .tzPortfolio_Single_Media {
  margin-bottom: 64px;
}
.tzPortfolio_Single .tzPortfolio_Single_Media .tzPortfolio_SingleImage {
  text-align: center;
}
.tzPortfolio_Single .tzPortfolio_Single_Media .tzPortfolio_Single_Slider ul.slides li {
  list-style: none;
  padding-bottom: 70px;
  text-align: center;
}
.tzPortfolio_Single .tzPortfolio_Single_Media .tzPortfolio_Single_Slider ul.slides li image {
  max-width: 100%;
  height: auto;
}
.tzPortfolio_Single .tzPortfolio_Single_Media .tzPortfolio_Single_Slider ul.slides li:last-child {
  padding-bottom: 0;
}
.tzPortfolio_Single .tzPortfolio_Single_tks {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #e5ae49;
  text-transform: uppercase;
  text-align: center;
  margin-top: 14px;
}
/**
 * 11.0 Element Of Content
 * -----------------------------------------------------------------------------
 */
/* 11.1 Vc Row */
.wpb_row,
.wpb_content_element,
ul.wpb_thumbnails-fluid  > li,
.last_toggle_el_margin,
.wpb_button {
  margin-bottom: 0px!important;
}
.overlay_parallax {
  height: 100%;
  left: 0;
  position: absolute !important;
  top: 0;
  width: 100%;
  z-index: -9999998 !important;
}
.tzPattern {
  height: 100%;
  left: 0;
  position: absolute !important;
  top: 0;
  width: 100%;
  z-index: -9999997 !important;
  background-image: url(images/pattern.png);
  background-repeat: repeat;
}
.vc_parallax .vc_parallax-inner {
  z-index: -9999999 !important;
}
body#bd {
  overflow-X: hidden;
  position: relative;
}
body > .vc_row {
  margin: 0px;
}
body > .vc_row-fluid > .no_container > .vc_col-sm-12 {
  padding: 0px;
}
body > .vc_row-fluid > .no_container > .vc_col-sm-6 {
  padding: 0px;
}
body > .vc_row-fluid > .no_container > .vc_col-sm-6 > .wpb_wrapper > .vc_row {
  margin: 0;
}
.no_container:after {
  content: '';
  display: block;
  clear: both;
}
.wpb_wrapper:after {
  content: '';
  display: block;
  clear: both;
}
.vc_row {
  position: relative;
}
.vc_row .vc_column_container {
  padding-left: 15px;
  padding-right: 15px;
}
.vc_row .vc_column_container > .vc_column-inner {
  padding: 0;
}
.vc_row .tzRow-ruler {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 12px;
  background-image: url(images/ruler.png);
  background-repeat: repeat-x;
  z-index: 999;
}
/* 11.2 Vc Column */
.tzTextAlign_center {
  text-align: center;
}
.tzTextAlign_right {
  text-align: right;
}
.tzTextAlign_left {
  text-align: left;
}
/* 11.3 List */
.tz-plazart-list {
  margin: 0px;
  padding: 0px;
}
.tz-plazart-list li {
  list-style: none;
  border-bottom: 1px dashed #dbd9d9;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #444444;
  padding: 15px 0px;
}
.tz-plazart-list li i {
  margin-right: 12px;
  color: #e5ae49;
}
.tz-plazart-list.tzList-no_underlined li {
  border: none;
  padding: 8px 0px;
}
.tz-plazart-list.tzList-icon_highlight li {
  border: none;
  padding: 11px 0px;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 300;
  color: #666666;
}
.tz-plazart-list.tzList-icon_highlight li i {
  width: 16px;
  height: 16px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #e5ae49;
  color: #ffffff;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
}
/* 11.4 Price Table */
.tzPricing_table.tzPricing_table_type1 .pricing-header {
  border-width: 1px 1px 0px;
  border-style: solid;
  border-color: #f3f3f3;
  text-align: center;
  padding: 30px 0px 18px;
  background: #fdfdfd;
}
.tzPricing_table.tzPricing_table_type1 .pricing-header h3.pricinge-title {
  letter-spacing: 0.5px;
}
.tzPricing_table.tzPricing_table_type1 .pricing-header span {
  font-size: 41px;
  font-size: #222222;
}
.tzPricing_table.tzPricing_table_type1 .pricing-cn {
  border-width: 1px 1px 0px;
  border-style: solid;
  border-color: #f3f3f3;
}
.tzPricing_table.tzPricing_table_type1 .pricing-cn ul {
  margin: 0px;
  padding: 22px 0px 35px;
}
.tzPricing_table.tzPricing_table_type1 .pricing-cn ul li {
  list-style: none;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  text-align: center;
  padding: 9px;
  letter-spacing: 0.5px;
}
.tzPricing_table.tzPricing_table_type1 .pricing-footer {
  border-width: 1px 1px 0px;
  border-style: solid;
  border-color: #f3f3f3;
  background: #fdfdfd;
  text-align: center;
  padding: 11px 0px 5px;
}
.tzPricing_table.tzPricing_table_type1 .pricing-footer .pricing-footer-box {
  display: inline-block;
  padding-right: 45px;
}
.tzPricing_table.tzPricing_table_type1 .pricing-footer .pricing-footer-box .pricing-footer-iner {
  position: relative;
}
.tzPricing_table.tzPricing_table_type1 .pricing-footer .pricing-footer-box .pricing-footer-iner span {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #222222;
}
.tzPricing_table.tzPricing_table_type1 .pricing-footer .pricing-footer-box .pricing-footer-iner span.pricing-price {
  font-size: 50px;
}
.tzPricing_table.tzPricing_table_type1 .pricing-footer .pricing-footer-box .pricing-footer-iner span.pricing-curren {
  font-size: 16px;
  left: 100%;
  position: absolute;
  top: 3px;
}
.tzPricing_table.tzPricing_table_type1 .pricing-footer .pricing-footer-box .pricing-footer-iner span.pricing-period {
  bottom: 15px;
  font-size: 12px;
  left: 100%;
  position: absolute;
}
.tzPricing_table.tzPricing_table_type1 .pricing-button {
  background: #e5ae49;
  -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;
}
.tzPricing_table.tzPricing_table_type1 .pricing-button a {
  display: block;
  text-align: center;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #ffffff;
  line-height: 24px;
  text-decoration: none;
  padding: 13px;
  letter-spacing: 0.5px;
}
.tzPricing_table.tzPricing_table_type1 .pricing-button a:hover {
  cursor: pointer;
}
.tzPricing_table.tzPricing_table_type1:hover .pricing-button {
  background: #222222;
}
.tzPricing_table.tzPricing_table_type2 {
  border: 1px solid #3a3a3a;
  padding: 0px 11px;
  -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;
}
.tzPricing_table.tzPricing_table_type2 .pricing-header {
  text-align: center;
  padding: 27px 0px 21px;
}
.tzPricing_table.tzPricing_table_type2 .pricing-header h3.pricinge-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 27px;
  color: #222222;
  padding: 0px;
  margin: 13px 0px 0px;
  -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;
}
.tzPricing_table.tzPricing_table_type2 .pricing-header span {
  font-size: 41px;
  color: #222222;
  -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;
}
.tzPricing_table.tzPricing_table_type2 .pricing-footer {
  border-width: 1px 1px 0px;
  border-style: solid;
  border-color: #dfdfdf;
  text-align: center;
  padding: 13px 0px 9px;
}
.tzPricing_table.tzPricing_table_type2 .pricing-footer .pricing-footer-box {
  display: inline-block;
  padding-right: 45px;
}
.tzPricing_table.tzPricing_table_type2 .pricing-footer .pricing-footer-box .pricing-footer-iner {
  position: relative;
}
.tzPricing_table.tzPricing_table_type2 .pricing-footer .pricing-footer-box .pricing-footer-iner span {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #222222;
}
.tzPricing_table.tzPricing_table_type2 .pricing-footer .pricing-footer-box .pricing-footer-iner span.pricing-price {
  font-size: 50px;
}
.tzPricing_table.tzPricing_table_type2 .pricing-footer .pricing-footer-box .pricing-footer-iner span.pricing-curren {
  font-size: 16px;
  left: 100%;
  position: absolute;
  top: 3px;
}
.tzPricing_table.tzPricing_table_type2 .pricing-footer .pricing-footer-box .pricing-footer-iner span.pricing-period {
  bottom: 15px;
  font-size: 12px;
  left: 100%;
  position: absolute;
}
.tzPricing_table.tzPricing_table_type2 .pricing-cn {
  border-width: 0px 1px 1px;
  border-style: solid;
  border-color: #dfdfdf;
}
.tzPricing_table.tzPricing_table_type2 .pricing-cn ul {
  margin: 0px;
  padding: 0px 20px;
}
.tzPricing_table.tzPricing_table_type2 .pricing-cn ul li {
  border-top: 1px solid #f1f1f1;
  list-style: none;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  text-align: center;
  padding: 15px 0px;
}
.tzPricing_table.tzPricing_table_type2 .pricing-button {
  text-align: center;
  padding: 25px 0px;
}
.tzPricing_table.tzPricing_table_type2 .pricing-button a {
  display: inline-block;
  text-align: center;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #ffffff;
  line-height: 24px;
  text-decoration: none;
  padding: 8px 28px;
  background: #3a3a3a;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -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;
}
.tzPricing_table.tzPricing_table_type2 .pricing-button a:hover {
  cursor: pointer;
}
.tzPricing_table.tzPricing_table_type2:hover {
  border: 1px solid #e5ae49;
}
.tzPricing_table.tzPricing_table_type2:hover .pricing-header h3.pricinge-title {
  color: #e5ae49;
}
.tzPricing_table.tzPricing_table_type2:hover .pricing-header span {
  font-size: 41px;
  color: #e5ae49;
}
.tzPricing_table.tzPricing_table_type2:hover .pricing-button a {
  background: #e5ae49;
}
/* 11.5 Skill */
.tzSkill.tzskill-item-type1 {
  overflow: hidden;
}
.tzSkill.tzskill-item-type1 .tzSkill-title {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #222222;
  margin: 0px;
  padding: 10px 0 5px;
}
.tzSkill.tzskill-item-type1 .tzskill-item {
  width: 100%;
  height: 3px;
  background: #e5e5e5;
}
.tzSkill.tzskill-item-type1 .tzskill-item .tzskill-item-width {
  height: 100%;
  background: #e5ae49;
  position: relative;
}
.tzSkill.tzskill-item-type1 .tzskill-item .tzskill-item-width span {
  background: #222222 none repeat scroll 0 0;
  border-radius: 2px;
  color: #ffffff;
  display: inline-block;
  font-family: "Ubuntu", sans-serif;
  font-size: 12px;
  font-weight: 300;
  padding: 2px 8px;
  position: absolute;
  right: -19px;
  top: -33px;
}
.tzSkill.tzskill-item-type1 .tzskill-item .tzskill-item-width span:after {
  content: '';
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #222222;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
}
.tzSkill.tzskill-item-type2 {
  overflow: hidden;
  position: relative;
  padding: 0 0 5px;
}
.tzSkill.tzskill-item-type2 .tzSkill-title {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  margin: 0px;
  padding: 0 0 5px;
}
.tzSkill.tzskill-item-type2 span {
  color: #222222;
  font-family: "Ubuntu", sans-serif;
  font-size: 14px;
  font-weight: 300;
  position: absolute;
  right: 0;
  top: 2px;
}
.tzSkill.tzskill-item-type2 .tzskill-item {
  width: 100%;
  height: 5px;
  background: #e5e5e5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.tzSkill.tzskill-item-type2 .tzskill-item .tzskill-item-width {
  height: 100%;
  background: #e5ae49;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  position: relative;
}
.tzSkill.tzskill-item-type2 .tzskill-item .tzskill-item-width .tzSkill_Circle {
  width: 15px;
  height: 15px;
  background: #FFFFFF;
  border: 4px solid #e5ae49;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: -5px;
  right: 0;
}
.tzSkill.tzskill-item-type3 {
  overflow: hidden;
  position: relative;
}
.tzSkill.tzskill-item-type3 .tzSkill-title {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #222222;
  margin: 0px;
  padding: 0 0 5px;
}
.tzSkill.tzskill-item-type3 span {
  color: #222222;
  font-family: "Ubuntu", sans-serif;
  font-size: 14px;
  font-weight: 300;
  position: absolute;
  right: 0;
  top: 2px;
}
.tzSkill.tzskill-item-type3 .tzskill-item {
  width: 100%;
  height: 8px;
  background: #e5e5e5;
  padding: 2px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.tzSkill.tzskill-item-type3 .tzskill-item .tzskill-item-width {
  height: 100%;
  background: #e5ae49;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  position: relative;
}
.tzSkill.tzskill-item-type4 {
  text-align: center;
}
.tzSkill.tzskill-item-type4 .chart {
  position: relative;
  display: inline-block;
  margin: 0 0 30px;
  padding: 0px;
}
.tzSkill.tzskill-item-type4 .chart canvas {
  position: absolute;
  top: 0;
  left: 0;
}
.tzSkill.tzskill-item-type4 .chart .tzSkill-box {
  width: 100%;
  height: 100%;
  padding: 30px;
  display: table;
}
.tzSkill.tzskill-item-type4 .chart .tzSkill-box .tzSkill-box-1 {
  width: 100%;
  height: 100%;
  background: #f3f3f3;
  padding: 18px 0px;
  display: table-cell;
  vertical-align: middle;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.tzSkill.tzskill-item-type4 .chart .tzSkill-box .tzSkill-box-1 .percent {
  display: inline-block;
  font-family: 'Ubuntu', sans-serif;
  font-size: 33px;
  font-weight: 300;
  color: #222222;
  z-index: 2;
  position: relative;
  padding-right: 15px;
}
.tzSkill.tzskill-item-type4 .chart .tzSkill-box .tzSkill-box-1 .percent:after {
  content: '%';
  font-family: 'Ubuntu', sans-serif;
  font-size: 20px;
  color: #222222;
  position: absolute;
  top: 5px;
  right: 0;
}
.tzSkill.tzskill-item-type4 .tzSkill-title {
  font-weight: 700;
  margin-bottom: 18px;
  padding: 0px 20px;
}
.tzSkill.tzskill-item-type4 .tzSkill-des {
  padding: 0px 20px;
}
.tzSkill.tzskill-item-type5 {
  text-align: center;
}
.tzSkill.tzskill-item-type5 .chart {
  position: relative;
  display: inline-block;
  margin: 0 0 30px;
  padding: 0px;
}
.tzSkill.tzskill-item-type5 .chart canvas {
  position: absolute;
  top: 0;
  left: 0;
}
.tzSkill.tzskill-item-type5 .chart .tzSkill-box {
  width: 100%;
  height: 100%;
  padding: 30px;
  display: table;
}
.tzSkill.tzskill-item-type5 .chart .tzSkill-box .tzSkill-box-1 {
  width: 100%;
  height: 100%;
  padding: 18px 0px;
  display: table-cell;
  vertical-align: middle;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.tzSkill.tzskill-item-type5 .chart .tzSkill-box .tzSkill-box-1 .percent {
  display: inline-block;
  font-family: 'Ubuntu', sans-serif;
  font-size: 33px;
  font-weight: 300;
  color: #222222;
  z-index: 2;
  position: relative;
  padding-right: 15px;
}
.tzSkill.tzskill-item-type5 .chart .tzSkill-box .tzSkill-box-1 .percent:after {
  content: '%';
  font-family: 'Ubuntu', sans-serif;
  font-size: 20px;
  color: #222222;
  position: absolute;
  top: 5px;
  right: 0;
}
.tzSkill.tzskill-item-type5 .tzSkill-title {
  font-weight: 700;
  margin-bottom: 18px;
  padding: 0px 20px;
}
.tzSkill.tzskill-item-type5 .tzSkill-des {
  padding: 0px 20px;
}
.tzSkill.tzskill-item-type6 {
  text-align: center;
}
.tzSkill.tzskill-item-type6 .chart {
  position: relative;
  display: inline-block;
  margin: 0 0 8px;
  padding: 0px;
}
.tzSkill.tzskill-item-type6 .chart canvas {
  position: absolute;
  top: 0;
  left: 0;
}
.tzSkill.tzskill-item-type6 .chart .tzSkill-box {
  width: 100%;
  height: 100%;
  padding: 30px;
  display: table;
}
.tzSkill.tzskill-item-type6 .chart .tzSkill-box .tzSkill-box-1 {
  width: 100%;
  height: 100%;
  padding: 0px;
  display: table-cell;
  vertical-align: middle;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.tzSkill.tzskill-item-type6 .chart .tzSkill-box .tzSkill-box-1 .percent {
  display: inline-block;
  font-family: 'Ubuntu', sans-serif;
  font-size: 27px;
  font-weight: 300;
  color: #FFFFFF;
  z-index: 2;
  position: relative;
  padding-right: 15px;
}
.tzSkill.tzskill-item-type6 .chart .tzSkill-box .tzSkill-box-1 .percent:after {
  content: '%';
  font-family: 'Ubuntu', sans-serif;
  font-size: 16px;
  color: #FFFFFF;
  position: absolute;
  top: 3px;
  right: 0;
}
.tzSkill.tzskill-item-type6 .tzSkill-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #FFFFFF;
  margin-bottom: 18px;
  padding: 0px 20px;
}
.tzSkill.tzskill-item-type6 .tzSkill-des {
  padding: 0px 20px;
}
/* 11.6 Title */
.tzElement-title {
  text-align: center;
}
.tzElement-title .tzTitle {
  position: relative;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 65px;
  color: rgba(34, 34, 34, 0.08);
  text-transform: uppercase;
  display: block;
  line-height: 70px;
  letter-spacing: 0.5px;
}
.tzElement-title .tzTitle em {
  font-style: normal;
  color: #e5ae49;
}
.tzElement-title.tz-title-type-2 .tzTitle {
  font-family: 'Montserrat', sans-serif;
  font-size: 35px;
  color: #222222;
  font-weight: 700;
  line-height: 45px;
  margin-bottom: 31px;
}
.tzElement-title.tz-title-type-2 .tzTitle:after {
  content: '';
  display: block;
  width: 70px;
  height: 4px;
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -35px;
  background: #e5ae49;
}
.tzElement-title.tz-title-type-3 .tzTitle {
  font-family: 'Montserrat', sans-serif;
  font-size: 34px;
  color: #222222;
  font-weight: 700;
  line-height: 45px;
  margin-bottom: 15px;
}
.tzElement-title.tz-title-type-3 .tzTitle:after {
  content: none;
}
.tzElement-title .tzSubTitle {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 21px;
  color: #222222;
  text-transform: uppercase;
  display: block;
  line-height: 22px;
  margin: 0 0 17px;
  padding: 0;
}
.tzElement-title .tzDescription {
  padding: 0 20%;
  color: #666666;
  font-family: "Ubuntu", sans-serif;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.5px;
}
.tzShortcode-title {
  font-family: 'Ubuntu', sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #222222;
}
/* 11.7 Counter */
.tzElement_Counter {
  padding: 0px 35px;
}
.tzElement_Counter .tzElement_counterIcon {
  border-bottom: 1px solid #353535;
  text-align: center;
  padding-bottom: 28px;
  margin-bottom: 12px;
}
.tzElement_Counter .tzElement_counterIcon i {
  font-size: 46px;
  color: #ffffff;
}
.tzElement_Counter .tzElement_counterIcon span {
  font-size: 46px;
  color: #FFFFFF;
}
.tzElement_Counter .tzElement_count {
  display: block;
  text-align: center;
}
.tzElement_Counter .tzElement_count em {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 50px;
  color: #e5ae49;
  font-style: normal;
}
.tzElement_Counter p {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #e5ae49;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2.8px;
}
.tzElement_Counter.tz_Counter_type2 {
  padding: 0;
}
.tzElement_Counter.tz_Counter_type2 .tzElement_counterIcon {
  border: none;
  padding: 0;
  margin: 0 0 13px;
}
.tzElement_Counter.tz_Counter_type2 .tzElement_count {
  margin-bottom: 5px;
}
.tzElement_Counter.tz_Counter_type2 .tzElement_count em {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 50px;
  color: #e5ae49;
}
.tzElement_Counter.tz_Counter_type2 p {
  font-family: 'Raleway', sans-serif;
  font-size: 13px;
  font-weight: 300;
  color: #FFFFFF;
  letter-spacing: 2px;
}
.tzElement_Counter.tz_Counter_type3 .tzElement_count {
  position: relative;
  margin-bottom: 13px;
}
.tzElement_Counter.tz_Counter_type3 .tzElement_count:after {
  content: '';
  display: block;
  width: 30px;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 50%;
  margin-left: -15px;
  background: rgba(255, 255, 255, 0.2);
}
.tzElement_Counter.tz_Counter_type3 p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #FFFFFF;
  letter-spacing: 2px;
}
/* 11.8 Feature Item */
@keyframes tz_rotate {
  from {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
  }
  to {
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
.tzElement_Feature.tzFeature_type1 .tzFeature_Icon .tzFeature_iconBox {
  width: 42px;
  height: 42px;
  background: #e5ae49;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  padding: 11px 0px;
  position: relative;
  margin: 4px;
  float: left;
}
.tzElement_Feature.tzFeature_type1 .tzFeature_Icon .tzFeature_iconBox:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid #e5ae49;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.tzElement_Feature.tzFeature_type1 .tzFeature_Icon .tzFeature_iconBox span {
  font-size: 20px;
  color: #ffffff;
}
.tzElement_Feature.tzFeature_type1 .tzFeature_Icon .tzFeature_iconBox i {
  font-size: 20px;
  color: #ffffff;
}
.tzElement_Feature.tzFeature_type1 h5.tzFeature_title {
  font-weight: 700;
  padding: 3px 0px;
  margin: 0px 0px 0px 70px;
}
.tzElement_Feature.tzFeature_type1 p.tzFeature_subTitle {
  margin: 0px 0px 20px 70px;
}
.tzElement_Feature.tzFeature_type2 .tzFeature_Icon {
  float: left;
}
.tzElement_Feature.tzFeature_type2 .tzFeature_Icon .tzFeature_iconBox {
  width: 75px;
  height: 75px;
  background: #e5ae49;
  border: 2px solid #e5ae49;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  padding: 25px 0px;
  position: relative;
  -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;
}
.tzElement_Feature.tzFeature_type2 .tzFeature_Icon .tzFeature_iconBox span {
  font-size: 25px;
  color: #ffffff;
  -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;
}
.tzElement_Feature.tzFeature_type2 .tzFeature_Icon .tzFeature_iconBox i {
  font-size: 25px;
  color: #ffffff;
  -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;
}
.tzElement_Feature.tzFeature_type2 .tzFeature_Icon .tzFeature_iconBox small.tzFeature_Number {
  position: absolute;
  top: -2px;
  left: -2px;
  width: 25px;
  height: 25px;
  border: 2px solid #e5ae49;
  background: #FFFFFF;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #e5ae49;
  text-align: center;
  padding: 1px 0px;
}
.tzElement_Feature.tzFeature_type2 h5.tzFeature_title {
  font-weight: 700;
  padding: 3px 0px;
  margin: 0px 0px 13px 100px;
}
.tzElement_Feature.tzFeature_type2 p.tzFeature_description {
  margin: 0px 0px 0px 100px;
}
.tzElement_Feature.tzFeature_type2.tzFeature_text-icon .tzFeature_Icon {
  float: right;
}
.tzElement_Feature.tzFeature_type2.tzFeature_text-icon .tzFeature_Icon .tzFeature_iconBox small.tzFeature_Number {
  left: auto;
  right: -2px;
}
.tzElement_Feature.tzFeature_type2.tzFeature_text-icon h5.tzFeature_title {
  font-weight: 700;
  padding: 3px 0px;
  margin: 0px 100px 13px 0px;
  text-align: right;
}
.tzElement_Feature.tzFeature_type2.tzFeature_text-icon p.tzFeature_description {
  margin: 0px 100px 0px 0px;
  text-align: right;
}
.tzElement_Feature.tzFeature_type2:hover .tzFeature_Icon .tzFeature_iconBox {
  background: #FFFFFF;
  border: 2px solid #e5ae49;
}
.tzElement_Feature.tzFeature_type2:hover .tzFeature_Icon .tzFeature_iconBox span {
  color: #e5ae49;
}
.tzElement_Feature.tzFeature_type2:hover .tzFeature_Icon .tzFeature_iconBox i {
  color: #e5ae49;
}
.tzElement_Feature.tzFeature_type3 {
  text-align: center;
}
.tzElement_Feature.tzFeature_type3 .tzFeature_Icon {
  display: inline-block;
  margin-bottom: 35px;
}
.tzElement_Feature.tzFeature_type3 .tzFeature_Icon .tzFeature_iconBox {
  width: 96px;
  height: 96px;
  background: #e5ae49;
  border: 2px solid #e5ae49;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  padding: 33px 0px;
  position: relative;
  -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;
}
.tzElement_Feature.tzFeature_type3 .tzFeature_Icon .tzFeature_iconBox span {
  font-size: 25px;
  color: #ffffff;
  -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;
}
.tzElement_Feature.tzFeature_type3 .tzFeature_Icon .tzFeature_iconBox i {
  font-size: 30px;
  color: #ffffff;
  -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;
}
.tzElement_Feature.tzFeature_type3 .tzFeature_Icon .tzFeature_iconBox small.tzFeature_Number {
  position: absolute;
  top: -2px;
  left: -2px;
  width: 30px;
  height: 30px;
  border: 2px solid #e5ae49;
  background: #FFFFFF;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #e5ae49;
  text-align: center;
  padding: 3px 0px;
}
.tzElement_Feature.tzFeature_type3 h5.tzFeature_title {
  font-weight: 700;
  padding: 3px 0px;
  margin: 0px 0px 13px;
  text-transform: uppercase;
}
.tzElement_Feature.tzFeature_type3 p.tzFeature_description {
  margin: 0px;
}
.tzElement_Feature.tzFeature_type3:hover .tzFeature_Icon .tzFeature_iconBox {
  background: #FFFFFF;
}
.tzElement_Feature.tzFeature_type3:hover .tzFeature_Icon .tzFeature_iconBox span {
  color: #e5ae49;
}
.tzElement_Feature.tzFeature_type3:hover .tzFeature_Icon .tzFeature_iconBox i {
  color: #e5ae49;
}
.tzElement_Feature.tzFeature_type4 {
  text-align: center;
}
.tzElement_Feature.tzFeature_type4 .tzFeature_Icon {
  margin-bottom: 33px;
}
.tzElement_Feature.tzFeature_type4 .tzFeature_Icon .tzFeature_iconBox i {
  font-size: 65px;
  color: #e5ae49;
}
.tzElement_Feature.tzFeature_type4 .tzFeature_Icon .tzFeature_iconBox span {
  font-size: 65px;
  color: #e5ae49;
}
.tzElement_Feature.tzFeature_type4 h5.tzFeature_title {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.tzElement_Feature.tzFeature_type4 .tzFeature_description {
  font-family: 'Ubuntu', sans-serif;
}
.tzElement_Feature.tzFeature_type4 a.tzFeature_readmore {
  display: block;
  font-family: 'Raleway', sans-serif;
  font-size: 12px;
  font-weight: 800;
  color: #e5ae49;
  text-decoration: none;
  text-transform: uppercase;
  margin-top: 32px;
}
.tzElement_Feature.tzFeature_type4:hover .tzFeature_Icon .tzFeature_iconBox i {
  animation-name: tz_rotate;
  animation-duration: 1.5s;
  animation-delay: 0s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.tzElement_Feature.tzFeature_type5 .tzFeature_Icon {
  float: left;
}
.tzElement_Feature.tzFeature_type5 .tzFeature_Icon .tzFeature_iconBox span {
  font-size: 32px;
  color: #e5ae49;
}
.tzElement_Feature.tzFeature_type5 .tzFeature_Icon .tzFeature_iconBox i {
  font-size: 32px;
  color: #e5ae49;
}
.tzElement_Feature.tzFeature_type5 h5.tzFeature_title {
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 3px 0px 18px;
  margin: 0px 0px 12px 60px;
  position: relative;
}
.tzElement_Feature.tzFeature_type5 h5.tzFeature_title:after {
  content: '';
  display: block;
  width: 30px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #e5ae49;
}
.tzElement_Feature.tzFeature_type5 p.tzFeature_description {
  margin: 0px 0px 0px 60px;
}
/* 11.9 Accordion */
.vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a span.vc_tta-title-text {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
}
.vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a .vc_tta-controls-icon {
  height: 8px;
  width: 8px;
}
.vc_tta-style-classic .vc_tta-panels .vc_tta-panel {
  margin-bottom: 10px;
}
.vc_tta-style-classic.vc_tta-color-white .vc_tta-panel .vc_tta-panel-heading {
  background-color: rgba(0, 0, 0, 0.02) !important;
  border-color: #e1e1e1 !important;
}
.vc_tta-style-classic.vc_tta-color-white .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a span.vc_tta-title-text {
  color: #222222;
}
.vc_tta-style-classic.vc_tta-color-white .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a .vc_tta-controls-icon:after {
  border-color: #222222;
}
.vc_tta-style-classic.vc_tta-color-white .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a .vc_tta-controls-icon:before {
  border-color: #222222;
}
.vc_tta-style-classic.vc_tta-color-white .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a .vc_tta-icon {
  color: #222222;
}
.vc_tta-style-classic.vc_tta-color-white .vc_tta-panel.vc_active .vc_tta-panel-heading {
  background-color: #ffffff !important;
}
.vc_tta-style-classic.vc_tta-color-white .vc_tta-panel .vc_tta-panel-body {
  border-color: #e1e1e1 !important;
  padding: 19px;
}
.vc_tta-style-classic.vc_tta-shape-rounded .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading {
  border-radius: 2px !important;
  -webkit-border-radius: 2px !important;
  -ms-border-radius: 2px !important;
  -moz-border-radius: 2px !important;
  -o-border-radius: 2px !important;
}
.vc_tta-style-classic.vc_tta-shape-rounded .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
  border-radius: 2px !important;
  -webkit-border-radius: 2px !important;
  -ms-border-radius: 2px !important;
  -moz-border-radius: 2px !important;
  -o-border-radius: 2px !important;
}
.vc_tta-style-classic.vc_tta-shape-rounded .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.vc_tta-style-classic.vc_tta-shape-rounded .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-body {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.vc_tta-style-modern .vc_tta-panels-container .vc_tta-panels .vc_tta-panel {
  margin-bottom: 15px;
}
.vc_tta-style-modern .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading {
  border: 1px solid #f0f0f0 !important;
  margin-bottom: 0px !important;
}
.vc_tta-style-modern .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading h4.vc_tta-panel-title a {
  padding: 12px 68px;
}
.vc_tta-style-modern .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading h4.vc_tta-panel-title a span.vc_tta-title-text {
  font-weight: 400;
  text-transform: uppercase;
}
.vc_tta-style-modern .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading h4.vc_tta-panel-title a .vc_tta-controls-icon {
  width: 43px;
  height: 31px;
  left: 6px;
  background: #dfdfdf;
}
.vc_tta-style-modern .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading h4.vc_tta-panel-title a .vc_tta-controls-icon:after {
  width: 8px;
  height: 8px;
  border-color: #FFFFFF;
  left: 24px;
  top: 11px;
}
.vc_tta-style-modern .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading h4.vc_tta-panel-title a .vc_tta-controls-icon:before {
  width: 8px;
  height: 8px;
  border-color: #FFFFFF;
  left: 17px;
  top: 18px;
}
.vc_tta-style-modern .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
  border: none;
  padding: 30px 70px 20px;
}
.vc_tta-style-modern .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading h4.vc_tta-panel-title a .vc_tta-controls-icon {
  background: #e5ae49;
}
.vc_tta-style-modern.vc_tta-color-white .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading h4.vc_tta-panel-title a span.vc_tta-title-text {
  color: #222222 !important;
}
.vc_tta-style-modern.vc_tta-color-white .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading h4.vc_tta-panel-title a .vc_tta-icon {
  color: #222222;
}
.vc_tta-style-modern.vc_tta-shape-rounded .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading {
  border-radius: 21px !important;
}
.vc_tta-style-modern.vc_tta-shape-rounded .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-controls-icon {
  width: 43px;
  height: 31px;
  left: 6px;
  background: #e5ae49;
  border-radius: 21px;
}
/* 11.10 Video HTML5 */
.tzElement_Video {
  width: 100%;
  height: 500px;
  overflow: hidden;
  position: relative;
}
.tzElement_Video .tzElement_autoplay {
  background: #e5ae49;
  border: 0 none;
  height: 60px;
  left: 50%;
  margin-left: -30px;
  margin-top: -30px;
  opacity: 1;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99;
  text-align: center;
}
.tzElement_Video .tzElement_autoplay i {
  display: inline-block;
  font-size: 20px;
  color: #FFFFFF;
  padding: 20px 0px;
}
.tzElement_Video .tzElement_autoplay:hover {
  cursor: pointer;
}
.tzElement_Video .tzElement_pauses {
  background: #e5ae49;
  border: 0 none;
  height: 60px;
  left: 50%;
  margin-left: -30px;
  margin-top: -30px;
  opacity: 1;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99;
  text-align: center;
  display: none;
  opacity: 0;
}
.tzElement_Video .tzElement_pauses i {
  display: inline-block;
  font-size: 20px;
  color: #FFFFFF;
  padding: 20px 0px;
}
.tzElement_Video .tzElement_pauses:hover {
  cursor: pointer;
}
.tzElement_Video:hover .tzElement_pauses {
  opacity: 1;
}
.tzElement_Video .tzElement_bgVideo {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.tzElement_Video .tzElement_videoID {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.tzElement_Video .tzElement_Overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.tzElement_Video .tzElement_textLeft {
  max-width: 50%;
  position: absolute;
  top: 50%;
  right: 50%;
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  font-weight: 400;
  color: #fafafa;
  z-index: 9;
  padding: 0px 65px;
}
.tzElement_Video .tzElement_textRight {
  max-width: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  font-weight: 400;
  color: #fafafa;
  z-index: 9;
  padding: 0px 65px;
}
.tzElement_Video.tzElement_Video_type2 .tzElement_autoplay {
  background: none;
  border: 4px solid #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  margin-top: -35px;
  margin-left: -35px;
}
.tzElement_Video.tzElement_Video_type2 .tzElement_pauses {
  background: none;
  border: 4px solid #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  margin-top: -35px;
  margin-left: -35px;
}
/* 11.11 Our Team */
@keyframes tz_scale_rotate {
  from {
    -webkit-transform: scale(2) rotateY(0);
    -moz-transform: scale(2) rotateY(0);
    -ms-transform: scale(2) rotateY(0);
    -o-transform: scale(2) rotateY(0);
    transform: scale(2) rotateY(0);
  }
  to {
    -webkit-transform: scale(2) rotateY(360deg);
    -moz-transform: scale(2) rotateY(360deg);
    -ms-transform: scale(2) rotateY(360deg);
    -o-transform: scale(2) rotateY(360deg);
    transform: scale(2) rotateY(360deg);
  }
}
.tzElement_Ourteam.tzOurteam_type1 {
  text-align: center;
}
.tzElement_Ourteam.tzOurteam_type1 .tzOurteam_imageContainer {
  position: relative;
  padding: 0px 20px;
}
.tzElement_Ourteam.tzOurteam_type1 .tzOurteam_imageContainer .tzOurteam_ImageBox {
  position: relative;
  border-width: 0px 0px 1px;
  border-style: solid;
  border-color: #ececec;
}
.tzElement_Ourteam.tzOurteam_type1 .tzOurteam_imageContainer .tzOurteam_ImageBox .tzOurteam_shapeLeft {
  position: absolute;
  bottom: -2px;
  height: 3px;
  left: -6px;
  width: 3px;
  background: #e5ae49;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.tzElement_Ourteam.tzOurteam_type1 .tzOurteam_imageContainer .tzOurteam_ImageBox .tzOurteam_shapeLeft:after {
  position: absolute;
  top: -3px;
  left: -3px;
  content: '';
  display: block;
  width: 9px;
  height: 9px;
  border: 1px solid #e5ae49;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.tzElement_Ourteam.tzOurteam_type1 .tzOurteam_imageContainer .tzOurteam_ImageBox .tzOurteam_shapeRight {
  position: absolute;
  bottom: -2px;
  height: 3px;
  right: -6px;
  width: 3px;
  background: #e5ae49;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.tzElement_Ourteam.tzOurteam_type1 .tzOurteam_imageContainer .tzOurteam_ImageBox .tzOurteam_shapeRight:after {
  position: absolute;
  top: -3px;
  left: -3px;
  content: '';
  display: block;
  width: 9px;
  height: 9px;
  border: 1px solid #e5ae49;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.tzElement_Ourteam.tzOurteam_type1 .tzOurteam_imageContainer .tzOurteam_ImageBox .tzOurteam_Image {
  width: 230px;
  height: 230px;
  position: relative;
  overflow: hidden;
  border-width: 1px 1px 0px;
  border-style: solid;
  border-color: #ececec;
  margin: auto;
  padding: 0px;
}
.tzElement_Ourteam.tzOurteam_type1 .tzOurteam_imageContainer .tzOurteam_ImageBox .tzOurteam_Image img {
  position: relative;
  width: 100%;
  height: auto;
}
.tzElement_Ourteam.tzOurteam_type1 .tzOurteam_Info {
  padding: 28px 25px 17px;
}
.tzElement_Ourteam.tzOurteam_type1 .tzOurteam_Info .tzOurteam_Name {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #222222;
  text-transform: uppercase;
  margin: 0 0 12px;
  padding: 0px;
  letter-spacing: 1px;
}
.tzElement_Ourteam.tzOurteam_type1 .tzOurteam_Info .tzOurteam_Job {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 300;
  font-style: italic;
  font-size: 14px;
  color: #666666;
  margin: 0 0 19px;
  padding: 0;
  display: block;
}
.tzElement_Ourteam.tzOurteam_type1 .tzOurteam_Info .tzOurteam_des {
  line-height: 22px;
}
.tzElement_Ourteam.tzOurteam_type1 .tzOurteam_Social a.tzSocial_Item {
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 1px solid #dadada;
  text-align: center;
  padding: 9px 0px;
  margin: 0px 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -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;
}
.tzElement_Ourteam.tzOurteam_type1 .tzOurteam_Social a.tzSocial_Item i {
  font-size: 15px;
  color: #9e9e9e;
  -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;
}
.tzElement_Ourteam.tzOurteam_type1 .tzOurteam_Social a.tzSocial_Item:hover {
  border: 1px solid #e5ae49;
  background: #e5ae49;
}
.tzElement_Ourteam.tzOurteam_type1 .tzOurteam_Social a.tzSocial_Item:hover i {
  color: #ffffff;
}
.tzElement_Ourteam.tzOurteam_type2 .tzOurteam_Image {
  position: relative;
  overflow: hidden;
}
.tzElement_Ourteam.tzOurteam_type2 .tzOurteam_Image img {
  width: 100%;
  height: auto;
}
.tzElement_Ourteam.tzOurteam_type2 .tzOurteam_Image .tzOurteam_Overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(251, 192, 45, 0);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.tzElement_Ourteam.tzOurteam_type2 .tzOurteam_Image .tzOurteam_Social {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out 0.1s;
  -moz-transition: all 0.3s ease-in-out 0.1s;
  -ms-transition: all 0.3s ease-in-out 0.1s;
  -o-transition: all 0.3s ease-in-out 0.1s;
  transition: all 0.3s ease-in-out 0.1s;
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  -o-transform: scale(2);
  transform: scale(2);
  visibility: hidden;
  opacity: 0;
}
.tzElement_Ourteam.tzOurteam_type2 .tzOurteam_Image .tzOurteam_Social .tzOurteam_Social_table {
  display: table;
  width: 100%;
  height: 100%;
}
.tzElement_Ourteam.tzOurteam_type2 .tzOurteam_Image .tzOurteam_Social .tzOurteam_Social_table .tzOurteam_Social_table_cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.tzElement_Ourteam.tzOurteam_type2 .tzOurteam_Image .tzOurteam_Social .tzOurteam_Social_table .tzOurteam_Social_table_cell a.tzSocial_Item {
  display: inline-block;
  margin: 0 12px;
}
.tzElement_Ourteam.tzOurteam_type2 .tzOurteam_Image .tzOurteam_Social .tzOurteam_Social_table .tzOurteam_Social_table_cell a.tzSocial_Item i {
  font-size: 18px;
  color: #FFFFFF;
}
.tzElement_Ourteam.tzOurteam_type2 .tzOurteam_Image .tzOurteam_Social .tzOurteam_Social_table .tzOurteam_Social_table_cell a.tzSocial_Item:hover i {
  animation-name: tz_scale_rotate;
  animation-duration: 1.5s;
  animation-delay: 0s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.tzElement_Ourteam.tzOurteam_type2 .tzOurteam_Image:hover .tzOurteam_Overlay {
  background: rgba(251, 192, 45, 0.5);
  visibility: visible;
  opacity: 1;
}
.tzElement_Ourteam.tzOurteam_type2 .tzOurteam_Image:hover .tzOurteam_Social {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  visibility: visible;
  opacity: 1;
}
.tzElement_Ourteam.tzOurteam_type2 .tzOurteam_Info {
  background: #FFFFFF;
  border-width: 0px 1px 1px;
  border-style: solid;
  border-color: #f3f3f3;
  text-align: center;
  padding: 21px;
}
.tzElement_Ourteam.tzOurteam_type2 .tzOurteam_Info .tzOurteam_Name {
  font-family: 'Ubuntu', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #222222;
  margin: 0px 0px 10px;
  padding: 0px;
  text-transform: uppercase;
}
.tzElement_Ourteam.tzOurteam_type2 .tzOurteam_Info .tzOurteam_Job {
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
  color: #666666;
}
.tzElement_Ourteam.tzOurteam_type3 {
  text-align: center;
}
.tzElement_Ourteam.tzOurteam_type3 .tzOurteam_ImageBox {
  position: relative;
  display: inline-block;
  margin-bottom: 55px;
}
.tzElement_Ourteam.tzOurteam_type3 .tzOurteam_ImageBox .tzOurteam_Image {
  width: 160px;
  height: 160px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.tzElement_Ourteam.tzOurteam_type3 .tzOurteam_ImageBox .tzOurteam_Image:after {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  visibility: hidden;
  opacity: 0;
}
.tzElement_Ourteam.tzOurteam_type3 .tzOurteam_ImageBox .tzOurteam_Social.tzSocial-1-item .item-1 {
  position: absolute;
  left: 50%;
  margin-left: -15px;
  bottom: -18px;
}
.tzElement_Ourteam.tzOurteam_type3 .tzOurteam_ImageBox .tzOurteam_Social.tzSocial-2-item .item-1 {
  position: absolute;
  left: 40px;
  bottom: -10px;
}
.tzElement_Ourteam.tzOurteam_type3 .tzOurteam_ImageBox .tzOurteam_Social.tzSocial-2-item .item-2 {
  position: absolute;
  right: 40px;
  bottom: -10px;
}
.tzElement_Ourteam.tzOurteam_type3 .tzOurteam_ImageBox .tzOurteam_Social.tzSocial-3-item .item-1 {
  position: absolute;
  left: 25px;
  bottom: -5px;
}
.tzElement_Ourteam.tzOurteam_type3 .tzOurteam_ImageBox .tzOurteam_Social.tzSocial-3-item .item-2 {
  position: absolute;
  left: 50%;
  margin-left: -15px;
  bottom: -18px;
}
.tzElement_Ourteam.tzOurteam_type3 .tzOurteam_ImageBox .tzOurteam_Social.tzSocial-3-item .item-3 {
  position: absolute;
  right: 25px;
  bottom: -5px;
}
.tzElement_Ourteam.tzOurteam_type3 .tzOurteam_ImageBox .tzOurteam_Social.tzSocial-4-item .item-1 {
  position: absolute;
  left: 10px;
  bottom: 5px;
}
.tzElement_Ourteam.tzOurteam_type3 .tzOurteam_ImageBox .tzOurteam_Social.tzSocial-4-item .item-2 {
  position: absolute;
  left: 45px;
  bottom: -14px;
}
.tzElement_Ourteam.tzOurteam_type3 .tzOurteam_ImageBox .tzOurteam_Social.tzSocial-4-item .item-3 {
  position: absolute;
  right: 45px;
  bottom: -14px;
}
.tzElement_Ourteam.tzOurteam_type3 .tzOurteam_ImageBox .tzOurteam_Social.tzSocial-4-item .item-4 {
  position: absolute;
  right: 10px;
  bottom: 5px;
}
.tzElement_Ourteam.tzOurteam_type3 .tzOurteam_ImageBox .tzOurteam_Social.tzSocial-5-item .item-1 {
  position: absolute;
  left: -5px;
  bottom: 25px;
}
.tzElement_Ourteam.tzOurteam_type3 .tzOurteam_ImageBox .tzOurteam_Social.tzSocial-5-item .item-2 {
  position: absolute;
  left: 25px;
  bottom: -5px;
}
.tzElement_Ourteam.tzOurteam_type3 .tzOurteam_ImageBox .tzOurteam_Social.tzSocial-5-item .item-3 {
  position: absolute;
  left: 50%;
  margin-left: -15px;
  bottom: -18px;
}
.tzElement_Ourteam.tzOurteam_type3 .tzOurteam_ImageBox .tzOurteam_Social.tzSocial-5-item .item-4 {
  position: absolute;
  right: 25px;
  bottom: -5px;
}
.tzElement_Ourteam.tzOurteam_type3 .tzOurteam_ImageBox .tzOurteam_Social.tzSocial-5-item .item-5 {
  position: absolute;
  right: -5px;
  bottom: 25px;
}
.tzElement_Ourteam.tzOurteam_type3 .tzOurteam_ImageBox .tzOurteam_Social.tzSocial-6-item .item-1 {
  position: absolute;
  left: -10px;
  bottom: 37px;
}
.tzElement_Ourteam.tzOurteam_type3 .tzOurteam_ImageBox .tzOurteam_Social.tzSocial-6-item .item-2 {
  position: absolute;
  left: 10px;
  bottom: 5px;
}
.tzElement_Ourteam.tzOurteam_type3 .tzOurteam_ImageBox .tzOurteam_Social.tzSocial-6-item .item-3 {
  position: absolute;
  left: 45px;
  bottom: -14px;
}
.tzElement_Ourteam.tzOurteam_type3 .tzOurteam_ImageBox .tzOurteam_Social.tzSocial-6-item .item-4 {
  position: absolute;
  right: 45px;
  bottom: -14px;
}
.tzElement_Ourteam.tzOurteam_type3 .tzOurteam_ImageBox .tzOurteam_Social.tzSocial-6-item .item-5 {
  position: absolute;
  right: 10px;
  bottom: 5px;
}
.tzElement_Ourteam.tzOurteam_type3 .tzOurteam_ImageBox .tzOurteam_Social.tzSocial-6-item .item-6 {
  position: absolute;
  right: -10px;
  bottom: 37px;
}
.tzElement_Ourteam.tzOurteam_type3 .tzOurteam_ImageBox .tzOurteam_Social.tzSocial-7-item .item-1 {
  position: absolute;
  left: -18px;
  bottom: 62px;
}
.tzElement_Ourteam.tzOurteam_type3 .tzOurteam_ImageBox .tzOurteam_Social.tzSocial-7-item .item-2 {
  position: absolute;
  left: -5px;
  bottom: 25px;
}
.tzElement_Ourteam.tzOurteam_type3 .tzOurteam_ImageBox .tzOurteam_Social.tzSocial-7-item .item-3 {
  position: absolute;
  left: 25px;
  bottom: -5px;
}
.tzElement_Ourteam.tzOurteam_type3 .tzOurteam_ImageBox .tzOurteam_Social.tzSocial-7-item .item-4 {
  position: absolute;
  left: 50%;
  margin-left: -15px;
  bottom: -18px;
}
.tzElement_Ourteam.tzOurteam_type3 .tzOurteam_ImageBox .tzOurteam_Social.tzSocial-7-item .item-5 {
  position: absolute;
  right: 25px;
  bottom: -5px;
}
.tzElement_Ourteam.tzOurteam_type3 .tzOurteam_ImageBox .tzOurteam_Social.tzSocial-7-item .item-6 {
  position: absolute;
  right: -5px;
  bottom: 25px;
}
.tzElement_Ourteam.tzOurteam_type3 .tzOurteam_ImageBox .tzOurteam_Social.tzSocial-7-item .item-7 {
  position: absolute;
  right: -18px;
  bottom: 62px;
}
.tzElement_Ourteam.tzOurteam_type3 .tzOurteam_ImageBox .tzOurteam_Social .tzSocial_Item i {
  text-align: center;
  width: 30px;
  height: 30px;
  background: #e5ae49;
  color: #ffffff;
  padding: 8px 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.tzElement_Ourteam.tzOurteam_type3 .tzOurteam_ImageBox .tzOurteam_Social .tzSocial_Item i.fa-facebook {
  background: #334d93;
}
.tzElement_Ourteam.tzOurteam_type3 .tzOurteam_ImageBox .tzOurteam_Social .tzSocial_Item i.fa-twitter {
  background: #00aced;
}
.tzElement_Ourteam.tzOurteam_type3 .tzOurteam_ImageBox .tzOurteam_Social .tzSocial_Item i.fa-google-plus {
  background: #df4b38;
}
.tzElement_Ourteam.tzOurteam_type3 .tzOurteam_ImageBox .tzOurteam_Social .tzSocial_Item i.fa-pinterest-p {
  background: #bb252a;
}
.tzElement_Ourteam.tzOurteam_type3 .tzOurteam_Info .tzOurteam_Name {
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  padding: 0 0 18px;
  margin: 0 0 12px;
}
.tzElement_Ourteam.tzOurteam_type3 .tzOurteam_Info .tzOurteam_Name:after {
  content: '';
  display: block;
  width: 40px;
  height: 1px;
  background: #e5ae49;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -20px;
}
.tzElement_Ourteam.tzOurteam_type3:hover .tzOurteam_ImageBox .tzOurteam_Image:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  visibility: visible;
  opacity: 1;
}
/* 11.12 Quote */
.tzElement_Quote_Container {
  position: relative;
}
.tzElement_Quote_Container.tzQuote_type1 .tzElement_Quote {
  position: relative;
}
.tzElement_Quote_Container.tzQuote_type1 .tzElement_Quote .tzQuote_Item {
  padding: 0px 170px;
}
.tzElement_Quote_Container.tzQuote_type1 .tzElement_Quote .tzQuote_Item .tzQuote_Image {
  width: 100px;
  height: 100px;
  padding: 5px;
  background: rgba(255, 255, 255, 0.1);
  float: left;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.tzElement_Quote_Container.tzQuote_type1 .tzElement_Quote .tzQuote_Item .tzQuote_Image .tzQuote_imageBox {
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.tzElement_Quote_Container.tzQuote_type1 .tzElement_Quote .tzQuote_Item .tzQuote_Image .tzQuote_imageBox img {
  width: 100%;
  height: auto;
}
.tzElement_Quote_Container.tzQuote_type1 .tzElement_Quote .tzQuote_Item .tzQuote_Content {
  font-family: 'Ubuntu', sans-serif;
  font-size: 18px;
  font-weight: 300;
  font-style: italic;
  color: #FFFFFF;
  margin-left: 130px;
  margin-bottom: 23px;
}
.tzElement_Quote_Container.tzQuote_type1 .tzElement_Quote .tzQuote_Item .tzQuote_Info {
  margin-left: 130px;
}
.tzElement_Quote_Container.tzQuote_type1 .tzElement_Quote .tzQuote_Item .tzQuote_Info .tzQuote_Image {
  display: none;
}
.tzElement_Quote_Container.tzQuote_type1 .tzElement_Quote .tzQuote_Item .tzQuote_Info .tzQuote_Name {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #e5ae49;
  letter-spacing: 1px;
}
.tzElement_Quote_Container.tzQuote_type1 .tzElement_Quote .tzQuote_Item .tzQuote_Info small {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #FFFFFF;
}
.tzElement_Quote_Container.tzQuote_type1 .tzElement_Quote .tzQuote_Item .tzQuote_Info .tzQuote_Employment {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 300;
  font-size: 14px;
  font-style: italic;
  color: #FFFFFF;
}
.tzElement_Quote_Container.tzQuote_type1 .tzElement_Quote .owl-controls {
  margin: 0px;
  padding: 0px;
}
.tzElement_Quote_Container.tzQuote_type1 .tzElement_Quote .owl-controls .owl-pagination {
  position: absolute;
  right: 60px;
  top: 5px;
}
.tzElement_Quote_Container.tzQuote_type1 .tzElement_Quote .owl-controls .owl-pagination .owl-page {
  display: block;
  margin: 0 0 15px;
}
.tzElement_Quote_Container.tzQuote_type1 .tzElement_Quote .owl-controls .owl-pagination .owl-page span {
  width: 7px;
  height: 7px;
  background: #ffffff;
  opacity: 1;
  position: relative;
  -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;
}
.tzElement_Quote_Container.tzQuote_type1 .tzElement_Quote .owl-controls .owl-pagination .owl-page span:after {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  border: 1px solid #e5ae49;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: -5px;
  left: -5px;
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.tzElement_Quote_Container.tzQuote_type1 .tzElement_Quote .owl-controls .owl-pagination .owl-page.active span {
  width: 5px;
  height: 5px;
  background: #e5ae49;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  position: relative;
}
.tzElement_Quote_Container.tzQuote_type1 .tzElement_Quote .owl-controls .owl-pagination .owl-page.active span:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  visibility: visible;
  opacity: 1;
}
.tzElement_Quote_Container.tzQuote_type1 .tzElement_Quote .owl-controls .owl-pagination .owl-page:hover span {
  width: 5px;
  height: 5px;
  background: #e5ae49;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  position: relative;
}
.tzElement_Quote_Container.tzQuote_type1 .tzElement_Quote .owl-controls .owl-pagination .owl-page:hover span:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  visibility: visible;
  opacity: 1;
}
.tzElement_Quote_Container.tzQuote_type1 button {
  background: none;
  border: none;
  position: absolute;
  top: 0;
}
.tzElement_Quote_Container.tzQuote_type1 button.tzprevslider {
  left: 0;
}
.tzElement_Quote_Container.tzQuote_type1 button.tznextslider {
  left: 50px;
}
.tzElement_Quote_Container.tzQuote_type1 button i {
  color: #ffffff;
  font-size: 30px;
}
.tzElement_Quote_Container.tzQuote_type2 .tzElement_Quote {
  position: relative;
}
.tzElement_Quote_Container.tzQuote_type2 .tzElement_Quote .tzQuote_Item {
  padding: 0px 170px;
  text-align: center;
}
.tzElement_Quote_Container.tzQuote_type2 .tzElement_Quote .tzQuote_Item .tzQuote_Image {
  display: inline-block;
  width: 100px;
  height: 100px;
  padding: 5px;
  margin: 0 0 80px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.tzElement_Quote_Container.tzQuote_type2 .tzElement_Quote .tzQuote_Item .tzQuote_Image .tzQuote_imageBox {
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.tzElement_Quote_Container.tzQuote_type2 .tzElement_Quote .tzQuote_Item .tzQuote_Image .tzQuote_imageBox img {
  width: 100%;
  height: auto;
}
.tzElement_Quote_Container.tzQuote_type2 .tzElement_Quote .tzQuote_Item .tzQuote_Content {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 300;
  font-style: italic;
  font-size: 17px;
  color: #ececec;
  margin-bottom: 90px;
  line-height: 30px;
}
.tzElement_Quote_Container.tzQuote_type2 .tzElement_Quote .tzQuote_Item .tzQuote_Info {
  position: relative;
  display: inline-block;
  padding-left: 50px;
}
.tzElement_Quote_Container.tzQuote_type2 .tzElement_Quote .tzQuote_Item .tzQuote_Info .tzQuote_Image {
  display: none;
}
.tzElement_Quote_Container.tzQuote_type2 .tzElement_Quote .tzQuote_Item .tzQuote_Info .tzQuote_Name {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #FFFFFF;
  display: block;
  text-align: left;
  text-transform: uppercase;
}
.tzElement_Quote_Container.tzQuote_type2 .tzElement_Quote .tzQuote_Item .tzQuote_Info small {
  display: none;
}
.tzElement_Quote_Container.tzQuote_type2 .tzElement_Quote .tzQuote_Item .tzQuote_Info .tzQuote_Employment {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 300;
  font-size: 14px;
  font-style: italic;
  color: #FFFFFF;
  display: block;
  text-align: left;
}
.tzElement_Quote_Container.tzQuote_type2 .tzElement_Quote .tzQuote_Item .tzQuote_Info:after {
  content: '{';
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  background: #e5ae49;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  font-family: "ElegantIcons";
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  color: #FFFFFF;
  font-size: 25px;
  text-transform: none;
  padding: 7px 0px;
}
.tzElement_Quote_Container.tzQuote_type2 .tzElement_Quote .owl-controls {
  margin: 80px 0 0;
  padding: 0px;
}
.tzElement_Quote_Container.tzQuote_type2 .tzElement_Quote .owl-controls .owl-pagination .owl-page {
  width: 7px;
  height: 7px;
  margin: 0 7px 0;
}
.tzElement_Quote_Container.tzQuote_type2 .tzElement_Quote .owl-controls .owl-pagination .owl-page span {
  width: 7px;
  height: 7px;
  background: #ffffff;
  opacity: 1;
  position: relative;
  -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;
}
.tzElement_Quote_Container.tzQuote_type2 .tzElement_Quote .owl-controls .owl-pagination .owl-page span:after {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  border: 1px solid #e5ae49;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: -5px;
  left: -5px;
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.tzElement_Quote_Container.tzQuote_type2 .tzElement_Quote .owl-controls .owl-pagination .owl-page.active span {
  width: 5px;
  height: 5px;
  background: #e5ae49;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  position: relative;
}
.tzElement_Quote_Container.tzQuote_type2 .tzElement_Quote .owl-controls .owl-pagination .owl-page.active span:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  visibility: visible;
  opacity: 1;
}
.tzElement_Quote_Container.tzQuote_type2 .tzElement_Quote .owl-controls .owl-pagination .owl-page:hover span {
  width: 5px;
  height: 5px;
  background: #e5ae49;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  position: relative;
}
.tzElement_Quote_Container.tzQuote_type2 .tzElement_Quote .owl-controls .owl-pagination .owl-page:hover span:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  visibility: visible;
  opacity: 1;
}
.tzElement_Quote_Container.tzQuote_type3 .tzElement_Quote {
  position: relative;
}
.tzElement_Quote_Container.tzQuote_type3 .tzElement_Quote .tzQuote_Item {
  padding: 0px 170px;
  text-align: center;
}
.tzElement_Quote_Container.tzQuote_type3 .tzElement_Quote .tzQuote_Item .tzQuote_Image {
  display: none;
}
.tzElement_Quote_Container.tzQuote_type3 .tzElement_Quote .tzQuote_Item .tzQuote_Content {
  font-family: 'Ubuntu', sans-serif;
  font-size: 18px;
  font-weight: 300;
  font-style: italic;
  color: #ffffff;
  margin-bottom: 65px;
  line-height: 32px;
}
.tzElement_Quote_Container.tzQuote_type3 .tzElement_Quote .tzQuote_Item .tzQuote_Info {
  position: relative;
  display: inline-block;
  width: 330px;
  padding-bottom: 68px;
}
.tzElement_Quote_Container.tzQuote_type3 .tzElement_Quote .tzQuote_Item .tzQuote_Info .tzQuote_Image {
  display: inline-block;
  width: 100px;
  height: 100px;
  padding: 3px;
  margin: 0 0 30px;
  border: 1px solid #e5ae49;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.tzElement_Quote_Container.tzQuote_type3 .tzElement_Quote .tzQuote_Item .tzQuote_Info .tzQuote_Image .tzQuote_imageBox {
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.tzElement_Quote_Container.tzQuote_type3 .tzElement_Quote .tzQuote_Item .tzQuote_Info .tzQuote_Image .tzQuote_imageBox img {
  width: 100%;
  height: auto;
}
.tzElement_Quote_Container.tzQuote_type3 .tzElement_Quote .tzQuote_Item .tzQuote_Info .tzQuote_Name {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 14px;
  color: #e5ae49;
  display: block;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 5px;
  letter-spacing: 2px;
}
.tzElement_Quote_Container.tzQuote_type3 .tzElement_Quote .tzQuote_Item .tzQuote_Info small {
  display: none;
}
.tzElement_Quote_Container.tzQuote_type3 .tzElement_Quote .tzQuote_Item .tzQuote_Info .tzQuote_Employment {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  display: block;
  text-align: center;
}
.tzElement_Quote_Container.tzQuote_type3 .tzElement_Quote .owl-controls {
  padding: 0px;
  margin-top: 50px;
}
.tzElement_Quote_Container.tzQuote_type3 .tzElement_Quote .owl-controls .owl-pagination .owl-page {
  width: 7px;
  height: 7px;
  margin: 0 7px 0;
}
.tzElement_Quote_Container.tzQuote_type3 .tzElement_Quote .owl-controls .owl-pagination .owl-page span {
  width: 7px;
  height: 7px;
  background: #ffffff;
  opacity: 1;
  position: relative;
  -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;
}
.tzElement_Quote_Container.tzQuote_type3 .tzElement_Quote .owl-controls .owl-pagination .owl-page span:after {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  border: 1px solid #e5ae49;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: -5px;
  left: -5px;
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.tzElement_Quote_Container.tzQuote_type3 .tzElement_Quote .owl-controls .owl-pagination .owl-page.active span {
  width: 5px;
  height: 5px;
  background: #e5ae49;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  position: relative;
}
.tzElement_Quote_Container.tzQuote_type3 .tzElement_Quote .owl-controls .owl-pagination .owl-page.active span:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  visibility: visible;
  opacity: 1;
}
.tzElement_Quote_Container.tzQuote_type3 .tzElement_Quote .owl-controls .owl-pagination .owl-page:hover span {
  width: 5px;
  height: 5px;
  background: #e5ae49;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  position: relative;
}
.tzElement_Quote_Container.tzQuote_type3 .tzElement_Quote .owl-controls .owl-pagination .owl-page:hover span:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  visibility: visible;
  opacity: 1;
}
.tzElement_Quote_Container.tzQuote_type3 button {
  background: none;
  border: none;
  position: absolute;
  top: 50%;
}
.tzElement_Quote_Container.tzQuote_type3 button.tzprevslider {
  left: 50%;
  margin-left: -150px;
}
.tzElement_Quote_Container.tzQuote_type3 button.tznextslider {
  right: 50%;
  margin-right: -150px;
}
.tzElement_Quote_Container.tzQuote_type3 button i {
  color: #686868;
  font-size: 30px;
}
.tzElement_Quote_Container.tzQuote_type4 .tzElement_Quote {
  position: relative;
}
.tzElement_Quote_Container.tzQuote_type4 .tzElement_Quote .tzQuote_Item {
  padding: 0px 170px;
  text-align: center;
}
.tzElement_Quote_Container.tzQuote_type4 .tzElement_Quote .tzQuote_Item .tzQuote_Image {
  display: inline-block;
  width: 110px;
  height: 110px;
  padding: 3px;
  margin: 0 0 40px;
  background: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.tzElement_Quote_Container.tzQuote_type4 .tzElement_Quote .tzQuote_Item .tzQuote_Image .tzQuote_imageBox {
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.tzElement_Quote_Container.tzQuote_type4 .tzElement_Quote .tzQuote_Item .tzQuote_Image .tzQuote_imageBox img {
  width: 100%;
  height: auto;
}
.tzElement_Quote_Container.tzQuote_type4 .tzElement_Quote .tzQuote_Item .tzQuote_Content {
  font-family: 'Ubuntu', sans-serif;
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 35px;
  line-height: 28px;
}
.tzElement_Quote_Container.tzQuote_type4 .tzElement_Quote .tzQuote_Item .tzQuote_Info {
  position: relative;
  display: inline-block;
}
.tzElement_Quote_Container.tzQuote_type4 .tzElement_Quote .tzQuote_Item .tzQuote_Info .tzQuote_Image {
  display: none;
}
.tzElement_Quote_Container.tzQuote_type4 .tzElement_Quote .tzQuote_Item .tzQuote_Info .tzQuote_Name {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #e5ae49;
  display: block;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
.tzElement_Quote_Container.tzQuote_type4 .tzElement_Quote .tzQuote_Item .tzQuote_Info small {
  display: none;
}
.tzElement_Quote_Container.tzQuote_type4 .tzElement_Quote .tzQuote_Item .tzQuote_Info .tzQuote_Employment {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 400;
  font-size: 13px;
  font-style: italic;
  color: #ffffff;
  display: block;
  text-align: center;
}
.tzElement_Quote_Container.tzQuote_type4 .tzElement_Quote .owl-controls {
  margin: 20px 0 0;
  padding: 0px;
}
.tzElement_Quote_Container.tzQuote_type4 .tzElement_Quote .owl-controls .owl-pagination .owl-page {
  width: 10px;
  height: 10px;
  margin: 0 7px 0;
}
.tzElement_Quote_Container.tzQuote_type4 .tzElement_Quote .owl-controls .owl-pagination .owl-page span {
  width: 10px;
  height: 10px;
  margin: 0;
  background: #ffffff;
  opacity: 1;
  position: relative;
  -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;
}
.tzElement_Quote_Container.tzQuote_type4 .tzElement_Quote .owl-controls .owl-pagination .owl-page span:after {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border: 1px solid #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: -1px;
  left: -1px;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.tzElement_Quote_Container.tzQuote_type4 .tzElement_Quote .owl-controls .owl-pagination .owl-page.active span {
  background: none;
}
.tzElement_Quote_Container.tzQuote_type4 .tzElement_Quote .owl-controls .owl-pagination .owl-page.active span:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  visibility: visible;
  opacity: 1;
}
.tzElement_Quote_Container.tzQuote_type4 .tzElement_Quote .owl-controls .owl-pagination .owl-page:hover span {
  background: none;
}
.tzElement_Quote_Container.tzQuote_type4 .tzElement_Quote .owl-controls .owl-pagination .owl-page:hover span:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  visibility: visible;
  opacity: 1;
}
.tzElement_Quote_Container.tzQuote_type5 {
  position: relative;
}
.tzElement_Quote_Container.tzQuote_type5 .tzElement_Quote_ImageBg {
  text-align: center;
}
.tzElement_Quote_Container.tzQuote_type5 .tzElement_Quote_Box {
  width: 100%;
  position: absolute;
  bottom: -80px;
  left: 0;
  z-index: 9999;
  padding: 0px 175px;
}
.tzElement_Quote_Container.tzQuote_type5 .tzElement_Quote_Box .tzElement_Quote_Wrap {
  position: relative;
  background: #ffffff;
  padding: 15px;
}
.tzElement_Quote_Container.tzQuote_type5 .tzElement_Quote_Box .tzElement_Quote_Wrap .tzElement_Quote_Icon {
  position: absolute;
  top: 30px;
  left: 50%;
  margin-left: -35px;
}
.tzElement_Quote_Container.tzQuote_type5 .tzElement_Quote_Box .tzElement_Quote_Wrap .tzElement_Quote {
  border: 2px solid #e5ae49;
}
.tzElement_Quote_Container.tzQuote_type5 .tzElement_Quote_Box .tzElement_Quote_Wrap .tzElement_Quote .tzQuote_Item {
  text-align: center;
  padding: 50px 70px 0px;
}
.tzElement_Quote_Container.tzQuote_type5 .tzElement_Quote_Box .tzElement_Quote_Wrap .tzElement_Quote .tzQuote_Item .tzQuote_Image {
  display: inline-block;
  width: 100px;
  height: 100px;
  padding: 5px;
  background: rgba(0, 0, 0, 0.1);
  margin-bottom: 25px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.tzElement_Quote_Container.tzQuote_type5 .tzElement_Quote_Box .tzElement_Quote_Wrap .tzElement_Quote .tzQuote_Item .tzQuote_Image .tzQuote_imageBox {
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.tzElement_Quote_Container.tzQuote_type5 .tzElement_Quote_Box .tzElement_Quote_Wrap .tzElement_Quote .tzQuote_Item .tzQuote_Image .tzQuote_imageBox img {
  width: 100%;
  height: auto;
}
.tzElement_Quote_Container.tzQuote_type5 .tzElement_Quote_Box .tzElement_Quote_Wrap .tzElement_Quote .tzQuote_Item .tzQuote_Content {
  font-family: 'Droid Serif', serif;
  font-size: 16px;
  color: #222222;
  margin-bottom: 23px;
  line-height: 32px;
}
.tzElement_Quote_Container.tzQuote_type5 .tzElement_Quote_Box .tzElement_Quote_Wrap .tzElement_Quote .tzQuote_Item .tzQuote_Info .tzQuote_Image {
  display: none;
}
.tzElement_Quote_Container.tzQuote_type5 .tzElement_Quote_Box .tzElement_Quote_Wrap .tzElement_Quote .tzQuote_Item .tzQuote_Info .tzQuote_Name {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #222222;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.tzElement_Quote_Container.tzQuote_type5 .tzElement_Quote_Box .tzElement_Quote_Wrap .tzElement_Quote .tzQuote_Item .tzQuote_Info small {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #222222;
}
.tzElement_Quote_Container.tzQuote_type5 .tzElement_Quote_Box .tzElement_Quote_Wrap .tzElement_Quote .tzQuote_Item .tzQuote_Info .tzQuote_Employment {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 300;
  font-size: 14px;
  font-style: italic;
  color: #222222;
}
.tzElement_Quote_Container.tzQuote_type5 .tzElement_Quote_Box .tzElement_Quote_Wrap .tzElement_Quote .owl-controls {
  margin: 0px;
  padding: 0 0 18px;
}
.tzElement_Quote_Container.tzQuote_type5 .tzElement_Quote_Box .tzElement_Quote_Wrap .tzElement_Quote .owl-controls .owl-pagination {
  position: relative;
}
.tzElement_Quote_Container.tzQuote_type5 .tzElement_Quote_Box .tzElement_Quote_Wrap .tzElement_Quote .owl-controls .owl-pagination .owl-page {
  padding: 0 5px;
}
.tzElement_Quote_Container.tzQuote_type5 .tzElement_Quote_Box .tzElement_Quote_Wrap .tzElement_Quote .owl-controls .owl-pagination .owl-page span {
  width: 10px;
  height: 10px;
  margin: 0px;
  background: #dfdfdf;
  opacity: 1;
  position: relative;
  -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;
}
.tzElement_Quote_Container.tzQuote_type5 .tzElement_Quote_Box .tzElement_Quote_Wrap .tzElement_Quote .owl-controls .owl-pagination .owl-page span:after {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border: 1px solid #e5ae49;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: -1px;
  left: -1px;
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.tzElement_Quote_Container.tzQuote_type5 .tzElement_Quote_Box .tzElement_Quote_Wrap .tzElement_Quote .owl-controls .owl-pagination .owl-page.active span {
  background: none;
}
.tzElement_Quote_Container.tzQuote_type5 .tzElement_Quote_Box .tzElement_Quote_Wrap .tzElement_Quote .owl-controls .owl-pagination .owl-page.active span:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  visibility: visible;
  opacity: 1;
}
.tzElement_Quote_Container.tzQuote_type5 .tzElement_Quote_Box .tzElement_Quote_Wrap .tzElement_Quote .owl-controls .owl-pagination .owl-page:hover span {
  background: none;
}
.tzElement_Quote_Container.tzQuote_type5 .tzElement_Quote_Box .tzElement_Quote_Wrap .tzElement_Quote .owl-controls .owl-pagination .owl-page:hover span:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  visibility: visible;
  opacity: 1;
}
/* 11.13 View Post */
.tzElement_viewPost .tzViewPost_slider {
  margin: 0px -15px;
}
.tzElement_viewPost .tzViewPost_slider .tzViewPost_item {
  padding: 0px 15px;
}
.tzElement_viewPost .tzViewPost_slider .tzViewPost_item .tzPost_videoHtml5 {
  width: 100%;
  height: 197px;
  overflow: hidden;
  position: relative;
}
.tzElement_viewPost .tzViewPost_slider .tzViewPost_item .tzPost_videoHtml5 .tzPost_autoplay {
  background: #e5ae49;
  border: 0 none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  opacity: 1;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99;
  text-align: center;
}
.tzElement_viewPost .tzViewPost_slider .tzViewPost_item .tzPost_videoHtml5 .tzPost_autoplay i {
  display: inline-block;
  font-size: 16px;
  color: #FFFFFF;
  padding: 17px 0px;
}
.tzElement_viewPost .tzViewPost_slider .tzViewPost_item .tzPost_videoHtml5 .tzPost_autoplay:hover {
  cursor: pointer;
}
.tzElement_viewPost .tzViewPost_slider .tzViewPost_item .tzPost_videoHtml5 .tzPost_pauses {
  background: #e5ae49;
  border: 0 none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99;
  text-align: center;
  display: none;
  opacity: 0;
}
.tzElement_viewPost .tzViewPost_slider .tzViewPost_item .tzPost_videoHtml5 .tzPost_pauses i {
  display: inline-block;
  font-size: 16px;
  color: #FFFFFF;
  padding: 17px 0px;
}
.tzElement_viewPost .tzViewPost_slider .tzViewPost_item .tzPost_videoHtml5 .tzPost_pauses:hover {
  cursor: pointer;
}
.tzElement_viewPost .tzViewPost_slider .tzViewPost_item .tzPost_videoHtml5:hover .tzPost_pauses {
  opacity: 1;
}
.tzElement_viewPost .tzViewPost_slider .tzViewPost_item .tzPost_videoHtml5 .tzPost_bgVideo {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.tzElement_viewPost .tzViewPost_slider .tzViewPost_item .tzPost_videoHtml5 .tzPost_videoID {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.tzElement_viewPost .tzViewPost_slider .tzViewPost_item .tzPost_video {
  height: 197px;
}
.tzElement_viewPost .tzViewPost_slider .tzViewPost_item .tzPost_video iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.tzElement_viewPost .tzViewPost_slider .tzViewPost_item .tzPost_Slider {
  position: relative;
}
.tzElement_viewPost .tzViewPost_slider .tzViewPost_item .tzPost_Slider ul.flex-direction-nav li a {
  width: 30px;
  height: 30px;
  border: 1px solid #FFFFFF;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  opacity: 1;
  top: auto;
  bottom: 30px;
  text-align: center;
  -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;
}
.tzElement_viewPost .tzViewPost_slider .tzViewPost_item .tzPost_Slider ul.flex-direction-nav li a.flex-prev {
  left: 35px;
}
.tzElement_viewPost .tzViewPost_slider .tzViewPost_item .tzPost_Slider ul.flex-direction-nav li a.flex-next {
  right: 35px;
}
.tzElement_viewPost .tzViewPost_slider .tzViewPost_item .tzPost_Slider ul.flex-direction-nav li a:before {
  font-size: 10px;
  font-weight: lighter;
  color: #FFFFFF;
  text-shadow: none;
}
.tzElement_viewPost .tzViewPost_slider .tzViewPost_item .tzPost_Slider ul.flex-direction-nav li a:hover {
  border-color: #e5ae49;
  background: #e5ae49;
}
.tzElement_viewPost .tzViewPost_slider .tzViewPost_item .tzPost_info {
  padding: 20px 0 0;
  background: #ffffff;
}
.tzElement_viewPost .tzViewPost_slider .tzViewPost_item .tzPost_info .tzPost_title {
  margin: 0px 0px 12px;
  padding: 0px;
}
.tzElement_viewPost .tzViewPost_slider .tzViewPost_item .tzPost_info .tzPost_title a {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #222222;
  text-decoration: none;
}
.tzElement_viewPost .tzViewPost_slider .tzViewPost_item .tzPost_info .tzPost_infomation {
  display: block;
  margin: 0 0 20px;
}
.tzElement_viewPost .tzViewPost_slider .tzViewPost_item .tzPost_info .tzPost_infomation a {
  font-family: 'Ubuntu', sans-serif;
  font-size: 13px;
  font-weight: 300;
  color: #c3c3c3;
  text-decoration: none;
  margin-right: 10px;
}
.tzElement_viewPost .tzViewPost_slider .tzViewPost_item .tzPost_info .tzPost_infomation a:hover {
  color: #e5ae49;
}
.tzElement_viewPost .tzViewPost_slider .tzViewPost_item .tzPost_info .tzPost_infomation span {
  font-family: 'Ubuntu', sans-serif;
  font-size: 13px;
  font-weight: 300;
  color: #c3c3c3;
  text-decoration: none;
  margin-right: 10px;
}
.tzElement_viewPost .tzViewPost_slider .tzViewPost_item .tzPost_info .tzPost_infomation span a {
  margin: 0px;
}
.tzElement_viewPost .tzViewPost_slider .tzViewPost_item .tzPost_info .tzPost_infomation small {
  font-family: 'Ubuntu', sans-serif;
  font-size: 13px;
  font-weight: 300;
  color: #c3c3c3;
  text-decoration: none;
  margin-right: 10px;
}
.tzElement_viewPost .tzViewPost_slider .tzViewPost_item .tzPost_info p {
  margin-bottom: 27px;
}
.tzElement_viewPost .tzViewPost_slider .tzViewPost_item .tzPost_info .tzPost_readMore {
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #e5ae49;
  text-decoration: none;
}
.tzElement_viewPost .tzViewPost_slider .tzViewPost_item .tzPost_info .tzPost_readMore i {
  font-size: 14px;
  padding-left: 7px;
}
.tzElement_viewPost.tzElement_viewPost_slide-type2 .tzViewPost_slider .tzViewPost_item .tzPostImage {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  overflow: hidden;
}
.tzElement_viewPost.tzElement_viewPost_slide-type2 .tzViewPost_slider .tzViewPost_item .tzPost_videoHtml5 {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  overflow: hidden;
}
.tzElement_viewPost.tzElement_viewPost_slide-type2 .tzViewPost_slider .tzViewPost_item .tzPost_videoHtml5 .tzPost_autoplay {
  background: none;
  border: 3px solid #FFFFFF;
  height: 40px;
  left: 20px;
  margin-left: 0;
  margin-top: 0;
  position: absolute;
  top: 20px;
  width: 40px;
}
.tzElement_viewPost.tzElement_viewPost_slide-type2 .tzViewPost_slider .tzViewPost_item .tzPost_videoHtml5 .tzPost_autoplay i {
  padding: 0;
  font-size: 16px;
  padding: 9px 0;
}
.tzElement_viewPost.tzElement_viewPost_slide-type2 .tzViewPost_slider .tzViewPost_item .tzPost_videoHtml5 .tzPost_pauses {
  background: none;
  border: 3px solid #FFFFFF;
  height: 40px;
  left: 20px;
  margin-left: 0;
  margin-top: 0;
  position: absolute;
  top: 20px;
  width: 40px;
}
.tzElement_viewPost.tzElement_viewPost_slide-type2 .tzViewPost_slider .tzViewPost_item .tzPost_videoHtml5 .tzPost_pauses i {
  padding: 0;
  font-size: 16px;
  padding: 9px 0;
}
.tzElement_viewPost.tzElement_viewPost_slide-type2 .tzViewPost_slider .tzViewPost_item .tzPost_video {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  overflow: hidden;
}
.tzElement_viewPost.tzElement_viewPost_slide-type2 .tzViewPost_slider .tzViewPost_item .tzPost_Slider {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  overflow: hidden;
}
.tzElement_viewPost.tzElement_viewPost_slide-type2 .tzViewPost_slider .tzViewPost_item .tzPost_info {
  padding-top: 30px;
}
.tzElement_viewPost.tzElement_viewPost_slide-type2 .tzViewPost_slider .tzViewPost_item .tzPost_info .tzPost_title {
  margin-bottom: 16px;
}
.tzElement_viewPost.tzElement_viewPost_slide-type2 .tzViewPost_slider .tzViewPost_item .tzPost_info .tzPost_title a {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #222222;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.tzElement_viewPost.tzElement_viewPost_slide-type2 .tzViewPost_slider .tzViewPost_item .tzPost_info .tzPost_infomation {
  display: none;
}
.tzElement_viewPost.tzElement_viewPost_slide-type2 .tzViewPost_slider .tzViewPost_item .tzPost_info p {
  font-family: 'Ubuntu', sans-serif;
  font-size: 13px;
}
.tzElement_viewPost.tzElement_viewPost_slide-advance {
  margin: -15px;
}
.tzElement_viewPost .tzViewPost_slider_advance .tzViewPost_item {
  width: 100%;
}
.tzElement_viewPost .tzViewPost_slider_advance .tzViewPost_item:after {
  content: '';
  display: block;
  clear: both;
}
.tzElement_viewPost .tzViewPost_slider_advance .tzViewPost_item .tzViewPost_item_0 {
  float: left;
  width: 50%;
  height: 600px;
  position: relative;
  padding: 15px;
  display: block;
}
.tzElement_viewPost .tzViewPost_slider_advance .tzViewPost_item .tzViewPost_item_0 .tzViewPost_item_box {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
}
.tzElement_viewPost .tzViewPost_slider_advance .tzViewPost_item .tzViewPost_item_0 .tzViewPost_item_box .tzViewPost_Overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.75) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.75) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.75) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#bf000000', GradientType=0);
  /* IE6-9 */
}
.tzElement_viewPost .tzViewPost_slider_advance .tzViewPost_item .tzViewPost_item_0 .tzViewPost_item_box .tzViewPost_image {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
}
.tzElement_viewPost .tzViewPost_slider_advance .tzViewPost_item .tzViewPost_item_0 .tzViewPost_item_box .tzViewPost_image img {
  max-width: none;
  position: relative;
}
.tzElement_viewPost .tzViewPost_slider_advance .tzViewPost_item .tzViewPost_item_0 .tzViewPost_item_box .tzViewPost_info {
  display: block;
  width: 100%;
  padding: 30px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.tzElement_viewPost .tzViewPost_slider_advance .tzViewPost_item .tzViewPost_item_0 .tzViewPost_item_box .tzViewPost_info h3.tzViewPost_title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #e5ae49;
  margin-bottom: 10px;
}
.tzElement_viewPost .tzViewPost_slider_advance .tzViewPost_item .tzViewPost_item_0 .tzViewPost_item_box .tzViewPost_info h3.tzViewPost_title a {
  font-weight: 300;
  color: #e5ae49;
  text-decoration: none;
  text-transform: uppercase;
}
.tzElement_viewPost .tzViewPost_slider_advance .tzViewPost_item .tzViewPost_item_0 .tzViewPost_item_box .tzViewPost_info p {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 22px;
  margin-bottom: 30px;
}
.tzElement_viewPost .tzViewPost_slider_advance .tzViewPost_item .tzViewPost_item_0 .tzViewPost_item_box .tzViewPost_info .tzViewPost_meta small {
  color: #FFFFFF;
  padding: 0 18px;
}
.tzElement_viewPost .tzViewPost_slider_advance .tzViewPost_item .tzViewPost_item_0 .tzViewPost_item_box .tzViewPost_info .tzViewPost_meta a {
  font-family: 'Ubuntu', sans-serif;
  font-size: 13px;
  color: #FFFFFF;
  text-decoration: none;
}
.tzElement_viewPost .tzViewPost_slider_advance .tzViewPost_item .tzViewPost_item_0 .tzViewPost_item_box .tzViewPost_info .tzViewPost_meta span {
  font-family: 'Ubuntu', sans-serif;
  font-size: 13px;
  color: #FFFFFF;
}
.tzElement_viewPost .tzViewPost_slider_advance .tzViewPost_item .tzViewPost_item_0 .tzViewPost_item_box .tzViewPost_info .tzViewPost_meta i {
  font-size: 13px;
  padding: 0 10px 0 0;
}
.tzElement_viewPost .tzViewPost_slider_advance .tzViewPost_item .tzViewPost_item_1 {
  float: left;
  width: 25%;
  height: 300px;
  position: relative;
  padding: 15px;
}
.tzElement_viewPost .tzViewPost_slider_advance .tzViewPost_item .tzViewPost_item_1 .tzViewPost_item_box {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.tzElement_viewPost .tzViewPost_slider_advance .tzViewPost_item .tzViewPost_item_1 .tzViewPost_item_box .tzViewPost_Overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.75) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.75) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.75) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#bf000000', GradientType=0);
  /* IE6-9 */
}
.tzElement_viewPost .tzViewPost_slider_advance .tzViewPost_item .tzViewPost_item_1 .tzViewPost_item_box .tzViewPost_image {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
}
.tzElement_viewPost .tzViewPost_slider_advance .tzViewPost_item .tzViewPost_item_1 .tzViewPost_item_box .tzViewPost_image img {
  max-width: none;
  position: relative;
}
.tzElement_viewPost .tzViewPost_slider_advance .tzViewPost_item .tzViewPost_item_1 .tzViewPost_item_box .tzViewPost_info {
  display: block;
  width: 100%;
  padding: 13px 30px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.tzElement_viewPost .tzViewPost_slider_advance .tzViewPost_item .tzViewPost_item_1 .tzViewPost_item_box .tzViewPost_info h3.tzViewPost_title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 15px;
  color: #e5ae49;
  margin-bottom: 25px;
}
.tzElement_viewPost .tzViewPost_slider_advance .tzViewPost_item .tzViewPost_item_1 .tzViewPost_item_box .tzViewPost_info h3.tzViewPost_title a {
  color: #e5ae49;
  text-decoration: none;
  text-transform: uppercase;
}
.tzElement_viewPost .tzViewPost_slider_advance .tzViewPost_item .tzViewPost_item_1 .tzViewPost_item_box .tzViewPost_info p {
  display: none;
}
.tzElement_viewPost .tzViewPost_slider_advance .tzViewPost_item .tzViewPost_item_1 .tzViewPost_item_box .tzViewPost_info .tzViewPost_meta small {
  display: none;
}
.tzElement_viewPost .tzViewPost_slider_advance .tzViewPost_item .tzViewPost_item_1 .tzViewPost_item_box .tzViewPost_info .tzViewPost_meta a {
  display: block;
  font-family: 'Ubuntu', sans-serif;
  font-size: 13px;
  color: #FFFFFF;
  text-decoration: none;
  margin-bottom: 13px;
}
.tzElement_viewPost .tzViewPost_slider_advance .tzViewPost_item .tzViewPost_item_1 .tzViewPost_item_box .tzViewPost_info .tzViewPost_meta span {
  display: block;
  font-family: 'Ubuntu', sans-serif;
  font-size: 13px;
  color: #FFFFFF;
  margin-bottom: 13px;
}
.tzElement_viewPost .tzViewPost_slider_advance .tzViewPost_item .tzViewPost_item_1 .tzViewPost_item_box .tzViewPost_info .tzViewPost_meta i {
  font-size: 13px;
  padding: 0 10px 0 0;
}
.tzElement_viewPost .tzViewPost_slider_advance .tzViewPost_item .tzViewPost_item_2 {
  float: left;
  width: 25%;
  height: 300px;
  position: relative;
  padding: 15px;
}
.tzElement_viewPost .tzViewPost_slider_advance .tzViewPost_item .tzViewPost_item_2 .tzViewPost_item_box {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.tzElement_viewPost .tzViewPost_slider_advance .tzViewPost_item .tzViewPost_item_2 .tzViewPost_item_box .tzViewPost_Overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.75) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.75) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.75) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#bf000000', GradientType=0);
  /* IE6-9 */
}
.tzElement_viewPost .tzViewPost_slider_advance .tzViewPost_item .tzViewPost_item_2 .tzViewPost_item_box .tzViewPost_image {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
}
.tzElement_viewPost .tzViewPost_slider_advance .tzViewPost_item .tzViewPost_item_2 .tzViewPost_item_box .tzViewPost_image img {
  max-width: none;
  position: relative;
}
.tzElement_viewPost .tzViewPost_slider_advance .tzViewPost_item .tzViewPost_item_2 .tzViewPost_item_box .tzViewPost_info {
  display: block;
  width: 100%;
  padding: 13px 30px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.tzElement_viewPost .tzViewPost_slider_advance .tzViewPost_item .tzViewPost_item_2 .tzViewPost_item_box .tzViewPost_info h3.tzViewPost_title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #e5ae49;
  margin-bottom: 25px;
}
.tzElement_viewPost .tzViewPost_slider_advance .tzViewPost_item .tzViewPost_item_2 .tzViewPost_item_box .tzViewPost_info h3.tzViewPost_title a {
  color: #e5ae49;
  text-decoration: none;
  text-transform: uppercase;
}
.tzElement_viewPost .tzViewPost_slider_advance .tzViewPost_item .tzViewPost_item_2 .tzViewPost_item_box .tzViewPost_info p {
  display: none;
}
.tzElement_viewPost .tzViewPost_slider_advance .tzViewPost_item .tzViewPost_item_2 .tzViewPost_item_box .tzViewPost_info .tzViewPost_meta small {
  display: none;
}
.tzElement_viewPost .tzViewPost_slider_advance .tzViewPost_item .tzViewPost_item_2 .tzViewPost_item_box .tzViewPost_info .tzViewPost_meta a {
  display: block;
  font-family: 'Ubuntu', sans-serif;
  font-size: 13px;
  color: #FFFFFF;
  text-decoration: none;
  margin-bottom: 13px;
}
.tzElement_viewPost .tzViewPost_slider_advance .tzViewPost_item .tzViewPost_item_2 .tzViewPost_item_box .tzViewPost_info .tzViewPost_meta span {
  display: block;
  font-family: 'Ubuntu', sans-serif;
  font-size: 13px;
  color: #FFFFFF;
  margin-bottom: 13px;
}
.tzElement_viewPost .tzViewPost_slider_advance .tzViewPost_item .tzViewPost_item_2 .tzViewPost_item_box .tzViewPost_info .tzViewPost_meta i {
  font-size: 13px;
  padding: 0 10px 0 0;
}
.tzElement_viewPost .tzViewPost_slider_advance .tzViewPost_item .tzViewPost_item_3 {
  float: left;
  width: 50%;
  height: 300px;
  position: relative;
  padding: 15px;
}
.tzElement_viewPost .tzViewPost_slider_advance .tzViewPost_item .tzViewPost_item_3 .tzViewPost_item_box {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.tzElement_viewPost .tzViewPost_slider_advance .tzViewPost_item .tzViewPost_item_3 .tzViewPost_item_box .tzViewPost_Overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.75) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.75) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.75) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#bf000000', GradientType=0);
  /* IE6-9 */
}
.tzElement_viewPost .tzViewPost_slider_advance .tzViewPost_item .tzViewPost_item_3 .tzViewPost_item_box .tzViewPost_image {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
}
.tzElement_viewPost .tzViewPost_slider_advance .tzViewPost_item .tzViewPost_item_3 .tzViewPost_item_box .tzViewPost_image img {
  max-width: none;
  position: relative;
}
.tzElement_viewPost .tzViewPost_slider_advance .tzViewPost_item .tzViewPost_item_3 .tzViewPost_item_box .tzViewPost_info {
  display: block;
  width: 100%;
  padding: 30px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.tzElement_viewPost .tzViewPost_slider_advance .tzViewPost_item .tzViewPost_item_3 .tzViewPost_item_box .tzViewPost_info h3.tzViewPost_title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #e5ae49;
  margin-bottom: 25px;
}
.tzElement_viewPost .tzViewPost_slider_advance .tzViewPost_item .tzViewPost_item_3 .tzViewPost_item_box .tzViewPost_info h3.tzViewPost_title a {
  color: #e5ae49;
  text-decoration: none;
  text-transform: uppercase;
}
.tzElement_viewPost .tzViewPost_slider_advance .tzViewPost_item .tzViewPost_item_3 .tzViewPost_item_box .tzViewPost_info p {
  display: none;
}
.tzElement_viewPost .tzViewPost_slider_advance .tzViewPost_item .tzViewPost_item_3 .tzViewPost_item_box .tzViewPost_info .tzViewPost_meta small {
  color: #FFFFFF;
  padding: 0 18px;
}
.tzElement_viewPost .tzViewPost_slider_advance .tzViewPost_item .tzViewPost_item_3 .tzViewPost_item_box .tzViewPost_info .tzViewPost_meta a {
  font-family: 'Ubuntu', sans-serif;
  font-size: 13px;
  color: #FFFFFF;
  text-decoration: none;
}
.tzElement_viewPost .tzViewPost_slider_advance .tzViewPost_item .tzViewPost_item_3 .tzViewPost_item_box .tzViewPost_info .tzViewPost_meta span {
  font-family: 'Ubuntu0', sans-serif;
  font-size: 13px;
  color: #FFFFFF;
}
.tzElement_viewPost .tzViewPost_slider_advance .tzViewPost_item .tzViewPost_item_3 .tzViewPost_item_box .tzViewPost_info .tzViewPost_meta i {
  font-size: 13px;
  padding: 0 10px 0 0;
}
.tzElement_viewPost .tzViewPost_Grid {
  margin: -15px;
}
.tzElement_viewPost .tzViewPost_Grid .tzPost_Item .tzPost_Box {
  padding: 15px;
}
.tzElement_viewPost .tzViewPost_Grid .tzPost_Item .tzPost_Box .tzPost_Content {
  background: #FFFFFF;
  -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;
}
.tzElement_viewPost .tzViewPost_Grid .tzPost_Item .tzPost_Box .tzPost_Content .tzPostImage {
  width: 50%;
  float: left;
  position: relative;
}
.tzElement_viewPost .tzViewPost_Grid .tzPost_Item .tzPost_Box .tzPost_Content .tzPostImage.tzPostImage_fixHeight {
  position: relative;
  overflow: hidden;
}
.tzElement_viewPost .tzViewPost_Grid .tzPost_Item .tzPost_Box .tzPost_Content .tzPostImage.tzPostImage_fixHeight img {
  max-width: none;
  position: relative;
}
.tzElement_viewPost .tzViewPost_Grid .tzPost_Item .tzPost_Box .tzPost_Content .tzPostImage .tzViewPost_Date {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 999;
}
.tzElement_viewPost .tzViewPost_Grid .tzPost_Item .tzPost_Box .tzPost_Content .tzPostImage .tzViewPost_Date .tzViewPost_Text {
  width: 60px;
  height: 55px;
  background: #e5ae49;
  padding: 8px 5px;
}
.tzElement_viewPost .tzViewPost_Grid .tzPost_Item .tzPost_Box .tzPost_Content .tzPostImage .tzViewPost_Date .tzViewPost_Text .tzViewPost_Day {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 4px;
}
.tzElement_viewPost .tzViewPost_Grid .tzPost_Item .tzPost_Box .tzPost_Content .tzPostImage .tzViewPost_Date .tzViewPost_Text .tzViewPost_Month {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 11px;
  line-height: 11px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}
.tzElement_viewPost .tzViewPost_Grid .tzPost_Item .tzPost_Box .tzPost_Content .tzPostImage .tzViewPost_Date .tzViewPost_Icon {
  width: 60px;
  height: 55px;
  background: #444444;
  text-align: center;
}
.tzElement_viewPost .tzViewPost_Grid .tzPost_Item .tzPost_Box .tzPost_Content .tzPostImage .tzViewPost_Date .tzViewPost_Icon i {
  font-size: 22px;
  color: #fff;
  padding: 18px;
}
.tzElement_viewPost .tzViewPost_Grid .tzPost_Item .tzPost_Box .tzPost_Content:hover {
  -webkit-box-shadow: 2px 2px 5px -3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 2px 5px -3px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 2px 2px 5px -3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 2px 2px 5px -3px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 5px -3px rgba(0, 0, 0, 0.3);
}
.tzElement_viewPost .tzViewPost_Grid .tzPost_Item .tzPost_Box .tzPost_Content:hover .tzPostImage.tzPostImage_fixHeight img {
  -webkit-transition: all 2s ease-in-out 0s;
  -moz-transition: all 2s ease-in-out 0s;
  -ms-transition: all 2s ease-in-out 0s;
  -o-transition: all 2s ease-in-out 0s;
  transition: all 2s ease-in-out 0s;
  -webkit-transform: scale(1.2) rotate(4deg);
  -moz-transform: scale(1.2) rotate(4deg);
  -ms-transform: scale(1.2) rotate(4deg);
  -o-transform: scale(1.2) rotate(4deg);
  transform: scale(1.2) rotate(4deg);
}
.tzElement_viewPost .tzViewPost_Grid .tzPost_Item .tzPost_Box .tzPost_Content .tzPost_info {
  margin-left: 50%;
  padding: 35px 30px 20px;
}
.tzElement_viewPost .tzViewPost_Grid .tzPost_Item .tzPost_Box .tzPost_Content .tzPost_info .tzPost_infomation {
  margin: 0 0 8px;
}
.tzElement_viewPost .tzViewPost_Grid .tzPost_Item .tzPost_Box .tzPost_Content .tzPost_info .tzPost_infomation a {
  font-family: 'Ubuntu', sans-serif;
  font-size: 13px;
  font-weight: 300;
  font-style: italic;
  color: #b5b5b5;
  text-decoration: none;
}
.tzElement_viewPost .tzViewPost_Grid .tzPost_Item .tzPost_Box .tzPost_Content .tzPost_info .tzPost_infomation small {
  font-family: 'Ubuntu', sans-serif;
  font-size: 13px;
  font-weight: 300;
  font-style: italic;
  color: #b5b5b5;
  padding: 0px 5px;
}
.tzElement_viewPost .tzViewPost_Grid .tzPost_Item .tzPost_Box .tzPost_Content .tzPost_info .tzPost_title {
  position: relative;
  padding: 0 0 18px;
  margin: 0 0 13px;
}
.tzElement_viewPost .tzViewPost_Grid .tzPost_Item .tzPost_Box .tzPost_Content .tzPost_info .tzPost_title a {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #222222;
  text-decoration: none;
}
.tzElement_viewPost .tzViewPost_Grid .tzPost_Item .tzPost_Box .tzPost_Content .tzPost_info .tzPost_title:after {
  content: '';
  display: block;
  width: 30px;
  height: 1px;
  background: #e5ae49;
  position: absolute;
  bottom: 0;
  left: 0;
}
.tzElement_viewPost .tzViewPost_Grid .tzPost_Item .tzPost_Box .tzPost_Content .tzPost_info .tzPost_readMore {
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #e5ae49;
  text-decoration: none;
}
.tzElement_viewPost .tzViewPost_Grid .tzPost_Item .tzPost_Box .tzPost_Content .tzPost_info .tzPost_readMore i {
  font-size: 14px;
  padding-left: 7px;
}
.tzElement_viewPost .tzViewPost_Grid .tzPost_Item .tzPost_Box .tzPost_Content:after {
  content: '';
  display: block;
  clear: both;
}
/* 11.14 Portfolio Grid */
.tzElement_Portfolio {
  position: relative;
}
.tzPortfolio_Grid .tzfilter {
  text-align: center;
  margin-bottom: 55px;
}
.tzPortfolio_Grid .tzfilter .tzFillter_box {
  display: inline-block;
  padding: 0 25px;
}
.tzPortfolio_Grid .tzfilter .tzFillter_box a {
  display: inline-block;
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #666666;
  padding: 13px 25px;
  background: #fdfdfd;
  border: 1px solid #f0f0f0;
  float: left;
  text-decoration: none;
  margin-left: -1px;
  margin-bottom: 10px;
  z-index: 0;
  letter-spacing: 0.5px;
  -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;
}
.tzPortfolio_Grid .tzfilter .tzFillter_box a.selected {
  z-index: 1;
  position: relative;
  border: 1px solid #e5ae49;
  background: #e5ae49;
  color: #ffffff;
}
.tzPortfolio_Grid .tzfilter .tzFillter_box a:hover {
  z-index: 1;
  position: relative;
  border: 1px solid #e5ae49;
  background: #e5ae49;
  color: #ffffff;
}
.tzPortfolio_Grid .tzPortfolioGrid_Content .tzPortfolioGrid-item .tz-inner {
  padding: 0 1px 1px 0;
  background: #d5d5d5;
}
.tzPortfolio_Grid .tzPortfolioGrid_Content .tzPortfolioGrid-item .tz-inner .tzPortfolioBox {
  position: relative;
  overflow: hidden;
}
.tzPortfolio_Grid .tzPortfolioGrid_Content .tzPortfolioGrid-item .tz-inner .tzPortfolioBox .item-img {
  position: relative;
  overflow: hidden;
}
.tzPortfolio_Grid .tzPortfolioGrid_Content .tzPortfolioGrid-item .tz-inner .tzPortfolioBox .item-img img {
  position: relative;
  max-width: none;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.tzPortfolio_Grid .tzPortfolioGrid_Content .tzPortfolioGrid-item .tz-inner .tzPortfolioBox .tzPortfolio_hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.tzPortfolio_Grid .tzPortfolioGrid_Content .tzPortfolioGrid-item .tz-inner .tzPortfolioBox .tzPortfolio_hover .tzPortfolio_hover_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.tzPortfolio_Grid .tzPortfolioGrid_Content .tzPortfolioGrid-item .tz-inner .tzPortfolioBox .tzPortfolio_hover .tzPortfolio_hover_info {
  position: absolute;
  top: 32px;
  right: 30px;
  text-align: right;
}
.tzPortfolio_Grid .tzPortfolioGrid_Content .tzPortfolioGrid-item .tz-inner .tzPortfolioBox .tzPortfolio_hover .tzPortfolio_hover_info h3 {
  margin: 0 0 6px;
  padding: 0;
}
.tzPortfolio_Grid .tzPortfolioGrid_Content .tzPortfolioGrid-item .tz-inner .tzPortfolioBox .tzPortfolio_hover .tzPortfolio_hover_info h3 a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #e5ae49;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.tzPortfolio_Grid .tzPortfolioGrid_Content .tzPortfolioGrid-item .tz-inner .tzPortfolioBox .tzPortfolio_hover .tzPortfolio_hover_info .tzcat {
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 2px;
  color: #ffffff;
}
.tzPortfolio_Grid .tzPortfolioGrid_Content .tzPortfolioGrid-item .tz-inner .tzPortfolioBox .tzPortfolio_hover .tzPortfolio_hover_info .tzcat a {
  color: #ffffff;
}
.tzPortfolio_Grid .tzPortfolioGrid_Content .tzPortfolioGrid-item .tz-inner .tzPortfolioBox .tzPortfolio_hover .tzPortfolio_hover_more {
  position: absolute;
  bottom: 33px;
  right: 30px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.tzPortfolio_Grid .tzPortfolioGrid_Content .tzPortfolioGrid-item .tz-inner .tzPortfolioBox .tzPortfolio_hover .tzPortfolio_hover_more i {
  padding-right: 10px;
}
.tzPortfolio_Grid .tzPortfolioGrid_Content .tzPortfolioGrid-item .tz-inner .tzPortfolioBox .tzPortfolio_hover .tzPortfolio_hover_more:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #e5ae49;
  position: absolute;
  bottom: 0;
  left: -100%;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.tzPortfolio_Grid .tzPortfolioGrid_Content .tzPortfolioGrid-item .tz-inner .tzPortfolioBox .tzPortfolio_hover .tzPortfolio_hover_more:hover {
  color: #e5ae49;
}
.tzPortfolio_Grid .tzPortfolioGrid_Content .tzPortfolioGrid-item .tz-inner .tzPortfolioBox .tzPortfolio_hover .tzPortfolio_hover_more:hover:after {
  left: 100%;
}
.tzPortfolio_Grid .tzPortfolioGrid_Content .tzPortfolioGrid-item:hover .tz-inner .tzPortfolioBox .item-img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.tzPortfolio_Grid .tzPortfolioGrid_Content .tzPortfolioGrid-item:hover .tz-inner .tzPortfolioBox .tzPortfolio_hover .tzPortfolio_hover_overlay {
  background: rgba(0, 0, 0, 0.8);
}
.tzPortfolio_Grid #tz_append {
  margin-top: 80px;
  text-align: center;
}
.tzPortfolio_Grid #tz_append a {
  border: 3px solid #d0cfcf;
  border-radius: 50%;
  display: inline-block;
  height: 65px;
  width: 65px;
}
.tzPortfolio_Grid #tz_append a i {
  color: #d0cfcf;
  font-size: 45px;
  padding: 9px 0;
}
.tzPortfolio_slide .tzPortfolio_slide_item {
  position: relative;
  overflow: hidden;
  border-right: 1px solid #d5d5d5;
}
.tzPortfolio_slide .tzPortfolio_slide_item .tzPortfolioSlide_image {
  height: 320px;
  position: relative;
}
.tzPortfolio_slide .tzPortfolio_slide_item .tzPortfolioSlide_image img {
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  position: relative;
  max-width: none;
}
.tzPortfolio_slide .tzPortfolio_slide_item .tzPortfolio_hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.tzPortfolio_slide .tzPortfolio_slide_item .tzPortfolio_hover .tzPortfolio_hover_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.tzPortfolio_slide .tzPortfolio_slide_item .tzPortfolio_hover .tzPortfolio_hover_info {
  position: absolute;
  top: 32px;
  right: 30px;
  text-align: right;
}
.tzPortfolio_slide .tzPortfolio_slide_item .tzPortfolio_hover .tzPortfolio_hover_info h3 {
  margin: 0 0 6px;
  padding: 0;
}
.tzPortfolio_slide .tzPortfolio_slide_item .tzPortfolio_hover .tzPortfolio_hover_info h3 a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #e5ae49;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.tzPortfolio_slide .tzPortfolio_slide_item .tzPortfolio_hover .tzPortfolio_hover_info .tzcat {
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 2px;
  color: #ffffff;
}
.tzPortfolio_slide .tzPortfolio_slide_item .tzPortfolio_hover .tzPortfolio_hover_info .tzcat a {
  color: #ffffff;
}
.tzPortfolio_slide .tzPortfolio_slide_item .tzPortfolio_hover .tzPortfolio_hover_more {
  position: absolute;
  bottom: 33px;
  right: 30px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.tzPortfolio_slide .tzPortfolio_slide_item .tzPortfolio_hover .tzPortfolio_hover_more i {
  padding-right: 10px;
}
.tzPortfolio_slide .tzPortfolio_slide_item .tzPortfolio_hover .tzPortfolio_hover_more:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #e5ae49;
  position: absolute;
  bottom: 0;
  left: -100%;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.tzPortfolio_slide .tzPortfolio_slide_item .tzPortfolio_hover .tzPortfolio_hover_more:hover {
  color: #e5ae49;
}
.tzPortfolio_slide .tzPortfolio_slide_item .tzPortfolio_hover .tzPortfolio_hover_more:hover:after {
  left: 100%;
}
.tzPortfolio_slide .tzPortfolio_slide_item:hover .tzPortfolioSlide_image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.tzPortfolio_slide .tzPortfolio_slide_item:hover .tzPortfolio_hover .tzPortfolio_hover_overlay {
  background: rgba(0, 0, 0, 0.8);
}
.tzprevslider {
  display: block;
  width: 60px;
  height: 60px;
  border: none;
  background: rgba(255, 255, 255, 0.75);
  position: absolute;
  top: 50%;
  margin-top: -30px;
  left: 0;
}
.tzprevslider i {
  font-size: 25px;
}
.tznextslider {
  display: block;
  width: 60px;
  height: 60px;
  border: none;
  background: rgba(255, 255, 255, 0.75);
  position: absolute;
  top: 50%;
  margin-top: -30px;
  right: 0;
}
.tznextslider i {
  font-size: 25px;
}
.tzPortfolio_slick {
  position: relative;
  z-index: 9;
}
.tzPortfolio_slick .slick-list {
  margin: -65px 0;
  padding: 65px 0 !important;
}
.tzPortfolio_slick button {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  width: 50px;
  height: 50px;
  font-size: 0;
  background: #ffffff;
  z-index: 99999;
  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;
  border: none;
}
.tzPortfolio_slick button:after {
  display: block;
  width: 100%;
  height: 100%;
  font-family: FontAwesome;
  font-size: 25px;
  font-style: normal;
  font-weight: normal;
  color: #222222;
  text-align: center;
  line-height: 50px;
  position: absolute;
  top: 0;
  left: 0;
}
.tzPortfolio_slick button.slick-prev {
  left: 0px;
}
.tzPortfolio_slick button.slick-prev:after {
  content: "\f104";
}
.tzPortfolio_slick button.slick-next {
  right: 0px;
}
.tzPortfolio_slick button.slick-next:after {
  content: "\f105";
}
.tzPortfolio_slick button:hover {
  background: rgba(255, 255, 255, 0.75);
}
.tzPortfolio_slick .tzPortfolio_slick_item {
  position: relative;
  overflow: hidden;
  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;
}
.tzPortfolio_slick .tzPortfolio_slick_item .tzPortfolioslick_image {
  height: 600px;
  position: relative;
}
.tzPortfolio_slick .tzPortfolio_slick_item .tzPortfolioslick_image img {
  max-width: none;
  position: relative;
}
.tzPortfolio_slick .tzPortfolio_slick_item .tzPortfolioslick_image:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}
.tzPortfolio_slick .tzPortfolio_slick_item .tzPortfolioslick_hover {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 25px 16px;
  visibility: hidden;
  opacity: 0;
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  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;
}
.tzPortfolio_slick .tzPortfolio_slick_item .tzPortfolioslick_hover .tzPortfolioslick_table {
  position: relative;
  background: rgba(255, 255, 255, 0.1);
  display: table;
  height: 100%;
  width: 100%;
}
.tzPortfolio_slick .tzPortfolio_slick_item .tzPortfolioslick_hover .tzPortfolioslick_table .tzPortfolioslick_table_cell {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  z-index: 1;
}
.tzPortfolio_slick .tzPortfolio_slick_item .tzPortfolioslick_hover .tzPortfolioslick_table .tzPortfolioslick_table_cell h3 {
  position: relative;
  text-align: center;
  padding: 0 0 13px;
  margin-bottom: 14px;
}
.tzPortfolio_slick .tzPortfolio_slick_item .tzPortfolioslick_hover .tzPortfolioslick_table .tzPortfolioslick_table_cell h3 a {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #e5ae49;
  line-height: 24px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-decoration: none;
}
.tzPortfolio_slick .tzPortfolio_slick_item .tzPortfolioslick_hover .tzPortfolioslick_table .tzPortfolioslick_table_cell h3:after {
  content: '';
  display: block;
  width: 40px;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -20px;
}
.tzPortfolio_slick .tzPortfolio_slick_item .tzPortfolioslick_hover .tzPortfolioslick_table .tzPortfolioslick_table_cell span.tzcat {
  display: block;
  text-align: center;
  font-family: 'Ubuntu', sans-serif;
  font-size: 12px;
  font-weight: 300;
  font-style: italic;
  color: #ffffff;
  letter-spacing: 1px;
}
.tzPortfolio_slick .tzPortfolio_slick_item .tzPortfolioslick_hover .tzPortfolioslick_table .tzPortfolioslick_table_cell span.tzcat a {
  color: #ffffff;
  text-decoration: none;
}
.tzPortfolio_slick .tzPortfolio_slick_item .tzPortfolioslick_hover .tzPortfolioslick_table .tzPortfolioslick_line_left {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.tzPortfolio_slick .tzPortfolio_slick_item .tzPortfolioslick_hover .tzPortfolioslick_table .tzPortfolioslick_line_left:before {
  background: rgba(255, 255, 255, 0.2);
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.tzPortfolio_slick .tzPortfolio_slick_item .tzPortfolioslick_hover .tzPortfolioslick_table .tzPortfolioslick_line_left:after {
  background: rgba(255, 255, 255, 0.2);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 1px;
}
.tzPortfolio_slick .tzPortfolio_slick_item .tzPortfolioslick_hover .tzPortfolioslick_table .tzPortfolioslick_line_right {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.tzPortfolio_slick .tzPortfolio_slick_item .tzPortfolioslick_hover .tzPortfolioslick_table .tzPortfolioslick_line_right:before {
  background: rgba(255, 255, 255, 0.2);
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.tzPortfolio_slick .tzPortfolio_slick_item .tzPortfolioslick_hover .tzPortfolioslick_table .tzPortfolioslick_line_right:after {
  background: rgba(255, 255, 255, 0.2);
  content: "";
  height: 100%;
  right: 0;
  position: absolute;
  top: 0;
  width: 1px;
}
.tzPortfolio_slick .tzPortfolio_slick_item.slick-center {
  transform: scale(1.25);
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -ms-transform: scale(1.25);
  -o-transform: scale(1.25);
  z-index: 999999;
}
.tzPortfolio_slick .tzPortfolio_slick_item.slick-center .tzPortfolioslick_image:after {
  background: rgba(0, 0, 0, 0.8);
}
.tzPortfolio_slick .tzPortfolio_slick_item.slick-center .tzPortfolioslick_hover {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
/* 11.15 Button */
.vc_btn3 {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  border-width: 2px !important;
  letter-spacing: 2px;
}
.vc_btn3.tz-font-raleway {
  font-family: 'Raleway', sans-serif;
}
.vc_btn3.tz-font-montserrat {
  font-family: 'Montserrat', sans-serif;
}
.vc_btn3.tz-font-droidserif {
  font-family: 'Droid Serif', serif;
}
.vc_btn3.vc_btn3-size-md {
  font-size: 13px !important;
  padding: 12px 32px !important;
}
.vc_btn3.vc_btn3-shape-rounded {
  border-radius: 30px !important;
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  -ms-border-radius: 30px !important;
  -o-border-radius: 30px !important;
}
.vc_btn3.vc_btn3-color-warning.vc_btn3-shape-rounded {
  background-color: #e5ae49 !important;
  border-color: #e5ae49 !important;
}
.vc_btn3.vc_btn3-color-warning.vc_btn3-shape-rounded:hover {
  background: transparent !important;
  color: #e5ae49 !important;
}
.vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline {
  background-color: transparent !important;
  border-color: #e5ae49 !important;
  color: #e5ae49 !important;
}
.vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline:hover {
  background: #e5ae49 !important;
  color: #FFFFFF !important;
}
.vc_btn3.vc_btn3-style-outline.vc_btn3-color-white {
  color: #ffffff !important;
  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;
}
.vc_btn3.vc_btn3-style-outline.vc_btn3-color-white:hover {
  color: #e5ae49 !important;
}
.vc_btn3.vc_btn3-style-classic {
  padding: 0 !important;
  border: none !important;
}
.vc_btn3.vc_btn3-style-classic.vc_btn3-color-default {
  background: none;
  color: #f7f7f7;
}
.vc_btn3.vc_btn3-style-classic.vc_btn3-color-default:hover {
  background: none;
  color: #e5ae49;
}
.vc_btn3.vc_btn3-style-classic.vc_btn3-color-primary {
  background: none;
  color: #08c;
}
.vc_btn3.vc_btn3-style-classic.vc_btn3-color-primary:hover {
  background: none;
  color: #e5ae49;
}
.vc_btn3.vc_btn3-style-classic.vc_btn3-color-info {
  background: none;
  color: #58b9da;
}
.vc_btn3.vc_btn3-style-classic.vc_btn3-color-info:hover {
  background: none;
  color: #e5ae49;
}
.vc_btn3.vc_btn3-style-classic.vc_btn3-color-success {
  background: none;
  color: #6ab165;
}
.vc_btn3.vc_btn3-style-classic.vc_btn3-color-success:hover {
  background: none;
  color: #e5ae49;
}
.vc_btn3.vc_btn3-style-classic.vc_btn3-color-warning {
  background: none;
  color: #f90;
}
.vc_btn3.vc_btn3-style-classic.vc_btn3-color-warning:hover {
  background: none;
  color: #e5ae49;
}
.vc_btn3.vc_btn3-style-classic.vc_btn3-color-danger {
  background: none;
  color: #ff675b;
}
.vc_btn3.vc_btn3-style-classic.vc_btn3-color-danger:hover {
  background: none;
  color: #e5ae49;
}
.vc_btn3.vc_btn3-style-classic.vc_btn3-color-inverse {
  background: none;
  color: #555;
}
.vc_btn3.vc_btn3-style-classic.vc_btn3-color-inverse:hover {
  background: none;
  color: #e5ae49;
}
.vc_btn3.vc_btn3-style-classic.vc_btn3-color-blue {
  background: none;
  color: #5472d2;
}
.vc_btn3.vc_btn3-style-classic.vc_btn3-color-blue:hover {
  background: none;
  color: #e5ae49;
}
.vc_btn3.vc_btn3-style-classic.vc_btn3-color-turquoise {
  background: none;
  color: #00c1cf;
}
.vc_btn3.vc_btn3-style-classic.vc_btn3-color-turquoise:hover {
  background: none;
  color: #e5ae49;
}
.vc_btn3.vc_btn3-style-classic.vc_btn3-color-pink {
  background: none;
  color: #fe6c61;
}
.vc_btn3.vc_btn3-style-classic.vc_btn3-color-pink:hover {
  background: none;
  color: #e5ae49;
}
.vc_btn3.vc_btn3-style-classic.vc_btn3-color-violet {
  background: none;
  color: #8d6dc4;
}
.vc_btn3.vc_btn3-style-classic.vc_btn3-color-violet:hover {
  background: none;
  color: #e5ae49;
}
.vc_btn3.vc_btn3-style-classic.vc_btn3-color-peacoc {
  background: none;
  color: #4cadc9;
}
.vc_btn3.vc_btn3-style-classic.vc_btn3-color-peacoc:hover {
  background: none;
  color: #e5ae49;
}
.vc_btn3.vc_btn3-style-classic.vc_btn3-color-chino {
  background: none;
  color: #cec2ab;
}
.vc_btn3.vc_btn3-style-classic.vc_btn3-color-chino:hover {
  background: none;
  color: #e5ae49;
}
.vc_btn3.vc_btn3-style-classic.vc_btn3-color-mulled-wine {
  background: none;
  color: #50485b;
}
.vc_btn3.vc_btn3-style-classic.vc_btn3-color-mulled-wine:hover {
  background: none;
  color: #e5ae49;
}
.vc_btn3.vc_btn3-style-classic.vc_btn3-color-vista-blue {
  background: none;
  color: #75d69c;
}
.vc_btn3.vc_btn3-style-classic.vc_btn3-color-vista-blue:hover {
  background: none;
  color: #e5ae49;
}
.vc_btn3.vc_btn3-style-classic.vc_btn3-color-black {
  background: none;
  color: #222;
}
.vc_btn3.vc_btn3-style-classic.vc_btn3-color-black:hover {
  background: none;
  color: #e5ae49;
}
.vc_btn3.vc_btn3-style-classic.vc_btn3-color-grey {
  background: none;
  color: #ebebeb;
}
.vc_btn3.vc_btn3-style-classic.vc_btn3-color-grey:hover {
  background: none;
  color: #e5ae49;
}
.vc_btn3.vc_btn3-style-classic.vc_btn3-color-orange {
  background: none;
  color: #f7be68;
}
.vc_btn3.vc_btn3-style-classic.vc_btn3-color-orange:hover {
  background: none;
  color: #e5ae49;
}
.vc_btn3.vc_btn3-style-classic.vc_btn3-color-sky {
  background: none;
  color: #5aa1e3;
}
.vc_btn3.vc_btn3-style-classic.vc_btn3-color-sky:hover {
  background: none;
  color: #e5ae49;
}
.vc_btn3.vc_btn3-style-classic.vc_btn3-color-green {
  background: none;
  color: #6dab3c;
}
.vc_btn3.vc_btn3-style-classic.vc_btn3-color-green:hover {
  background: none;
  color: #e5ae49;
}
.vc_btn3.vc_btn3-style-classic.vc_btn3-color-juicy-pink {
  background: none;
  color: #f4524d;
}
.vc_btn3.vc_btn3-style-classic.vc_btn3-color-juicy-pink:hover {
  background: none;
  color: #e5ae49;
}
.vc_btn3.vc_btn3-style-classic.vc_btn3-color-sandy-brown {
  background: none;
  color: #f79468;
}
.vc_btn3.vc_btn3-style-classic.vc_btn3-color-sandy-brown:hover {
  background: none;
  color: #e5ae49;
}
.vc_btn3.vc_btn3-style-classic.vc_btn3-color-purple {
  background: none;
  color: #b97ebb;
}
.vc_btn3.vc_btn3-style-classic.vc_btn3-color-purple:hover {
  background: none;
  color: #e5ae49;
}
.vc_btn3.vc_btn3-style-classic.vc_btn3-color-white {
  background: none;
  color: #ffffff;
}
.vc_btn3.vc_btn3-style-classic.vc_btn3-color-white:hover {
  background: none;
  color: #e5ae49;
}
.vc_btn3.vc_btn3-style-classic.vc_btn3-icon-left .vc_btn3-icon {
  display: inline-block;
  position: relative;
  top: auto;
  left: auto !important;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  margin-top: 2px;
}
.vc_btn3.vc_btn3-style-classic.vc_btn3-icon-right .vc_btn3-icon {
  position: relative;
  top: auto;
  right: auto !important;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  margin-top: 2px;
  display: inline-block;
}
/* 11.16 Gallery */
.slickslider .slick-list {
  padding: 65px 0 !important;
  margin: -65px 0;
}
.slickslider .slick-list .slickslider-item {
  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;
}
.slickslider .slick-list .slickslider-item img {
  width: 100%;
  height: auto;
}
.slickslider .slick-list .slickslider-item.slick-center {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  z-index: 999999;
}
.slickslider .slick-arrow {
  background: rgba(0, 0, 0, 0.5);
  border: none;
  border-radius: 0px;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  z-index: 9999999;
  font-size: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  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;
}
.slickslider .slick-arrow.slick-prev {
  left: 20px;
}
.slickslider .slick-arrow.slick-prev:before {
  font-family: FontAwesome;
  content: "\f104";
  font-size: 30px;
  color: #ffffff;
}
.slickslider .slick-arrow.slick-next {
  right: 20px;
}
.slickslider .slick-arrow.slick-next:before {
  font-family: FontAwesome;
  content: "\f105";
  font-size: 30px;
  color: #ffffff;
}
.slickslider:hover .slick-arrow {
  opacity: 1;
  visibility: visible;
}
.tzOwlCarouselSlider {
  border: 1px solid #ebebeb;
}
.tzOwlCarouselSlider .owl-wrapper-outer .owl-wrapper .owl-item {
  border-right: 1px solid #ebebeb;
}
.tzOwlCarouselSlider .owl-wrapper-outer .owl-wrapper .owl-item:last-child {
  border: none;
}
.tzOwlCarouselSlider .owl-wrapper-outer .owl-wrapper .owl-item .tzOwlCarouselSlider-item {
  padding: 12px 0;
  text-align: center;
}
/* 11.17 Tabs */
.vc_tta-tabs .vc_tta-tabs-container ul.vc_tta-tabs-list {
  text-align: center;
  margin-bottom: 25px;
}
.vc_tta-tabs .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_tta-tab a {
  border: none;
  background: none;
  position: relative;
}
.vc_tta-tabs .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_tta-tab a span {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 500;
  font-size: 17px;
  color: #222222;
  text-transform: uppercase;
  padding: 20px 39px;
  letter-spacing: 0.5px;
}
.vc_tta-tabs .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_tta-tab a span:after {
  content: '\f006';
  font-family: FontAwesome;
  font-size: 14px;
  color: #d9d9d9;
  position: absolute;
  right: -6px;
  top: 15px;
}
.vc_tta-tabs .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_tta-tab:last-child a span:after {
  content: '';
}
.vc_tta-tabs .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_tta-tab.vc_active a span {
  color: #e5ae49;
}
.vc_tta-tabs .vc_tta-panels-container .vc_tta-panels {
  background: none;
}
.vc_tta-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
  padding: 0;
  border: none !important;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
}
.vc_tta-tabs.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panels-container .vc_tta-panels {
  background: none;
  border: none;
}
.vc_tta-tabs.vc_tta-style-outline .vc_tta-tabs-container ul.vc_tta-tabs-list {
  text-align: left;
  margin: 0 0 166px;
}
.vc_tta-tabs.vc_tta-style-outline .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_tta-tab {
  margin: 0 30px 0 0;
  padding: 0;
  border: 1px solid #ffffff;
}
.vc_tta-tabs.vc_tta-style-outline .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_tta-tab a {
  display: block;
  width: 169px;
  height: 169px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  position: relative;
  margin: 0;
  padding: 0;
  -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;
}
.vc_tta-tabs.vc_tta-style-outline .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_tta-tab a:after {
  content: '';
  display: block;
  width: 1px;
  height: 30px;
  background: #ffffff;
  position: absolute;
  top: 19px;
  left: 33px;
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -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;
}
.vc_tta-tabs.vc_tta-style-outline .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_tta-tab a:before {
  content: '';
  display: block;
  width: 30px;
  height: 1px;
  background: #ffffff;
  position: absolute;
  top: 33px;
  left: 19px;
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -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;
}
.vc_tta-tabs.vc_tta-style-outline .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_tta-tab a span {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 13px 20px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 0.5px;
  -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;
}
.vc_tta-tabs.vc_tta-style-outline .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_tta-tab a span:after {
  content: '';
}
.vc_tta-tabs.vc_tta-style-outline .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_tta-tab a:hover {
  background: #ffffff;
}
.vc_tta-tabs.vc_tta-style-outline .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_tta-tab a:hover:after {
  background: #222222;
  -webkit-transform: rotateZ(90deg);
  -moz-transform: rotateZ(90deg);
  -ms-transform: rotateZ(90deg);
  -o-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}
.vc_tta-tabs.vc_tta-style-outline .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_tta-tab a:hover:before {
  background: #222222;
  -webkit-transform: rotateZ(90deg);
  -moz-transform: rotateZ(90deg);
  -ms-transform: rotateZ(90deg);
  -o-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}
.vc_tta-tabs.vc_tta-style-outline .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_tta-tab a:hover span {
  color: #222222;
}
.vc_tta-tabs.vc_tta-style-outline .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_tta-tab.vc_active a {
  background: #ffffff;
}
.vc_tta-tabs.vc_tta-style-outline .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_tta-tab.vc_active a:after {
  content: '';
  display: block;
  width: 1px;
  height: 30px;
  background: #222222;
  position: absolute;
  top: 19px;
  left: 33px;
}
.vc_tta-tabs.vc_tta-style-outline .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_tta-tab.vc_active a:before {
  content: '';
  display: block;
  width: 30px;
  height: 1px;
  background: #222222;
  position: absolute;
  top: 33px;
  left: 19px;
}
.vc_tta-tabs.vc_tta-style-outline .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_tta-tab.vc_active a span {
  color: #222222;
}
.vc_tta-tabs.vc_tta-style-outline .vc_tta-panels-container .vc_tta-panels {
  border: none !important;
}
/* 11.18 OurProcess */
.tzOurProcess_Container .tzOurProcess_title {
  font-family: 'Montserrat', sans-serif;
  font-size: 35px;
  color: #222222;
  font-weight: 800;
  line-height: 45px;
  margin-bottom: 31px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
}
.tzOurProcess_Container .tzOurProcess_title:after {
  content: '';
  display: block;
  width: 70px;
  height: 4px;
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -35px;
  background: #e5ae49;
}
.tzOurProcess_Container .tzOurProcess_des {
  color: #666666;
  font-family: "Ubuntu", sans-serif;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  padding: 0 20%;
  letter-spacing: 0.5px;
}
.tzOurProcess_Container .tzOurProcess {
  margin-top: 110px;
}
.tzOurProcess_Container .tzOurProcess:after {
  display: block;
  clear: both;
  content: '';
}
.tzOurProcess_Container .tzOurProcess .tzOurProcessItem .tzOurProcessItem_top {
  padding-left: 40px;
  position: relative;
}
.tzOurProcess_Container .tzOurProcess .tzOurProcessItem .tzOurProcessItem_top:after {
  display: block;
  clear: both;
  content: '';
}
.tzOurProcess_Container .tzOurProcess .tzOurProcessItem .tzOurProcessItem_top .tzOurProcessItem_icon {
  display: block;
  width: 88px;
  height: 88px;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  float: left;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 40px;
  -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;
}
.tzOurProcess_Container .tzOurProcess .tzOurProcessItem .tzOurProcessItem_top .tzOurProcessItem_icon i {
  font-size: 35px;
  color: #222222;
  padding: 25px 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;
}
.tzOurProcess_Container .tzOurProcess .tzOurProcessItem .tzOurProcessItem_top .tzOurProcessItem_icon span {
  font-size: 35px;
  color: #222222;
  padding: 25px 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;
  display: block;
}
.tzOurProcess_Container .tzOurProcess .tzOurProcessItem .tzOurProcessItem_top .tzOurProcessItem_year {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  font-weight: 500;
  color: #222222;
  line-height: 40px;
  padding: 11px 20px 7px 110px;
}
.tzOurProcess_Container .tzOurProcess .tzOurProcessItem .tzOurProcessItem_top .tzOurProcessItem_name {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
  padding: 0 20px 0 110px;
  letter-spacing: 0.5px;
}
.tzOurProcess_Container .tzOurProcess .tzOurProcessItem .tzOurProcessItem_bottom {
  height: 68px;
  width: 100%;
}
.tzOurProcess_Container .tzOurProcess .tzOurProcessItem .tzOurProcessItem_bottom:after {
  display: block;
  clear: both;
  content: '';
}
.tzOurProcess_Container .tzOurProcess .tzOurProcessItem .tzOurProcessItem_bottom .tzOurProcessItem_left {
  width: 85px;
  height: 100%;
  float: left;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: #e3e3e3;
}
.tzOurProcess_Container .tzOurProcess .tzOurProcessItem .tzOurProcessItem_bottom .tzOurProcessItem_right {
  height: 100%;
  padding-left: 85px;
}
.tzOurProcess_Container .tzOurProcess .tzOurProcessItem .tzOurProcessItem_bottom .tzOurProcessItem_right .tzOurProcessItem_rightbox {
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #e3e3e3;
}
.tzOurProcess_Container .tzOurProcess .tzOurProcessItem:first-child .tzOurProcessItem_bottom .tzOurProcessItem_left {
  border-width: 0 1px 0px 0;
}
.tzOurProcess_Container .tzOurProcess .tzOurProcessItem:last-child .tzOurProcessItem_bottom .tzOurProcessItem_right .tzOurProcessItem_rightbox {
  border: none;
}
.tzOurProcess_Container .tzOurProcess .tzOurProcessItem:hover .tzOurProcessItem_top .tzOurProcessItem_icon {
  background: #e5ae49;
}
.tzOurProcess_Container .tzOurProcess .tzOurProcessItem:hover .tzOurProcessItem_top .tzOurProcessItem_icon i {
  color: #ffffff;
}
.tzOurProcess_Container .tzOurProcess .tzOurProcessItem:hover .tzOurProcessItem_top .tzOurProcessItem_icon span {
  color: #ffffff;
}
.tzOurProcess_Container.tzOurProcess_2_phase .tzOurProcess .tzOurProcessItem {
  width: 50%;
  float: left;
}
.tzOurProcess_Container.tzOurProcess_3_phase .tzOurProcess .tzOurProcessItem {
  width: 33.33%;
  float: left;
}
.tzOurProcess_Container.tzOurProcess_4_phase .tzOurProcess .tzOurProcessItem {
  width: 25%;
  float: left;
}
.tzOurProcess_Container.tzOurProcess_5_phase .tzOurProcess .tzOurProcessItem {
  width: 20%;
  float: left;
}
.tzOurProcess_Container.tzOurProcess_5_phase .tzOurProcess .tzOurProcessItem .tzOurProcessItem_top {
  padding-left: 25px;
}
.tzOurProcess_Container.tzOurProcess_5_phase .tzOurProcess .tzOurProcessItem .tzOurProcessItem_top .tzOurProcessItem_icon {
  width: 78px;
  height: 78px;
  left: 25px;
}
.tzOurProcess_Container.tzOurProcess_5_phase .tzOurProcess .tzOurProcessItem .tzOurProcessItem_top .tzOurProcessItem_icon i {
  font-size: 26px;
}
.tzOurProcess_Container.tzOurProcess_5_phase .tzOurProcess .tzOurProcessItem .tzOurProcessItem_top .tzOurProcessItem_year {
  padding: 11px 10px 7px 90px;
  font-size: 34px;
}
.tzOurProcess_Container.tzOurProcess_5_phase .tzOurProcess .tzOurProcessItem .tzOurProcessItem_top .tzOurProcessItem_name {
  padding: 0 10px 0 90px;
}
.tzOurProcess_Container.tzOurProcess_5_phase .tzOurProcess .tzOurProcessItem .tzOurProcessItem_bottom .tzOurProcessItem_left {
  width: 65px;
}
.tzOurProcess_Container.tzOurProcess_5_phase .tzOurProcess .tzOurProcessItem .tzOurProcessItem_bottom .tzOurProcessItem_right {
  padding-left: 65px;
}
/* 11.19 Category Grid */
.tzElement_Category_Grid:after {
  display: block;
  clear: both;
  content: '';
}
.tzElement_Category_Grid.tzCategory_Grid_2_column .tzCategory_Grid_Item {
  width: 50%;
  float: left;
}
.tzElement_Category_Grid.tzCategory_Grid_2_column .tzCategory_Grid_Item:nth-child(2n+1) {
  clear: both;
}
.tzElement_Category_Grid.tzCategory_Grid_3_column .tzCategory_Grid_Item {
  width: 33.33%;
  float: left;
}
.tzElement_Category_Grid.tzCategory_Grid_3_column .tzCategory_Grid_Item:nth-child(3n+1) {
  clear: both;
}
.tzElement_Category_Grid.tzCategory_Grid_4_column .tzCategory_Grid_Item {
  width: 25%;
  float: left;
}
.tzElement_Category_Grid.tzCategory_Grid_4_column .tzCategory_Grid_Item:nth-child(4n+1) {
  clear: both;
}
.tzElement_Category_Grid .tzCategory_Grid_Item {
  position: relative;
  margin-left: -1px;
  margin-top: -1px;
  border: 1px solid #e3e3e3;
  -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;
  overflow: hidden;
}
.tzElement_Category_Grid .tzCategory_Grid_Item .tzCategory_Grid_Item_Image {
  position: relative;
}
.tzElement_Category_Grid .tzCategory_Grid_Item .tzCategory_Grid_Item_Image:after {
  content: '';
  width: 100%;
  height: 100%;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 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;
}
.tzElement_Category_Grid .tzCategory_Grid_Item .tzCategory_Grid_Item_Image img {
  width: 100%;
  height: auto;
}
.tzElement_Category_Grid .tzCategory_Grid_Item .tzCategory_Grid_Item_Content {
  padding: 35px;
  position: absolute;
  top: 0;
  left: 0;
}
.tzElement_Category_Grid .tzCategory_Grid_Item .tzCategory_Grid_Item_Content .tzCategory_Grid_Icon {
  width: 65px;
  float: left;
}
.tzElement_Category_Grid .tzCategory_Grid_Item .tzCategory_Grid_Item_Content .tzCategory_Grid_Icon i {
  font-size: 35px;
  color: #222222;
}
.tzElement_Category_Grid .tzCategory_Grid_Item .tzCategory_Grid_Item_Content .tzCategory_Grid_Icon span {
  font-size: 35px;
  color: #222222;
}
.tzElement_Category_Grid .tzCategory_Grid_Item .tzCategory_Grid_Item_Content .tzCategory_Grid_Info {
  padding-left: 65px;
}
.tzElement_Category_Grid .tzCategory_Grid_Item .tzCategory_Grid_Item_Content .tzCategory_Grid_Info .tzCategory_Grid_subTitle {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #e5ae49;
  letter-spacing: 1px;
  margin: 0 0 9px;
  padding: 0;
}
.tzElement_Category_Grid .tzCategory_Grid_Item .tzCategory_Grid_Item_Content .tzCategory_Grid_Info .tzCategory_Grid_Title {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #222222;
  letter-spacing: 1px;
  margin: 0 0 18px;
  padding: 0 0 23px;
  position: relative;
}
.tzElement_Category_Grid .tzCategory_Grid_Item .tzCategory_Grid_Item_Content .tzCategory_Grid_Info .tzCategory_Grid_Title:after {
  background: #e5ae49;
  bottom: 0px;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 30px;
}
.tzElement_Category_Grid .tzCategory_Grid_Item:hover .tzCategory_Grid_Item_Image:after {
  background: rgba(0, 0, 0, 0.8);
}
.tzElement_Category_Grid .tzCategory_Grid_Item:hover .tzCategory_Grid_Item_Content .tzCategory_Grid_Icon i {
  color: #ffffff;
}
.tzElement_Category_Grid .tzCategory_Grid_Item:hover .tzCategory_Grid_Item_Content .tzCategory_Grid_Icon span {
  color: #ffffff;
}
.tzElement_Category_Grid .tzCategory_Grid_Item:hover .tzCategory_Grid_Item_Content .tzCategory_Grid_Info .tzCategory_Grid_Title {
  color: #ffffff;
}
.tzElement_Category_Grid .tzCategory_Grid_Item:hover .tzCategory_Grid_Item_Content .tzCategory_Grid_Info .tzCategory_Grid_description {
  color: #ffffff;
}
.tzElement_Category_Grid .tzCategory_Grid_Item.tzCategory_Grid_Item_active {
  background: #222222;
}
.tzElement_Category_Grid .tzCategory_Grid_Item.tzCategory_Grid_Item_active .tzCategory_Grid_Item_Content .tzCategory_Grid_Icon i {
  color: #ffffff;
}
.tzElement_Category_Grid .tzCategory_Grid_Item.tzCategory_Grid_Item_active .tzCategory_Grid_Item_Content .tzCategory_Grid_Icon span {
  color: #ffffff;
}
.tzElement_Category_Grid .tzCategory_Grid_Item.tzCategory_Grid_Item_active .tzCategory_Grid_Item_Content .tzCategory_Grid_Info .tzCategory_Grid_Title {
  color: #ffffff;
}
.tzElement_Category_Grid .tzCategory_Grid_Item.tzCategory_Grid_Item_active .tzCategory_Grid_Item_Content .tzCategory_Grid_Info .tzCategory_Grid_description {
  color: #ffffff;
}
/* 11.20 Newsletter */
.tzElement-newsletter {
  padding: 38px;
  background: rgba(229, 174, 73, 0.8);
}
.tzElement-newsletter h3.tzNewsletter-Title {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 1px;
  margin: 0 0 2px;
  padding: 0;
}
.tzElement-newsletter p {
  font-family: 'Ubuntu', sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #ffffff;
}
.tzElement-newsletter .newsletter form table tbody tr th {
  display: none;
}
.tzElement-newsletter .newsletter form table tbody tr td {
  padding: 0;
}
.tzElement-newsletter .newsletter form table tbody tr td input {
  font-family: 'Ubuntu', sans-serif;
  font-size: 13px;
  color: #e5ae49;
  font-weight: 300;
  line-height: 24px;
  margin-top: 11px;
  padding: 5px 20px;
  background: #ffffff;
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
}
.tzElement-newsletter .newsletter form table tbody tr td input.newsletter-submit {
  margin-top: 29px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #e5ae49;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.tzElement-newsletter.tzNewsletter-modern {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 54px 60px 50px;
  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;
}
.tzElement-newsletter.tzNewsletter-modern h3.tzNewsletter-Title {
  color: #e5ae49;
}
.tzElement-newsletter.tzNewsletter-modern .newsletter {
  margin-top: 59px;
}
.tzElement-newsletter.tzNewsletter-modern .newsletter form table tbody tr td {
  position: relative;
}
.tzElement-newsletter.tzNewsletter-modern .newsletter form table tbody tr td input {
  background: none;
  border-bottom: 1px solid #ffffff;
}
.tzElement-newsletter.tzNewsletter-modern .newsletter form table tbody tr td input.newsletter-submit {
  color: #ffffff;
  border: none;
  margin-top: 26px;
  padding: 0;
}
.tzElement-newsletter.tzNewsletter-modern .newsletter form table tbody tr td.newsletter-td-submit:after {
  position: absolute;
  top: 27px;
  left: 100px;
  content: '\f1d8';
  font-family: FontAwesome;
  font-size: 14px;
  color: #ffffff;
}
.tzElement-newsletter.tzNewsletter-modern:hover {
  border-color: #ffffff;
}
/* 11.21 Call to action */
.vc_cta3-container {
  margin-bottom: 0 !important;
}
.vc_general.vc_cta3.vc_cta3-style-classic {
  border: none;
}
.vc_general.vc_cta3.vc_cta3-style-outline {
  border-width: 1px !important;
}
.vc_general.vc_cta3.vc_cta3-style-outline.vc_cta3-color-white {
  border-color: rgba(255, 255, 255, 0.2) !important;
  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;
}
.vc_general.vc_cta3.vc_cta3-style-outline.vc_cta3-color-white:hover {
  border-color: #ffffff !important;
}
.vc_general.vc_cta3.vc_cta3-style-outline.vc_cta3-color-black {
  border-color: rgba(0, 0, 0, 0.2) !important;
}
.vc_general.vc_cta3.vc_cta3-style-outline.vc_cta3-color-black .line-left:before {
  background: #222;
}
.vc_general.vc_cta3.vc_cta3-style-outline.vc_cta3-color-black .line-left:after {
  background: #222;
}
.vc_general.vc_cta3.vc_cta3-style-outline.vc_cta3-color-black .line-right:before {
  background: #222;
}
.vc_general.vc_cta3.vc_cta3-style-outline.vc_cta3-color-black .line-right:after {
  background: #222;
}
.vc_general.vc_cta3 .vc_cta3_content-container .vc_cta3-content .vc_cta3-content-header h2 {
  margin: 0 0 3px;
  padding: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.vc_general.vc_cta3 .vc_cta3_content-container .vc_cta3-content .vc_cta3-content-header h4 {
  margin-bottom: 10px;
}
.vc_general.vc_cta3 .vc_cta3_content-container .vc_cta3-actions .vc_btn3-container .vc_btn3 {
  letter-spacing: 2px;
}
/* 11.22 Category slide */
.tzElement_Category_Slide_Container.tzCategory_Slide_in_grid {
  box-shadow: 0 -1px 3px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 -1px 3px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 -1px 3px 2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 -1px 3px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 -1px 3px 2px rgba(0, 0, 0, 0.1);
}
.tzElement_Category_Slide_Container.tzCategory_Slide_in_grid .tzElement_Category_Slide .tzCategory_Slide_Item {
  position: relative;
}
.tzElement_Category_Slide_Container.tzCategory_Slide_in_grid .tzElement_Category_Slide .tzCategory_Slide_Item a {
  display: block;
}
.tzElement_Category_Slide_Container.tzCategory_Slide_in_grid .tzElement_Category_Slide .tzCategory_Slide_Item a img {
  width: 100%;
  height: auto;
}
.tzElement_Category_Slide_Container.tzCategory_Slide_in_grid .tzElement_Category_Slide .tzCategory_Slide_Item a .tzCategory_Slide_Item_Content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.tzElement_Category_Slide_Container.tzCategory_Slide_in_grid .tzElement_Category_Slide .tzCategory_Slide_Item a .tzCategory_Slide_Item_Content:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #ffffff;
  -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;
}
.tzElement_Category_Slide_Container.tzCategory_Slide_in_grid .tzElement_Category_Slide .tzCategory_Slide_Item a .tzCategory_Slide_Item_Content .tzCategory_Slide_Item_Content_box {
  position: relative;
  z-index: 99;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.tzElement_Category_Slide_Container.tzCategory_Slide_in_grid .tzElement_Category_Slide .tzCategory_Slide_Item a .tzCategory_Slide_Item_Content .tzCategory_Slide_Item_Content_box span {
  font-size: 30px;
  color: #222222;
  margin-bottom: 13px;
}
.tzElement_Category_Slide_Container.tzCategory_Slide_in_grid .tzElement_Category_Slide .tzCategory_Slide_Item a .tzCategory_Slide_Item_Content .tzCategory_Slide_Item_Content_box h5 {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 300;
  font-size: 14px;
  margin: 0;
  padding: 0;
}
.tzElement_Category_Slide_Container.tzCategory_Slide_in_grid .tzElement_Category_Slide .tzCategory_Slide_Item:hover .tzCategory_Slide_Item_Content:after {
  background: rgba(255, 255, 255, 0.7);
}
.tzElement_Category_Slide_Container.tzCategory_Slide_full_width .tzElement_Category_Slide .tzCategory_Slide_Item {
  position: relative;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.tzElement_Category_Slide_Container.tzCategory_Slide_full_width .tzElement_Category_Slide .tzCategory_Slide_Item.tzCategory_Slide_Image_hide {
  height: 600px;
}
.tzElement_Category_Slide_Container.tzCategory_Slide_full_width .tzElement_Category_Slide .tzCategory_Slide_Item a {
  display: block;
}
.tzElement_Category_Slide_Container.tzCategory_Slide_full_width .tzElement_Category_Slide .tzCategory_Slide_Item a img {
  width: 100%;
  height: auto;
}
.tzElement_Category_Slide_Container.tzCategory_Slide_full_width .tzElement_Category_Slide .tzCategory_Slide_Item a .tzCategory_Slide_Item_Content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -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;
}
.tzElement_Category_Slide_Container.tzCategory_Slide_full_width .tzElement_Category_Slide .tzCategory_Slide_Item a .tzCategory_Slide_Item_Content .tzCategory_Slide_Item_Content_box {
  position: relative;
  z-index: 99;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.tzElement_Category_Slide_Container.tzCategory_Slide_full_width .tzElement_Category_Slide .tzCategory_Slide_Item a .tzCategory_Slide_Item_Content .tzCategory_Slide_Item_Content_box:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -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;
}
.tzElement_Category_Slide_Container.tzCategory_Slide_full_width .tzElement_Category_Slide .tzCategory_Slide_Item a .tzCategory_Slide_Item_Content .tzCategory_Slide_Item_Content_box span {
  position: relative;
  z-index: 99;
  font-size: 48px;
  color: #ffffff;
  margin-bottom: 3px;
}
.tzElement_Category_Slide_Container.tzCategory_Slide_full_width .tzElement_Category_Slide .tzCategory_Slide_Item a .tzCategory_Slide_Item_Content .tzCategory_Slide_Item_Content_box h5 {
  color: #ffffff;
  position: relative;
  z-index: 99;
  font-size: 18px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  -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;
}
.tzElement_Category_Slide_Container.tzCategory_Slide_full_width .tzElement_Category_Slide .tzCategory_Slide_Item a:hover .tzCategory_Slide_Item_Content_box:after {
  background: rgba(0, 0, 0, 0.8);
}
.tzElement_Category_Slide_Container.tzCategory_Slide_full_width .tzElement_Category_Slide .tzCategory_Slide_Item a:hover .tzCategory_Slide_Item_Content_box h5 {
  color: #e5ae49;
}
/* 11.23 View Service */
.tzElement_viewService {
  margin: 0 -15px;
}
.tzElement_viewService .tzView_Service_Slide .tzView_Service_Slide_Item {
  padding: 0 15px;
}
.tzElement_viewService .tzView_Service_Slide .tzView_Service_Slide_Item .tzView_Service_Image {
  margin-bottom: 24px;
}
.tzElement_viewService .tzView_Service_Slide .tzView_Service_Slide_Item .tzView_Service_Image img {
  width: 100%;
  height: auto;
}
.tzElement_viewService .tzView_Service_Slide .tzView_Service_Slide_Item .tzView_Service_Content {
  position: relative;
}
.tzElement_viewService .tzView_Service_Slide .tzView_Service_Slide_Item .tzView_Service_Content span {
  font-size: 85px;
  color: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.tzElement_viewService .tzView_Service_Slide .tzView_Service_Slide_Item .tzView_Service_Content h3.tzView_Service_Content_title {
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  color: #222222;
  letter-spacing: 1px;
}
.tzElement_viewService .tzView_Service_Slide .tzView_Service_Slide_Item .tzView_Service_Content p {
  margin-bottom: 3px;
}
.tzElement_viewService .tzView_Service_Slide .tzView_Service_Slide_Item .tzView_Service_Content a.tzViewService-readmore {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 300;
  font-size: 13px;
  color: #e5ae49;
  letter-spacing: 0.5px;
  text-decoration: none;
}
/* 11.24 Map */
.wpb_gmaps_widget.tzGoogleMap_modern .wpb_wrapper {
  padding: 0 !important;
}
.wpb_gmaps_widget.tzGoogleMap_modern .wpb_wrapper .wpb_map_wraper {
  position: relative;
}
.wpb_gmaps_widget.tzGoogleMap_modern .wpb_wrapper .wpb_map_wraper iframe {
  -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;
}
.wpb_gmaps_widget.tzGoogleMap_modern .wpb_wrapper .wpb_map_wraper .tz_map_overlay {
  width: 100%;
  height: 100%;
  background: rgba(229, 174, 73, 0.9);
  position: absolute;
  bottom: 0;
  left: 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;
}
.wpb_gmaps_widget.tzGoogleMap_modern .wpb_wrapper .wpb_map_wraper .tz_map_overlay .tz_map_button_view {
  width: 200px;
  height: 50px;
  background: none;
  border: none;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  left: 50%;
  margin-left: -100px;
}
.wpb_gmaps_widget.tzGoogleMap_modern .wpb_wrapper .wpb_map_wraper .tz_map_overlay .tz_map_button_view i {
  font-size: 25px;
  margin-right: 10px;
}
.wpb_gmaps_widget.tzGoogleMap_modern .wpb_wrapper .wpb_map_wraper .tz_map_overlay .tz_map_button_close {
  display: none;
  width: 200px;
  height: 50px;
  background: none;
  border: none;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  left: 50%;
  margin-left: -100px;
}
.wpb_gmaps_widget.tzGoogleMap_modern .wpb_wrapper .wpb_map_wraper .tz_map_overlay .tz_map_button_close i {
  font-size: 25px;
  margin-right: 10px;
}
.wpb_gmaps_widget.tzGoogleMap_modern .wpb_wrapper .wpb_map_wraper.tz_map_active iframe {
  height: 400px !important;
}
.wpb_gmaps_widget.tzGoogleMap_modern .wpb_wrapper .wpb_map_wraper.tz_map_active .tz_map_overlay {
  height: 50px;
}
.wpb_gmaps_widget.tzGoogleMap_classic .wpb_wrapper {
  padding: 0;
}
.wpb_gmaps_widget.tzGoogleMap_classic .wpb_wrapper .wpb_map_wraper iframe {
  height: 545px;
}
/* 11.25 Woocommerce */
.woocommerce.columns-4 ul.product li.product {
  width: 25%;
}
.woocommerce.columns-3 ul.product li.product {
  width: 33.33333%;
}
.woocommerce.columns-2 ul.product li.product {
  width: 50%;
}
.woocommerce ul.products {
  margin: 0 -15px;
  padding: 0;
}
.woocommerce ul.products li.product {
  margin: 0;
  padding: 0 15px;
  width: 25%;
}
.woocommerce ul.products li.product .tzProduct-item_inner {
  position: relative;
  overflow: hidden;
}
.woocommerce ul.products li.product .tzProduct-item_inner .line-left:before {
  background: rgba(229, 174, 73, 0.2) none repeat scroll 0 0;
  content: "";
  height: 1px;
  left: 1px;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  width: 100%;
}
.woocommerce ul.products li.product .tzProduct-item_inner .line-left:after {
  background: rgba(229, 174, 73, 0.2) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  bottom: 1px;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  width: 1px;
}
.woocommerce ul.products li.product .tzProduct-item_inner .line-right:before {
  background: rgba(229, 174, 73, 0.2) none repeat scroll 0 0;
  content: "";
  height: 1px;
  right: 1px;
  position: absolute;
  bottom: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  width: 100%;
}
.woocommerce ul.products li.product .tzProduct-item_inner .line-right:after {
  background: rgba(229, 174, 73, 0.2) none repeat scroll 0 0;
  content: "";
  height: 100%;
  right: 0;
  position: absolute;
  top: 1px;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  width: 1px;
}
.woocommerce ul.products li.product .tzProduct-item_inner .tzProduct-item_image {
  position: relative;
  overflow: hidden;
}
.woocommerce ul.products li.product .tzProduct-item_inner .tzProduct-item_image img {
  width: 100%;
  height: auto;
  margin: 0;
}
.woocommerce ul.products li.product .tzProduct-item_inner .tzProduct-item_image .tzProduct-item_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(229, 174, 73, 0);
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.woocommerce ul.products li.product .tzProduct-item_inner .tzProduct-item_image .yith-wcwl-add-to-wishlist {
  position: absolute;
  top: 50%;
  margin-top: -43px;
  left: 50%;
  margin-left: -45px;
  width: 40px;
  height: 40px;
  padding: 0px;
  background: #e5ae49;
  float: left;
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out 0.3s;
  -moz-transition: all 0.3s ease-in-out 0.3s;
  -ms-transition: all 0.3s ease-in-out 0.3s;
  -o-transition: all 0.3s ease-in-out 0.3s;
  transition: all 0.3s ease-in-out 0.3s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.woocommerce ul.products li.product .tzProduct-item_inner .tzProduct-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-add-button {
  width: 100%;
  height: 100%;
}
.woocommerce ul.products li.product .tzProduct-item_inner .tzProduct-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 9px 0px;
}
.woocommerce ul.products li.product .tzProduct-item_inner .tzProduct-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a i {
  font-size: 14px;
  color: #ffffff;
  margin: 0px;
  padding: 0px;
}
.woocommerce ul.products li.product .tzProduct-item_inner .tzProduct-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a span {
  position: absolute;
  top: -60px;
  left: 50%;
  margin-left: -53px;
  width: 106px;
  padding: 3px 0;
  background: #e5ae49;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -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;
  opacity: 0;
  visibility: hidden;
}
.woocommerce ul.products li.product .tzProduct-item_inner .tzProduct-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a span:after {
  content: '';
  display: block;
  border-left: 4px solid rgba(0, 0, 0, 0);
  border-right: 4px solid rgba(0, 0, 0, 0);
  border-top: 4px solid #e5ae49;
  left: 50%;
  margin-left: -4px;
  position: absolute;
  top: 100%;
  z-index: 9999;
}
.woocommerce ul.products li.product .tzProduct-item_inner .tzProduct-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover span {
  top: -44px;
  opacity: 1;
  visibility: visible;
}
.woocommerce ul.products li.product .tzProduct-item_inner .tzProduct-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse {
  width: 100%;
  height: 100%;
}
.woocommerce ul.products li.product .tzProduct-item_inner .tzProduct-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 9px 0px;
}
.woocommerce ul.products li.product .tzProduct-item_inner .tzProduct-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a i {
  font-size: 14px;
  color: #ffffff;
  margin: 0px;
  padding: 0px;
}
.woocommerce ul.products li.product .tzProduct-item_inner .tzProduct-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a span {
  position: absolute;
  top: -60px;
  left: 50%;
  margin-left: -53px;
  width: 106px;
  padding: 3px 0;
  background: #e5ae49;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -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;
  opacity: 0;
  visibility: hidden;
}
.woocommerce ul.products li.product .tzProduct-item_inner .tzProduct-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a span:after {
  content: '';
  display: block;
  border-left: 4px solid rgba(0, 0, 0, 0);
  border-right: 4px solid rgba(0, 0, 0, 0);
  border-top: 4px solid #e5ae49;
  left: 50%;
  margin-left: -4px;
  position: absolute;
  top: 100%;
  z-index: 9999;
}
.woocommerce ul.products li.product .tzProduct-item_inner .tzProduct-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover span {
  top: -44px;
  opacity: 1;
  visibility: visible;
}
.woocommerce ul.products li.product .tzProduct-item_inner .tzProduct-item_image .tzProduct-item_button {
  position: absolute;
  top: 50%;
  margin-top: -43px;
  right: 50%;
  margin-right: -45px;
  width: 40px;
  height: 40px;
  padding: 0px;
  background: #e5ae49;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  float: left;
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out 0.3s;
  -moz-transition: all 0.3s ease-in-out 0.3s;
  -ms-transition: all 0.3s ease-in-out 0.3s;
  -o-transition: all 0.3s ease-in-out 0.3s;
  transition: all 0.3s ease-in-out 0.3s;
}
.woocommerce ul.products li.product .tzProduct-item_inner .tzProduct-item_image .tzProduct-item_button a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 13px 0px;
  margin: 0px;
  background: none;
}
.woocommerce ul.products li.product .tzProduct-item_inner .tzProduct-item_image .tzProduct-item_button a i {
  font-size: 14px;
  color: #ffffff;
  margin: 0px;
  padding: 0px;
}
.woocommerce ul.products li.product .tzProduct-item_inner .tzProduct-item_image .tzProduct-item_button a span {
  position: absolute;
  top: -60px;
  left: 50%;
  margin-left: -53px;
  width: 106px;
  padding: 9px 0;
  background: #e5ae49;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -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;
  opacity: 0;
  visibility: hidden;
}
.woocommerce ul.products li.product .tzProduct-item_inner .tzProduct-item_image .tzProduct-item_button a span:after {
  content: '';
  display: block;
  border-left: 4px solid rgba(0, 0, 0, 0);
  border-right: 4px solid rgba(0, 0, 0, 0);
  border-top: 4px solid #e5ae49;
  left: 50%;
  margin-left: -4px;
  position: absolute;
  top: 100%;
  z-index: 9999;
}
.woocommerce ul.products li.product .tzProduct-item_inner .tzProduct-item_image .tzProduct-item_button a:hover span {
  top: -44px;
  opacity: 1;
  visibility: visible;
}
.woocommerce ul.products li.product .tzProduct-item_inner .tzProduct-item_image .tzProduct-item_button a.added:after {
  display: none;
}
.woocommerce ul.products li.product .tzProduct-item_inner .tzProduct-item_image .tzProduct-item_button a.wc-forward {
  position: absolute;
  top: 55px;
  left: 50%;
  margin-left: -53px;
  width: 106px;
  height: 30px;
  padding: 3px 0;
  background: #fff;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #666666;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -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;
}
.woocommerce ul.products li.product .tzProduct-item_inner .tzProduct-item_image .tzProduct-item_button a.wc-forward:after {
  border-bottom: 4px solid #fff;
  border-left: 4px solid rgba(0, 0, 0, 0);
  border-right: 4px solid rgba(0, 0, 0, 0);
  bottom: 100%;
  content: "";
  display: block;
  left: 50%;
  margin-left: -4px;
  position: absolute;
  z-index: 9999;
}
.woocommerce ul.products li.product .tzProduct-item_inner .tzProduct-item_image .tzProduct-View-detail {
  position: absolute;
  bottom: -45px;
  visibility: hidden;
  opacity: 0;
  left: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  width: 100%;
  text-align: center;
}
.woocommerce ul.products li.product .tzProduct-item_inner .tzProduct-item_image .tzProduct-View-detail a {
  display: inline-block;
  background-color: #e5ae49;
  border-radius: 20px;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  padding: 7px 26px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.woocommerce ul.products li.product .tzProduct-item_inner .tzProduct-item_info {
  position: relative;
  background: rgba(229, 174, 73, 0);
  padding: 36px 0 30px;
  text-align: center;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.woocommerce ul.products li.product .tzProduct-item_inner .tzProduct-item_info h3.tzProduct-item_title {
  margin: 0px;
  padding: 0px;
}
.woocommerce ul.products li.product .tzProduct-item_inner .tzProduct-item_info h3.tzProduct-item_title a {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #222222;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.woocommerce ul.products li.product .tzProduct-item_inner .tzProduct-item_info .star-rating {
  height: 15px;
  display: inline-block;
  margin: 12px 0 0;
  font-size: 14px;
}
.woocommerce ul.products li.product .tzProduct-item_inner .tzProduct-item_info .star-rating:before {
  color: #b5b5b5;
}
.woocommerce ul.products li.product .tzProduct-item_inner .tzProduct-item_info .star-rating span:before {
  color: #f5d608;
}
.woocommerce ul.products li.product .tzProduct-item_inner .tzProduct-item_info .price {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #e5ae49;
  margin: 5px 0 0;
}
.woocommerce ul.products li.product .tzProduct-item_inner .tzProduct-item_info .price del {
  display: inline-block;
  color: #b5b5b5;
}
.woocommerce ul.products li.product .tzProduct-item_inner .tzProduct-item_info .price del span.amount {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #b5b5b5;
}
.woocommerce ul.products li.product .tzProduct-item_inner .tzProduct-item_info .price ins {
  display: inline-block;
  text-decoration: none;
  margin-left: 8px;
}
.woocommerce ul.products li.product .tzProduct-item_inner .tzProduct-item_info .price ins span.amount {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #e5ae49;
}
.woocommerce ul.products li.product .tzProduct-item_inner:hover .tzProduct-item_image .tzProduct-item_overlay {
  background: rgba(229, 174, 73, 0.1);
}
.woocommerce ul.products li.product .tzProduct-item_inner:hover .tzProduct-item_image .yith-wcwl-add-to-wishlist {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.woocommerce ul.products li.product .tzProduct-item_inner:hover .tzProduct-item_image .tzProduct-item_button {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.woocommerce ul.products li.product .tzProduct-item_inner:hover .tzProduct-item_image .tzProduct-View-detail {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}
.woocommerce ul.products li.product .tzProduct-item_inner:hover .tzProduct-item_info {
  background: rgba(229, 174, 73, 0.1);
}
.woocommerce ul.products li.product .tzProduct-item_inner:hover .line-left:before {
  background: rgba(229, 174, 73, 0.5) none repeat scroll 0 0;
  height: 5px;
  left: 5px;
}
.woocommerce ul.products li.product .tzProduct-item_inner:hover .line-left:after {
  background: rgba(229, 174, 73, 0.5) none repeat scroll 0 0;
  bottom: 5px;
  width: 5px;
}
.woocommerce ul.products li.product .tzProduct-item_inner:hover .line-right:before {
  background: rgba(229, 174, 73, 0.5) none repeat scroll 0 0;
  height: 5px;
  right: 5px;
}
.woocommerce ul.products li.product .tzProduct-item_inner:hover .line-right:after {
  background: rgba(229, 174, 73, 0.5) none repeat scroll 0 0;
  top: 5px;
  width: 5px;
}
/* 11.26 About us */
.tz-box-shadow > .wpb_wrapper {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.02);
  background: #ffffff;
}
.tzElement_Member {
  padding: 0 0 65px 18px;
}
.tzElement_Member .tzMember_Wrap {
  position: relative;
}
.tzElement_Member .tzMember_Wrap .tzMember_image {
  background: #ffffff;
  border: 10px solid #222222;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -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;
}
.tzElement_Member .tzMember_Wrap .tzMember_image img {
  width: 100%;
  height: auto;
}
.tzElement_Member .tzMember_Wrap .tzMember_Info {
  position: absolute;
  top: 65px;
  left: -18px;
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #222222;
  -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;
}
.tzElement_Member .tzMember_Wrap .tzMember_Info .tzMember_Info_Box {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  padding: 13px 17px;
}
.tzElement_Member .tzMember_Wrap .tzMember_Info .tzMember_Info_Box .tzMember_name {
  font-size: 14px;
  color: #222222;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -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;
}
.tzElement_Member .tzMember_Wrap .tzMember_Info .tzMember_Info_Box .tzMember_position {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  color: #222222;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  -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;
}
.tzElement_Member:hover .tzMember_Wrap .tzMember_image {
  border: 10px solid #e5ae49;
}
.tzElement_Member:hover .tzMember_Wrap .tzMember_Info {
  border: 1px solid #e5ae49;
}
.tzElement_Member:hover .tzMember_Wrap .tzMember_Info .tzMember_Info_Box .tzMember_name {
  color: #e5ae49;
}
.tzElement_Member:hover .tzMember_Wrap .tzMember_Info .tzMember_Info_Box .tzMember_position {
  color: #e5ae49;
}
.wpcf7-form input.wpcf7-submit {
  letter-spacing: 1px;
}
/**
 * 12.0 Page
 * -----------------------------------------------------------------------------
 */
.TzPage_Default {
  padding: 125px 0;
}
.TzPage_Default .tzComments .comments-area .tzCommentContent {
  margin: 65px 0px 0px;
}
.TzPage_Default .tzComments .comments-area .tzCommentContent h2.comments-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  color: #222222;
  text-transform: uppercase;
  margin: 0 0 25px;
  padding: 0px;
}
.TzPage_Default .tzComments .comments-area .tzCommentContent ol.comment-list {
  margin: 0px 0px 55px;
  padding: 0px;
  position: relative;
}
.TzPage_Default .tzComments .comments-area .tzCommentContent ol.comment-list li {
  list-style: none;
}
.TzPage_Default .tzComments .comments-area .tzCommentContent ol.comment-list li article {
  padding: 0px 0px 30px;
  border-bottom: 1px solid #ededed;
  margin: 0px 0px 30px;
}
.TzPage_Default .tzComments .comments-area .tzCommentContent ol.comment-list li article .comment-author {
  display: block;
  float: left;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}
.TzPage_Default .tzComments .comments-area .tzCommentContent ol.comment-list li article .comment-content {
  margin-left: 120px;
}
.TzPage_Default .tzComments .comments-area .tzCommentContent ol.comment-list li article .comment-content cite {
  float: left;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #222222;
  text-decoration: none;
  text-transform: uppercase;
  margin-bottom: 13px;
}
.TzPage_Default .tzComments .comments-area .tzCommentContent ol.comment-list li article .comment-content .tz-commentInfo {
  margin-bottom: 13px;
}
.TzPage_Default .tzComments .comments-area .tzCommentContent ol.comment-list li article .comment-content .tz-commentInfo .comments-datetime {
  text-decoration: none;
}
.TzPage_Default .tzComments .comments-area .tzCommentContent ol.comment-list li article .comment-content .tz-commentInfo .comments-datetime time {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 300;
  font-size: 14px;
  font-style: italic;
  line-height: 22px;
  color: #b5b5b5;
}
.TzPage_Default .tzComments .comments-area .tzCommentContent ol.comment-list li article .comment-content .tz-commentInfo .comment-edit-link {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
  color: #e5ae49;
  text-decoration: none;
  margin-left: 20px;
}
.TzPage_Default .tzComments .comments-area .tzCommentContent ol.comment-list li article .comment-content .tz-commentInfo .comment-edit-link i {
  font-size: 13px;
  margin-right: 5px;
}
.TzPage_Default .tzComments .comments-area .tzCommentContent ol.comment-list li article .comment-content .tz-commentInfo .comment-reply-link {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
  color: #e5ae49;
  text-decoration: none;
  margin-left: 20px;
}
.TzPage_Default .tzComments .comments-area .tzCommentContent ol.comment-list li article .comment-content .tz-commentInfo .comment-reply-link i {
  font-size: 13px;
  margin-right: 5px;
}
.TzPage_Default .tzComments .comments-area .tzCommentContent ol.comment-list li article p {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  color: #666666;
}
.TzPage_Default .tzComments .comments-area .tzCommentContent ol.comment-list li ol.children {
  padding-left: 120px;
}
.TzPage_Default .tzComments .comments-area .tzCommentForm .comment-respond {
  margin: 65px 0px 0px;
}
.TzPage_Default .tzComments .comments-area .tzCommentForm .comment-respond h3.comment-reply-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  color: #222222;
  text-transform: uppercase;
  margin: 0px;
  padding: 0px;
}
.TzPage_Default .tzComments .comments-area .tzCommentForm .comment-respond form.comment-form p {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  margin: 0 0 23px;
}
.TzPage_Default .tzComments .comments-area .tzCommentForm .comment-respond form.comment-form p.comment-form-comment {
  margin: 0px;
}
.TzPage_Default .tzComments .comments-area .tzCommentForm .comment-respond form.comment-form p label {
  display: none;
}
.TzPage_Default .tzComments .comments-area .tzCommentForm .comment-respond form.comment-form p a {
  color: #e5ae49;
  text-decoration: none;
}
.TzPage_Default .tzComments .comments-area .tzCommentForm .comment-respond form.comment-form p textarea {
  width: 100%;
  height: 95px;
  border-width: 1px;
  border-color: #ededed;
  border-style: solid;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 300;
  line-height: 24px;
  font-size: 14px;
  color: #b5b5b5;
  padding: 10px 20px;
}
.TzPage_Default .tzComments .comments-area .tzCommentForm .comment-respond form.comment-form p.form-submit {
  margin: 17px 0px 0px;
}
.TzPage_Default .tzComments .comments-area .tzCommentForm .comment-respond form.comment-form p.form-submit input.submit {
  background: #e5ae49;
  border: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 22px;
  text-transform: uppercase;
  padding: 11px 25px;
}
.TzPage_Default .tzComments .comments-area .tzCommentForm .comment-respond form.comment-form .tzCommentForm_Top {
  margin-bottom: 20px;
}
.TzPage_Default .tzComments .comments-area .tzCommentForm .comment-respond form.comment-form .tzCommentForm_Top p {
  margin: 0px;
}
.TzPage_Default .tzComments .comments-area .tzCommentForm .comment-respond form.comment-form .tzCommentForm_Top p input {
  width: 100%;
  border-width: 1px;
  border-color: #ededed;
  border-style: solid;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 300;
  line-height: 24px;
  font-size: 14px;
  color: #b5b5b5;
  padding: 10px 20px;
  margin: 0px;
}
/**
 * 13.0 Woocommerce Page
 * -----------------------------------------------------------------------------
 */
/* 13.1 Shop */
.tzshop-wrap {
  padding: 80px 0px;
}
.tzshop-wrap .woof_show_auto_form {
  background-image: none;
  position: relative;
  width: 45px;
  height: 45px;
  background-color: #e5ae49;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.tzshop-wrap .woof_show_auto_form:after {
  display: block;
  content: '\f002 ';
  font-family: FontAwesome;
  font-size: 18px;
  color: #ffffff;
  position: absolute;
  top: 10px;
  left: 14px;
}
.tzshop-wrap .woof_hide_auto_form {
  background-image: none;
  position: relative;
  width: 45px;
  height: 45px;
  background-color: #e5ae49;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.tzshop-wrap .woof_hide_auto_form:after {
  display: block;
  content: '\f002 ';
  font-family: FontAwesome;
  font-size: 18px;
  color: #ffffff;
  position: absolute;
  top: 10px;
  left: 14px;
}
.tzshop-wrap .woof_auto_show .woof_auto_show_indent .woof_sid_auto_shortcode {
  background: none;
  border: 1px solid #dedede;
  padding: 70px 20px 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.tzshop-wrap .woof_auto_show .woof_auto_show_indent .woof_sid_auto_shortcode .woof_edit_view {
  background: #e5ae49;
  border-radius: 20px;
  color: #ffffff;
  display: inline-block;
  font-family: "Ubuntu", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin: -50px 0 0;
  padding: 7px 21px 9px;
  opacity: 1;
}
.tzshop-wrap .woof_auto_show .woof_auto_show_indent .woof_sid_auto_shortcode .woof_redraw_zone .woof_container .woof_container_inner ul {
  margin: 0;
  padding: 0;
}
.tzshop-wrap .woof_auto_show .woof_auto_show_indent .woof_sid_auto_shortcode .woof_redraw_zone .woof_container .woof_container_inner ul li {
  position: relative;
  margin: 0!important;
  padding: 0 0 0 22px !important;
}
.tzshop-wrap .woof_auto_show .woof_auto_show_indent .woof_sid_auto_shortcode .woof_redraw_zone .woof_container .woof_container_inner ul li input.woof_radio_term {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 10px;
  left: 0;
}
.tzshop-wrap .woof_auto_show .woof_auto_show_indent .woof_sid_auto_shortcode .woof_redraw_zone .woof_container .woof_container_inner ul li label {
  font-weight: 300;
}
.tzshop-wrap .woof_auto_show .woof_auto_show_indent .woof_sid_auto_shortcode .woof_redraw_zone .woof_container .woof_container_inner ul li a.woof_radio_term_reset {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 7px;
}
.tzshop-wrap .woof_auto_show .woof_auto_show_indent .woof_sid_auto_shortcode .woof_redraw_zone .woof_container .woof_container_inner ul li a.woof_radio_term_reset:after {
  display: block;
  content: '\f00d';
  font-family: FontAwesome;
  font-size: 15px;
  color: #222222;
  line-height: 15px;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.tzshop-wrap .woof_auto_show .woof_auto_show_indent .woof_sid_auto_shortcode .woof_redraw_zone .woof_container .woof_container_inner ul li a.woof_radio_term_reset img {
  display: none;
}
.tzshop-wrap .woof_auto_show .woof_auto_show_indent .woof_sid_auto_shortcode .woof_redraw_zone .woof_container .woof_container_inner ul li a.woof_radio_term_reset:hover:after {
  font-size: 20px;
  color: #e5ae49;
}
.tzshop-wrap .woof_auto_show .woof_auto_show_indent .woof_sid_auto_shortcode .woof_redraw_zone .woof_container .woof_container_inner ul li:before {
  content: none;
}
.tzshop-wrap .woof_auto_show .woof_auto_show_indent .woof_sid_auto_shortcode .woof_redraw_zone .woof_submit_search_form_container {
  margin: 0;
  padding: 0;
}
.tzshop-wrap .woof_auto_show .woof_auto_show_indent .woof_sid_auto_shortcode .woof_redraw_zone .woof_submit_search_form_container button {
  background: #e5ae49;
  border-radius: 20px;
  color: #ffffff;
  display: inline-block;
  font-family: "Ubuntu", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
  padding: 7px 21px 9px;
}
.tzshop-wrap .woof_products_top_panel {
  margin: 20px 0;
}
.tzshop-wrap .woof_products_top_panel ul {
  border: 1px solid #ededed;
  display: inline-block;
  padding: 7px 0 7px 15px !important;
}
.tzshop-wrap .woof_products_top_panel ul:after {
  content: '';
  display: block;
  clear: both;
}
.tzshop-wrap .woof_products_top_panel ul li a span {
  color: #666666;
  background: none;
  position: relative;
  padding-right: 25px;
}
.tzshop-wrap .woof_products_top_panel ul li a span:after {
  display: block;
  content: '\f00d';
  font-family: FontAwesome;
  font-size: 18px;
  color: #222222;
  line-height: 18px;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.tzshop-wrap .grid_pagination_block {
  margin-bottom: 20px;
  padding: 0 0 25px;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #ededed;
}
.tzshop-wrap .grid_pagination_block form.woocommerce-ordering {
  z-index: 99;
  float: left;
  margin: 0;
}
.tzshop-wrap .grid_pagination_block form.woocommerce-ordering select.orderby {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  background: url(images/orderby.png);
  background-repeat: no-repeat;
  background-position: 174px 16px;
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #666666;
  border: 1px solid #dedede;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  padding: 4px 11px;
  line-height: 28px;
  width: 198px;
}
.tzshop-wrap .grid_pagination_block p.woocommerce-result-count {
  float: left;
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #666666;
  border: 1px solid #dedede;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  line-height: 20px;
  margin: 0 0 0 20px;
  padding: 9px 15px;
}
.tzshop-wrap .grid_pagination_block .tzview-style {
  float: right;
  margin-top: 13px;
}
.tzshop-wrap .grid_pagination_block .tzview-style label {
  float: left;
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 14px;
  color: #222222;
  margin-right: 7px;
}
.tzshop-wrap .grid_pagination_block .tzview-style .switchToList {
  float: left;
  position: relative;
  width: 30px;
  text-align: center;
}
.tzshop-wrap .grid_pagination_block .tzview-style .switchToList i {
  font-size: 18px;
  color: #222222;
  line-height: 18px;
}
.tzshop-wrap .grid_pagination_block .tzview-style .switchToList span {
  width: 80px;
  height: 25px;
  display: block;
  position: absolute;
  top: -40px;
  left: 50%;
  font-family: 'Ubuntu', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  background: #e5ae49;
  padding: 3px 9px;
  margin-left: -43px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  opacity: 0;
  visibility: hidden;
}
.tzshop-wrap .grid_pagination_block .tzview-style .switchToList span:after {
  border-left: 5px solid rgba(0, 0, 0, 0);
  border-right: 5px solid rgba(0, 0, 0, 0);
  border-top: 5px solid #e5ae49;
  content: "";
  left: 50%;
  margin-left: -2px;
  position: absolute;
  top: 100%;
}
.tzshop-wrap .grid_pagination_block .tzview-style .switchToList:hover {
  cursor: pointer;
}
.tzshop-wrap .grid_pagination_block .tzview-style .switchToList:hover i {
  color: #e5ae49;
}
.tzshop-wrap .grid_pagination_block .tzview-style .switchToList:hover span {
  top: -32px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  -ms-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
.tzshop-wrap .grid_pagination_block .tzview-style .switchToGrid {
  float: left;
  position: relative;
  width: 30px;
  text-align: center;
}
.tzshop-wrap .grid_pagination_block .tzview-style .switchToGrid i {
  font-size: 18px;
  color: #222222;
  line-height: 18px;
}
.tzshop-wrap .grid_pagination_block .tzview-style .switchToGrid span {
  width: 80px;
  height: 25px;
  display: block;
  position: absolute;
  top: -40px;
  left: 50%;
  font-family: 'Ubuntu', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  background: #e5ae49;
  padding: 3px 9px;
  margin-left: -43px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  opacity: 0;
  visibility: hidden;
}
.tzshop-wrap .grid_pagination_block .tzview-style .switchToGrid span:after {
  border-left: 5px solid rgba(0, 0, 0, 0);
  border-right: 5px solid rgba(0, 0, 0, 0);
  border-top: 5px solid #e5ae49;
  content: "";
  left: 50%;
  margin-left: -2px;
  position: absolute;
  top: 100%;
}
.tzshop-wrap .grid_pagination_block .tzview-style .switchToGrid:hover {
  cursor: pointer;
}
.tzshop-wrap .grid_pagination_block .tzview-style .switchToGrid:hover i {
  color: #e5ae49;
}
.tzshop-wrap .grid_pagination_block .tzview-style .switchToGrid:hover span {
  top: -32px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  -ms-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
.tzshop-wrap .grid_pagination_block:after {
  content: '';
  display: block;
  clear: both;
}
.tzshop-wrap .product-grid {
  border-color: #ededed;
  border-style: solid;
  border-width: 0 0 1px;
  padding-bottom: 20px;
}
.tzshop-wrap .product-grid ul.products {
  margin: 0px -15px;
}
.tzshop-wrap .product-grid ul.products li.tzShop-item {
  margin: 0px;
  padding: 20px 15px;
}
.tzshop-wrap .product-grid ul.products li.tzShop-item.tzShop-4column {
  width: 25%;
}
.tzshop-wrap .product-grid ul.products li.tzShop-item.tzShop-3column {
  width: 33.33333%;
}
.tzshop-wrap .product-grid ul.products li.tzShop-item.tzShop-2column {
  width: 50%;
}
.tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner {
  position: relative;
  overflow: hidden;
}
.tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image {
  position: relative;
  overflow: hidden;
}
.tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image img {
  position: relative;
  max-width: none;
}
.tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(229, 174, 73, 0);
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist {
  position: absolute;
  top: 50%;
  margin-top: -43px;
  left: 50%;
  margin-left: -45px;
  width: 40px;
  height: 40px;
  padding: 0px;
  background: #e5ae49;
  float: left;
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out 0.3s;
  -moz-transition: all 0.3s ease-in-out 0.3s;
  -ms-transition: all 0.3s ease-in-out 0.3s;
  -o-transition: all 0.3s ease-in-out 0.3s;
  transition: all 0.3s ease-in-out 0.3s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-add-button {
  width: 100%;
  height: 100%;
}
.tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 9px 0px;
}
.tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a i {
  font-size: 14px;
  color: #ffffff;
  margin: 0px;
  padding: 0px;
}
.tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a span {
  position: absolute;
  top: -60px;
  left: 50%;
  margin-left: -53px;
  width: 106px;
  padding: 3px 0;
  background: #e5ae49;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -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;
  opacity: 0;
  visibility: hidden;
}
.tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a span:after {
  content: '';
  display: block;
  border-left: 4px solid rgba(0, 0, 0, 0);
  border-right: 4px solid rgba(0, 0, 0, 0);
  border-top: 4px solid #e5ae49;
  left: 50%;
  margin-left: -4px;
  position: absolute;
  top: 100%;
  z-index: 9999;
}
.tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover span {
  top: -44px;
  opacity: 1;
  visibility: visible;
}
.tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse {
  width: 100%;
  height: 100%;
}
.tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 9px 0px;
}
.tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a i {
  font-size: 14px;
  color: #ffffff;
  margin: 0px;
  padding: 0px;
}
.tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a span {
  position: absolute;
  top: -60px;
  left: 50%;
  margin-left: -53px;
  width: 106px;
  padding: 3px 0;
  background: #e5ae49;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -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;
  opacity: 0;
  visibility: hidden;
}
.tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a span:after {
  content: '';
  display: block;
  border-left: 4px solid rgba(0, 0, 0, 0);
  border-right: 4px solid rgba(0, 0, 0, 0);
  border-top: 4px solid #e5ae49;
  left: 50%;
  margin-left: -4px;
  position: absolute;
  top: 100%;
  z-index: 9999;
}
.tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover span {
  top: -44px;
  opacity: 1;
  visibility: visible;
}
.tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_button {
  position: absolute;
  top: 50%;
  margin-top: -43px;
  right: 50%;
  margin-right: -45px;
  width: 40px;
  height: 40px;
  padding: 0px;
  background: #e5ae49;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  float: left;
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out 0.3s;
  -moz-transition: all 0.3s ease-in-out 0.3s;
  -ms-transition: all 0.3s ease-in-out 0.3s;
  -o-transition: all 0.3s ease-in-out 0.3s;
  transition: all 0.3s ease-in-out 0.3s;
}
.tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_button a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 13px 0px;
  margin: 0px;
  background: none;
}
.tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_button a i {
  font-size: 14px;
  color: #ffffff;
  margin: 0px;
  padding: 0px;
}
.tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_button a span {
  position: absolute;
  top: -60px;
  left: 50%;
  margin-left: -53px;
  width: 106px;
  padding: 9px 0;
  background: #e5ae49;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -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;
  opacity: 0;
  visibility: hidden;
}
.tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_button a span:after {
  content: '';
  display: block;
  border-left: 4px solid rgba(0, 0, 0, 0);
  border-right: 4px solid rgba(0, 0, 0, 0);
  border-top: 4px solid #e5ae49;
  left: 50%;
  margin-left: -4px;
  position: absolute;
  top: 100%;
  z-index: 9999;
}
.tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_button a:hover span {
  top: -44px;
  opacity: 1;
  visibility: visible;
}
.tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_button a.added:after {
  display: none;
}
.tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_button a.wc-forward {
  position: absolute;
  top: 55px;
  left: 50%;
  margin-left: -53px;
  width: 106px;
  height: 30px;
  padding: 3px 0;
  background: #fff;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #666666;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -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;
}
.tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_button a.wc-forward:after {
  border-bottom: 4px solid #fff;
  border-left: 4px solid rgba(0, 0, 0, 0);
  border-right: 4px solid rgba(0, 0, 0, 0);
  bottom: 100%;
  content: "";
  display: block;
  left: 50%;
  margin-left: -4px;
  position: absolute;
  z-index: 9999;
}
.tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_detail {
  position: absolute;
  bottom: -45px;
  visibility: hidden;
  opacity: 0;
  left: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  width: 100%;
  text-align: center;
}
.tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_detail a {
  display: inline-block;
  background-color: #e5ae49;
  border-radius: 20px;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  padding: 7px 26px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info {
  position: relative;
  background: rgba(229, 174, 73, 0);
  padding: 36px 0 30px;
  text-align: center;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info h3.tzShop-item_title {
  margin: 0px;
  padding: 0px;
}
.tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info h3.tzShop-item_title a {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #222222;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .star-rating {
  height: 15px;
  display: inline-block;
  margin: 12px 0 0;
  font-size: 14px;
}
.tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .star-rating:before {
  color: #b5b5b5;
}
.tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .star-rating span:before {
  color: #f5d608;
}
.tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .price {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #e5ae49;
  margin: 5px 0 0;
}
.tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .price del {
  display: inline-block;
  color: #b5b5b5;
}
.tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .price del span.amount {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #b5b5b5;
}
.tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .price ins {
  display: inline-block;
  text-decoration: none;
  margin-left: 8px;
}
.tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .price ins span.amount {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #e5ae49;
}
.tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .tzShop-item_des {
  display: none;
}
.tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .tzShop-item_button_list {
  display: none;
}
.tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .line-left:before {
  background: rgba(229, 174, 73, 0.2) none repeat scroll 0 0;
  content: "";
  height: 1px;
  left: 1px;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  width: 100%;
}
.tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .line-left:after {
  background: rgba(229, 174, 73, 0.2) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  bottom: 1px;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  width: 1px;
}
.tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .line-right:before {
  background: rgba(229, 174, 73, 0.2) none repeat scroll 0 0;
  content: "";
  height: 1px;
  right: 1px;
  position: absolute;
  bottom: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  width: 100%;
}
.tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .line-right:after {
  background: rgba(229, 174, 73, 0.2) none repeat scroll 0 0;
  content: "";
  height: 100%;
  right: 0;
  position: absolute;
  top: 1px;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  width: 1px;
}
.tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner:hover .tzShop-item_image .tzShop-item_overlay {
  background: rgba(229, 174, 73, 0.1);
}
.tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner:hover .tzShop-item_image .tzShop-item_detail {
  bottom: 0;
  visibility: visible;
  opacity: 1;
}
.tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner:hover .tzShop-item_info {
  background: rgba(229, 174, 73, 0.1);
}
.tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner:hover .line-left:before {
  background: rgba(229, 174, 73, 0.5) none repeat scroll 0 0;
  height: 5px;
  left: 5px;
}
.tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner:hover .line-left:after {
  background: rgba(229, 174, 73, 0.5) none repeat scroll 0 0;
  bottom: 5px;
  width: 5px;
}
.tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner:hover .line-right:before {
  background: rgba(229, 174, 73, 0.5) none repeat scroll 0 0;
  height: 5px;
  right: 5px;
}
.tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner:hover .line-right:after {
  background: rgba(229, 174, 73, 0.5) none repeat scroll 0 0;
  top: 5px;
  width: 5px;
}
.tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner:hover:hover .yith-wcwl-add-to-wishlist {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner:hover:hover .tzShop-item_button {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.tzshop-wrap .product-list {
  position: relative;
  margin-bottom: 40px;
  border-color: #ededed;
  border-style: solid;
  border-width: 0 0 1px;
  padding-bottom: 20px;
}
.tzshop-wrap .product-list ul.products {
  margin: 0;
}
.tzshop-wrap .product-list ul.products li.tzShop-item {
  width: 100%;
  margin: 20px 0;
  padding: 0;
}
.tzshop-wrap .product-list ul.products li.tzShop-item .tzShop-item_inner {
  position: relative;
  overflow: hidden;
  padding: 24px 20px 28px;
  background: rgba(229, 174, 73, 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;
}
.tzshop-wrap .product-list ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image {
  width: 260px;
  float: left;
  position: relative;
  overflow: hidden;
}
.tzshop-wrap .product-list ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image img {
  position: relative;
  max-width: none;
}
.tzshop-wrap .product-list ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(229, 174, 73, 0);
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.tzshop-wrap .product-list ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist {
  display: none;
}
.tzshop-wrap .product-list ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_button {
  display: none;
}
.tzshop-wrap .product-list ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_detail {
  position: absolute;
  top: 50%;
  margin-top: -19px;
  visibility: hidden;
  opacity: 0;
  left: 0;
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  -o-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  width: 100%;
  text-align: center;
}
.tzshop-wrap .product-list ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_detail a {
  display: inline-block;
  background-color: #e5ae49;
  border-radius: 20px;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  padding: 7px 26px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.tzshop-wrap .product-list ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info {
  margin-left: 280px;
  padding: 0px;
}
.tzshop-wrap .product-list ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info h3.tzShop-item_title {
  margin: 0px;
  padding: 0px;
}
.tzshop-wrap .product-list ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info h3.tzShop-item_title a {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #222222;
  line-height: 24px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.tzshop-wrap .product-list ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .star-rating {
  margin: 2px 0 0;
  font-size: 14px;
  height: 15px;
}
.tzshop-wrap .product-list ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .star-rating:before {
  color: #b5b5b5;
}
.tzshop-wrap .product-list ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .star-rating span:before {
  color: #f5d608;
}
.tzshop-wrap .product-list ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .price {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #e5ae49;
  margin: 12px 0 0;
}
.tzshop-wrap .product-list ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .price del {
  display: inline-block;
  color: #b5b5b5;
}
.tzshop-wrap .product-list ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .price del span.amount {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #b5b5b5;
}
.tzshop-wrap .product-list ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .price ins {
  display: inline-block;
  text-decoration: none;
  margin-left: 8px;
}
.tzshop-wrap .product-list ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .price ins span.amount {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #e5ae49;
}
.tzshop-wrap .product-list ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .tzShop-item_des {
  margin: 17px 0 0;
}
.tzshop-wrap .product-list ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .tzShop-item_des p {
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
  color: #666666;
  letter-spacing: 0.5px;
}
.tzshop-wrap .product-list ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .tzShop-item_button_list {
  margin: 23px 0 7px;
}
.tzshop-wrap .product-list ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .tzShop-item_button_list .yith-wcwl-add-to-wishlist {
  float: left;
  margin: 0px;
  padding: 0px;
}
.tzshop-wrap .product-list ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .tzShop-item_button_list .yith-wcwl-add-to-wishlist .yith-wcwl-add-button {
  float: left;
  margin-right: 10px;
}
.tzshop-wrap .product-list ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .tzShop-item_button_list .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a {
  display: inline-block;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  background: #c7c7c7;
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #ffffff;
  letter-spacing: 0.5px;
  padding: 7px 21px 9px;
  -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;
}
.tzshop-wrap .product-list ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .tzShop-item_button_list .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover {
  background: #e5ae49;
}
.tzshop-wrap .product-list ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .tzShop-item_button_list .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse {
  float: left;
  margin-right: 10px;
}
.tzshop-wrap .product-list ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .tzShop-item_button_list .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a {
  display: inline-block;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  background: #c7c7c7;
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #ffffff;
  letter-spacing: 0.5px;
  padding: 7px 21px 9px;
  -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;
}
.tzshop-wrap .product-list ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .tzShop-item_button_list .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover {
  background: #e5ae49;
}
.tzshop-wrap .product-list ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .tzShop-item_button_list .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a i {
  margin-right: 10px;
}
.tzshop-wrap .product-list ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .tzShop-item_button_list .tzShop-item_button a {
  display: inline-block;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  background: #c7c7c7;
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #ffffff;
  padding: 7px 21px 9px;
  margin: 0px;
  -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;
}
.tzshop-wrap .product-list ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .tzShop-item_button_list .tzShop-item_button a:hover {
  background: #e5ae49;
}
.tzshop-wrap .product-list ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .tzShop-item_button_list .tzShop-item_button a i {
  margin-right: 10px;
}
.tzshop-wrap .product-list ul.products li.tzShop-item .tzShop-item_inner .line-left:before {
  background: rgba(229, 174, 73, 0.2) none repeat scroll 0 0;
  content: "";
  height: 1px;
  left: 1px;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  width: 100%;
}
.tzshop-wrap .product-list ul.products li.tzShop-item .tzShop-item_inner .line-left:after {
  background: rgba(229, 174, 73, 0.2) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  bottom: 1px;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  width: 1px;
}
.tzshop-wrap .product-list ul.products li.tzShop-item .tzShop-item_inner .line-right:before {
  background: rgba(229, 174, 73, 0.2) none repeat scroll 0 0;
  content: "";
  height: 1px;
  right: 1px;
  position: absolute;
  bottom: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  width: 100%;
}
.tzshop-wrap .product-list ul.products li.tzShop-item .tzShop-item_inner .line-right:after {
  background: rgba(229, 174, 73, 0.2) none repeat scroll 0 0;
  content: "";
  height: 100%;
  right: 0;
  position: absolute;
  top: 1px;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  width: 1px;
}
.tzshop-wrap .product-list ul.products li.tzShop-item .tzShop-item_inner:after {
  content: '';
  display: block;
  clear: both;
}
.tzshop-wrap .product-list ul.products li.tzShop-item .tzShop-item_inner:hover {
  background: rgba(229, 174, 73, 0.1);
}
.tzshop-wrap .product-list ul.products li.tzShop-item .tzShop-item_inner:hover .tzShop-item_image .tzShop-item_overlay {
  background: rgba(229, 174, 73, 0.1);
}
.tzshop-wrap .product-list ul.products li.tzShop-item .tzShop-item_inner:hover .tzShop-item_image .tzShop-item_detail {
  visibility: visible;
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
.tzshop-wrap .product-list ul.products li.tzShop-item .tzShop-item_inner:hover .line-left:before {
  background: rgba(229, 174, 73, 0.5) none repeat scroll 0 0;
  height: 5px;
  left: 5px;
}
.tzshop-wrap .product-list ul.products li.tzShop-item .tzShop-item_inner:hover .line-left:after {
  background: rgba(229, 174, 73, 0.5) none repeat scroll 0 0;
  bottom: 5px;
  width: 5px;
}
.tzshop-wrap .product-list ul.products li.tzShop-item .tzShop-item_inner:hover .line-right:before {
  background: rgba(229, 174, 73, 0.5) none repeat scroll 0 0;
  height: 5px;
  right: 5px;
}
.tzshop-wrap .product-list ul.products li.tzShop-item .tzShop-item_inner:hover .line-right:after {
  background: rgba(229, 174, 73, 0.5) none repeat scroll 0 0;
  top: 5px;
  width: 5px;
}
.tzshop-wrap .product-list ul.products li.tzShop-item.first {
  clear: none;
}
.tzshop-wrap .product-list ul.products li.tzShop-item.tzShopList-2column {
  width: 50%;
}
.tzshop-wrap .product-list ul.products li.tzShop-item.tzShopList-2column:nth-child(2n+1) {
  clear: both;
}
.tzshop-wrap .product-list ul.products li.tzShop-item.tzShopList-2column .tzShop-item_info .tzShop-item_button_list .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a {
  width: 40px;
  height: 40px;
  padding: 8px 12px;
  -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;
  overflow: hidden;
}
.tzshop-wrap .product-list ul.products li.tzShop-item.tzShopList-2column .tzShop-item_info .tzShop-item_button_list .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a span {
  opacity: 0;
  visibility: hidden;
  -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;
}
.tzshop-wrap .product-list ul.products li.tzShop-item.tzShopList-2column .tzShop-item_info .tzShop-item_button_list .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover {
  background: #e5ae49;
  width: 150px;
}
.tzshop-wrap .product-list ul.products li.tzShop-item.tzShopList-2column .tzShop-item_info .tzShop-item_button_list .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover span {
  opacity: 1;
  visibility: visible;
}
.tzshop-wrap .product-list ul.products li.tzShop-item.tzShopList-2column .tzShop-item_info .tzShop-item_button_list .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a {
  width: 40px;
  height: 40px;
  padding: 8px 12px;
  -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;
  overflow: hidden;
}
.tzshop-wrap .product-list ul.products li.tzShop-item.tzShopList-2column .tzShop-item_info .tzShop-item_button_list .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a span {
  opacity: 0;
  visibility: hidden;
  -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;
}
.tzshop-wrap .product-list ul.products li.tzShop-item.tzShopList-2column .tzShop-item_info .tzShop-item_button_list .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover {
  background: #e5ae49;
  width: 165px;
}
.tzshop-wrap .product-list ul.products li.tzShop-item.tzShopList-2column .tzShop-item_info .tzShop-item_button_list .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover span {
  opacity: 1;
  visibility: visible;
}
.tzshop-wrap .product-list ul.products li.tzShop-item.tzShopList-2column .tzShop-item_info .tzShop-item_button_list .tzShop-item_button a {
  width: 40px;
  height: 40px;
  padding: 8px 12px;
  -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;
  overflow: hidden;
  text-align: center;
}
.tzshop-wrap .product-list ul.products li.tzShop-item.tzShopList-2column .tzShop-item_info .tzShop-item_button_list .tzShop-item_button a span {
  opacity: 0;
  visibility: hidden;
  -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;
}
.tzshop-wrap .product-list ul.products li.tzShop-item.tzShopList-2column .tzShop-item_info .tzShop-item_button_list .tzShop-item_button a:hover {
  background: #e5ae49;
  width: 165px;
}
.tzshop-wrap .product-list ul.products li.tzShop-item.tzShopList-2column .tzShop-item_info .tzShop-item_button_list .tzShop-item_button a:hover span {
  opacity: 1;
  visibility: visible;
}
.tzshop-wrap .woocommerce-pagination {
  text-align: right !important;
  margin-top: 40px;
}
.tzshop-wrap .woocommerce-pagination ul.page-numbers {
  margin: 0px;
  padding: 0px;
  border: none;
}
.tzshop-wrap .woocommerce-pagination ul.page-numbers li {
  border: none;
}
.tzshop-wrap .woocommerce-pagination ul.page-numbers li span {
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  border-width: 1px;
  border-style: solid;
  border-color: #dedede;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  margin-left: 10px;
  padding: 12px 14px;
}
.tzshop-wrap .woocommerce-pagination ul.page-numbers li span.current {
  background: #e5ae49;
  color: #ffffff;
  border-color: #e5ae49;
}
.tzshop-wrap .woocommerce-pagination ul.page-numbers li a {
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  border: 1px solid #dedede;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  margin-left: 10px;
  padding: 12px 14px;
}
.tzshop-wrap .woocommerce-pagination ul.page-numbers li a:hover {
  background: #e5ae49;
  color: #ffffff;
  border-color: #e5ae49;
}
/* 13.2 Shop Category */
.tzshop-wrap ul.products li.product-category {
  margin: 0px;
  width: 25%;
}
.tzshop-wrap ul.products li.product-category .tz-shop-subcategory {
  padding: 15px;
}
.tzshop-wrap ul.products li.product-category .tz-shop-subcategory .tz-shop-subcategory-inner {
  position: relative;
  overflow: hidden;
}
.tzshop-wrap ul.products li.product-category .tz-shop-subcategory .tz-shop-subcategory-inner img {
  width: 100%;
  height: auto;
}
.tzshop-wrap ul.products li.product-category .tz-shop-subcategory .tz-shop-subcategory-inner .tz-subcategory-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 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;
}
.tzshop-wrap ul.products li.product-category .tz-shop-subcategory .tz-shop-subcategory-inner .tz-subcategory-info {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  -o-transform: scale(2);
  transform: scale(2);
  -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;
}
.tzshop-wrap ul.products li.product-category .tz-shop-subcategory .tz-shop-subcategory-inner .tz-subcategory-info .tz-subcategory-table {
  width: 100%;
  height: 100%;
  display: table;
}
.tzshop-wrap ul.products li.product-category .tz-shop-subcategory .tz-shop-subcategory-inner .tz-subcategory-info .tz-subcategory-table .tz-subcategory-table-cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.tzshop-wrap ul.products li.product-category .tz-shop-subcategory .tz-shop-subcategory-inner .tz-subcategory-info .tz-subcategory-table .tz-subcategory-table-cell a {
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff;
  -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;
}
.tzshop-wrap ul.products li.product-category .tz-shop-subcategory .tz-shop-subcategory-inner .tz-subcategory-info .tz-subcategory-table .tz-subcategory-table-cell a:hover {
  color: #e5ae49;
}
.tzshop-wrap ul.products li.product-category .tz-shop-subcategory .tz-shop-subcategory-inner:hover .tz-subcategory-overlay {
  background: rgba(0, 0, 0, 0.5);
}
.tzshop-wrap ul.products li.product-category .tz-shop-subcategory .tz-shop-subcategory-inner:hover .tz-subcategory-info {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
/* 13.3 Shop Detail */
.tzShopDetail-wrap {
  padding: 64px 0 100px;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_images:after {
  content: '';
  display: block;
  clear: left;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_images #tzShopDetail_slide {
  float: right;
  margin-right: 0px;
  position: relative;
  height: 585px;
  overflow: hidden;
  border: 5px solid rgba(229, 174, 73, 0.5);
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_images #tzShopDetail_slide ul {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_images #tzShopDetail_slide ul li {
  width: 100%;
  height: 585px;
  display: none;
  margin: 0px;
  padding: 0px;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_images #tzShopDetail_slide ul li img {
  position: relative;
  max-width: none;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_images #tzShopDetail_slide ul li:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(229, 174, 73, 0.1);
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_images #tzShopDetail_slide ul li a {
  position: absolute;
  top: 10px;
  left: 15px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 18px;
  color: #656565;
  z-index: 1;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_images #tzShopDetail_slide ul li a i {
  padding-right: 5px;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_images #tzShopDetail_slide ul li a:hover {
  text-decoration: none;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_images #tzShopDetail_slide ul li img {
  width: 100%;
  height: auto;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_images #tzShopDetail_slide li.active {
  display: block !important;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_images #tzShopDetail_slide li span.opacity {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 60px;
  background: #000;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  z-index: 500;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_images #tzShopDetail_slide li span.content {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 60px;
  z-index: 1000;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_images #tzShopDetail_slide li span.content h1 {
  font-size: 14px;
  margin: 5px 0;
  padding: 0 10px;
  color: #42e2e8;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_images #tzShopDetail_slide li span.content p {
  font-size: 11px;
  margin: 5px 0;
  padding: 0 10px;
  color: #42e2e8;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_images #tzShopDetailSlide-carousel {
  float: left;
  width: 85px;
  margin-right: 14px;
  position: relative;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_images #tzShopDetailSlide-carousel .jcarousel-skin-tango .jcarousel-container-vertical {
  width: 100%!important;
  height: 585px!important;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_images #tzShopDetailSlide-carousel .jcarousel-skin-tango .jcarousel-container-vertical .jcarousel-next {
  display: none!important;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_images #tzShopDetailSlide-carousel .jcarousel-skin-tango .jcarousel-container-vertical .jcarousel-prev {
  display: none!important;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_images #tzShopDetailSlide-carousel .jcarousel-skin-tango .jcarousel-container-vertical .jcarousel-clip-vertical {
  width: 100%!important;
  height: 585px!important;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_images #tzShopDetailSlide-carousel ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_images #tzShopDetailSlide-carousel ul li {
  background: #fff;
  height: 105px;
  width: 85px;
  margin-bottom: 15px;
  position: relative;
  border: 1px solid rgba(229, 174, 73, 0.2);
  float: none;
  -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;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_images #tzShopDetailSlide-carousel ul li a {
  display: inline-block;
  height: 103px;
  width: 83px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_images #tzShopDetailSlide-carousel ul li a img {
  position: relative;
  max-width: none;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_images #tzShopDetailSlide-carousel ul li .arrow {
  left: 3px;
  top: 28px;
  position: absolute;
  width: 20px;
  height: 40px;
  background: url(images/arrow_white.png) no-repeat 0 0;
  display: block;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_images #tzShopDetailSlide-carousel ul li.bd_active {
  border: 1px solid rgba(229, 174, 73, 0.5);
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_images #tzShopDetailSlide-carousel ul li:hover {
  border: 1px solid rgba(229, 174, 73, 0.5);
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_images #tzShopDetailSlide-carousel ul .active {
  filter: alpha(opacity=100);
  -moz-opacity: 1.0;
  -khtml-opacity: 1.0;
  opacity: 1.0;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_images #tzShopDetailSlide-carousel ul .faded {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info {
  width: 100%;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info h1.product_title {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
  color: #222222;
  margin: 15px 0 8px;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info .woocommerce-product-rating {
  margin-bottom: 15px;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info .woocommerce-product-rating .star-rating {
  font-size: 14px;
  height: 15px;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info .woocommerce-product-rating .star-rating span:before {
  color: #f5d608;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info .woocommerce-product-rating a.woocommerce-review-link {
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #b5b5b5;
  line-height: 24px;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info p.price {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 25px;
  color: #e5ae49;
  line-height: 25px;
  margin-bottom: 27px;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info p.price span.amount {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 25px;
  color: #e5ae49;
  line-height: 25px;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info p.price del {
  text-decoration: none;
  opacity: 1;
  margin-right: 13px;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info p.price del span.amount {
  font-weight: 400;
  color: #b5b5b5;
  text-decoration: line-through;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info p.price ins {
  text-decoration: none;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info div[itemprop="description"] {
  border-bottom: 1px solid #ededed;
  padding-bottom: 39px;
  margin-bottom: 30px;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info form.cart {
  display: inline-block;
  float: left;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info form.cart .quantity {
  margin-right: 10px;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info form.cart .quantity input {
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #666666;
  line-height: 24px;
  border: 1px solid #ededed;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  padding: 7px 10px;
  width: 70px;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info form.cart button {
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 24px;
  background: #c7c7c7;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  padding: 7px 20px;
  -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;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info form.cart button:hover {
  background: #e5ae49;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info form.cart table.group_table tbody tr td label a {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  color: #222222;
  display: inline-block;
  padding: 22px 0px;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info form.cart table.group_table tbody tr td.price span.amount {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  color: #e5ae49;
  padding: 8px 0px;
  display: inline-block;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info form.cart table.group_table tbody tr td.price del span.amount {
  text-decoration: line-through;
  color: #b5b5b5;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info p.cart {
  display: inline-block;
  float: left;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info p.cart a {
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 24px;
  background: #c7c7c7;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  padding: 7px 20px;
  -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;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info p.cart a:hover {
  background: #e5ae49;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info form.variations_form table.variations {
  margin-bottom: 0px;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info form.variations_form table.variations tbody tr td label {
  font-family: 'Ubuntu', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  padding: 20px 0px;
  text-transform: capitalize;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info form.variations_form table.variations tbody tr td.value select {
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #666666;
  line-height: 24px;
  border: 1px solid #ededed;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  padding: 7px 10px;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info form.variations_form table.variations tbody tr td.value a.reset_variations {
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #666666;
  line-height: 24px;
  text-decoration: none;
  display: inline-block !important;
  margin-top: 5px;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info form.variations_form table.variations tbody tr td.value a.reset_variations:hover {
  color: #e5ae49;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info form.variations_form .single_variation_wrap .single_variation {
  margin-left: 40px;
  margin-bottom: 17px;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info form.variations_form .single_variation_wrap .single_variation span.price {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #e5ae49;
  line-height: 25px;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info form.variations_form .single_variation_wrap .single_variation span.price span.amount {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #e5ae49;
  line-height: 25px;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info form.variations_form .single_variation_wrap .single_variation span.price del {
  text-decoration: none;
  opacity: 1;
  margin-right: 13px;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info form.variations_form .single_variation_wrap .single_variation span.price del span.amount {
  font-weight: 400;
  color: #b5b5b5;
  text-decoration: line-through;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info form.variations_form .single_variation_wrap .single_variation span.price ins {
  text-decoration: none;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info form.variations_form .single_variation_wrap .variations_button:after {
  content: '';
  display: block;
  clear: both;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info p.out-of-stock {
  font-family: 'Ubuntu', sans-serif;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 20px;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info .yith-wcwl-add-to-wishlist {
  display: inline-block;
  margin: 0 0 30px;
  float: left;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info .yith-wcwl-add-to-wishlist .yith-wcwl-add-button {
  margin-left: 10px;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a {
  display: inline-block;
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 24px;
  background: #c7c7c7;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  padding: 7px 20px;
  text-decoration: none;
  -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;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover {
  background: #e5ae49;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info .yith-wcwl-add-to-wishlist .yith-wcwl-add-button img {
  display: none !important;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse {
  margin-left: 10px;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse span.feedback {
  display: none;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a {
  display: inline-block;
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 24px;
  background: #c7c7c7;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  padding: 7px 20px;
  text-decoration: none;
  -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;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover {
  background: #e5ae49;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse {
  margin-left: 10px;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse span.feedback {
  display: none;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a {
  display: inline-block;
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 24px;
  background: #c7c7c7;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  padding: 7px 20px;
  text-decoration: none;
  -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;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover {
  background: #e5ae49;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info .product_meta {
  border-top: 1px solid #ededed;
  margin-top: 2px;
  padding-top: 44px;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info .product_meta span {
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  margin-right: 15px;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info .product_meta span span {
  font-weight: 300;
  margin-right: 0;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info .product_meta span a {
  font-weight: 300;
  color: #666666;
  text-decoration: none;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info .product_meta span a:hover {
  color: #e5ae49;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info .product_share {
  margin-top: 25px;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info .product_share span {
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  margin-right: 15px;
  float: left;
  line-height: 40px;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info .product_share .product_share_social .tz_social {
  background-color: #c7c7c7;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  height: 40px;
  line-height: 25px;
  margin: 0 5px;
  position: relative;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 40px;
  -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;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info .product_share .product_share_social .tz_social span {
  background: #e5ae49;
  border-radius: 0;
  display: block;
  height: 0;
  left: 50%;
  margin: 0;
  position: absolute;
  top: 50%;
  -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;
  width: 0;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info .product_share .product_share_social .tz_social:hover {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info .product_share .product_share_social .tz_social:hover span {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  top: 0;
  left: 0;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info .product_share .product_share_social .tz_social i {
  background: none;
  color: #ffffff;
  height: 40px;
  left: 0;
  line-height: 40px;
  position: absolute;
  top: 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;
  width: 40px;
  z-index: 10;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product.product-type-grouped .tzShopDetail_info form.cart {
  display: block;
  float: none;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product.product-type-grouped .tzShopDetail_info .yith-wcwl-add-to-wishlist .yith-wcwl-add-button {
  margin-left: 0px;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product.product-type-grouped .tzShopDetail_info .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse {
  margin-left: 10px;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product.product-type-grouped .tzShopDetail_info .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse span.feedback {
  display: none;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product.product-type-grouped .tzShopDetail_info .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a {
  display: inline-block;
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 24px;
  background: #c7c7c7;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  padding: 7px 20px;
  text-decoration: none;
  -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;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product.product-type-grouped .tzShopDetail_info .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover {
  background: #e5ae49;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product.product-type-grouped .tzShopDetail_info .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse {
  margin-left: 0px;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product.product-type-variable .tzShopDetail_info form.cart {
  display: block;
  float: none;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product.product-type-variable .tzShopDetail_info .yith-wcwl-add-to-wishlist .yith-wcwl-add-button {
  margin-left: 0px;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product.product-type-variable .tzShopDetail_info .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse {
  margin-left: 10px;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product.product-type-variable .tzShopDetail_info .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse span.feedback {
  display: none;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product.product-type-variable .tzShopDetail_info .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a {
  display: inline-block;
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 24px;
  background: #c7c7c7;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  padding: 7px 20px;
  text-decoration: none;
  -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;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product.product-type-variable .tzShopDetail_info .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover {
  background: #e5ae49;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product.product-type-variable .tzShopDetail_info .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse {
  margin-left: 0px;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product.outofstock .yith-wcwl-add-to-wishlist .yith-wcwl-add-button {
  margin-left: 0px;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product.outofstock .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse {
  margin-left: 10px;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product.outofstock .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse span.feedback {
  display: none;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product.outofstock .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a {
  display: inline-block;
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 24px;
  background: #c7c7c7;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  padding: 7px 20px;
  text-decoration: none;
  -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;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product.outofstock .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover {
  background: #e5ae49;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product.outofstock .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse {
  margin-left: 0px;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs {
  border-bottom: 2px solid rgba(229, 174, 73, 0.2);
  display: block;
  padding: 0 0 52px;
  margin-bottom: 44px;
  margin-top: 59px;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs ul.tabs {
  margin: 0 0 -1px;
  padding: 0 5px;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs ul.tabs:before {
  border: none;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs ul.tabs li {
  margin: 0 2px 0 0;
  padding: 0;
  border: none;
  background: none;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs ul.tabs li:before {
  content: none;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs ul.tabs li:after {
  content: none;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs ul.tabs li a {
  margin: 0px;
  padding: 13px 29px;
  background: #e5ae49;
  border-width: 3px 1px 0 1px;
  border-color: #e5ae49;
  border-style: solid;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #222222;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -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;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs ul.tabs li a:hover {
  background: none;
  color: #e5ae49;
  border-left-color: rgba(229, 174, 73, 0.2);
  border-right-color: rgba(229, 174, 73, 0.2);
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs ul.tabs li.active a {
  background: none;
  color: #e5ae49;
  border-left-color: rgba(229, 174, 73, 0.2);
  border-right-color: rgba(229, 174, 73, 0.2);
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs .panel {
  margin: 0px;
  padding: 24px 28px 13px;
  border: 1px solid rgba(229, 174, 73, 0.2);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  background: none;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs .panel h2 {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #222222;
  margin-bottom: 10px;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs .panel table.shop_attributes {
  margin: 20px 0 0;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs .panel #reviews #comments {
  margin-bottom: 20px;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs .panel #reviews #comments ol.commentlist {
  margin: 20px 0 0;
  padding: 0px;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs .panel #reviews #comments ol.commentlist li .comment_container:after {
  content: '';
  display: block;
  clear: both;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs .panel #reviews #comments ol.commentlist li .comment_container img {
  width: 90px;
  height: 90px;
  background: none;
  border: none;
  padding: 0px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs .panel #reviews #comments ol.commentlist li .comment_container .comment-text {
  margin-left: 120px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  padding: 10px 15px;
  border: none;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs .panel #reviews #comments ol.commentlist li .comment_container .comment-text p.meta {
  margin-bottom: 2px;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs .panel #reviews #comments ol.commentlist li .comment_container .comment-text p.meta strong[itemprop="author"] {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  text-transform: uppercase;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs .panel #reviews #comments ol.commentlist li .comment_container .comment-text p.meta time {
  font-style: italic;
  font-size: 14px;
  color: #b5b5b5;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form .comment-respond h3.comment-reply-title {
  font-size: 20px;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 400;
  color: #222222;
  margin-bottom: 10px;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form .comment-respond form#commentform p label {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  margin-bottom: 10px;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form .comment-respond form#commentform p p.stars span a:after {
  color: #b5b5b5;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form .comment-respond form#commentform p p.stars span a.active:after {
  color: #e5ae49;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form .comment-respond form#commentform p p.stars span a:hover:after {
  color: #e5ae49;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form .comment-respond form#commentform p textarea {
  border: 1px solid #ededed;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #666666;
  padding: 10px 15px;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form .comment-respond form#commentform p.form-submit input {
  display: inline-block;
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 24px;
  background: #c7c7c7;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  padding: 7px 20px;
  text-decoration: none;
  -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;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form .comment-respond form#commentform p.form-submit input:hover {
  background: #e5ae49;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product.tzShopDetail_navigationSlide_right .tzShopDetail_images #tzShopDetail_slide {
  float: left;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product.tzShopDetail_navigationSlide_right .tzShopDetail_images #tzShopDetailSlide-carousel {
  margin-left: 15px;
  margin-right: 0px;
}
/* 13.4 Related */
.related h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #222222;
  line-height: 25px;
  text-transform: uppercase;
  margin-bottom: 15px;
  letter-spacing: 0.5px;
}
.related ul.products {
  margin: 0px -15px;
}
.related ul.products li.tzShop-item {
  margin: 0px;
  padding: 15px;
  width: 25%;
}
.related ul.products li.tzShop-item .tzShop-item_inner {
  position: relative;
  overflow: hidden;
}
.related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image {
  position: relative;
  overflow: hidden;
}
.related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image img {
  position: relative;
  max-width: none;
}
.related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(229, 174, 73, 0);
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist {
  position: absolute;
  top: 50%;
  margin-top: -43px;
  left: 50%;
  margin-left: -45px;
  width: 40px;
  height: 40px;
  padding: 0px;
  background: #e5ae49;
  float: left;
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out 0.3s;
  -moz-transition: all 0.3s ease-in-out 0.3s;
  -ms-transition: all 0.3s ease-in-out 0.3s;
  -o-transition: all 0.3s ease-in-out 0.3s;
  transition: all 0.3s ease-in-out 0.3s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-add-button {
  width: 100%;
  height: 100%;
}
.related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 9px 0px;
}
.related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a i {
  font-size: 14px;
  color: #ffffff;
  margin: 0px;
  padding: 0px;
}
.related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a span {
  position: absolute;
  top: -60px;
  left: 50%;
  margin-left: -53px;
  width: 106px;
  padding: 3px 0;
  background: #e5ae49;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -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;
  opacity: 0;
  visibility: hidden;
}
.related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a span:after {
  content: '';
  display: block;
  border-left: 4px solid rgba(0, 0, 0, 0);
  border-right: 4px solid rgba(0, 0, 0, 0);
  border-top: 4px solid #e5ae49;
  left: 50%;
  margin-left: -4px;
  position: absolute;
  top: 100%;
  z-index: 9999;
}
.related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover span {
  top: -44px;
  opacity: 1;
  visibility: visible;
}
.related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse {
  width: 100%;
  height: 100%;
}
.related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 9px 0px;
}
.related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a i {
  font-size: 14px;
  color: #ffffff;
  margin: 0px;
  padding: 0px;
}
.related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a span {
  position: absolute;
  top: -60px;
  left: 50%;
  margin-left: -53px;
  width: 106px;
  padding: 3px 0;
  background: #e5ae49;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -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;
  opacity: 0;
  visibility: hidden;
}
.related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a span:after {
  content: '';
  display: block;
  border-left: 4px solid rgba(0, 0, 0, 0);
  border-right: 4px solid rgba(0, 0, 0, 0);
  border-top: 4px solid #e5ae49;
  left: 50%;
  margin-left: -4px;
  position: absolute;
  top: 100%;
  z-index: 9999;
}
.related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover span {
  top: -44px;
  opacity: 1;
  visibility: visible;
}
.related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_button {
  position: absolute;
  top: 50%;
  margin-top: -43px;
  right: 50%;
  margin-right: -45px;
  width: 40px;
  height: 40px;
  padding: 0px;
  background: #e5ae49;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  float: left;
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out 0.3s;
  -moz-transition: all 0.3s ease-in-out 0.3s;
  -ms-transition: all 0.3s ease-in-out 0.3s;
  -o-transition: all 0.3s ease-in-out 0.3s;
  transition: all 0.3s ease-in-out 0.3s;
}
.related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_button a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 13px 0px;
  margin: 0px;
  background: none;
}
.related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_button a i {
  font-size: 14px;
  color: #ffffff;
  margin: 0px;
  padding: 0px;
}
.related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_button a span {
  position: absolute;
  top: -60px;
  left: 50%;
  margin-left: -53px;
  width: 106px;
  padding: 9px 0;
  background: #e5ae49;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -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;
  opacity: 0;
  visibility: hidden;
}
.related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_button a span:after {
  content: '';
  display: block;
  border-left: 4px solid rgba(0, 0, 0, 0);
  border-right: 4px solid rgba(0, 0, 0, 0);
  border-top: 4px solid #e5ae49;
  left: 50%;
  margin-left: -4px;
  position: absolute;
  top: 100%;
  z-index: 9999;
}
.related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_button a:hover span {
  top: -44px;
  opacity: 1;
  visibility: visible;
}
.related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_button a.added:after {
  display: none;
}
.related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_button a.wc-forward {
  position: absolute;
  top: 55px;
  left: 50%;
  margin-left: -53px;
  width: 106px;
  height: 30px;
  padding: 3px 0;
  background: #fff;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #666666;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -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;
}
.related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_button a.wc-forward:after {
  border-bottom: 4px solid #fff;
  border-left: 4px solid rgba(0, 0, 0, 0);
  border-right: 4px solid rgba(0, 0, 0, 0);
  bottom: 100%;
  content: "";
  display: block;
  left: 50%;
  margin-left: -4px;
  position: absolute;
  z-index: 9999;
}
.related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_detail {
  position: absolute;
  bottom: -45px;
  visibility: hidden;
  opacity: 0;
  left: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  width: 100%;
  text-align: center;
}
.related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_detail a {
  display: inline-block;
  background-color: #e5ae49;
  border-radius: 20px;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  padding: 7px 26px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info {
  position: relative;
  background: rgba(229, 174, 73, 0);
  padding: 36px 0 30px;
  text-align: center;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info h3.tzShop-item_title {
  margin: 0px;
  padding: 0px;
}
.related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info h3.tzShop-item_title a {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #222222;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .star-rating {
  height: 15px;
  display: inline-block;
  margin: 12px 0 0;
  font-size: 14px;
}
.related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .star-rating:before {
  color: #b5b5b5;
}
.related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .star-rating span:before {
  color: #f5d608;
}
.related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .price {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #e5ae49;
  margin: 5px 0 0;
}
.related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .price del {
  display: inline-block;
  color: #b5b5b5;
}
.related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .price del span.amount {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #b5b5b5;
}
.related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .price ins {
  display: inline-block;
  text-decoration: none;
  margin-left: 8px;
}
.related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .price ins span.amount {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #e5ae49;
}
.related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .tzShop-item_des {
  display: none;
}
.related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .tzShop-item_button_list {
  display: none;
}
.related ul.products li.tzShop-item .tzShop-item_inner .line-left:before {
  background: rgba(229, 174, 73, 0.2) none repeat scroll 0 0;
  content: "";
  height: 1px;
  left: 1px;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  width: 100%;
}
.related ul.products li.tzShop-item .tzShop-item_inner .line-left:after {
  background: rgba(229, 174, 73, 0.2) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  bottom: 1px;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  width: 1px;
}
.related ul.products li.tzShop-item .tzShop-item_inner .line-right:before {
  background: rgba(229, 174, 73, 0.2) none repeat scroll 0 0;
  content: "";
  height: 1px;
  right: 1px;
  position: absolute;
  bottom: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  width: 100%;
}
.related ul.products li.tzShop-item .tzShop-item_inner .line-right:after {
  background: rgba(229, 174, 73, 0.2) none repeat scroll 0 0;
  content: "";
  height: 100%;
  right: 0;
  position: absolute;
  top: 1px;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  width: 1px;
}
.related ul.products li.tzShop-item .tzShop-item_inner:hover .tzShop-item_image .tzShop-item_overlay {
  background: rgba(229, 174, 73, 0.1);
}
.related ul.products li.tzShop-item .tzShop-item_inner:hover .tzShop-item_image .tzShop-item_detail {
  bottom: 0;
  visibility: visible;
  opacity: 1;
}
.related ul.products li.tzShop-item .tzShop-item_inner:hover .tzShop-item_info {
  background: rgba(229, 174, 73, 0.1);
}
.related ul.products li.tzShop-item .tzShop-item_inner:hover .line-left:before {
  background: rgba(229, 174, 73, 0.5) none repeat scroll 0 0;
  height: 5px;
  left: 5px;
}
.related ul.products li.tzShop-item .tzShop-item_inner:hover .line-left:after {
  background: rgba(229, 174, 73, 0.5) none repeat scroll 0 0;
  bottom: 5px;
  width: 5px;
}
.related ul.products li.tzShop-item .tzShop-item_inner:hover .line-right:before {
  background: rgba(229, 174, 73, 0.5) none repeat scroll 0 0;
  height: 5px;
  right: 5px;
}
.related ul.products li.tzShop-item .tzShop-item_inner:hover .line-right:after {
  background: rgba(229, 174, 73, 0.5) none repeat scroll 0 0;
  top: 5px;
  width: 5px;
}
.related ul.products li.tzShop-item .tzShop-item_inner:hover:hover .yith-wcwl-add-to-wishlist {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.related ul.products li.tzShop-item .tzShop-item_inner:hover:hover .tzShop-item_button {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}
/* 13.5 Up Sells */
.upsells h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #222222;
  line-height: 25px;
  text-transform: uppercase;
  margin-bottom: 15px;
  letter-spacing: 0.5px;
}
.upsells ul.products {
  margin: 0px -15px;
}
.upsells ul.products li.tzShop-item {
  margin: 0px;
  padding: 15px;
  width: 25%;
}
.upsells ul.products li.tzShop-item .tzShop-item_inner {
  position: relative;
  overflow: hidden;
}
.upsells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image {
  position: relative;
  overflow: hidden;
}
.upsells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image img {
  position: relative;
  max-width: none;
}
.upsells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(229, 174, 73, 0);
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.upsells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist {
  position: absolute;
  top: 50%;
  margin-top: -43px;
  left: 50%;
  margin-left: -45px;
  width: 40px;
  height: 40px;
  padding: 0px;
  background: #e5ae49;
  float: left;
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out 0.3s;
  -moz-transition: all 0.3s ease-in-out 0.3s;
  -ms-transition: all 0.3s ease-in-out 0.3s;
  -o-transition: all 0.3s ease-in-out 0.3s;
  transition: all 0.3s ease-in-out 0.3s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.upsells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-add-button {
  width: 100%;
  height: 100%;
}
.upsells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 9px 0px;
}
.upsells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a i {
  font-size: 14px;
  color: #ffffff;
  margin: 0px;
  padding: 0px;
}
.upsells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a span {
  position: absolute;
  top: -60px;
  left: 50%;
  margin-left: -53px;
  width: 106px;
  padding: 3px 0;
  background: #e5ae49;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -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;
  opacity: 0;
  visibility: hidden;
}
.upsells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a span:after {
  content: '';
  display: block;
  border-left: 4px solid rgba(0, 0, 0, 0);
  border-right: 4px solid rgba(0, 0, 0, 0);
  border-top: 4px solid #e5ae49;
  left: 50%;
  margin-left: -4px;
  position: absolute;
  top: 100%;
  z-index: 9999;
}
.upsells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover span {
  top: -44px;
  opacity: 1;
  visibility: visible;
}
.upsells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse {
  width: 100%;
  height: 100%;
}
.upsells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 9px 0px;
}
.upsells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a i {
  font-size: 14px;
  color: #ffffff;
  margin: 0px;
  padding: 0px;
}
.upsells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a span {
  position: absolute;
  top: -60px;
  left: 50%;
  margin-left: -53px;
  width: 106px;
  padding: 3px 0;
  background: #e5ae49;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -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;
  opacity: 0;
  visibility: hidden;
}
.upsells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a span:after {
  content: '';
  display: block;
  border-left: 4px solid rgba(0, 0, 0, 0);
  border-right: 4px solid rgba(0, 0, 0, 0);
  border-top: 4px solid #e5ae49;
  left: 50%;
  margin-left: -4px;
  position: absolute;
  top: 100%;
  z-index: 9999;
}
.upsells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover span {
  top: -44px;
  opacity: 1;
  visibility: visible;
}
.upsells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_button {
  position: absolute;
  top: 50%;
  margin-top: -43px;
  right: 50%;
  margin-right: -45px;
  width: 40px;
  height: 40px;
  padding: 0px;
  background: #e5ae49;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  float: left;
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out 0.3s;
  -moz-transition: all 0.3s ease-in-out 0.3s;
  -ms-transition: all 0.3s ease-in-out 0.3s;
  -o-transition: all 0.3s ease-in-out 0.3s;
  transition: all 0.3s ease-in-out 0.3s;
}
.upsells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_button a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 13px 0px;
  margin: 0px;
  background: none;
}
.upsells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_button a i {
  font-size: 14px;
  color: #ffffff;
  margin: 0px;
  padding: 0px;
}
.upsells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_button a span {
  position: absolute;
  top: -60px;
  left: 50%;
  margin-left: -53px;
  width: 106px;
  padding: 9px 0;
  background: #e5ae49;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -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;
  opacity: 0;
  visibility: hidden;
}
.upsells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_button a span:after {
  content: '';
  display: block;
  border-left: 4px solid rgba(0, 0, 0, 0);
  border-right: 4px solid rgba(0, 0, 0, 0);
  border-top: 4px solid #e5ae49;
  left: 50%;
  margin-left: -4px;
  position: absolute;
  top: 100%;
  z-index: 9999;
}
.upsells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_button a:hover span {
  top: -44px;
  opacity: 1;
  visibility: visible;
}
.upsells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_button a.added:after {
  display: none;
}
.upsells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_button a.wc-forward {
  position: absolute;
  top: 55px;
  left: 50%;
  margin-left: -53px;
  width: 106px;
  height: 30px;
  padding: 3px 0;
  background: #fff;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #666666;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -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;
}
.upsells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_button a.wc-forward:after {
  border-bottom: 4px solid #fff;
  border-left: 4px solid rgba(0, 0, 0, 0);
  border-right: 4px solid rgba(0, 0, 0, 0);
  bottom: 100%;
  content: "";
  display: block;
  left: 50%;
  margin-left: -4px;
  position: absolute;
  z-index: 9999;
}
.upsells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_detail {
  position: absolute;
  bottom: -45px;
  visibility: hidden;
  opacity: 0;
  left: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  width: 100%;
  text-align: center;
}
.upsells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_detail a {
  display: inline-block;
  background-color: #e5ae49;
  border-radius: 20px;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  padding: 7px 26px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.upsells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info {
  position: relative;
  background: rgba(229, 174, 73, 0);
  padding: 36px 0 30px;
  text-align: center;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.upsells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info h3.tzShop-item_title {
  margin: 0px;
  padding: 0px;
}
.upsells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info h3.tzShop-item_title a {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #222222;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.upsells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .star-rating {
  height: 15px;
  display: inline-block;
  margin: 12px 0 0;
  font-size: 14px;
}
.upsells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .star-rating:before {
  color: #b5b5b5;
}
.upsells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .star-rating span:before {
  color: #f5d608;
}
.upsells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .price {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #e5ae49;
  margin: 5px 0 0;
}
.upsells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .price del {
  display: inline-block;
  color: #b5b5b5;
}
.upsells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .price del span.amount {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #b5b5b5;
}
.upsells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .price ins {
  display: inline-block;
  text-decoration: none;
  margin-left: 8px;
}
.upsells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .price ins span.amount {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #e5ae49;
}
.upsells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .tzShop-item_des {
  display: none;
}
.upsells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .tzShop-item_button_list {
  display: none;
}
.upsells ul.products li.tzShop-item .tzShop-item_inner .line-left:before {
  background: rgba(229, 174, 73, 0.2) none repeat scroll 0 0;
  content: "";
  height: 1px;
  left: 1px;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  width: 100%;
}
.upsells ul.products li.tzShop-item .tzShop-item_inner .line-left:after {
  background: rgba(229, 174, 73, 0.2) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  bottom: 1px;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  width: 1px;
}
.upsells ul.products li.tzShop-item .tzShop-item_inner .line-right:before {
  background: rgba(229, 174, 73, 0.2) none repeat scroll 0 0;
  content: "";
  height: 1px;
  right: 1px;
  position: absolute;
  bottom: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  width: 100%;
}
.upsells ul.products li.tzShop-item .tzShop-item_inner .line-right:after {
  background: rgba(229, 174, 73, 0.2) none repeat scroll 0 0;
  content: "";
  height: 100%;
  right: 0;
  position: absolute;
  top: 1px;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  width: 1px;
}
.upsells ul.products li.tzShop-item .tzShop-item_inner:hover .tzShop-item_image .tzShop-item_overlay {
  background: rgba(229, 174, 73, 0.1);
}
.upsells ul.products li.tzShop-item .tzShop-item_inner:hover .tzShop-item_image .tzShop-item_detail {
  bottom: 0;
  visibility: visible;
  opacity: 1;
}
.upsells ul.products li.tzShop-item .tzShop-item_inner:hover .tzShop-item_info {
  background: rgba(229, 174, 73, 0.1);
}
.upsells ul.products li.tzShop-item .tzShop-item_inner:hover .line-left:before {
  background: rgba(229, 174, 73, 0.5) none repeat scroll 0 0;
  height: 5px;
  left: 5px;
}
.upsells ul.products li.tzShop-item .tzShop-item_inner:hover .line-left:after {
  background: rgba(229, 174, 73, 0.5) none repeat scroll 0 0;
  bottom: 5px;
  width: 5px;
}
.upsells ul.products li.tzShop-item .tzShop-item_inner:hover .line-right:before {
  background: rgba(229, 174, 73, 0.5) none repeat scroll 0 0;
  height: 5px;
  right: 5px;
}
.upsells ul.products li.tzShop-item .tzShop-item_inner:hover .line-right:after {
  background: rgba(229, 174, 73, 0.5) none repeat scroll 0 0;
  top: 5px;
  width: 5px;
}
.upsells ul.products li.tzShop-item .tzShop-item_inner:hover .yith-wcwl-add-to-wishlist {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.upsells ul.products li.tzShop-item .tzShop-item_inner:hover .tzShop-item_button {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}
/* 13.6 Cart */
.woocommerce .woocommerce-message {
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  color: #666666;
}
.woocommerce ul.woocommerce-error li {
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  color: #666666;
}
.woocommerce p.return-to-shop a.button {
  background: #222222 none repeat scroll 0 0;
  border: medium none;
  border-radius: 25px;
  color: #ffffff !important;
  font-family: "Ubuntu", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  padding: 10px 30px;
  transition: all 0.3s ease-in-out 0s;
}
.woocommerce p.return-to-shop a.button:hover {
  background: #e5ae49;
}
.woocommerce form table.shop_table {
  border: none;
  margin-bottom: 78px;
}
.woocommerce form table.shop_table thead tr th {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #212121;
  line-height: 24px;
  text-transform: uppercase;
  text-align: center;
  padding: 14px 20px;
}
.woocommerce form table.shop_table thead tr th.product-name {
  text-align: left;
}
.woocommerce form table.shop_table tbody tr.cart_item td {
  text-align: center;
  padding: 20px;
}
.woocommerce form table.shop_table tbody tr.cart_item td a {
  font-size: 15px;
  color: #222222 !important;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  line-height: 24px;
  text-decoration: none;
}
.woocommerce form table.shop_table tbody tr.cart_item td a.remove {
  display: inline-block;
}
.woocommerce form table.shop_table tbody tr.cart_item td a img {
  width: 80px;
  height: auto;
}
.woocommerce form table.shop_table tbody tr.cart_item td span.amount {
  font-size: 15px;
  color: #222222 !important;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  line-height: 24px;
}
.woocommerce form table.shop_table tbody tr.cart_item td.product-remove {
  padding: 20px 0px;
}
.woocommerce form table.shop_table tbody tr.cart_item td.product-remove a {
  width: 22px;
  height: 22px;
}
.woocommerce form table.shop_table tbody tr.cart_item td.product-remove a:hover {
  background: #e5ae49;
  color: #fff !important;
}
.woocommerce form table.shop_table tbody tr.cart_item td.product-thumbnail {
  width: 80px;
  padding: 20px 0px;
}
.woocommerce form table.shop_table tbody tr.cart_item td.product-name {
  text-align: left;
}
.woocommerce form table.shop_table tbody tr.cart_item td.product-subtotal span.amount {
  color: #e5ae49 !important;
}
.woocommerce form table.shop_table tbody tr.cart_item td.product-quantity .quantity input {
  font-size: 14px;
  color: #666666 !important;
  font-weight: 300;
  font-family: 'Ubuntu', sans-serif;
  line-height: 24px;
  padding: 9px 15px;
  border: 1px solid #e0e0e0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  width: 90px;
}
.woocommerce form table.shop_table tbody tr td.actions {
  padding: 30px 0;
}
.woocommerce form table.shop_table tbody tr td.actions input {
  background: #222222;
  font-size: 14px;
  color: #FFFFFF;
  font-weight: 300;
  font-family: 'Ubuntu', sans-serif;
  line-height: 24px;
  padding: 10px 30px;
  border: none;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  width: auto;
  -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;
}
.woocommerce form table.shop_table tbody tr td.actions input:hover {
  background: #e5ae49;
}
.woocommerce form table.shop_table tbody tr td.actions .coupon input {
  font-size: 14px;
  color: #666666 !important;
  font-weight: 300;
  font-family: 'Ubuntu', sans-serif;
  line-height: 24px !important;
  padding: 10px 15px !important;
  border: 1px solid #e0e0e0 !important;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  width: 270px;
  background: none;
}
.woocommerce form table.shop_table tbody tr td.actions .coupon input.input-text {
  margin: 0 10px 0 0;
}
.woocommerce form table.shop_table tbody tr td.actions .coupon input.button {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  background: #222222;
  color: #ffffff !important;
  border: none !important;
  padding: 10px 30px !important;
  width: auto;
  -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;
}
.woocommerce form table.shop_table tbody tr td.actions .coupon input.button:hover {
  background: #e5ae49;
}
.woocommerce .cart-collaterals .cross-sells {
  margin-bottom: 78px;
  padding: 0px;
  float: none;
  width: 100%;
}
.woocommerce .cart-collaterals .cross-sells h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #222222;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.woocommerce .cart-collaterals .cross-sells ul.products {
  margin: 0px -15px;
}
.woocommerce .cart-collaterals .cross-sells ul.products li.tzShop-item {
  margin: 0px;
  padding: 15px;
  width: 25%;
}
.woocommerce .cart-collaterals .cross-sells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image {
  position: relative;
  overflow: hidden;
}
.woocommerce .cart-collaterals .cross-sells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image img {
  position: relative;
  max-width: none;
}
.woocommerce .cart-collaterals .cross-sells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  left: 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;
}
.woocommerce .cart-collaterals .cross-sells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  left: 50%;
  margin-left: -45px;
  width: 40px;
  height: 40px;
  padding: 0px;
  background: #e5ae49;
  float: left;
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out 0.3s;
  -moz-transition: all 0.3s ease-in-out 0.3s;
  -ms-transition: all 0.3s ease-in-out 0.3s;
  -o-transition: all 0.3s ease-in-out 0.3s;
  transition: all 0.3s ease-in-out 0.3s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.woocommerce .cart-collaterals .cross-sells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-add-button {
  width: 100%;
  height: 100%;
}
.woocommerce .cart-collaterals .cross-sells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 9px 0px;
}
.woocommerce .cart-collaterals .cross-sells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a i {
  font-size: 14px;
  color: #000;
  margin: 0px;
  padding: 0px;
}
.woocommerce .cart-collaterals .cross-sells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a span {
  position: absolute;
  top: -60px;
  left: 50%;
  margin-left: -53px;
  width: 106px;
  padding: 3px 0;
  background: #fff;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #666666;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -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;
  opacity: 0;
  visibility: hidden;
}
.woocommerce .cart-collaterals .cross-sells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a span:after {
  content: '';
  display: block;
  border-left: 4px solid rgba(0, 0, 0, 0);
  border-right: 4px solid rgba(0, 0, 0, 0);
  border-top: 4px solid #fff;
  left: 50%;
  margin-left: -4px;
  position: absolute;
  top: 100%;
  z-index: 9999;
}
.woocommerce .cart-collaterals .cross-sells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover span {
  top: -44px;
  opacity: 1;
  visibility: visible;
}
.woocommerce .cart-collaterals .cross-sells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse {
  width: 100%;
  height: 100%;
}
.woocommerce .cart-collaterals .cross-sells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 9px 0px;
}
.woocommerce .cart-collaterals .cross-sells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a i {
  font-size: 14px;
  color: #000;
  margin: 0px;
  padding: 0px;
}
.woocommerce .cart-collaterals .cross-sells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a span {
  position: absolute;
  top: -60px;
  left: 50%;
  margin-left: -53px;
  width: 106px;
  padding: 3px 0;
  background: #fff;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #666666;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -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;
  opacity: 0;
  visibility: hidden;
}
.woocommerce .cart-collaterals .cross-sells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a span:after {
  content: '';
  display: block;
  border-left: 4px solid rgba(0, 0, 0, 0);
  border-right: 4px solid rgba(0, 0, 0, 0);
  border-top: 4px solid #fff;
  left: 50%;
  margin-left: -4px;
  position: absolute;
  top: 100%;
  z-index: 9999;
}
.woocommerce .cart-collaterals .cross-sells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover span {
  top: -44px;
  opacity: 1;
  visibility: visible;
}
.woocommerce .cart-collaterals .cross-sells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_button {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  right: 50%;
  margin-right: -45px;
  width: 40px;
  height: 40px;
  padding: 0px;
  background: #e5ae49;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  float: left;
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out 0.3s;
  -moz-transition: all 0.3s ease-in-out 0.3s;
  -ms-transition: all 0.3s ease-in-out 0.3s;
  -o-transition: all 0.3s ease-in-out 0.3s;
  transition: all 0.3s ease-in-out 0.3s;
}
.woocommerce .cart-collaterals .cross-sells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_button a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 13px 0px;
  margin: 0px;
  background: none;
}
.woocommerce .cart-collaterals .cross-sells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_button a i {
  font-size: 14px;
  color: #000;
  margin: 0px;
  padding: 0px;
}
.woocommerce .cart-collaterals .cross-sells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_button a span {
  position: absolute;
  top: -60px;
  left: 50%;
  margin-left: -53px;
  width: 106px;
  padding: 9px 0;
  background: #fff;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #666666;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -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;
  opacity: 0;
  visibility: hidden;
}
.woocommerce .cart-collaterals .cross-sells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_button a span:after {
  content: '';
  display: block;
  border-left: 4px solid rgba(0, 0, 0, 0);
  border-right: 4px solid rgba(0, 0, 0, 0);
  border-top: 4px solid #fff;
  left: 50%;
  margin-left: -4px;
  position: absolute;
  top: 100%;
  z-index: 9999;
}
.woocommerce .cart-collaterals .cross-sells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_button a:hover span {
  top: -44px;
  opacity: 1;
  visibility: visible;
}
.woocommerce .cart-collaterals .cross-sells ul.products li.tzShop-item .tzShop-item_inner:hover .tzShop-item_overlay {
  background: rgba(0, 0, 0, 0.5);
}
.woocommerce .cart-collaterals .cross-sells ul.products li.tzShop-item .tzShop-item_inner:hover .yith-wcwl-add-to-wishlist {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.woocommerce .cart-collaterals .cross-sells ul.products li.tzShop-item .tzShop-item_inner:hover .tzShop-item_button {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.woocommerce .cart-collaterals .cross-sells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info {
  padding: 18px 0 13px;
}
.woocommerce .cart-collaterals .cross-sells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info h3.tzShop-item_title {
  margin: 0px;
  padding: 0px;
}
.woocommerce .cart-collaterals .cross-sells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info h3.tzShop-item_title a {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #222222;
  line-height: 24px;
}
.woocommerce .cart-collaterals .cross-sells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .star-rating {
  margin: 12px 0 0;
}
.woocommerce .cart-collaterals .cross-sells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .star-rating:before {
  color: #b5b5b5;
}
.woocommerce .cart-collaterals .cross-sells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .star-rating span:before {
  color: #e5ae49;
}
.woocommerce .cart-collaterals .cross-sells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .price {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #e5ae49;
  margin: 10px 0 0;
}
.woocommerce .cart-collaterals .cross-sells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .price del {
  display: inline-block;
  color: #b5b5b5;
}
.woocommerce .cart-collaterals .cross-sells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .price del span.amount {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #b5b5b5;
}
.woocommerce .cart-collaterals .cross-sells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .price ins {
  display: inline-block;
  text-decoration: none;
  margin-left: 8px;
}
.woocommerce .cart-collaterals .cross-sells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .price ins span.amount {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #e5ae49;
}
.woocommerce .cart-collaterals .cross-sells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .tzShop-item_des {
  display: none;
}
.woocommerce .cart-collaterals .cross-sells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .tzShop-item_button_list {
  display: none;
}
.woocommerce .cart-collaterals .tzCart_totals .tzCollateralsColumn form.woocommerce-shipping-calculator p {
  margin-bottom: 30px;
}
.woocommerce .cart-collaterals .tzCart_totals .tzCollateralsColumn form.woocommerce-shipping-calculator p a {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #222222;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 15px;
  text-decoration: none;
}
.woocommerce .cart-collaterals .tzCart_totals .tzCollateralsColumn form.woocommerce-shipping-calculator .shipping-calculator-form {
  display: block !important;
  border: 1px solid #dadada;
  padding: 59px 49px;
}
.woocommerce .cart-collaterals .tzCart_totals .tzCollateralsColumn form.woocommerce-shipping-calculator .shipping-calculator-form p {
  margin: 0px;
  padding: 0px;
}
.woocommerce .cart-collaterals .tzCart_totals .tzCollateralsColumn form.woocommerce-shipping-calculator .shipping-calculator-form p select {
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #666666;
  line-height: 24px;
  padding: 12px 12px;
  margin-bottom: 20px;
  border: 1px solid #dadada;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.woocommerce .cart-collaterals .tzCart_totals .tzCollateralsColumn form.woocommerce-shipping-calculator .shipping-calculator-form p input {
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #666666;
  line-height: 24px;
  padding: 10px 15px;
  margin-bottom: 20px;
  border: 1px solid #dadada;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.woocommerce .cart-collaterals .tzCart_totals .tzCollateralsColumn form.woocommerce-shipping-calculator .shipping-calculator-form p button.button {
  background: #222222;
  font-size: 14px;
  color: #FFFFFF;
  font-weight: 300;
  font-family: 'Ubuntu', sans-serif;
  line-height: 24px;
  padding: 10px 30px;
  border: none;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  width: 100%;
  -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;
}
.woocommerce .cart-collaterals .tzCart_totals .tzCollateralsColumn form.woocommerce-shipping-calculator .shipping-calculator-form p button.button:hover {
  background: #e5ae49;
}
.woocommerce .cart-collaterals .tzCart_totals .tzCollateralsColumn .cart_totals {
  width: 100%;
}
.woocommerce .cart-collaterals .tzCart_totals .tzCollateralsColumn .cart_totals h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #222222;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 31px;
}
.woocommerce .cart-collaterals .tzCart_totals .tzCollateralsColumn .cart_totals table {
  padding: 45px 70px 0px;
  background: #ededed;
  margin: 0px;
  width: 100%;
}
.woocommerce .cart-collaterals .tzCart_totals .tzCollateralsColumn .cart_totals table tbody tr th {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #222222;
  line-height: 24px;
  border: none;
  padding: 13px 0px;
}
.woocommerce .cart-collaterals .tzCart_totals .tzCollateralsColumn .cart_totals table tbody tr td {
  border: none;
  line-height: 24px;
  padding: 13px 0px;
}
.woocommerce .cart-collaterals .tzCart_totals .tzCollateralsColumn .cart_totals table tbody tr td span {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #222222;
  line-height: 24px;
}
.woocommerce .cart-collaterals .tzCart_totals .tzCollateralsColumn .cart_totals table tbody tr.order-total td span {
  color: #e5ae49;
}
.woocommerce .cart-collaterals .tzCart_totals .tzCollateralsColumn .cart_totals .wc-proceed-to-checkout {
  background: #ededed;
  margin: 0px;
  padding: 19px 70px 50px;
}
.woocommerce .cart-collaterals .tzCart_totals .tzCollateralsColumn .cart_totals .wc-proceed-to-checkout a {
  background: #222222;
  font-size: 14px;
  color: #FFFFFF;
  font-weight: 300;
  font-family: 'Ubuntu', sans-serif;
  line-height: 24px;
  padding: 10px 30px;
  border: none;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  width: 100%;
  -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;
}
.woocommerce .cart-collaterals .tzCart_totals .tzCollateralsColumn .cart_totals .wc-proceed-to-checkout a:hover {
  background: #e5ae49;
}
/* 13.7 Wishlist */
form#yith-wcwl-form .wishlist-title h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #222222;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
form#yith-wcwl-form table.wishlist_table {
  margin-bottom: 0px;
}
form#yith-wcwl-form table.wishlist_table thead tr th {
  border: none;
}
form#yith-wcwl-form table.wishlist_table tbody tr td {
  text-align: center;
  padding: 20px;
}
form#yith-wcwl-form table.wishlist_table tbody tr td a {
  font-size: 15px;
  color: #222222 !important;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  line-height: 24px;
  text-decoration: none;
}
form#yith-wcwl-form table.wishlist_table tbody tr td a.remove {
  display: inline-block;
}
form#yith-wcwl-form table.wishlist_table tbody tr td a img {
  width: 80px;
  height: auto;
}
form#yith-wcwl-form table.wishlist_table tbody tr td span.amount {
  font-size: 15px;
  color: #222222 !important;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  line-height: 24px;
}
form#yith-wcwl-form table.wishlist_table tbody tr td.product-remove {
  padding: 20px 0px;
}
form#yith-wcwl-form table.wishlist_table tbody tr td.product-remove a {
  width: 22px;
  height: 22px;
}
form#yith-wcwl-form table.wishlist_table tbody tr td.product-remove a:hover {
  background: #e5ae49;
  color: #fff !important;
}
form#yith-wcwl-form table.wishlist_table tbody tr td.product-thumbnail {
  width: 80px;
  padding: 20px 0px;
}
form#yith-wcwl-form table.wishlist_table tbody tr td.product-name {
  text-align: left;
}
form#yith-wcwl-form table.wishlist_table tbody tr td.product-price ins {
  text-decoration: none;
}
form#yith-wcwl-form table.wishlist_table tbody tr td.product-stock-status span {
  font-size: 15px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  line-height: 24px;
}
form#yith-wcwl-form table.wishlist_table tbody tr td.product-add-to-cart a {
  background: #222222;
  font-size: 14px;
  color: #FFFFFF !important;
  font-weight: 300;
  font-family: 'Ubuntu', sans-serif;
  line-height: 24px;
  padding: 10px 30px;
  border: none;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  width: 100%;
  -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;
}
form#yith-wcwl-form table.wishlist_table tbody tr td.product-add-to-cart a:hover {
  background: #e5ae49;
}
form#yith-wcwl-form table.wishlist_table tfoot tr td {
  padding: 0px;
}
form#yith-wcwl-form table.wishlist_table tfoot tr td .yith-wcwl-share {
  margin: 20px 0 0;
}
form#yith-wcwl-form table.wishlist_table tfoot tr td .yith-wcwl-share h4.yith-wcwl-share-title {
  display: inline-block;
  float: left;
  margin: 0 10px 0 0;
}
form#yith-wcwl-form table.wishlist_table tfoot tr td .yith-wcwl-share ul li {
  margin: 0px 5px;
}
/* 13.8 My Account */
.woocommerce-account .woocommerce p.myaccount_user {
  margin-bottom: 66px;
}
.woocommerce-account .woocommerce p.myaccount_user strong {
  color: #e5ae49;
}
.woocommerce-account .woocommerce p.myaccount_user a {
  color: #666666;
}
.woocommerce-account .woocommerce p.myaccount_user a:hover {
  color: #e5ae49;
  text-decoration: none;
}
.woocommerce-account .woocommerce h2 {
  font-weight: 700;
  text-transform: uppercase;
}
.woocommerce-account .woocommerce .addresses {
  margin-top: 55px;
}
.woocommerce-account .woocommerce .addresses .address {
  border: 1px solid #dadada;
  padding: 55px 49px 32px;
}
.woocommerce-account .woocommerce .addresses .address header.title h3 {
  font-weight: 700;
  text-transform: uppercase;
}
.woocommerce-account .woocommerce .addresses .address header.title a {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  background: #222222;
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
  font-family: 'Ubuntu', sans-serif;
  line-height: 24px;
  border: none;
  padding: 10px 30px;
  width: auto;
  -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;
}
.woocommerce-account .woocommerce .addresses .address header.title a:hover {
  background: #e5ae49;
  text-decoration: none;
}
.woocommerce-account .woocommerce form h3 {
  font-weight: 700;
  text-transform: uppercase;
}
.woocommerce-account .woocommerce form p label {
  color: #222222;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  padding: 13px 0;
}
.woocommerce-account .woocommerce form p label .required {
  font-weight: 400;
  color: #222222;
}
.woocommerce-account .woocommerce form p input {
  border: 1px solid #dadada;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  color: #666666;
  font-family: "Ubuntu", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px !important;
  margin-bottom: 20px;
  padding: 10px 15px;
}
.woocommerce-account .woocommerce form p input.button {
  background: #222222;
  color: #FFFFFF;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  border: none;
  padding: 10px 30px;
  margin-bottom: 0px;
  margin-top: 11px;
  -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;
}
.woocommerce-account .woocommerce form p input.button:hover {
  background: #e5ae49;
}
.woocommerce-account .woocommerce form p .country_select a {
  border: 1px solid #dadada;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  color: #666666;
  font-family: "Ubuntu", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px !important;
  margin-bottom: 20px;
  padding: 10px 15px;
}
.woocommerce-account .woocommerce form p#billing_address_1_field {
  margin-bottom: 15px;
}
/* 13.9 Checkout */
.woocommerce-checkout .woocommerce .woocommerce-info {
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  color: #666666;
  border-color: #e5ae49;
}
.woocommerce-checkout .woocommerce .woocommerce-info:before {
  color: #e5ae49;
}
.woocommerce-checkout .woocommerce .woocommerce-info a {
  color: #e5ae49;
}
.woocommerce-checkout .woocommerce ul.woocommerce-error li {
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  font-weight: 300;
}
.woocommerce-checkout .woocommerce form.checkout_coupon {
  border: 1px solid #dadada;
  padding: 59px 49px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.woocommerce-checkout .woocommerce form.checkout_coupon p input.input-text {
  border: 1px solid #dadada;
  border-radius: 2px;
  color: #666666;
  font-family: "Ubuntu", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  padding: 10px 15px;
}
.woocommerce-checkout .woocommerce form.checkout_coupon p input.button {
  background: #222222 none repeat scroll 0 0;
  border: medium none;
  border-radius: 25px;
  color: #ffffff;
  font-family: "Ubuntu", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  padding: 10px 30px;
  transition: all 0.3s ease-in-out 0s;
}
.woocommerce-checkout .woocommerce form.checkout_coupon p input.button:hover {
  background: #e5ae49;
}
.woocommerce-checkout .woocommerce form.checkout {
  margin-top: 75px;
}
.woocommerce-checkout .woocommerce form.checkout .col2-set {
  margin-bottom: 45px;
}
.woocommerce-checkout .woocommerce form.checkout .col2-set .col-1 .woocommerce-billing-fields h3 {
  font-weight: 700;
  text-transform: uppercase;
}
.woocommerce-checkout .woocommerce form.checkout .col2-set .col-1 .woocommerce-billing-fields p label {
  color: #222222;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  padding: 13px 0;
}
.woocommerce-checkout .woocommerce form.checkout .col2-set .col-1 .woocommerce-billing-fields p label .required {
  font-weight: 400;
  color: #222222;
}
.woocommerce-checkout .woocommerce form.checkout .col2-set .col-1 .woocommerce-billing-fields p input {
  border: 1px solid #dadada;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  color: #666666;
  font-family: "Ubuntu", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px !important;
  margin-bottom: 20px;
  padding: 10px 15px;
}
.woocommerce-checkout .woocommerce form.checkout .col2-set .col-1 .woocommerce-billing-fields p input.button {
  background: #222222;
  color: #FFFFFF;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  border: none;
  padding: 10px 30px;
  margin-bottom: 0px;
  margin-top: 11px;
  -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;
}
.woocommerce-checkout .woocommerce form.checkout .col2-set .col-1 .woocommerce-billing-fields p input.button:hover {
  background: #e5ae49;
}
.woocommerce-checkout .woocommerce form.checkout .col2-set .col-1 .woocommerce-billing-fields p .country_select a {
  border: 1px solid #dadada;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  color: #666666;
  font-family: "Ubuntu", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px !important;
  margin-bottom: 20px;
  padding: 10px 15px;
}
.woocommerce-checkout .woocommerce form.checkout .col2-set .col-1 .woocommerce-billing-fields p#billing_address_1_field {
  margin-bottom: 15px;
}
.woocommerce-checkout .woocommerce form.checkout .col2-set .col-2 .woocommerce-shipping-fields h3 label {
  font-weight: 700;
  text-transform: uppercase;
  padding: 0px 25px 0px 0px;
  margin: 0;
  float: left;
}
.woocommerce-checkout .woocommerce form.checkout .col2-set .col-2 .woocommerce-shipping-fields .shipping_address {
  margin-bottom: 10px;
}
.woocommerce-checkout .woocommerce form.checkout .col2-set .col-2 .woocommerce-shipping-fields .shipping_address p label {
  color: #222222;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  padding: 13px 0;
}
.woocommerce-checkout .woocommerce form.checkout .col2-set .col-2 .woocommerce-shipping-fields .shipping_address p label .required {
  font-weight: 400;
  color: #222222;
}
.woocommerce-checkout .woocommerce form.checkout .col2-set .col-2 .woocommerce-shipping-fields .shipping_address p input {
  border: 1px solid #dadada;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  color: #666666;
  font-family: "Ubuntu", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px !important;
  margin-bottom: 20px;
  padding: 10px 15px;
}
.woocommerce-checkout .woocommerce form.checkout .col2-set .col-2 .woocommerce-shipping-fields .shipping_address p input.button {
  background: #222222;
  color: #FFFFFF;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  border: none;
  padding: 10px 30px;
  margin-bottom: 0px;
  margin-top: 11px;
  -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;
}
.woocommerce-checkout .woocommerce form.checkout .col2-set .col-2 .woocommerce-shipping-fields .shipping_address p input.button:hover {
  background: #e5ae49;
}
.woocommerce-checkout .woocommerce form.checkout .col2-set .col-2 .woocommerce-shipping-fields .shipping_address p .country_select a {
  border: 1px solid #dadada;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  color: #666666;
  font-family: "Ubuntu", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px !important;
  margin-bottom: 20px;
  padding: 10px 15px;
}
.woocommerce-checkout .woocommerce form.checkout .col2-set .col-2 .woocommerce-shipping-fields .shipping_address p#billing_address_1_field {
  margin-bottom: 15px;
}
.woocommerce-checkout .woocommerce form.checkout .col2-set .col-2 .woocommerce-shipping-fields p label {
  color: #222222;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  padding: 13px 0;
}
.woocommerce-checkout .woocommerce form.checkout .col2-set .col-2 .woocommerce-shipping-fields p label .required {
  font-weight: 400;
  color: #222222;
}
.woocommerce-checkout .woocommerce form.checkout .col2-set .col-2 .woocommerce-shipping-fields p textarea {
  border: 1px solid #dadada;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  color: #666666;
  font-family: "Ubuntu", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px !important;
  margin-bottom: 20px;
  padding: 10px 15px;
}
.woocommerce-checkout .woocommerce form.checkout h3#order_review_heading {
  font-weight: 700;
  text-transform: uppercase;
}
.woocommerce-checkout .woocommerce form.checkout #order_review table.woocommerce-checkout-review-order-table {
  margin-bottom: 53px;
}
.woocommerce-checkout .woocommerce form.checkout #order_review table.woocommerce-checkout-review-order-table thead tr th {
  padding: 14px 0px;
  text-align: left;
}
.woocommerce-checkout .woocommerce form.checkout #order_review table.woocommerce-checkout-review-order-table tbody tr td {
  color: #222222;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  padding: 20px 0px;
  text-align: left;
}
.woocommerce-checkout .woocommerce form.checkout #order_review table.woocommerce-checkout-review-order-table tfoot tr th {
  color: #222222;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  padding: 20px 0px;
  text-align: left;
  text-transform: uppercase;
}
.woocommerce-checkout .woocommerce form.checkout #order_review table.woocommerce-checkout-review-order-table tfoot tr td {
  padding: 0px;
}
.woocommerce-checkout .woocommerce form.checkout #order_review table.woocommerce-checkout-review-order-table tfoot tr td span.amount {
  color: #222222;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  padding: 20px 0px;
  text-align: left;
}
.woocommerce-checkout .woocommerce form.checkout #order_review .woocommerce-checkout-payment {
  background: #ededed none repeat scroll 0 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.woocommerce-checkout .woocommerce form.checkout #order_review .woocommerce-checkout-payment ul.payment_methods {
  padding: 45px 70px 0;
}
.woocommerce-checkout .woocommerce form.checkout #order_review .woocommerce-checkout-payment ul.payment_methods li label {
  color: #222222;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  padding: 13px 0;
}
.woocommerce-checkout .woocommerce form.checkout #order_review .woocommerce-checkout-payment ul.payment_methods li label a {
  color: #222;
  text-decoration: none;
  margin-left: 10px;
}
.woocommerce-checkout .woocommerce form.checkout #order_review .woocommerce-checkout-payment ul.payment_methods li label a:hover {
  color: #e5ae49;
}
.woocommerce-checkout .woocommerce form.checkout #order_review .woocommerce-checkout-payment ul.payment_methods li .payment_box {
  margin: 0px;
  padding: 0px 30px;
  background: none;
}
.woocommerce-checkout .woocommerce form.checkout #order_review .woocommerce-checkout-payment ul.payment_methods li .payment_box:after {
  content: none;
}
.woocommerce-checkout .woocommerce form.checkout #order_review .woocommerce-checkout-payment ul.payment_methods li .payment_box.payment_method_paypal {
  margin-bottom: 24px;
}
.woocommerce-checkout .woocommerce form.checkout #order_review .woocommerce-checkout-payment .place-order {
  padding: 30px 70px 65px;
}
.woocommerce-checkout .woocommerce form.checkout #order_review .woocommerce-checkout-payment .place-order input#place_order {
  float: left;
  background: #222222 none repeat scroll 0 0;
  border: medium none;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 300;
  font-size: 14;
  line-height: 24px;
  color: #ffffff;
  margin-bottom: 0;
  margin-top: 11px;
  padding: 10px 30px;
  -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;
}
.woocommerce-checkout .woocommerce form.checkout #order_review .woocommerce-checkout-payment .place-order input#place_order:hover {
  background: #e5ae49;
}
/**
 * 14.0 Slide
 * -----------------------------------------------------------------------------
 */
.tp-dottedoverlay {
  background-image: none !important;
  background-color: rgba(0, 0, 0, 0.4) !important;
}
.tzText_line0 {
  font-family: 'Ubuntu', sans-serif !important;
  font-weight: 400 !important;
  color: #FFFFFF !important;
}
.tzText_line1 {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 700 !important;
  color: #FFFFFF !important;
}
.tzText_line2 {
  font-family: 'Ubuntu', sans-serif !important;
  font-weight: 300 !important;
  color: #FFFFFF !important;
}
.tzButton_left {
  background: #e5ae49 !important;
  border-width: 2px !important;
  border-style: solid !important;
  border-color: #e5ae49 !important;
  color: #ffffff !important;
  font-family: 'Ubuntu', sans-serif !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  border-radius: 25px !important;
  letter-spacing: 2px !important;
}
.tzButton_right {
  background: none !important;
  border-width: 2px !important;
  border-style: solid !important;
  border-color: #e5ae49 !important;
  color: #e5ae49 !important;
  font-family: 'Ubuntu', sans-serif !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  border-radius: 25px !important;
  letter-spacing: 2px !important;
}
.woocommerce-ordering select option {
  padding: 5px 10px;
}
/**
 * 15.0 404 Page
 * -----------------------------------------------------------------------------
 */
.page-404 {
  padding: 75px 0 120px;
}
.page-404 .error .bug-content h3 {
  text-align: center;
  margin-bottom: 10px;
}
.page-404 .error .bug-content p {
  font-size: 16px;
  text-align: center;
}
.page-404 .error .bug-content span {
  display: block;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 250px;
  line-height: 250px;
  color: #bebebe;
}
.page-404 .error .bug-content a.go-back {
  display: block;
  text-align: center;
  font-family: 'Ubuntu', sans-serif;
  font-size: 16px;
  color: #666;
}
.page-404 .error .bug-content a.go-back:hover {
  color: #e5ae49;
  text-decoration: none;
}
/**
 * 16.0 Responsive
 * -----------------------------------------------------------------------------
 */
@media (max-width: 1281px) {
  .tz-header .tz-headerBottom nav ul.tz-nav li a {
    padding: 44px 15px 40px;
  }
  .tz-header .tz-headerBottom nav ul.tz-nav li ul.non_mega_menu {
    width: 230px;
  }
  .tz-header .tz-headerBottom nav ul.tz-nav li ul.non_mega_menu li ul.sub-menu {
    width: 230px;
  }
  .tz-header .tz-headerBottom nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    padding-left: 15px;
    padding-right: 15px;
  }
  .tz-header .tz-headerBottom nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu {
    width: 180px;
  }
  .tz-header .tz-headerBottom nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item .product_list_widget li a img {
    margin-bottom: 10px;
    margin-right: 15px;
  }
  .tz-header .tz-headerBottom nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item .product_list_widget li a span.product-title {
    margin-bottom: 5px;
  }
  .tz-header .tz-headerBottom nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item .product_list_widget li .star-rating {
    margin-bottom: 5px;
  }
  .tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-1 #mega-menu-primary-custom-1 > li.mega-menu-item > a.mega-menu-link {
    padding-left: 15px;
    padding-right: 15px;
  }
  .tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-1 #mega-menu-primary-custom-1 > li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu {
    width: 180px;
  }
  .tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-1 #mega-menu-primary-custom-1 > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item .product_list_widget li a img {
    margin-bottom: 10px;
    margin-right: 15px;
  }
  .tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-1 #mega-menu-primary-custom-1 > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item .product_list_widget li a span.product-title {
    margin-bottom: 5px;
  }
  .tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-1 #mega-menu-primary-custom-1 > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item .product_list_widget li .star-rating {
    margin-bottom: 5px;
  }
  .tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-2 #mega-menu-primary-custom-2 > li.mega-menu-item > a.mega-menu-link {
    padding-left: 15px;
    padding-right: 15px;
  }
  .tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-2 #mega-menu-primary-custom-2 > li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu {
    width: 180px;
  }
  .tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-2 #mega-menu-primary-custom-2 > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item .product_list_widget li a img {
    margin-bottom: 10px;
    margin-right: 15px;
  }
  .tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-2 #mega-menu-primary-custom-2 > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item .product_list_widget li a span.product-title {
    margin-bottom: 5px;
  }
  .tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-2 #mega-menu-primary-custom-2 > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item .product_list_widget li .star-rating {
    margin-bottom: 5px;
  }
  .tzwidth50 > .vc_col-sm-3 {
    width: 50% !important;
  }
  .tzPortfolio_slick .tzPortfolio_slick_item .tzPortfolioslick_image {
    height: 400px;
  }
  .tzElement_Category_Grid.tzCategory_Grid_3_column .tzCategory_Grid_Item {
    width: 50%;
  }
  .tzElement_Category_Grid.tzCategory_Grid_3_column .tzCategory_Grid_Item:nth-child(3n+1) {
    clear: none;
  }
  .tzElement_Category_Grid.tzCategory_Grid_3_column .tzCategory_Grid_Item:nth-child(2n+1) {
    clear: both;
  }
  .tzElement-newsletter.tzNewsletter-modern .newsletter form table tbody tr td input {
    width: 100%;
  }
  .tzElement-newsletter.tzNewsletter-modern .newsletter form table tbody tr td input.newsletter-submit {
    width: auto;
  }
}
@media (max-width: 992px) {
  .container {
    width: 100%;
  }
  .tzwidth100 .vc_col-sm-6 {
    width: 100% !important;
  }
  .tzwidth100 .vc_col-sm-4 {
    width: 100% !important;
  }
  div .hades.tparrows {
    height: 50px;
    width: 50px;
    background: #000;
  }
  div .hades.tparrows:before {
    line-height: 50px;
    font-family: FontAwesome;
    font-size: 20px;
  }
  div .hades .tp-arr-allwrapper {
    display: none;
  }
  .tz-header .tz-headerTop .tz-headerLeft {
    float: none !important;
    text-align: center;
  }
  .tz-header .tz-headerTop .tz-headerLeft .tzheader_support {
    display: inline-block;
  }
  .tz-header .tz-headerTop .tz-headerRight {
    float: none !important;
    display: block;
    text-align: center;
  }
  .tz-header .tz-headerTop .tz-headerRight ul.tzheader_social {
    display: inline-block;
  }
  .tz-header .tz-headerTop .tz-headerRight ul.tzheader_social li:first-child {
    padding-left: 0;
  }
  .tz-header .tz-headerBottom .navbar-toggle {
    display: block;
    color: #bebebe;
    font-size: 17px;
    font-weight: 300;
    padding: 41px 12px 37px 0;
    margin: 0px;
  }
  .tz-header .tz-headerBottom nav {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 999999;
    width: 100%;
    padding: 0 15px;
  }
  .tz-header .tz-headerBottom nav .navbar-collapse.collapse {
    display: none !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .tz-header .tz-headerBottom nav .navbar-collapse.collapse.in {
    display: block!important;
  }
  .tz-header .tz-headerBottom nav ul.navbar-nav {
    width: 100%;
    background: #ffffff;
    border-top: 3px solid #222222;
    padding: 0px;
    -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
  }
  .tz-header .tz-headerBottom nav ul.navbar-nav > li {
    float: none;
    z-index: 999999;
  }
  .tz-header .tz-headerBottom nav ul.navbar-nav > li.menu-item-has-children:after {
    color: #454545;
    content: "\f105";
    font-family: FontAwesome;
    font-size: 14px;
    position: absolute;
    right: 20px;
    top: 12px;
  }
  .tz-header .tz-headerBottom nav ul.navbar-nav > li.menu-item-has-children:hover:after {
    color: #454545;
    content: "\f107";
    font-family: FontAwesome;
    font-size: 14px;
    position: absolute;
    right: 20px;
    top: 12px;
  }
  .tz-header .tz-headerBottom nav ul.navbar-nav li a {
    padding: 15px;
    border-bottom: 1px solid #ededed;
    background: #ffffff;
  }
  .tz-header .tz-headerBottom nav ul.navbar-nav li a:hover {
    background-color: #dfdfdf;
  }
  .tz-header .tz-headerBottom nav ul.navbar-nav li ul.non_mega_menu {
    position: relative;
    top: 0;
    background: none;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    visibility: hidden;
    opacity: 1;
    width: 100%;
    height: 0;
  }
  .tz-header .tz-headerBottom nav ul.navbar-nav li ul.non_mega_menu li {
    border: none;
  }
  .tz-header .tz-headerBottom nav ul.navbar-nav li ul.non_mega_menu li a {
    padding: 15px;
    border-bottom: 1px solid #ededed;
    background: #ffffff;
  }
  .tz-header .tz-headerBottom nav ul.navbar-nav li ul.non_mega_menu li a:hover {
    background-color: #eee;
  }
  .tz-header .tz-headerBottom nav ul.navbar-nav li .themeple_custom_menu_mega_menu {
    position: relative;
    top: 0;
    background: none;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    visibility: hidden;
    opacity: 1;
    height: 0;
  }
  .tz-header .tz-headerBottom nav ul.navbar-nav li .themeple_custom_menu_mega_menu.themeple_mega2 {
    width: 100% !important;
  }
  .tz-header .tz-headerBottom nav ul.navbar-nav li .themeple_custom_menu_mega_menu.themeple_mega3 {
    width: 100% !important;
  }
  .tz-header .tz-headerBottom nav ul.navbar-nav li .themeple_custom_menu_mega_menu.themeple_mega4 {
    width: 100% !important;
  }
  .tz-header .tz-headerBottom nav ul.navbar-nav li .themeple_custom_menu_mega_menu.themeple_mega5 {
    width: 100% !important;
  }
  .tz-header .tz-headerBottom nav ul.navbar-nav li .themeple_custom_menu_mega_menu ul.sub-menu {
    padding: 0px;
  }
  .tz-header .tz-headerBottom nav ul.navbar-nav li .themeple_custom_menu_mega_menu ul.sub-menu li {
    padding: 0px;
    float: none;
    width: 100% !important;
    border: none;
  }
  .tz-header .tz-headerBottom nav ul.navbar-nav li .themeple_custom_menu_mega_menu ul.sub-menu li a {
    padding: 15px;
    background: #ffffff;
  }
  .tz-header .tz-headerBottom nav ul.navbar-nav li .themeple_custom_menu_mega_menu ul.sub-menu li a:hover {
    background-color: #eee;
  }
  .tz-header .tz-headerBottom nav ul.navbar-nav li:hover > a {
    background-color: #dfdfdf;
  }
  .tz-header .tz-headerBottom nav ul.navbar-nav li:hover ul.non_mega_menu {
    top: 0;
    visibility: visible;
    opacity: 1;
    height: auto;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }
  .tz-header .tz-headerBottom nav ul.navbar-nav li:hover .themeple_custom_menu_mega_menu {
    top: 0;
    visibility: visible;
    opacity: 1;
    height: auto;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }
  .tz-header .tz-headerBottom.tz-max-mega-menu .navbar-toggle {
    display: none;
  }
  .tz-header .tz-headerBottom.tz-max-mega-menu nav #mega-menu-wrap-primary .mega-menu-toggle {
    background: none;
    position: absolute;
    top: -70px;
    right: 70px;
  }
  .tz-header .tz-headerBottom.tz-max-mega-menu nav #mega-menu-wrap-primary .mega-menu-toggle:after {
    content: none;
  }
  .tz-header .tz-headerBottom.tz-max-mega-menu nav #mega-menu-wrap-primary .mega-menu-toggle:before {
    content: '\f0c9';
    font-family: FontAwesome;
    font-size: 17px;
    font-weight: 300;
    color: #bebebe;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }
  .tz-header .tz-headerBottom.tz-max-mega-menu nav #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open:before {
    content: '\f0c9';
    font-family: FontAwesome;
    font-size: 17px;
    font-weight: 300;
    color: #bebebe;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }
  .tz-header .tz-headerBottom.tz-max-mega-menu nav #mega-menu-wrap-primary .mega-menu-toggle:hover:before {
    color: #e5ae49;
  }
  .tz-header .tz-headerBottom.tz-max-mega-menu nav #mega-menu-wrap-primary ul#mega-menu-primary {
    border-top: 3px solid #222222;
    background: #ffffff;
    -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
  }
  .tz-header .tz-headerBottom.tz-max-mega-menu nav #mega-menu-wrap-primary ul#mega-menu-primary li a {
    color: #222;
    line-height: 24px;
    padding: 8px 15px;
    border-bottom: 1px solid #ededed;
  }
  .tz-header .tz-headerBottom.tz-max-mega-menu nav #mega-menu-wrap-primary ul#mega-menu-primary li ul.mega-sub-menu {
    display: block !important;
    visibility: hidden;
    opacity: 1;
    top: 100%;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    height: 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }
  .tz-header .tz-headerBottom.tz-max-mega-menu nav #mega-menu-wrap-primary ul#mega-menu-primary li ul.mega-sub-menu li a {
    line-height: 24px;
    padding: 8px 15px;
    border-bottom: 1px solid #ededed;
  }
  .tz-header .tz-headerBottom.tz-max-mega-menu nav #mega-menu-wrap-primary ul#mega-menu-primary li.mega-menu-megamenu ul.mega-sub-menu {
    padding: 0px;
  }
  .tz-header .tz-headerBottom.tz-max-mega-menu nav #mega-menu-wrap-primary ul#mega-menu-primary li.mega-menu-megamenu ul.mega-sub-menu li {
    width: 100% !important;
    padding: 0px;
  }
  .tz-header .tz-headerBottom.tz-max-mega-menu nav #mega-menu-wrap-primary ul#mega-menu-primary li.mega-menu-megamenu ul.mega-sub-menu li h4 {
    padding: 10px 15px;
  }
  .tz-header .tz-headerBottom.tz-max-mega-menu nav #mega-menu-wrap-primary ul#mega-menu-primary li.mega-menu-megamenu ul.mega-sub-menu li ul.product_list_widget li {
    padding-left: 15px;
  }
  .tz-header .tz-headerBottom.tz-max-mega-menu nav #mega-menu-wrap-primary ul#mega-menu-primary li.mega-menu-megamenu ul.mega-sub-menu li ul.product_list_widget li a {
    display: block;
    padding: 0 15px;
    border: none;
  }
  .tz-header .tz-headerBottom.tz-max-mega-menu nav #mega-menu-wrap-primary ul#mega-menu-primary li.mega-menu-megamenu ul.mega-sub-menu li ul.product_list_widget li a img {
    margin: 0 20px 20px 0;
  }
  .tz-header .tz-headerBottom.tz-max-mega-menu nav #mega-menu-wrap-primary ul#mega-menu-primary li.mega-menu-megamenu ul.mega-sub-menu li.widget_nav_menu ul li {
    padding-left: 15px;
  }
  .tz-header .tz-headerBottom.tz-max-mega-menu nav #mega-menu-wrap-primary ul#mega-menu-primary li:hover > ul.mega-sub-menu {
    height: auto;
    visibility: visible;
  }
  .tz-header .tz-headerBottom.tz-max-mega-menu nav #mega-menu-wrap-primary-custom-1 .mega-menu-toggle {
    background: none;
    position: absolute;
    top: -70px;
    right: 70px;
  }
  .tz-header .tz-headerBottom.tz-max-mega-menu nav #mega-menu-wrap-primary-custom-1 .mega-menu-toggle:after {
    content: none;
  }
  .tz-header .tz-headerBottom.tz-max-mega-menu nav #mega-menu-wrap-primary-custom-1 .mega-menu-toggle:before {
    content: '\f0c9';
    font-family: FontAwesome;
    font-size: 17px;
    font-weight: 300;
    color: #bebebe;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }
  .tz-header .tz-headerBottom.tz-max-mega-menu nav #mega-menu-wrap-primary-custom-1 .mega-menu-toggle.mega-menu-open:before {
    content: '\f0c9';
    font-family: FontAwesome;
    font-size: 17px;
    font-weight: 300;
    color: #bebebe;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }
  .tz-header .tz-headerBottom.tz-max-mega-menu nav #mega-menu-wrap-primary-custom-1 .mega-menu-toggle:hover:before {
    color: #e5ae49;
  }
  .tz-header .tz-headerBottom.tz-max-mega-menu nav #mega-menu-wrap-primary-custom-1 ul#mega-menu-primary-custom-1 {
    border-top: 3px solid #222222;
    background: #ffffff;
    -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
  }
  .tz-header .tz-headerBottom.tz-max-mega-menu nav #mega-menu-wrap-primary-custom-1 ul#mega-menu-primary-custom-1 li a {
    color: #222;
    line-height: 24px;
    padding: 8px 15px;
    border-bottom: 1px solid #ededed;
  }
  .tz-header .tz-headerBottom.tz-max-mega-menu nav #mega-menu-wrap-primary-custom-1 ul#mega-menu-primary-custom-1 li ul.mega-sub-menu {
    display: block !important;
    visibility: hidden;
    opacity: 1;
    top: 100%;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    height: 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }
  .tz-header .tz-headerBottom.tz-max-mega-menu nav #mega-menu-wrap-primary-custom-1 ul#mega-menu-primary-custom-1 li ul.mega-sub-menu li a {
    line-height: 24px;
    padding: 8px 15px;
    border-bottom: 1px solid #ededed;
  }
  .tz-header .tz-headerBottom.tz-max-mega-menu nav #mega-menu-wrap-primary-custom-1 ul#mega-menu-primary-custom-1 li.mega-menu-megamenu ul.mega-sub-menu {
    padding: 0px;
  }
  .tz-header .tz-headerBottom.tz-max-mega-menu nav #mega-menu-wrap-primary-custom-1 ul#mega-menu-primary-custom-1 li.mega-menu-megamenu ul.mega-sub-menu li {
    width: 100% !important;
    padding: 0px;
  }
  .tz-header .tz-headerBottom.tz-max-mega-menu nav #mega-menu-wrap-primary-custom-1 ul#mega-menu-primary-custom-1 li.mega-menu-megamenu ul.mega-sub-menu li h4 {
    padding: 10px 15px;
  }
  .tz-header .tz-headerBottom.tz-max-mega-menu nav #mega-menu-wrap-primary-custom-1 ul#mega-menu-primary-custom-1 li.mega-menu-megamenu ul.mega-sub-menu li ul.product_list_widget li {
    padding-left: 15px;
  }
  .tz-header .tz-headerBottom.tz-max-mega-menu nav #mega-menu-wrap-primary-custom-1 ul#mega-menu-primary-custom-1 li.mega-menu-megamenu ul.mega-sub-menu li ul.product_list_widget li a {
    display: block;
    padding: 0 15px;
    border: none;
  }
  .tz-header .tz-headerBottom.tz-max-mega-menu nav #mega-menu-wrap-primary-custom-1 ul#mega-menu-primary-custom-1 li.mega-menu-megamenu ul.mega-sub-menu li ul.product_list_widget li a img {
    margin: 0 20px 20px 0;
  }
  .tz-header .tz-headerBottom.tz-max-mega-menu nav #mega-menu-wrap-primary-custom-1 ul#mega-menu-primary-custom-1 li.mega-menu-megamenu ul.mega-sub-menu li.widget_nav_menu ul li {
    padding-left: 15px;
  }
  .tz-header .tz-headerBottom.tz-max-mega-menu nav #mega-menu-wrap-primary-custom-1 ul#mega-menu-primary-custom-1 li:hover > ul.mega-sub-menu {
    height: auto;
    visibility: visible;
  }
  .tz-header .tz-headerBottom.tz-max-mega-menu nav #mega-menu-wrap-primary-custom-2 .mega-menu-toggle {
    background: none;
    position: absolute;
    top: -70px;
    right: 70px;
  }
  .tz-header .tz-headerBottom.tz-max-mega-menu nav #mega-menu-wrap-primary-custom-2 .mega-menu-toggle:after {
    content: none;
  }
  .tz-header .tz-headerBottom.tz-max-mega-menu nav #mega-menu-wrap-primary-custom-2 .mega-menu-toggle:before {
    content: '\f0c9';
    font-family: FontAwesome;
    font-size: 17px;
    font-weight: 300;
    color: #bebebe;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }
  .tz-header .tz-headerBottom.tz-max-mega-menu nav #mega-menu-wrap-primary-custom-2 .mega-menu-toggle.mega-menu-open:before {
    content: '\f0c9';
    font-family: FontAwesome;
    font-size: 17px;
    font-weight: 300;
    color: #bebebe;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }
  .tz-header .tz-headerBottom.tz-max-mega-menu nav #mega-menu-wrap-primary-custom-2 .mega-menu-toggle:hover:before {
    color: #e5ae49;
  }
  .tz-header .tz-headerBottom.tz-max-mega-menu nav #mega-menu-wrap-primary-custom-2 ul#mega-menu-primary-custom-2 {
    border-top: 3px solid #222222;
    background: #ffffff;
    -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
  }
  .tz-header .tz-headerBottom.tz-max-mega-menu nav #mega-menu-wrap-primary-custom-2 ul#mega-menu-primary-custom-2 li a {
    color: #222;
    line-height: 24px;
    padding: 8px 15px;
    border-bottom: 1px solid #ededed;
  }
  .tz-header .tz-headerBottom.tz-max-mega-menu nav #mega-menu-wrap-primary-custom-2 ul#mega-menu-primary-custom-2 li ul.mega-sub-menu {
    display: block !important;
    visibility: hidden;
    opacity: 1;
    top: 100%;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    height: 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }
  .tz-header .tz-headerBottom.tz-max-mega-menu nav #mega-menu-wrap-primary-custom-2 ul#mega-menu-primary-custom-2 li ul.mega-sub-menu li a {
    line-height: 24px;
    padding: 8px 15px;
    border-bottom: 1px solid #ededed;
  }
  .tz-header .tz-headerBottom.tz-max-mega-menu nav #mega-menu-wrap-primary-custom-2 ul#mega-menu-primary-custom-2 li.mega-menu-megamenu ul.mega-sub-menu {
    padding: 0px;
  }
  .tz-header .tz-headerBottom.tz-max-mega-menu nav #mega-menu-wrap-primary-custom-2 ul#mega-menu-primary-custom-2 li.mega-menu-megamenu ul.mega-sub-menu li {
    width: 100% !important;
    padding: 0px;
  }
  .tz-header .tz-headerBottom.tz-max-mega-menu nav #mega-menu-wrap-primary-custom-2 ul#mega-menu-primary-custom-2 li.mega-menu-megamenu ul.mega-sub-menu li h4 {
    padding: 10px 15px;
  }
  .tz-header .tz-headerBottom.tz-max-mega-menu nav #mega-menu-wrap-primary-custom-2 ul#mega-menu-primary-custom-2 li.mega-menu-megamenu ul.mega-sub-menu li ul.product_list_widget li {
    padding-left: 15px;
  }
  .tz-header .tz-headerBottom.tz-max-mega-menu nav #mega-menu-wrap-primary-custom-2 ul#mega-menu-primary-custom-2 li.mega-menu-megamenu ul.mega-sub-menu li ul.product_list_widget li a {
    display: block;
    padding: 0 15px;
    border: none;
  }
  .tz-header .tz-headerBottom.tz-max-mega-menu nav #mega-menu-wrap-primary-custom-2 ul#mega-menu-primary-custom-2 li.mega-menu-megamenu ul.mega-sub-menu li ul.product_list_widget li a img {
    margin: 0 20px 20px 0;
  }
  .tz-header .tz-headerBottom.tz-max-mega-menu nav #mega-menu-wrap-primary-custom-2 ul#mega-menu-primary-custom-2 li.mega-menu-megamenu ul.mega-sub-menu li.widget_nav_menu ul li {
    padding-left: 15px;
  }
  .tz-header .tz-headerBottom.tz-max-mega-menu nav #mega-menu-wrap-primary-custom-2 ul#mega-menu-primary-custom-2 li:hover > ul.mega-sub-menu {
    height: auto;
    visibility: visible;
  }
  .tz-header.tz-header-type-3 .tz-headerBottom.tz-max-mega-menu nav #mega-menu-wrap-primary .mega-menu-toggle {
    position: absolute;
    top: -70px;
    right: 70px;
  }
  .tz-header.tz-header-type-3 .tz-headerBottom.tz-max-mega-menu nav #mega-menu-wrap-primary .mega-menu-toggle:before {
    color: #ffffff;
  }
  .tz-header.tz-header-type-3 .tz-headerBottom.tz-max-mega-menu nav #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open:before {
    color: #ffffff;
  }
  .tz-header.tz-header-type-3 .tz-headerBottom.tz-max-mega-menu nav #mega-menu-wrap-primary-custom-1 .mega-menu-toggle {
    position: absolute;
    top: -70px;
    right: 70px;
  }
  .tz-header.tz-header-type-3 .tz-headerBottom.tz-max-mega-menu nav #mega-menu-wrap-primary-custom-1 .mega-menu-toggle:before {
    color: #ffffff;
  }
  .tz-header.tz-header-type-3 .tz-headerBottom.tz-max-mega-menu nav #mega-menu-wrap-primary-custom-1 .mega-menu-toggle.mega-menu-open:before {
    color: #ffffff;
  }
  .tz-header.tz-header-type-3 .tz-headerBottom.tz-max-mega-menu nav #mega-menu-wrap-primary-custom-2 .mega-menu-toggle {
    position: absolute;
    top: -70px;
    right: 70px;
  }
  .tz-header.tz-header-type-3 .tz-headerBottom.tz-max-mega-menu nav #mega-menu-wrap-primary-custom-2 .mega-menu-toggle:before {
    color: #ffffff;
  }
  .tz-header.tz-header-type-3 .tz-headerBottom.tz-max-mega-menu nav #mega-menu-wrap-primary-custom-2 .mega-menu-toggle.mega-menu-open:before {
    color: #ffffff;
  }
  .tzElement_Support.tzSupport_3_column .tzSupport_Item {
    float: left;
    width: 50%;
  }
  .tzElement_Support.tzSupport_3_column .tzSupport_Item:nth-child(3n+1) {
    clear: none;
  }
  .tzElement_Support.tzSupport_3_column .tzSupport_Item:nth-child(2n+1) {
    clear: both;
  }
  .tzElement_Ourteam.tzOurteam_type1 .tzOurteam_imageContainer .tzOurteam_ImageBox .tzOurteam_Image {
    width: 160px;
    height: 160px;
  }
  .tzElement_Quote.tzQuote_type1 .tzQuote_Item {
    padding: 0 100px;
  }
  .tzElement_Quote.tzQuote_type2 .tzQuote_Item {
    padding: 0 70px;
  }
  .tzElement_Quote_Container.tzQuote_type1 .tzElement_Quote .tzQuote_Item {
    padding: 0 100px;
  }
  .tzElement_Quote_Container.tzQuote_type2 .tzElement_Quote .tzQuote_Item {
    padding: 0 70px;
  }
  .tzElement_Quote_Container.tzQuote_type3 .tzElement_Quote .tzQuote_Item {
    padding: 0 40px;
  }
  .tzElement_Quote_Container.tzQuote_type5 .tzElement_Quote_Box {
    padding: 0 60px;
  }
  .tzElement_Quote_Container.tzQuote_type5 .tzElement_Quote_Box .tzElement_Quote .tzQuote_Item {
    padding: 50px 50px 0;
  }
  .tzElement_viewPost .tzViewPost_slider_advance .tzViewPost_item .tzViewPost_item_0 .tzViewPost_item_box .tzViewPost_info {
    padding: 15px;
  }
  .tzElement_viewPost .tzViewPost_slider_advance .tzViewPost_item .tzViewPost_item_1 .tzViewPost_item_box .tzViewPost_info {
    padding: 13px 15px;
  }
  .tzElement_viewPost .tzViewPost_slider_advance .tzViewPost_item .tzViewPost_item_2 .tzViewPost_item_box .tzViewPost_info {
    padding: 13px 15px;
  }
  .tzElement_viewPost .tzViewPost_slider_advance .tzViewPost_item .tzViewPost_item_3 .tzViewPost_item_box .tzViewPost_info {
    padding: 15px;
  }
  .tzOurProcess_Container .tzOurProcess .tzOurProcessItem .tzOurProcessItem_top {
    padding-left: 20px;
  }
  .tzOurProcess_Container .tzOurProcess .tzOurProcessItem .tzOurProcessItem_top .tzOurProcessItem_icon {
    width: 60px;
    height: 60px;
    left: 20px;
  }
  .tzOurProcess_Container .tzOurProcess .tzOurProcessItem .tzOurProcessItem_top .tzOurProcessItem_icon i {
    font-size: 24px;
    padding: 18px 0;
  }
  .tzOurProcess_Container .tzOurProcess .tzOurProcessItem .tzOurProcessItem_top .tzOurProcessItem_icon span {
    font-size: 24px;
    padding: 18px 0;
  }
  .tzOurProcess_Container .tzOurProcess .tzOurProcessItem .tzOurProcessItem_top .tzOurProcessItem_year {
    font-size: 26px;
    line-height: 28px;
    padding: 11px 15px 7px 75px;
  }
  .tzOurProcess_Container .tzOurProcess .tzOurProcessItem .tzOurProcessItem_top .tzOurProcessItem_name {
    font-size: 13px;
    line-height: 24px;
    padding: 0 15px 0 75px;
  }
  .tzOurProcess_Container .tzOurProcess .tzOurProcessItem .tzOurProcessItem_bottom {
    height: 68px;
    width: 100%;
  }
  .tzOurProcess_Container .tzOurProcess .tzOurProcessItem .tzOurProcessItem_bottom .tzOurProcessItem_left {
    width: 50px;
  }
  .tzOurProcess_Container .tzOurProcess .tzOurProcessItem .tzOurProcessItem_bottom .tzOurProcessItem_right {
    height: 100%;
    padding-left: 50px;
  }
  .tzElement_Quote_Container.tzQuote_type4 .tzElement_Quote .tzQuote_Item {
    padding: 0 50px;
  }
  .tzElement_viewPost .tzViewPost_slider_advance .tzViewPost_item .tzViewPost_item_0 {
    width: 33.33%;
  }
  .tzElement_viewPost .tzViewPost_slider_advance .tzViewPost_item .tzViewPost_item_0 .tzViewPost_item_box .tzViewPost_info .tzViewPost_meta a {
    display: block;
    margin-bottom: 15px;
  }
  .tzElement_viewPost .tzViewPost_slider_advance .tzViewPost_item .tzViewPost_item_0 .tzViewPost_item_box .tzViewPost_info .tzViewPost_meta span {
    display: block;
    margin-bottom: 15px;
  }
  .tzElement_viewPost .tzViewPost_slider_advance .tzViewPost_item .tzViewPost_item_0 .tzViewPost_item_box .tzViewPost_info .tzViewPost_meta small {
    display: none;
  }
  .tzElement_viewPost .tzViewPost_slider_advance .tzViewPost_item .tzViewPost_item_1 {
    width: 33.33%;
  }
  .tzElement_viewPost .tzViewPost_slider_advance .tzViewPost_item .tzViewPost_item_2 {
    width: 33.33%;
  }
  .tzElement_viewPost .tzViewPost_slider_advance .tzViewPost_item .tzViewPost_item_3 {
    width: 66.67%;
  }
  .tzElement_Category_Slide_Container.tzCategory_Slide_in_grid .tzElement_Category_Slide .tzCategory_Slide_Item a .tzCategory_Slide_Item_Content .tzCategory_Slide_Item_Content_box span {
    font-size: 55px;
  }
  .tzElement_Category_Slide_Container.tzCategory_Slide_in_grid .tzElement_Category_Slide .tzCategory_Slide_Item a .tzCategory_Slide_Item_Content .tzCategory_Slide_Item_Content_box h5 {
    font-size: 20px;
  }
  .tzOurProcess_Container {
    text-align: center;
  }
  .tzOurProcess_Container .tzOurProcess {
    display: inline-block;
  }
  .vc_tta-tabs.vc_tta-style-outline .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_tta-tab {
    margin: 0 20px 0 0;
  }
  .vc_tta-tabs.vc_tta-style-outline .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_tta-tab a {
    width: 135px;
    height: 145px;
  }
  .vc_tta-tabs.vc_tta-style-outline .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_tta-tab a span {
    font-size: 13px;
    padding: 13px 15px;
  }
  .tzshop-wrap .col-padding {
    float: none;
  }
  .tzshop-wrap .col-padding .product-grid ul.products li.tzShop-item.tzShop-4column {
    width: 50%;
  }
  .tzshop-wrap .col-padding .product-grid ul.products li.tzShop-item.tzShop-3column {
    width: 50%;
  }
  .tzshop-wrap .col-padding .product-grid ul.products li.tzShop-item.tzShop-2column {
    width: 50%;
  }
  .upsells {
    border-bottom: 1px solid #ededed;
    display: block;
    margin-bottom: 30px;
    padding: 0 0 15px;
  }
  .upsells h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #222222;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 15px;
  }
  .upsells ul.products li.tzShop-item {
    width: 50%;
  }
  .related ul.products li.tzShop-item {
    width: 50%;
  }
  .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info h1.product_title {
    margin-top: 20px;
  }
  .woocommerce ul.products li.product {
    width: 50%;
  }
  .woocommerce .cart-collaterals .cross-sells ul.products li.tzShop-item {
    width: 50%;
  }
  .woocommerce .cart-collaterals .tzCart_totals .tzCollateralsColumn form.woocommerce-shipping-calculator {
    margin-bottom: 100px;
  }
  .woocommerce form table.shop_table tbody tr td.actions .coupon {
    float: left;
  }
  .woocommerce form table.shop_table tbody tr td.actions input.button {
    width: auto;
    float: right;
  }
  .woocommerce-account .woocommerce .addresses .address.col-1 {
    margin-bottom: 50px;
  }
  .tzBlogColumn .tzBlogContainer .blogColumn-item .tzBlogInner .tzBlogQuote p {
    padding: 0 30px;
  }
  .tz-sidebar.tz-sidebar-right {
    margin-top: 95px;
  }
  .tz-sidebar.tz-sidebar-left {
    margin-bottom: 95px;
  }
  .tz-sidebar .widget.widget_search form {
    width: 265px;
  }
  .tz-sidebar .widget select {
    width: 265px;
  }
  .tz-sidebar .widget.widget_calendar #calendar_wrap table {
    width: 265px;
  }
  form#yith-wcwl-form table.wishlist_table tbody tr td.product-add-to-cart a {
    width: 110px;
    padding: 10px 5px;
  }
  .tzFooter .tzFooterTop .footerattr .widget.widget_newsletterwidget .newsletter form {
    width: 265px;
  }
}
@media (max-width: 768px) {
  .vc_col-sm-3 {
    float: left;
    width: 50% !important;
  }
  #wpadminbar {
    position: fixed !important;
  }
  div .hades.tparrows {
    display: none;
  }
  .tz-header .tz-headerBottom .tz-header-cart {
    display: none;
  }
  .tz-header .tz-headerBottom .tz-header-search {
    display: none;
  }
  .tz-header.tz-header-type-3 .tz-headerBottom {
    padding: 0;
  }
  .tz-header.tz-header-type-3 .tz-headerBottom.tz-max-mega-menu nav #mega-menu-wrap-primary-custom-1 .mega-menu-toggle {
    right: 15px;
    top: -60px;
  }
  .tz-header.tz-header-type-3 .tz-headerBottom.tz-max-mega-menu nav #mega-menu-wrap-primary .mega-menu-toggle {
    right: 15px;
    top: -60px;
  }
  .tz-header.tz-header-type-3 .tz-headerBottom.tz-max-mega-menu nav #mega-menu-wrap-primary-custom-2 .mega-menu-toggle {
    right: 15px;
    top: -60px;
  }
  .tz-header.tz-header-type-3 .tz-headerBottom.tz-max-mega-menu nav #mega-menu-wrap-primary-custom-1 .mega-menu-toggle {
    position: absolute;
    right: 21px;
    top: -70px;
  }
  .tzPortfolio_slick .tzPortfolio_slick_item .tzPortfolioslick_image {
    height: 300px;
  }
  .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading {
    margin-bottom: 30px !important;
  }
  .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading h4 a span {
    color: #222222;
    font-weight: 700;
    text-transform: uppercase;
  }
  .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
    background: none !important;
  }
  .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading h4 a span {
    color: #e5ae49;
  }
  .tzElement_Category_Grid .tzCategory_Grid_Item {
    width: 100% !important;
  }
  .tzElement_Quote_Container.tzQuote_type5 .tzElement_Quote_Box .tzElement_Quote_Wrap .tzElement_Quote .tzQuote_Item {
    padding: 30px 30px 0;
  }
  .tzElement_Feature.tzFeature_type2 .tzFeature_Icon {
    float: none;
    text-align: center;
  }
  .tzElement_Feature.tzFeature_type2 .tzFeature_Icon .tzFeature_iconBox {
    display: inline-block;
  }
  .tzElement_Feature.tzFeature_type2 h5.tzFeature_title {
    margin-left: 0;
    text-align: center;
  }
  .tzElement_Feature.tzFeature_type2 p.tzFeature_description {
    margin-left: 0;
    text-align: center;
  }
  .tzElement_Feature.tzFeature_type2.tzFeature_text-icon .tzFeature_Icon {
    float: none;
    text-align: center;
  }
  .tzElement_Feature.tzFeature_type2.tzFeature_text-icon .tzFeature_Icon .tzFeature_iconBox {
    display: inline-block;
  }
  .tzElement_Feature.tzFeature_type2.tzFeature_text-icon h5.tzFeature_title {
    margin-right: 0;
    text-align: center;
  }
  .tzElement_Feature.tzFeature_type2.tzFeature_text-icon p.tzFeature_description {
    margin-right: 0;
    text-align: center;
  }
  .tzElement_viewPost .tzViewPost_Grid .tzPost_Item .tzPost_Box .tzPost_Content .tzPostImage {
    float: none;
    width: 100%;
  }
  .tzElement_viewPost .tzViewPost_Grid .tzPost_Item .tzPost_Box .tzPost_Content .tzPost_info {
    margin-left: 0;
  }
  .tzElement_viewPost .tzViewPost_Grid .tzPost_Item .tzPost_Box .tzPost_Content .tzPost_info .tzPost_infomation {
    text-align: center;
  }
  .tzElement_viewPost .tzViewPost_Grid .tzPost_Item .tzPost_Box .tzPost_Content .tzPost_info .tzPost_title {
    text-align: center;
  }
  .tzElement_viewPost .tzViewPost_Grid .tzPost_Item .tzPost_Box .tzPost_Content .tzPost_info .tzPost_title:after {
    left: 50%;
    margin-left: -15px;
  }
  .tzElement_viewPost .tzViewPost_Grid .tzPost_Item .tzPost_Box .tzPost_Content .tzPost_info p {
    text-align: center;
  }
  .tzElement_viewPost .tzViewPost_slider {
    margin: 0px;
  }
  .tzwidth50 > .vc_col-sm-3 {
    width: 100% !important;
  }
  .tzOurProcess_Container .tzOurProcess .tzOurProcessItem {
    float: none !important;
    width: 100% !important;
  }
  .tzOurProcess_Container .tzOurProcess .tzOurProcessItem .tzOurProcessItem_top {
    padding-left: 0px;
  }
  .tzOurProcess_Container .tzOurProcess .tzOurProcessItem .tzOurProcessItem_top .tzOurProcessItem_icon {
    width: 88px;
    height: 88px;
    left: 0px;
    position: relative;
  }
  .tzOurProcess_Container .tzOurProcess .tzOurProcessItem .tzOurProcessItem_top .tzOurProcessItem_icon i {
    font-size: 35px;
    padding: 25px 0;
  }
  .tzOurProcess_Container .tzOurProcess .tzOurProcessItem .tzOurProcessItem_top .tzOurProcessItem_icon span {
    font-size: 35px;
    padding: 25px 0;
  }
  .tzOurProcess_Container .tzOurProcess .tzOurProcessItem .tzOurProcessItem_top .tzOurProcessItem_year {
    font-size: 40px;
    line-height: 40px;
    padding: 11px 15px 7px 110px;
  }
  .tzOurProcess_Container .tzOurProcess .tzOurProcessItem .tzOurProcessItem_top .tzOurProcessItem_name {
    font-size: 14px;
    line-height: 24px;
    padding: 0 15px 0 110px;
  }
  .tzOurProcess_Container .tzOurProcess .tzOurProcessItem .tzOurProcessItem_bottom .tzOurProcessItem_left {
    border-bottom: none;
  }
  .tzOurProcess_Container .tzOurProcess .tzOurProcessItem .tzOurProcessItem_bottom .tzOurProcessItem_right .tzOurProcessItem_rightbox {
    border: none;
  }
  .tzOurProcess_Container .tzOurProcess .tzOurProcessItem:last-child .tzOurProcessItem_bottom .tzOurProcessItem_left {
    border: none;
  }
  .tzresponsive {
    font-size: 50px !important;
  }
  .vc_tta-tabs.vc_tta-style-outline .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading {
    background: #ffffff;
    margin-bottom: 15px !important;
  }
  .vc_tta-tabs.vc_tta-style-outline .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading h4.vc_tta-panel-title a {
    padding: 10px 14px;
  }
  .vc_tta-tabs.vc_tta-style-outline .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading h4.vc_tta-panel-title a span {
    color: #222;
    font-weight: 400;
    font-size: 14px;
  }
  .vc_tta-tabs.vc_tta-style-outline .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading h4.vc_tta-panel-title a span {
    color: #e5ae49;
  }
}
@media (max-width: 480px) {
  .vc_col-sm-3 {
    width: 100% !important;
  }
  .wpb_text_column.tzResponsive_padding {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .tz-header .tz-headerTop {
    display: none;
  }
  .tz-header .tz-headerBottom .tz-header-cart {
    display: none;
  }
  .tz-header .tz-headerBottom .tz-header-search {
    display: none;
  }
  .tz-header .tz-headerBottom nav ul.navbar-nav {
    margin: 0px;
  }
  .tz-header .tz-headerBottom.tz-max-mega-menu nav #mega-menu-wrap-primary .mega-menu-toggle {
    right: 0;
  }
  .tz-header .tz-headerBottom.tz-max-mega-menu nav #mega-menu-wrap-primary-custom-1 .mega-menu-toggle {
    right: 0;
  }
  .tz-header .tz-headerBottom.tz-max-mega-menu nav #mega-menu-wrap-primary-custom-2 .mega-menu-toggle {
    right: 0;
  }
  .tz-header.tz-header-type-3 .tz-headerBottom.tz-max-mega-menu nav #mega-menu-wrap-primary .mega-menu-toggle {
    right: 0px;
  }
  .tz-header.tz-header-type-3 .tz-headerBottom.tz-max-mega-menu nav #mega-menu-wrap-primary-custom-1 .mega-menu-toggle {
    right: 0px;
  }
  .tz-header.tz-header-type-3 .tz-headerBottom.tz-max-mega-menu nav #mega-menu-wrap-primary-custom-2 .mega-menu-toggle {
    right: 0px;
  }
  .tz-header.tz-header-type-3 .tz-headerBottom a.tz_logo {
    max-width: 125px;
    padding: 0;
  }
  .tz-header.tz-header-type-3 .tz-headerBottom.tz-max-mega-menu nav #mega-menu-wrap-primary-custom-1 .mega-menu-toggle {
    right: 15px;
    top: -40px;
  }
  .tz-header.tz-header-type-3 .tz-headerBottom.tz-max-mega-menu nav #mega-menu-wrap-primary .mega-menu-toggle {
    right: 15px;
    top: -40px;
  }
  .tz-header.tz-header-type-3 .tz-headerBottom.tz-max-mega-menu nav #mega-menu-wrap-primary-custom-2 .mega-menu-toggle {
    right: 15px;
    top: -40px;
  }
  .tz-Breadcrumb .tzOverlayBreadcrumb {
    padding: 50px 0;
  }
  .tz-Breadcrumb .tzOverlayBreadcrumb h1 {
    font-size: 24px;
  }
  .tzPortfolio_slick .tzPortfolio_slick_item .tzPortfolioslick_image {
    height: 250px;
  }
  .tzPortfolio_slick .tzPortfolio_slick_item.slick-center {
    transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
  }
  .vc_tta-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .woocommerce ul.products li.product {
    width: 100%;
  }
  .tzElement_viewPost .tzViewPost_slider_advance .tzViewPost_item .tzViewPost_item_0 .tzViewPost_item_box .tzViewPost_info p {
    display: none;
  }
  .tzElement-title .tzTitle {
    font-size: 45px;
  }
  .tzElement-title .tzSubTitle {
    font-size: 18px;
  }
  .tzElement-title .tzDescription {
    padding: 0 15px;
  }
  .tzShortcode-title {
    text-align: center;
  }
  .wpb_text_column .wpb_wrapper h3 {
    text-align: center;
  }
  .wpb_text_column .wpb_wrapper p {
    text-align: center;
  }
  .tzresponsive {
    font-size: 30px !important;
  }
  .tzPortfolio_Grid .tzfilter .tzFillter_box {
    padding: 0 15px;
  }
  .tzPortfolio_Grid .tzfilter .tzFillter_box a {
    padding: 8px 15px;
  }
  .tzPortfolio_Grid .tzPortfolioGrid_Content .tzPortfolioGrid-item {
    width: 100% !important;
  }
  .tzElement_Feature.tzFeature_type1 .tzFeature_Icon {
    text-align: center;
  }
  .tzElement_Feature.tzFeature_type1 .tzFeature_Icon .tzFeature_iconBox {
    display: inline-block;
    float: none;
  }
  .tzElement_Feature.tzFeature_type1 h5.tzFeature_title {
    text-align: center;
    margin-left: 0;
  }
  .tzElement_Feature.tzFeature_type1 p.tzFeature_subTitle {
    margin-left: 0;
    text-align: center;
  }
  .tzElement_Feature.tzFeature_type1 p.tzFeature_description {
    text-align: center;
  }
  .vc_tta-style-modern .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
    padding: 30px 0px 20px;
  }
  .tzElement_Video .tzElement_textLeft {
    display: block;
    max-width: 100%;
    padding: 0 15px;
    right: 0;
    text-align: center;
    top: 35%;
    width: 100%;
  }
  .tzElement_Video .tzElement_textRight {
    display: block;
    max-width: 100%;
    padding: 0 15px;
    left: 0;
    text-align: center;
    top: 65%;
    width: 100%;
  }
  .tzElement_Quote_Container.tzQuote_type1 .tzElement_Quote .tzQuote_Item {
    padding: 0;
    text-align: center;
  }
  .tzElement_Quote_Container.tzQuote_type1 .tzElement_Quote .tzQuote_Item .tzQuote_Image {
    float: none;
    display: inline-block;
  }
  .tzElement_Quote_Container.tzQuote_type1 .tzElement_Quote .tzQuote_Item .tzQuote_Content {
    margin-left: 0px;
    margin-top: 23px;
  }
  .tzElement_Quote_Container.tzQuote_type1 .tzElement_Quote .tzQuote_Item .tzQuote_Info {
    margin: 0 0 20px;
  }
  .tzElement_Quote_Container.tzQuote_type1 .tzElement_Quote .owl-controls {
    text-align: center;
  }
  .tzElement_Quote_Container.tzQuote_type1 .tzElement_Quote .owl-controls .owl-pagination {
    display: inline-block;
    position: relative;
    right: auto;
    top: auto;
  }
  .tzElement_Quote_Container.tzQuote_type1 .tzElement_Quote .owl-controls .owl-pagination .owl-page {
    float: left;
  }
  .tzElement_Quote_Container.tzQuote_type1 .tzElement_Quote .owl-controls .owl-pagination:after {
    content: '';
    display: block;
    clear: both;
  }
  .tzElement_Quote_Container.tzQuote_type2 .tzElement_Quote .tzQuote_Item {
    padding: 0;
  }
  .tzElement_Quote_Container.tzQuote_type3 .tzElement_Quote .tzQuote_Item {
    padding: 0;
  }
  .tzElement_Quote_Container.tzQuote_type3 .tzElement_Quote .tzQuote_Item .tzQuote_Info {
    width: 250px;
  }
  .tzElement_Quote_Container.tzQuote_type3 button {
    display: none;
  }
  .tzElement_Quote.tzQuote_type1 .tzQuote_Item {
    padding: 0;
    text-align: center;
  }
  .tzElement_Quote.tzQuote_type1 .tzQuote_Item .tzQuote_Image {
    float: none;
    display: inline-block;
  }
  .tzElement_Quote.tzQuote_type1 .tzQuote_Item .tzQuote_Content {
    margin-left: 0px;
    margin-top: 23px;
  }
  .tzElement_Quote.tzQuote_type1 .tzQuote_Item .tzQuote_Info {
    margin: 0 0 20px;
  }
  .tzElement_Quote.tzQuote_type1 .owl-controls {
    text-align: center;
  }
  .tzElement_Quote.tzQuote_type1 .owl-controls .owl-pagination {
    display: inline-block;
    position: relative;
    right: auto;
    top: auto;
  }
  .tzElement_Quote.tzQuote_type1 .owl-controls .owl-pagination .owl-page {
    float: left;
  }
  .tzElement_Quote.tzQuote_type1 .owl-controls .owl-pagination:after {
    content: '';
    display: block;
    clear: both;
  }
  .tzElement_Quote.tzQuote_type2 .tzQuote_Item {
    padding: 0;
  }
  .tzElement_Feature.tzFeature_type2.tzFeature_text-icon .tzFeature_Icon {
    float: none;
    text-align: center;
    margin-bottom: 20px;
  }
  .tzElement_Feature.tzFeature_type2.tzFeature_text-icon .tzFeature_Icon .tzFeature_iconBox {
    display: inline-block;
  }
  .tzElement_Feature.tzFeature_type2.tzFeature_text-icon h5.tzFeature_title {
    margin-right: 0;
    text-align: center;
  }
  .tzElement_Feature.tzFeature_type2.tzFeature_text-icon p.tzFeature_description {
    margin-right: 0;
    text-align: center;
  }
  .tzElement_Feature.tzFeature_type2.tzFeature_icon-text .tzFeature_Icon {
    float: none;
    text-align: center;
    margin-bottom: 20px;
  }
  .tzElement_Feature.tzFeature_type2.tzFeature_icon-text .tzFeature_Icon .tzFeature_iconBox {
    display: inline-block;
  }
  .tzElement_Feature.tzFeature_type2.tzFeature_icon-text h5.tzFeature_title {
    margin-left: 0;
    text-align: center;
  }
  .tzElement_Feature.tzFeature_type2.tzFeature_icon-text p.tzFeature_description {
    margin-left: 0;
    text-align: center;
  }
  .tzElement_viewPost .tzViewPost_Grid .tzPost_Item .tzPost_Box .tzPost_Content .tzPostImage {
    float: none;
    width: 100%;
  }
  .tzElement_viewPost .tzViewPost_Grid .tzPost_Item .tzPost_Box .tzPost_Content .tzPost_info {
    margin-left: 0;
  }
  .tzElement_viewPost .tzViewPost_Grid .tzPost_Item .tzPost_Box .tzPost_Content .tzPost_info .tzPost_infomation {
    text-align: center;
  }
  .tzElement_viewPost .tzViewPost_Grid .tzPost_Item .tzPost_Box .tzPost_Content .tzPost_info .tzPost_title {
    text-align: center;
  }
  .tzElement_viewPost .tzViewPost_Grid .tzPost_Item .tzPost_Box .tzPost_Content .tzPost_info .tzPost_title:after {
    left: 50%;
    margin-left: -15px;
  }
  .tzElement_viewPost .tzViewPost_Grid .tzPost_Item .tzPost_Box .tzPost_Content .tzPost_info p {
    text-align: center;
  }
  .tzElement_viewPost .tzViewPost_slider_advance .tzViewPost_item .tzViewPost_item_0 {
    float: none;
    width: 100%;
    height: 300px;
  }
  .tzElement_viewPost .tzViewPost_slider_advance .tzViewPost_item .tzViewPost_item_1 {
    float: none;
    width: 100%;
    height: 300px;
  }
  .tzElement_viewPost .tzViewPost_slider_advance .tzViewPost_item .tzViewPost_item_2 {
    float: none;
    width: 100%;
    height: 300px;
  }
  .tzElement_viewPost .tzViewPost_slider_advance .tzViewPost_item .tzViewPost_item_3 {
    float: none;
    width: 100%;
    height: 300px;
  }
  .tzElement_viewPost .tzViewPost_slider {
    margin: 0px;
  }
  .tzElement_Quote_Container.tzQuote_type4 .tzElement_Quote .tzQuote_Item {
    padding: 0;
  }
  .tzElement_Quote_Container.tzQuote_type5 .tzElement_Quote_Box {
    position: relative;
    bottom: 0;
    padding: 0;
  }
  .tzElement_Quote_Container.tzQuote_type5 .tzElement_Quote_Box .tzElement_Quote .tzQuote_Item {
    padding: 30px 15px 0;
  }
  .tzElement_Support.tzSupport_3_column .tzSupport_Item {
    float: none;
    width: 100%;
  }
  .tzElement_Support.tzSupport_3_column .tzSupport_Item:nth-child(3n+1) {
    clear: none;
  }
  .tzElement_Support.tzSupport_3_column .tzSupport_Item:nth-child(2n+1) {
    clear: none;
  }
  .tzElement_Support .tzSupport_Item {
    padding: 20px;
  }
  .tzElement_Support .tzSupport_Item .tzSupport_Icon {
    width: 55px;
  }
  .tzElement_Support .tzSupport_Item .tzSupport_Info {
    padding-left: 55px;
  }
  .tzResponsive_removePadding .wpb_column {
    padding-top: 0 !important;
  }
  .vc_tta-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a span {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #222222;
    text-transform: uppercase;
  }
  .vc_tta-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
    background: none;
  }
  .vc_tta-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .woocommerce ul.products li.product {
    margin-bottom: 30px;
  }
  .tzBlogDefault .tzBlogContainer .tzBlogItem .tzBlogQuote p {
    padding: 0 15px;
  }
  .tzBlogDefault .tzBlogContainer .tzBlogItem .tzBlogContent {
    padding: 15px 15px 25px;
  }
  .tzBlogColumn .tzBlogContainer .blogColumn-item.tz_feature_item {
    width: 100% !important;
  }
  .tzBlogSingle .author .author-avata {
    float: none;
    text-align: center;
  }
  .tzBlogSingle .author .author-avata .author-img {
    display: inline-block;
  }
  .tzBlogSingle .author .author-avata .author-social {
    right: 10px;
  }
  .tzBlogSingle .author .author-info {
    margin-left: 0;
  }
  .tzBlogSingle .author .author-info h3 {
    text-align: center;
  }
  .tzBlogSingle .author .author-info span {
    text-align: center;
  }
  .tzBlogSingle .author .author-info p {
    text-align: center;
  }
  .tzBlogSingle .tzComments .comments-area .tzCommentContent {
    padding: 47px 15px 1px;
  }
  .tzBlogSingle .tzComments .comments-area .tzCommentContent ol.comment-list li article {
    text-align: center;
  }
  .tzBlogSingle .tzComments .comments-area .tzCommentContent ol.comment-list li article .comment-author {
    float: none;
    display: inline-block;
  }
  .tzBlogSingle .tzComments .comments-area .tzCommentContent ol.comment-list li article .comment-content {
    text-align: left;
    margin-left: 0;
  }
  .tzBlogSingle .tzComments .comments-area .tzCommentContent ol.comment-list li ol.children {
    padding-left: 0;
  }
  .tzshop-wrap .col-padding {
    float: none;
  }
  .tzshop-wrap .col-padding .grid_pagination_block {
    text-align: center;
  }
  .tzshop-wrap .col-padding .grid_pagination_block form.woocommerce-ordering {
    float: none;
    text-align: center;
    margin-bottom: 20px;
  }
  .tzshop-wrap .col-padding .grid_pagination_block p.woocommerce-result-count {
    float: none;
    margin-left: 0;
  }
  .tzshop-wrap .col-padding .grid_pagination_block .tzview-style {
    float: none;
    display: inline-block;
  }
  .tzshop-wrap .col-padding .grid_pagination_block .tzview-style:after {
    content: '';
    display: block;
    clear: both;
  }
  .tzshop-wrap .col-padding .product-grid ul.products li.tzShop-item.tzShop-4column {
    width: 100%;
  }
  .tzshop-wrap .col-padding .product-grid ul.products li.tzShop-item.tzShop-3column {
    width: 100%;
  }
  .tzshop-wrap .col-padding .product-grid ul.products li.tzShop-item.tzShop-2column {
    width: 100%;
  }
  .tzshop-wrap .col-padding .product-list ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image {
    width: 100%;
    float: none;
  }
  .tzshop-wrap .col-padding .product-list ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info {
    margin-left: 0;
  }
  .tzshop-wrap .col-padding .product-list ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info h3.tzShop-item_title {
    margin-top: 20px;
  }
  .tzshop-wrap .col-padding .product-list ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .tzShop-item_button_list .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a {
    padding: 8px 12px;
    margin-bottom: 20px;
  }
  .tzshop-wrap .col-padding .product-list ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .tzShop-item_button_list .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a {
    padding: 8px 12px;
    margin-bottom: 20px;
  }
  .tzshop-wrap .col-padding .product-list ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .tzShop-item_button_list .tzShop-item_button a {
    padding: 8px 12px;
    margin-bottom: 20px;
  }
  .tzshop-wrap .col-padding .woocommerce-pagination {
    text-align: center !important;
  }
  .upsells ul.products li.tzShop-item {
    width: 100%;
  }
  .related ul.products li.tzShop-item {
    width: 100%;
  }
  .woocommerce ul.products li.product {
    width: 100%;
  }
  .woocommerce .cart-collaterals .cross-sells ul.products li.tzShop-item {
    width: 100%;
  }
  .woocommerce .cart-collaterals .tzCart_totals .tzCollateralsColumn form.woocommerce-shipping-calculator .shipping-calculator-form {
    padding: 29px 19px;
  }
  .woocommerce .cart-collaterals .tzCart_totals .tzCollateralsColumn .cart_totals table {
    padding: 15px 20px 0;
  }
  .woocommerce .cart-collaterals .tzCart_totals .tzCollateralsColumn .cart_totals table tbody tr th {
    padding-right: 15px;
  }
  .woocommerce .cart-collaterals .tzCart_totals .tzCollateralsColumn .cart_totals .wc-proceed-to-checkout {
    padding: 20px;
  }
  .woocommerce form table.shop_table {
    margin-right: 0;
  }
  .woocommerce form table.shop_table thead tr th {
    font-size: 13px;
    padding: 14px 0px;
  }
  .woocommerce form table.shop_table thead tr th.product-price {
    display: none;
  }
  .woocommerce form table.shop_table tbody tr.cart_item td {
    padding: 20px 0px;
  }
  .woocommerce form table.shop_table tbody tr.cart_item td.product-price {
    display: none;
  }
  .woocommerce form table.shop_table tbody tr.cart_item td.product-quantity .quantity input {
    padding: 9px;
    width: 60px;
  }
  .woocommerce form table.shop_table tbody tr td.actions .coupon input {
    width: 130px;
  }
  .woocommerce form table.shop_table tbody tr td.product-price {
    display: none;
  }
  .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_images #tzShopDetail_slide {
    width: 100% !important;
  }
  .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_images #tzShopDetailSlide-carousel {
    display: none;
  }
  .woocommerce-checkout .woocommerce form.checkout .col2-set .col-1 .woocommerce-billing-fields p {
    width: 100%;
  }
  .woocommerce-checkout .woocommerce form.checkout .col2-set .col-2 .woocommerce-shipping-fields .shipping_address p {
    width: 100%;
  }
  .woocommerce-checkout .woocommerce form.checkout #order_review .woocommerce-checkout-payment ul.payment_methods {
    padding: 15px 15px 0;
  }
  .woocommerce-checkout .woocommerce form.checkout #order_review .woocommerce-checkout-payment ul.payment_methods li label a {
    line-height: 24px;
  }
  .woocommerce-checkout #payment ul.payment_methods li img {
    display: none;
  }
  .woocommerce-account .woocommerce .addresses .address {
    padding: 20px 15px 0;
  }
  .woocommerce-account .woocommerce .addresses .address header.title {
    margin-bottom: 25px;
  }
  .woocommerce-account .woocommerce .addresses .address header.title h3 {
    float: none;
  }
  .woocommerce-account .woocommerce .addresses .address header.title a {
    float: none;
    display: inline-block;
  }
  .woocommerce-account .woocommerce form p {
    width: 100%;
  }
  form#yith-wcwl-form table.wishlist_table tbody tr td {
    padding: 20px 0;
  }
  form#yith-wcwl-form table.wishlist_table tbody tr td.product-stock-status span {
    display: inline-block;
    font-size: 0;
    height: 20px;
    width: 20px;
    position: relative;
  }
  form#yith-wcwl-form table.wishlist_table tbody tr td.product-stock-status span.wishlist-in-stock:after {
    font-family: FontAwesome;
    content: "\f058";
    display: inline-block;
    font-size: 20px;
    content: #222;
    position: absolute;
    top: 0;
    left: 0;
  }
  form#yith-wcwl-form table.wishlist_table tbody tr td.product-stock-status span.wishlist-out-of-stock:after {
    font-family: FontAwesome;
    content: "\f057";
    display: inline-block;
    font-size: 20px;
    content: #222;
    position: absolute;
    top: 0;
    left: 0;
  }
  form#yith-wcwl-form table.wishlist_table tbody tr td.product-add-to-cart a {
    background: none;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    font-size: 0;
    height: 20px;
    width: 20px;
    position: relative;
    margin: 4px 0 0;
    padding: 0;
  }
  form#yith-wcwl-form table.wishlist_table tbody tr td.product-add-to-cart a:after {
    font-family: FontAwesome;
    content: "\f217";
    display: inline-block;
    font-size: 20px;
    position: absolute;
    top: 0;
    left: 0;
    color: #222;
  }
  form#yith-wcwl-form table.wishlist_table tbody tr td.product-add-to-cart a:hover {
    background: none;
  }
  form#yith-wcwl-form table.wishlist_table tbody tr td.product-add-to-cart a:hover:after {
    color: #e5ae49;
  }
  .tzFooter .tzFooterBottom .tzCopyright {
    float: none !important;
    text-align: center;
  }
  .tzFooter .tzFooterBottom .tzFooterSocial {
    padding: 0;
    float: none !important;
  }
  .tzFooter .tzFooterBottom .tzFooterSocial ul {
    text-align: center;
  }
  .tzFooter .tzFooterBottom .tzFooterSocial ul li {
    display: inline-block;
    float: none;
    margin-bottom: 25px;
  }
}
