/*
    Theme Name: Mendoza
    Theme URI: http://templaza.com
    Author: Templaza
    Author URI: http://templaza.com
    Version: 1.6.4
    Description: Mendoza Multipurpose WordPress Theme – suited for users who want to run a Business, Cooperate, eCommerce site and showcase their work on a neat Portfolio site, is built to work seamlessly with Visual Composer, allowing you to create amazing designed layouts easily using the drag & drop Builder.  Moreover, taking advantages of Revolution Slider, WooCommerce and WPML plugin, Mendoza has all the tools to get you started and build your unique website.
    License: GNU General Public License v2 or later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    Tags: black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
    Text Domain: Mendoza
*/

/**
 * [Table of contents]

 * 1.0 - Reset Elements
 * 2.0 - Repeatable Patterns
 * 3.0 - Header
 * 4.0 - off-canvas
 * 5.0 - responsive
 *   5.1 - Large desktop
 *   5.2 - Portrait tablet to landscape and desktop
 *   5.3 - Landscape phone to portrait tablet
 *   5.4 - Landscape phones and down
 * 6.0 - Portfolio
 * ----------------------------------------------------------------------------
 */

/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */
.TZHide,
.TZHideAjax,
.TZShowAjax{
    display: none !important;
}
.tz_pagenavi_default_style {
    display: none;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden] {
    display: none;
}

html {
    font-size: 100%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
    font-family: "Source Sans Pro", Helvetica, sans-serif;
}

body {
    color: #141412;
    line-height: 1.5;
    margin: 0;
}

a {
    text-decoration: none;
}

a:focus {
    outline: thin dotted;
}

a:active,
a:hover {
    color: #ea9629;
    outline: 0;
}

a:hover {
    text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    line-height: 1.3;
}

h1 {
    font-size: 48px;
    margin: 33px 0;
}

h2 {
    font-size: 30px;
    margin: 25px 0;
}

h3 {
    font-size: 22px;
    margin: 22px 0;
}

h4 {
    font-size: 20px;
    margin: 25px 0;
}

h5 {
    font-size: 18px;
    margin: 30px 0;
}

h6 {
    font-size: 16px;
    margin: 36px 0;
}

address {
    font-style: italic;
    margin: 0 0 24px;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: #000;
}

p {
    margin: 0 0 24px;
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 14px;
    -webkit-hyphens: none;
    -moz-hyphens:    none;
    -ms-hyphens:     none;
    hyphens:         none;
}

