/*
    Theme Name: Photography - Agency
    Theme URI: https://templaza.com
    Author: Templaza
    Author URI: https://templaza.com
    Version: 1.0
    Description: Maniva – One Page WordPress Theme – comes out with tons of powerful features including drag&drop content with Visual Composer, responsive sliders, custom styling and color and various versions. Its modern, attractive and clean design, accompanying with taking advantages of WooCommerce, WPML plugin and built-in shortcode collection will be right tool for you to make your website unique.
    License: GNU General Public License v2 or later
    License URI: https://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: Plazart
*/
/**
* Table of Contents:
*
* 1.0 General
* 2.0 Header & Breadcrumb
*   2.1 Header Page Blog + Portfolio
*   2.2 Header Shop
*   2.3 Header Home
*   2.4 Sub menu & Mega menu
*   2.5 Breadcrumb
* 3.0 Footer
*   3.1 Footer ( home + blog + portfolio )
* 4.0 Blog
*   4.1 Blog full width
*   4.2 Blog Masonry
* 5.0 Single Blog
* 6.0 Single Portfolio
* 7.0 Shop
* 8.0 Shop Detail
* 9.0 Sidebar
* 10.0 Element Of Content
*   10.1 Setting
*   10.2 Section title
*   10.3 Accordion
*   10.4 button
*   10.5 button 2
*   10.6 tz-button 3
*   10.7 List
*   10.8 Skill Item
*   10.9 Pricing Tables
*   10.10 Tabs
*   10.11 Tour
* 11.0 Slider Home
* 12.0 Page 404
* 13.0 Responsive
* -----------------------------------------------------------------------------
*/
/*!
 *  Font Awesome 4.3.0 by @davegandy - https://fontawesome.io - @fontawesome
 *  License - https://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
    font-family: 'FontAwesome';
    src: url('/fonts/font-awesome/fonts/fontawesome-webfont.eot?v=4.3.0');
    src: url('/fonts/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('/fonts/font-awesome/fonts/fontawesome-webfont.woff') format('woff2'), url('/fonts/font-awesome/fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('/fonts/font-awesome/fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('/fonts/font-awesome/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-fw {
    width: 1.28571429em;
    text-align: center;
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}

.fa-ul>li {
    position: relative;
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center;
}

.fa-li.fa-lg {
    left: -1.85714286em;
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eeeeee;
    border-radius: .1em;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.fa.pull-left {
    margin-right: .3em;
}

.fa.pull-right {
    margin-left: .3em;
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none;
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
    content: "\f000";
}

.fa-music:before {
    content: "\f001";
}

.fa-search:before {
    content: "\f002";
}

.fa-envelope-o:before {
    content: "\f003";
}

.fa-heart:before {
    content: "\f004";
}

.fa-star:before {
    content: "\f005";
}

.fa-star-o:before {
    content: "\f006";
}

.fa-user:before {
    content: "\f007";
}

.fa-film:before {
    content: "\f008";
}

.fa-th-large:before {
    content: "\f009";
}

.fa-th:before {
    content: "\f00a";
}

.fa-th-list:before {
    content: "\f00b";
}

.fa-check:before {
    content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d";
}

.fa-search-plus:before {
    content: "\f00e";
}

.fa-search-minus:before {
    content: "\f010";
}

.fa-power-off:before {
    content: "\f011";
}

.fa-signal:before {
    content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
    content: "\f013";
}

.fa-trash-o:before {
    content: "\f014";
}

.fa-home:before {
    content: "\f015";
}

.fa-file-o:before {
    content: "\f016";
}

.fa-clock-o:before {
    content: "\f017";
}

.fa-road:before {
    content: "\f018";
}

.fa-download:before {
    content: "\f019";
}

.fa-arrow-circle-o-down:before {
    content: "\f01a";
}

.fa-arrow-circle-o-up:before {
    content: "\f01b";
}

.fa-inbox:before {
    content: "\f01c";
}

.fa-play-circle-o:before {
    content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e";
}

.fa-refresh:before {
    content: "\f021";
}

.fa-list-alt:before {
    content: "\f022";
}

.fa-lock:before {
    content: "\f023";
}

.fa-flag:before {
    content: "\f024";
}

.fa-headphones:before {
    content: "\f025";
}

.fa-volume-off:before {
    content: "\f026";
}

.fa-volume-down:before {
    content: "\f027";
}

.fa-volume-up:before {
    content: "\f028";
}

.fa-qrcode:before {
    content: "\f029";
}

.fa-barcode:before {
    content: "\f02a";
}

.fa-tag:before {
    content: "\f02b";
}

.fa-tags:before {
    content: "\f02c";
}

.fa-book:before {
    content: "\f02d";
}

.fa-bookmark:before {
    content: "\f02e";
}

.fa-print:before {
    content: "\f02f";
}

.fa-camera:before {
    content: "\f030";
}

.fa-font:before {
    content: "\f031";
}

.fa-bold:before {
    content: "\f032";
}

.fa-italic:before {
    content: "\f033";
}

.fa-text-height:before {
    content: "\f034";
}

.fa-text-width:before {
    content: "\f035";
}

.fa-align-left:before {
    content: "\f036";
}

.fa-align-center:before {
    content: "\f037";
}

.fa-align-right:before {
    content: "\f038";
}

.fa-align-justify:before {
    content: "\f039";
}

.fa-list:before {
    content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b";
}

.fa-indent:before {
    content: "\f03c";
}

.fa-video-camera:before {
    content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e";
}

.fa-pencil:before {
    content: "\f040";
}

.fa-map-marker:before {
    content: "\f041";
}

.fa-adjust:before {
    content: "\f042";
}

.fa-tint:before {
    content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044";
}

.fa-share-square-o:before {
    content: "\f045";
}

.fa-check-square-o:before {
    content: "\f046";
}

.fa-arrows:before {
    content: "\f047";
}

.fa-step-backward:before {
    content: "\f048";
}

.fa-fast-backward:before {
    content: "\f049";
}

.fa-backward:before {
    content: "\f04a";
}

.fa-play:before {
    content: "\f04b";
}

.fa-pause:before {
    content: "\f04c";
}

.fa-stop:before {
    content: "\f04d";
}

.fa-forward:before {
    content: "\f04e";
}

.fa-fast-forward:before {
    content: "\f050";
}

.fa-step-forward:before {
    content: "\f051";
}

.fa-eject:before {
    content: "\f052";
}

.fa-chevron-left:before {
    content: "\f053";
}

.fa-chevron-right:before {
    content: "\f054";
}

.fa-plus-circle:before {
    content: "\f055";
}

.fa-minus-circle:before {
    content: "\f056";
}

.fa-times-circle:before {
    content: "\f057";
}

.fa-check-circle:before {
    content: "\f058";
}

.fa-question-circle:before {
    content: "\f059";
}

.fa-info-circle:before {
    content: "\f05a";
}

.fa-crosshairs:before {
    content: "\f05b";
}

.fa-times-circle-o:before {
    content: "\f05c";
}

.fa-check-circle-o:before {
    content: "\f05d";
}

.fa-ban:before {
    content: "\f05e";
}

.fa-arrow-left:before {
    content: "\f060";
}

.fa-arrow-right:before {
    content: "\f061";
}

.fa-arrow-up:before {
    content: "\f062";
}

.fa-arrow-down:before {
    content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064";
}

.fa-expand:before {
    content: "\f065";
}

.fa-compress:before {
    content: "\f066";
}

.fa-plus:before {
    content: "\f067";
}

.fa-minus:before {
    content: "\f068";
}

.fa-asterisk:before {
    content: "\f069";
}

.fa-exclamation-circle:before {
    content: "\f06a";
}

.fa-gift:before {
    content: "\f06b";
}

.fa-leaf:before {
    content: "\f06c";
}

.fa-fire:before {
    content: "\f06d";
}

.fa-eye:before {
    content: "\f06e";
}

.fa-eye-slash:before {
    content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071";
}

.fa-plane:before {
    content: "\f072";
}

.fa-calendar:before {
    content: "\f073";
}

.fa-random:before {
    content: "\f074";
}

.fa-comment:before {
    content: "\f075";
}

.fa-magnet:before {
    content: "\f076";
}

.fa-chevron-up:before {
    content: "\f077";
}

.fa-chevron-down:before {
    content: "\f078";
}

.fa-retweet:before {
    content: "\f079";
}

.fa-shopping-cart:before {
    content: "\f07a";
}

.fa-folder:before {
    content: "\f07b";
}

.fa-folder-open:before {
    content: "\f07c";
}

.fa-arrows-v:before {
    content: "\f07d";
}

.fa-arrows-h:before {
    content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080";
}

.fa-twitter-square:before {
    content: "\f081";
}

.fa-facebook-square:before {
    content: "\f082";
}

.fa-camera-retro:before {
    content: "\f083";
}

.fa-key:before {
    content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
    content: "\f085";
}

.fa-comments:before {
    content: "\f086";
}

.fa-thumbs-o-up:before {
    content: "\f087";
}

.fa-thumbs-o-down:before {
    content: "\f088";
}

.fa-star-half:before {
    content: "\f089";
}

.fa-heart-o:before {
    content: "\f08a";
}

.fa-sign-out:before {
    content: "\f08b";
}

.fa-linkedin-square:before {
    content: "\f08c";
}

.fa-thumb-tack:before {
    content: "\f08d";
}

.fa-external-link:before {
    content: "\f08e";
}

.fa-sign-in:before {
    content: "\f090";
}

.fa-trophy:before {
    content: "\f091";
}

.fa-github-square:before {
    content: "\f092";
}

.fa-upload:before {
    content: "\f093";
}

.fa-lemon-o:before {
    content: "\f094";
}

.fa-phone:before {
    content: "\f095";
}

.fa-square-o:before {
    content: "\f096";
}

.fa-bookmark-o:before {
    content: "\f097";
}

.fa-phone-square:before {
    content: "\f098";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a";
}

.fa-github:before {
    content: "\f09b";
}

.fa-unlock:before {
    content: "\f09c";
}

.fa-credit-card:before {
    content: "\f09d";
}

.fa-rss:before {
    content: "\f09e";
}

.fa-hdd-o:before {
    content: "\f0a0";
}

.fa-bullhorn:before {
    content: "\f0a1";
}

.fa-bell:before {
    content: "\f0f3";
}

.fa-certificate:before {
    content: "\f0a3";
}

.fa-hand-o-right:before {
    content: "\f0a4";
}

.fa-hand-o-left:before {
    content: "\f0a5";
}

.fa-hand-o-up:before {
    content: "\f0a6";
}

.fa-hand-o-down:before {
    content: "\f0a7";
}

.fa-arrow-circle-left:before {
    content: "\f0a8";
}

.fa-arrow-circle-right:before {
    content: "\f0a9";
}

.fa-arrow-circle-up:before {
    content: "\f0aa";
}

.fa-arrow-circle-down:before {
    content: "\f0ab";
}

.fa-globe:before {
    content: "\f0ac";
}

.fa-wrench:before {
    content: "\f0ad";
}

.fa-tasks:before {
    content: "\f0ae";
}

.fa-filter:before {
    content: "\f0b0";
}

.fa-briefcase:before {
    content: "\f0b1";
}

.fa-arrows-alt:before {
    content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1";
}

.fa-cloud:before {
    content: "\f0c2";
}

.fa-flask:before {
    content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5";
}

.fa-paperclip:before {
    content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7";
}

.fa-square:before {
    content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9";
}

.fa-list-ul:before {
    content: "\f0ca";
}

.fa-list-ol:before {
    content: "\f0cb";
}

.fa-strikethrough:before {
    content: "\f0cc";
}

.fa-underline:before {
    content: "\f0cd";
}

.fa-table:before {
    content: "\f0ce";
}

.fa-magic:before {
    content: "\f0d0";
}

.fa-truck:before {
    content: "\f0d1";
}

.fa-pinterest:before {
    content: "\f0d2";
}

.fa-pinterest-square:before {
    content: "\f0d3";
}

.fa-google-plus-square:before {
    content: "\f0d4";
}

.fa-google-plus:before {
    content: "\f0d5";
}

.fa-money:before {
    content: "\f0d6";
}

.fa-caret-down:before {
    content: "\f0d7";
}

.fa-caret-up:before {
    content: "\f0d8";
}

.fa-caret-left:before {
    content: "\f0d9";
}

.fa-caret-right:before {
    content: "\f0da";
}

.fa-columns:before {
    content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de";
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-linkedin:before {
    content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4";
}

.fa-comment-o:before {
    content: "\f0e5";
}

.fa-comments-o:before {
    content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7";
}

.fa-sitemap:before {
    content: "\f0e8";
}

.fa-umbrella:before {
    content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea";
}

.fa-lightbulb-o:before {
    content: "\f0eb";
}

.fa-exchange:before {
    content: "\f0ec";
}

.fa-cloud-download:before {
    content: "\f0ed";
}

.fa-cloud-upload:before {
    content: "\f0ee";
}

.fa-user-md:before {
    content: "\f0f0";
}

.fa-stethoscope:before {
    content: "\f0f1";
}

.fa-suitcase:before {
    content: "\f0f2";
}

.fa-bell-o:before {
    content: "\f0a2";
}

.fa-coffee:before {
    content: "\f0f4";
}

.fa-cutlery:before {
    content: "\f0f5";
}

.fa-file-text-o:before {
    content: "\f0f6";
}

.fa-building-o:before {
    content: "\f0f7";
}

.fa-hospital-o:before {
    content: "\f0f8";
}

.fa-ambulance:before {
    content: "\f0f9";
}

.fa-medkit:before {
    content: "\f0fa";
}

.fa-fighter-jet:before {
    content: "\f0fb";
}

.fa-beer:before {
    content: "\f0fc";
}

.fa-h-square:before {
    content: "\f0fd";
}

.fa-plus-square:before {
    content: "\f0fe";
}

.fa-angle-double-left:before {
    content: "\f100";
}

.fa-angle-double-right:before {
    content: "\f101";
}

.fa-angle-double-up:before {
    content: "\f102";
}

.fa-angle-double-down:before {
    content: "\f103";
}

.fa-angle-left:before {
    content: "\f104";
}

.fa-angle-right:before {
    content: "\f105";
}

.fa-angle-up:before {
    content: "\f106";
}

.fa-angle-down:before {
    content: "\f107";
}

.fa-desktop:before {
    content: "\f108";
}

.fa-laptop:before {
    content: "\f109";
}

.fa-tablet:before {
    content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b";
}

.fa-circle-o:before {
    content: "\f10c";
}

.fa-quote-left:before {
    content: "\f10d";
}

.fa-quote-right:before {
    content: "\f10e";
}

.fa-spinner:before {
    content: "\f110";
}

.fa-circle:before {
    content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112";
}

.fa-github-alt:before {
    content: "\f113";
}

.fa-folder-o:before {
    content: "\f114";
}

.fa-folder-open-o:before {
    content: "\f115";
}

.fa-smile-o:before {
    content: "\f118";
}

.fa-frown-o:before {
    content: "\f119";
}

.fa-meh-o:before {
    content: "\f11a";
}

.fa-gamepad:before {
    content: "\f11b";
}

.fa-keyboard-o:before {
    content: "\f11c";
}

.fa-flag-o:before {
    content: "\f11d";
}

.fa-flag-checkered:before {
    content: "\f11e";
}

.fa-terminal:before {
    content: "\f120";
}

.fa-code:before {
    content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123";
}

.fa-location-arrow:before {
    content: "\f124";
}

.fa-crop:before {
    content: "\f125";
}

.fa-code-fork:before {
    content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127";
}

.fa-question:before {
    content: "\f128";
}

.fa-info:before {
    content: "\f129";
}

.fa-exclamation:before {
    content: "\f12a";
}

.fa-superscript:before {
    content: "\f12b";
}

.fa-subscript:before {
    content: "\f12c";
}

.fa-eraser:before {
    content: "\f12d";
}

.fa-puzzle-piece:before {
    content: "\f12e";
}

.fa-microphone:before {
    content: "\f130";
}

.fa-microphone-slash:before {
    content: "\f131";
}

.fa-shield:before {
    content: "\f132";
}

.fa-calendar-o:before {
    content: "\f133";
}

.fa-fire-extinguisher:before {
    content: "\f134";
}

.fa-rocket:before {
    content: "\f135";
}

.fa-maxcdn:before {
    content: "\f136";
}

.fa-chevron-circle-left:before {
    content: "\f137";
}

.fa-chevron-circle-right:before {
    content: "\f138";
}

.fa-chevron-circle-up:before {
    content: "\f139";
}

.fa-chevron-circle-down:before {
    content: "\f13a";
}

.fa-html5:before {
    content: "\f13b";
}

.fa-css3:before {
    content: "\f13c";
}

.fa-anchor:before {
    content: "\f13d";
}

.fa-unlock-alt:before {
    content: "\f13e";
}

.fa-bullseye:before {
    content: "\f140";
}

.fa-ellipsis-h:before {
    content: "\f141";
}

.fa-ellipsis-v:before {
    content: "\f142";
}

.fa-rss-square:before {
    content: "\f143";
}

.fa-play-circle:before {
    content: "\f144";
}

.fa-ticket:before {
    content: "\f145";
}

.fa-minus-square:before {
    content: "\f146";
}

.fa-minus-square-o:before {
    content: "\f147";
}

.fa-level-up:before {
    content: "\f148";
}

.fa-level-down:before {
    content: "\f149";
}

.fa-check-square:before {
    content: "\f14a";
}

.fa-pencil-square:before {
    content: "\f14b";
}

.fa-external-link-square:before {
    content: "\f14c";
}

.fa-share-square:before {
    content: "\f14d";
}

.fa-compass:before {
    content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
    content: "\f153";
}

.fa-gbp:before {
    content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
    content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158";
}

.fa-won:before,
.fa-krw:before {
    content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a";
}

.fa-file:before {
    content: "\f15b";
}

.fa-file-text:before {
    content: "\f15c";
}

.fa-sort-alpha-asc:before {
    content: "\f15d";
}

.fa-sort-alpha-desc:before {
    content: "\f15e";
}

.fa-sort-amount-asc:before {
    content: "\f160";
}

.fa-sort-amount-desc:before {
    content: "\f161";
}

.fa-sort-numeric-asc:before {
    content: "\f162";
}

.fa-sort-numeric-desc:before {
    content: "\f163";
}

.fa-thumbs-up:before {
    content: "\f164";
}

.fa-thumbs-down:before {
    content: "\f165";
}

.fa-youtube-square:before {
    content: "\f166";
}

.fa-youtube:before {
    content: "\f167";
}

.fa-xing:before {
    content: "\f168";
}

.fa-xing-square:before {
    content: "\f169";
}

.fa-youtube-play:before {
    content: "\f16a";
}

.fa-dropbox:before {
    content: "\f16b";
}

.fa-stack-overflow:before {
    content: "\f16c";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-flickr:before {
    content: "\f16e";
}

.fa-adn:before {
    content: "\f170";
}

.fa-bitbucket:before {
    content: "\f171";
}

.fa-bitbucket-square:before {
    content: "\f172";
}

.fa-tumblr:before {
    content: "\f173";
}

.fa-tumblr-square:before {
    content: "\f174";
}

.fa-long-arrow-down:before {
    content: "\f175";
}

.fa-long-arrow-up:before {
    content: "\f176";
}

.fa-long-arrow-left:before {
    content: "\f177";
}

.fa-long-arrow-right:before {
    content: "\f178";
}

.fa-apple:before {
    content: "\f179";
}

.fa-windows:before {
    content: "\f17a";
}

.fa-android:before {
    content: "\f17b";
}

.fa-linux:before {
    content: "\f17c";
}

.fa-dribbble:before {
    content: "\f17d";
}

.fa-skype:before {
    content: "\f17e";
}

.fa-foursquare:before {
    content: "\f180";
}

.fa-trello:before {
    content: "\f181";
}

.fa-female:before {
    content: "\f182";
}

.fa-male:before {
    content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184";
}

.fa-sun-o:before {
    content: "\f185";
}

.fa-moon-o:before {
    content: "\f186";
}

.fa-archive:before {
    content: "\f187";
}

.fa-bug:before {
    content: "\f188";
}

.fa-vk:before {
    content: "\f189";
}

.fa-weibo:before {
    content: "\f18a";
}

.fa-renren:before {
    content: "\f18b";
}

.fa-pagelines:before {
    content: "\f18c";
}

.fa-stack-exchange:before {
    content: "\f18d";
}

.fa-arrow-circle-o-right:before {
    content: "\f18e";
}

.fa-arrow-circle-o-left:before {
    content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191";
}

.fa-dot-circle-o:before {
    content: "\f192";
}

.fa-wheelchair:before {
    content: "\f193";
}

.fa-vimeo-square:before {
    content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195";
}

.fa-plus-square-o:before {
    content: "\f196";
}

.fa-space-shuttle:before {
    content: "\f197";
}

.fa-slack:before {
    content: "\f198";
}

.fa-envelope-square:before {
    content: "\f199";
}

.fa-wordpress:before {
    content: "\f19a";
}

.fa-openid:before {
    content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d";
}

.fa-yahoo:before {
    content: "\f19e";
}

.fa-google:before {
    content: "\f1a0";
}

.fa-reddit:before {
    content: "\f1a1";
}

.fa-reddit-square:before {
    content: "\f1a2";
}

.fa-stumbleupon-circle:before {
    content: "\f1a3";
}

.fa-stumbleupon:before {
    content: "\f1a4";
}

.fa-delicious:before {
    content: "\f1a5";
}

.fa-digg:before {
    content: "\f1a6";
}

.fa-pied-piper:before {
    content: "\f1a7";
}

.fa-pied-piper-alt:before {
    content: "\f1a8";
}

.fa-drupal:before {
    content: "\f1a9";
}

.fa-joomla:before {
    content: "\f1aa";
}

.fa-language:before {
    content: "\f1ab";
}

.fa-fax:before {
    content: "\f1ac";
}

.fa-building:before {
    content: "\f1ad";
}

.fa-child:before {
    content: "\f1ae";
}

.fa-paw:before {
    content: "\f1b0";
}

.fa-spoon:before {
    content: "\f1b1";
}

.fa-cube:before {
    content: "\f1b2";
}

.fa-cubes:before {
    content: "\f1b3";
}

.fa-behance:before {
    content: "\f1b4";
}

.fa-behance-square:before {
    content: "\f1b5";
}

.fa-steam:before {
    content: "\f1b6";
}

.fa-steam-square:before {
    content: "\f1b7";
}

.fa-recycle:before {
    content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba";
}

.fa-tree:before {
    content: "\f1bb";
}

.fa-spotify:before {
    content: "\f1bc";
}

.fa-deviantart:before {
    content: "\f1bd";
}

.fa-soundcloud:before {
    content: "\f1be";
}

.fa-database:before {
    content: "\f1c0";
}

.fa-file-pdf-o:before {
    content: "\f1c1";
}

.fa-file-word-o:before {
    content: "\f1c2";
}

.fa-file-excel-o:before {
    content: "\f1c3";
}

.fa-file-powerpoint-o:before {
    content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8";
}

.fa-file-code-o:before {
    content: "\f1c9";
}

.fa-vine:before {
    content: "\f1ca";
}

.fa-codepen:before {
    content: "\f1cb";
}

.fa-jsfiddle:before {
    content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-life-ring:before {
    content: "\f1cd";
}

.fa-circle-o-notch:before {
    content: "\f1ce";
}

.fa-ra:before,
.fa-rebel:before {
    content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
    content: "\f1d1";
}

.fa-git-square:before {
    content: "\f1d2";
}

.fa-git:before {
    content: "\f1d3";
}

.fa-hacker-news:before {
    content: "\f1d4";
}

.fa-tencent-weibo:before {
    content: "\f1d5";
}

.fa-qq:before {
    content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9";
}

.fa-history:before {
    content: "\f1da";
}

.fa-genderless:before,
.fa-circle-thin:before {
    content: "\f1db";
}

.fa-header:before {
    content: "\f1dc";
}

.fa-paragraph:before {
    content: "\f1dd";
}

.fa-sliders:before {
    content: "\f1de";
}

.fa-share-alt:before {
    content: "\f1e0";
}

.fa-share-alt-square:before {
    content: "\f1e1";
}

.fa-bomb:before {
    content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3";
}

.fa-tty:before {
    content: "\f1e4";
}

.fa-binoculars:before {
    content: "\f1e5";
}

.fa-plug:before {
    content: "\f1e6";
}

.fa-slideshare:before {
    content: "\f1e7";
}

.fa-twitch:before {
    content: "\f1e8";
}

.fa-yelp:before {
    content: "\f1e9";
}

.fa-newspaper-o:before {
    content: "\f1ea";
}

.fa-wifi:before {
    content: "\f1eb";
}

.fa-calculator:before {
    content: "\f1ec";
}

.fa-paypal:before {
    content: "\f1ed";
}

.fa-google-wallet:before {
    content: "\f1ee";
}

.fa-cc-visa:before {
    content: "\f1f0";
}

.fa-cc-mastercard:before {
    content: "\f1f1";
}

.fa-cc-discover:before {
    content: "\f1f2";
}

.fa-cc-amex:before {
    content: "\f1f3";
}

.fa-cc-paypal:before {
    content: "\f1f4";
}

.fa-cc-stripe:before {
    content: "\f1f5";
}

.fa-bell-slash:before {
    content: "\f1f6";
}

.fa-bell-slash-o:before {
    content: "\f1f7";
}

.fa-trash:before {
    content: "\f1f8";
}

.fa-copyright:before {
    content: "\f1f9";
}

.fa-at:before {
    content: "\f1fa";
}

.fa-eyedropper:before {
    content: "\f1fb";
}

.fa-paint-brush:before {
    content: "\f1fc";
}

.fa-birthday-cake:before {
    content: "\f1fd";
}

.fa-area-chart:before {
    content: "\f1fe";
}

.fa-pie-chart:before {
    content: "\f200";
}

.fa-line-chart:before {
    content: "\f201";
}

.fa-lastfm:before {
    content: "\f202";
}

.fa-lastfm-square:before {
    content: "\f203";
}

.fa-toggle-off:before {
    content: "\f204";
}

.fa-toggle-on:before {
    content: "\f205";
}

.fa-bicycle:before {
    content: "\f206";
}

.fa-bus:before {
    content: "\f207";
}

.fa-ioxhost:before {
    content: "\f208";
}

.fa-angellist:before {
    content: "\f209";
}

.fa-cc:before {
    content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b";
}

.fa-meanpath:before {
    content: "\f20c";
}

.fa-buysellads:before {
    content: "\f20d";
}

.fa-connectdevelop:before {
    content: "\f20e";
}

.fa-dashcube:before {
    content: "\f210";
}

.fa-forumbee:before {
    content: "\f211";
}

.fa-leanpub:before {
    content: "\f212";
}

.fa-sellsy:before {
    content: "\f213";
}

.fa-shirtsinbulk:before {
    content: "\f214";
}

.fa-simplybuilt:before {
    content: "\f215";
}

.fa-skyatlas:before {
    content: "\f216";
}

.fa-cart-plus:before {
    content: "\f217";
}

.fa-cart-arrow-down:before {
    content: "\f218";
}

.fa-diamond:before {
    content: "\f219";
}

.fa-ship:before {
    content: "\f21a";
}

.fa-user-secret:before {
    content: "\f21b";
}

.fa-motorcycle:before {
    content: "\f21c";
}

.fa-street-view:before {
    content: "\f21d";
}

.fa-heartbeat:before {
    content: "\f21e";
}

.fa-venus:before {
    content: "\f221";
}

.fa-mars:before {
    content: "\f222";
}

.fa-mercury:before {
    content: "\f223";
}

.fa-transgender:before {
    content: "\f224";
}

.fa-transgender-alt:before {
    content: "\f225";
}

.fa-venus-double:before {
    content: "\f226";
}

.fa-mars-double:before {
    content: "\f227";
}

.fa-venus-mars:before {
    content: "\f228";
}

.fa-mars-stroke:before {
    content: "\f229";
}

.fa-mars-stroke-v:before {
    content: "\f22a";
}

.fa-mars-stroke-h:before {
    content: "\f22b";
}

.fa-neuter:before {
    content: "\f22c";
}

.fa-facebook-official:before {
    content: "\f230";
}

.fa-pinterest-p:before {
    content: "\f231";
}

.fa-whatsapp:before {
    content: "\f232";
}

.fa-server:before {
    content: "\f233";
}

.fa-user-plus:before {
    content: "\f234";
}

.fa-user-times:before {
    content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
    content: "\f236";
}

.fa-viacoin:before {
    content: "\f237";
}

.fa-train:before {
    content: "\f238";
}

.fa-subway:before {
    content: "\f239";
}

.fa-medium:before {
    content: "\f23a";
}

/**
 * 1.0 General
 * -----------------------------------------------------------------------------
 */
.ds-table {
    display: table;
    height: 100%;
    width: 100%;
}

.ds-table-cell {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.bypostauthor,
.sticky {
    color: #e54053;
}

div a:focus {
    outline: none;
}

.entry-content img {
    margin: 0 0 1.5em 0;
}

.alignleft,
img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
}

.alignright,
img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
}

.aligncenter,
img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
}

.wp-caption {
    margin-bottom: 1.5em;
    text-align: center;
    padding-top: 5px;
    max-width: 100% !important;
}

.wp-caption img {
    border: 0 none;
    padding: 0;
    margin: 0;
    max-width: 100%;
    height: auto;
}

.wp-caption p.wp-caption-text {
    line-height: 1.5;
    font-size: 10px;
    margin: 0;
}

.wp-smiley {
    margin: 0 !important;
    max-height: 1em;
}

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;
}

@font-face {
    font-family: 'latoblack';
    src: url('/fonts/lato-black/Lato-Black-webfont.eot');
    src: url('/fonts/lato-black/Lato-Black-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/lato-black/Lato-Black-webfont.woff2') format('woff2'), url('/fonts/lato-black/Lato-Black-webfont.woff') format('woff'), url('/fonts/lato-black/Lato-Black-webfont.ttf') format('truetype'), url('/fonts/lato-black/Lato-Black-webfont.svg#latoblack') format('svg');
    font-weight: normal;
    font-style: normal;
}

#easy-opener-section {
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10001;
}

.easy-opener-bg {
    background: #0d0d0d none repeat scroll 0 0;
    height: 100%;
    left: 0;
    opacity: 0.97;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.easy-opener-content {
    left: 50%;
    margin-left: -500px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 1000px;
}

.easy-opener-content img {
    max-height: 100%;
    max-width: 100%;
}

.easy-opener-close {
    background: rgba(0, 0, 0, 0) url("/images/sprites.png") no-repeat scroll -280px 0;
    display: block;
    height: 30px;
    left: 50%;
    margin-left: -15px;
    position: absolute;
    text-indent: -9999px;
    top: -60px;
    transition: opacity 0.1s ease-in-out 0s;
    width: 30px;
}

.easy-opener-next {
    background: rgba(0, 0, 0, 0) url("/images/sprites.png") no-repeat scroll -160px 0;
    display: block;
    height: 30px;
    margin-right: -50px;
    position: absolute;
    right: 50%;
    text-indent: -9999px;
    top: -60px;
    transition: opacity 0.1s ease-in-out 0s;
    width: 30px;
}

.easy-opener-prev {
    background: rgba(0, 0, 0, 0) url("/images/sprites.png") no-repeat scroll -190px 0;
    display: block;
    height: 30px;
    left: 50%;
    margin-left: -50px;
    position: absolute;
    text-indent: -9999px;
    top: -60px;
    transition: opacity 0.1s ease-in-out 0s;
    width: 30px;
}

.easy-opener-close:hover,
.easy-opener-next:hover,
.easy-opener-prev:hover {
    opacity: 0.7;
}

.fluid-width-video-wrapper iframe,
.fluid-width-video-wrapper object,
.fluid-width-video-wrapper embed {
    border: none;
}

.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;
    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);
    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;
    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);
    padding: 30px 0;
}

.owl-carousel .owl-wrapper {
    padding-top: 0;
    padding-bottom: 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(images/AjaxLoader.gif) no-repeat center center;
}

@font-face {
    font-family: 'flexslider-icon';
    src: url('/fonts/flexslider-icon.eot');
    src: url('/fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('/fonts/flexslider-icon.woff') format('woff'), url('/fonts/flexslider-icon.ttf') format('truetype'), url('/fonts/flexslider-icon.svg#flexslider-icon') format('svg');
    font-weight: normal;
    font-style: normal;
}

.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
    outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.flexslider {
    margin: 0;
    padding: 0;
    margin: 0 0 60px;
    background: #fff;
    border: 4px solid #fff;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    zoom: 1;
}

.flexslider .slides {
    zoom: 1;
}

.flexslider .slides>li {
    display: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flexslider .slides img {
    width: 100%;
    display: block;
}

.flex-pauseplay span {
    text-transform: capitalize;
}

.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: 0.8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000;
}

.flex-pauseplay a:before {
    font-family: "flexslider-icon";
    font-size: 20px;
    display: inline-block;
    content: '\f004';
}

.flex-pauseplay a:hover {
    opacity: 1;
}

.flex-pauseplay a.flex-play:before {
    content: '\f003';
}

.slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .slides {
    display: block;
}

* html .slides {
    height: 1%;
}

/* If you are not using another script, such as Modernizr, make sure you* include js that eliminates this class on page load */
.no-js .slides>li:first-child {
    display: block;
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.loading .flex-viewport {
    max-height: 300px;
}

.carousel li {
    margin-right: 5px;
}

.flex-direction-nav {
    height: 0;
}

.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.flex-direction-nav .flex-prev {
    left: -50px;
}

.flex-direction-nav .flex-next {
    right: -50px;
    text-align: right;
}

.flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    filter: alpha(opacity=0);
    cursor: default;
}

.flex-direction-nav a:before {
    font-family: "flexslider-icon";
    font-size: 40px;
    line-height: 1;
    display: inline-block;
    content: '\f001';
}

.flex-direction-nav a.flex-next:before {
    content: '\f002';
}

.flexslider:hover .flex-prev {
    opacity: 0.7;
    left: 10px;
}

.flexslider:hover .flex-next {
    opacity: 0.7;
    right: 10px;
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
    opacity: 1;
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center;
}

.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    display: inline;
}

.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}

.flex-control-paging li a:hover {
    background: #333;
    background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(0, 0, 0, 0.9);
    cursor: default;
}

.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
}

.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
}

.flex-control-thumbs img {
    width: 100%;
    display: block;
    opacity: .7;
    cursor: pointer;
}

.flex-control-thumbs img:hover {
    opacity: 1;
}

.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default;
}

@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 10px;
    }

    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 10px;
    }
}

.tz-blogDefault h1 {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    color: #454545;
    margin: 0px 0px 20px;
    padding: 0px;
    font-size: 36px;
    line-height: 32px;
}

.tz-blogDefault h2 {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    color: #454545;
    margin: 0px 0px 20px;
    padding: 0px;
    font-size: 30px;
    line-height: 32px;
}

.tz-blogDefault h3 {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    color: #454545;
    margin: 0px 0px 20px;
    padding: 0px;
    font-size: 24px;
    line-height: 32px;
}

.tz-blogDefault h4 {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    color: #454545;
    margin: 0px 0px 20px;
    padding: 0px;
    font-size: 20px;
    line-height: 32px;
}

.tz-blogDefault h5 {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    color: #454545;
    margin: 0px 0px 20px;
    padding: 0px;
    font-size: 18px;
    line-height: 32px;
}

.tz-blogDefault h6 {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    color: #454545;
    margin: 0px 0px 20px;
    padding: 0px;
    font-size: 16px;
    line-height: 32px;
}

.tz-blogDefault .TzFontWeight_light h1 {
    font-weight: 300;
}

.tz-blogDefault .TzFontWeight_light h2 {
    font-weight: 300;
}

.tz-blogDefault .TzFontWeight_light h3 {
    font-weight: 300;
}

.tz-blogDefault .TzFontWeight_light h4 {
    font-weight: 300;
}

.tz-blogDefault .TzFontWeight_light h5 {
    font-weight: 300;
}

.tz-blogDefault .TzFontWeight_light h6 {
    font-weight: 300;
}

.tz-blogDefault .wpb_content_element p {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #656565;
    line-height: 24px;
}

.tz-blogDefault .wpb_content_element.TzFontWeight_light p {
    font-weight: 300;
}

.tz-blogDefault table thead tr th {
    padding: 10px;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 500;
}

.tz-blogSingle .tz-blogSingleContent .tz-SingleContentBox .single-content h1,
.tz-blogSingle .tz-blogSingleContent .tz-SingleContentBox .single-content h2,
.tz-blogSingle .tz-blogSingleContent .tz-SingleContentBox .single-content h3,
.tz-blogSingle .tz-blogSingleContent .tz-SingleContentBox .single-content h4,
.tz-blogSingle .tz-blogSingleContent .tz-SingleContentBox .single-content h5,
.tz-blogSingle .tz-blogSingleContent .tz-SingleContentBox .single-content h6 {
    color: #444444;
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    margin: 0px 0px 20px;
    padding: 0px;
}

.plazart-dropcap-type1 {
    color: #e54053;
    display: inline-block;
    font-family: 'Lato';
    font-size: 78px !important;
    font-weight: 700 !important;
    line-height: 72px !important;
    margin: 0px 7px 0 0 !important;
}

.plazart-dropcap-type2 {
    color: #ffffff;
    background-color: #e54053;
    display: inline-block;
    font-family: 'Lato';
    font-size: 45px !important;
    font-weight: 700 !important;
    line-height: 45px !important;
    margin: 8px 7px 0 0 !important;
    padding: 7px 11px;
}

.wpb_content_element .plazart-dropcap-type3 {
    color: #ffffff;
    background: #dadada;
    font-weight: 700;
    font-size: 45px;
    display: inline-block;
    font-family: 'latoblack';
    line-height: 55px !important;
    margin: 10px 9px 0 0 !important;
    padding: 0 8px;
}

table thead tr th {
    padding: 10px;
    color: #444444;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 500;
}

table tbody tr th a {
    padding: 10px;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #444444;
}

table tbody tr th a:hover {
    text-decoration: none;
    color: #e54053;
}

table tbody tr td {
    color: #444444;
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    padding: 10px;
}

dl dt {
    color: #444444;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 500;
}

dl dd {
    color: #444444;
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
}

ul li,
ol li {
    color: #444444;
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
}

address {
    color: #444444;
    font-family: "Raleway", 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: 'Raleway', 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: #444444;
    border: none;
    font-family: "Roboto Slab", serif;
    font-size: 12px;
    font-weight: 400;
    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(50% - 4px);
    max-width: calc(50% - 4px);
    width: auto !important;
}

.gallery-columns-3 .gallery-item {
    max-width: 32%;
    max-width: -webkit-calc(33.3% - 4px);
    max-width: calc(33.3% - 4px);
    width: auto !important;
}

.gallery-columns-4 .gallery-item {
    max-width: 23%;
    max-width: -webkit-calc(25% - 4px);
    max-width: calc(25% - 4px);
    width: auto !important;
}

.gallery-columns-5 .gallery-item {
    max-width: 19%;
    max-width: -webkit-calc(20% - 4px);
    max-width: calc(20% - 4px);
    width: auto !important;
}

.gallery-columns-6 .gallery-item {
    max-width: 15%;
    max-width: -webkit-calc(16.7% - 4px);
    max-width: calc(16.7% - 4px);
    width: auto !important;
}

.gallery-columns-7 .gallery-item {
    max-width: 13%;
    max-width: -webkit-calc(14.28% - 4px);
    max-width: calc(14.28% - 4px);
    width: auto !important;
}

.gallery-columns-8 .gallery-item {
    max-width: 11%;
    max-width: -webkit-calc(12.5% - 4px);
    max-width: calc(12.5% - 4px);
    width: auto !important;
}

.gallery-columns-9 .gallery-item {
    max-width: 9%;
    max-width: -webkit-calc(11.1% - 4px);
    max-width: calc(11.1% - 4px);
    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;
}

#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;
}

.wpb_video_widget .wpb_wrapper iframe {
    border: none;
}

/**
 * 2.0 Header & Breadcrumb
 * -----------------------------------------------------------------------------
 */
/* 2.1 - Header Page Blog + Portfolio */
.tz-header .tz-headerTop {
    border-bottom: 1px solid #e6e6e6;
}

.tz-header .tz-headerTop .tz-headerLeft ul {
    margin: 0px;
    padding: 0px;
}

.tz-header .tz-headerTop .tz-headerLeft ul li {
    list-style: none;
    float: left;
    margin-right: 18px;
    padding: 6px 0px;
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #555555;
}

.tz-header .tz-headerTop .tz-headerLeft ul li i {
    padding-right: 5px;
    color: #aaaaaa;
}

.tz-header .tz-headerTop .tz-headerLeft ul li:last-child {
    margin-right: 0px;
}

.tz-header .tz-headerTop .tz-headerLeft ul:after {
    content: "";
    display: block;
    clear: both;
}

.tz-header .tz-headerTop .tz-headerRight ul {
    margin: 0px;
    padding: 0px;
}

.tz-header .tz-headerTop .tz-headerRight ul li {
    list-style: none;
    float: left;
}

.tz-header .tz-headerTop .tz-headerRight ul li a {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #555555;
}

.tz-header .tz-headerTop .tz-headerRight ul li a i {
    color: #aaaaaa;
    padding: 11px 6px;
}

.tz-header .tz-headerTop .tz-headerRight ul li a:hover i {
    color: #e54053;
}

.tz-header .tz-headerTop .tz-headerRight ul:after {
    content: "";
    display: block;
    clear: both;
}

.tz-header .tz-headerBottom {
    border-bottom: 3px solid #e54053;
}

.tz-header .tz-headerBottom a.tz_logo {
    padding: 10px 0px;
}

.tz-header .tz-headerBottom a.tz_logo {
    display: inline-block;
    text-transform: uppercase;
    font-family: sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #4b4b4b;
    line-height: 1.2;
    margin: 0;
}

.tz-header .tz-headerBottom a.tz_logo:hover {
    text-decoration: none;
}

@media screen and (max-width: 992px) {
    .tz-header .tz-headerBottom a.tz_logo {
        font-size: 24px;
        padding: 20px 0px;
    }
}

.tz-header .tz-headerBottom a.tz_logo img {
	width: 300px;
  	max-width: 100%;
  	height: auto;
}

.tz-header .tz-headerBottom nav ul {
    margin: 0px;
    padding: 0px;
}

.tz-header .tz-headerBottom nav ul li {
    position: relative;
}

.tz-header .tz-headerBottom nav>ul>li>a {
    padding: 0px 13px;
    margin: 40px 0px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 13px;
    text-transform: uppercase;
    color: #666666;
    line-height: 11px;
    border-right: 1px solid #c2c1c1;
}

.tz-header .tz-headerBottom nav>ul>li>a:hover {
    background: none;
    color: #e54053;
}

.tz-header .tz-headerBottom nav>ul>li:last-child>a {
    padding-right: 0px;
    border-right: none;
}

.tz_icon_menu {
    display: none;
}

/* 2.3 Header Home */
@keyframes menuVertical_6 {
    0% {
        padding-left: 20px;
    }

    50% {
        padding-left: 40px;
    }

    100% {
        padding-left: 20px;
    }
}

@-webkit-keyframes menuVertical_6 {
    0% {
        padding-left: 20px;
    }

    50% {
        padding-left: 35px;
    }

    100% {
        padding-left: 20px;
    }
}

.tz_logo_bg_slider {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
}

.tz_logo_bg_slider .ds-table-cell img {
    transition: all 0.1s linear 0s;
}

.tz-menuEffect {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
}

/* 2.4 Sub menu & Mega menu */
.tz-header .tz-headerBottom nav ul {
    margin: 0px;
    padding: 0px;
}

.tz-header .tz-headerBottom nav ul li {
    list-style: none;
    position: relative;
}

.tz-header .tz-headerBottom nav>ul.tz-nav>li ul.non_mega_menu {
    position: absolute;
    top: 120%;
    left: 0;
    visibility: hidden;
    opacity: 0;
    background: #333333;
    width: 220px;
    border-top: 3px solid #e54053;
    z-index: 9999999;
}

.tz-header .tz-headerBottom nav>ul.tz-nav>li:hover ul.non_mega_menu {
    top: 100%;
    visibility: visible;
    opacity: 1;
    transition: all 0.3s ease-in-out 0s;
}

.tz-header .tz-headerBottom nav>ul.tz-nav>li ul.non_mega_menu li {
    position: relative;
    padding: 0px 29px;
    list-style: none;
}

.tz-header .tz-headerBottom nav>ul.tz-nav>li ul.non_mega_menu>li>a {
    display: block;
    padding: 14px 0px;
    border-top: 1px solid #5c5c5c;
    font-family: 'Roboto Condensed', serif;
    font-weight: 400;
    font-size: 13;
    line-height: 24px;
    text-transform: uppercase;
    color: #e1e1e1;
}

.tz-header .tz-headerBottom nav>ul.tz-nav>li ul.non_mega_menu>li:first-child>a {
    border: none;
}

.tz-header .tz-headerBottom nav>ul.tz-nav>li ul.non_mega_menu>li>a:hover {
    color: #e54053;
    text-decoration: none;
}

.tz-header .tz-headerBottom nav>ul.tz-nav>li ul.non_mega_menu li ul.sub-menu {
    position: absolute;
    top: 0;
    left: 120%;
    visibility: hidden;
    opacity: 0;
    background: #333333;
    width: 220px;
    border-top: 2px solid #e54053;
}

.tz-header .tz-headerBottom nav>ul.tz-nav>li ul.non_mega_menu li:hover>ul.sub-menu {
    left: 100%;
    visibility: visible;
    opacity: 1;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}

.tz-header .tz-headerBottom nav>ul.tz-nav>li ul.non_mega_menu>li ul.sub-menu li a {
    display: block;
    padding: 14px 0px;
    border-top: 1px solid #5c5c5c;
    font-family: 'Roboto Condensed', serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 24px;
    text-transform: uppercase;
    color: #e1e1e1;
}

.tz-header .tz-headerBottom nav>ul.tz-nav>li ul.non_mega_menu>li ul.sub-menu>li:first-child>a {
    border: none;
}

.tz-header .tz-headerBottom nav>ul.tz-nav>li ul.non_mega_menu>li ul.sub-menu li a:hover {
    color: #e54053;
    text-decoration: none;
}

.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: 220px !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: 200px !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: 200px !important;
}

.tz-header .tz-headerBottom nav>ul.tz-nav>li .themeple_custom_menu_mega_menu.themeple_mega5 {
    width: 950px !important;
}

.tz-header .tz-headerBottom nav>ul.tz-nav>li .themeple_custom_menu_mega_menu.themeple_mega5>ul>li {
    width: 190px !important;
}

.tz-header .tz-headerBottom nav>ul.tz-nav>li .themeple_custom_menu_mega_menu {
    position: absolute;
    top: 120%;
    left: 0;
    visibility: hidden;
    opacity: 0;
    background: #333333;
    border-top: 3px solid #e54053;
    z-index: 9999999;
}

.tz-header .tz-headerBottom nav>ul.tz-nav>li:hover .themeple_custom_menu_mega_menu {
    top: 100%;
    visibility: visible;
    opacity: 1;
    transition: all 0.3s ease-in-out 0s;
}

.tz-header .tz-headerBottom nav>ul.tz-nav>li .themeple_custom_menu_mega_menu>ul>li {
    float: left;
    border-left: 1px solid #6a6a6a;
    padding: 0px 20px;
}

.tz-header .tz-headerBottom nav>ul.tz-nav>li .themeple_custom_menu_mega_menu>ul>li:first-child {
    border: none;
}

.tz-header .tz-headerBottom nav>ul.tz-nav>li .themeple_custom_menu_mega_menu>ul>li a.mega-group-title {
    font-family: 'Roboto Condensed', serif;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    color: #f2f2f2;
    display: block;
    padding: 15px 0px;
}

.tz-header .tz-headerBottom nav>ul.tz-nav>li .themeple_custom_menu_mega_menu>ul>li a.mega-group-title:hover {
    text-decoration: none;
    color: #e54053;
}

.tz-header .tz-headerBottom nav>ul.tz-nav>li .themeple_custom_menu_mega_menu>ul>li>ul>li>a {
    display: block;
    font-family: 'Roboto Condensed', serif;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    color: #e1e1e1;
    border-top: 1px solid #6a6a6a;
    padding: 15px 0px;
}

.tz-header .tz-headerBottom nav>ul.tz-nav>li .themeple_custom_menu_mega_menu>ul>li>ul>li>a:hover {
    text-decoration: none;
    color: #e54053;
}

/* 2.5 Breadcrumb */

.tz-sectionBreadcrumb .tzOverlayBreadcrumb {
    background-color: rgba(0, 0, 0, 0.68);
    padding: 69px 0 66px;
}

.tz-sectionBreadcrumb .tzOverlayBreadcrumb h1 {
    margin: 0px;
    padding: 0px 0px 6px;
    display: block;
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    font-size: 30px;
    color: #fafafa;
    text-align: center;
}

.tz-sectionBreadcrumb .tzOverlayBreadcrumb span.tz-breadcrumb {
    display: block;
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    font-size: 10px;
    color: #fafafa;
    text-align: center;
    text-transform: uppercase;
}

.tz-sectionBreadcrumb .tzOverlayBreadcrumb span.tz-breadcrumb span {
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    font-size: 10px;
    color: #fafafa;
    text-transform: uppercase;
}

.tz-sectionBreadcrumb .tzOverlayBreadcrumb span.tz-breadcrumb span a {
    color: #fff;
}

.tz-sectionBreadcrumb .tzOverlayBreadcrumb span.tz-breadcrumb span a:hover {
    text-decoration: none;
    color: #e54053;
}

.tz-sectionBreadcrumb .tzOverlayBreadcrumb span.tz-breadcrumb span:last-child {
    color: #e54053;
}

.tz-BreadcrumbShop {
    background-color: #f8f8f8;
    border-bottom: 1px solid #dddddd;
}

.tz-BreadcrumbShop .tzOverlayBreadcrumb {
    padding: 36px 0px 39px;
}

.tz-BreadcrumbShop .tzOverlayBreadcrumb h1 {
    margin: 0px;
    padding: 0px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #e1e1e1;
    text-align: left;
    float: left;
}

.tz-BreadcrumbShop .tzOverlayBreadcrumb .tz-breadcrumbEvent {
    text-align: center;
    float: left;
}

.tz-BreadcrumbShop .tzOverlayBreadcrumb .tz-breadcrumbEvent p {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #e1e1e1;
    margin: 0px;
}

.tz-BreadcrumbShop .tzOverlayBreadcrumb .tz-breadcrumbEvent p em {
    text-transform: uppercase;
    font-style: normal;
    color: #e54053;
}

.tz-BreadcrumbShop .tzOverlayBreadcrumb .tz-breadcrumbEvent p a {
    color: #e54053;
    text-decoration: underline;
}

.tz-BreadcrumbShop .tzOverlayBreadcrumb .tz-breadcrumb {
    display: block;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    font-size: 10px;
    color: #888888;
    text-align: right;
    text-transform: uppercase;
}

.tz-BreadcrumbShop .tzOverlayBreadcrumb .tz-breadcrumb nav.woocommerce-breadcrumb {
    margin: 6px 0px 0px;
    display: block;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    font-size: 10px;
    color: #e54053;
    text-align: right;
    text-transform: uppercase;
}

.tz-BreadcrumbShop .tzOverlayBreadcrumb .tz-breadcrumb nav.woocommerce-breadcrumb a {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    font-size: 10px;
    color: #e1e1e1;
}

.tz-BreadcrumbShop .tzOverlayBreadcrumb .tz-breadcrumb nav.woocommerce-breadcrumb a:hover {
    text-decoration: none;
    color: #e54053;
}

/**
 * Pagination
 * -----------------------------------------------------------------------------
 */

.pagination-list {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0 30px 0;
}

.pagination-list li a {
    text-decoration: none;
    display: inline-block;
    width: 40px;
    height: 40px;
    font-weight: 700;
    line-height: 2.6;
    text-align: center;
    border: 1px solid #e54053;
    background-color: transparent;
    color: #e54053;
    margin: 0 3px;
    transition: all .3s ease;
}

.pagination-list li.active a {
    text-decoration: none;
    border: 1px solid #e54053;
    background-color: #e54053;
    color: #fff;
}

.pagination-list li a:hover {
    text-decoration: none;
    border: 1px solid #e54053;
    background-color: #e54053;
    color: #fff;
}

/**
 * 3.0 Footer
 * -----------------------------------------------------------------------------
 */
.tz-footer .tz-footerTop {
    position: relative;
    background: none repeat scroll 0 0 #161616;
}

.tz-footer .tz-footerTop .container {
    padding-top: 60px;
    padding-bottom: 13px;
}

.tz-footer .tz-footerTop .footerattr aside.widget {
    margin-bottom: 60px;
}

.tz-footer .tz-footerTop .footerattr aside.widget h3.module-title {
    margin: 0px 0px 30px;
    padding: 0px;
    border-bottom: 1px solid #373737;
    position: relative;
    display: block;
}

.tz-footer .tz-footerTop .footerattr aside.widget h3.module-title span {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    color: #888888;
    padding: 0px 0px 5px;
    display: inline-block;
}

.tz-footer .tz-footerTop .footerattr aside.widget h3.module-title span a {
    color: #888888;
    text-decoration: none;
}

.tz-footer .tz-footerTop .footerattr aside.widget .module-title:after {
    width: 65px;
    height: 100%;
    content: "";
    border-top: 1px solid #e54053;
    position: absolute;
    top: 100%;
    left: 0px;
    transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
}

.tz-footer .tz-footerTop .footerattr aside.widget ul {
    margin: 0px;
    padding: 0px;
}

.tz-footer .tz-footerTop .footerattr aside.widget ul li {
    font-family: 'Raleway', serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    list-style: none;
    padding: 9px 0px 8px;
    border-bottom: 1px solid #000000;
    box-shadow: 0px 1px 0px 0px #282828;
    -webkit-box-shadow: 0px 1px 0px 0px #282828;
    -moz-box-shadow: 0px 1px 0px 0px #282828;
    -ms-box-shadow: 0px 1px 0px 0px #282828;
    -o-box-shadow: 0px 1px 0px 0px #282828;
}

.tz-footer .tz-footerTop .footerattr aside.widget ul li a {
    font-family: 'Raleway', serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    list-style: none;
}

.tz-footer .tz-footerTop .footerattr aside.widget ul li:hover {
    color: #999999;
}

.tz-footer .tz-footerTop .footerattr aside.widget ul li:hover a {
    color: #999999;
    text-decoration: none;
}

.tz-footer .tz-footerTop .footerattr aside.widget select {
    -moz-appearance: none;
    appearance: none;
    background: url("/images/bg_down.png") no-repeat scroll right 20px top 19px rgba(0, 0, 0, 0);
    border: 1px solid #2c2c2c;
    font-family: 'Raleway', serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #797979;
    width: 100%;
    padding: 10px 15px;
}

.tz-footer .tz-footerTop .footerattr aside.widget .tz-flickr ul.pretty_flickr li {
    box-shadow: none;
    border: none;
    padding: 0;
    float: left;
}

.tz-footer .tz-footerTop .footerattr aside.widget .tz-flickr ul.pretty_flickr li a img {
    border: 1px solid #333333;
    padding: 4px;
    margin-right: 7px;
    margin-bottom: 7px;
    width: 58px;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}

.tz-footer .tz-footerTop .footerattr aside.widget .tz-flickr ul.pretty_flickr li a:hover img {
    border-color: #e54053;
}

.tz-footer .tz-footerTop .footerattr aside.widget .tz-flickr:after {
    display: table;
    clear: both;
    content: "";
}

.tz-footer .tz-footerTop .footerattr aside.widget:hover .module-title:after {
    width: 100%;
}

.tz-footer .tz-footerTop .footerattr img {
    max-width: 100%;
    height: auto;
}

.tz-footer .tz-footerTop .footerattr aside.widget_calendar #calendar_wrap table {
    width: 100%;
}

.tz-footer .tz-footerTop .footerattr aside.widget_calendar #calendar_wrap table caption {
    color: #888888;
    font-family: "Roboto Slab", serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    padding: 0 0 5px;
}

.tz-footer .tz-footerTop .footerattr aside.widget_calendar #calendar_wrap table thead {
    border: 1px solid #888888;
}

.tz-footer .tz-footerTop .footerattr aside.widget_calendar #calendar_wrap table thead tr th {
    text-align: center;
    color: #666666;
    font-family: "Roboto Slab", serif;
    font-size: 13px;
    font-weight: 400;
    padding: 9px;
}

.tz-footer .tz-footerTop .footerattr aside.widget_calendar #calendar_wrap table tbody {
    border: 1px solid #888888;
    border-top: none;
}

.tz-footer .tz-footerTop .footerattr aside.widget_calendar #calendar_wrap table tbody tr td {
    text-align: center;
    color: #666666;
    font-family: "Roboto Slab", serif;
    font-size: 13px;
    font-weight: 400;
    padding: 9px;
}

.tz-footer .tz-footerTop .footerattr aside.widget_calendar #calendar_wrap table tbody tr td#today {
    color: #e54053;
}

.tz-footer .tz-footerTop .footerattr aside.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-footer .tz-footerTop .footerattr aside.widget_tag_cloud .tagcloud:after {
    content: '';
    clear: both;
    display: block;
}

.tz-footer .tz-footerTop .footerattr aside.widget_tag_cloud .tagcloud a {
    display: inline-block;
    margin: 0px 5px 5px 0px;
    padding: 3px 10px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 12px !important;
    text-transform: uppercase;
    color: #666666;
    border: 1px solid #666666;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}

.tz-footer .tz-footerTop .footerattr aside.widget_tag_cloud .tagcloud a:hover {
    text-decoration: none;
    color: #e54053;
    border: 1px solid #e54053;
}

.tz-footer .tz-footerTop .footerattr aside.widget_search form {
    position: relative;
}

.tz-footer .tz-footerTop .footerattr aside.widget_search form label {
    display: none;
}

.tz-footer .tz-footerTop .footerattr aside.widget_search form input.Tzsearchform {
    width: 100%;
    background: none;
    border: 1px solid #666666;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 400;
    padding: 9px 50px 9px 15px;
    color: #444444;
}

.tz-footer .tz-footerTop .footerattr aside.widget_search form input.searchsubmit {
    background-color: #e54053;
    background-image: url(images/search.png);
    background-position: center;
    background-repeat: no-repeat;
    border: none;
    font-size: 0;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
}

.tz-footer .tz-footerTop .footerattr aside.widget_flickr .flickr-badge-wrapper .flickr_badge_image {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
}

.tz-footer .tz-footerTop .footerattr aside.widget_flickr .flickr-badge-wrapper .flickr_badge_image a img {
    border: 1px solid #333333;
    padding: 4px;
    margin-right: 7px;
    margin-bottom: 7px;
    width: 58px;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}

.tz-footer .tz-footerTop .footerattr aside.widget_flickr .flickr-badge-wrapper .flickr_badge_image a:hover img {
    border: 1px solid #e54053;
}

.tz-footer .tz-footerTop .footerattr aside.widget_sp_image .widget_sp_image-description {
    margin-top: 15px;
}

.tz-footer .tz-footerTop .footerattr aside.widget_sp_image .widget_sp_image-description p {
    color: #666666;
    font-family: "Raleway", serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.tz-footer .tz-footerTop .footerattr aside.tzsocial a {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 0px 10px 10px;
    padding: 10px 0px;
    text-align: center;
    border: 1px solid #444444;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.tz-footer .tz-footerTop .footerattr aside.tzsocial a i {
    font-size: 21px;
    color: #666666;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}

.tz-footer .tz-footerTop .footerattr aside.widget_contact_info ul.tzcontact-info li {
    border: none;
    box-shadow: none;
    position: relative;
    padding: 0px 0px 5px 46px;
}

.tz-footer .tz-footerTop .footerattr aside.widget_contact_info ul.tzcontact-info li i {
    font-size: 21px;
    color: #444444;
    position: absolute;
    top: 3px;
    left: 0;
}

.tz-footer .tz-footerTop .footerattr aside.widget_contact_info ul.tzcontact-info li span {
    display: block;
    color: #555555;
    font-family: "Raleway", serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
}

.tz-footer .tz-footerTop .footerattr aside.widget_contact_info ul.tzcontact-info li span a {
    color: #555555;
}

.tz-footer .tz-footerTop .footerattr aside.widget_contact_info ul.tzcontact-info li span a:hover {
    text-decoration: none;
    color: #555555;
}

.tz-footer .tz-footerTop .footerattr aside.widget_contact_info ul.tzcontact-info li span a:focus {
    text-decoration: none;
    color: #555555;
}

.tz-footer .tz-footerTop .footerattr aside.widget_contact_info ul.tzcontact-info li:hover a {
    color: #555555;
}

.tz-footer .tz-footerBottom {
    position: relative;
    background: none repeat scroll 0 0 #2a2a2a;
}

.tz-footer .tz-footerBottom .tz-backtotop {
    width: 50px;
    height: 50px;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
    position: absolute;
    top: 0;
    z-index: 999;
}

.tz-footer .tz-footerBottom .tz-backtotop img {
    width: 100%;
    height: auto;
}

.tz-footer .tz-footerBottom .tz-backtotop:hover {
    cursor: pointer;
}

.tz-footer .tz-footerBottom .tzcopyright p {
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    color: #888888;
    margin: 0;
    padding: 24px 0 30px;
}

.tz-footer .tz-footerBottom .tzcopyright p a {
    color: #888888;
    text-decoration: none;
}

.tz-footer .tz-footerBottom .tzbottom_menu nav.tzfootermenu ul {
    margin: 0px;
    padding: 0px;
}

.tz-footer .tz-footerBottom .tzbottom_menu nav.tzfootermenu ul li {
    list-style: none;
    float: left;
    margin: 30px 0px;
}

.tz-footer .tz-footerBottom .tzbottom_menu nav.tzfootermenu ul li a {
    font-family: 'Raleway', serif;
    font-weight: 400;
    font-size: 10px;
    line-height: 7px;
    text-transform: uppercase;
    color: #888888;
    padding: 0px 7px;
    display: block;
    border-right: 1px solid #000000;
    box-shadow: 1px 0 0 0 #555555;
    -moz-box-shadow: 1px 0 0 0 #555555;
    -ms-box-shadow: 1px 0 0 0 #555555;
    -webkit-box-shadow: 1px 0 0 0 #555555;
    -o-box-shadow: 1px 0 0 0 #555555;
}

.tz-footer .tz-footerBottom .tzbottom_menu nav.tzfootermenu ul li a:hover {
    text-decoration: none;
    color: #e54053;
}

.tz-footer .tz-footerBottom .tzbottom_menu nav.tzfootermenu ul li:last-child a {
    box-shadow: none;
    border: none;
}

.tz-footer.tz-footer-type1 {
    background-color: #161616;
    text-align: center;
}

.tz-footer.tz-footer-type1 .container {
    padding: 55px 0px 10px;
    position: relative;
}

.tz-footer.tz-footer-type1 aside {
    width: 340px;
    margin: 0px auto 15px;
    padding: 0px 0px 21px 0px;
    border-bottom: 1px solid #000000;
    box-shadow: 0 1px 0 0 #282828;
}

.tz-footer.tz-footer-type1 aside.widget h3.module-title {
    margin: 0px;
    padding: 0px;
}

.tz-footer.tz-footer-type1 aside.widget h3.module-title span {
    color: #888888;
    display: inline-block;
    font-family: "Roboto Slab", serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    padding: 0 0 23px;
    text-transform: uppercase;
}

.tz-footer.tz-footer-type1 aside.widget ul {
    padding: 0px;
    margin: 0px;
}

.tz-footer.tz-footer-type1 aside.widget ul li {
    list-style: none;
    color: #444444;
    font-family: "Raleway", serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
}

.tz-footer.tz-footer-type1 aside.widget ul li a {
    color: #444444;
    font-family: "Raleway", serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
}

.tz-footer.tz-footer-type1 aside.widget ul li a:hover {
    text-decoration: none;
}

.tz-footer.tz-footer-type1 aside.widget select {
    -moz-appearance: none;
    appearance: none;
    background: url("/images/bg_down.png") no-repeat scroll 220px 19px rgba(0, 0, 0, 0);
    border: 1px solid #2c2c2c;
    color: #797979;
    font-family: "Raleway", serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    padding: 10px 15px;
    margin: auto;
    width: 250px;
}

.tz-footer.tz-footer-type1 aside.widget img {
    max-width: 100%;
    height: auto;
}

.tz-footer.tz-footer-type1 aside.tzsocial a {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 10px 10px 3px;
    padding: 10px 0px;
    text-align: center;
    border: 1px solid #444444;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.tz-footer.tz-footer-type1 aside.tzsocial a i {
    font-size: 21px;
    color: #444444;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}

.tz-footer.tz-footer-type1 aside.tzsocial a.tzSocial-yes {
    background: #e54053;
    border: 1px solid #e54053;
}

.tz-footer.tz-footer-type1 aside.tzsocial a.tzSocial-yes i {
    color: #000000;
}

.tz-footer.tz-footer-type1 aside.widget_contact_info ul.tzcontact-info li {
    padding-bottom: 10px;
}

.tz-footer.tz-footer-type1 aside.widget_contact_info ul.tzcontact-info li i {
    font-size: 21px;
    color: #444444;
}

.tz-footer.tz-footer-type1 aside.widget_contact_info ul.tzcontact-info li span {
    color: #444444;
    display: block;
    font-family: "Raleway", serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
}

.tz-footer.tz-footer-type1 aside.widget_flickr .flickr-badge-wrapper .flickr_badge_image a img {
    border: 1px solid #333333;
    margin-bottom: 7px;
    margin-right: 7px;
    padding: 4px;
}

.tz-footer.tz-footer-type1 aside.widget_search form {
    width: 250px;
    margin: auto;
    position: relative;
}

.tz-footer.tz-footer-type1 aside.widget_search form label {
    display: none;
}

.tz-footer.tz-footer-type1 aside.widget_search form input.Tzsearchform {
    width: 100%;
    background: none;
    border: 1px solid #666666;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 400;
    padding: 9px 50px 9px 15px;
    color: #444444;
}

.tz-footer.tz-footer-type1 aside.widget_search form input.searchsubmit {
    background-color: #e54053;
    background-image: url(images/search.png);
    background-position: center;
    background-repeat: no-repeat;
    border: none;
    font-size: 0;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
}

.tz-footer.tz-footer-type1 .wp-caption p.wp-caption-text {
    color: #444444;
    font-family: "Raleway", serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 26px;
}

.tz-footer.tz-footer-type1 aside.widget_tag_cloud .tagcloud {
    text-align: center;
}

.tz-footer.tz-footer-type1 aside.widget_tag_cloud .tagcloud a {
    border: 1px solid #666666;
    color: #666666;
    display: inline-block;
    font-family: "Raleway", sans-serif;
    font-size: 12px !important;
    font-weight: 400;
    margin: 0 5px 10px 0;
    padding: 10px;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}

.tz-footer.tz-footer-type1 aside.widget_tag_cloud .tagcloud a:hover {
    text-decoration: none;
    color: #e54053;
    border: 1px solid #e54053;
}

.tz-footer.tz-footer-type1 aside.widget_tag_cloud .tagcloud::after {
    clear: both;
    content: "";
    display: block;
}

.tz-footer.tz-footer-type1 .tzcopyright p {
    font-family: 'Roboto Slab', serif;
    font-size: 12px;
    font-weight: 400;
    color: #444444;
    text-transform: uppercase;
}

.tz-footer.tz-footer-type1 .tz-backtotop {
    width: 50px;
    height: 50px;
    content: "";
    right: 0;
    margin-top: -25px;
    position: absolute;
    top: 0;
    z-index: 999;
}

.tz-footer.tz-footer-type1 .tz-backtotop img {
    width: 100%;
    height: auto;
}

.tz-footer.tz-footer-type1 .tz-backtotop:hover {
    cursor: pointer;
}

.widget_flickr a span {
    display: none;
}

/**
 * 4.0 Blog
 * -----------------------------------------------------------------------------
 */
/* 4.1 Blog full width */

.tz-blogDefault {
    padding: 100px 0px 123px;
}

.tz-blogDefault.custom-padding {
    padding-top: 50px;
    padding-bottom: 70px;
}

.tz-blogDefault .tz-blogItem:after {
    content: '';
    display: block;
    clear: both;
}

.tz-blogDefault .tz-blogItem .tz-blogDate {
    position: relative;
    float: left;
    width: 165px;
    height: 90px;
    background-color: #e54053;
}

.tz-blogDefault .tz-blogItem .tz-blogDate .tz-DateText {
    height: 100%;
}

.tz-blogDefault .tz-blogItem .tz-blogDate .tz-DateText span {
    display: block;
    font-family: 'Raleway', sans-serif;
    color: #ffffff;
    text-align: center;
}

.tz-blogDefault .tz-blogItem .tz-blogDate .tz-DateText span.tz-TextDay {
    font-size: 49px;
    line-height: 49px;
    font-weight: 700;
    padding-top: 0px;
}

.tz-blogDefault .tz-blogItem .tz-blogDate .tz-DateText span.tz-TextMonth {
    font-size: 26px;
    line-height: 35px;
    font-weight: 400;
    text-transform: uppercase;
}

.tz-blogDefault .tz-blogItem .tz-blogDate .tz-blogIcon {
    width: 47px;
    height: 47px;
    background-color: #000000;
    color: #ffffff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    text-align: center;
    position: absolute;
    bottom: -24px;
    right: 20px;
}

.tz-blogDefault .tz-blogItem .tz-blogDate .tz-blogIcon i {
    font-size: 18px;
    padding: 15px 0px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.tz-blogDefault .tz-blogItem .tz-blogDate .tz-blogIcon:after {
    border: 3px solid #fff;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
    width: 100%;
}

.tz-blogDefault .tz-blogItem .tz-blogContent {
    margin-left: 196px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px dashed #dddddd;
}

.tz-blogDefault .tz-blogItem .tz-blogContent .tz-blogBox {
    padding: 24px 24px 45px;
    border: 1px solid #dddddd;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}

.tz-blogDefault .tz-blogItem .tz-blogContent .tz-blogBox .tz-BlogImage {
    position: relative;
    margin-bottom: 28px;
}

.tz-blogDefault .tz-blogItem .tz-blogContent .tz-blogBox .tz-BlogImage img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.tz-blogDefault .tz-blogItem .tz-blogContent .tz-blogBox .tz-BlogImage a .tz-lineBottom {
    background: none repeat scroll 0 0 #fff;
    height: 1px;
    width: 1px;
    left: 50%;
    margin-left: 19px;
    margin-top: 19px;
    position: absolute;
    top: 50%;
    transform: rotate(-45deg);
}

.tz-blogDefault .tz-blogItem .tz-blogContent .tz-blogBox .tz-BlogImage a .tz-lineTop {
    background: none repeat scroll 0 0 #fff;
    position: absolute;
    top: 50%;
    right: 50%;
    margin-right: 19px;
    margin-top: -19px;
    width: 1px;
    height: 1px;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}

.tz-blogDefault .tz-blogItem .tz-blogContent .tz-blogBox .tz-BlogImage a i {
    color: #000;
    padding: 14px 0px;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}

.tz-blogDefault .tz-blogItem .tz-blogContent .tz-blogBox .tz-BlogImage a.tz-ViewImage {
    left: 40%;
    margin-left: -53px;
    visibility: hidden;
    opacity: 0;
}

.tz-blogDefault .tz-blogItem .tz-blogContent .tz-blogBox .tz-BlogImage a.tz-ViewDetail {
    right: 40%;
    margin-right: -53px;
    visibility: hidden;
    opacity: 0;
}

.tz-blogDefault .tz-blogItem .tz-blogContent .tz-blogBox .tz-BlogImage a:hover i {
    color: #fff;
}

.tz-blogDefault .tz-blogItem .tz-blogContent .tz-blogBox .tz-BlogImage:hover .tz-ImageOverlay {
    right: 0;
    width: 100%;
    transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    -ms-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
}

.tz-blogDefault .tz-blogItem .tz-blogContent .tz-blogBox .tz-BlogImage:hover a.tz-ViewImage {
    left: 50%;
    visibility: visible;
    opacity: 1;
    transform: rotate(405deg);
    -moz-transform: rotate(405deg);
    -webkit-transform: rotate(405deg);
    -ms-transform: rotate(405deg);
    -o-transform: rotate(405deg);
    transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    -ms-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
}

.tz-blogDefault .tz-blogItem .tz-blogContent .tz-blogBox .tz-BlogImage:hover a.tz-ViewDetail {
    right: 50%;
    visibility: visible;
    opacity: 1;
    transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    -webkit-transform: rotate(-315deg);
    -ms-transform: rotate(-315deg);
    -o-transform: rotate(-315deg);
    transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    -ms-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
}

.tz-blogDefault .tz-blogItem .tz-blogContent .tz-blogBox .tz-BlogImage:hover a .tz-lineBottom {
    margin-left: -70px;
    margin-top: 56px;
    width: 105px;
    transition: all 0.3s ease-in-out 0.3s;
    -moz-transition: all 0.3s ease-in-out 0.3s;
    -webkit-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;
}

.tz-blogDefault .tz-blogItem .tz-blogContent .tz-blogBox .tz-BlogImage:hover a .tz-lineTop {
    margin-right: -70px;
    margin-top: -57px;
    width: 105px;
    transition: all 0.3s ease-in-out 0.3s;
    -moz-transition: all 0.3s ease-in-out 0.3s;
    -webkit-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;
}

.tz-blogDefault .tz-blogItem .tz-blogContent .tz-blogBox .tz-blogSlider {
    position: relative;
    margin-bottom: 29px;
}

.tz-blogDefault .tz-blogItem .tz-blogContent .tz-blogBox .tz-blogSlider ul.flex-direction-nav {
    position: absolute;
    right: 25px;
    bottom: 25px;
}

.tz-blogDefault .tz-blogItem .tz-blogContent .tz-blogBox .tz-blogSlider ul.flex-direction-nav li {
    float: left;
    margin-left: 2px;
}

.tz-blogDefault .tz-blogItem .tz-blogContent .tz-blogBox .tz-blogSlider ul.flex-direction-nav li a:before {
    background-color: #e54053;
    font-size: 17px;
    padding: 15px 18px;
}

.tz-blogDefault .tz-blogItem .tz-blogContent .tz-blogBox .tz-blogSlider ul.flex-direction-nav li a {
    width: 46px;
    height: 46px;
    position: relative;
    opacity: 1;
    margin: 0px;
    right: auto;
    left: auto;
}

.tz-blogDefault .tz-blogItem .tz-blogContent .tz-blogBox .tz-blogSlider ul li img {
    width: 100%;
    height: auto;
}

.tz-blogDefault .tz-blogItem .tz-blogContent .tz-blogBox iframe {
    border: none;
    border-radius: 0;
}

.tz-blogDefault .tz-blogItem .tz-blogContent .tz-blogBox h4.title {
    margin: 0px;
    padding: 0px;
}

.tz-blogDefault .tz-blogItem .tz-blogContent .tz-blogBox h4.title a {
    font-family: "Roboto Slab", serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 24px;
    color: #111111;
}

.tz-blogDefault .tz-blogItem .tz-blogContent .tz-blogBox h4.title a:hover {
    text-decoration: none;
}

.tz-blogDefault .tz-blogItem .tz-blogContent .tz-blogBox .tzinfomation {
    display: block;
    margin-bottom: 16px;
}

.tz-blogDefault .tz-blogItem .tz-blogContent .tz-blogBox p {
    font-family: "Raleway", sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
    color: #444444;
  	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    margin-bottom: 23px;
}

.tz-blogDefault .tz-blogItem .tz-blogContent .tz-blogBox a.tzreadmore {
    background: none repeat scroll 0 0 #444444;
    border-radius: 0;
    color: #ffffff;
    display: inline-block;
    font-family: "Roboto Slab", serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 0;
    padding: 13px 30px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    overflow: hidden;
}

.tz-blogDefault .tz-blogItem .tz-blogContent .tz-blogBox a.tzreadmore span {
    position: relative;
    z-index: 999;
}

.tz-blogDefault .tz-blogItem .tz-blogContent .tz-blogBox a.tzreadmore:after {
    content: "";
    position: absolute;
    transition: all 0.3s ease 0s;
    background: none repeat scroll 0 0 #000;
    width: 100%;
    height: 0;
    left: 50%;
    opacity: 0;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.tz-blogDefault .tz-blogItem .tz-blogContent .tz-blogBox a.tzreadmore:hover:after {
    height: 300%;
    opacity: 1;
}

.tz-blogDefault .tz-blogItem .tz-blogBox .tz_stickyPost {
    height: 159px;
    top: -32px;
    position: absolute;
    right: 0;
    width: 107px;
    background-image: url(images/bg_sticky.png);
    background-repeat: no-repeat;
}

.tz-blogDefault .tz-blogItem .tz-blogBox .tz_stickyPost span {
    color: #fff;
    display: block;
    font-family: "Raleway", sans-serif;
    font-size: 18px;
    left: -28px;
    line-height: 30px;
    position: absolute;
    top: 60px;
    transform: rotate(90deg);
}

/*-------------------------- top content --------------------- */

.top-content {
	padding: 20px 0;
}

.top-content h1 {
	font-size: 36px;
    line-height: 1.4;
  	margin: 0 0 10px 0;
}

@media screen and (max-width: 768px) {
	.top-content h1 {
        font-size: 30px;
    }
}

.top-content h2 {
	font-size: 30px;
    line-height: 1.4;
  	margin: 0 0 15px 0;
}

@media screen and (max-width: 768px) {
	.top-content h2 {
        font-size: 24px;
        margin: 0 0 10px 0;
    }
}

.top-content p {
	line-height: 1.4;
}

/*------------------------- top content end ----------------- */

.tz-blogDefault .tz-blogItem:last-child .tz-blogContent {
    border-bottom: 0;
}

.tz-blogDefault .tz-blogItemType2 .tz-blogContent {
    margin-left: 0px;
}

.tz-blogDefault .tz-blogItemType2 .tz-blogDate {
    background-color: #e54053;
    position: absolute;
    top: 10px;
    left: 10px;
    width: 100px;
    height: 98px;
    z-index: 1;
}

.tz-blogDefault .tz-blogItemType2 .tz-blogDate .tz-DateText {
    border-right: none;
}

.tz-blogDefault .tz-blogItemType2 .tz-blogDate .tz-DateText span.tz-TextDay {
    font-size: 48.14px;
    padding-top: 5px;
}

.tz-blogDefault .tz-blogItemType2 .tz-blogDate .tz-DateText span.tz-TextMonth {
    font-size: 25.54px;
}

.tz-blogDefault .tz-blogItemType2 .tz-blogDate .tz-blogIcon:after {
    content: none;
}

.tz-blogDefault .tz-blogItemType2 .tz-blogDate .tz-blogIcon {
    background-color: #000000;
    color: #ffffff;
    height: 34px;
    left: 0;
    position: absolute;
    text-align: center;
    top: 33px;
    width: 29px;
    transform: skew(-43deg, 36deg);
}

.tz-blogDefault .tz-blogItemType2 .tz-blogDate .tz-blogIcon i {
    font-size: 12px;
    padding: 11px 0;
    transform: skew(30deg, -36deg);
}

.tz-blogDefault .wp-pagenavi {
    text-align: right;
}

.tz-blogDefault .tz-blogItem .tz-blogContent .tz-blogBox .tz-BlogImage a:hover span,
.tz-blogDefault .tz-blogItem .tz-blogContent .tz-blogBox .tz-BlogImage a:hover {
    background-color: #e54053;
    transition: none;
}

.tz-blogDefault .tz-blogItem .tz-blogContent .tz-blogBox .tz-blogAudio,
.tz-blogDefault .tz-blogItem .tz-blogContent .tz-blogBox .tz-blogVideo {
    position: relative;
    margin-bottom: 29px;
}

.iframe-full-audio {
    height: 150px;
    width: 100%;
}

.iframe-full {
    width: 100%;
    height: 474px;
}

.tz-blogDefault .tz-blogItem .tz-blogContent .tz-blogBox .tzinfomation small,
.tz-blogDefault .tz-blogItem .tz-blogContent .tz-blogBox .tzinfomation span,
.tz-blogDefault .tz-blogItem .tz-blogContent .tz-blogBox .tzinfomation a {
    font-family: "Raleway", sans-serif;
    font-size: 12px;
    font-weight: 300;
    font-style: italic;
    line-height: 24px;
    color: #79797e;
    text-decoration: none;
    text-shadow: none;
}

.tz-blogDefault .tz-blogItem .tz-blogContent .tz-blogBox .tzinfomation>small,
.tz-blogDefault .tz-blogItem .tz-blogContent .tz-blogBox .tzinfomation>span,
.tz-blogDefault .tz-blogItem .tz-blogContent .tz-blogBox .tzinfomation>a {
    margin-right: 20px;
}

.tz-blogDefault .tz-blogItem .tz-blogContent .tz-blogBox .tzinfomation small i,
.tz-blogDefault .tz-blogItem .tz-blogContent .tz-blogBox .tzinfomation a i {
    margin-right: 5px;
    color: #79797e;
}

.tz-blogDefault .wp-pagenavi a,
.tz-blogDefault .wp-pagenavi span {
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    line-height: 24px;
    text-decoration: none;
    padding: 10px 15px;
    border: 1px solid #dddddd;
}

.tz-blogDefault .wp-pagenavi span.current,
.tz-blogDefault .wp-pagenavi a:hover,
.tz-blogDefault .wp-pagenavi span:hover {
    background-color: #e54053;
    border: 1px solid #e54053;
    text-decoration: none;
}

/**
 * 5.0 - Single blog
 * -----------------------------------------------------------------------------
 */
.tz-blogSingle {
    padding: 70px 0px;
}

.tz-blogSingle .tz-blogSingleContent {
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px dashed #dddddd;
}

.tz-blogSingle .tz-blogSingleContent .tz-SingleContentBox {
    border: 1px solid #dddddd;
    padding: 25px 25px 60px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}

.tz-blogSingle .tz-blogSingleContent .tz-SingleContentBox .tz-blogSlider ul.flex-direction-nav {
    position: absolute;
    right: 25px;
    bottom: 25px;
}

.tz-blogSingle .tz-blogSingleContent .tz-SingleContentBox .tz-blogSlider ul.flex-direction-nav li {
    float: left;
    margin-left: 2px;
}

.tz-blogSingle .tz-blogSingleContent .tz-SingleContentBox .tz-blogSlider ul.flex-direction-nav li a:before {
    background-color: #e54053;
    font-size: 18px;
    padding: 11px 18px;
    color: #000000;
    text-shadow: none;
}

.tz-blogSingle .tz-blogSingleContent .tz-SingleContentBox .tz-blogSlider ul.flex-direction-nav li a {
    width: 46px;
    height: 46px;
    position: relative;
    opacity: 1;
    margin: 0px;
    right: auto;
    left: auto;
}

.tz-blogSingle .tz-blogSingleContent .tz-SingleContentBox .tz-blogDate {
    background-color: #e54053;
    position: absolute;
    top: 50%;
    left: -57px;
    width: 142px;
    height: 98px;
    margin-top: -49px;
    transform: skew(15deg);
    -ms-transform: skew(15deg);
    -webkit-transform: skew(15deg);
    -moz-transform: skew(15deg);
    -o-transform: skew(15deg);
    z-index: 1;
}

.tz-blogSingle .tz-blogSingleContent .tz-SingleContentBox .tz-blogDate .tz-DateText {
    width: 123px;
    border-right: none;
    height: 100%;
    margin-left: 35px;
    transform: skew(-15deg);
    -ms-transform: skew(-15deg);
    -webkit-transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    -o-transform: skew(-15deg);
}

.tz-blogSingle .tz-blogSingleContent .tz-SingleContentBox .tz-blogDate .tz-DateText span {
    display: block;
    font-family: 'Raleway', sans-serif;
    color: #ffffff;
    line-height: 34.38px;
    padding: 0px 25px;
}

.tz-blogSingle .tz-blogSingleContent .tz-SingleContentBox .tz-blogDate .tz-DateText span.tz-TextDay {
    font-size: 48.14px;
    padding-top: 19px;
    font-weight: 700;
}

.tz-blogSingle .tz-blogSingleContent .tz-SingleContentBox .tz-blogDate .tz-DateText span.tz-TextMonth {
    font-size: 25.54px;
}

.tz-blogSingle .tz-blogSingleContent .tz-SingleContentBox .tz-blogDate .tz-blogIcon:after {
    content: none;
}

.tz-blogSingle .tz-blogSingleContent .tz-SingleContentBox .tz-blogDate .tz-blogIcon {
    background-color: #000000;
    color: #ffffff;
    height: 34px;
    left: 0;
    position: absolute;
    text-align: center;
    top: 33px;
    width: 29px;
    transform: skew(-43deg, 36deg);
    -webkit-transform: skew(-43deg, 36deg);
    -moz-transform: skew(-43deg, 36deg);
    -ms-transform: skew(-43deg, 36deg);
    -o-transform: skew(-43deg, 36deg);
}

.tz-blogSingle .tz-blogSingleContent .tz-SingleContentBox .tz-blogDate .tz-blogIcon i {
    font-size: 12px;
    padding: 11px 0;
    transform: skew(30deg, -36deg);
    -webkit-transform: skew(30deg, -36deg);
    -moz-transform: skew(30deg, -36deg);
    -ms-transform: skew(30deg, -36deg);
    -o-transform: skew(30deg, -36deg);
}

.tz-blogSingle .tz-blogSingleContent .tz-SingleContentBox h3.tzSingleBlog_title {
    font-family: "Roboto Slab", serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 24px;
    color: #111111;
    margin: 0 0 3px;
    padding: 0px;
}

.tz-blogSingle .tz-blogSingleContent .tz-SingleContentBox .tzinfomation {
    display: block;
    margin-bottom: 18px;
}

.tz-blogSingle .tz-blogSingleContent .tz-SingleContentBox .single-content {
    margin-bottom: 34px;
}

.tz-blogSingle .tz-blogSingleContent .tz-SingleContentBox .single-content p {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    color: #444444;
}

/*------------------------ blog-post-styles ------------------------*/

.single-post-text img {
	margin: 15px 0 10px 0;
}

.single-post-text h2 {
    font-size: 28px;
	margin-top: 15px;
    margin-bottom: 10px;
}

.single-post-text h3 {
    font-size: 24px;
	margin-top: 15px;
    margin-bottom: 10px;
}

.single-post-text p {
	margin: 0 0 10px 0;
}

.single-post-text a{
	color: #e54053;
}

.single-post-text ol {
	padding-left: 15px;
}

.single-post-text ol li {
	padding: 5px 0;
}

.single-post-text ul {
	list-style: none;
  	padding-left: 15px;
}

.single-post-text ul li {
	padding: 5px 0;
}

.single-post-text ul li,
.single-post-text ul li a {
	color: #000;
}

.single-post-text blockquote {
  	font-style: italic;
	padding: 10px 20px;
    margin: 10px 0 20px 0;
    font-size: 17.5px;
    border-left: 5px solid #ddd;
}

.single-post-text table {
	width: 100%;
  	border: 1px solid #ddd;
  	background-color: #fff;
  	border-collapse: collapse;
  	margin: 15px 0;
}

.single-post-text table,
.single-post-text td,
.single-post-text th {
	border: 1px solid #ddd;
    border-collapse: collapse;
  	padding: 10px 15px;
}

.single-post-text td,
.single-post-text th {
	border: 1px solid #ddd;
    border-collapse: collapse;
  	padding: 10px 15px;
}

/*---------------------- blog-post-styles end ----------------------*/

.tz-blogSingle .tz-blogSingleContent .tz-SingleContentBox span.tztag {
    font-family: "Raleway", sans-serif;
    font-size: 20px;
    font-weight: 500px;
    line-height: 24px;
    color: 222222;
}

.tz-blogSingle .tz-blogSingleContent .tz-SingleContentBox span.tztag a {
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    display: inline-block;
    color: #ffffff;
    padding: 1px 11px;
    margin-left: 3px;
    margin-bottom: 8px;
    background-color: #343434;
}

.tz-blogSingle .tz-blogSingleContent .tz-SingleContentBox span.tztag a:first-child {
    margin-left: 13px;
}

.tz-blogSingle .tz-blogSingleContent .tz-SingleContentBox span.tztag a:hover {
    text-decoration: none;
    background-color: #e54053;
}

.tz-blogSingle .author {
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px dashed #dddddd;
}

.tz-blogSingle .author .author-box {
    padding: 25px;
    border: 1px solid #dddddd;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}

.tz-blogSingle .author .author-box .author-avata {
    float: left;
    position: relative;
}

.tz-blogSingle .author .author-box .author-avata img {
    width: 159px;
    height: 159px;
}

.tz-blogSingle .author .author-box .author-info {
    margin: 0px 0px 0px 190px;
}

.tz-blogSingle .author .author-box .author-info h3 {
    margin: 0px;
    padding: 0px;
}

.tz-blogSingle .author .author-box .author-info h3 a {
    font-family: 'Roboto Slab', serif;
    font-size: 18px;
    font-weight: 400;
    color: #111111;
    line-height: 24px;
    display: inline-block;
    padding: 13px 0px 6px;
    border-bottom: 1px solid #dddddd;
    position: relative;
}

.tz-blogSingle .author .author-box .author-info h3 a:after {
    content: '';
    width: 30px;
    height: 3px;
    background-color: #e54053;
    position: absolute;
    bottom: -2px;
    left: 0px;
    transition: all 0.3s ease 0s;
}

.tz-blogSingle .author .author-box .author-info h3 a:hover {
    text-decoration: none;
}

.tz-blogSingle .author .author-box .author-info p {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 25px;
    color: #444444;
    margin: 5px 0 0;
}

.tz-blogSingle .author .author-box:after {
    content: '';
    display: block;
    clear: both;
}

.tz-blogSingle .author .author-box:hover .author-info h3 a:after {
    width: 100%;
}

/*---------------------------- Coments block ------------------------- */

.comments-block-wrap {
    padding: 30px 0;
    margin-top: 30px;
}
  
.comments-title,
.comment-respond h3.comment-reply-title {
    display: inline-block;
    font-family: "Roboto Slab", serif;
    font-weight: 700;
    font-size: 29px;
    line-height: 24px;
    color: #323232;
    padding: 0px 0px 16px;
    margin: 0px 0px 13px 0px;
    border-bottom: 1px solid #dddddd;
    position: relative;
}

.comments-title:after,
.comment-respond h3.comment-reply-title:after {
    content: '';
    width: 63px;
    height: 3px;
    background-color: #e54053;
    position: absolute;
    bottom: -2px;
    left: 0px;
    transition: all 0.3s ease 0s;
}

.comments-block-wrap:hover .comments-title:after,
.comment-respond:hover h3.comment-reply-title:after {
    width: 100%;
}
   
.comment-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
  
.comment-list__item {
    border-bottom: 1px solid #ececec;
    padding-bottom: 15px;
    margin-bottom: 25px;
}
  
.comment-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
  
.comment-info__author {
    display: flex;
    align-items: center;
}
  
@media screen and (max-width: 1200px) {
    .comment-info__author {
        margin-bottom: 15px;
    }
}
  
.comment-author-image {
    min-width: 80px;
    width: 80px;
    height: 80px;
    overflow: hidden;
    margin-right: 15px;
}
  
.comment-author-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
  
.comment-author-name {
    font-size: 16px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 10px;
}
  
.comment-date {
    font-weight: 500;
    color: #999999;
    font-size: 14px;
}
  
.comment-content {
	color: #2b2e3f;
}
  
/*------------------------- Coments block  ------------------------ */

.tz-blogSingle .tzComments .comments-area .comment-respond form.comment-form {
    position: relative;
}

.tz-blogSingle .tzComments .comments-area .comment-respond form.comment-form p.logged-in-as a {
    color: #444444;
    text-decoration: none;
}

.tz-blogSingle .tzComments .comments-area .comment-respond form.comment-form p.logged-in-as a:hover {
    color: #e54053;
}

.tz-blogSingle .tzComments .comments-area .comment-respond form.comment-form p.comment-form-author {
    width: 48.7%;
    float: left;
    position: relative;
    z-index: 1;
}

.tz-blogSingle .tzComments .comments-area .comment-respond form.comment-form p.comment-form-author input {
    width: 100%;
    border: 1px solid #d6d6d6;
    height: 50px;
    padding: 16px 25px;
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    color: #555555;
    background-image: url(images/bg_mail.png);
    background-repeat: no-repeat;
    background-position: right 20px top 15px;
    position: relative;
}

.tz-blogSingle .tzComments .comments-area .comment-respond form.comment-form p.comment-form-author:after {
    border-bottom: 10px solid transparent;
    border-left: 15px solid #e6e6e6;
    border-top: 10px solid transparent;
    content: "";
    left: -3px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
}

.tz-blogSingle .tzComments .comments-area .comment-respond form.comment-form p.comment-form-author:hover:after {
    border-left: 15px solid #e54053;
}

.tz-blogSingle .tzComments .comments-area .comment-respond form.comment-form p.comment-form-email {
    width: 48.7%;
    float: right;
    position: relative;
    z-index: 1;
}

.tz-blogSingle .tzComments .comments-area .comment-respond form.comment-form p.comment-form-email input {
    width: 100%;
    border: 1px solid #d6d6d6;
    height: 50px;
    padding: 16px 25px;
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    color: #555555;
    background-image: url(images/bg_mail1.png);
    background-repeat: no-repeat;
    background-position: right 20px top 15px;
    position: relative;
}

.tz-blogSingle .tzComments .comments-area .comment-respond form.comment-form p.comment-form-email:after {
    border-bottom: 10px solid transparent;
    border-left: 15px solid #e6e6e6;
    border-top: 10px solid transparent;
    content: "";
    left: -3px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
}

.tz-blogSingle .tzComments .comments-area .comment-respond form.comment-form p.comment-form-email:hover:after {
    border-left: 15px solid #e54053;
}

.tz-blogSingle .tzComments .comments-area .comment-respond form.comment-form p.comment-form-comment {
    width: 100%;
    position: relative;
    margin: 0px;
    z-index: 0;
}

.tz-blogSingle .tzComments .comments-area .comment-respond form.comment-form p.comment-form-comment textarea {
    width: 100%;
    height: 150px;
    border: 1px solid #d6d6d6;
    padding: 16px 25px;
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    color: #555555;
    background-image: url(images/bg_comment.png);
    background-repeat: no-repeat;
    background-position: right 20px top 15px;
    position: relative;
}

.tz-blogSingle .tzComments .comments-area .comment-respond form.comment-form p.comment-form-comment:after {
    border-bottom: 10px solid transparent;
    border-left: 15px solid #e6e6e6;
    border-top: 10px solid transparent;
    content: "";
    left: -3px;
    position: absolute;
    bottom: 115px;
}

.tz-blogSingle .tzComments .comments-area .comment-respond form.comment-form p.comment-form-comment:hover:after {
    border-left: 15px solid #e54053;
}

.tz-blogSingle .tzComments .comments-area .comment-respond form.comment-form p.form-submit {
    display: inline-block;
    position: absolute;
    bottom: -18px;
    left: 50%;
    margin: 0px 0px 0px -21px;
    background: none repeat scroll 0 0 #e54053;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.tz-blogSingle .tzComments .comments-area .comment-respond form.comment-form p.form-submit input {
    width: 42px;
    height: 42px;
    background-image: url(images/submit.png);
    background-position: 11px 13px;
    background-repeat: no-repeat;
    background-color: transparent;
    border: None;
    margin: 0px;
    padding: 0px;
    transform: rotate(-45deg);
}

.tz-blogSingle .tzpost-pagenavi {
    position: relative;
    margin: 78px 0 0;
}

.tz-blogSingle .tzpost-pagenavi a {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #dddddd;
    text-align: center;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.tz-blogSingle .tzpost-pagenavi a i {
    font-size: 25px;
    color: #969595;
    padding: 8px 0px;
}

.tz-blogSingle .tzpost-pagenavi a:hover {
    background-color: #e54053;
    border: 1px solid #e54053;
}

.tz-blogSingle .tzpost-pagenavi a:hover i {
    color: #ffffff;
}

.tz-blogSingle .tzpost-pagenavi a[rel="prev"] {
    float: left;
}

.tz-blogSingle .tzpost-pagenavi a[rel="next"] {
    float: right;
}

.tz-blogSingle .tzpost-pagenavi:after {
    content: '';
    display: block;
    clear: both;
}

.tz-blogSingle .tz-blogSingleContent .tz-SingleContentBox .tz-blogVideo,
.tz-blogSingle .tz-blogSingleContent .tz-SingleContentBox .tz-BlogAudio,
.tz-blogSingle .tz-blogSingleContent .tz-SingleContentBox .tz-blogSlider,
.tz-blogSingle .tz-blogSingleContent .tz-SingleContentBox .tz-BlogImage {
    position: relative;
    margin-bottom: 27px;
}

.tz-blogSingle .tz-blogSingleContent .tz-SingleContentBox .tz-blogSlider ul.slides li img,
.tz-blogSingle .tz-blogSingleContent .tz-SingleContentBox .tz-BlogImage img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0px auto;
}

.tz-blogSingle .tz-blogSingleContent .tz-SingleContentBox .tzinfomation small,
.tz-blogSingle .tz-blogSingleContent .tz-SingleContentBox .tzinfomation a {
    font-family: "Raleway", sans-serif;
    font-weight: 300;
    font-style: italic;
    font-size: 12px;
    line-height: 24px;
    color: #79797e;
    margin-right: 10px;
}

.tz-blogSingle .tz-blogSingleContent .tz-SingleContentBox .tzinfomation small i,
.tz-blogSingle .tz-blogSingleContent .tz-SingleContentBox .tzinfomation a i {
    font-style: italic;
    padding-right: 5px;
    color: #e54053;
}

.tz-blogSingle .tzComments .comments-area .comment-respond form.comment-form p.comment-notes,
.tz-blogSingle .tzComments .comments-area .comment-respond form.comment-form p.logged-in-as {
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 25px;
    color: #444444;
    margin: 0 0 42px;
}

/**
 * 6.0 Single Portfolio
 * -----------------------------------------------------------------------------
 */
.tzSinglePortfolio {
    position: relative;
}

.tzSinglePortfolio .tzSinglePortfolio-item {
    margin: 100px 98px 121px;
    padding: 25px 28px 60px;
    border: 1px solid #dddddd;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}

.tzSinglePortfolio .tzSinglePortfolio-item .tz-PortfolioSlider {
    position: relative;
    margin-bottom: 48px;
}

.tzSinglePortfolio .tzSinglePortfolio-item .tz-PortfolioSlider ul.slides li img {
    width: 100%;
    height: auto;
}

.tzSinglePortfolio .tzSinglePortfolio-item .tz-PortfolioSlider ul.flex-direction-nav {
    bottom: -23px;
    left: 50%;
    margin-left: -47px;
    position: absolute;
}

.tzSinglePortfolio .tzSinglePortfolio-item .tz-PortfolioSlider ul.flex-direction-nav li {
    float: left;
    margin-left: 2px;
}

.tzSinglePortfolio .tzSinglePortfolio-item .tz-PortfolioSlider ul.flex-direction-nav li a:before {
    background-color: #e54053;
    font-size: 18px;
    padding: 14px 18px;
    color: #ffffff;
    text-shadow: none;
}

.tzSinglePortfolio .tzSinglePortfolio-item .tz-PortfolioSlider ul.flex-direction-nav li a {
    width: 46px;
    height: 46px;
    position: relative;
    opacity: 1;
    margin: 0px;
    right: auto;
    left: auto;
}

.tzSinglePortfolio .tzSinglePortfolio-item .tz-PortfolioImage img {
    width: 100%;
    height: auto;
}

.tzSinglePortfolio .tzSinglePortfolio-item .tz-PortfolioVideo iframe {
    height: 500px;
    border: none;
}

.tzSinglePortfolio .tzSinglePortfolio-item .tz-PortfolioAudio iframe {
    border: none;
}

.tzSinglePortfolio .tzSinglePortfolio-item h3 {
    font-family: "Roboto Slab", serif;
    font-size: 34px;
    font-weight: 700;
    line-height: 24px;
    color: #323232;
    margin: 0px 0px 20px 0px;
    padding: 0px;
    text-align: center;
}

.tzSinglePortfolio .tzSinglePortfolio-item .tz-PortfolioShare {
    text-align: center;
    margin-bottom: 35px;
}

.tzSinglePortfolio .tzSinglePortfolio-item .tz-PortfolioShare a {
    display: inline-block;
    width: 28px;
    height: 28px;
    text-align: center;
    border: 1px solid #797979;
    margin: 0 5px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.tzSinglePortfolio .tzSinglePortfolio-item .tz-PortfolioShare a i {
    padding: 8px 4px 1px 3px;
    color: #797979;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}

.tzSinglePortfolio .tzSinglePortfolio-item .tz-PortfolioShare a:hover {
    border: 1px solid #e54053;
    background: none repeat scroll 0 0 #e54053;
}

.tzSinglePortfolio .tzSinglePortfolio-item .tz-PortfolioShare a:hover i {
    color: #ffffff;
}

.tzSinglePortfolio .tzSinglePortfolio-item .tzSinglePortfolio-Content {
    font-family: "Raleway", sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 25px;
    color: #444444;
    margin-bottom: 35px;
}

.tzSinglePortfolio .tzSinglePortfolio-item .tzSinglePortfolio-Content p {
    font-family: "Raleway", sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 25px;
    color: #444444;
    text-align: center;
    margin: 0px;
    padding: 0px;
}

.tzSinglePortfolio .tzSinglePortfolio-item .tzSinglePortfolio-Tag {
    text-align: center;
}

.tzSinglePortfolio .tzSinglePortfolio-item .tzSinglePortfolio-Tag a {
    padding: 4px 11px;
    background: none repeat scroll 0 0 #343434;
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    line-height: 24px;
}

.tzSinglePortfolio .tzSinglePortfolio-item .tzSinglePortfolio-Tag a:hover {
    text-decoration: none;
    background: none repeat scroll 0 0 #e54053;
}

.tzSinglePortfolio .tzpost-pagenavi a {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    border: 1px solid #969595;
    border-radius: 50%;
    text-align: center;
}

.tzSinglePortfolio .tzpost-pagenavi a i {
    font-size: 21px;
    color: #969595;
    padding: 9px 0px;
}

.tzSinglePortfolio .tzpost-pagenavi a[rel='prev'] {
    left: 260px;
}

.tzSinglePortfolio .tzpost-pagenavi a[rel='next'] {
    right: 260px;
}

.tzSinglePortfolio .tzpost-pagenavi a:hover {
    border: 1px solid #e54053;
    background: none repeat scroll 0 0 #e54053;
}

.tzSinglePortfolio .tzpost-pagenavi a:hover i {
    color: #ffffff;
}

.tzSinglePortfolio .tzSinglePortfolio-item .tz-PortfolioAudio,
.tzSinglePortfolio .tzSinglePortfolio-item .tz-PortfolioVideo,
.tzSinglePortfolio .tzSinglePortfolio-item .tz-PortfolioImage {
    margin-bottom: 25px;
}

.product-grid {
    margin-bottom: 60px;
}

.product-grid .tzProduct-item .tzProduct_Container {
    border: 1px solid #dadada;
    margin-bottom: 30px;
}

.product-grid .tzProduct-item .tzProduct_slider {
    position: relative;
    overflow: hidden;
}

.product-grid .tzProduct-item .tzProduct_slider .tzProductSliderItem img {
    width: 100%;
    height: auto;
}

.product-grid .tzProduct-item .tzProduct_box {
    position: relative;
}

.product-grid .tzProduct-item .tzProduct_box .tzProductContent_Grid {
    position: relative;
    overflow: hidden;
}

.product-grid .tzProduct-item .tzProduct_box .tzProductContent_Grid span.tzQuick-view {
    display: inline-block;
    background: none repeat scroll 0 0 #e54053;
    text-align: center;
    padding: 8px 17px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 16px;
    position: absolute;
    bottom: -40px;
    right: 15px;
    z-index: 1;
    transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    -ms-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
}

.product-grid .tzProduct-item .tzProduct_box .tzProductContent_Grid span.tzQuick-view:hover {
    cursor: pointer;
}

.product-grid .tzProduct-item .tzProduct_box .tzProductContent_Grid span.tzQuick-view:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: 1px solid #e54053;
    transform: scaleX(1.067) scaleY(1.25);
    -webkit-transform: scaleX(1.067) scaleY(1.25);
    -moz-transform: scaleX(1.067) scaleY(1.25);
    -ms-transform: scaleX(1.067) scaleY(1.25);
    -o-transform: scaleX(1.067) scaleY(1.25);
}

.product-grid .tzProduct-item .tzProduct_box .tzProductContent_Grid button {
    background-color: rgba(0, 0, 0, 0.2);
    border: none;
    width: 26px;
    height: 52px;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -26px;
}

.product-grid .tzProduct-item .tzProduct_box .tzProductContent_Grid button i {
    font-size: 18px;
    color: #FFFFFF;
}

.product-grid .tzProduct-item .tzProduct_box .tzProductContent_Grid .tzProduct_prev {
    left: -28px;
}

.product-grid .tzProduct-item .tzProduct_box .tzProductContent_Grid .tzProduct_next {
    right: -28px;
}

.product-grid .tzProduct-item .tzProduct_box .tzProductContent_Grid button:hover {
    background-color: rgba(0, 0, 0, 0.8);
    transition: all 0.1s ease 0s;
    -moz-transition: all 0.1s ease 0s;
    -webkit-transition: all 0.1s ease 0s;
    -ms-transition: all 0.1s ease 0s;
    -o-transition: all 0.1s ease 0s;
}

.product-grid .tzProduct-item .tzProduct_box .tzFeatured_product {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 150px;
    height: 150px;
    overflow: hidden;
}

.product-grid .tzProduct-item .tzProduct_box .tzFeatured_product span {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 24px;
    width: 150px;
    text-align: center;
    padding: 3px 0px 0px;
    position: absolute;
    top: 25px;
    right: -35px;
    background-color: #e54053;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    box-shadow: 0 6px 2px -6px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 6px 2px -6px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 6px 2px -6px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0 6px 2px -6px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 6px 2px -6px rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.product-grid .tzProduct-item .tzProduct_box span.tzProductNew {
    display: inline-block;
    width: 68px;
    height: 68px;
    background: none repeat scroll 0 0 #e54053;
    border-radius: 50%;
    text-align: center;
    padding: 22px 10px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 24px;
    position: absolute;
    top: 33px;
    left: -8px;
}

.product-grid .tzProduct-item .tzProduct_box span.tzProductNew:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: 1px solid #e54053;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.product-grid .tzProduct-item .tzProduct_box span.tzProductSale {
    display: inline-block;
    width: 68px;
    height: 68px;
    background: none repeat scroll 0 0 #e54053;
    border-radius: 50%;
    text-align: center;
    padding: 18px 10px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 16px;
    position: absolute;
    top: 33px;
    left: -8px;
}

.product-grid .tzProduct-item .tzProduct_box span.tzProductSale:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: 1px solid #e54053;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.product-grid .tzProduct-item .tzProduct_box span.tzOut-of-stock {
    display: inline-block;
    width: 68px;
    height: 68px;
    background: none repeat scroll 0 0 #454545;
    border-radius: 50%;
    text-align: center;
    padding: 18px 10px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 16px;
    position: absolute;
    top: 33px;
    right: -8px;
}

.product-grid .tzProduct-item .tzProduct_box span.tzOut-of-stock:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: 1px solid #454545;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.product-grid .tzProduct-item .tzProduct_box span.tzProductfree {
    display: inline-block;
    width: 68px;
    height: 68px;
    background: none repeat scroll 0 0 #e54053;
    border-radius: 50%;
    text-align: center;
    padding: 26px 10px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 16px;
    position: absolute;
    top: 33px;
    left: -8px;
}

.product-grid .tzProduct-item .tzProduct_box span.tzProductfree:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: 1px solid #e54053;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.product-grid .tzProduct-item .tzProduct_box .tzProductContent_Grid:hover span.tzQuick-view {
    bottom: 15px;
}

.product-grid .tzProduct-item .tzProduct_box .tzProductContent_Grid:hover .tzProduct_prev {
    left: 0px;
    transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    -ms-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
}

.product-grid .tzProduct-item .tzProduct_box .tzProductContent_Grid:hover .tzProduct_next {
    right: 0px;
    transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    -ms-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
}

.product-grid .tzProduct-item .tzProduct_box .tzProductContent_List {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -10;
}

.product-grid .tzProduct-item .tzProduct_box .tzProduct_Grid:after {
    content: '';
    display: block;
    clear: both;
}

.product-grid .tzProduct-item .tzProduct_Container>.tzFeatured_product,
.product-grid .tzProduct-item .tzProduct_Container>.tzProductNew,
.product-grid .tzProduct-item .tzProduct_Container>.tzProductSale,
.product-grid .tzProduct-item .tzProduct_Container>.tzOut-of-stock,
.product-grid .tzProduct-item .tzProduct_Container>.tzProductfree {
    display: none;
}

.product-list .tzProduct-item .tzProduct_box .tzProductContent_Grid {
    display: none;
}

.tzQuickView_Container {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999999;
    display: none;
}

.eff-tzQuickView_Container {
    background: url("/images/quickview_loader.GIF") no-repeat center center rgba(0, 0, 0, 0.5);
}

#tzQuickView {
    position: fixed;
    left: 50%;
    margin-left: -405px;
    top: 50%;
    margin-top: -279px;
    background-color: #ffffff;
    z-index: 111;
    width: 810px;
    height: 558px;
    padding: 40px 30px;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    opacity: 1;
    transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -ms-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
}

#tzQuickView .tzQuickview_img {
    width: 365px;
    float: left;
    position: relative;
}

#tzQuickView .tzQuickview_img ul.slides li {
    height: 478px;
    position: relative;
    overflow: hidden;
}

#tzQuickView .tzQuickview_img ul.slides li img {
    max-width: none;
    position: relative;
}

#tzQuickView .tzQuickview_img ul.slides li .tzZoomImage {
    position: absolute;
    top: 8px;
    left: 13px;
    font-family: 'Roboto', sans-serif;
    font-size: 10px;
    font-weight: 400;
    color: #656565;
    line-height: 18px;
}

#tzQuickView .tzQuickview_img ul.slides li .tzZoomImage i {
    margin-right: 4px;
}

#tzQuickView .tzQuickview_img ul.slides li .tzZoomImage:hover {
    text-decoration: none;
}

#tzQuickView .tzQuickview_img ul.flex-direction-nav li a {
    width: 25px;
    height: 52px;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -26px;
    z-index: 99;
    overflow: hidden;
    opacity: 1;
}

#tzQuickView .tzQuickview_img ul.flex-direction-nav li a.flex-prev {
    left: -5px;
}

#tzQuickView .tzQuickview_img ul.flex-direction-nav li a.flex-prev:before {
    content: '';
    width: 100%;
    height: 100%;
    background: url("/images/prev.png");
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0.2);
    background-position: 8px 20px;
}

#tzQuickView .tzQuickview_img ul.flex-direction-nav li a.flex-prev:hover:before {
    background-color: rgba(0, 0, 0, 0.8);
}

#tzQuickView .tzQuickview_img ul.flex-direction-nav li a.flex-next {
    right: -5px;
}

#tzQuickView .tzQuickview_img ul.flex-direction-nav li a.flex-next:before {
    content: '';
    width: 100%;
    height: 100%;
    background: url("/images/next.png");
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0.2);
    background-position: 9px 20px;
}

#tzQuickView .tzQuickview_img ul.flex-direction-nav li a.flex-next:hover:before {
    background-color: rgba(0, 0, 0, 0.8);
}

#tzQuickView .tzQuickview_img span.tzProductNew {
    display: inline-block;
    width: 68px;
    height: 68px;
    background: none repeat scroll 0 0 #e54053;
    border-radius: 50%;
    text-align: center;
    padding: 22px 10px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 24px;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
}

#tzQuickView .tzQuickview_img span.tzProductNew:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: 1px solid #e54053;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

#tzQuickView .tzQuickview_img span.tzProductSale {
    display: inline-block;
    width: 68px;
    height: 68px;
    background: none repeat scroll 0 0 #e54053;
    border-radius: 50%;
    text-align: center;
    padding: 18px 10px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 16px;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
}

#tzQuickView .tzQuickview_img span.tzProductSale:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: 1px solid #e54053;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

#tzQuickView .tzQuickview_img span.tzOut-of-stock {
    display: inline-block;
    width: 68px;
    height: 68px;
    background: none repeat scroll 0 0 #454545;
    border-radius: 50%;
    text-align: center;
    padding: 18px 10px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 16px;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
}

#tzQuickView .tzQuickview_img span.tzOut-of-stock:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: 1px solid #454545;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

#tzQuickView .tzQuickview_img span.tzProductfree {
    display: inline-block;
    width: 68px;
    height: 68px;
    background: none repeat scroll 0 0 #e54053;
    border-radius: 50%;
    text-align: center;
    padding: 26px 10px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 16px;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
}

#tzQuickView .tzQuickview_img span.tzProductfree:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: 1px solid #e54053;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

#tzQuickView .tzQuickview_info {
    float: right;
    width: 365px;
    height: 100%;
}

#tzQuickView .tzQuickview_info h3.product_title {
    margin: 0px;
    padding: 0px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 24px;
    color: #000000;
    line-height: 30px;
}

#tzQuickView .tzQuickview_info .product_meta span.sku_wrapper {
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #383838;
    line-height: 24px;
    margin-right: 12px;
}

#tzQuickView .tzQuickview_info .woocommerce-product-rating a.woocommerce-review-link {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #383838;
    line-height: 24px;
}

#tzQuickView .tzQuickview_info p.price {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 24px;
    color: #e54053;
    line-height: 28px;
    padding: 0px;
    margin: 0px 0px 20px;
}

#tzQuickView .tzQuickview_info p.price span.amount {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 24px;
    color: #e54053;
    line-height: 28px;
    padding: 0px;
    margin: 0px;
}

#tzQuickView .tzQuickview_info p.price del {
    color: #777777;
}

#tzQuickView .tzQuickview_info p.price del span.amount {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 19px;
    color: #777777;
    line-height: 28px;
    padding: 0px;
    margin: 0px;
    text-shadow: none;
}

#tzQuickView .tzQuickview_info p.price ins {
    text-decoration: none;
}

#tzQuickView .tzQuickview_info form.cart {
    margin-bottom: 28px;
}

#tzQuickView .tzQuickview_info form.cart button.button {
    display: inline-block;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
    text-shadow: none;
    border: none;
    border-radius: 0px;
    padding: 9px 12px;
    margin-right: 18px;
    background: #454545;
    position: relative;
    box-shadow: none;
    margin-left: 4px;
}

#tzQuickView .tzQuickview_info form.cart a.added_to_cart {
    display: inline-block;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
    text-shadow: none;
    border: none;
    border-radius: 0px;
    padding: 7px 12px;
    margin-right: 18px;
    background: #454545;
    position: relative;
    box-shadow: none;
    margin-left: 4px;
}

#tzQuickView .tzQuickview_info form.cart a.added_to_cart:hover {
    text-decoration: none;
}

#tzQuickView .tzQuickview_info form.cart a.added_to_cart:after {
    content: '';
    position: absolute;
    top: 0px;
    left: -7px;
    width: 100%;
    height: 100%;
    border: 1px solid #454545;
    transform: scaleX(1.09) scaleY(1.2);
    -webkit-transform: scaleX(1.09) scaleY(1.2);
    -moz-transform: scaleX(1.09) scaleY(1.2);
    -ms-transform: scaleX(1.09) scaleY(1.2);
    -o-transform: scaleX(1.09) scaleY(1.2);
}

#tzQuickView .tzQuickview_info form.cart .quantity {
    width: auto;
    float: left;
    margin-right: 13px;
}

#tzQuickView .tzQuickview_info form.cart .quantity input {
    width: 31px;
    height: 31px;
    background: none;
    border: 1px solid #dddddd;
    border-radius: 3px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    color: #000000;
    font-weight: 400;
}

#tzQuickView .tzQuickview_info form.cart .yith-wcwl-add-to-wishlist {
    float: left;
    margin: 0px;
}

#tzQuickView .tzQuickview_info form.cart .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a.add_to_wishlist {
    display: inline-block;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
    text-shadow: none;
    border: none;
    border-radius: 0px;
    padding: 6px 12px;
    margin-right: 18px;
    background: #e54053;
    position: relative;
    box-shadow: none;
    margin-left: 4px;
}

#tzQuickView .tzQuickview_info form.cart .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a.add_to_wishlist:hover {
    text-decoration: none;
}

#tzQuickView .tzQuickview_info form.cart .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a.add_to_wishlist:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: 1px solid #e54053;
    transform: scaleX(1.06) scaleY(1.23);
    -webkit-transform: scaleX(1.06) scaleY(1.2);
    -moz-transform: scaleX(1.06) scaleY(1.2);
    -ms-transform: scaleX(1.06) scaleY(1.2);
    -o-transform: scaleX(1.06) scaleY(1.2);
}

#tzQuickView .tzQuickview_info form.cart:after {
    content: '';
    display: block;
    clear: both;
}

#tzQuickView .tzQuickview_info a.button {
    display: inline-block;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
    text-shadow: none;
    border: none;
    border-radius: 0px;
    padding: 9px 12px;
    margin-right: 18px;
    background: #454545;
    position: relative;
    box-shadow: none;
    margin-left: 4px;
}

#tzQuickView .tzQuickview_info .tzProduct_description {
    border-top: 1px dashed #dddddd;
    padding-top: 25px;
    margin-top: 34px;
}

#tzQuickView .tzQuickview_info .tzProduct_description p {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #656565;
    line-height: 22px;
}

#tzQuickView .tzQuickView_close {
    position: absolute;
    top: 0px;
    right: 0px;
}

#tzQuickView .tzQuickView_close i {
    font-size: 20px;
    color: #383838;
    padding: 8px 10px;
}

#tzQuickView .tzQuickView_close:hover {
    background-color: rgba(0, 0, 0, 0.2);
}

#tzQuickView .tzQuickview_info .product_meta .tzProductInStock,
#tzQuickView .tzQuickview_info .product_meta .tzProductOutOfStock {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #383838;
    line-height: 24px;
}

#tzQuickView .tzQuickview_info .product_meta .tzProductInStock i,
#tzQuickView .tzQuickview_info .product_meta .tzProductOutOfStock i {
    margin-right: 5px;
}

#tzQuickView .tzQuickview_info a.button:after,
#tzQuickView .tzQuickview_info form.cart button.button:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: 1px solid #454545;
    transform: scaleX(1.067) scaleY(1.23);
    -webkit-transform: scaleX(1.067) scaleY(1.23);
    -moz-transform: scaleX(1.067) scaleY(1.23);
    -ms-transform: scaleX(1.067) scaleY(1.23);
    -o-transform: scaleX(1.067) scaleY(1.23);
}

#tzQuickView .tzQuickview_info form.cart .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
#tzQuickView .tzQuickview_info form.cart .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a {
    display: inline-block;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
    text-shadow: none;
    border: none;
    border-radius: 0px;
    padding: 6px 12px;
    margin-right: 18px;
    background: #e54053;
    position: relative;
    box-shadow: none;
    margin-left: 4px;
}

#tzQuickView .tzQuickview_info form.cart .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover,
#tzQuickView .tzQuickview_info form.cart .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover {
    text-decoration: none;
}

#tzQuickView .tzQuickview_info form.cart .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:after,
#tzQuickView .tzQuickview_info form.cart .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: 1px solid #e54053;
    transform: scaleX(1.06) scaleY(1.23);
    -webkit-transform: scaleX(1.06) scaleY(1.2);
    -moz-transform: scaleX(1.06) scaleY(1.2);
    -ms-transform: scaleX(1.06) scaleY(1.2);
    -o-transform: scaleX(1.06) scaleY(1.2);
}

#tzQuickView .tzQuickview_info .tzQuickView_NotSimple:after,
#tzQuickView .tzQuickview_info .tzQuickView_OutOfStock:after {
    display: block;
    content: '';
    clear: both;
}

#tzQuickView .tzQuickview_info .tzQuickView_NotSimple a.button,
#tzQuickView .tzQuickview_info .tzQuickView_OutOfStock a.button {
    float: left;
}

#tzQuickView .tzQuickview_info .tzQuickView_NotSimple .yith-wcwl-add-to-wishlist,
#tzQuickView .tzQuickview_info .tzQuickView_OutOfStock .yith-wcwl-add-to-wishlist {
    float: left;
    margin: 0px;
}

#tzQuickView .tzQuickview_info .tzQuickView_NotSimple .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a.add_to_wishlist,
#tzQuickView .tzQuickview_info .tzQuickView_OutOfStock .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a.add_to_wishlist {
    display: inline-block;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
    text-shadow: none;
    border: none;
    border-radius: 0px;
    padding: 6px 12px 7px;
    margin-right: 18px;
    background: #e54053;
    position: relative;
    box-shadow: none;
    margin-left: 4px;
}

#tzQuickView .tzQuickview_info .tzQuickView_NotSimple .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a.add_to_wishlist:hover,
#tzQuickView .tzQuickview_info .tzQuickView_OutOfStock .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a.add_to_wishlist:hover {
    text-decoration: none;
}

#tzQuickView .tzQuickview_info .tzQuickView_NotSimple .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a.add_to_wishlist:after,
#tzQuickView .tzQuickview_info .tzQuickView_OutOfStock .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a.add_to_wishlist:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: 1px solid #e54053;
    transform: scaleX(1.06) scaleY(1.23);
    -webkit-transform: scaleX(1.06) scaleY(1.2);
    -moz-transform: scaleX(1.06) scaleY(1.2);
    -ms-transform: scaleX(1.06) scaleY(1.2);
    -o-transform: scaleX(1.06) scaleY(1.2);
}

#tzQuickView .tzQuickview_info .tzQuickView_NotSimple .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
#tzQuickView .tzQuickview_info .tzQuickView_NotSimple .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
#tzQuickView .tzQuickview_info .tzQuickView_OutOfStock .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
#tzQuickView .tzQuickview_info .tzQuickView_OutOfStock .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a {
    display: inline-block;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
    text-shadow: none;
    border: none;
    border-radius: 0px;
    padding: 6px 12px 7px;
    margin-right: 18px;
    background: #e54053;
    position: relative;
    box-shadow: none;
    margin-left: 4px;
}

#tzQuickView .tzQuickview_info .tzQuickView_NotSimple .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover,
#tzQuickView .tzQuickview_info .tzQuickView_NotSimple .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover,
#tzQuickView .tzQuickview_info .tzQuickView_OutOfStock .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover,
#tzQuickView .tzQuickview_info .tzQuickView_OutOfStock .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover {
    text-decoration: none;
}

#tzQuickView .tzQuickview_info .tzQuickView_NotSimple .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:after,
#tzQuickView .tzQuickview_info .tzQuickView_NotSimple .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:after,
#tzQuickView .tzQuickview_info .tzQuickView_OutOfStock .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:after,
#tzQuickView .tzQuickview_info .tzQuickView_OutOfStock .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: 1px solid #e54053;
    transform: scaleX(1.06) scaleY(1.23);
    -webkit-transform: scaleX(1.06) scaleY(1.2);
    -moz-transform: scaleX(1.06) scaleY(1.2);
    -ms-transform: scaleX(1.06) scaleY(1.2);
    -o-transform: scaleX(1.06) scaleY(1.2);
}

.product-grid .tzProduct-item .tzProduct_Container .tzProduct-info {
    border-top: 1px solid #dadada;
    padding: 25px 14px;
}

.product-grid .tzProduct-item .tzProduct_Container .tzProduct-info .tzProduct-infoTop {
    border-bottom: 3px solid #dddddd;
    padding: 0px 0px 16px;
}

.product-grid .tzProduct-item .tzProduct_Container .tzProduct-info .tzProduct-infoTop .tzProduct-infoLeft {
    float: left;
    width: 65%;
}

.product-grid .tzProduct-item .tzProduct_Container .tzProduct-info .tzProduct-infoTop .tzProduct-infoLeft h3.tzProduct-title {
    margin: 0px;
    font-size: 14px;
}

.product-grid .tzProduct-item .tzProduct_Container .tzProduct-info .tzProduct-infoTop .tzProduct-infoLeft h3.tzProduct-title a {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #111111;
    line-height: 18px;
    text-transform: uppercase;
}

.product-grid .tzProduct-item .tzProduct_Container .tzProduct-info .tzProduct-infoTop .tzProduct-infoLeft h3.tzProduct-title a:hover {
    text-decoration: none;
}

.product-grid .tzProduct-item .tzProduct_Container .tzProduct-info .tzProduct-infoTop .tzProduct-infoLeft .tzProduct-category {
    line-height: 16px;
    color: #999999;
}

.product-grid .tzProduct-item .tzProduct_Container .tzProduct-info .tzProduct-infoTop .tzProduct-infoLeft .tzProduct-category a {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #999999;
    line-height: 16px;
    text-transform: uppercase;
}

.product-grid .tzProduct-item .tzProduct_Container .tzProduct-info .tzProduct-infoTop .tzProduct-infoLeft .tzProduct-category a:hover {
    text-decoration: none;
}

.product-grid .tzProduct-item .tzProduct_Container .tzProduct-info .tzProduct-infoTop .tzProduct-Rating {
    float: right;
    width: 35%;
}

.product-grid .tzProduct-item .tzProduct_Container .tzProduct-info .tzProduct-infoTop:after {
    content: '';
    display: block;
    clear: both;
}

.product-grid .tzProduct-item .tzProduct_Container .tzProduct-info .tzProduct-infoBottom {
    margin-top: 16px;
}

.product-grid .tzProduct-item .tzProduct_Container .tzProduct-info .tzProduct-infoBottom .tzProduct_price {
    float: left;
    width: 60%;
}

.product-grid .tzProduct-item .tzProduct_Container .tzProduct-info .tzProduct-infoBottom .tzProduct_price .tzprice del {
    color: #454545;
}

.product-grid .tzProduct-item .tzProduct_Container .tzProduct-info .tzProduct-infoBottom .tzProduct_price .tzprice del span.amount {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #454545;
    line-height: 16px;
    padding: 0px;
    margin: 0px;
}

.product-grid .tzProduct-item .tzProduct_Container .tzProduct-info .tzProduct-infoBottom .tzProduct_price .tzprice ins {
    text-decoration: none;
}

.product-grid .tzProduct-item .tzProduct_Container .tzProduct-info .tzProduct-infoBottom .tzProduct_button {
    width: 40%;
    display: inline-block;
    text-align: right;
}

.product-grid .tzProduct-item .tzProduct_Container .tzProduct-info .tzProduct-infoBottom .tzProduct_button a:before {
    content: none;
}

.product-grid .tzProduct-item .tzProduct_Container .tzProduct-info .tzProduct-infoBottom .tzProduct_button a {
    background: none;
    border: none;
    box-shadow: none;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #111111;
    line-height: 16px;
    text-transform: uppercase;
    padding: 0px;
    margin: 0px;
}

.product-grid .tzProduct-item .tzProduct_Container .tzProduct-info .tzProduct-infoBottom .tzProduct_button a:hover {
    text-decoration: none;
}

.product-grid .tzProduct-item .tzProduct_Container .tzProduct-info .tzProduct-infoBottom:after {
    content: '';
    clear: both;
    display: block;
}

.product-grid .tzProduct-item .tzProduct_box .tzProductContent_Grid span.tzQuick-view {
    display: inline-block;
    background: none repeat scroll 0 0 #e54053;
    text-align: center;
    padding: 8px 17px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 16px;
    position: absolute;
    bottom: -40px;
    right: 15px;
    z-index: 1;
    transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    -ms-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
}

.product-grid .tzProduct-item .tzProduct_box .tzProductContent_Grid span.tzQuick-view:hover {
    cursor: pointer;
}

.product-grid .tzProduct-item .tzProduct_box .tzProductContent_Grid span.tzQuick-view:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: 1px solid #e54053;
    transform: scaleX(1.067) scaleY(1.25);
    -webkit-transform: scaleX(1.067) scaleY(1.25);
    -moz-transform: scaleX(1.067) scaleY(1.25);
    -ms-transform: scaleX(1.067) scaleY(1.25);
    -o-transform: scaleX(1.067) scaleY(1.25);
}

.product-grid .tzProduct-item .tzProduct_box .tzProductContent_Grid:hover span.tzQuick-view {
    bottom: 15px;
}

.product-grid .tzProduct-item .tzProduct_box .tzFeatured_product {
    position: absolute;
    top: -1px;
    right: -1px;
    width: 150px;
    height: 150px;
    overflow: hidden;
}

.product-grid .tzProduct-item .tzProduct_box .tzFeatured_product span {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 24px;
    width: 150px;
    text-align: center;
    padding: 3px 0px 0px;
    position: absolute;
    top: 25px;
    right: -35px;
    background-color: #e54053;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    box-shadow: 0 6px 2px -6px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 6px 2px -6px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 6px 2px -6px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0 6px 2px -6px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 6px 2px -6px rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.woocommerce .star-rating {
    height: 16px;
}

.product-grid .tzProduct-item .tzProduct_Container .tzProduct-info .tzProduct-infoBottom .tzProduct_price .tzprice,
.product-grid .tzProduct-item .tzProduct_Container .tzProduct-info .tzProduct-infoBottom .tzProduct_price .tzprice span.amount {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #e54053;
    line-height: 16px;
    padding: 0px;
    margin: 0px;
}

.product-grid .tzProduct-item .tzProduct_Container .tzProduct-info .tzProduct-infoBottom .tzProduct_button .tzQuick-view,
.product-grid .tzProduct-item .tzProduct_Container .tzProduct-info .tzProduct-infoBottom .tzProduct_des {
    display: none;
}

.woocommerce .star-rating:before,
.woocommerce-page .star-rating:before {
    color: #e54053;
}

.woocommerce .star-rating span:before,
.woocommerce-page .star-rating span:before {
    color: #e54053;
}

.product-list {
    margin-bottom: 65px;
}

.product-list .tzProduct-item .tzProduct_Container {
    border: 1px solid #dadada;
    margin-bottom: 25px;
    padding: 45px 40px 40px;
    position: relative;
}

.product-list .tzProduct-item .tzProduct_Container .tzProduct_box {
    float: left;
    margin-right: 21px;
}

.product-list .tzProduct-item .tzProduct_Container .tzProduct_box .tzProductContent_List:after {
    content: '';
    display: block;
    clear: both;
}

.product-list .tzProduct-item .tzProduct_Container .tzProduct-info .tzProduct-infoLeft h3.tzProduct-title {
    margin: 0px;
    padding: 0px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #111111;
    line-height: 24px;
    text-transform: uppercase;
}

.product-list .tzProduct-item .tzProduct_Container .tzProduct-info .tzProduct-infoLeft h3.tzProduct-title a {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #111111;
    line-height: 24px;
    text-transform: uppercase;
}

.product-list .tzProduct-item .tzProduct_Container .tzProduct-info .tzProduct-infoLeft h3.tzProduct-title a:hover {
    text-decoration: none;
}

.product-list .tzProduct-item .tzProduct_Container .tzProduct-info .tzProduct-infoLeft .tzProduct-category {
    margin: 0px 0px 7px;
    padding: 0px;
    line-height: 14px;
}

.product-list .tzProduct-item .tzProduct_Container .tzProduct-info .tzProduct-infoLeft .tzProduct-category a {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    line-height: 14px;
    text-transform: uppercase;
}

.product-list .tzProduct-item .tzProduct_Container .tzProduct-info .tzProduct-infoLeft .tzProduct-category a:hover {
    text-decoration: none;
}

.product-list .tzProduct-item .tzProduct_Container .tzProduct-info .tzProduct-infoBottom .tzProduct_price {
    margin-bottom: 17px;
}

.product-list .tzProduct-item .tzProduct_Container .tzProduct-info .tzProduct-infoBottom .tzProduct_price .tzprice ins {
    text-decoration: none;
    color: #e54053;
}

.product-list .tzProduct-item .tzProduct_Container .tzProduct-info .tzProduct-infoBottom .tzProduct_price .tzprice ins span.amount {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #e54053;
    line-height: 24px;
}

.product-list .tzProduct-item .tzProduct_Container .tzProduct-info .tzProduct-infoBottom .tzProduct_price .tzprice del {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #454545;
    line-height: 24px;
}

.product-list .tzProduct-item .tzProduct_Container .tzProduct-info .tzProduct-infoBottom .tzProduct_price .tzprice del span.amount {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #454545;
    line-height: 24px;
}

.product-list .tzProduct-item .tzProduct_Container .tzProduct-info .tzProduct-infoBottom .tzProduct_button {
    margin-bottom: 20px;
}

.product-list .tzProduct-item .tzProduct_Container .tzProduct-info .tzProduct-infoBottom .tzProduct_button a {
    position: relative;
    display: inline-block;
    background: none repeat scroll 0 0 #454545;
    border: none;
    border-radius: 0;
    text-align: center;
    padding: 8px 17px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
    text-shadow: none;
    line-height: 16px;
    z-index: 1;
    margin: 0px 10px 0px 0px;
}

.product-list .tzProduct-item .tzProduct_Container .tzProduct-info .tzProduct-infoBottom .tzProduct_button a:hover {
    text-decoration: none;
}

.product-list .tzProduct-item .tzProduct_Container .tzProduct-info .tzProduct-infoBottom .tzProduct_button a:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: 1px solid #454545;
    transform: scaleX(1.06) scaleY(1.21);
    -webkit-transform: scaleX(1.06) scaleY(1.21);
    -moz-transform: scaleX(1.06) scaleY(1.21);
    -ms-transform: scaleX(1.06) scaleY(1.21);
    -o-transform: scaleX(1.06) scaleY(1.21);
}

.product-list .tzProduct-item .tzProduct_Container .tzProduct-info .tzProduct-infoBottom .tzProduct_button a.added_to_cart:after {
    left: -7px;
}

.product-list .tzProduct-item .tzProduct_Container .tzProduct-info .tzProduct-infoBottom .tzProduct_button .tzQuick-view {
    position: relative;
    display: inline-block;
    background: none repeat scroll 0 0 #e54053;
    border: none;
    border-radius: 0;
    text-align: center;
    padding: 8px 17px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
    text-shadow: none;
    line-height: 16px;
    z-index: 1;
    margin: 0px 10px 0px 0px;
}

.product-list .tzProduct-item .tzProduct_Container .tzProduct-info .tzProduct-infoBottom .tzProduct_button .tzQuick-view:hover {
    cursor: pointer;
}

.product-list .tzProduct-item .tzProduct_Container .tzProduct-info .tzProduct-infoBottom .tzProduct_button .tzQuick-view:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: 1px solid #e54053;
    transform: scaleX(1.06) scaleY(1.21);
    -webkit-transform: scaleX(1.06) scaleY(1.21);
    -moz-transform: scaleX(1.06) scaleY(1.21);
    -ms-transform: scaleX(1.06) scaleY(1.21);
    -o-transform: scaleX(1.06) scaleY(1.21);
}

.product-list .tzProduct-item .tzProduct_Container .tzProduct-info .tzProduct-infoBottom .tzProduct_des p {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #656565;
    font-weight: 400;
}

.product-list .tzProduct-item .tzProduct_Container .tzProduct-info .tzProduct-infoTop .tzProduct-Rating {
    margin-bottom: 9px;
}

.product-list .tzProduct-item .tzProduct_Container .tzProduct-info .tzProduct-infoTop .tzProduct-Rating .star-rating {
    float: none;
}

.product-list .tzProduct-item .tzProduct_Container .tzProduct-info .tzProduct-infoTop .tzProduct-Rating .star-rating span:before {
    font-size: 12px;
}

.product-list .tzProduct-item .tzProduct_Container .tzProduct-info .tzProduct-infoTop .tzProduct-Rating .star-rating:before {
    font-size: 12px;
}

.product-list .tzProduct-item .tzProduct_Container>.tzFeatured_product {
    position: absolute;
    top: -1px;
    left: -1px;
    width: 150px;
    height: 150px;
    overflow: hidden;
}

.product-list .tzProduct-item .tzProduct_Container>.tzFeatured_product span {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 24px;
    width: 150px;
    text-align: center;
    padding: 3px 0px 0px;
    position: absolute;
    top: 25px;
    left: -35px;
    background-color: #e54053;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    box-shadow: 0 6px 2px -6px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 6px 2px -6px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 6px 2px -6px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0 6px 2px -6px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 6px 2px -6px rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.product-list .tzProduct-item .tzProduct_Container>span.tzProductNew {
    display: inline-block;
    width: 68px;
    height: 68px;
    background: none repeat scroll 0 0 #e54053;
    border-radius: 50%;
    text-align: center;
    padding: 22px 10px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 24px;
    position: absolute;
    top: 30px;
    right: 30px;
}

.product-list .tzProduct-item .tzProduct_Container>span.tzProductNew:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: 1px solid #e54053;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.product-list .tzProduct-item .tzProduct_Container>span.tzProductSale {
    display: inline-block;
    width: 68px;
    height: 68px;
    background: none repeat scroll 0 0 #e54053;
    border-radius: 50%;
    text-align: center;
    padding: 18px 10px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 16px;
    position: absolute;
    top: 30px;
    right: 30px;
}

.product-list .tzProduct-item .tzProduct_Container>span.tzProductSale:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: 1px solid #e54053;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.product-list .tzProduct-item .tzProduct_Container>span.tzOut-of-stock {
    display: inline-block;
    width: 68px;
    height: 68px;
    background: none repeat scroll 0 0 #454545;
    border-radius: 50%;
    text-align: center;
    padding: 18px 10px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 16px;
    position: absolute;
    top: 30px;
    right: 30px;
}

.product-list .tzProduct-item .tzProduct_Container>span.tzOut-of-stock:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: 1px solid #454545;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.product-list .tzProduct-item .tzProduct_Container>span.tzProductfree {
    display: inline-block;
    width: 68px;
    height: 68px;
    background: none repeat scroll 0 0 #e54053;
    border-radius: 50%;
    text-align: center;
    padding: 26px 10px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 16px;
    position: absolute;
    top: 30px;
    right: 30px;
}

.product-list .tzProduct-item .tzProduct_Container>span.tzProductfree:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: 1px solid #e54053;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.product-list .tzProduct-item .tzProduct_Container:after {
    content: '';
    display: block;
    clear: both;
}

.product-list .tzProduct-item .jcarousel-skin-tango .jcarousel-clip-vertical {
    width: 100% !important;
    height: 245px !important;
}

.tzProduct-item .slideshow-main {
    width: 180px;
    float: left;
}

.tzProduct-item .slideshow-main ul {
    margin: 0;
    padding: 0;
    width: 100%;
}

.tzProduct-item .slideshow-main ul li {
    width: 100%;
    display: none;
    position: relative;
    overflow: hidden;
}

.tzProduct-item .slideshow-main ul li a {
    position: absolute;
    top: 10px;
    left: 15px;
    font-size: 20px;
    color: #d9534f;
}

.tzProduct-item .slideshow-main ul li img {
    width: 100%;
    height: auto;
}

.tzProduct-item .slideshow-main li.active {
    display: block !important;
}

.tzProduct-item .slideshow-main 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;
}

.tzProduct-item .slideshow-main li span.content {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 60px;
    z-index: 1000;
}

.tzProduct-item .slideshow-main li span.content h1 {
    font-size: 14px;
    margin: 5px 0;
    padding: 0 10px;
    color: #42e2e8;
}

.tzProduct-item .slideshow-main li span.content p {
    font-size: 11px;
    margin: 5px 0;
    padding: 0 10px;
    color: #42e2e8;
}

.tzProduct-item .slideshow-carousel {
    float: left;
    width: 56px;
    margin-left: 7px;
    position: relative;
}

.tzProduct-item .slideshow-carousel ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.tzProduct-item .slideshow-carousel ul li {
    background: #fff;
    height: 56px;
    width: 100%;
    margin-bottom: 7px;
    overflow: hidden;
    position: relative;
}

.tzProduct-item .slideshow-carousel ul li img {
    width: 100%;
    height: auto;
    border: 1px solid #dadada;
}

.tzProduct-item .slideshow-carousel ul li a img.bd_active {
    border: 1px solid #e54053;
}

.tzProduct-item .slideshow-carousel ul li:hover img {
    border: 1px solid #e54053;
}

.tzProduct-item .slideshow-carousel li .arrow {
    left: 3px;
    top: 28px;
    position: absolute;
    width: 20px;
    height: 40px;
    background: url(images/arrow_white.png) no-repeat 0 0;
    display: block;
}

.tzProduct-item .slideshow-carousel li a {
    background: #000;
    display: block;
    width: 100%;
    height: 56px;
}

.tzProduct-item .slideshow-carousel .active {
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    -khtml-opacity: 1.0;
    opacity: 1.0;
}

.tzProduct-item .slideshow-carousel .faded {
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

.tzProduct-item .jcarousel-skin-tango .jcarousel-container-vertical {
    width: 100% !important;
    height: 245px !important;
}

.tzProduct-item .jcarousel-skin-tango .jcarousel-container-vertical .jcarousel-next,
.tzProduct-item .jcarousel-skin-tango .jcarousel-container-vertical .jcarousel-prev {
    display: none !important;
}

.woocommerce img,
.woocommerce-page img {
    max-width: none;
    position: relative;
}

.product-list .tzProduct-item .tzProduct_Container .tzProduct-info .tzProduct-infoBottom .tzProduct_price .tzprice,
.product-list .tzProduct-item .tzProduct_Container .tzProduct-info .tzProduct-infoBottom .tzProduct_price .tzprice span.amount {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #e54053;
    line-height: 24px;
}

.product-list .tzProduct-item .tzProduct_Container .tzProduct_box .tzFeatured_product,
.product-list .tzProduct-item .tzProduct_Container .tzProduct_box span.tzProductNew,
.product-list .tzProduct-item .tzProduct_Container .tzProduct_box span.tzProductSale,
.product-list .tzProduct-item .tzProduct_Container .tzProduct_box span.tzOut-of-stock,
.product-list .tzProduct-item .tzProduct_Container .tzProduct_box span.tzProductfree {
    display: none;
}

.upsells .tzUpSellSlider_Container {
    position: relative;
    margin: 0px -15px;
}

.upsells .tzUpSellSlider_Container .tzUpSellSlider .tzUpSellsliderItem {
    border: 1px solid #dadada;
    margin: 0px 15px 1px;
}

.upsells .tzUpSellSlider_Container .tzUpSellSlider .tzUpSellsliderItem .tzUpSellItem_box .tzUpSellItem_slider {
    position: relative;
    overflow: hidden;
}

.upsells .tzUpSellSlider_Container .tzUpSellSlider .tzUpSellsliderItem .tzUpSellItem_box .tzUpSellItem_slider ul.slides {
    margin: 0px;
}

.upsells .tzUpSellSlider_Container .tzUpSellSlider .tzUpSellsliderItem .tzUpSellItem_box .tzUpSellItem_slider ul li img {
    width: 100%;
    height: auto;
}

.upsells .tzUpSellSlider_Container .tzUpSellSlider .tzUpSellsliderItem .tzUpSellItem_box .tzUpSellItem_slider span.tzQuick-view {
    display: inline-block;
    background: none repeat scroll 0 0 #e54053;
    text-align: center;
    padding: 8px 17px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 16px;
    position: absolute;
    bottom: -40px;
    right: 15px;
    z-index: 1;
    transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    -ms-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
}

.upsells .tzUpSellSlider_Container .tzUpSellSlider .tzUpSellsliderItem .tzUpSellItem_box .tzUpSellItem_slider span.tzQuick-view:hover {
    cursor: pointer;
}

.upsells .tzUpSellSlider_Container .tzUpSellSlider .tzUpSellsliderItem .tzUpSellItem_box .tzUpSellItem_slider span.tzQuick-view:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: 1px solid #e54053;
    transform: scaleX(1.067) scaleY(1.25);
    -webkit-transform: scaleX(1.067) scaleY(1.25);
    -moz-transform: scaleX(1.067) scaleY(1.25);
    -ms-transform: scaleX(1.067) scaleY(1.25);
    -o-transform: scaleX(1.067) scaleY(1.25);
}

.upsells .tzUpSellSlider_Container .tzUpSellSlider .tzUpSellsliderItem .tzUpSellItem_box .tzUpSellItem_slider ul.flex-direction-nav {
    margin: 0px;
}

.upsells .tzUpSellSlider_Container .tzUpSellSlider .tzUpSellsliderItem .tzUpSellItem_box .tzUpSellItem_slider ul.flex-direction-nav li a {
    width: 26px;
    height: 52px;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -26px;
    z-index: 99;
    overflow: hidden;
    opacity: 1;
}

.upsells .tzUpSellSlider_Container .tzUpSellSlider .tzUpSellsliderItem .tzUpSellItem_box .tzUpSellItem_slider ul.flex-direction-nav li a.flex-prev {
    left: -26px;
}

.upsells .tzUpSellSlider_Container .tzUpSellSlider .tzUpSellsliderItem .tzUpSellItem_box .tzUpSellItem_slider ul.flex-direction-nav li a.flex-prev:before {
    content: '';
    width: 100%;
    height: 100%;
    background: url("/images/prev.png");
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0.2);
    background-position: 9px 20px;
}

.upsells .tzUpSellSlider_Container .tzUpSellSlider .tzUpSellsliderItem .tzUpSellItem_box .tzUpSellItem_slider ul.flex-direction-nav li a.flex-prev:hover:before {
    background-color: rgba(0, 0, 0, 0.8);
}

.upsells .tzUpSellSlider_Container .tzUpSellSlider .tzUpSellsliderItem .tzUpSellItem_box .tzUpSellItem_slider ul.flex-direction-nav li a.flex-next {
    right: -26px;
}

.upsells .tzUpSellSlider_Container .tzUpSellSlider .tzUpSellsliderItem .tzUpSellItem_box .tzUpSellItem_slider ul.flex-direction-nav li a.flex-next:before {
    content: '';
    width: 100%;
    height: 100%;
    background: url("/images/next.png");
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0.2);
    background-position: 9px 20px;
}

.upsells .tzUpSellSlider_Container .tzUpSellSlider .tzUpSellsliderItem .tzUpSellItem_box .tzUpSellItem_slider ul.flex-direction-nav li a.flex-next:hover:before {
    background-color: rgba(0, 0, 0, 0.8);
}

.upsells .tzUpSellSlider_Container .tzUpSellSlider .tzUpSellsliderItem .tzUpSellItem_box .tzUpSellItem_slider:hover span.tzQuick-view {
    bottom: 15px;
}

.upsells .tzUpSellSlider_Container .tzUpSellSlider .tzUpSellsliderItem .tzUpSellItem_box .tzUpSellItem_slider:hover ul.flex-direction-nav li a.flex-prev {
    left: 0px;
}

.upsells .tzUpSellSlider_Container .tzUpSellSlider .tzUpSellsliderItem .tzUpSellItem_box .tzUpSellItem_slider:hover ul.flex-direction-nav li a.flex-next {
    right: 0px;
}

.upsells .tzUpSellSlider_Container .tzUpSellSlider .tzUpSellsliderItem .tzUpSellItem_box .tzFeatured_product {
    position: absolute;
    top: 0px;
    right: 15px;
    width: 150px;
    height: 150px;
    overflow: hidden;
}

.upsells .tzUpSellSlider_Container .tzUpSellSlider .tzUpSellsliderItem .tzUpSellItem_box .tzFeatured_product span {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 24px;
    width: 150px;
    text-align: center;
    padding: 3px 0px 0px;
    position: absolute;
    top: 25px;
    right: -35px;
    background-color: #e54053;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    box-shadow: 0 6px 2px -6px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 6px 2px -6px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 6px 2px -6px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0 6px 2px -6px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 6px 2px -6px rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.upsells .tzUpSellSlider_Container .tzUpSellSlider .tzUpSellsliderItem .tzUpSellItem_box span.tzProductNew {
    display: inline-block;
    width: 68px;
    height: 68px;
    background: none repeat scroll 0 0 #e54053;
    border-radius: 50%;
    text-align: center;
    padding: 22px 10px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 24px;
    position: absolute;
    top: 33px;
    left: 10px;
}

.upsells .tzUpSellSlider_Container .tzUpSellSlider .tzUpSellsliderItem .tzUpSellItem_box span.tzProductNew:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: 1px solid #e54053;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.upsells .tzUpSellSlider_Container .tzUpSellSlider .tzUpSellsliderItem .tzUpSellItem_box span.tzProductSale {
    display: inline-block;
    width: 68px;
    height: 68px;
    background: none repeat scroll 0 0 #e54053;
    border-radius: 50%;
    text-align: center;
    padding: 18px 10px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 16px;
    position: absolute;
    top: 33px;
    left: 10px;
}

.upsells .tzUpSellSlider_Container .tzUpSellSlider .tzUpSellsliderItem .tzUpSellItem_box span.tzProductSale:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: 1px solid #e54053;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.upsells .tzUpSellSlider_Container .tzUpSellSlider .tzUpSellsliderItem .tzUpSellItem_box span.tzOut-of-stock {
    display: inline-block;
    width: 68px;
    height: 68px;
    background: none repeat scroll 0 0 #454545;
    border-radius: 50%;
    text-align: center;
    padding: 18px 10px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 16px;
    position: absolute;
    top: 33px;
    right: 10px;
}

.upsells .tzUpSellSlider_Container .tzUpSellSlider .tzUpSellsliderItem .tzUpSellItem_box span.tzOut-of-stock:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: 1px solid #454545;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.upsells .tzUpSellSlider_Container .tzUpSellSlider .tzUpSellsliderItem .tzUpSellItem_box span.tzProductfree {
    display: inline-block;
    width: 68px;
    height: 68px;
    background: none repeat scroll 0 0 #e54053;
    border-radius: 50%;
    text-align: center;
    padding: 26px 10px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 16px;
    position: absolute;
    top: 33px;
    left: 10px;
}

.upsells .tzUpSellSlider_Container .tzUpSellSlider .tzUpSellsliderItem .tzUpSellItem_box span.tzProductfree:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: 1px solid #e54053;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.upsells .tzUpSellSlider_Container .tzUpSellSlider .tzUpSellsliderItem .tzProduct-info {
    border-top: 1px solid #dadada;
    padding: 25px 14px;
}

.upsells .tzUpSellSlider_Container .tzUpSellSlider .tzUpSellsliderItem .tzProduct-info .tzProduct-infoTop {
    border-bottom: 3px solid #dddddd;
    padding: 0px 0px 16px;
}

.upsells .tzUpSellSlider_Container .tzUpSellSlider .tzUpSellsliderItem .tzProduct-info .tzProduct-infoTop .tzProduct-infoLeft {
    float: left;
    width: 65%;
}

.upsells .tzUpSellSlider_Container .tzUpSellSlider .tzUpSellsliderItem .tzProduct-info .tzProduct-infoTop .tzProduct-infoLeft h3.tzProduct-title {
    margin: 0px;
    font-size: 14px;
}

.upsells .tzUpSellSlider_Container .tzUpSellSlider .tzUpSellsliderItem .tzProduct-info .tzProduct-infoTop .tzProduct-infoLeft h3.tzProduct-title a {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #111111;
    line-height: 18px;
    text-transform: uppercase;
}

.upsells .tzUpSellSlider_Container .tzUpSellSlider .tzUpSellsliderItem .tzProduct-info .tzProduct-infoTop .tzProduct-infoLeft h3.tzProduct-title a:hover {
    text-decoration: none;
}

.upsells .tzUpSellSlider_Container .tzUpSellSlider .tzUpSellsliderItem .tzProduct-info .tzProduct-infoTop .tzProduct-infoLeft .tzProduct-category {
    line-height: 16px;
}

.upsells .tzUpSellSlider_Container .tzUpSellSlider .tzUpSellsliderItem .tzProduct-info .tzProduct-infoTop .tzProduct-infoLeft .tzProduct-category a {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #999999;
    line-height: 16px;
    text-transform: uppercase;
}

.upsells .tzUpSellSlider_Container .tzUpSellSlider .tzUpSellsliderItem .tzProduct-info .tzProduct-infoTop .tzProduct-infoLeft .tzProduct-category a:hover {
    text-decoration: none;
}

.upsells .tzUpSellSlider_Container .tzUpSellSlider .tzUpSellsliderItem .tzProduct-info .tzProduct-infoTop .tzProduct-Rating {
    float: right;
}

.upsells .tzUpSellSlider_Container .tzUpSellSlider .tzUpSellsliderItem .tzProduct-info .tzProduct-infoTop:after {
    content: '';
    display: block;
    clear: both;
}

.upsells .tzUpSellSlider_Container .tzUpSellSlider .tzUpSellsliderItem .tzProduct-info .tzProduct-infoBottom {
    margin-top: 16px;
}

.upsells .tzUpSellSlider_Container .tzUpSellSlider .tzUpSellsliderItem .tzProduct-info .tzProduct-infoBottom .tzProduct_price {
    float: left;
    width: 125px;
}

.upsells .tzUpSellSlider_Container .tzUpSellSlider .tzUpSellsliderItem .tzProduct-info .tzProduct-infoBottom .tzProduct_price .tzprice del {
    color: #454545;
}

.upsells .tzUpSellSlider_Container .tzUpSellSlider .tzUpSellsliderItem .tzProduct-info .tzProduct-infoBottom .tzProduct_price .tzprice del span.amount {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #454545;
    line-height: 16px;
    padding: 0px;
    margin: 0px;
}

.upsells .tzUpSellSlider_Container .tzUpSellSlider .tzUpSellsliderItem .tzProduct-info .tzProduct-infoBottom .tzProduct_price .tzprice ins {
    text-decoration: none;
}

.upsells .tzUpSellSlider_Container .tzUpSellSlider .tzUpSellsliderItem .tzProduct-info .tzProduct-infoBottom .tzProduct_button {
    float: right;
    width: 100px;
    display: inline-block;
    text-align: right;
}

.upsells .tzUpSellSlider_Container .tzUpSellSlider .tzUpSellsliderItem .tzProduct-info .tzProduct-infoBottom .tzProduct_button a:before {
    content: none;
}

.upsells .tzUpSellSlider_Container .tzUpSellSlider .tzUpSellsliderItem .tzProduct-info .tzProduct-infoBottom .tzProduct_button a {
    background: none;
    border: none;
    box-shadow: none;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #111111;
    line-height: 16px;
    text-transform: uppercase;
    padding: 0px;
    margin: 0px;
}

.upsells .tzUpSellSlider_Container .tzUpSellSlider .tzUpSellsliderItem .tzProduct-info .tzProduct-infoBottom .tzProduct_button a:hover {
    text-decoration: none;
}

.upsells .tzUpSellSlider_Container .tzUpSellSlider .tzUpSellsliderItem .tzProduct-info .tzProduct-infoBottom:after {
    content: '';
    clear: both;
    display: block;
}

.upsells .tzUpSellSlider_Container button.tzUpSell_prev {
    position: absolute;
    top: 50%;
    margin-top: -19px;
    left: -4px;
    width: 19px;
    height: 38px;
    border: none;
    background: none repeat scroll 0 0 #e1e1e1;
    box-shadow: none;
    border-top-left-radius: 38px;
    border-bottom-left-radius: 38px;
    z-index: 0;
    padding: 0px;
    text-align: center;
    z-index: 1;
}

.upsells .tzUpSellSlider_Container button.tzUpSell_next {
    position: absolute;
    top: 50%;
    margin-top: -19px;
    right: -6px;
    width: 19px;
    height: 38px;
    border: none;
    background: none repeat scroll 0 0 #e1e1e1;
    box-shadow: none;
    border-top-right-radius: 38px;
    border-bottom-right-radius: 38px;
    z-index: 0;
    padding: 0px;
    text-align: center;
    z-index: 1;
}

.upsells .tzUpSellSlider_Container button i {
    color: #FFFFFF;
    font-size: 20px;
}

.upsells .tzUpSellSlider_Container .tzUpSellSlider .tzUpSellsliderItem .tzProduct-info .tzProduct-infoBottom .tzProduct_price .tzprice,
.upsells .tzUpSellSlider_Container .tzUpSellSlider .tzUpSellsliderItem .tzProduct-info .tzProduct-infoBottom .tzProduct_price .tzprice span.amount {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #e54053;
    line-height: 16px;
    padding: 0px;
    margin: 0px;
}

.cross-sells .tzCrossSellSlider_Container {
    position: relative;
    margin: 0px -15px;
}

.cross-sells .tzCrossSellSlider_Container .tzCrossSellSlider .tzCrossSellsliderItem {
    border: 1px solid #dadada;
    margin: 0px 15px 1px;
}

.cross-sells .tzCrossSellSlider_Container .tzCrossSellSlider .tzCrossSellsliderItem .tzCrossSellItem_box .tzCrossSellItem_slider {
    position: relative;
    overflow: hidden;
}

.cross-sells .tzCrossSellSlider_Container .tzCrossSellSlider .tzCrossSellsliderItem .tzCrossSellItem_box .tzCrossSellItem_slider ul.slides {
    margin: 0px;
}

.cross-sells .tzCrossSellSlider_Container .tzCrossSellSlider .tzCrossSellsliderItem .tzCrossSellItem_box .tzCrossSellItem_slider ul li img {
    width: 100%;
    height: auto;
}

.cross-sells .tzCrossSellSlider_Container .tzCrossSellSlider .tzCrossSellsliderItem .tzCrossSellItem_box .tzCrossSellItem_slider span.tzQuick-view {
    display: inline-block;
    background: none repeat scroll 0 0 #e54053;
    text-align: center;
    padding: 8px 17px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 16px;
    position: absolute;
    bottom: -40px;
    right: 15px;
    z-index: 1;
    transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    -ms-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
}

.cross-sells .tzCrossSellSlider_Container .tzCrossSellSlider .tzCrossSellsliderItem .tzCrossSellItem_box .tzCrossSellItem_slider span.tzQuick-view:hover {
    cursor: pointer;
}

.cross-sells .tzCrossSellSlider_Container .tzCrossSellSlider .tzCrossSellsliderItem .tzCrossSellItem_box .tzCrossSellItem_slider span.tzQuick-view:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: 1px solid #e54053;
    transform: scaleX(1.067) scaleY(1.25);
    -webkit-transform: scaleX(1.067) scaleY(1.25);
    -moz-transform: scaleX(1.067) scaleY(1.25);
    -ms-transform: scaleX(1.067) scaleY(1.25);
    -o-transform: scaleX(1.067) scaleY(1.25);
}

.cross-sells .tzCrossSellSlider_Container .tzCrossSellSlider .tzCrossSellsliderItem .tzCrossSellItem_box .tzCrossSellItem_slider ul.flex-direction-nav {
    margin: 0px;
}

.cross-sells .tzCrossSellSlider_Container .tzCrossSellSlider .tzCrossSellsliderItem .tzCrossSellItem_box .tzCrossSellItem_slider ul.flex-direction-nav li a {
    width: 26px;
    height: 52px;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -26px;
    z-index: 99;
    overflow: hidden;
    opacity: 1;
}

.cross-sells .tzCrossSellSlider_Container .tzCrossSellSlider .tzCrossSellsliderItem .tzCrossSellItem_box .tzCrossSellItem_slider ul.flex-direction-nav li a.flex-prev {
    left: -26px;
}

.cross-sells .tzCrossSellSlider_Container .tzCrossSellSlider .tzCrossSellsliderItem .tzCrossSellItem_box .tzCrossSellItem_slider ul.flex-direction-nav li a.flex-prev:before {
    content: '';
    width: 100%;
    height: 100%;
    background: url("/images/prev.png");
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0.2);
    background-position: 9px 20px;
}

.cross-sells .tzCrossSellSlider_Container .tzCrossSellSlider .tzCrossSellsliderItem .tzCrossSellItem_box .tzCrossSellItem_slider ul.flex-direction-nav li a.flex-prev:hover:before {
    background-color: rgba(0, 0, 0, 0.8);
}

.cross-sells .tzCrossSellSlider_Container .tzCrossSellSlider .tzCrossSellsliderItem .tzCrossSellItem_box .tzCrossSellItem_slider ul.flex-direction-nav li a.flex-next {
    right: -26px;
}

.cross-sells .tzCrossSellSlider_Container .tzCrossSellSlider .tzCrossSellsliderItem .tzCrossSellItem_box .tzCrossSellItem_slider ul.flex-direction-nav li a.flex-next:before {
    content: '';
    width: 100%;
    height: 100%;
    background: url("/images/next.png");
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0.2);
    background-position: 9px 20px;
}

.cross-sells .tzCrossSellSlider_Container .tzCrossSellSlider .tzCrossSellsliderItem .tzCrossSellItem_box .tzCrossSellItem_slider ul.flex-direction-nav li a.flex-next:hover:before {
    background-color: rgba(0, 0, 0, 0.8);
}

.cross-sells .tzCrossSellSlider_Container .tzCrossSellSlider .tzCrossSellsliderItem .tzCrossSellItem_box .tzCrossSellItem_slider:hover span.tzQuick-view {
    bottom: 15px;
}

.cross-sells .tzCrossSellSlider_Container .tzCrossSellSlider .tzCrossSellsliderItem .tzCrossSellItem_box .tzCrossSellItem_slider:hover ul.flex-direction-nav li a.flex-prev {
    left: 0px;
}

.cross-sells .tzCrossSellSlider_Container .tzCrossSellSlider .tzCrossSellsliderItem .tzCrossSellItem_box .tzCrossSellItem_slider:hover ul.flex-direction-nav li a.flex-next {
    right: 0px;
}

.cross-sells .tzCrossSellSlider_Container .tzCrossSellSlider .tzCrossSellsliderItem .tzCrossSellItem_box .tzFeatured_product {
    position: absolute;
    top: 0px;
    right: 15px;
    width: 150px;
    height: 150px;
    overflow: hidden;
}

.cross-sells .tzCrossSellSlider_Container .tzCrossSellSlider .tzCrossSellsliderItem .tzCrossSellItem_box .tzFeatured_product span {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 24px;
    width: 150px;
    text-align: center;
    padding: 3px 0px 0px;
    position: absolute;
    top: 25px;
    right: -35px;
    background-color: #e54053;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    box-shadow: 0 6px 2px -6px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 6px 2px -6px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 6px 2px -6px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0 6px 2px -6px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 6px 2px -6px rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.cross-sells .tzCrossSellSlider_Container .tzCrossSellSlider .tzCrossSellsliderItem .tzCrossSellItem_box span.tzProductNew {
    display: inline-block;
    width: 68px;
    height: 68px;
    background: none repeat scroll 0 0 #e54053;
    border-radius: 50%;
    text-align: center;
    padding: 22px 10px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 24px;
    position: absolute;
    top: 33px;
    left: 10px;
}

.cross-sells .tzCrossSellSlider_Container .tzCrossSellSlider .tzCrossSellsliderItem .tzCrossSellItem_box span.tzProductNew:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: 1px solid #e54053;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.cross-sells .tzCrossSellSlider_Container .tzCrossSellSlider .tzCrossSellsliderItem .tzCrossSellItem_box span.tzProductSale {
    display: inline-block;
    width: 68px;
    height: 68px;
    background: none repeat scroll 0 0 #e54053;
    border-radius: 50%;
    text-align: center;
    padding: 18px 10px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 16px;
    position: absolute;
    top: 33px;
    left: 10px;
}

.cross-sells .tzCrossSellSlider_Container .tzCrossSellSlider .tzCrossSellsliderItem .tzCrossSellItem_box span.tzProductSale:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: 1px solid #e54053;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.cross-sells .tzCrossSellSlider_Container .tzCrossSellSlider .tzCrossSellsliderItem .tzCrossSellItem_box span.tzOut-of-stock {
    display: inline-block;
    width: 68px;
    height: 68px;
    background: none repeat scroll 0 0 #454545;
    border-radius: 50%;
    text-align: center;
    padding: 18px 10px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 16px;
    position: absolute;
    top: 33px;
    right: 10px;
}

.cross-sells .tzCrossSellSlider_Container .tzCrossSellSlider .tzCrossSellsliderItem .tzCrossSellItem_box span.tzOut-of-stock:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: 1px solid #454545;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.cross-sells .tzCrossSellSlider_Container .tzCrossSellSlider .tzCrossSellsliderItem .tzCrossSellItem_box span.tzProductfree {
    display: inline-block;
    width: 68px;
    height: 68px;
    background: none repeat scroll 0 0 #e54053;
    border-radius: 50%;
    text-align: center;
    padding: 26px 10px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 16px;
    position: absolute;
    top: 33px;
    left: 10px;
}

.cross-sells .tzCrossSellSlider_Container .tzCrossSellSlider .tzCrossSellsliderItem .tzCrossSellItem_box span.tzProductfree:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: 1px solid #e54053;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.cross-sells .tzCrossSellSlider_Container .tzCrossSellSlider .tzCrossSellsliderItem .tzProduct-info {
    border-top: 1px solid #dadada;
    padding: 25px 14px;
}

.cross-sells .tzCrossSellSlider_Container .tzCrossSellSlider .tzCrossSellsliderItem .tzProduct-info .tzProduct-infoTop {
    border-bottom: 3px solid #dddddd;
    padding: 0px 0px 16px;
}

.cross-sells .tzCrossSellSlider_Container .tzCrossSellSlider .tzCrossSellsliderItem .tzProduct-info .tzProduct-infoTop .tzProduct-infoLeft {
    float: left;
    width: 65%;
}

.cross-sells .tzCrossSellSlider_Container .tzCrossSellSlider .tzCrossSellsliderItem .tzProduct-info .tzProduct-infoTop .tzProduct-infoLeft h3.tzProduct-title {
    margin: 0px;
    font-size: 14px;
}

.cross-sells .tzCrossSellSlider_Container .tzCrossSellSlider .tzCrossSellsliderItem .tzProduct-info .tzProduct-infoTop .tzProduct-infoLeft h3.tzProduct-title a {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #111111;
    line-height: 18px;
    text-transform: uppercase;
}

.cross-sells .tzCrossSellSlider_Container .tzCrossSellSlider .tzCrossSellsliderItem .tzProduct-info .tzProduct-infoTop .tzProduct-infoLeft h3.tzProduct-title a:hover {
    text-decoration: none;
}

.cross-sells .tzCrossSellSlider_Container .tzCrossSellSlider .tzCrossSellsliderItem .tzProduct-info .tzProduct-infoTop .tzProduct-infoLeft .tzProduct-category {
    line-height: 16px;
}

.cross-sells .tzCrossSellSlider_Container .tzCrossSellSlider .tzCrossSellsliderItem .tzProduct-info .tzProduct-infoTop .tzProduct-infoLeft .tzProduct-category a {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #999999;
    line-height: 16px;
    text-transform: uppercase;
}

.cross-sells .tzCrossSellSlider_Container .tzCrossSellSlider .tzCrossSellsliderItem .tzProduct-info .tzProduct-infoTop .tzProduct-infoLeft .tzProduct-category a:hover {
    text-decoration: none;
}

.cross-sells .tzCrossSellSlider_Container .tzCrossSellSlider .tzCrossSellsliderItem .tzProduct-info .tzProduct-infoTop .tzProduct-Rating {
    float: right;
}

.cross-sells .tzCrossSellSlider_Container .tzCrossSellSlider .tzCrossSellsliderItem .tzProduct-info .tzProduct-infoTop:after {
    content: '';
    display: block;
    clear: both;
}

.cross-sells .tzCrossSellSlider_Container .tzCrossSellSlider .tzCrossSellsliderItem .tzProduct-info .tzProduct-infoBottom {
    margin-top: 16px;
}

.cross-sells .tzCrossSellSlider_Container .tzCrossSellSlider .tzCrossSellsliderItem .tzProduct-info .tzProduct-infoBottom .tzProduct_price {
    float: left;
    width: 125px;
}

.cross-sells .tzCrossSellSlider_Container .tzCrossSellSlider .tzCrossSellsliderItem .tzProduct-info .tzProduct-infoBottom .tzProduct_price .tzprice del {
    color: #454545;
}

.cross-sells .tzCrossSellSlider_Container .tzCrossSellSlider .tzCrossSellsliderItem .tzProduct-info .tzProduct-infoBottom .tzProduct_price .tzprice del span.amount {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #454545;
    line-height: 16px;
    padding: 0px;
    margin: 0px;
}

.cross-sells .tzCrossSellSlider_Container .tzCrossSellSlider .tzCrossSellsliderItem .tzProduct-info .tzProduct-infoBottom .tzProduct_button {
    float: right;
    width: 100px;
    display: inline-block;
    text-align: right;
}

.cross-sells .tzCrossSellSlider_Container .tzCrossSellSlider .tzCrossSellsliderItem .tzProduct-info .tzProduct-infoBottom .tzProduct_button a:before {
    content: none;
}

.cross-sells .tzCrossSellSlider_Container .tzCrossSellSlider .tzCrossSellsliderItem .tzProduct-info .tzProduct-infoBottom .tzProduct_button a {
    background: none;
    border: none;
    box-shadow: none;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #111111;
    line-height: 16px;
    text-transform: uppercase;
    padding: 0px;
    margin: 0px;
}

.cross-sells .tzCrossSellSlider_Container .tzCrossSellSlider .tzCrossSellsliderItem .tzProduct-info .tzProduct-infoBottom .tzProduct_button a:hover {
    text-decoration: none;
}

.cross-sells .tzCrossSellSlider_Container .tzCrossSellSlider .tzCrossSellsliderItem .tzProduct-info .tzProduct-infoBottom:after {
    content: '';
    clear: both;
    display: block;
}

.cross-sells .tzCrossSellSlider_Container .tzCrossSellSlider .tzCrossSellliderItem .tzProduct-info .tzProduct-infoBottom .tzProduct_price .tzprice ins {
    text-decoration: none;
}

.cross-sells .tzCrossSellSlider_Container button.tzCrossSell_prev {
    position: absolute;
    top: 50%;
    margin-top: -19px;
    left: -4px;
    width: 19px;
    height: 38px;
    border: none;
    background: none repeat scroll 0 0 #e1e1e1;
    box-shadow: none;
    border-top-left-radius: 38px;
    border-bottom-left-radius: 38px;
    z-index: 0;
    padding: 0px;
    text-align: center;
    z-index: 1;
}

.cross-sells .tzCrossSellSlider_Container button.tzCrossSell_next {
    position: absolute;
    top: 50%;
    margin-top: -19px;
    right: -6px;
    width: 19px;
    height: 38px;
    border: none;
    background: none repeat scroll 0 0 #e1e1e1;
    box-shadow: none;
    border-top-right-radius: 38px;
    border-bottom-right-radius: 38px;
    z-index: 0;
    padding: 0px;
    text-align: center;
    z-index: 1;
}

.cross-sells .tzCrossSellSlider_Container button i {
    color: #FFFFFF;
    font-size: 20px;
}

.cross-sells .tzCrossSellSlider_Container .tzCrossSellSlider .tzCrossSellsliderItem .tzProduct-info .tzProduct-infoBottom .tzProduct_price .tzprice,
.cross-sells .tzCrossSellSlider_Container .tzCrossSellSlider .tzCrossSellsliderItem .tzProduct-info .tzProduct-infoBottom .tzProduct_price .tzprice span.amount {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #e54053;
    line-height: 16px;
    padding: 0px;
    margin: 0px;
}

/**
 * 9.0 Sidebar
 * -----------------------------------------------------------------------------
 */
.tz-sidebar aside.widget {
    margin-bottom: 60px;
}

.tz-sidebar aside.widget h3.module-title {
    margin: 0px 0px 19px;
    padding: 0px;
    border-bottom: 1px solid #dddddd;
    position: relative;
    display: block;
}

.tz-sidebar aside.widget h3.module-title span {
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 25px;
    color: #111112;
    padding: 0px 0px 5px;
    display: inline-block;
}

.tz-sidebar aside.widget h3.module-title span a {
    color: #111112;
    text-decoration: none;
}

.tz-sidebar aside.widget .module-title:after {
    width: 33px;
    height: 100%;
    content: "";
    border-bottom: 3px solid #e54053;
    position: absolute;
    bottom: -2px;
    left: 0px;
    transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
}

.tz-sidebar aside.widget ul {
    margin: 0px;
    padding: 0px;
}

.tz-sidebar aside.widget ul li {
    font-family: 'Raleway', serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #444444;
    list-style: none;
    padding: 6px 0px 5px;
    border-bottom: 1px solid #dddddd;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}

.tz-sidebar aside.widget ul li a {
    font-family: 'Raleway', serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #444444;
    list-style: none;
}

.tz-sidebar aside.widget ul li:hover {
    background: #f6f6f6;
    text-indent: 10px;
}

.tz-sidebar aside.widget ul li:hover a {
    text-decoration: none;
}

.tz-sidebar aside.widget select {
    -moz-appearance: none;
    background: url("/images/bg_down.png") no-repeat scroll right 20px top 19px rgba(0, 0, 0, 0);
    border: 1px solid #dddddd;
    font-family: 'Raleway', serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #797979;
    width: 100%;
    padding: 10px 15px;
}

.tz-sidebar aside.widget:hover .module-title:after {
    width: 100%;
}

.tz-sidebar .footerattr img {
    max-width: 100%;
    height: auto;
}

.tz-sidebar aside.widget_nav_menu ul.themeple_megemenu>li {
    border: none;
    padding: 0px;
}

.tz-sidebar aside.widget_nav_menu ul.themeple_megemenu>li>a {
    border-bottom: 1px solid #dddddd;
    padding: 6px 0px 5px;
    display: block;
    -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 aside.widget_nav_menu ul.themeple_megemenu>li>a:hover {
    background: none repeat scroll 0 0 #f6f6f6;
    text-indent: 10px;
}

.tz-sidebar aside.widget_nav_menu ul.themeple_megemenu>li ul li {
    border: none;
    padding: 0px 0px 0px 20px;
}

.tz-sidebar aside.widget_nav_menu ul.themeple_megemenu>li ul li a {
    border-bottom: 1px solid #dddddd;
    padding: 6px 0px 5px;
    display: block;
    -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 aside.widget_nav_menu ul.themeple_megemenu>li ul li a:hover {
    background: none repeat scroll 0 0 #f6f6f6;
    text-indent: 10px;
}

.tz-sidebar aside.widget_nav_menu ul.themeple_megemenu>li ul li:hover {
    background: none;
    text-indent: 0;
}

.tz-sidebar aside.widget_nav_menu ul.themeple_megemenu>li:hover {
    background: none;
    text-indent: 0;
}

.tz-sidebar aside.widget_calendar #calendar_wrap {
    border: 1px solid #dddddd;
}

.tz-sidebar aside.widget_calendar #calendar_wrap table {
    width: 100%;
}

.tz-sidebar aside.widget_calendar #calendar_wrap table caption {
    color: #333333;
    font-family: "Roboto Slab", serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    padding: 15px 0;
}

.tz-sidebar aside.widget_calendar #calendar_wrap table thead {
    border-width: 1px 0px 1px 0px;
    border-style: solid;
    border-color: #dddddd;
}

.tz-sidebar aside.widget_calendar #calendar_wrap table thead tr th {
    text-align: center;
    color: #222222;
    font-family: "Roboto Slab", serif;
    font-size: 10px;
    font-weight: 400;
    padding: 15px 9px;
}

.tz-sidebar aside.widget_calendar #calendar_wrap table tbody {
    border-width: 1px 0px 1px 0px;
    border-style: solid;
    border-color: #dddddd;
}

.tz-sidebar aside.widget_calendar #calendar_wrap table tbody tr td {
    text-align: center;
    color: #333333;
    font-family: "Roboto Slab", serif;
    font-size: 13px;
    font-weight: 400;
    padding: 8px;
}

.tz-sidebar aside.widget_calendar #calendar_wrap table tbody tr td#today {
    background-color: #e54053;
    color: #FFFFFF;
}

.tz-sidebar aside.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 aside.widget_search form {
    position: relative;
}

.tz-sidebar aside.widget_search form label {
    display: none;
}

.tz-sidebar aside.widget_search form input.Tzsearchform {
    width: 100%;
    background: none;
    border: 1px solid #dddddd;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
    padding: 15px 50px 15px 19px;
    color: #111111;
}

.tz-sidebar aside.widget_search form input.searchsubmit {
    background-color: #e54053;
    background-image: url(images/search.png) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    border: none;
    font-size: 0;
    width: 58px;
    height: 52px;
    position: absolute;
    top: 0;
    right: 0;
}

.tz-sidebar aside.widget_flickr .flickr-badge-wrapper .flickr_badge_image a img {
    border: 1px solid #dddddd;
    padding: 4px;
    margin-right: 7px;
    margin-bottom: 7px;
    width: 58px;
    height: auto;
}

.tz-sidebar aside.widget_sp_image .widget_sp_image-description {
    margin-top: 15px;
}

.tz-sidebar aside.widget_sp_image .widget_sp_image-description p {
    color: #666666;
    font-family: "Raleway", serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.tz-sidebar aside.widget_rss ul li {
    border: none;
}

.tz-sidebar aside.widget_rss ul li:hover {
    border: none;
    background: none;
    text-indent: 0;
}

.tz-sidebar aside.widget_wpt .wpt_widget_content {
    border: none;
}

.tz-sidebar aside.widget_wpt .wpt_widget_content ul.wpt-tabs li {
    width: auto;
    border: none;
    margin-right: 1px;
}

.tz-sidebar aside.widget_wpt .wpt_widget_content ul.wpt-tabs li a {
    border: none;
    font-family: 'Roboto Slab', serif;
    font-size: 12px;
    text-transform: uppercase;
    color: #ffffff;
    background: #343434;
    line-height: 20px;
    padding: 10px 14px;
    position: relative;
}

.tz-sidebar aside.widget_wpt .wpt_widget_content ul.wpt-tabs li a:after {
    content: '';
    width: 100%;
    height: 4px;
    background: #e54053;
    position: absolute;
    bottom: 0;
    left: 0;
}

.tz-sidebar aside.widget_wpt .wpt_widget_content ul.wpt-tabs li:hover {
    text-indent: 0;
}

.tz-sidebar aside.widget_wpt .wpt_widget_content ul.wpt-tabs li.selected a {
    background: #e54053;
}

.tz-sidebar aside.widget_wpt .wpt_widget_content .inside {
    border: 1px solid #dddddd;
    margin-top: -1px;
    padding: 0px;
}

.tz-sidebar aside.widget_wpt .wpt_widget_content .inside .tab-content ul li {
    padding: 20px 10px;
    margin: 0px;
}

.tz-sidebar aside.widget_wpt .wpt_widget_content .inside .tab-content ul li .wpt-postmeta {
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 13px;
    color: #777777;
}

.tz-sidebar aside.widget_wpt .wpt_widget_content .inside .tab-content ul li .wpt_comment_content p {
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    font-weight: 300;
    line-height: 24px;
    color: #888888;
}

.tz-sidebar aside.widget_wpt .wpt_widget_content .inside .tab-content ul li:hover {
    text-indent: 0;
}

.tz-sidebar aside.widget_wpt .wpt_widget_content .inside .tab-content .wpt-pagination a:hover {
    text-decoration: none;
}

.tz-sidebar aside.widget_wpt .wpt_widget_content .inside .tab-content .wpt-pagination a span {
    font-family: 'Roboto Slab', serif;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 13px;
    color: #333333;
}

.tz-sidebar aside.dw_twitter .dw-twitter-inner .tweet-item {
    padding: 6px 0px 10px;
    margin: 0px 0px 8px;
    border-bottom: 1px dashed #dddddd;
}

.tz-sidebar aside.dw_twitter .dw-twitter-inner .tweet-item .tweet-content {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    color: #444444;
}

.tz-sidebar aside.dw_twitter .dw-twitter-inner .tweet-item .tweet-content a {
    color: #e54053;
}

.tz-sidebar aside.dw_twitter .dw-twitter-inner .tweet-item .tweet-content a:hover {
    text-decoration: none;
}

.tz-sidebar aside.dw_twitter .dw-twitter-inner .tweet-item .tweet-content span {
    display: block;
    margin: 5px 0px 5px;
}

.tz-sidebar aside.dw_twitter .dw-twitter-inner .twitter-user a.user {
    padding-top: 20px;
    display: block;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    color: #444444;
}

.tz-sidebar aside.dw_twitter .dw-twitter-inner .twitter-user a.user:hover {
    text-decoration: none;
}

.tz-sidebar aside.widget_shopping_cart .widget_shopping_cart_content ul.cart_list li {
    padding: 10px 0px 20px;
    margin: 0px;
}

.tz-sidebar aside.widget_shopping_cart .widget_shopping_cart_content ul.cart_list li a img {
    width: 70px;
    height: auto;
}

.tz-sidebar aside.widget_shopping_cart .widget_shopping_cart_content ul.cart_list li:hover {
    text-indent: 0;
    background: none;
}

.tz-sidebar aside.widget_shopping_cart .widget_shopping_cart_content ul.cart_list li:last-child {
    border: none;
}

.tz-sidebar aside.widget_shopping_cart .widget_shopping_cart_content p.total {
    border-top: 1px solid #dddddd;
    padding: 15px 0px;
    margin: 0px;
}

.tz-sidebar aside.widget_shopping_cart .widget_shopping_cart_content p.total strong {
    color: #444444;
    display: inline-block;
    font-family: "Roboto Slab", serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.tz-sidebar aside.widget_shopping_cart .widget_shopping_cart_content p.total span {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    color: #444444;
}

.tz-sidebar aside.widget_shopping_cart .widget_shopping_cart_content p.buttons a {
    display: inline-block;
    float: left;
    margin: 0px 5px 5px 0px;
    padding: 15px 20px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 12px !important;
    text-transform: uppercase;
    background: #343434;
    border-radius: 0;
    color: #FFFFFF;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}

.tz-sidebar aside.widget_shopping_cart .widget_shopping_cart_content p.buttons a:hover {
    text-decoration: none;
    background: #e54053;
}

.tz-sidebar aside.widget_price_filter .price_slider_wrapper .price_slider {
    background-color: #dddddd;
}

.tz-sidebar aside.widget_price_filter .price_slider_wrapper .price_slider_amount {
    margin-top: 30px;
}

.tz-sidebar aside.widget_price_filter .price_slider_wrapper .price_slider_amount button.button {
    display: inline-block;
    padding: 15px 20px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 12px !important;
    text-transform: uppercase;
    background: #343434;
    border-radius: 0;
    color: #FFFFFF;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}

.tz-sidebar aside.widget_price_filter .price_slider_wrapper .price_slider_amount button.button:hover {
    background: #e54053;
}

.tz-sidebar aside.widget_price_filter .price_slider_wrapper .price_slider_amount .price_label {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    color: #444444;
    padding: 8px 0px;
}

.tz-sidebar aside.widget_product_search .woocommerce-product-search {
    position: relative;
}

.tz-sidebar aside.widget_product_search .woocommerce-product-search label {
    display: none;
}

.tz-sidebar aside.widget_product_search .woocommerce-product-search input.search-field {
    width: 100%;
    background: none;
    border: 1px solid #dddddd;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 14px;
    color: #aaaaaa;
    padding: 11px 20px;
}

.tz-sidebar aside.widget_product_search .woocommerce-product-search input[type="submit"] {
    background: url("/images/icon-search.png") no-repeat;
    border: none;
    font-size: 0;
    width: 15px;
    height: 15px;
    padding: 0;
    position: absolute;
    top: 14px;
    right: 15px;
}

.tz-sidebar aside.woocommerce .product_list_widget li {
    padding: 10px 0px 10px;
}

.tz-sidebar aside.woocommerce .product_list_widget li a:hover {
    text-indent: 0;
}

.tz-sidebar aside.woocommerce .product_list_widget li a img {
    width: 70px;
    height: auto;
}

.tz-sidebar aside.widget_product_tag_cloud h3.module-title,
.tz-sidebar aside.widget_product_search h3.module-title,
.tz-sidebar aside.widget_product_categories h3.module-title,
.tz-sidebar aside.widget_price_filter h3.module-title,
.tz-sidebar aside.widget_flickr h3.module-title,
.tz-sidebar aside.widget_flickr h3.module-title,
.tz-sidebar aside.widget_tag_cloud h3.module-title {
    margin: 0px 0px 30px;
}

.tz-sidebar aside.widget_product_tag_cloud .tagcloud:after,
.tz-sidebar aside.widget_tag_cloud .tagcloud:after {
    content: '';
    clear: both;
    display: block;
}

.tz-sidebar aside.widget_product_tag_cloud .tagcloud a,
.tz-sidebar aside.widget_tag_cloud .tagcloud a {
    display: inline-block;
    float: left;
    margin: 0px 5px 5px 0px;
    padding: 2px 11px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 12px !important;
    text-transform: uppercase;
    background: #343434;
    color: #FFFFFF;
    transition: all 0.3s ease-in-out 0s;
}

.tz-sidebar aside.widget_product_tag_cloud .tagcloud a:hover,
.tz-sidebar aside.widget_tag_cloud .tagcloud a:hover {
    text-decoration: none;
    background: #e54053;
}

.tz-sidebar aside.widget_wpt .wpt_widget_content .inside .tab-content ul li .wpt_avatar,
.tz-sidebar aside.widget_wpt .wpt_widget_content .inside .tab-content ul li .wpt_thumbnail {
    padding: 3px;
    margin: 0px 8px 0px 0px;
    border: 1px solid #dddddd;
}

.tz-sidebar aside.widget_wpt .wpt_widget_content .inside .tab-content ul li .wpt_comment_meta,
.tz-sidebar aside.widget_wpt .wpt_widget_content .inside .tab-content ul li .entry-title {
    line-height: 13px;
}

.tz-sidebar aside.widget_wpt .wpt_widget_content .inside .tab-content ul li .wpt_comment_meta span,
.tz-sidebar aside.widget_wpt .wpt_widget_content .inside .tab-content ul li .entry-title a {
    font-family: 'Roboto Slab', serif;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 13px;
    color: #333333;
}

.tz-sidebar aside.widget_price_filter .price_slider_wrapper .price_slider .ui-slider-range,
.tz-sidebar aside.widget_price_filter .price_slider_wrapper .price_slider span.ui-slider-handle {
    background-color: #e54053;
}

/**
 * 10.0 Element Of Content
 * -----------------------------------------------------------------------------
 */
/* Element Default */
/* 10.1 Setting */
.page-template-template-homepage-php .wpb_row .vc_col-sm-12 .wpb_row,
.page-template-template-blog-php .wpb_row .vc_col-sm-12 .wpb_row {
    margin-left: auto;
    margin-right: auto;
}

.boxed .section .section_inner,
.grid_section .section_inner {
    margin: 0 auto;
    position: relative;
    width: 1170px;
    z-index: 20;
}

.wpb_row,
.wpb_content_element,
ul.wpb_thumbnails-fluid>li,
.last_toggle_el_margin,
.wpb_button {
    margin-bottom: 0px !important;
}

.tz_remove_padding {
    margin-left: -15px;
    margin-right: -15px;
}

.clr {
    clear: both;
}

span.tzNumberSection {
    font-size: 350px;
    font-family: 'HelveticaLTStd-BoldObl';
    color: #f3f3f3;
    left: 228px;
    line-height: 245px;
    position: absolute;
    top: 31px;
}

.parallax {
    background-attachment: fixed !important;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.overlay_parallax {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.bk-responsive-slide {
    position: absolute;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    z-index: 2;
}

.rev_slider {
    z-index: 0;
}

.tzHyphenbottom:after {
    position: relative;
    width: auto;
    left: 50%;
    bottom: 0px;
}

body#bd {
    overflow-X: hidden;
    position: relative;
}

body .vc_row {
    margin: 0;
}

body .vc_col_noPadding {
    padding: 0;
}

.vc_row-fluid>.container {
    padding: 0;
}

.vc_row-fluid>.no_container>.vc_col-sm-12 {
    padding: 0;
}

.wpb_content_element p {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #656565;
    line-height: 24px;
    margin: 0 0 24px;
}

.wpb_content_element p span {
    font-family: "Roboto Slab", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    margin: 0 0 5px !important;
    display: block;
}

.wpb_content_element blockquote {
    border-left: 10px solid #f3f3f3;
    padding: 0 0 0 48px;
}

.wpb_content_element blockquote p {
    font-size: 22px;
    line-height: 40px;
    font-weight: 300;
}

.wpb_content_element.quote_dark blockquote {
    border-color: rgba(243, 243, 243, 0.2);
}

.tzSpace_default {
    padding: 50px 0 100px 0;
    position: relative;
}

.tzRowLine_left {
    width: 7px;
    height: 30px;
    background: #e45914;
    position: absolute;
    top: -15px;
    left: 50%;
    margin-left: -10.5px;
}

.tp-caption a:hover {
    text-decoration: none;
}

.tzRowLine_left:after {
    content: '';
    width: 100%;
    height: 50%;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    bottom: 0;
    left: 0;
}

.tzRowLine_right {
    width: 7px;
    height: 30px;
    background: #e45914;
    position: absolute;
    top: -15px;
    right: 50%;
    margin-right: -10.5px;
}

.tzRowLine_right:after {
    content: '';
    width: 100%;
    height: 50%;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    bottom: 0;
    left: 0;
}

.tzRowNumber {
    width: 64px;
    height: 64px;
    background: #e45914;
    position: absolute;
    top: -32px;
    left: 50%;
    margin-left: -32px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.tzRowNumber span {
    display: block;
    font-family: 'Roboto Slab', serif;
    color: #fff;
    font-weight: 400;
    font-size: 40px;
    text-align: center;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}

.tzRow_ArrowDown {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -25px;
    width: 0px;
    height: 0px;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 25px solid #ffffff;
}

.tzRow_Icon {
    width: 100%;
    height: 25px;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
}

.tzRow_Icon i {
    color: #e54053;
    font-size: 15px;
}

.tzRow_ArrowType4 {
    border-left: 10px solid rgba(0, 0, 0, 0);
    border-right: 10px solid rgba(0, 0, 0, 0);
    border-top: 10px solid #ffffff;
    left: 50%;
    margin-left: -8px;
    position: absolute;
    top: 100%;
    z-index: 9999;
}

/* 10.2 Section title */
.tzTitle_center {
    text-align: center;
    padding: 0 18%;
}

.tzTitle_left {
    text-align: left;
}

.tzTitle_left .tzUnderline_type2 .tzUnderline_box {
    margin-left: 178px;
}

.tzTitle_left .tzUnderline_sub_type2 .tzUnderline_sub_box {
    margin-left: 300px;
}

.tzTitle_right {
    text-align: right;
}

.tzTitle_right .tzUnderline_type2 .tzUnderline_box {
    margin-right: 178px;
}

.tzTitle_right .tzUnderline_sub_type2 .tzUnderline_sub_box {
    margin-right: 300px;
}

.tz_section_text_table {
    position: absolute;
    top: 17px;
    left: 0;
    height: 100%;
    width: 100%;
}

.tzSection_title {
    position: relative;
}

.tzSection_title span.tz_section_text {
    font-size: 190px;
    font-family: "Roboto Slab", sans-serif;
    font-weight: 700;
    line-height: 63.87px;
    color: rgba(50, 50, 50, 0.1);
    text-transform: capitalize;
}

.tzSection_title h3 {
    margin: 0 0 7px;
    padding: 0;
    font-family: 'Roboto Slab', serif;
    font-size: 50px;
    font-weight: 700;
    color: #323232;
}

.tzSection_title h3 em {
    font-style: normal;
    color: #e54053;
}

.tzSection_title h3.tzUnderline_type3 {
    display: inline-block;
    padding: 0 0 9px;
    border-bottom: 1px solid #f5f4f4;
    position: relative;
    margin-bottom: 32px;
}

.tzSection_title h3.tzUnderline_type3:after {
    content: '';
    width: 56px;
    height: 1px;
    background-color: #e54053;
    position: absolute;
    left: 0;
    top: 100%;
}

.tzSection_title p {
    margin: 0;
    padding: 0;
    font-family: 'Lato', sans-serif;
    font-size: 28px;
    font-weight: 300;
    color: #222222;
    letter-spacing: 4px;
}

.tzSection_title p em {
    font-style: normal;
    color: #e54053;
}

.tzSection_title h3.tzUnderline_type4 {
    background: url("/images/line-photography-1.png") no-repeat scroll center center transparent;
    letter-spacing: 2px;
    position: relative;
    line-height: 24px;
    text-align: center;
}

.tzUnderline_type1 {
    display: inline-block;
    width: 110px;
    height: 5px;
    background-color: #e54053;
    margin: 0 0 11px;
}

.tzUnderline_sub_type1 {
    display: inline-block;
    width: 167px;
    height: 5px;
    background-color: #dddddd;
    margin: 30px 0 0;
}

.tzSection_title p.tzFont_Roboto,
.tzSection_title h3.tzFont_Roboto {
    font-family: 'Roboto', sans-serif;
}

.tzSection_title p.tzFont_RobotoSlab,
.tzSection_title h3.tzFont_RobotoSlab {
    font-family: 'Roboto Slab', serif;
}

.tzSection_title p.tzFont_RobotoCondensed,
.tzSection_title h3.tzFont_RobotoCondensed {
    font-family: 'Roboto Condensed', sans-serif;
}

.tzSection_title p.tzFont_Raleway,
.tzSection_title h3.tzFont_Raleway {
    font-family: 'Raleway', sans-serif;
}

.tzSection_title p.tzFont_NoticiaText,
.tzSection_title h3.tzFont_NoticiaText {
    font-family: 'Noticia Text', serif;
}

.tzSection_title h3.tzTitle_left,
.tzSection_title p.tzTitle_left {
    text-align: left;
}

.tzSection_title h3.tzTitle_right,
.tzSection_title p.tzTitle_right {
    text-align: right;
}

.tzUnderline_type2 .tzUnderline_box {
    display: inline-block;
    width: 77px;
    height: 22px;
    background: rgba(0, 0, 0, 0);
    position: relative;
    text-align: center;
    margin-bottom: 10px;
}

.tzUnderline_type2 .tzUnderline_box .tzUnderline_left {
    width: 178px;
    height: 1px;
    background: #777777;
    position: absolute;
    top: 50%;
    right: 100%;
}

.tzUnderline_type2 .tzUnderline_box .tzUnderline_right {
    width: 178px;
    height: 1px;
    background: #777777;
    position: absolute;
    top: 50%;
    left: 100%;
}

.tzUnderline_type2 .tzUnderline_box .tzUnderline_line,
.tzUnderline_type2 .tzUnderline_box .tzUnderline_line,
.tzUnderline_type2 .tzUnderline_box .tzUnderline_line {
    display: inline-block;
    width: 3px;
    height: 25px;
    background-color: #e54053;
    transform: rotate(35deg);
    -webkit-transform: rotate(35deg);
    -moz-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    -o-transform: rotate(35deg);
    margin: 0 2px;
}

.tzUnderline_sub_type2 .tzUnderline_sub_box {
    display: inline-block;
    width: 77px;
    height: 22px;
    background: rgba(0, 0, 0, 0);
    position: relative;
    text-align: center;
    margin: 30px 0 0;
}

.tzUnderline_sub_type2 .tzUnderline_sub_box .tzUnderline_sub_left {
    width: 300px;
    height: 1px;
    background: #777777;
    position: absolute;
    top: 50%;
    right: 100%;
}

.tzUnderline_sub_type2 .tzUnderline_sub_box .tzUnderline_sub_right {
    width: 300px;
    height: 1px;
    background: #777777;
    position: absolute;
    top: 50%;
    left: 100%;
}

.tzUnderline_sub_type2 .tzUnderline_sub_box .tzUnderline_sub_line,
.tzUnderline_sub_type2 .tzUnderline_sub_box .tzUnderline_sub_line,
.tzUnderline_sub_type2 .tzUnderline_sub_box .tzUnderline_sub_line {
    display: inline-block;
    width: 3px;
    height: 25px;
    background-color: #e54053;
    transform: rotate(35deg);
    -moz-transform: rotate(35deg);
    -webkit-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    -o-transform: rotate(35deg);
    margin: 0 2px;
}

/* 10.3 Accordion */
.wpb_accordion.tzAccordion-Vertical .wpb_accordion_wrapper .wpb_accordion_section {
    margin: 0px 0px 10px;
}

.wpb_accordion.tzAccordion-Vertical .wpb_accordion_wrapper .wpb_accordion_section h3.wpb_accordion_header {
    background: none repeat scroll 0 0 #323232;
    margin: 0px;
}

.wpb_accordion.tzAccordion-Vertical .wpb_accordion_wrapper .wpb_accordion_section h3.wpb_accordion_header span.ui-accordion-header-icon {
    background-image: url(images/accordion-right.png);
    background-repeat: no-repeat;
    display: block;
    height: 10px;
    position: absolute;
    right: 20px;
    top: 14px;
    width: 10px;
}

.wpb_accordion.tzAccordion-Vertical .wpb_accordion_wrapper .wpb_accordion_section h3.wpb_accordion_header a {
    font-family: 'Roboto Slab', serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    color: #fefefe;
    text-transform: uppercase;
    padding: 7px 35px 7px 30px;
}

.wpb_accordion.tzAccordion-Vertical .wpb_accordion_wrapper .wpb_accordion_section h3.wpb_accordion_header.ui-state-active {
    background: none repeat scroll 0 0 #e54053;
}

.wpb_accordion.tzAccordion-Vertical .wpb_accordion_wrapper .wpb_accordion_section h3.wpb_accordion_header.ui-state-active span.ui-accordion-header-icon {
    background-image: url(images/accordion-bottom.png);
    top: 17px;
}

.wpb_accordion.tzAccordion-Vertical .wpb_accordion_wrapper .wpb_accordion_section .wpb_accordion_content {
    border-width: 0px 1px 1px;
    border-style: solid;
    border-color: #dddddd;
    padding: 11px 35px 10px 30px;
}

.wpb_accordion.tzAccordion-Vertical .wpb_accordion_wrapper .wpb_accordion_section .wpb_accordion_content p {
    color: #444444;
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 26px;
}

.wpb_accordion.tzAccordion-Toggle .wpb_accordion_wrapper .wpb_accordion_section {
    margin: 0px 0px 10px;
}

.wpb_accordion.tzAccordion-Toggle .wpb_accordion_wrapper .wpb_accordion_section h3.wpb_accordion_header {
    background: none repeat scroll 0 0 #fafafa;
    border: 1px solid #eeeeee;
    margin: 0px;
}

.wpb_accordion.tzAccordion-Toggle .wpb_accordion_wrapper .wpb_accordion_section h3.wpb_accordion_header a {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #666666;
    font-weight: 400;
    line-height: 28px;
    padding: 4px 60px 6px 20px;
}

.wpb_accordion.tzAccordion-Toggle .wpb_accordion_wrapper .wpb_accordion_section h3.wpb_accordion_header span {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 40px;
    height: 100%;
    border-left: 1px solid #eeeeee;
    background-image: url(images/accordion-toggle.png);
    background-repeat: no-repeat;
    background-position: 12px 13px;
    background-color: #f1f1f1;
}

.wpb_accordion.tzAccordion-Toggle .wpb_accordion_wrapper .wpb_accordion_section h3.ui-accordion-header-active span {
    background-position: 12px -25px;
}

.wpb_accordion.tzAccordion-Toggle .wpb_accordion_wrapper .wpb_accordion_section .wpb_accordion_content {
    padding: 18px 22px 8px;
}

.wpb_accordion.tzAccordion-Toggle .wpb_accordion_wrapper .wpb_accordion_section .wpb_accordion_content p {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #656565;
}

/* 10.4 button */
span.wpb_button {
    font-family: 'Roboto Slab', serif;
    text-transform: uppercase;
    color: #ffffff;
    text-shadow: none;
    border-radius: 0px !important;
    border: none;
    margin: 0px !important;
    font-size: 14px;
    padding: 18px 23px;
}

span.wpb_button i {
    float: right;
    margin-top: 1px;
    margin-left: 10px;
}

span.tzButtonFont_roboto {
    font-family: 'Roboto', sans-serif;
}

span.tzButtonFont_lato {
    font-family: 'Lato', sans-serif;
}

span.tzButtonFont_raleway {
    font-family: 'Raleway', sans-serif;
}

span.tzButtonFont_robotoslab {
    font-family: 'Roboto Slab', serif;
}

span.tzButtonFont_robotocondensed {
    font-family: 'Roboto Condensed', serif;
}

span.tzButtonFont_noticiatext {
    font-family: 'Noticia Text', serif;
}

span.wpb_button:hover {
    color: #ffffff;
}

button.wpb_btn-large,
span.wpb_btn-large {
    font-size: 14px !important;
    padding: 21px 28px !important;
    margin-right: 5px !important;
}

button.wpb_btn-small,
span.wpb_btn-small {
    font-size: 12px !important;
    padding: 15px 22px !important;
    margin-right: 5px !important;
}

button.wpb_btn-mini,
span.wpb_btn-mini {
    font-size: 12px !important;
    padding: 10px 16px !important;
    margin-right: 5px !important;
}

/* 10.5 button 2 */
.vc_btn-yellow,
a.vc_btn-yellow,
button.vc_btn-yellow {
    background-color: #e54053;
    color: #ffffff !important;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

.vc_btn-yellow.vc_btn_outlined,
a.vc_btn-yellow.vc_btn_outlined,
button.vc_btn-yellow.vc_btn_outlined,
.vc_btn-yellow.vc_btn_square_outlined,
a.vc_btn-yellow.vc_btn_square_outlined,
button.vc_btn-yellow.vc_btn_square_outlined {
    color: #e54053 !important;
}

.vc_btn-yellow.vc_btn_3d,
a.vc_btn-yellow.vc_btn_3d,
button.vc_btn-yellow.vc_btn_3d {
    box-shadow: 0 5px 0 #e1b611;
    margin-bottom: 5px;
}

.vc_btn-red,
a.vc_btn-red,
button.vc_btn-red {
    background-color: #e54053;
    color: #ffffff !important;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

.vc_btn-red.vc_btn_outlined,
a.vc_btn-red.vc_btn_outlined,
button.vc_btn-red.vc_btn_outlined,
.vc_btn-red.vc_btn_square_outlined,
a.vc_btn-red.vc_btn_square_outlined,
button.vc_btn-red.vc_btn_square_outlined {
    color: #e54053 !important;
}

.vc_btn-red.vc_btn_3d,
a.vc_btn-red.vc_btn_3d,
button.vc_btn-red.vc_btn_3d {
    box-shadow: 0 5px 0 #cc3849 !important;
    margin-bottom: 5px;
}

.vc_btn-blue,
a.vc_btn-blue,
button.vc_btn-blue {
    background-color: #57a6f0 !important;
}

.vc_button-2-wrapper .vc_btn-blue.vc_btn_outlined,
.vc_button-2-wrapper a.vc_btn-blue.vc_btn_outlined,
.vc_button-2-wrapper button.vc_btn-blue.vc_btn_outlined,
.vc_button-2-wrapper .vc_btn-blue.vc_btn_square_outlined,
.vc_button-2-wrapper a.vc_btn-blue.vc_btn_square_outlined,
.vc_button-2-wrapper button.vc_btn-blue.vc_btn_square_outlined {
    color: #57a6f0 !important;
}

.vc_btn-blue.vc_btn_3d,
a.vc_btn-blue.vc_btn_3d,
button.vc_btn-blue.vc_btn_3d {
    box-shadow: 0 5px 0 #3f83c3 !important;
}

.vc_btn-pink,
a.vc_btn-pink,
button.vc_btn-pink {
    background-color: #ec0991 !important;
}

.vc_button-2-wrapper .vc_btn-pink.vc_btn_outlined,
.vc_button-2-wrapper a.vc_btn-pink.vc_btn_outlined,
.vc_button-2-wrapper button.vc_btn-pink.vc_btn_outlined,
.vc_button-2-wrapper .vc_btn-pink.vc_btn_square_outlined,
.vc_button-2-wrapper a.vc_btn-pink.vc_btn_square_outlined,
.vc_button-2-wrapper button.vc_btn-blue.vc_btn_square_outlined {
    color: #ec0991 !important;
}

.vc_btn-pink.vc_btn_3d,
a.vc_btn-pink.vc_btn_3d,
button.vc_btn-pink.vc_btn_3d {
    box-shadow: 0 5px 0 #c20677 !important;
}

.vc_btn-juicy_pink,
a.vc_btn-juicy_pink,
button.vc_btn-juicy_pink {
    background-color: #e80f60 !important;
}

.vc_button-2-wrapper .vc_btn-juicy_pink.vc_btn_outlined,
.vc_button-2-wrapper a.vc_btn-juicy_pink.vc_btn_outlined,
.vc_button-2-wrapper button.vc_btn-juicy_pink.vc_btn_outlined,
.vc_button-2-wrapper .vc_btn-juicy_pink.vc_btn_square_outlined,
.vc_button-2-wrapper a.vc_btn-juicy_pink.vc_btn_square_outlined,
.vc_button-2-wrapper button.vc_btn-juicy_pink.vc_btn_square_outlined {
    color: #e80f60 !important;
}

.vc_btn-juicy_pink.vc_btn_3d,
a.vc_btn-juicy_pink.vc_btn_3d,
button.vc_btn-juicy_pink.vc_btn_3d {
    box-shadow: 0 5px 0 #c80d53 !important;
}

.vc_btn-green,
a.vc_btn-green,
button.vc_btn-green {
    background-color: #53c5a9 !important;
}

.vc_button-2-wrapper .vc_btn-green.vc_btn_outlined,
.vc_button-2-wrapper a.vc_btn-green.vc_btn_outlined,
.vc_button-2-wrapper button.vc_btn-green.vc_btn_outlined,
.vc_button-2-wrapper .vc_btn-green.vc_btn_square_outlined,
.vc_button-2-wrapper a.vc_btn-green.vc_btn_square_outlined,
.vc_button-2-wrapper button.vc_btn-green.vc_btn_square_outlined {
    color: #53c5a9 !important;
}

.vc_btn-green.vc_btn_3d,
a.vc_btn-green.vc_btn_3d,
button.vc_btn-green.vc_btn_3d {
    box-shadow: 0 5px 0 #3c9a83 !important;
}

.vc_btn-orange,
a.vc_btn-orange,
button.vc_btn-orange {
    background-color: #e45914 !important;
}

.vc_button-2-wrapper .vc_btn-orange.vc_btn_outlined,
.vc_button-2-wrapper a.vc_btn-orange.vc_btn_outlined,
.vc_button-2-wrapper button.vc_btn-orange.vc_btn_outlined,
.vc_button-2-wrapper .vc_btn-orange.vc_btn_square_outlined,
.vc_button-2-wrapper a.vc_btn-orange.vc_btn_square_outlined,
.vc_button-2-wrapper button.vc_btn-orange.vc_btn_square_outlined {
    color: #e45914 !important;
}

.vc_btn-orange.vc_btn_3d,
a.vc_btn-orange.vc_btn_3d,
button.vc_btn-orange.vc_btn_3d {
    box-shadow: 0 5px 0 #cb5012 !important;
}

.vc_btn-peacoc,
a.vc_btn-peacoc,
button.vc_btn-peacoc {
    background-color: #2997ab !important;
}

.vc_button-2-wrapper .vc_btn-peacoc.vc_btn_outlined,
.vc_button-2-wrapper a.vc_btn-peacoc.vc_btn_outlined,
.vc_button-2-wrapper button.vc_btn-peacoc.vc_btn_outlined,
.vc_button-2-wrapper .vc_btn-peacoc.vc_btn_square_outlined,
.vc_button-2-wrapper a.vc_btn-peacoc.vc_btn_square_outlined,
.vc_button-2-wrapper button.vc_btn-peacoc.vc_btn_square_outlined {
    color: #2997ab !important;
}

.vc_btn-peacoc.vc_btn_3d,
a.vc_btn-peacoc.vc_btn_3d,
button.vc_btn-peacoc.vc_btn_3d {
    box-shadow: 0 5px 0 #1b6e7d !important;
}

.vc_btn-grey,
a.vc_btn-grey,
button.vc_btn-grey {
    background-color: #dadada !important;
    color: #ffffff !important;
}

.vc_button-2-wrapper .vc_btn-grey.vc_btn_outlined,
.vc_button-2-wrapper a.vc_btn-grey.vc_btn_outlined,
.vc_button-2-wrapper button.vc_btn-grey.vc_btn_outlined,
.vc_button-2-wrapper .vc_btn-grey.vc_btn_square_outlined,
.vc_button-2-wrapper a.vc_btn-grey.vc_btn_square_outlined,
.vc_button-2-wrapper button.vc_btn-grey.vc_btn_square_outlined {
    color: #656565 !important;
    border: 2px solid #dadada !important;
}

.vc_button-2-wrapper .vc_btn-grey.vc_btn_3d,
.vc_button-2-wrapper a.vc_btn-grey.vc_btn_3d,
.vc_button-2-wrapper button.vc_btn-grey.vc_btn_3d {
    box-shadow: 0 5px 0 #b5b3b3 !important;
}

.vc_button-2-wrapper a {
    font-family: 'Roboto Slab', serif;
    line-height: 24px;
    text-transform: uppercase;
}

.vc_button-2-wrapper a i {
    margin-left: 8px;
}

.vc_button-2-wrapper a.vc_btn_lg {
    font-size: 14px;
    padding: 19px 28px;
}

.vc_button-2-wrapper a.vc_btn_md {
    font-size: 14px;
    padding: 15px 20px;
}

.vc_button-2-wrapper a.vc_btn_sm {
    font-size: 12px;
    padding: 12px 20px;
}

.vc_button-2-wrapper a.vc_btn_xs {
    font-size: 12px;
    padding: 5px 13px;
}

.vc_button-2-wrapper a.tzButtonFont_roboto {
    font-family: 'Roboto', sans-serif;
}

.vc_button-2-wrapper a.tzButtonFont_lato {
    font-family: 'Lato', sans-serif;
}

.vc_button-2-wrapper a.tzButtonFont_raleway {
    font-family: 'Raleway', sans-serif;
}

.vc_button-2-wrapper a.tzButtonFont_robotoslab {
    font-family: 'Roboto Slab', serif;
}

.vc_button-2-wrapper a.tzButtonFont_robotocondensed {
    font-family: 'Roboto Condensed', serif;
}

.vc_button-2-wrapper a.tzButtonFont_noticiatext {
    font-family: 'Noticia Text', serif;
}

.vc_column_container .vc_btn,
.vc_column_container .wpb_button {
    margin-right: 5px !important;
}

/* 10.14 Latest Blog */
.tzBlog h3.tzBlog-title {
    margin: 0;
    padding: 0;
    font-family: "Roboto Slab", sans-serif;
    font-weight: 700;
    font-size: 60px;
    line-height: 65px;
    color: #323232;
}

.tzBlog p.tzBlog-ds {
    margin: 0 0 99px;
    padding: 0;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 34px;
    color: #666666;
}

.tzBlog .tzBlog-Box {
    position: relative;
    margin: 0px -15px;
}

.tzBlog .tzBlog-Box .tzprevslider {
    width: 24px;
    height: 62px;
    position: absolute;
    top: 50%;
    left: -60px;
    margin-top: -31px;
}

.tzBlog .tzBlog-Box .tzprevslider:before {
    content: '';
    border-left: 8px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 52px solid #cccccc;
    position: absolute;
    top: -10px;
    left: 15px;
    transform: rotate(40deg);
    -webkit-transform: rotate(40deg);
    -moz-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    -o-transform: rotate(40deg);
}

.tzBlog .tzBlog-Box .tzprevslider:hover:before {
    border-bottom: 52px solid #e54053;
}

.tzBlog .tzBlog-Box .tzprevslider:after {
    content: '';
    border-left: 8px solid transparent;
    border-right: 0px solid transparent;
    border-top: 52px solid #cccccc;
    position: absolute;
    bottom: -14px;
    left: 15px;
    transform: rotate(-40deg);
    -webkit-transform: rotate(-40deg);
    -moz-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    -o-transform: rotate(-40deg);
}

.tzBlog .tzBlog-Box .tzprevslider:hover:after {
    border-top: 52px solid #e54053;
}

.tzBlog .tzBlog-Box .tznextslider {
    width: 24px;
    height: 62px;
    position: absolute;
    top: 50%;
    right: -60px;
    margin-top: -31px;
}

.tzBlog .tzBlog-Box .tznextslider:before {
    content: '';
    border-left: 0px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 52px solid #cccccc;
    position: absolute;
    top: -10px;
    right: 15px;
    transform: rotate(-40deg);
    -webkit-transform: rotate(-40deg);
    -moz-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    -o-transform: rotate(-40deg);
}

.tzBlog .tzBlog-Box .tznextslider:hover:before {
    border-bottom: 52px solid #e54053;
}

.tzBlog .tzBlog-Box .tznextslider:after {
    content: '';
    border-left: 0px solid transparent;
    border-right: 8px solid transparent;
    border-top: 52px solid #cccccc;
    position: absolute;
    bottom: -14px;
    right: 15px;
    transform: rotate(40deg);
    -webkit-transform: rotate(40deg);
    -moz-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    -o-transform: rotate(40deg);
}

.tzBlog .tzBlog-Box .tznextslider:hover:after {
    border-top: 52px solid #e54053;
}

.tzBlog .tzBlog-Box .tzBlog-slider .tzBlog-item {
    margin: 1px 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    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;
}

.tzBlog .tzBlog-Box .tzBlog-slider .tzBlog-item:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.tzBlog .tzBlog-Box .tzBlog-slider .tzBlog-item .tzBlog-image {
    position: relative;
}

.tzBlog .tzBlog-Box .tzBlog-slider .tzBlog-item .tzBlog-image img {
    width: 100%;
    height: 100%;
}

.tzBlog .tzBlog-Box .tzBlog-slider .tzBlog-item .tzBlog-image .tzBlog-Viewdetail {
    display: block;
    width: 40px;
    height: 40px;
    background: none repeat scroll 0 0 #e54053;
    transform: rotate(-45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    position: absolute;
    bottom: -20px;
    right: 28px;
    text-align: center;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.tzBlog .tzBlog-Box .tzBlog-slider .tzBlog-item .tzBlog-image .tzBlog-Viewdetail i {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    color: #ffffff;
    font-size: 16px;
    padding: 12px 0;
}

.tzBlog .tzBlog-Box .tzBlog-slider .tzBlog-item .tzBlog-image .tzBlog-Viewdetail:hover {
    background: none repeat scroll 0 0 #1f1d1d;
}

.tzBlog .tzBlog-Box .tzBlog-slider .tzBlog-item .tzBlog-info {
    border: 1px solid #dddddd;
    padding: 15px 18px 32px;
    background: #ffffff;
}

.tzBlog .tzBlog-Box .tzBlog-slider .tzBlog-item .tzBlog-info h4.tzBlog-title {
    margin: 0;
    padding: 0;
}

.tzBlog .tzBlog-Box .tzBlog-slider .tzBlog-item .tzBlog-info h4.tzBlog-title a {
    color: #111111;
    font-family: "Roboto Slab", serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
}

.tzBlog .tzBlog-Box .tzBlog-slider .tzBlog-item .tzBlog-info .tzBlog-infomation {
    display: block;
    margin-bottom: 10px;
}

.tzBlog .tzBlog-Box .tzBlog-slider .tzBlog-item .tzBlog-info .tzBlog-infomation small i {
    padding-right: 5px;
}

.tzBlog .tzBlog-Box .tzBlog-slider .tzBlog-item .tzBlog-info p {
    color: #444444;
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    margin: 0 0 22px;
}

.tzBlog .tzBlog-Box .tzBlog-slider .tzBlog-item .tzBlog-info a.tzreadmore {
    background: none repeat scroll 0 0 #444444;
    color: #ffffff;
    display: inline-block;
    font-family: "Roboto Slab", serif;
    font-size: 14px;
    line-height: 24px;
    overflow: hidden;
    padding: 9px 26px;
    position: relative;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.tzBlog .tzBlog-Box .tzBlog-slider .tzBlog-item .tzBlog-info a.tzreadmore span {
    position: relative;
    z-index: 999;
}

.tzBlog .tzBlog-Box .tzBlog-slider .tzBlog-item .tzBlog-info a.tzreadmore:after {
    background: none repeat scroll 0 0 #e54053;
    content: "";
    height: 0;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    width: 100%;
}

.tzBlog .tzBlog-Box .tzBlog-slider .tzBlog-item .tzBlog-info a.tzreadmore:hover:after {
    height: 300%;
    opacity: 1;
}

.tzBlog .tzBlog-Box .tzBlog-slider .owl-controls {
    margin: 73px 0px 0px 0px;
}

.tzBlog .tzBlog-Box .tzBlog-slider .owl-controls .owl-pagination .owl-page span {
    width: 35px;
    height: 10px;
    background: none repeat scroll 0 0 #dddddd;
    border-radius: 0px;
    margin: 5px;
}

.tzBlog .tzBlog-MoreBlog {
    text-align: center;
}

.tzBlog .tzBlog-MoreBlog a.tzBlog-More {
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    color: #FFFFFF;
    padding: 20px;
    background: #b9b7b7;
    background: none repeat scroll 0 0 #b9b7b7;
    color: #fff;
    display: inline-block;
    font-family: "Roboto Slab", serif;
    font-size: 14px;
    line-height: 24px;
    overflow: hidden;
    padding: 19px 26px;
    position: relative;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.tzBlog .tzBlog-MoreBlog a.tzBlog-More span {
    position: relative;
    z-index: 999;
}

.tzBlog .tzBlog-MoreBlog a.tzBlog-More:after {
    background: none repeat scroll 0 0 #e54053;
    content: "";
    height: 0;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    width: 100%;
}

.tzBlog .tzBlog-MoreBlog a.tzBlog-More:hover:after {
    height: 300%;
    opacity: 1;
}

.tzBlog_type1 h3.tzBlog-title {
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    font-size: 70px;
    line-height: 65px;
    color: #323232;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 15px;
}

.tzBlog_type1 p.tzBlog-ds {
    margin: 0 0 133px;
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    color: #555555;
}

.tzBlog.tzBlog_type1 .tzBlog-Box .tzBlog-slider .tzBlog-image .tzBlog-Viewdetail {
    border-radius: 50%;
    height: 50px;
    width: 50px;
    bottom: -24px;
}

.tzBlog.tzBlog_type1 .tzBlog-Box .tzBlog-slider .tzBlog-image .tzBlog-Viewdetail i {
    line-height: 25px;
    font-size: 19px;
}

.tzBlog.tzBlog_type1 .tzBlog-Box .tzBlog-slider .owl-controls {
    display: none !important;
}

.tzBlog.tzBlog_type1 .tzBlog-Box .tzBlog-item {
    margin: 0 15px 1px;
}

.tzBlog.tzBlog_type1 .tzBlog-Box .tzBlog-item .tzBlog-info {
    padding: 15px 18px 9px;
}

.tzBlog.tzBlog_type1 .tzBlog-title.tzBlog-title-1 {
    position: relative;
    font-size: 20px;
    color: #454545;
    line-height: 24px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    background: url('/images/line-photography.png') center center transparent;
    background-repeat: no-repeat;
    margin-bottom: 10px;
    padding: 0;
}

.tzBlog.tzBlog_type1 .tzBlog-info span.entry-blog-tags {
    display: block;
    color: #656565;
}

.tzBlog.tzBlog_type1 .tzBlog-info span.entry-blog-tags a {
    color: #656565;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 24px;
    font-style: italic;
    text-decoration: none;
}

.tzBlog.tzBlog_type1 p.tzBlog-ds {
    text-align: center;
}

.tzBlog.tzBlog_type2 {
    position: relative;
}

.tzBlog.tzBlog_type2 span.tz_section_text {
    position: absolute;
    font-size: 190px;
    font-family: "Roboto Slab", sans-serif;
    font-weight: 700;
    line-height: 63.87px;
    color: rgba(50, 50, 50, 0.1);
    top: 17px;
    left: 50%;
    margin-left: -68px;
    text-transform: capitalize;
}

.tzBlog.tzBlog_type2 .tzBlog-Box {
    margin: 0 -15px 41px;
}

.tzBlog.tzBlog_type2 .tzBlog-Box .tzBlog-slider .tzBlog-item .tzBlog-info {
    padding: 15px 18px 25px;
}

.tzBlog.tzBlog_type2 .tzBlog-Box .tzBlog-slider .tzBlog-item .tzBlog-info p {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    color: #656565;
    margin: 0;
}

.tzBlog.tzBlog_type2 .tzBlog-Box .tzBlog-slider .owl-controls .owl-pagination .owl-page span {
    width: 20px;
    height: 20px;
    border: 2px solid #e54053;
    opacity: 1;
    background: transparent;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.tzBlog.tzBlog_type2 .tzBlog-Box .tzBlog-slider .tzBlog-image .tzBlog-Viewdetail {
    border-radius: 50%;
    height: 50px;
    width: 50px;
    bottom: -24px;
}

.tzBlog.tzBlog_type2 .tzBlog-Box .tzBlog-slider .tzBlog-image .tzBlog-Viewdetail i {
    line-height: 25px;
    font-size: 19px;
}

.tzBlog.tzBlog_type2 .tzBlog-Box button {
    background: transparent;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #cccccc;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all 0.3s ease-in-out 0.2s;
    -webkit-transition: all 0.2s ease-in-out 0.2s;
    -moz-transition: all 0.2s ease-in-out 0.2s;
    -o-transition: all 0.2s ease-in-out 0.2s;
    -ms-transition: all 0.2s ease-in-out 0.2s;
}

.tzBlog.tzBlog_type2 .tzBlog-Box button:hover {
    background: #e54053;
    border: 1px solid #e54053;
}

.tzBlog.tzBlog_type2 .tzBlog-Box button.tzprevslider_type2 {
    position: absolute;
    top: 50%;
    left: -120px;
    margin-top: -90px;
}

.tzBlog.tzBlog_type2 .tzBlog-Box button.tzprevslider_type2 i {
    color: #cccccc;
    font-size: 22px;
    padding: 8px 0;
    transition: all 0.2s ease-in-out 0.2s;
    -webkit-transition: all 0.2s ease-in-out 0.2s;
    -moz-transition: all 0.2s ease-in-out 0.2s;
    -o-transition: all 0.2s ease-in-out 0.2s;
    -ms-transition: all 0.2s ease-in-out 0.2s;
}

.tzBlog.tzBlog_type2 .tzBlog-Box button.tzprevslider_type2:hover i {
    color: #ffffff;
}

.tzBlog.tzBlog_type2 .tzBlog-Box button.tznextslider_type2 {
    position: absolute;
    top: 50%;
    right: -120px;
    margin-top: -90px;
}

.tzBlog.tzBlog_type2 .tzBlog-Box button.tznextslider_type2 i {
    color: #cccccc;
    font-size: 22px;
    padding: 8px 0;
    transition: all 0.2s ease-in-out 0.2s;
    -webkit-transition: all 0.2s ease-in-out 0.2s;
    -moz-transition: all 0.2s ease-in-out 0.2s;
    -o-transition: all 0.2s ease-in-out 0.2s;
    -ms-transition: all 0.2s ease-in-out 0.2s;
}

.tzBlog.tzBlog_type2 .tzBlog-Box button.tznextslider_type2:hover i {
    color: #ffffff;
}

.tzBlog.tzBlog_type2 .tzBlog-MoreBlog a.tzBlog-More {
    background: #e54053;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 20px;
    padding: 18px 27px;
}

.tzBlog.tzBlog_type2 h3.tzBlog-title {
    margin: 0 0 5px;
    padding: 0;
    font-family: 'Roboto Slab', serif;
    font-size: 50px;
    font-weight: 700;
    color: #323232;
    text-align: center;
}

.tzBlog.tzBlog_type2 p.tzBlog-ds {
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-size: 28px;
    font-weight: 300;
    color: #222222;
    letter-spacing: 4px;
    margin: 0 0 83px;
}

*::before,
*::after {
    box-sizing: border-box;
}

.tzBlog .tzBlog-Box .tzBlog-slider .tzBlog-item .tzBlog-info .tzBlog-infomation small,
.tzBlog .tzBlog-Box .tzBlog-slider .tzBlog-item .tzBlog-info .tzBlog-infomation a {
    color: #79797e;
    font-family: "Raleway", sans-serif;
    font-size: 12px;
    font-style: italic;
    font-weight: 300;
    line-height: 20px;
    margin-right: 5px;
    text-decoration: none;
}

.tzBlog .tzBlog-Box .tzBlog-slider .owl-controls .owl-pagination .owl-page:hover span,
.tzBlog .tzBlog-Box .tzBlog-slider .owl-controls .owl-pagination .owl-page.active span {
    background: none repeat scroll 0 0 #e54053;
}

/* 10.6 tz-button 3 */
.tzButton3 {
    display: inline-block;
    float: left;
}

.tzButton3 a {
    font-family: 'Roboto Condensed', serif;
    font-weight: 400;
    text-decoration: none !important;
    text-transform: uppercase;
    display: inline-block;
    color: #FFFFFF;
    margin: 8px;
    position: relative;
}

.tzButton3 a:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    border: 1px solid red;
    transform: scaleX(1.05) scaleY(1.2);
    -webkit-transform: scaleX(1.05) scaleY(1.2);
    -moz-transform: scaleX(1.05) scaleY(1.2);
    -ms-transform: scaleX(1.05) scaleY(1.2);
    -o-transform: scaleX(1.05) scaleY(1.2);
}

.tzButton3.tzButtonBg-yellow a:after {
    border: 1px solid #e54053;
}

.tzButton3.tzButtonBg-darkpink a:after {
    border: 1px solid #e80f60;
}

.tzButton3.tzButtonBg-softpink a:after {
    border: 1px solid #ec0991;
}

.tzButton3.tzButtonBg-blue a:after {
    border: 1px solid #57a6f0;
}

.tzButton3.tzButtonBg-green a:after {
    border: 1px solid #53c5a9;
}

.tzButton3.tzButtonBg-babyblue a:after {
    border: 1px solid #2997ab;
}

.tzButton3.tzButtonBg-orange a:after {
    border: 1px solid #e45914;
}

.tzButton3.tzButtonBg-red a:after {
    border: 1px solid #e54053;
}

.tzButton3.tzButtonBg-black a:after {
    border: 1px solid #000000;
}

.tzButtonBg-yellow a {
    background-color: #e54053;
}

.tzButtonBg-darkpink a {
    background-color: #e80f60;
}

.tzButtonBg-softpink a {
    background-color: #ec0991;
}

.tzButtonBg-blue a {
    background-color: #57a6f0;
}

.tzButtonBg-green a {
    background-color: #53c5a9;
}

.tzButtonBg-babyblue a {
    background-color: #2997ab;
}

.tzButtonBg-orange a {
    background-color: #e45914;
}

.tzButtonBg-red a {
    background-color: #e54053;
}

.tzButtonBg-black a {
    background-color: #000000;
}

.tzButtonSize-large a {
    font-size: 14px;
    padding: 10px 20px;
}

.tzButtonSize-normal a {
    font-size: 12px;
    padding: 7px 14px;
}

.tzButtonSize-small a {
    font-size: 12px;
    padding: 5px 12px;
}

.tzButtonSize-mini a {
    font-size: 11px;
    padding: 4px 11px;
}

/* 10.7 List */
.tz-plazart-list {
    margin: 0px;
    padding: 0px;
}

.tz-plazart-list li {
    list-style: none;
    border-bottom: 1px dashed #dbd9d9;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #444444;
    padding: 12px 0px;
}

.tz-plazart-list li i {
    margin-right: 12px;
    color: #323232;
}

.tz-plazart-list li:first-child i {
    color: #e54053;
}

/* 10.8 Skill Item */
.tzSkill {
    overflow: hidden;
}

.tzSkill p {
    color: #444444;
    font-family: "Raleway", sans-serif;
    font-size: 13px;
    font-weight: 500;
    margin: 0 0 6px;
}

.tzSkill .tzskill-item {
    position: relative;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.1);
}

.tzSkill .tzskill-item .tzskill-item-width .TzColorPercent-default {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #d9534f;
}

.tzskill-item-type2 p {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    color: #333333;
    margin: 0 0 4px;
}

.tzskill-item-type2 .tzskill-item .tzskill-item-width {
    background: none repeat scroll 0 0 #e54053;
    height: 31px;
}

.tzskill-item-type2 .tzskill-item .tzskill-item-width span {
    color: #ffffff;
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    font-size: 13px;
    padding: 0px 4px;
    right: 10px;
    top: 6px;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5) !important;
}

.TzColorBg-default {
    background-color: #dfe5e9;
}

.tzskill-item .tzskill-item-width {
    height: 13px;
    position: relative;
    background: none repeat scroll 0 0 #e54053;
}

.tzskill-item .tzskill-item-width span {
    color: #444444;
    font-family: "Roboto Slab", serif;
    font-size: 13px;
    font-weight: 400;
    position: absolute;
    right: -12px;
    top: -25px;
}

.TzColorPercent-default {
    background-color: #d9534f;
}

.tzskill-item-type3 {
    padding-bottom: 5px;
}

.tzskill-item-type3 .tzskill-item .tzskill-item-percent {
    position: absolute;
    top: -27px;
    right: 0px;
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 24px;
    color: #444444;
}

.tzskill-item-type3 .tzskill-item-width span.tzskill-item-line {
    width: 10px;
    height: 20px;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: 10px;
    background: #e54053;
}

.tzskill-item-type3 .tzskill-item-width span.tzskill-item-line:before {
    content: '';
    width: 4px;
    height: 20px;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
}

.tzskill-item-type3 .tzskill-item-width span.tzskill-item-line:after {
    content: '';
    width: 4px;
    height: 20px;
    background: #000;
    position: absolute;
    top: 0;
    right: 0;
}

.tzSkill.tzskill-item-type4 p {
    font-family: Lato, sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #fff;
}

.tzSkill.tzskill-item-type4 .tzskill-item-width span {
    font-family: Lato, sans-serif;
    font-size: 13px;
    line-height: 24px;
    font-weight: 400;
    color: #fff;
    top: -30px;
    right: -10px;
}

.tzSkill.tzskill-item-type4 .tzskill-item {
    border: 1px solid #fff;
    padding: 2px;
    background: none;
}

/* 10.9 Pricing Tables */
/* Pricinge Tables 1 */
.tzPricing_table {
    background: none repeat scroll 0 0 #323232;
    position: relative;
    padding: 30px 48px;
    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;
}

.tzPricing_table .pricing-cn>p {
    margin: 0px;
}

.tzPricing_table .pricing-cn ul {
    margin: 0px;
    padding: 0px;
}

.tzPricing_table .pricing-cn ul li {
    list-style: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 15px;
    color: #cbc9c9;
    padding: 21px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2);
    -moz-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2);
    -ms-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2);
    -o-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2);
    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;
    text-align: center;
}

.tzPricing_table .pricing-cn ul li span {
    font-weight: 500;
    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;
}

.tzPricing_table .pricing-footer {
    margin-top: 21px;
}

.tzPricing_table .pricing-footer a {
    display: block;
    font-family: 'Roboto Slab', serif;
    font-size: 14px;
    font-weight: 400;
    color: #aaaaaa;
    line-height: 24px;
    padding: 14px;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #e54053;
    text-decoration: none;
    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;
}

.tzPricing_table_type1:hover {
    background: none repeat scroll 0 0 #e54053;
}

.tzPricing_table_type1:hover .pricing-header .pricing-header-left:after {
    background: none repeat scroll 0 0 #ffffff !important;
}

.tzPricing_table_type1:hover .pricing-header .pricing-header-left span {
    color: #f4f4f4;
}

.tzPricing_table_type1:hover ul li span {
    color: #fff !important;
}

.tzPricing_table_type1:before {
    content: '';
    border-left: 84px solid transparent;
    border-right: 84px solid transparent;
    border-bottom: 30px solid #323232;
    position: absolute;
    top: -29px;
    left: 50%;
    margin-left: -84px;
    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;
}

.tzPricing_table_type1:hover:before {
    border-bottom: 30px solid #e54053;
}

.tzPricing_table_type1:after {
    content: '';
    border-left: 84px solid transparent;
    border-right: 84px solid transparent;
    border-top: 30px solid #323232;
    position: absolute;
    bottom: -29px;
    left: 50%;
    margin-left: -84px;
    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;
}

.tzPricing_table_type1:hover:after {
    border-top: 30px solid #e54053;
}

.tzPricing_table_type1 .pricing-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2);
    -moz-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2);
    -ms-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2);
    -o-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2);
    padding: 0px 0px 18px;
}

.tzPricing_table_type1 .pricing-header .pricing-header-left {
    width: 50%;
    float: left;
    position: relative;
}

.tzPricing_table_type1 .pricing-header .pricing-header-left h5 {
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 24px;
    color: #f3f3f3;
    line-height: 24px;
    margin: 0px;
    padding: 0px;
}

.tzPricing_table_type1 .pricing-header .pricing-header-left span {
    display: block;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #c1c0c0;
    line-height: 24px;
    margin: 0px;
    padding: 0px 17px;
    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;
}

.tzPricing_table_type1 .pricing-header .pricing-header-left:after {
    content: '';
    width: 1px;
    height: 45px;
    background: none repeat scroll 0 0 #e54053;
    position: absolute;
    top: 7px;
    right: 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    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;
}

.tzPricing_table_type1 .pricing-header .pricing-header-right {
    width: 50%;
    float: right;
}

.tzPricing_table_type1 .pricing-header .pricing-header-right h5 {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 300;
    color: #ffffff;
    line-height: 24px;
    margin: 30px 0px 0px;
    padding: 0px;
    text-align: right;
}

.tzPricing_table_type1 .pricing-header:after {
    content: '';
    display: block;
    clear: both;
}

.tzPricing_table:hover .pricing-cn ul li {
    color: #ffffff;
}

.tzPricing_table:hover .pricing-footer a {
    border: 1px solid #f8d5c4 !important;
    color: #ffffff;
}

/* Pricing Table 2*/
.tzPricing_Top {
    border-color: transparent transparent #323232 transparent;
    border-width: 0 9px 16px 9px;
    border-style: solid;
    height: 0;
    width: 100%;
    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;
}

.tzPricing_Container:hover {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    cursor: none;
    z-index: 999;
}

.tzPricing_Container:hover .tzPricing_Top {
    border-color: transparent transparent #e54053 transparent;
}

.tzPricing_Container:hover .tzPricing_Bottom {
    border-color: #e54053 transparent transparent transparent;
}

.tzPricing_Container:hover .tzPricing_table_type2 {
    background: #e54053;
}

.tzPricing_Container:hover .tzPricing_table_type2 .pricing-header .pricing-header-left {
    background: none repeat scroll 0 0 #323232;
}

.tzPricing_Container:hover .tzPricing_table_type2 .pricing-header .pricing-header-left:before {
    border-bottom: 66px solid #323232;
}

.tzPricing_Container:hover .tzPricing_table_type2 .pricing-footer a {
    background: none;
    border: 1px solid #ffffff;
}

.tzPricing_Container:hover .tzPricing_table_type2 .tzPricing_ImageHover {
    bottom: 88%;
    opacity: 1;
    visibility: visible;
}

.tzPricing_Bottom {
    border-color: #323232 transparent transparent transparent;
    border-width: 16px 9px 0 9px;
    border-style: solid;
    height: 0;
    width: 100%;
    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;
}

.tzPricing_Container {
    border-radius: 22px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0);
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    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;
}

.tzPricing_Container .tzPricing_table_type2 {
    padding: 30px 48px 22px;
}

.tzPricing_Container .tzPricing_table_type2 .tzPricing_ImageHover {
    left: 77%;
    position: absolute;
    bottom: 100%;
    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;
}

.tzPricing_table_type2 .pricing-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
    padding: 17px 0px 14px;
}

.tzPricing_table_type2 .pricing-header .pricing-header-left {
    height: 66px;
    background: none repeat scroll 0 0 #e54053;
    position: absolute;
    top: -26px;
    right: 32px;
    padding: 10px 20px;
    transform: skew(8deg);
    -webkit-transform: skew(8deg);
    -moz-transform: skew(8deg);
    -o-transform: skew(8deg);
    -ms-transform: skew(8deg);
    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;
}

.tzPricing_table_type2 .pricing-header .pricing-header-left h5 {
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #f3f3f3;
    line-height: 30px;
    margin: 0px;
    transform: skew(-8deg);
    -webkit-transform: skew(-8deg);
    -moz-transform: skew(-8deg);
    -o-transform: skew(-8deg);
    -ms-transform: skew(-8deg);
}

.tzPricing_table_type2 .pricing-header .pricing-header-left span {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #f3f3f3;
    line-height: 24px;
    display: block;
    text-align: center;
    transform: skew(-8deg);
    -webkit-transform: skew(-8deg);
    -moz-transform: skew(-8deg);
    -o-transform: skew(-8deg);
    -ms-transform: skew(-8deg);
}

.tzPricing_table_type2 .pricing-header .pricing-header-left:before {
    content: '';
    position: absolute;
    top: 0px;
    right: -8px;
    border-bottom: 66px solid #e54053;
    border-right: 9px solid transparent;
    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;
}

.tzPricing_table_type2 .pricing-header .pricing-header-right h5.pricinge-title {
    display: inline-block;
    position: relative;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 24px;
    color: #ffffff;
    line-height: 24px;
    margin: 0px;
    padding: 0px;
}

.tzPricing_table_type2 .pricing-header .pricing-header-right h5.pricinge-title em {
    position: absolute;
    top: 0px;
    left: 100%;
    margin-left: 4px;
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    font-size: 11px;
    font-style: normal;
    color: #e0dcdc;
    text-transform: uppercase;
    line-height: 24px;
}

.tzPricing_table.tzPricing_table_type2 .pricing-footer a {
    display: block;
    font-family: 'Roboto Slab', serif;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    line-height: 24px;
    padding: 14px;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #e54053;
    background: #e54053;
    text-decoration: none;
}

/* Pricing Table 3 */
.tzPricing_table.tzPricing_table_type3 {
    padding: 90px 48px 30px;
    background: none repeat scroll 0 0 #000000;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0);
    -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0);
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}

.tzPricing_table.tzPricing_table_type3:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    background: none repeat scroll 0 0 #e54053;
}

.tzPricing_table_type3 .pricing-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: none;
    padding: 0px;
}

.tzPricing_table_type3 .pricing-header .pricing-header-left {
    width: 110px;
    height: 110px;
    background: none;
    padding: 37px 0;
    text-align: center;
    position: absolute;
    top: -35px;
    right: 20px;
}

.tzPricing_table_type3 .pricing-header .pricing-header-left h5 {
    margin: 0px;
    padding: 0px;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
    color: #f3f3f3;
    position: relative;
    z-index: 1;
}

.tzPricing_table_type3 .pricing-header .pricing-header-left span {
    margin: 0px;
    padding: 0px;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #000000;
    position: relative;
    z-index: 1;
    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;
}

.tzPricing_table_type3 .pricing-header .pricing-header-left:after {
    content: '';
    width: 78px;
    height: 78px;
    background: none repeat scroll 0 0 #e54053;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    position: absolute;
    top: 16px;
    left: 15px;
    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;
}

.tzPricing_table_type3 .pricing-header .pricing-header-right {
    display: inline-block;
    position: absolute;
    top: 30px;
    left: 24px;
}

.tzPricing_table_type3 .pricing-header .pricing-header-right h5.pricinge-title {
    font-family: 'Raleway', sans-serif;
    font-size: 25px;
    font-weight: 600;
    line-height: 20px;
    color: #e0dcdc;
    margin: 0px;
    padding: 0px;
    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;
}

.tzPricing_table_type3 .pricing-header .pricing-header-right h5.pricinge-title em {
    display: block;
    text-align: right;
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    font-size: 10px;
    font-style: normal;
    line-height: 10px;
    color: #e0dcdc;
    text-transform: uppercase;
    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;
}

.tzPricing_table_type3 .pricing-header .pricing-header-right:after {
    border-bottom: 13px solid transparent;
    border-left: 13px solid #e54053;
    border-top: 13px solid transparent;
    content: "";
    left: -24px;
    position: absolute;
    top: 0;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}

.tzPricing_table_type3 .pricing-cn ul li {
    list-style: none;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 15px;
    color: #898787;
    padding: 21px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2);
    -moz-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2);
    -ms-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2);
    -o-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2);
    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;
    text-align: center;
}

.tzPricing_table_type3:hover .pricing-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    box-shadow: none;
    padding: 0px;
}

.tzPricing_table_type3:hover .pricing-header .pricing-header-left:after {
    background: none repeat scroll 0 0 #000000 !important;
}

.tzPricing_table_type3:hover .pricing-header .pricing-header-left span {
    color: #e54053;
}

.tzPricing_table_type3:hover .pricing-header .pricing-header-right:after {
    border-left: 13px solid #000000 !important;
}

.tzPricing_table_type3:hover .pricing-header .pricing-header-right h5.pricinge-title {
    color: #000000;
}

.tzPricing_table_type3:hover .pricing-header .pricing-header-right h5.pricinge-title em {
    color: #000000;
}

.tzPricing_table_type3:hover .pricing-cn ul li {
    color: #000000;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    box-shadow: none;
}

.tzPricing_table_type3:hover .pricing-footer a {
    border: 1px solid #000000;
    background: #000000;
    box-shadow: none;
}

/* 10.19 Tabs */
.wpb_tabs .wpb_tour_tabs_wrapper ul.wpb_tabs_nav li a {
    font-family: 'Roboto Slab', serif;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    text-shadow: none;
    background: none repeat scroll 0 0 #323232;
    position: relative;
    padding: 12px 20px 12px 22px;
}

.wpb_tabs .wpb_tour_tabs_wrapper.tzTabs_center {
    margin-top: 95px;
}

.wpb_tabs .wpb_tour_tabs_wrapper.tzTabs_center ul.wpb_tabs_nav {
    text-align: center;
}

.wpb_tabs .wpb_tour_tabs_wrapper.tzTabs_center ul.wpb_tabs_nav li {
    display: inline-block;
    float: none;
    background: none;
    margin: 0px 1px;
}

.wpb_tabs .wpb_tour_tabs_wrapper.tzTabs_center ul.wpb_tabs_nav li a {
    background: none;
    border: 1px solid #e54053;
    color: #e54053;
}

.wpb_tabs ul.wpb_tabs_nav li {
    margin: 0px 1px 1px 0px;
}

.wpb_tabs .wpb_tour_tabs_wrapper.tzTabs_left ul.wpb_tabs_nav li a:hover,
.wpb_tabs .wpb_tour_tabs_wrapper.tzTabs_left ul.wpb_tabs_nav li.ui-tabs-active a {
    background: none repeat scroll 0 0 #e54053;
}

.wpb_tabs .wpb_tour_tabs_wrapper ul.wpb_tabs_nav li a:hover:after,
.wpb_tabs .wpb_tour_tabs_wrapper ul.wpb_tabs_nav li.ui-tabs-active a:after {
    content: '';
    border-left: 10px solid rgba(0, 0, 0, 0);
    border-right: 10px solid rgba(0, 0, 0, 0);
    border-top: 8px solid #e54053;
    left: 50%;
    margin-left: -10px;
    position: absolute;
    top: 100%;
    transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
}

.wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab {
    border: 1px solid #dddddd;
    margin-top: -1px;
    margin-right: 2px;
    padding: 20px 24px;
    background: none repeat scroll 0 0 #ffffff !important;
}

.wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab p {
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 26px;
    color: #444444;
}

.wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper.tzTabs_center .wpb_tab {
    background: none !important;
    border: none;
}

.wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper.tzTabs_center .wpb_tab p {
    margin-bottom: 30px;
    font-weight: 400;
}

.wpb_tabs .wpb_tour_tabs_wrapper.tzTabs_center ul.wpb_tabs_nav li a:hover:after,
.wpb_tabs .wpb_tour_tabs_wrapper.tzTabs_center ul.wpb_tabs_nav li.ui-tabs-active a:after {
    content: '';
    border-left: 10px solid rgba(0, 0, 0, 0);
    border-right: 10px solid rgba(0, 0, 0, 0);
    border-top: 8px solid #e54053;
    left: 50%;
    margin-left: -10px;
    position: absolute;
    top: 0;
    transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
}

.wpb_tabs .wpb_tour_tabs_wrapper.tzTabs_center ul.wpb_tabs_nav li a:hover:before,
.wpb_tabs .wpb_tour_tabs_wrapper.tzTabs_center ul.wpb_tabs_nav li.ui-tabs-active a:before {
    content: '';
    border-left: 10px solid rgba(0, 0, 0, 0);
    border-right: 10px solid rgba(0, 0, 0, 0);
    border-bottom: 8px solid #e54053;
    left: 50%;
    margin-left: -10px;
    position: absolute;
    bottom: 0;
    transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
}

/* 10.11 Tour */
.wpb_tour .wpb_tour_tabs_wrapper ul.wpb_tabs_nav li a {
    position: relative;
    display: inline-block;
    font-family: 'Roboto Slab', serif;
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
    line-height: 20px;
    text-transform: uppercase;
    text-align: center;
    padding: 10px;
    background-color: #323232;
    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;
}

.wpb_tour .wpb_tour_tabs_wrapper ul.wpb_tabs_nav li a:after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -9px;
    right: -8px;
    border-top: 9px solid transparent;
    border-left: 8px solid #e54053;
    border-bottom: 9px solid transparent;
    display: none;
    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;
}

.wpb_tour .wpb_tour_tabs_wrapper .wpb_tab {
    border: 1px solid #dddddd !important;
    padding: 15px 21px 10px !important;
    margin-left: -1px;
}

.wpb_tour .wpb_tour_tabs_wrapper .wpb_tab p {
    color: #444444;
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 26px;
}

.wpb_tour .wpb_tour_tabs_wrapper .wpb_tour_next_prev_nav {
    padding: 0px;
}

.wpb_tour .wpb_tour_tabs_wrapper .wpb_tour_next_prev_nav span a {
    font-family: 'Raleway';
    font-size: 12px;
    font-weight: 400;
    font-style: italic;
    color: #444444;
    text-decoration: none;
}

.wpb_tour .wpb_tour_tabs_wrapper .wpb_tour_next_prev_nav span a:hover {
    color: #e54053;
}

.wpb_tour .wpb_tour_tabs_wrapper ul.wpb_tabs_nav li a:hover,
.wpb_tour .wpb_tour_tabs_wrapper ul.wpb_tabs_nav li.ui-tabs-active a {
    background-color: #e54053;
}

.wpb_tour .wpb_tour_tabs_wrapper ul.wpb_tabs_nav li a:hover:after,
.wpb_tour .wpb_tour_tabs_wrapper ul.wpb_tabs_nav li.ui-tabs-active a:after {
    display: block;
}

/* 10.12 vc_cta_button */
.wpb_call_to_action.tz_call_to_action_photo {
    background: transparent;
    border: none;
    padding: 0;
}

.wpb_call_to_action.tz_call_to_action_photo h2.wpb_call_text {
    font-family: "Roboto Slab", sans-serif;
    font-size: 36px;
    font-weight: 300;
    color: #ffffff;
    line-height: 50px;
}

.wpb_call_to_action.tz_call_to_action_photo a.wpb_button_a {
    display: inline-block;
}

.wpb_call_to_action.tz_call_to_action_photo a.wpb_button_a span.wpb_button {
    color: #e54053;
    font-family: "Roboto Slab", sans-serif;
    background: #ffffff;
    margin: 0;
    font-weight: 700;
    margin: 0 !important;
    padding: 15px 20px !important;
    font-size: 20px !important;
    line-height: 24px;
    border: 1px solid #fff;
    text-transform: none;
    letter-spacing: 1px;
    transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
}

.wpb_call_to_action.tz_call_to_action_photo a.wpb_button_a:hover span.wpb_button {
    background: #e54053;
    color: #fff;
}

/* 10.15 Our Team */
.tzOurTeam_Container h3.tzOurTeam_title {
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    font-size: 70px;
    line-height: 65px;
    color: #323232;
    text-align: center;
    margin: 0px 0px 93px;
}

.tzOurTeam_Container .tzOurTeamBox {
    margin: 0px -15px;
}

.tzOurTeam_Container .tzOurTeamBox .tzOurTeamSlider3 .tzOurTeamItem {
    margin: 0px 15px;
}

.tzOurTeam_Container .tzOurTeamBox .tzOurTeamSlider3 .tzOurTeamItem .tzOurTeamImage {
    position: relative;
    margin: auto;
}

.tzOurTeam_Container .tzOurTeamBox .tzOurTeamSlider3 .tzOurTeamItem .tzOurTeamImage img {
    width: 100%;
    height: auto;
}

.tzOurTeam_Member_Img_hex {
    overflow: hidden;
    transform: rotate(120deg);
    -webkit-transform: rotate(120deg);
    -moz-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    -o-transform: rotate(120deg);
    visibility: hidden;
    height: 312px;
    position: relative;
    top: 0px;
    width: 270px;
}

.tzOurTeam_Member_Img_hex_in1 {
    height: 100%;
    overflow: hidden;
    transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    -o-transform: rotate(-60deg);
    width: 100%;
}

.tzOurTeam_Member_Img_hex_in2:after {
    background-color: transparent;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    width: 100%;
}

.tzOurTeam_Member_Img_hex_in2 {
    background-position: 50% center;
    background-repeat: no-repeat;
    background-size: 120% auto;
    height: 100%;
    overflow: hidden;
    position: relative;
    transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    -o-transform: rotate(-60deg);
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    visibility: visible;
    width: 100%;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.tzOurTeamItem .tzOurTeam_Info {
    position: relative;
    margin: 20px 0px 9px;
    padding: 0px 0px 15px;
}

.tzOurTeamItem .tzOurTeam_Info .tzOurTeam_Name {
    font-family: 'Roboto Slab', serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: #333333;
    text-align: center;
    margin: 0px;
}

.tzOurTeamItem .tzOurTeam_Info .tzOurteam_Employ {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #e54053;
    display: block;
    text-align: center;
}

.tzOurTeamItem .tzOurTeam_Info:after {
    content: '';
    width: 107px;
    height: 1px;
    background: #bbbbbb;
    position: absolute;
    left: 50%;
    margin-left: -53px;
    top: 100%;
}

.tzOurTeamItem .tzOurteam_Des {
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    color: #444444;
}

.tzOurTeam_Overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.tzOurTeam_Member_Img_hex_in2:hover .tzOurTeam_Overlay {
    background: rgba(0, 0, 0, 0.52);
}

.tzOurTeam_Member_Img_hex_in2:hover .tzOurTeam_Social {
    top: 50%;
    opacity: 1;
}

.tzOurTeam_Social {
    position: absolute;
    text-align: center;
    top: 45%;
    margin-top: -19px;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    width: 100%;
    z-index: 1;
    opacity: 0;
}

.tzOurTeam_Social a {
    border: 1px solid #ffffff;
    display: inline-block;
    height: 26px;
    margin: 0 8px;
    text-align: center;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transition: all 0.2s ease-in 0s;
    -webkit-transition: all 0.2s ease-in 0s;
    -moz-transition: all 0.2s ease-in 0s;
    -ms-transition: all 0.2s ease-in 0s;
    -o-transition: all 0.2s ease-in 0s;
    width: 26px;
}

.tzOurTeam_Social a i {
    color: #ffffff;
    padding: 5px 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}

.tzOurTeam_Social a:hover {
    background: #e54053;
    border: 1px solid #e54053;
}

/* 10.13 Our Team 4 */
.tzOurTeam_Container {
    position: relative;
}

.tzOurTeam_Container span.tz_section_text {
    font-size: 190px;
    font-family: "Roboto Slab", sans-serif;
    font-weight: 700;
    line-height: 63.87px;
    color: rgba(50, 50, 50, 0.1);
    text-transform: capitalize;
}

.tzOurTeam_Container .tz_section_text_our_team {
    position: absolute;
    top: 17px;
    left: 0;
    width: 100%;
}

.tzOurTeamItem4 {
    margin: 0 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    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: 1px solid #dddddd;
    text-align: center;
    padding: 30px 30px 28px;
    display: inline-block;
    background-repeat: no-repeat;
    background-color: transparent;
}

.tzOurTeamItem4:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.tzOurTeamItem4 .tzOurTeam4_Info {
    margin-top: 43px;
}

.tzOurTeamItem4 .tzOurTeam4_Info {
    position: relative;
    padding-bottom: 19px;
}

.tzOurTeamItem4 .tzOurTeam4_Info:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url("/images/tzOurTeamItem4_line.jpg");
    background-repeat: no-repeat;
    background-position: center bottom;
    top: 0;
    left: 0;
}

.tzOurTeamItem4:hover .tzOurTeam4_Overlay {
    visibility: visible;
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
}

.tzOurTeamItem4:hover .tzOurTeam_Social {
    opacity: 1;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
}

h3.tzOurTeam_title4 {
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    font-size: 50px;
    color: #323232;
    text-align: center;
    margin: 0 0 11px;
}

p.tz_description_OurTeam4 {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 28px;
    text-align: center;
    line-height: 34px;
    color: #222222;
    letter-spacing: 2px;
    margin: 0 0 91px;
}

.tzOurTeam4_Member_Img {
    position: relative;
    display: inline-block;
}

.tzOurTeam4_Member_Img img {
    width: 100%;
    border-radius: 50%;
}

.tzOurTeam4_Member_Img .tzOurTeam_Social {
    margin-top: -13px;
    top: 50%;
    -moz-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform: scale(0.5);
}

.tzOurTeam4_Overlay {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    top: 0;
    left: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.45);
    transform: scale(0.8);
    -moz-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -moz-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

h6.tzOurTeam4_Name {
    font-family: "Roboto Slab", sans-serif;
    font-size: 18px;
    line-height: 24px;
    color: #111111;
    margin: 0;
    font-weight: 400;
}

span.tzOurteam4_Employ {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #e54053;
}

p.tzOurteam4_Des {
    font-family: Lato, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #656565;
    padding-top: 15px;
    padding-bottom: 9px;
    margin: 0;
}

/* 10.14 tz-counter */
.tz-counter {
    text-align: center;
}

.tzCounter_type2 .tz-counter-image {
    margin-bottom: 10px;
    height: 35px;
}

.tzCounter_type2 .tz-counter-number {
    display: block;
    margin-bottom: 9px;
}

.tzCounter_type2 .tz-counter-number em.stat-count {
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    font-size: 50px;
    line-height: 50px;
    color: #ffffff;
    font-style: normal;
}

.tzCounter_type2 p.tz-counter-title {
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    font-size: 18px;
    color: #2d2d2d;
    line-height: 24px;
    margin: 0px;
}

.tz-partner {
    position: relative;
}

.tz-partner button.tz_partner_prevs {
    background: transparent;
    width: 40px;
    height: 40px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: -65px;
    margin-top: -34px;
    border: 1px solid #fff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.tz-partner button.tz_partner_prevs i.fa {
    color: #fff;
    font-size: 21px;
    padding: 9px 0;
}

.tz-partner button.tz_partner_prevs:hover {
    background: #c93b4b;
    border: none;
}

.tz-partner button.tz_partner_nexts {
    background: transparent;
    width: 40px;
    height: 40px;
    text-align: center;
    position: absolute;
    top: 50%;
    right: -65px;
    margin-top: -34px;
    border: 1px solid #fff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.tz-partner button.tz_partner_nexts i.fa {
    color: #fff;
    font-size: 21px;
    padding: 9px 0;
}

.tz-partner button.tz_partner_nexts:hover {
    background: #c93b4b;
    border: none;
}

.partner-slider {
    cursor: w-resize;
    list-style: none;
    margin: 0;
    padding: 0;
}

.partner-slider li {
    text-align: center;
}

/* 10.14 Customers Say */
.tzCustomerSay_Container {
    position: relative;
}

.tzCustomerSay_Container h3.tzCustomerSay_title {
    margin: 0px 0px 4px;
    padding: 0px;
    font-family: 'Roboto', sans-serif;
    font-size: 50px;
    font-weight: 700;
    color: #323232;
    text-align: center;
}

.tzCustomerSay_Container p.tzCustomerSay_des {
    margin: 0px 0px 105px;
    padding: 0px;
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    color: #666666;
}

.tzCustomerSay_Container .tzCustomerSayBox {
    position: relative;
}

.tzCustomerSay_Container .tzCustomerSayBox .tzCustomerSlider .tzCustomerSayItem {
    text-align: center;
}

.tzCustomerSay_Container .tzCustomerSayBox .tzCustomerSlider .tzCustomerSayItem .tzCustomerImage {
    display: inline-block;
    width: 96px;
    height: 96px;
    border-radius: 50%;
    border: 2px solid #e54053;
    overflow: hidden;
    position: relative;
    padding: 2px;
    margin: 0px 0px 10px;
}

.tzCustomerSay_Container .tzCustomerSayBox .tzCustomerSlider .tzCustomerSayItem .tzCustomerImage .tzCustomerImageBox {
    display: inline-block;
    width: 88px;
    height: 88px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}

.tzCustomerSay_Container .tzCustomerSayBox .tzCustomerSlider .tzCustomerSayItem .tzCustomerImage .tzCustomerImageBox img {
    width: 100%;
    height: auto;
}

.tzCustomerSay_Container .tzCustomerSayBox .tzCustomerSlider .tzCustomerSayItem h6.tzCustomerName {
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    font-size: 17px;
    color: #444444;
    margin: 0px 0px 2px;
    padding: 0px;
}

.tzCustomerSay_Container .tzCustomerSayBox .tzCustomerSlider .tzCustomerSayItem span.tzCustomerEmploy {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #656565;
    display: inline-block;
}

.tzCustomerSay_Container .tzCustomerSayBox .tzCustomerSlider .tzCustomerSayItem p.tzCustomerSaid {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 18px;
    font-style: italic;
    color: #656565;
    line-height: 28px;
    margin: 0;
    padding: 0 100px;
}

.tzCustomerSay_Container .tzCustomerSayBox .tzCustomerSlider .tzCustomerSayItem p.tzCustomerSaid span {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 29px;
    color: #e54053;
    padding: 0 7px;
}

.tzCustomerSay_Container .tzCustomerSayBox .tzCustomerSlider .tzCustomerSayItem p.tzCustomerSaid span.tz_quotation_last {
    margin-left: -5px;
    padding: 0;
}

.tzCustomerSay_Container .tzCustomerSayBox .tzCustomerSlider .tzCustomerSayItem.tzCustomerSayItem_type1 span.tzCustomerEmploy {
    margin: 0px 0px 30px;
}

.tzCustomerSay_Container .tzCustomerSayBox .tzCustomerSlider .tzCustomerSayItem.tzCustomerSayItem_type1 p.tzCustomerSaid {
    margin-bottom: 20px;
}

.tzCustomerSay_Container .tzCustomerSayBox .tzCustomerSlider .owl-controls .owl-pagination .owl-page span {
    width: 35px;
    height: 10px;
    background: none repeat scroll 0 0 #dddddd;
    border-radius: 0px;
    margin: 5px;
}

.tzCustomerSay_Container .tzCustomerSayBox .tzCustomerPrev {
    width: 24px;
    height: 62px;
    position: absolute;
    top: 50%;
    left: 0px;
    margin-top: -31px;
}

.tzCustomerSay_Container .tzCustomerSayBox .tzCustomerPrev:before {
    content: '';
    border-left: 8px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 52px solid #cccccc;
    position: absolute;
    top: -10px;
    left: 15px;
    transform: rotate(40deg);
    -moz-transform: rotate(40deg);
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    -o-transform: rotate(40deg);
}

.tzCustomerSay_Container .tzCustomerSayBox .tzCustomerPrev:hover:before {
    border-bottom: 52px solid #e54053;
}

.tzCustomerSay_Container .tzCustomerSayBox .tzCustomerPrev:after {
    content: '';
    border-left: 8px solid transparent;
    border-right: 0px solid transparent;
    border-top: 52px solid #cccccc;
    position: absolute;
    bottom: -14px;
    left: 15px;
    transform: rotate(-40deg);
    -moz-transform: rotate(-40deg);
    -webkit-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    -o-transform: rotate(-40deg);
}

.tzCustomerSay_Container .tzCustomerSayBox .tzCustomerPrev:hover:after {
    border-top: 52px solid #e54053;
}

.tzCustomerSay_Container .tzCustomerSayBox .tzCustomerNext {
    width: 24px;
    height: 62px;
    position: absolute;
    top: 50%;
    right: 0px;
    margin-top: -31px;
}

.tzCustomerSay_Container .tzCustomerSayBox .tzCustomerNext:before {
    content: '';
    border-left: 0px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 52px solid #cccccc;
    position: absolute;
    top: -10px;
    right: 15px;
    transform: rotate(-40deg);
    -moz-transform: rotate(-40deg);
    -webkit-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    -o-transform: rotate(-40deg);
}

.tzCustomerSay_Container .tzCustomerSayBox .tzCustomerNext:hover:before {
    border-bottom: 52px solid #e54053;
}

.tzCustomerSay_Container .tzCustomerSayBox .tzCustomerNext:after {
    content: '';
    border-left: 0px solid transparent;
    border-right: 8px solid transparent;
    border-top: 52px solid #cccccc;
    position: absolute;
    bottom: -14px;
    right: 15px;
    transform: rotate(40deg);
    -moz-transform: rotate(40deg);
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    -o-transform: rotate(40deg);
}

.tzCustomerSay_Container .tzCustomerSayBox .tzCustomerNext:hover:after {
    border-top: 52px solid #e54053;
}

.tzCustomerSay_Container.tzCustomerSay_light h3.tzCustomerSay_title {
    color: #ffffff;
}

.tzCustomerSay_Container.tzCustomerSay_light p.tzCustomerSay_des {
    color: #ebe9e9;
}

.tzCustomerSay_Container.tzCustomerSay_light .tzCustomerSayBox .tzCustomerSlider .tzCustomerSayItem h6.tzCustomerName {
    color: #ffffff;
}

.tzCustomerSay_Container.tzCustomerSay_light .tzCustomerSayBox .tzCustomerSlider .tzCustomerSayItem span.tzCustomerEmploy {
    color: #ffffff;
}

.tzCustomerSay_Container.tzCustomerSay_light .tzCustomerSayBox .tzCustomerSlider .tzCustomerSayItem p.tzCustomerSaid {
    color: #ebe9e9;
}

.tzCustomerSay_Container .tzCustomerSayBox .tzCustomerSlider .owl-controls .owl-pagination .owl-page:hover span,
.tzCustomerSay_Container .tzCustomerSayBox .tzCustomerSlider .owl-controls .owl-pagination .owl-page.active span {
    background: none repeat scroll 0 0 #e54053;
}

.tzCustomerSay_Container.tzCustomerSay_type4 {
    position: relative;
}

.tzCustomerSay_Container.tzCustomerSay_type4 .tz_section_text_customers_say {
    position: absolute;
    top: 17px;
    left: 0;
    width: 100%;
}

.tzCustomerSay_Container.tzCustomerSay_type4 span.tz_section_text {
    font-size: 190px;
    font-family: "Roboto Slab", sans-serif;
    font-weight: 700;
    line-height: 63.87px;
    color: rgba(50, 50, 50, 0.1);
    text-transform: capitalize;
}

.tzCustomerSay_Container.tzCustomerSay_type4 .tzCustomerSayBox.tzCustomerSayBox_type4 .tzCustomerSlider .owl-controls.clickable {
    margin-top: 16px;
}

.tzCustomerSay_Container.tzCustomerSay_type4 .tzCustomerSayBox.tzCustomerSayBox_type4 .tzCustomerSlider .owl-controls .owl-pagination .owl-page span {
    background: transparent;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 2px solid #e54053;
    opacity: 1;
}

.tzCustomerSay_Container.tzCustomerSay_type4 .tzCustomerSayBox.tzCustomerSayBox_type4 .tzCustomerSlider .owl-controls .owl-pagination .owl-page.active span {
    background: #e54053;
}

.tzCustomerSay_Container.tzCustomerSay_type4 .tzCustomerSayBox.tzCustomerSayBox_type4 .tzCustomerSlider .tzCustomerSayItem span.tzCustomerEmploy {
    font-family: 'Lato', sans-serif;
    color: #888888;
}

.tzCustomerSay_Container.tzCustomerSay_type4 .tzCustomerSayBox.tzCustomerSayBox_type4 .tzCustomerSlider .tzCustomerSayItem p.tzCustomerSaid {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}

.tzCustomerSay_Container.tzCustomerSay_type4 .tzCustomerSayBox.tzCustomerSayBox_type4 .tzCustomerSlider .tzCustomerImage {
    padding: 0;
}

.tzCustomerSay_Container.tzCustomerSay_type4 .tzCustomerSayBox.tzCustomerSayBox_type4 .tzCustomerSlider .tzCustomerImage .tzCustomerImageBox {
    width: 96px;
    height: 96px;
    border: 3px solid #e54053;
}

.tzCustomerSay_Container.tzCustomerSay_type4 h3.tzCustomerSay_title {
    font-family: "Roboto Slab", sans-serif;
    margin: 0 0 8px;
}

.tzCustomerSay_Container.tzCustomerSay_type4 p.tzCustomerSay_des {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    color: #222222;
    font-size: 28px;
    letter-spacing: 3px;
    margin: 0 0 73px;
}

body .tzCustomerSay_Container.tzCustomerSay_type4 .tzCustomerSayBox.tzCustomerSayBox_type4 .tzCustomerSlider .tzCustomerImage {
    border: none;
}

/* 10.14 tzPurchase */
.tzPurchase_video {
    overflow: hidden;
    padding: 0;
    position: relative;
    height: 572px;
}

.tzPurchase_video .videoID {
    bottom: 0;
    height: auto;
    left: 0;
    max-height: 4000%;
    max-width: 1000%;
    min-height: 100%;
    min-width: 100%;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

.tzPurchase_video .bg-video:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.37);
    z-index: 10;
}

.tzPurchase_video .tz-video-pop {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    text-align: center;
}

.tzPurchase_video .tz-video-pop span.tz-guest-close {
    cursor: pointer;
    color: red;
    display: inline-block;
    margin-bottom: 20px;
}

.tzPurchase_video .tz-video-pop span.tz-guest-close i {
    font-size: 20px;
    color: #fff;
}

.tzPurchase_video .tz-video-pop .tz-video-iframe {
    width: 50%;
    margin: auto;
}

.tzPurchase_video .tz-video-pop .tz-video-iframe .iframe-full {
    border: none;
}

.tzPurchase {
    position: relative;
    text-align: center;
}

.tzPurchase.tzPurchase_type2 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    height: 100%;
    width: 100%;
}

.tzPurchase h3.tzPurchase-Title {
    margin: 0px 0px 33px;
    padding: 0px;
    font-family: 'Roboto Slab', sans-serif;
    font-size: 50px;
    font-weight: 400;
    color: #323232;
    text-align: center;
}

.tzPurchase h3.tzPurchase-Title em {
    font-style: normal;
    color: #e54053;
    font-weight: 700;
}

.tzPurchase p.tzPurchase-des {
    margin: 0 0 50px;
    padding: 0 20%;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 34px;
    text-align: center;
}

.tzPurchase a {
    display: inline-block;
    font-family: 'Roboto Slab', serif;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    line-height: 24px;
    padding: 19px 31px;
    background-color: #e54053;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
}

.tzPurchase a:hover {
    text-decoration: none;
    color: #FFFFFF;
}

.tzPurchase .tzPurchase-Image {
    position: absolute;
    top: 0;
    left: 0;
}

.tzPurchase.tzPurchase_type2 p.tzPurchase-des {
    font-family: "Lato", sans-serif;
    font-size: 44px;
    color: #ffffff;
    padding: 0;
    line-height: 50px;
    margin-bottom: 57px;
}

.tzPurchase.tzPurchase_type2 p.tzPurchase-des em {
    color: #e54053;
    font-style: normal;
}

.tzPurchase.tzPurchase_type2 a {
    background: transparent;
    border: 2px solid #ffffff;
    font-size: 20px;
    padding: 16px 31px;
    text-transform: none;
    transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
}

.tzPurchase.tzPurchase_type2 a:hover {
    background: #fff;
    color: #000;
}

/* 10.12 Contact Advance*/
.tzContact {
    width: 750px;
    margin: auto;
}

.tzContact h3.tzContactTitle {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    background: transparent url("/images/line-photography-1.png") no-repeat scroll center center;
    letter-spacing: 2px;
    line-height: 24px;
    position: relative;
}

.tzContact p.tzContactDescription {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 34px;
    color: #eeeeee;
    text-align: center;
    margin-bottom: 60px;
}

.tzContact p.tzContactAbout {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: rgba(221, 221, 221, 0.9);
    text-align: center;
    margin-bottom: 72px;
}

.tzContact p.tzContactAbout em {
    font-style: normal;
    color: #e54053;
}

.tzContact .TzContactInfo {
    background: url(images/contact_bg.png);
    background-repeat: repeat;
    padding: 43px 190px 71px;
}

.tzContact .TzContactInfo .tzContactPhone {
    display: block;
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #cccccc;
    line-height: 34px;
    text-align: center;
}

.tzContact .TzContactInfo .tzContactTime {
    display: block;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #cccccc;
    line-height: 34px;
    text-align: center;
    margin-bottom: 25px;
}

.tzContact .TzContactInfo .tzContactAddress span {
    display: block;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #cccccc;
    line-height: 34px;
    text-align: center;
}

.tzContact .TzContactInfo .tzContactSocial {
    text-align: center;
}

.tzContact .TzContactInfo .tzContactSocial p {
    display: block;
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #cccccc;
    line-height: 34px;
    text-align: center;
    margin-bottom: 25px;
}

.tzContact .TzContactInfo .tzContactSocial a {
    display: inline-block;
    width: 26px;
    height: 26px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    border: 1px solid #ffffff;
    text-align: center;
    margin: 0px 8px;
    transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
}

.tzContact .TzContactInfo .tzContactSocial a i {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    color: #ffffff;
    padding: 5px 0px;
}

.tzContact .TzContactInfo .tzContactSocial a:hover {
    background: #e54053;
    border: 1px solid #e54053;
}

.tzContact .TzContactInfo .tzContactSocial h3,
.tzContact .TzContactInfo .tzContactOurWeb h3,
.tzContact .TzContactInfo .tzContactAddress h3,
.tzContact .TzContactInfo .tzContactEmail h3 {
    margin: 0px;
    padding: 0px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 30px;
    color: #dddddd;
    text-align: center;
    margin-bottom: 11px;
}

.tzContact .TzContactInfo .tzContactOurWeb,
.tzContact .TzContactInfo .tzContactAddress,
.tzContact .TzContactInfo .tzContactEmail {
    margin-bottom: 25px;
}

.tzContact .TzContactInfo .tzContactOurWeb span,
.tzContact .TzContactInfo .tzContactEmail span {
    display: block;
    margin: 0px;
    padding: 0px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
}

.tzContact .TzContactInfo .tzContactOurWeb span a,
.tzContact .TzContactInfo .tzContactEmail span a {
    color: #e54053;
    text-decoration: none;
}

/* Element for Home page */
/**
 * 11.0 Slider Home
 * -----------------------------------------------------------------------------
 */
.tzSlider_home1 {
    font-family: 'Raleway', sans-serif !important;
    font-weight: 600 !important;
    font-size: 27px !important;
    text-transform: uppercase !important;
    color: #ffffff !important;
    line-height: 24px !important;
}

/**
 * 12.0 Page 404
 * -----------------------------------------------------------------------------
 */
.tzPage404 .tz404-content {
    background-image: url("/images/bg-404.png");
    background-repeat: no-repeat;
    background-position: center center;
    padding: 200px 0px 260px;
}

.tzPage404 .tz404-content .tz404_title {
    font-family: 'Noticia Text', serif;
    font-size: 290px;
    line-height: 270px;
    font-weight: 700;
    color: #454545;
    text-align: center;
}

.tzPage404 .tz404-content .tz404_description {
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
    font-weight: 300;
    color: #111111;
    text-align: center;
    margin: 0px 0px 30px;
}

.tzPage404 .tz404-content .tz404_button {
    text-align: center;
}

.tzPage404 .tz404-content .tz404_button a {
    display: inline-block;
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    font-size: 14px;
    color: #ffffff;
    padding: 20px;
    background-color: #e54053;
    text-transform: uppercase;
}

.tzServie_type3 .tzServiceBox span {
    transition: all 1s ease;
}

.tzServie_type3:hover .tzServiceBox span {
    transition: all 1s ease;
    transform: rotateY(360deg);
}

.tzFeature-type1 .tzFeatures-margin:hover .tzFeatures-icon {
    background: #e54053;
}

body .nav>li>a:hover,
body .nav>li>a:focus {
    background: none;
}

/**
 * 12.0 Responsive
 * -----------------------------------------------------------------------------
 */
@media (max-width: 1600px) {

    span.tzNumberSection {
        left: 0px;
    }

    .tzOurTeam1_Container .tzOurTeamBox .tzOurTeam1Prev {
        left: -50px;
    }

    .tzOurTeam1_Container .tzOurTeamBox .tzOurTeam1Next {
        right: -50px;
    }

    .VcRecentProject.VcRecentProject_type1 .VcRecentProject_box .VcRecentPrev {
        left: -65px;
    }

    .VcRecentProject.VcRecentProject_type1 .VcRecentProject_box .VcRecentNext {
        right: -65px;
    }

    .tzSlideHome2_line1 {
        font-size: 13px !important;
    }

    .tzSlideHome2_line2 {
        font-size: 40px !important;
    }

    .tzSlideHome2_line2 span {
        font-size: 40px !important;
    }

    .tzsliderHomev3_line1 {
        font-size: 43px !important;
    }

    .tzsliderHomev3_line1 span {
        font-size: 43px !important;
    }

    .tzsliderHomev3_line2 {
        font-size: 40px !important;
    }

    .tzSliderHomev4_line1 {
        font-size: 14px !important;
    }

    .tzSliderHomev4_line2 {
        font-size: 43px !important;
        font-size: 30px !important;
    }

    .tzSliderHomev4_line3 {
        font-size: 15px !important;
        line-height: 24px !important;
        font-size: 13px !important;
        line-height: 21px !important;
    }

    .tzOurTeam2_Container .tzOurTeamBox .tzOurTeam2Prev {
        left: -50px;
    }

    .tzOurTeam2_Container .tzOurTeamBox .tzOurTeam2Next {
        right: -50px;
    }

    .tzOurTeam2_Container .tzOurTeamItem .tzOurTeam_Member {
        height: 221px;
        left: 46px;
        top: -141px;
        width: 221px;
    }

    .tzSinglePortfolio .tzpost-pagenavi a[rel="prev"] {
        left: 48px;
    }

    .tzSinglePortfolio .tzpost-pagenavi a[rel="next"] {
        right: 48px;
    }

    div .woocommerce a.remove:hover {
        color: red !important;
    }

    .page-template-template-landingpage nav.pull-right {
        margin-right: 0px;
    }
}

/* Large desktop */
@media (min-width: 1200px) and (max-width: 1366px) {
    .tzBlog.tzBlog_type5 .tzBlog-Box button.tzprevslider_type5 {
        left: -50px;
    }

    .tzBlog.tzBlog_type5 .tzBlog-Box button.tznextslider_type5 {
        right: -50px;
    }

    .tzBlog.tzBlog_type2 .tzBlog-Box button.tzprevslider_type2 {
        left: -35px;
    }

    .tzBlog.tzBlog_type2 .tzBlog-Box button.tznextslider_type2 {
        right: -35px;
    }
}

@media (max-width: 1200px) {
    .wpb_call_to_action.tz_call_to_action_photo .tz_call_to_action_text {
        float: none !important;
    }

    .wpb_call_to_action.tz_call_to_action_photo a.wpb_button_a {
        float: none !important;
    }

    .wpb_call_to_action.tz_call_to_action_photo h2.wpb_call_text {
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 30px;
    }

    .tzBlog.tzBlog_type2 .tzBlog-Box button.tznextslider_type2,
    .tzBlog.tzBlog_type2 .tzBlog-Box button.tzprevslider_type2,
    .tz-partner button.tz_partner_prevs,
    .tz-partner button.tz_partner_nexts {
        display: none;
    }

    .tzBlog.tzBlog_type5 .tzBlog-Box button,
    .tz-partner button {
        display: none;
    }

    .tzSlider_home1 {
        font-size: 20px !important;
    }

    .tzOurTeam1_Container .tzOurTeamBox .tzOurTeamItem .tzOurTeam_Member .tzOurTeam_Member_Img img {
        max-width: 82%;
    }

    .VcRecentProject.VcRecentProject_type1 .VcRecentProject_box .VcRecentPrev {
        left: -40px;
        left: 0px;
    }

    .VcRecentProject.VcRecentProject_type1 .VcRecentProject_box .VcRecentNext {
        right: -40px;
        right: 0px;
    }

    .tzPricing_table.tzPricing_table_type3 {
        padding: 90px 20px 30px;
    }

    .tzPricing_Container .tzPricing_table_type2 {
        padding: 30px 20px 22px;
    }

    span.tzNumberSection {
        font-size: 250px;
    }

    .tzPurchase .tzPurchase-Image img {
        max-width: 940px;
    }

    .tzSlideHome2_line1 {
        font-size: 9px !important;
    }

    .tzSlideHome2_line2 {
        font-size: 30px !important;
    }

    .tzSlideHome2_line2 span {
        font-size: 30px !important;
    }

    .tzSlideHome2_line3 {
        font-size: 15px !important;
        line-height: 24px !important;
        margin-top: 20px;
    }

    .wpb_tabs .wpb_tour_tabs_wrapper ul.wpb_tabs_nav li a {
        padding: 12px 12px 12px 14px;
    }

    .wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab {
        margin-right: 3px;
    }

    .tzPricing_table {
        padding: 30px 20px;
    }

    .tzOurTeam_Member_Img_hex {
        height: 270px;
        width: 228px;
    }

    .VcRecentProject.VcRecentProject_type2 .VcRecentProject_box .VcRecentPrev {
        left: 0px;
    }

    .VcRecentProject.VcRecentProject_type2 .VcRecentProject_box .VcRecentNext {
        right: 0px;
    }

    .tz-footer.tz-footer-type1 .tz-backtotop {
        right: 90px;
    }

    .tzOurTeam2_Container .tzOurTeamItem .tzOurTeam_Member {
        height: 221px;
        left: 46px;
        top: -140px;
        width: 221px;
    }

    .tz-blogSingle,
    .tz-blogDefault {
        padding-left: 15px;
        padding-right: 15px;
    }

    .tz-sidebar aside.widget_wpt .wpt_widget_content ul.wpt-tabs li a {
        padding: 10px 8px;
    }

    .product-list div.product {
        padding: 0px 15px;
    }

    .cross-sells .tzCrossSellSlider_Container .tzCrossSellSlider .tzCrossSellsliderItem .tzProduct-info .tzProduct-infoTop .tzProduct-infoLeft {
        width: 60%;
    }

    .cross-sells .tzCrossSellSlider_Container .tzCrossSellSlider .tzCrossSellsliderItem .tzProduct-info .tzProduct-infoTop .tzProduct-Rating {
        margin-top: 8px;
    }

    .tzImageResponsive .tzImagePosition {
        top: -262px !important;
    }

    .tzOurTeam1_Container {
        overflow: hidden;
    }
}

/* Portrait tablet to landscape and desktop */
@media (max-width: 991px) {
    .container {
        width: 100%;
    }

    .navbar-toggle {
        float: none;
    }

    .tzBlog.tzBlog_type5 .tzBlog-Box button,
    .tz-partner button {
        display: none;
    }

    .navbar-toggle {
        color: #d0d0d0;
        display: block;
        font-size: 21px;
        margin: 0;
        padding: 28px 40px;
    }

    .navbar-collapse.collapse {
        display: none !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }

    .navbar-collapse.collapse.in {
        display: block !important;
    }

    .navbar-nav>li {
        float: none;
    }

    .wpb_tabs .wpb_tour_tabs_wrapper ul.wpb_tabs_nav li a {
        padding: 7px 5px;
        font-size: 10px;
    }

    .tzImageResponsive .tzImagePosition {
        top: 35px !important;
    }

    .vc_col-sm-3 {
        width: 50% !important;
    }

    .vc_col-sm-2 {
        width: 33.33% !important;
    }

    .tzPricing_table_type1 {
        margin-bottom: 150px !important;
    }

    .tzContact {
        width: 600px;
    }

    .tzContact .TzContactInfo {
        padding: 43px 100px 71px;
    }

    .tzMobile_image .vc_single_image-wrapper {
        padding-top: 210px;
    }

    .tzOurTeam_Member_Img_hex {
        height: 415px;
        width: 353px;
    }

    .tzsliderHomev3_line1 {
        font-size: 30px !important;
    }

    .tzsliderHomev3_line1 span {
        font-size: 30px !important;
    }

    .tzsliderHomev3_line2 {
        font-size: 26px !important;
    }

    .tzsliderHomev3_button a {
        font-size: 10px !important;
        padding: 8px !important;
    }

    .product-grid .tzProduct-item {
        width: 50%;
    }

    .coupon .button {
        float: left !important;
        width: auto !important;
    }

    .actions>.button {
        float: right !important;
        margin-top: -42px !important;
        width: auto !important;
    }

    .cart_totals th {
        line-height: 36px !important;
    }

    .tzSliderHomev4_line1 {
        font-size: 10px !important;
    }

    .tzSliderHomev4_line2 {
        font-size: 20px !important;
    }

    .tzSliderHomev4_button a {
        font-size: 10px !important;
        padding: 12px !important;
        margin-top: 30px !important;
    }

    .tzSliderHomev4_line3 {
        font-size: 13px !important;
        line-height: 21px !important;
        padding-top: 20px !important;
    }

    .tzOurTeam2_Container .tzOurTeamItem .tzOurTeam_Member {
        height: 249px;
        left: 52px;
        top: -154px;
        width: 249px;
    }

    .tzOurTeam2_Container .tzOurTeamItem .tzOurTeam_Member .tzOurTeam_Member_Img .tzOurTeam_Social {
        width: 110%;
    }

    .tzImage_Features .tzImagePosition {
        left: 0 !important;
        top: 100px !important;
    }

    .tzModule_Center .tzNumberSection {
        width: 100%;
        text-align: center;
    }

    .tzModule_Center .wpb_column {
        width: 100% !important;
        padding: 0px 60px !important;
    }

    .tzModule_Center .wpb_column .tzSection_title {
        text-align: center;
    }

    .tzModule_Center .wpb_column p {
        text-align: center;
    }

    .tzSlideHome2_line1 {
        font-size: 7px !important;
    }

    .tzSlideHome2_line2 {
        font-size: 20px !important;
    }

    .tzSlideHome2_line2 span {
        font-size: 20px !important;
    }

    .tzSlideHome2_line3 {
        font-size: 12px !important;
        line-height: 16px !important;
        margin-top: 20px;
    }

    .tzCounter_type1 {
        margin-bottom: 30px !important;
    }

    .tzBlog_type1 h3.tzBlog-title {
        text-align: center;
    }

    .tzBlog_type1 h3.tzBlog-title::after {
        left: 50%;
        margin-left: -58px;
    }

    .tzBlog_type1 p.tzBlog-ds {
        text-align: center;
    }

    .tzPricing_Container {
        margin-bottom: 150px !important;
    }

    .landing h3 {
        font-size: 13px;
    }

    .tzResponsiveFeatures_image .wpb_single_image img {
        margin-top: 150px;
    }

    .tzTwitter-slider .tzTwitter-item span.tweet_text {
        padding: 0 50px;
    }

    .tzMobileReady_image .wpb_single_image img {
        margin-top: 95px;
    }

    button.tz_icon_menu {
        display: block;
    }

    nav.nav-collapse {
        height: 0;
        overflow: hidden;
        position: absolute;
    }

    ul.tz-nav {
        float: none;
        position: relative;
        width: 250px;
        background: #808080;
        margin: 0;
        padding: 0;
    }

    ul.tz-nav li {
        float: none;
        width: auto;
        display: block;
    }

    ul.tz-nav li ul.non_mega_menu {
        display: block;
        position: relative;
        width: auto;
    }

    ul.tz-nav li ul.non_mega_menu li ul {
        display: block !important;
        position: relative;
        width: auto;
        left: 0;
        padding: 0;
    }

    ul.tz-nav div.themeple_custom_menu_mega_menu {
        width: auto !important;
        display: block;
        position: relative;
    }

    ul.tz-nav div.themeple_custom_menu_mega_menu ul>li {
        float: none;
        margin: 0 !important;
        width: auto !important;
    }

    .tz-header {
        position: relative;
        z-index: 999;
    }

    .tz-header #tz-navbar-collapse {
        position: absolute;
        top: 100%;
        width: 100%;
        padding: 0;
    }

    .tz-header #tz-navbar-collapse ul.tz-nav {
        width: 100%;
        background: #eee;
    }

    .tz-header #tz-navbar-collapse ul.tz-nav>li.menu-item-has-children:after {
        content: "\f105";
        position: absolute;
        top: 8px;
        right: 10px;
        font-size: 14px;
        font-family: FontAwesome;
        color: #454545;
    }

    .tz-header #tz-navbar-collapse ul.tz-nav>li.menu-item-has-children:hover:after {
        content: "\f107";
        color: #e54053;
    }

    .tz-header #tz-navbar-collapse ul.tz-nav li {
        padding: 0;
        border-bottom: 1px solid #fff;
    }

    .tz-header #tz-navbar-collapse ul.tz-nav li a {
        margin: 0;
        padding: 15px 20px;
        border-left: 3px solid #eee;
        color: #454545;
        border-right: none;
        border-bottom: 1px solid #e1dede;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .tz-header #tz-navbar-collapse ul.tz-nav>li:hover>a {
        border-color: #e54053;
        color: #e54053;
        background: #262939;
    }

    .tz-header #tz-navbar-collapse ul.tz-nav li a:hover {
        border-color: #e54053;
        color: #e54053;
        background: #262939;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .tz-header #tz-navbar-collapse ul.tz-nav>li.menu-item-has-children div.themeple_custom_menu_mega_menu,
    .tz-header #tz-navbar-collapse ul.tz-nav>li.menu-item-has-children ul.sub-menu {
        width: 100% !important;
        position: relative;
        top: 0;
        opacity: 1;
        border: none;
        height: 0;
        overflow: hidden;
    }

    .tz-header #tz-navbar-collapse ul.tz-nav>li.menu-item-has-children:hover div.themeple_custom_menu_mega_menu {
        height: auto;
    }

    .tz-header #tz-navbar-collapse ul.tz-nav>li.menu-item-has-children div.themeple_custom_menu_mega_menu .sub-menu li.menu-item {
        float: none;
        width: 100% !important;
        border-right: none;
        border-left: none;
    }

    .tz-header #tz-navbar-collapse ul.tz-nav>li.menu-item-has-children:hover ul.sub-menu {
        height: auto;
        visibility: visible;
    }

    .tz-header #tz-navbar-collapse ul.tz-nav>li.menu-item-has-children ul.sub-menu li {
        border-bottom: none;
    }

    .tz-header #tz-navbar-collapse ul.tz-nav>li.menu-item-has-children ul.sub-menu li a {
        border-left: none;
        border-top: none;
        background: #dad9d9;
        color: #777;
        transition: all 0.3s ease;
        font-weight: 300;
        font-size: 14px;
        line-height: 11px;
        display: block;
    }

    .tz-header .tz-headerBottom nav ul li {
        float: none;
    }

    .tz-header #tz-navbar-collapse ul.tz-nav>li.menu-item-has-children ul.sub-menu li a:hover {
        background: #fafafa;
        color: #454545;
        border-color: #e1dede;
        transition: all 0.3s ease;
    }

    .tz-header .navbar-toggle {
        background: #e54053;
        border-radius: 0;
        color: #fff;
        margin: 15px 20px 25px;
        padding: 2px 10px;
        position: absolute;
        top: 0;
        right: 20px;
    }

    .tz-menuVertical {
        display: none !important;
    }

    #supersized li.prevslide img,
    #supersized li.activeslide img {
        height: 100% !important;
        max-width: none !important;
        width: auto !important;
    }

    .tz-blogDefault .tz-blogItem .tz-blogDate {
        height: 80px;
    }

    .tz-blogDefault .tz-blogItem .tz-blogDate .tz-DateText span.tz-TextDay {
        font-size: 32px;
        line-height: 32px;
        padding-top: 10px;
    }

    .tz-blogDefault .tz-blogItem .tz-blogDate .tz-DateText span.tz-TextMonth {
        font-size: 18px;
        line-height: 28px;
    }

    .tzImageContainer .tzImagePosition {
        position: relative;
        top: 0px !important;
        left: 0px !important;
        margin: 40px 0px;
    }

    .tzPricing_table.tzPricing_table_type3 {
        padding: 90px 20px 30px;
        margin: 80px 0px;
    }

    .tzPurchase .tzPurchase-Image img {
        max-width: 100%;
    }

    .tzPurchase_fullHd .tzPurchase .tzPurchase-Image {
        top: -100% !important;
    }

}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
    button.tz_icon_menu {
        display: block;
    }

    nav.nav-collapse {
        height: 0;
        overflow: hidden;
        position: absolute;
    }

    ul.tz-nav {
        float: none;
        position: relative;
        width: 250px;
        background: #808080;
    }

    ul.tz-nav li {
        float: none;
        width: auto;
        display: block;
    }

    ul.tz-nav li ul.non_mega_menu {
        display: block;
        position: relative;
        width: auto;
    }

    ul.tz-nav li ul.non_mega_menu li ul {
        display: block !important;
        position: relative;
        width: auto;
        left: 0;
        padding: 0;
    }

    ul.tz-nav div.themeple_custom_menu_mega_menu {
        width: auto !important;
        display: block;
        position: relative;
    }

    ul.tz-nav div.themeple_custom_menu_mega_menu ul>li {
        float: none;
        margin: 0 !important;
        width: auto !important;
    }

    .tzPurchase_fullHd .tzPurchase .tzPurchase-Image {
        Left: 0px !important;
        Top: -100% !important;
    }

    .tzPurchase_fullHd .tzPurchase .tzPurchase-Image img {
        width: 100%;
    }

    .tzFeature-type3 .tzFeatures-margin {
        text-align: center;
    }

    .tzFeature-type3 .tzFeatures-margin .tzFeaturesItem-info {
        text-align: center;
        margin: 0;
    }

    .tzFeature-type3 .tzFeatures-margin .tzFeaturesItem-info p {
        text-align: center;
    }
}

/* Landscape phones and down */
@media (max-width: 480px) {
    .tz_logo_bg_slider img {
        width: 200px;
        height: 200px;
    }

    .tzSkill.tzskill-item-type4 .tzskill-item {
        margin-top: 7px;
    }

    .tzSection_title h3 {
        font-size: 25px !important;
    }

    .tzSection_title p {
        font-size: 16px;
    }

    .wpb_content_element p {
        margin-bottom: 24px !important;
    }

    .wpb_call_to_action.tz_call_to_action_photo .tz_call_to_action_text {
        float: none !important;
    }

    .wpb_call_to_action.tz_call_to_action_photo a.wpb_button_a {
        float: none !important;
    }

    .wpb_call_to_action.tz_call_to_action_photo h2.wpb_call_text {
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 30px;
    }

    .wpb_call_to_action.tz_call_to_action_photo a.wpb_button_a span.wpb_button {
        padding: 5px 15px !important;
        font-size: 14px !important;
    }

    h3.tzOurTeam_title4 {
        font-size: 25px;
    }

    p.tz_description_OurTeam4 {
        font-size: 16px;
    }

    .tzOurTeamItem4 {
        padding: 30px 10px;
    }

    .tzSection_title h3.tzUnderline_type4 {
        margin-bottom: 40px !important;
    }

    .tzBlog.tzBlog_type5 .tzBlog-Box button,
    .tz-partner button {
        display: none;
    }

    .tzCustomerSay_Container h3.tzCustomerSay_title {
        font-size: 25px;
    }

    .tzCustomerSay_Container.tzCustomerSay_type4 p.tzCustomerSay_des {
        font-size: 16px;
    }

    .tzPurchase.tzPurchase_type2 p.tzPurchase-des {
        font-size: 20px;
        line-height: 30px;
    }

    .tzPurchase.tzPurchase_type2 a {
        font-size: 16px;
        padding: 10px 20px;
    }

    .tzBlog.tzBlog_type5 h3.tzBlog-title {
        font-size: 25px;
        line-height: 35px;
    }

    .tzBlog.tzBlog_type5 p.tzBlog-ds {
        font-size: 14px;
    }

    .tzContact h3.tzContactTitle {
        font-size: 20px !important;
    }

    button.tz_icon_menu {
        display: block;
    }

    .tz-header {
        z-index: 999;
        position: relative;
    }

    .tz-header .tz-headerBottom a.tz_logo {
        padding: 20px 0;
    }

    .tz-header .tz-headerBottom nav ul li {
        border-bottom: 1px solid #fff;
        position: relative;
    }

    .tz-header .tz-headerBottom nav ul li ul.sub-menu li {
        padding: 0 !important;
    }

    .tz-header .tz-headerBottom nav ul li ul.sub-menu li a {
        padding-left: 23px !important;
        border-left: none !important;
        border-top: none !important;
    }

    .tz-header .tz-headerBottom nav ul li:hover>a {
        color: #e54053;
        background: #262939;
        border-color: #e54053;
    }

    .tz-header .tz-headerBottom nav>ul ul {
        padding: 0;
    }

    .tz-header .tz-headerBottom nav>ul>li>a {
        margin: 0;
        padding: 15px 20px;
        border-bottom: 1px solid #e1dede;
        border-left: 3px solid #eeeeee;
        border-right: none;
    }

    .tz-header .tz-headerBottom nav>ul>li.menu-item-has-children:after {
        content: "\f105";
        position: absolute;
        top: 8px;
        right: 10px;
        font-family: FontAwesome;
        font-size: 14px;
    }

    .tz-header .tz-headerBottom nav>ul>li.menu-item-has-children:hover:after {
        content: "\f107";
        color: #e54053;
    }

    .tz-header ul.tz-nav {
        background: none;
        width: auto;
    }

    .tz-header .navbar-toggle {
        padding: 0 7px;
        margin: 20px 10px;
        background: #e54053;
        color: #fff;
    }

    .tz-headerLeft,
    .tz-headerRight {
        width: 100%;
        text-align: center;
    }

    .tz-header .tz-headerTop .tz-headerRight ul li,
    .tz-header .tz-headerTop .tz-headerLeft ul li {
        float: none;
        display: inline-block;
    }

    .tz-headerBottom {
        position: relative;
    }

    #tz-navbar-collapse {
        background: #eeeeee;
        position: absolute;
        top: 100%;
        width: 90%;
        padding: 0;
    }

    #tz-navbar-collapse .tz-nav {
        background: #eeeeee;
    }

    .tz-header .tz-headerBottom nav>ul.tz-nav>li .themeple_custom_menu_mega_menu.themeple_mega2,
    .tz-header .tz-headerBottom nav ul li ul.sub-menu {
        position: relative !important;
        width: 100% !important;
        top: 0px !important;
        opacity: 1 !important;
        visibility: visible !important;
    }

    .tz-header .tz-headerBottom nav>ul.tz-nav>li .themeple_custom_menu_mega_menu.themeple_mega2>ul>li {
        background: none repeat scroll 0 0 #333333;
        float: none;
        width: 100% !important;
    }

    .tz-header .tz-headerBottom nav>ul.tz-nav>li .themeple_custom_menu_mega_menu>ul>li a.mega-group-title {
        border-bottom: 1px solid #fff;
    }

    .tz-blogDefault .tz-blogItemType2 .tz-blogDate {
        height: 60px;
        width: 60px;
    }

    .tz-blogDefault .tz-blogItemType2 .tz-blogDate .tz-DateText span.tz-TextDay {
        font-size: 20px;
        padding: 4px 10px 0px;
    }

    .tz-blogDefault .tz-blogItemType2 .tz-blogDate .tz-DateText span.tz-TextMonth {
        font-size: 13px;
        line-height: 13px;
        padding: 0 10px;
    }

    .tz-blogDefault .tz-blogItemType2 .tz-blogDate .tz-blogIcon {
        height: 26px;
        top: 22px;
        width: 22px;
    }

    .tz-blogDefault .tz-blogItemType2 .tz-blogDate .tz-blogIcon i {
        font-size: 7px;
        padding: 9px 0;
    }

    .tz-blogDefault .tz-blogItem .tz-blogContent .tz-blogBox {
        padding: 15px;
    }

    .tz-blogDefault .tz-blogItem .tz-blogContent .tz-blogBox .tz-BlogImage a {
        height: 30px;
        width: 30px;
    }

    .tz-blogDefault .tz-blogItem .tz-blogContent .tz-blogBox .tz-BlogImage a i {
        padding: 8px 0;
    }

    .tz-blogDefault .tz-blogItem .tz-blogContent .tz-blogBox h4.title a {
        font-size: 20px;
    }

    .tz-blogDefault .tz-blogItem .tz-blogContent .tz-blogBox a.tzreadmore {
        font-size: 10px;
        padding: 7px 15px;
    }

    .tz-blogDefault .tz-blogItem .tz-blogContent .tz-blogBox .tz-blogSlider ul.flex-direction-nav {
        bottom: 10px;
        right: 10px;
    }

    .tz-blogDefault .tz-blogItem .tz-blogContent .tz-blogBox .tz-blogSlider ul.flex-direction-nav li a {
        height: 30px;
        width: 30px;
    }

    .tz-blogDefault .tz-blogItem .tz-blogContent .tz-blogBox .tz-blogSlider ul.flex-direction-nav li a::before {
        background-color: #e54053;
        font-size: 14px;
        padding: 11px;
    }

    .tz-blogDefault .tz-blogItem .tz-blogBox .tz_stickyPost {
        right: -50px;
        top: -43px;
        transform: scale(0.5);
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -o-transform: scale(0.5);
    }

    .tz-blogDefault .wp-pagenavi {
        text-align: center;
    }

    .tz-blogDefault .tz-blogItem .tz-blogContent .tz-blogBox .tz-BlogImage a .tz-lineTop,
    .tz-blogDefault .tz-blogItem .tz-blogContent .tz-blogBox .tz-BlogImage a .tz-lineBottom {
        display: none;
    }

    .tz-blogDefault .tz-blogItem .tz-blogContent .tz-blogBox .tzinfomation>small,
    .tz-blogDefault .tz-blogItem .tz-blogContent .tz-blogBox .tzinfomation>span,
    .tz-blogDefault .tz-blogItem .tz-blogContent .tz-blogBox .tzinfomation>a {
        margin-right: 10px;
    }

    .iframe-full {
        height: 200px;
    }

    .tz-blogDefault .wp-pagenavi a,
    .tz-blogDefault .wp-pagenavi span {
        font-size: 13px;
        padding: 7px 11px;
    }

    .tz-sectionBreadcrumb .tzOverlayBreadcrumb {
        padding: 30px 0;
    }

    .tz-sectionBreadcrumb .tzOverlayBreadcrumb h1 {
        font-size: 18px;
    }

    .tz-sectionBreadcrumb .tzOverlayBreadcrumb span.tz-breadcrumb span {
        font-size: 8px;
    }

    .tz-blogSingle .tz-blogSingleContent .tz-SingleContentBox {
        padding: 10px 10px 40px;
    }

    .tz-blogSingle .tz-blogSingleContent .tz-SingleContentBox .tz-blogDate {
        height: 61px;
        left: -30px;
        margin-top: -43px;
        width: 85px;
    }

    .tz-blogSingle .tz-blogSingleContent .tz-SingleContentBox .tz-blogDate .tz-DateText {
        border-right: medium none;
        height: 100%;
        margin-left: 25px;
        transform: skew(-15deg);
        width: 70px;
    }

    .tz-blogSingle .tz-blogSingleContent .tz-SingleContentBox .tz-blogDate .tz-DateText span.tz-TextDay {
        font-size: 20px;
        font-weight: 700;
        padding: 10px 13px 0px;
        line-height: 20px;
    }

    .tz-blogSingle .tz-blogSingleContent .tz-SingleContentBox .tz-blogDate .tz-DateText span.tz-TextMonth {
        font-size: 15.54px;
        padding: 0 13px;
        line-height: 20.38px;
    }

    .tz-blogSingle .tz-blogSingleContent .tz-SingleContentBox .tz-blogDate .tz-blogIcon {
        height: 26px;
        left: 0;
        top: 18px;
        width: 22px;
    }

    .tz-blogSingle .tz-blogSingleContent .tz-SingleContentBox .tz-blogDate .tz-blogIcon i {
        font-size: 7px;
    }

    .tz-blogSingle .tz-blogSingleContent .tz-SingleContentBox h3.tzSingleBlog_title {
        font-size: 22px;
    }

    .tz-blogSingle .author .author-box .author-avata {
        float: none;
    }

    .tz-blogSingle .author .author-box .author-avata img {
        height: auto;
        width: 100%;
    }

    .tz-blogSingle .author .author-box .author-info {
        margin: 0px;
    }

    .tz-blogSingle .tzComments .comments-area .comment-respond form.comment-form p.comment-form-author {
        float: none;
        width: 100%;
    }

    .tz-blogSingle .tzComments .comments-area .comment-respond form.comment-form p.comment-form-email {
        float: none;
        width: 100%;
    }

    .tz-blogSingle .tz-blogSingleContent .tz-SingleContentBox .tz-blogVideo,
    .tz-blogSingle .tz-blogSingleContent .tz-SingleContentBox .tz-BlogAudio,
    .tz-blogSingle .tz-blogSingleContent .tz-SingleContentBox .tz-blogSlider,
    .tz-blogSingle .tz-blogSingleContent .tz-SingleContentBox .tz-BlogImage {
        margin-bottom: 15px;
        position: relative;
    }

    .tzport_container {
        padding: 0 0 115px;
    }

    .tzport_container .tzPortfolio .portfolio-item {
        width: 100% !important;
    }

    .tzport_container .tzFilter {
        transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        margin-bottom: 0px;
    }

    .tzport_container .tzFilter button {
        float: none;
        margin: 0 0 2px;
        display: block;
    }

    .tzSinglePortfolio .tzSinglePortfolio-item {
        margin: 125px 0 50px;
        padding: 15px 15px 50px;
    }

    .tzSinglePortfolio .tzSinglePortfolio-item h3 {
        font-size: 24px;
    }

    .tzSinglePortfolio .tzpost-pagenavi a {
        top: 70px;
    }

    .tzSinglePortfolio .tzpost-pagenavi a[rel="prev"] {
        left: 115px;
    }

    .tzSinglePortfolio .tzpost-pagenavi a[rel="next"] {
        right: 115px;
    }

    .tz-footer .tz-footerBottom .tzcopyright p {
        text-align: center;
        margin: 30px 0 0;
    }

    .tz-footer .tz-footerBottom .tzbottom_menu nav.tzfootermenu ul li {
        margin: 0 0 30px;
    }

    .tz-footer .tz-footerBottom .tzbottom_menu nav.tzfootermenu ul li a {
        line-height: 7px;
        padding: 0 6px;
    }

    .product-grid .tzProduct-item {
        width: 100%;
    }

    .tzQuick-view {
        display: none !important;
    }

    .tz-BreadcrumbShop .tzOverlayBreadcrumb .tz-breadcrumbEvent {
        padding: 15px 15px 0px;
    }

    .product-list .tzProduct-item .tzProduct_Container {
        padding: 15px 15px 25px;
    }

    .product-list .tzProduct-item .tzProduct_Container .tzProduct_box {
        float: none;
        margin-right: 0;
        width: 100%;
    }

    .tzProduct-item .slideshow-main {
        float: left;
        width: 192px;
    }

    .product-list .tzProduct-item .tzProduct_Container>span.tzOut-of-stock,
    .product-list .tzProduct-item .tzProduct_Container>span.tzProductSale,
    .product-list .tzProduct-item .tzProduct_Container>span.tzProductfree {
        right: 80px;
    }

    table.shop_table th,
    table.shop_table td {
        display: block;
        overflow: hidden;
        text-align: center;
    }

    .woocommerce a.remove {
        display: inline-block;
    }

    .wishlist_table tr td.product-thumbnail,
    .wishlist_table tr td.product-name,
    .wishlist_table tr td.wishlist-name,
    .wishlist_table tr td.wishlist-privacy,
    .woocommerce table.wishlist_table tfoot td {
        text-align: center;
    }

    .tzUnderline_type1 {
        height: 4px;
        width: 65px;
        display: inline-block;
    }

    span.tzNumberSection {
        font-size: 180px;
        top: 40px;
        width: 100%;
        text-align: center;
    }

    .tzModule_Center .wpb_column {
        padding: 0 15px !important;
    }

    .tzModule_Center .wpb_column p span {
        font-size: 16px !important;
        line-height: 26px;
    }

    .tzModule_Center .tzSection_title h3 {
        font-size: 40px !important;
        display: block;
        text-align: center;
    }

    .tzModule_Center .tzSection_title p {
        font-size: 18px !important;
        text-align: center;
    }

    .tzTitle_center {
        padding: 0 15px;
    }

    .tzUnderline_type2 .tzUnderline_box .tzUnderline_right,
    .tzUnderline_type2 .tzUnderline_box .tzUnderline_left {
        width: 60px;
    }

    .vc_col-sm-3 {
        width: 100% !important;
    }

    .vc_col-sm-2 {
        width: 100% !important;
    }

    .tzOurProcess_4_phase .tzOurProcess .tzOurProcessItem {
        width: 100%;
        float: none;
        margin-bottom: 40px;
    }

    .tzOurProcess_Container .tzOurProcess .tzOurProcessItem .tzOurProcessItem_box .tzOurProcessItem_right,
    .tzOurProcess_Container .tzOurProcess .tzOurProcessItem .tzOurProcessItem_box .tzOurProcessItem_left {
        display: none;
    }

    .tzOurTeam1_Container p.tzOurTeam_des {
        font-size: 16px;
        text-align: center;
    }

    .tzOurTeam1_Container .tzOurTeamBox .tzOurTeamItem {
        padding: 150px 15px 0;
    }

    .tzOurTeam1_Container .tzOurTeamBox .tzOurTeamItem .tzOurTeam_Member .tzOurTeam_Member_Img img {
        left: 0 !important;
    }

    .tzOurTeam1_Container .tzOurTeamBox .tzOurTeamItem .tzOurteam_Info_Box {
        border: 5px solid #d3d2d2;
        margin: -41px 0 0 40px;
        padding: 55px 14px 9px;
    }

    .tzOurTeam1_Container h3.tzOurTeam_title::after {
        background: none repeat scroll 0 0 #e54053;
        content: "";
        height: 4px;
        left: 50%;
        position: absolute;
        top: 100%;
        width: 80px;
        margin-left: -40px;
    }

    .tzOurTeam1_Container h3.tzOurTeam_title {
        font-size: 40px;
        line-height: 40px;
        text-align: center;
    }

    .wpb_content_element blockquote {
        border-left: 5px solid #f3f3f3;
        padding: 0 0 0 20px;
        margin-top: 50px;
    }

    .wpb_content_element blockquote p {
        font-size: 18px;
        font-weight: 300;
        line-height: 28px;
    }

    .tzImageContainer .tzImagePosition {
        position: relative;
        top: 0px !important;
        left: 0px !important;
        margin: 40px 0px;
    }

    .tzCustomerSay_Container .tzCustomerSayBox .tzCustomerSlider .tzCustomerSayItem.tzCustomerSayItem_type3 p.tzCustomerSaid {
        padding: 0px;
        font-size: 30px;
    }

    .tzCustomerSay_Container .tzCustomerSayBox .tzCustomerSlider .tzCustomerSayItem p.tzCustomerSaid {
        font-size: 16px;
        padding: 0 0px;
    }

    .tzCustomerSay_Container .tzCustomerSayBox .tzCustomerNext {
        right: 25px;
        top: 97%;
    }

    .tzCustomerSay_Container .tzCustomerSayBox .tzCustomerPrev {
        left: 25px;
        top: 97%;
    }

    .tzCustomerSay_Container h3.tzCustomerSay_title {
        font-size: 40px;
    }

    .tzCustomerSay_Container p.tzCustomerSay_des {
        font-size: 16px;
        margin: 0 0 75px;
    }

    .vc_call_to_action {
        text-align: center;
    }

    .vc_call_to_action .tzCallButton2 {
        margin: 0px;
    }

    .vc_call_to_action .tzCallButton2 h2.wpb_heading {
        text-align: center;
    }

    .vc_call_to_action p {
        text-align: center;
        margin: 0px;
    }

    .vc_call_to_action.vc_cta_btn_pos_right .vc_cta_btn {
        margin: 0px;
        margin: 0px !important;
        float: none !important;
    }

    .tz_button_position_right .vc_button-2-wrapper {
        margin-bottom: 30px;
        float: none;
    }

    .tzFeaturePortfolio_type4 h3.tzFeaturePortfolio-title {
        font-size: 40px;
        text-align: center;
    }

    .tzFeaturePortfolio_type4 h3.tzFeaturePortfolio-title::after {
        background: none repeat scroll 0 0 #e54053;
        content: "";
        height: 4px;
        left: 50%;
        margin-left: -40px;
        position: absolute;
        top: 100%;
        width: 80px;
    }

    .tzFeaturePortfolio_type4 p.tzFeaturePortfolio-des {
        font-size: 16px;
        text-align: center;
    }

    .tzFeaturePortfolio_type4 .tzFilter {
        margin-bottom: 0;
        margin-top: 30px;
        text-align: center;
    }

    .tzFeaturePortfolio_type4 .tzFilter .tzFilter-box {
        transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
    }

    .tzFeaturePortfolio_type4 .tzFilter button {
        float: none;
        display: block;
        margin-bottom: 2px;
    }

    .VcRecentProject h3.VcRecentProject_title {
        font-size: 32px;
    }

    .VcRecentProject p.VcRecentProject_des {
        font-size: 16px;
    }

    .VcRecentProject .VcRecentProject_box {
        height: auto !important;
    }

    .VcRecentProject.VcRecentProject_type1 .VcRecentProject_box .VcRecentNext,
    .VcRecentProject.VcRecentProject_type1 .VcRecentProject_box .VcRecentPrev {
        top: 100%;
    }

    .VcRecentProject.VcRecentProject_type1 .VcRecentProject_box .VcRecentPrev {
        left: 35%;
    }

    .VcRecentProject.VcRecentProject_type1 .VcRecentProject_box .VcRecentNext {
        right: 35%;
    }

    .tzPurchase h3.tzPurchase-Title {
        font-size: 40px;
    }

    .tzPurchase p.tzPurchase-des {
        font-size: 18px;
        padding: 0 0%;
    }

    .tzPurchase a {
        background-color: #e54053;
        padding: 10px 20px;
    }

    .tzPricing_table.tzPricing_table_type3 {
        margin-bottom: 90px !important;
    }

    .tzPurchase_fullHd .tzPurchase .tzPurchase-Image {
        Left: 0px !important;
        Top: -40% !important;
    }

    .tzPurchase_fullHd .tzPurchase .tzPurchase-Image img {
        width: 100%;
    }

    #prices {
        background-size: 0 !important;
    }

    .tzContact {
        width: 100%;
    }

    .tzContact h3.tzContactTitle {
        font-size: 40px;
        line-height: 40px;
    }

    .tzContact p.tzContactDescription {
        font-size: 16px;
        line-height: 34px;
        margin-bottom: 40px;
    }

    .tzContact p.tzContactAbout {
        font-size: 16px;
    }

    .tzContact .TzContactInfo {
        padding: 40px 15px;
    }

    .tzContact .TzContactInfo .tzContactPhone {
        font-size: 16px;
    }

    .tzContact .TzContactInfo .tzContactTime {
        font-size: 16px;
        line-height: 28px;
    }

    .tzContact .TzContactInfo .tzContactAddress span {
        font-size: 16px;
        font-weight: 400;
        line-height: 28px;
    }

    .tzContact .TzContactInfo .tzContactSocial a {
        margin: 0 15px;
    }

    .tzContact .TzContactInfo .tzContactSocial h3,
    .tzContact .TzContactInfo .tzContactOurWeb h3,
    .tzContact .TzContactInfo .tzContactAddress h3,
    .tzContact .TzContactInfo .tzContactEmail h3 {
        font-size: 18px;
        line-height: 28px;
    }

    .tzContact .TzContactInfo .tzContactOurWeb span,
    .tzContact .TzContactInfo .tzContactEmail span {
        font-size: 16px;
        line-height: 24px;
    }

    .wpb_call_to_action.cta_align_bottom .wpb_call_text {
        font-size: 28px;
        font-weight: 700;
    }

    .tzServie_type5 span {
        display: block;
        float: none;
        text-align: center;
    }

    .tzServie_type5 .tzService-info {
        margin: 0 0 40px 0px;
        text-align: center;
    }

    .vc_button-2-wrapper {
        display: block;
        display: block !important;
        text-align: center;
    }

    .tzSlider_home1 {
        font-size: 10px !important;
        padding-top: 20px !important;
    }

    .tzBlog_type1 h3.tzBlog-title::after {
        background: none repeat scroll 0 0 #e54053;
        content: "";
        height: 4px;
        left: 50%;
        margin: 0 0 -40px;
        position: absolute;
        top: 100%;
        width: 80px;
        margin-left: -40px !important;
    }

    .tzBlog_type1 h3.tzBlog-title {
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 15px;
        padding-bottom: 5px;
    }

    .tzBlog_type1 p.tzBlog-ds {
        color: #555555;
        font-size: 16px;
        font-weight: 300;
        line-height: 26px;
        margin: 0 0 60px;
    }

    .tzBlog .tzBlog-MoreBlog a.tzBlog-More {
        padding: 10px 15px;
    }

    .tzSlideHome2_line1 {
        font-size: 3px !important;
    }

    .tzSlideHome2_line2 {
        font-size: 15px !important;
        padding-top: 10px !important;
    }

    .tzSlideHome2_line2 span {
        font-size: 15px !important;
    }

    .tzSlideHome2_line3 {
        padding-top: 40px !important;
    }

    .tzSlideHome2_button {
        margin-top: 100px !important;
    }

    .tzSlideHome2_button a {
        font-size: 8px !important;
        Padding: 8px !important;
    }

    .tzFeaturePortfolio_type1 h3.tzFeaturePortfolio-title {
        font-size: 40px;
        line-height: 40px;
    }

    .tzFeaturePortfolio_type1 p {
        color: #666666;
        font-family: "Raleway", sans-serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 34px;
        margin-bottom: 0px;
        text-align: center;
    }

    .tzFeaturePortfolio_type3 .tzFilter,
    .tzFeaturePortfolio_type1 .tzFilter {
        margin-bottom: 0;
        text-align: center;
    }

    .tzFeaturePortfolio_type3 .tzFilter button,
    .tzFeaturePortfolio_type1 .tzFilter button {
        display: block;
        float: none;
        margin: 0 2px 2px 0;
    }

    .tzFeaturePortfolio_type2 .tzFilter .tzFilter-box,
    .tzFeaturePortfolio_type1 .tzFilter .tzFilter-box {
        transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
    }

    .tzfont_bauhaus93 {
        font-size: 35px;
    }

    .tzfont_lobster {
        font-size: 37px;
    }

    .tzfont_lobster13 {
        font-size: 40px;
    }

    .tzfont_snell {
        font-size: 41px;
    }

    .tzfont_pacifico {
        font-size: 41px;
    }

    .tzNeedHelp .tzNeedHelpImage-Position {
        left: -35%;
        top: -93%;
    }

    .tzNeedHelp .tzNeedHelp-button a {
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        margin: 20px 61px;
        padding: 10px 20px;
    }

    .tzNeedHelp h3.tzNeedHelp-title {
        font-size: 40px;
        line-height: 40px;
    }

    .tzsliderHomev3_line1 {
        font-size: 20px !important;
        padding: 20px 0 0 !important;
    }

    .tzsliderHomev3_line1 span {
        font-size: 20px !important;
    }

    .tzsliderHomev3_line2 {
        font-size: 18px !important;
        padding-top: 40px !important;
    }

    .tzsliderHomev3_button {
        margin-top: 50px !important;
    }

    .tzRowNumber {
        height: 40px;
        margin-left: -20px;
        top: -20px;
        width: 40px;
    }

    .tzRowNumber span {
        font-size: 30px;
    }

    .wpb_revslider_element .rev_slider_wrapper .tp-bullets .bullet {
        height: 5px !important;
        margin-left: 5px;
        margin-right: 2px !important;
        width: 20px !important;
    }

    .tzUnderline_sub_type2 .tzUnderline_sub_box .tzUnderline_sub_left,
    .tzUnderline_sub_type2 .tzUnderline_sub_box .tzUnderline_sub_right {
        width: 100px;
    }

    .tzOurTeam_Container h3.tzOurTeam_title {
        font-size: 40px;
        line-height: 40px;
        margin: 0 0 50px;
    }

    .tzOurTeam_Member_Img_hex {
        height: 370px;
        width: 290px;
    }

    .tzFeaturePortfolio_type2 h3.tzFeaturePortfolio-title {
        font-size: 40px;
        line-height: 40px;
        margin: 0 0 113px;
        margin: 0px;
    }

    .tzFeaturePortfolio_type2 .tzFilter .tzFilter-box {
        transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
    }

    .tzFeaturePortfolio_type2 .tzFilter button {
        display: block;
        float: none;
        margin: 0 2px 2px 0;
    }

    .wpb_tabs .wpb_tour_tabs_wrapper.tzTabs_center ul.wpb_tabs_nav li a {
        margin-bottom: 2px;
    }

    .tzServie_type2 {
        text-align: center;
    }

    .tzServie_type2 span {
        display: inline-block;
        float: none;
        height: 60px;
        left: 0;
        margin-top: 0;
        padding: 15px;
        position: relative;
        top: 0;
        width: 60px;
    }

    .tzServie_type2 .tzService-info {
        margin-left: 0px;
        margin-top: 30px;
    }

    .tzSliderHomev4_line2 {
        padding-top: 15px !important;
        font-size: 18px !important;
    }

    .tzSliderHomev4_line3 {
        padding-top: 65px !important;
    }

    .tzSliderHomev4_button {
        margin-top: 90px !important;
    }

    .tzOurTeam2_Container h3.tzOurTeam_title {
        font-size: 40px;
        line-height: 40px;
    }

    .tzOurTeam2_Container p.tzOurTeam_des {
        font-size: 16px;
        text-align: center;
    }

    .tzOurTeam2_Container .tzOurTeamBox {
        margin: 50px 0px 0px;
    }

    .tzOurTeam2_Container .tzOurTeamItem .tzOurTeam_Member {
        height: 204px;
        top: -132px;
        left: 42px;
        width: 204px;
    }

    .tzFeature-type1 .tzFeatures-margin {
        text-align: center;
        margin-bottom: 50px;
    }

    .tzFeature-icon-text .tzFeatures-icon,
    .tzFeature-text-icon .tzFeatures-icon {
        display: inline-block;
        float: none;
    }

    .tzFeature-type1.tzFeature-text-icon .tzFeaturesItem-info {
        margin-right: 0px;
        text-align: center;
    }

    .tzFeature-type1.tzFeature-icon-text .tzFeaturesItem-info {
        margin-left: 0px;
        text-align: center;
    }

    .tzFeaturePortfolio_type3 h3.tzFeaturePortfolio-title {
        font-size: 40px;
        line-height: 40px;
        margin: 0 0 25px;
        padding: 0;
        text-align: center;
    }

    .tzFeaturePortfolio_type3 p {
        font-size: 18px;
        font-weight: 300;
        line-height: 28px;
        margin-bottom: 16px;
        text-align: center;
    }

    .tzFeaturePortfolio_type3 .tzFilter .tzFilter-box {
        transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
    }

    .tzcontact_type2 .tzcontact_email,
    .tzcontact_type2 .tzcontact_name {
        float: none;
        width: 100%;
        padding: 0px;
    }

    .tzServie_type3 {
        margin-bottom: 50px;
    }

    .tzClientContainer {
        padding: 0px 40px;
    }

    .tzBlog_type2 h3.tzBlog-title {
        font-size: 40px;
    }

    .tzSliderHomev5_bg {
        font-size: 88px !important;
    }

    .tzSliderHomev5_text {
        line-height: 20px !important;
    }

    .tzSliderHomev5_button a {
        font-size: 10px !important;
        padding: 10px !important;
        margin-top: 100px !important;
    }

    .tz-coming-soon .newsletter_widget,
    .tz-coming-soon .tz-block-newsletter {
        width: 285px !important;
    }

    .tz-comingsoon.coming_circle .tzcoming-title {
        font-size: 20px !important;
        margin-top: 5px !important;
    }

    .tz-comingsoon.coming_circle .Counter .countdown-item {
        height: 100px !important;
        margin: 5px 15px !important;
        padding-top: 20px !important;
        width: 100px !important;
    }

    .tz-comingsoon.coming_circle .Counter .countdown-item span {
        font-size: 25px !important;
        line-height: 25px !important;
    }

    .tz-comingsoon.coming_circle .Counter .countdown-item span.text {
        font-size: 20px !important;
    }

    .tz-comingsoon .Counter {
        padding-top: 10px !important;
    }

    .tz-comingsoon.coming_block .Counter .countdown-item {
        margin: 0 10px !important;
        min-width: 35px !important;
    }

    .tz-comingsoon.coming_block .Counter .countdown-item span.text {
        font-size: 15px !important;
    }

    .tz-comingsoon.coming_block .countdown-item span {
        font-size: 25px !important;
    }

    .coming-soon-info {
        width: 100% !important;
        text-align: center !important;
    }

    .tzTwitter-slider .tzTwitter-item span.tweet_text {
        padding: 0 !important;
        font-size: 26px !important;
    }

    .tz-footer.tz-footer-type1 aside {
        width: 100%;
    }

    .tz-footer.tz-footer-type1 aside.tzsocial a {
        height: 35px;
        padding: 9px 0;
        width: 35px;
    }

    .tz-footer.tz-footer-type1 aside.tzsocial a i {
        font-size: 18px;
    }

    .tz-blogDefault .tz-blogItem .tz-blogDate {
        float: none;
        margin: auto;
    }

    .tz-blogDefault .tz-blogItem .tz-blogContent {
        margin-left: 0;
    }
}