pre {
    background: #f5f5f5;
    color: #666;
    font-family: monospace;
    font-size: 14px;
    margin: 20px 0;
    overflow: auto;
    padding: 20px;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

blockquote,
q {
    -webkit-hyphens: none;
    -moz-hyphens:    none;
    -ms-hyphens:     none;
    hyphens:         none;
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

blockquote {
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
    margin: 24px 40px;
}

blockquote blockquote {
    margin-right: 0;
}

blockquote cite,
blockquote small {
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
}

blockquote em,
blockquote i {
    font-style: normal;
    font-weight: 300;
}

blockquote strong,
blockquote b {
    font-weight: 400;
}

small {
    font-size: smaller;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

dl {
    margin: 0 20px;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 0 20px;
}

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

li > ul,
li > ol {
    margin: 0;
}

img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    vertical-align: middle;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

form {
    margin: 0;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
    white-space: normal;
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    max-width: 100%;
    vertical-align: baseline;
}

button,
input {
    line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
input[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    padding-right: 2px; /* Don't cut off the webkit search cancel button */
    width: 270px;
}

input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table {
    border-bottom: 1px solid #ededed;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
    line-height: 2;
    margin: 0 0 20px;
    width: 100%;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

caption {
    font-size: 16px;
    margin: 20px 0;
}

th {
    font-weight: bold;
    text-transform: uppercase;
}

td {
    border-top: 1px solid #ededed;
    padding: 6px 10px 6px 0;
}

del {
    color: #333;
}

ins {
    text-decoration: none;
}

hr {
    background: url(images/dotted-line.png) repeat center top;
    background-size: 4px 4px;
    border: 0;
    height: 1px;
    margin: 0 0 24px;
}
/**
 * 2.0 Repeatable Patterns
 * ----------------------------------------------------------------------------
 */

.genericon:before,
.menu-toggle:after,
.featured-post:before,
.date a:before,
.entry-meta .author a:before,
.format-audio .entry-content:before,
.comments-link a:before,
.tags-links a:first-child:before,
.categories-links a:first-child:before,
.edit-link a:before,
.attachment .entry-title:before,
.attachment-meta:before,
.attachment-meta a:before,
.comment-awaiting-moderation:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.bypostauthor > .comment-body .fn:before,
.error404 .page-title:before {
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font: normal 16px/1 Genericons;
    vertical-align: text-bottom;
}

/* Clearing floats */
.clear:after,
.attachment .entry-header:after,
.site-footer .widget-area:after,
.entry-content:after,
.page-content:after,
.navigation:after,
.nav-links:after,
.gallery:after,
.comment-form-author:after,
.comment-form-email:after,
.comment-form-url:after,
.comment-body:after {
    clear: both;
}

.clear:before,
.clear:after,
.attachment .entry-header:before,
.attachment .entry-header:after,
.site-footer .widget-area:before,
.site-footer .widget-area:after,
.entry-content:before,
.entry-content:after,
.page-content:before,
.page-content:after,
.navigation:before,
.navigation:after,
.nav-links:before,
.nav-links:after,
.gallery:before,
.gallery:after,
.comment-form-author:before,
.comment-form-author:after,
.comment-form-email:before,
.comment-form-email:after,
.comment-form-url:before,
.comment-form-url:after,
.comment-body:before,
.comment-body:after {
    content: "";
    display: table;
}

/* Assistive text */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    line-height: normal;
    padding: 15px 23px 14px;
    position: absolute;
    left: 5px;
    top: 5px;
    text-decoration: none;
    width: auto;
    z-index: 100000; /* Above WP toolbar */
}

/* Form fields, general styles first. */
button,
input,
textarea {
    font-family: inherit;
}

input,
textarea {
    color: #141412;
}

input:focus,
textarea:focus {
    outline: 0;
}

.post-password-required input[type="submit"] {
    padding: 7px 24px 4px;
    vertical-align: bottom;
}

.post-password-required input[type="submit"]:active {
    padding: 5px 24px 6px;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
    color: #7d7b6d;
}

:-moz-placeholder {
    color: #7d7b6d;
}

::-moz-placeholder {
    color: #7d7b6d;
}

:-ms-input-placeholder {
    color: #7d7b6d;
}

/*
 * Responsive images
 *
 * Fluid images for posts, comments, and widgets
 */
.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
    max-width: 100%;
}

/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
    height: auto;
}

img.size-full,
img.size-large,
img.wp-post-image {
    height: auto;
    max-width: 100%;
}

/* Make sure videos and embeds fit their containers. */
embed,
iframe,
object,
video {
    max-width: 100%;
}

/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {
    max-width: 100% !important;
}

/* Images */
.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

figure.wp-caption.alignleft,
img.alignleft {
    margin: 5px 20px 5px 0;
}

.wp-caption.alignleft {
    margin: 5px 10px 5px 0;
}

figure.wp-caption.alignright,
img.alignright {
    margin: 5px 0 5px 20px;
}

.wp-caption.alignright {
    margin: 5px 0 5px 10px;
}

img.aligncenter {
    margin: 5px auto;
}

img.alignnone {
    margin: 5px 0;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
    color: #220e10;
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
    margin: 0 0 24px;
}
/*div.wp-caption.alignright img[class*="wp-image-"] {*/
    /*float: right;*/
/*}*/

div.wp-caption.alignright .wp-caption-text {
    padding-left: 10px;
}

img.wp-smiley,
.rsswidget img {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol {
    list-style-position: inside;
}
.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;
}
.alignnone, img.alignnone {
    /* not sure about this one */
}
.wp-caption {
    margin-bottom: 1.5em;
    text-align: center;
    padding-top: 5px;
}
.wp-caption img {
    border: 0 none;
    padding: 0;
    margin: 0;
}
.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;
}
.gallery dl {}
.gallery dt {}
.gallery dd {}
.gallery dl a {}
.gallery dl img {}
.gallery-caption {}

.size-full {}
.size-large {}
.size-medium {}
.size-thumbnail {}
.sticky{}
.bypostauthor{}

.post-id {}
.post {}
.page {}
.attachment {}
.hentry {}
.category-misc {}
.category-example {}
.tag-news {}
.tag-wordpress {}
.tag-markup {}
/**
 * 3.0 Header
 * ----------------------------------------------------------------------------
 */
.tz_logo{
    padding: 10px 20px;
    color: #ffffff;
    font-size: 16px;
}
.tz_logo:hover{
    text-decoration: none;
    color: white;
}
.tz_icon_menu{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    color: #FFFFFF;
    display: none;
    padding: 10px 20px;
    position: absolute;
    right: 0;
    top: 12px;
}

.tz-nav > li > a{
    color: #fff;
    padding: 19px;
}
.tz-menu ul.tz-nav li a:hover{
    background: none;
}
.tz-nav li ul li{
    position: relative;
}
.tz-nav li ul li a{
    color: #fff;
    padding: 10px 0px;
    display: block;
}
/*---------css no mega----------------------*/
.non_mega_menu{

    list-style: none outside none;
    margin: 0 !important;
    padding: 10px 15px;
    position: absolute;
    background: #000000;
    width: 180px;
    z-index: 100000;
}
.non_mega_menu ul{
    list-style: none outside none;
    margin: 0 !important;
    padding: 10px 15px;
    position: absolute;
    background: #000000;
    width: 180px;
    left: 100%;
    top: 0;
    z-index: 100000;
}
ul li ul.non_mega_menu,
ul li ul.non_mega_menu li ul,
ul li ul.non_mega_menu li ul.sub-menu,
ul li ul.non_mega_menu li ul.sub-menu li ul,
ul li ul.non_mega_menu li ul.sub-menu li ul li ul,
ul li ul.non_mega_menu li ul.sub-menu li ul li ul li ul,
ul li ul.non_mega_menu li ul.sub-menu li ul li ul li ul li ul{
    display: none;
}

/*---------------Hover Menu-----------------*/

ul li:hover ul.sub-menu,
ul li ul li:hover ul.sub-menu,
ul li ul li ul li:hover ul.sub-menu,
ul li ul li ul li ul li:hover ul.sub-menu,
ul li ul li ul li ul li ul li:hover ul.sub-menu{
    display: block;
}

/*----------------Mega menu------------*/

.tz-nav li:hover .themeple_custom_menu_mega_menu{
    display: block;
}
.themeple_custom_menu_mega_menu {
    position:absolute;
    left: 0;
    top: 130%;
    visibility: hidden;
}
.tz-menu ul > li:hover .themeple_custom_menu_mega_menu {
    transition: all 0.4s linear 0s;
    -moz-transition: all 0.4s linear 0s;
    -webkit-transition: all 0.4s linear 0s;
    -ms-transition: all 0.4s linear 0s;
    -o-transition: all 0.4s linear 0s;
    top: 100%;
    visibility: visible;
}
.themeple_custom_menu_mega_menu ul {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
}
.themeple_custom_menu_mega_menu ul:after{
    display: table;
    content: "";
    clear: both;
}
.themeple_custom_menu_mega_menu ul>li {
    float:left;
    padding:0;
    margin:0;
    height:auto;

}
.themeple_custom_menu_mega_menu ul li a.mega-group-title {
    color: red;
}
.themeple_custom_menu_mega_menu > ul > li:first-child{
    margin-left:0 !important;
}
.themeple_custom_menu_mega_menu ul>li li {
    margin-left:0 !important;
}
.themeple_custom_menu_mega_menu.themeple_mega1 {
    width:235px !important;
}
.themeple_custom_menu_mega_menu.themeple_mega1 li {
    width:175px !important;
}
.themeple_custom_menu_mega_menu.themeple_mega2 {
    width:500px !important;
    left: 100%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.tz-menu ul li.tzfull_megamenu .themeple_custom_menu_mega_menu.themeple_mega2 {
    width: 100%;
    left: 0;
    transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
}
.themeple_custom_menu_mega_menu.themeple_mega2 li {
    width: 50% !important;
}
.themeple_custom_menu_mega_menu.themeple_mega3 {
    width:725px !important;
    left: 100%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.tz-menu ul li.tzfull_megamenu .themeple_custom_menu_mega_menu.themeple_mega3 {
    width: 100%;
    left: 0;
    transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
}
.themeple_custom_menu_mega_menu.themeple_mega3 li {
    width:33.33% !important;
}
.themeple_custom_menu_mega_menu.themeple_mega4 li {
    width:25% !important;
}
.themeple_custom_menu_mega_menu.themeple_mega5 ul.sub-menu li.themeple_custom_menu_columns5 {
    width:20% !important;
}
nav .themeple_custom_menu_mega_menu.themeple_mega3 ul li ul li,
nav .themeple_custom_menu_mega_menu.themeple_mega4 ul li ul li,
nav .themeple_custom_menu_mega_menu.themeple_mega2 ul li ul li,
nav .themeple_custom_menu_mega_menu.themeple_mega5 ul li ul li {
    width: 100% !important;
    float: none !important;
}


/**
 * 4.0 off-canvas
 * ----------------------------------------------------------------------------
 */
#off-canvas-nav {
    display: none;
}
@media (max-width: 991px) {
    .off-canvas {
        width: 100%;
        overflow-x: hidden;
        position: relative;
    }
    .off-canvas body {
        width: 100%;
        overflow-x: hidden;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
    .off-canvas body > * {
        left: 0;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: -webkit-transform 500ms ease;
        -moz-transition: -moz-transform 500ms ease;
        -o-transition: -o-transform 500ms ease;
        transition: transform 500ms ease;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        backface-visibility: hidden;
    }
    .off-canvas #plazart-mainnav .nav-collapse,
    .off-canvas #ja-mainnav .nav-collapse {
        display: none;
    }
    .off-canvas #off-canvas-nav {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        z-index: 1;
        background: none;
    }
    .off-canvas #off-canvas-nav .plazart-mainnav {
        margin: 0;
        position: absolute;
        left: 0;
        top: 0;
        width: 250px;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    .off-canvas #off-canvas-nav .plazart-mainnav .nav-collapse {
        height: auto;
        background: none;
    }
    .off-canvas-enabled body > * {
        -webkit-transform: translateX(250px);
        -moz-transform: translateX(250px);
        -o-transform: translateX(250px);
        transform: translateX(250px);
    }
    .off-canvas-enabled #plazart-mainnav {
        display: block;
    }
}
/**
 * 5.0 responsive
 * ----------------------------------------------------------------------------
 */

/**
 * 5.1 Large desktop
 * ----------------------------------------------------------------------------
 */
@media (min-width: 1200px) {


}
/**
 * 5.2 Portrait tablet to landscape and desktop
 * ----------------------------------------------------------------------------
 */
@media (max-width:991px) {

    /*menu*/
    button.tz_icon_menu{
        display: block;
        background-color: transparent;
    }
    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 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;
    }
    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;
    }


}

/**
 * 5.3 Landscape phone to portrait tablet
 * ----------------------------------------------------------------------------
 */
@media (max-width: 767px) {

    /*menu*/
    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 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;
    }
    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;
    }

}

/**
 * 5.4 Landscape phones and down
 * ----------------------------------------------------------------------------
 */
@media (max-width: 480px) {
    button.tz_icon_menu{
        display: block;
    }

}

/*------------------------------------------------------------------
5. Portfolio
*/
.tzPortfolio{
    position: relative;
}
.tzPortfolio:after{
    clear: both;
    content: '';
    display: table;
}
.tz-inner{
    padding: 10px;
}
.portfolio-item{
    position: relative;
    float: left;
    overflow: hidden;
}
.item-img{
    position: relative;
    height: 240px;
    overflow: hidden;
}
.item-img img{
    position: relative;
    display: block;
    margin: 0 auto;
    max-width: none;
}
.not_pagenavi{
    display: none;
}
.tzNomore{
    display: none;
}
.TZHide{
    display: none;
}

/*-----visual composer*/
.vc_col-xs-1,
.vc_col-sm-1,
.vc_col-md-1,
.vc_col-lg-1,
.vc_col-xs-2,
.vc_col-sm-2,
.vc_col-md-2,
.vc_col-lg-2,
.vc_col-xs-3,
.vc_col-sm-3,
.vc_col-md-3,
.vc_col-lg-3,
.vc_col-xs-4,
.vc_col-sm-4,
.vc_col-md-4,
.vc_col-lg-4,
.vc_col-xs-5,
.vc_col-sm-5,
.vc_col-md-5,
.vc_col-lg-5,
.vc_col-xs-6,
.vc_col-sm-6,
.vc_col-md-6,
.vc_col-lg-6,
.vc_col-xs-7,
.vc_col-sm-7,
.vc_col-md-7,
.vc_col-lg-7,
.vc_col-xs-8,
.vc_col-sm-8,
.vc_col-md-8,
.vc_col-lg-8,
.vc_col-xs-9,
.vc_col-sm-9,
.vc_col-md-9,
.vc_col-lg-9,
.vc_col-xs-10,
.vc_col-sm-10,
.vc_col-md-10,
.vc_col-lg-10,
.vc_col-xs-11,
.vc_col-sm-11,
.vc_col-md-11,
.vc_col-lg-11,
.vc_col-xs-12,
.vc_col-sm-12,
.vc_col-md-12,
.vc_col-lg-12{
    min-height: 0 !important;
}
.vc_row[data-vc-full-width] {
    overflow: visible !important;
}
.vc_row.vc_row-flex > .container {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
}
.vc_row.vc_row-o-equal-height .container .vc_column_container {
    align-items: stretch;
}
.vc_row.vc_row-flex .container .vc_column_container {
    display: flex;
}
.vc_row.vc_row-flex .container .vc_column_container > .vc_column-inner {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

/*vc_images_carousel*/
.vc_images_carousel .vc_carousel-control.tz_mendoza_1_prev {
    background: #d0cece;
    display: block;
    height: 32px;
    width: 30px;
    opacity: 1;
    text-shadow: 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;
    left: -50px;
}
.vc_images_carousel .vc_carousel-control.tz_mendoza_1_next {
    background: #d0cece;
    display: block;
    height: 32px;
    width: 30px;
    opacity: 1;
    right: -50px !important;
    text-shadow: 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;
}
.vc_images_carousel .vc_carousel-control.tz_mendoza_1_next:hover,
.vc_images_carousel .vc_carousel-control.tz_mendoza_1_prev:hover {
    background: #019cde;
}
.vc_images_carousel .vc_carousel-control.tz_mendoza_1_prev i.fa,
.vc_images_carousel .vc_carousel-control.tz_mendoza_1_next i.fa {
    color: #fff;
    font-size: 18px;
    display: block;
    line-height: 32px;
}
.vc_images_carousel .vc_carousel-control.tz_mendoza_2_prev,
.vc_images_carousel .vc_carousel-control.tz_mendoza_2_next {
    text-shadow: none;
    opacity: 1;
}
.vc_images_carousel .vc_carousel-control.tz_mendoza_2_prev i.fa,
.vc_images_carousel .vc_carousel-control.tz_mendoza_2_next i.fa {
    color: #3f4b56;
    font-size: 18px;
}
.vc_images_carousel .vc_carousel-control.tz_mendoza_2_prev:hover i.fa,
.vc_images_carousel .vc_carousel-control.tz_mendoza_2_next:hover i.fa {
    color: #019cde;
}
.tz_mendoza_1_vc_carouse img {
    border: 1px solid #a8a7a7;
    padding: 22px;
}
.vc_images_carousel .vc_carousel-control.tz_mendoza_3_prev{
    text-shadow: none;
    opacity: 1;
    background-image: url(images/left_arrow.png);
    background-position: center center;
    background-repeat: no-repeat;
}
.vc_images_carousel .vc_carousel-control.tz_mendoza_3_next {
    text-shadow: none;
    opacity: 1;
    background-image: url(images/right_arrow.png);
    background-position: center center;
    background-repeat: no-repeat;
}
.vc_left.vc_carousel-control {
    display: block !important;
}
.wpb_flickr_widget:after {
    display: table;
    clear: both;
    content: '';
}
.wpb_flickr_widget {
    margin-left: -15px;
}
.wpb_content_element .flickr_badge_image {
    height: 100px;
    width: 100px;
    margin: 0 0 15px 15px;
}
.wpb_flickr_widget p.flickr_stream_wrap {
    margin-left: 15px;
    display: none;
}

/**
 * 4.22 - Live Demo
 * -----------------------------------------------------------------------------
 */
.livedemo{
    /*display: none;*/
    width: 240px;
    height: auto;
    position: fixed;
    left: -200px;
    top: 50%;
    margin-top: -220px;
    z-index: 9999;
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}
.livedemo.liveeff{
    left: 0;
}
.live_title{
    background: #019cde;
    color: #fff;
    height: 40px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 0;
    margin: 0;
}
.live_title em{
    display: inline-block;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
}
.live_title:after{
    clear: both;
    display: table;
    content: '';
}
.live_title span{
    float: right;
    text-align: center;
    width: 40px;
    height: 40px;
    display: inline-block;
    cursor: pointer;
}
.live_title span i{
    font-size: 17px;
    line-height: 40px;
}
.live-content{
    width: 200px;
    background: #fff;
    padding: 10px 10px 25px;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);

}
.live-content .live-t{
    color: #444444;
    display: block;
    font-size: 11px;
    font-weight: 600;
    padding: 10px 10px 0 5px;
    text-transform: uppercase;
}
.live-content .live-bk{
    color: #444444;
    display: block;
    font-size: 11px;
    font-weight: 600;
    padding: 10px 10px 0 5px;
    text-transform: uppercase;
}

.live-content ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.live-content ul:after{
    clear: both;
    display: table;
    content: '';
}
.live-content ul li{
    float: left;
    padding: 5px;
    cursor: pointer;
    position: relative;
}
.live-content ul li img{
    width: 50px;
}
.live-content ul.live-patterns li{
    padding: 3px;
}
.live-content ul.live-patterns li img{
    width: 35px;
}
.live-bkcontro{
    display: none;
}
.livebox li{
    border: 1px solid #019cde;
}
.live-content ul.livebox{
    padding: 5px;
}
.live-content ul.livebox li{
    margin-right: 10px;
    padding: 3px 10px;
    cursor: pointer;
    position: relative;
}
.live-content ul.livebox li:hover,
.live-content ul.livebox li.lactive{
    background: #019cde;
    color: #fff;
}
.live-content ul.livebox li:hover span{
    color: #fff;
}
.live-content ul.livebox li.tz_reset {
    margin-top: 10px;
}
.iactive:after{
    color: #fff;
    content: "\f00c";
    font-family: "FontAwesome";
    font-size: 13px;
    left: 43%;
    position: absolute;
    top: 25%;
}
.iactive2:after{
    color: #d65679;
    content: "\f00c";
    font-family: "FontAwesome";
    font-size: 13px;
    left: 35%;
    position: absolute;
    top: 15%;
}

/*custom revoslider*/

.tp-caption.tz-title-small,
.tz-title-small {
    background-color: #019cde;
    border-color: rgb(34, 34, 34);
    border-style: none;
    border-width: 0;
    color: #fff !important;
    font-family: "Open Sans",Arial,sans-serif;
    font-size: 31px;
    font-weight: 400;
    line-height: 31px;
    padding: 10px;
    text-decoration: none;
}
.tp-caption.tz-title-large-2, .tz-title-large-2 {
    background-color: #36383a;
    border-color: rgb(255, 255, 255);
    border-style: none;
    border-width: 0;
    color: #fff !important;
    font-family: "Open Sans",Arial,sans-serif;
    font-size: 31px;
    font-weight: 400;
    line-height: 31px;
    padding: 10px;
}
.tp-caption.title-slider-big-2,
.title-slider-big-2 {
    background-color: #f9fafb;
    border-color: rgb(75, 74, 74);
    border-style: none;
    border-width: 0;
    color: #4b4a4a !important;
    font-family: "Open Sans",Arial,sans-serif;
    font-size: 31px;
    font-style: italic;
    font-weight: 400;
    line-height: 31px;
    padding: 10px;
}
.tp-caption.title-slider2-1,
.title-slider2-1 {
    background-color: #019cde;
    border-color: rgb(255, 255, 255);
    border-radius: 5px;
    border-style: none;
    border-width: 0;
    color: #fff !important;
    font-family: "Open Sans",Arial,sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    padding: 5px 8px 7px;
}
.tp-caption.content-slider-slider2,
.content-slider-slider2 {
    background-color: #0f1013;
    border-color: rgb(255, 255, 255);
    border-radius: 5px;
    border-style: none;
    border-width: 0;
    color: #fff !important;
    font-family: "Open Sans",Arial,sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    padding: 5px 8px 7px;
}
.tp-caption.slider-attach-slider3,
.slider-attach-slider3 {
    border-color: rgb(255, 255, 255);
    border-style: none;
    border-width: 0;
    color: #fff !important;
    font-family: "Open Sans",Arial,sans-serif;
    font-size: 30px;
    font-weight: 300;
    line-height: 30px;
}
.tp-caption.title-slider-blod-slider3,
.title-slider-blod-slider3 {
    border-color: rgb(61, 61, 61);
    border-style: none;
    border-width: 0;
    color: #3d3d3d !important;
    font-family: "Open Sans",Arial,sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
}
.tp-caption.title-slider-slider4,
.title-slider-slider4 {
    border-color: rgb(1, 156, 222);
    border-style: none;
    border-width: 0;
    color: #019cde !important;
    font-family: "Open Sans",Arial,sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 32px;
    text-transform: uppercase;
}
.tp-caption.content-slider-slider42,
.content-slider-slider42 {
    border-color: rgb(57, 57, 57);
    border-style: none;
    border-width: 0;
    color: #393939 !important;
    font-family: "Open Sans",Arial,sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 27px;
}
.tp-caption.someslider1-slider1,
.someslider1-slider1 {
    border-color: rgb(0, 0, 0);
    border-style: none;
    border-width: 0;
    color: #000000;
    font-family: "Open Sans";
    font-size: 34px;
    font-weight: 400;
    line-height: 40px;
    text-decoration: none;
}
.tp-caption.title-slider5-2,
.title-slider5-2 {
    background-color: rgba(1, 156, 222, 1);
    border-color: rgb(255, 255, 255);
    border-radius: 3px;
    border-style: none;
    border-width: 0;
    color: #ffffff;
    font-family: "Open Sans",Arial,sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 18px;
    padding: 10px;
    text-decoration: none;
}
.tp-caption.content-slider5-slider2,
.content-slider5-slider2 {
    background-color: rgba(15, 16, 19, 1);
    border-color: rgb(255, 255, 255);
    border-radius: 3px;
    border-style: none;
    border-width: 0;
    color: #fff !important;
    font-family: "Open Sans",Arial,sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 18px;
    padding: 10px;
    text-decoration: none;
}
.tp-caption.homeslider1-textslider2,
.homeslider1-textslider2 {
    background-color: transparent;
    border-color: rgb(61, 61, 61);
    border-style: none;
    border-width: 0;
    color: #3d3d3d;
    font-family: "Open Sans",Arial,sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 18px;
    text-decoration: none;
}
.tp-caption.title-homeslider1-1,
.title-homeslider1-1 {
    background-color: rgba(1, 156, 222, 1);
    border-color: rgb(255, 255, 255);
    border-radius: 3px;
    border-style: none;
    border-width: 0;
    color: #ffffff;
    font-family: "Open Sans",Arial,sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 18px;
    padding: 10px;
    text-decoration: none;
}
.tp-caption.content-homeslider1-slider2,
.content-homeslider1-slider2 {
    background-color: rgba(15, 16, 19, 1);
    border-color: rgb(255, 255, 255);
    border-radius: 3px;
    border-style: none;
    border-width: 0;
    color: #fff !important;
    font-family: "Open Sans",Arial,sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 18px;
    padding: 10px;
    text-decoration: none;
}
.tp-caption.homeslider1-textslider1,
.homeslider1-textslider1 {
    background-color: transparent;
    border-color: rgb(1, 156, 222);
    border-style: none;
    border-width: 0;
    color: #019cde !important;
    font-family: "Open Sans",Arial,sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    text-decoration: none;
}
.tp-caption.tz-title-small-onepage,
.tz-title-small-onepage {
    background: transparent;
    border-color: rgb(255, 255, 255);
    border-style: none;
    border-width: 0;
    color: #fff;
    font-family: "Open Sans",Arial,sans-serif;
    font-size: 60px;
    font-weight: 700;
    line-height: 60px;
}
.tp-caption.largetextonepage,
.largetextonepage {
    border-color: rgb(255, 255, 255);
    border-style: none;
    border-width: 0;
    color: #fff;
    font-family: "Open Sans",Arial,sans-serif;
    font-size: 38px;
    font-weight: 300;
    line-height: 38px;
}
.tp-caption.largetextonepage2,
.largetextonepage2 {
    border-color: rgb(255, 255, 255);
    border-style: none;
    border-width: 0;
    color: #fff !important;
    font-family: "Open Sans",Arial,sans-serif;
    font-size: 38px;
    font-weight: 300;
    line-height: 38px;
}
.tp-caption.content-slider-slider2-landing, .content-slider-slider2-landing {
    background-color: transparent;
    border-color: rgb(0, 0, 0);
    border-style: none;
    border-width: 0;
    color: #ffffff;
    font-family: "Open Sans",Arial,sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 22px;
    padding: 15px;
    text-decoration: none;
}