/*
Theme Name: Hydd
Theme URI: http://themeforest.net/item/hydd-creative-multipurpose-wordpress-theme/10718329
Author: Zozothemes
Author URI: http://zozothemes.com/
Description: Hydd is a Multi-Purpose business Wordpress Theme built for any type of business such as creative agency, freelancer or general business. The theme is designed uniquely and beautifully with elegant colour, featuring a responsive grid, retina optimization, modern design and much more..
Version: 1.2.8
License: GNU General Public License v3.0
License URI: license.txt
Tags: two-columns, three-columns, left-sidebar, right-sidebar, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, post-formats, sticky-post, theme-options
Text Domain: hydd
*/
/* ================================= CSS Structure =================================
1. EXTERNAL STYLES
	- ISOTOPE
	- COUNTDOWN
	- BOOTSTRAP VALIDATOR
	- MEDIAELEMENT PLAYER
	- MB YTPLAYER
2.  GLOBAL
	- LINKS
	- TEXT ELEMENTS
	- ALIGNMENT
	- TABLES
	- CLEARING
3. 	PAGE LOADER	
4.  PAGE HEADERS
5.  HEADER
	- HEADER TOP SECTION
	- HEADER LOGO SECTION
	- HEADER MAIN SECTION
6.  SLIDING BAR
7.  LAYOUT
8.  FOOTER
9.  PARALLAX
10. REVOLUTION SLIDER
11. OWL CAROUSEL
12. TEAM SECTION
13. TESTIMONIALS SECTION
14. TWITTER SECTION
15. PRICING TABLE
16. FEATURES LIST
17. RESPONSIVE VIDEO
18. SOCIAL ICONS
19. BLOG
20. CONTACT US SECTION
	- CONTACT INFO
	- CONTACT FORM 7
	- GRAVITY FORM
21. MAILCHIMP
22. PORTFOLIO
23. SECONDARY MENU
24. TABS
25. ACCORDION
26. CLIENT SLIDER
27. WIDGETS
28. FEATURED SLIDER
29. CUSTOM CSS
30. WORDPRESS GALLERIES
31. DARK SKINS
=========================================================================== */
/* ================================================================
 * EXTERNAL STYLES
 * ================================================================ */
.scrollbar-measure {
	width: 100px;
	height: 100px;
	overflow: scroll;
	position: absolute;
	top: -9999px;
}
/* ================================================================
 * ISOTOPE
 * ================================================================ */
/* Isotope Filtering */
.isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
/* Isotope CSS3 transitions */
.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: top, left, opacity;
    transition-property: transform, opacity;
}
/* disabling Isotope CSS3 transitions */
.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;
}
.zozo-isotope-layout {
    -webkit-transition: height 0.2s ease-in-out;
    -moz-transition: height 0.2s ease-in-out;
    -o-transition: height 0.2s ease-in-out;
	-ms-transition: height 0.2s ease-in-out;
    transition: height 0.2s ease-in-out;
	opacity: 0;
}
.zozo-isotope-wrapper.no-gutter {
    overflow: hidden;
}
.zozo-isotope-wrapper {
    position: relative;
}
/* ================================================================
 * COUNTDOWN
 * ================================================================ */
.is-countdown {	}
.countdown-rtl {
    direction: rtl;
}
.countdown-holding span {
    color: #888;
}
.countdown-row {
    clear: both;
    padding: 0;
    text-align: center;
    position: relative;
    display: inline-block;
    margin: 0 auto;
}
.countdown-section {
    display: block;
    float: left;
    font-size: 75%;
    text-align: center;
    margin: 15px;
    width: 100px;
    height: 100px;
    line-height: 63px;
    border: 2px solid;
    position: relative;
}
.countdown-amount {
    font-size: 40px;
}
.countdown-period {
    display: block;
    line-height: 20px;
    font-size: 15px;
}
.countdown-descr {
    display: block;
    width: 100%;
}
/* Countdown Transparent */
.counter-transparent .countdown-section {
	background: rgba(255,255,255,0.2);
}
/* ================================================================
 * BOOTSTRAP VALIDATOR
 * ================================================================ */
/* BootstrapValidator v0.5.3 */
.bv-form .help-block {
    margin-bottom: 0;
}
.bv-form .tooltip-inner {
    text-align: left;
}
.nav-tabs li.bv-tab-success > a {
    color: #3c763d;
}
.nav-tabs li.bv-tab-error > a {
    color: #a94442;
}
.bv-form .bv-icon-no-label {
    top: 0;
}
.bv-form .bv-icon-input-group {
    top: 0;
    z-index: 100;
}
/* ================================================================
 * MEDIAELEMENT PLAYER ( AUDIO / VIDEO )
 * ================================================================ */
.mejs-container,
.mejs-embed,
.mejs-embed body,
.mejs-container .mejs-controls {
    background: #000;
}
.mejs-container.mejs-audio {
    background: transparent;
    font-family: inherit;
    width: 100%;
    height: 50px !important;
}
.mejs-overlay-button {
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    margin: 0 !important;
}
/* Start: CONTROL BAR */
.audio-player {
    /*height: 50px;*/
    width: 100%;
}

/* Transparent Audio Player */
.transparent-player .mejs-container.mejs-audio .mejs-controls {
    background: rgba(0, 0, 0, 0) linear-gradient(rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7)) repeat scroll 0 0;
}
/* ================================================================
 * MB YTPLAYER
 * ================================================================ */
/* last modified: 19/04/15 17.35 */
@charset"UTF-8";
@font-face {
    font-family: 'ytpregular';
    src: url('fonts/ytp-regular.eot');
}
@font-face {
    font-family: 'ytpregular';
    src: url(data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAAA5sABEAAAAAFCAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAABgAAAABwAAAAcZ9iuNUdERUYAAAGcAAAAHQAAACAAdAAET1MvMgAAAbwAAABJAAAAYHUMUrFjbWFwAAACCAAAAKkAAAGKn5XycWN2dCAAAAK0AAAANgAAADYNLQohZnBnbQAAAuwAAAGxAAACZVO0L6dnYXNwAAAEoAAAAAgAAAAIAAAAEGdseWYAAASoAAAGVQAAB4jz86dSaGVhZAAACwAAAAAzAAAANgbKONpoaGVhAAALNAAAACAAAAAkESQLXGhtdHgAAAtUAAAAVAAAARxOmwVwbG9jYQAAC6gAAAAjAAAAkFoEXRRtYXhwAAALzAAAACAAAAAgAWoB625hbWUAAAvsAAAA+wAAAeok3Eb+cG9zdAAADOgAAADAAAABN99tv1lwcmVwAAANqAAAALkAAAFY3I6ikndlYmYAAA5kAAAABgAAAAbHMlGnAAAAAQAAAADMPaLPAAAAAM3Nk7QAAAAAzc13sXjaY2BkYGDgA2IJBhBgYmAEQjcgZgHzGAAHTAB5AAAAeNpjYGbZwDiBgZWBhdWY5SwDA8MsCM10liGNKQ3IB0rBASMDEgj1DvdjcGDgfcDAlvYPqJJVldEZpoZVkuUZkFJgYAQAUUULewAAAHjaY2BgYGaAYBkGRgYQaAHyGMF8FoYMIC3GIAAUYQOyeBkUGKIYqhgWKHAp6CvEP2D4/x+sAyTuyJAIFGeAizP+//r/8f/D//f+n/HA8oHo/WcKblDzsQBGoOkwSUYmIMGErgDiRLyAhZWNnYOTi5uHl49fQFBIWERUTFxCUkpaRhYiLyevoKikrKKqpq6hqaWto6unb2BoZGxiambOQF1gQZYuAIQnH4IAAAAAAAAAAAABegEnAHEAswC9AOAA5QD+ARcBIwBdAHIBtgBcAGAAZgByAI8AogErAbIAUwBEBREAAHjaXVG7TltBEN0NDwOBxNggOdoUs5mQxnuhBQnE1Y1iZDuF5QhpN3KRi3EBH0CBRA3arxmgoaRImwYhF0h8Qj4hEjNriKI0Ozuzc86ZM0vKkap36WvPU+ckkMLdBs02/U5ItbMA96Tr642MtIMHWmxm9Mp1+/4LBpvRlDtqAOU9bykPGU07gVq0p/7R/AqG+/wf8zsYtDTT9NQ6CekhBOabcUuD7xnNussP+oLV4WIwMKSYpuIuP6ZS/rc052rLsLWR0byDMxH5yTRAU2ttBJr+1CHV83EUS5DLprE2mJiy/iQTwYXJdFVTtcz42sFdsrPoYIMqzYEH2MNWeQweDg8mFNK3JMosDRH2YqvECBGTHAo55dzJ/qRA+UgSxrxJSjvjhrUGxpHXwKA2T7P/PJtNbW8dwvhZHMF3vxlLOvjIhtoYEWI7YimACURCRlX5hhrPvSwG5FL7z0CUgOXxj3+dCLTu2EQ8l7V1DjFWCHp+29zyy4q7VrnOi0J3b6pqqNIpzftezr7HA54eC8NBY8Gbz/v+SoH6PCyuNGgOBEN6N3r/orXqiKu8Fz6yJ9O/sVoAAAAAAQAB//8AD3jaTZVrbBxXFcfvufNe72Nmdx77tmfHO2N76117784OTr154YAbR7RQuUQhttoSuXZKFQVKKYqgiFJAgkpIkVClIn8opSomjXY3VHHTFldEIYpay1hR+ID4Bha27FoIEQGpd8Idu4lY7c6eOfee//2f3+zeizAaQwif4iYRgwRUbgGqjLYFNvVxtcVzfxltM5iGqMUEaS5ItwU+vTPahiBPFFMpmoo5hnv8XnjFn+Um7/xmjF1GCLHoPf+fgsUVEYcSKIcGkYbaWYxKLZ3bgGa50qpACQ0NeyYoYILaDTqpurUK2FZBUYlJY8ukEc0egLpbo+kY8O/BQcx2dvwP2Fh6/Q+Gl19fyroubHmer7rpjHllPZ/NKB+tp2/4/TzxSx0zo/74uUY29vJZOEHIfng4lzz7cjyXzn/jJwqCwCOLdj2iPSP3F/hUAHF3v+Cviee5DIqhJDLRACLoPGpHECq1M7Sd5iDZ/W6zQW8mu9Ecql7SI6xYaiOpnxCydwPNWqWJ/tSSjY1mqtqU5ZYNpWal2pJiGy0XSi1bVuKX1Fyh1GuMoJYeUeJvy/GEVbTpfTOjHJRVzUim0tlcwekbKD1QrgR5M97OV8nIyMjQsKPUEKWGNEVFFBwqEs/yHMEVFMM1PIc4FhiWQVxHcxjD0zzXEkgbmHe5G1eA9T955453xd+B9tbpi6vj10+fvj6+evH0Fju7vPDU5szVY8euzmw+tXABv7kEov/v33WOv+v/C8LG9M2xD19/EquzCyuHVuY6R25Obz35+odw4NDKwuzWHAK86q9x21wKYYQkjFeZ3M5f/TUmw6Qo12P+38Wf0zEZpVABlVANfQu1owHXXMD1AdIyQhvNgeou2b1LAuhAkVwyExRps/ppAE230qrTX1MrEVXil5W4qlm9thMAMpR2MtVHAbXMnBJvZ8oVGjdZ5XK6u6cwNExqdNJ9dnm4D+8eIeYeM7hH0b3H9bcQuczdeH75ef+TxTveO/5tuDK2Mrs5d+HmzQtzm7MrbP6ZqxMrrz2+vf34aysTV5+5iN9YhMi51W93Tiz5/wFp+ujy/MntGXx+dfrjqflrO788Ob989MaMP716+Nr8FOpCjbvnw032BUrm82gKfQc10SJaAwwZGINHEUrksaEndI3XCppBavWaU7Nrda/u7QfPsnmBF1ReK4NjCxbkgVRJdW/MdmiyjHkhCgKvGkrNq+uGngPLUDXVioJTcGxONWguENOIYmkq1lQqaDu2q1AqKi6qRh6CN0uqhlkn1WIwt1Z3FTqH6lt2kWLkqZpQ2F1H4D3X1CzFUkCp1R8EVaeKGr3mgXpyd3OKZTcgioMi3qImqA2FaFSYrkHd7BYESnSMdqAx1HNgg/6pG0Bo95RAGehqoNAuaRHR90wGdXyJtkAJ1DxSDVQCfS8ocui+EohqagNjFroniyLAOYbBgvSQxuXxiUSCGQXReJBnjafhbf6xBs8P9ZclLLJdTJfdL3bLRsgd50Nf52P7JIWjInYqFuZhUGErucF0Qj/zNJtPGArDz7EYFi0chvSpw8C/mJRgRVLfgrEf7RvowhyjJ3JPfPlX/h8N/6fZryX7bh/pJsPj4QLX9Ra89NL3QQkljmOqnognU6HcxKkoI/JsaJ8cDcfCqZAMC2cfFeSoHu+WFEmWzIQqx8PVmCThSFqPKqLIsgxJx0QYZt1iocjgfrPbjIoiltkXxzxTlE5FVTL1zb7YmTOSzXGiEBU0ZgHzXexjd9HklDtTc2P7iR4/Wmqk/jGhfZXjZW1bYFVp3y01G+ocrh/K9VST3+05OUsaEnAYGKZRfWIpDQaXT2Ej2/vCl1S5nNe7jHq5eCAlM7rOpFx8PP1Zf/NzCUdkpXjUhHmdfdi/Xv31D6WccPAIDjNMmPnBzC+ErAipZzPf++LkQyGRhTDEpCNkbmLpz8892zmE3+8swq1YODIqf2Z7lO8RdJHn7RS8kpY6r0qhAg7xXIHnhViu+zBDbhcx16UOfGVgaGkoXe6LhwS+h7NgSa+vR7ESZvPyq6VUqN+SC0ZSTPm3oETGoxGIh/p60w3naIyJ/Gywf9CMnnAemR3524hT5DErxOwBhR55COMw3e+u0T0tOEsR0JMx+NBHftD/AJ+D/f7v/TW+9t+P+Bo9e/7vNYz+By6FsKkAAAB42mNgZGBgYGRwbI8IWhzPb/OVQZ6DAQTOni3fCKP/+/x7yrOBNRTI5WBgAokCAG3mDbAAeNpjYGRgYFX9t5eBgeftf5//WTwbGIAiKMAdAJycBph42mN6w+DCwcDAAMIsZ8D0HhBNLIap52D478fBwHQRyvbBpZ7nLYMtKeZjt5OJhxT1TKsYGFhDETTjcSAG0gyPoRgozigIpL0hNEiOBcgFAEBoNC142mNgYNCBwjoccALDBEY9RhsgPIMMmZcRhHtIhkcA9pQspAAAAQAAAEcBVAALAAAAAAACAAEAAgAWAAABAACTAAAAAHjalZCxTgJBFEXPApJoYYgF9VZUSIAFTdDCnmiIgsTKsASQuGiCu0YaCr4OfomKOzsTCHRmMzPn3blz38sCFyzJ4uXOgbKWZY+8KssZLqk7zkp9cJyjSOT4jD9WjvPSt46vKHoFx2txyfGGqnfPO18kyohSGjBjJPqRFmqPmWolWkZ9o0uHZ/EkfTNgTo0KVX017ujRps+TyDqvT7xW9U/UV1Vz9ZryrQn8o8QOL1JsdVA/5IwZpv7f/YsKTW50O1PqpzKNZyw1UnKov2c9dbkD7c1/zdhXFSrNdIz3HbuaJFH1KM9CZyDN3N3SoiFupfP66mbOYAd8k0EGAHjabc05TwJhHITxZ0BBBc/P4IkI7y4sh0dBsosHKiqHeLUiiTE0FH56Xdl/6TS/ZIoZUszzM+ad/3IOSilNmm122GWPfQ4ocEiRI0qUcXj4VKgSUKNOgybHnHDKGSER7Xjjgkuu6HDNDbd0ueOeB3r0GTDkkRFPPPPCK29a0KIyympJy1pRTnmtak3r2tCmtjLjz+/ph5edfU2cc2Fiy/3px4Xpmb5ZMatmYNbMutkwm2Yr0W8nBnOj+OcXVDk0PnjaRc67DoJAEAVQFuT9fqsJCSZ2+w12QkNjrCCx9w+sbSy19DsGK/9Ob3RZujk3k7nzZp8bsbvSkXXoR8Yew9gavN9QNHSUHTFch4oMfuoV0uqGNL4nv25emq3yHzzADwVcwOsFHMCtBWzAWQlYgJ0ImIA1rRmAeRbQAWM6vQD04A9GgXglRBo4Kh+19gJGYDgzBqOnZALGO8kUTLaSGZhWkjmYrSULMA8kS7CYi5ZgKTlQxr/W1F5aAAAAAAFRp8cxAAA=) format('woff'), url('fonts/ytp-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.mb_YTPlayer:focus {
    outline: 0;
}
.mbYTP_wrapper {
    display: block;
    transform: translateZ(0) translate3d(0, 0, 0);
	-webkit-transform: translateZ(0) translate3d(0, 0, 0);
	-moz-transform: translateZ(0) translate3d(0, 0, 0);
	-ms-transform: translateZ(0) translate3d(0, 0, 0);
	-o-transform: translateZ(0) translate3d(0, 0, 0);
    transform-style: preserve-3d;
    perspective: 1000;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box;
}
.mb_YTPlayer .loading {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 12px;
    color: #fff;
    background: rgba(0, 0, 0, 0.51);
    text-align: center;
    padding: 2px 4px;
    border-radius: 5px;
    font-family: "Droid Sans", sans-serif;
    -webkit-animation: fade .1s infinite alternate;
    /* Chrome, Safari, Opera */
    animation: fade .1s infinite alternate;
}
/* Chrome, Safari, Opera */
@-webkit-keyframes fade {
    0% {
        opacity: .5;
    }
    100% {
        opacity: 1;
    }
}
/* Standard syntax */
@keyframes fade {
    0% {
        opacity: .5;
    }
    100% {
        opacity: 1;
    }
}
.mb_YTPlayer.fullscreen {
    display: block!important;
    position: fixed!important;
    width: 100%!important;
    height: 100%!important;
    top: 0!important;
    left: 0!important;
    margin: 0!important;
    border: none !important;
    opacity: 1 !important;
}
.mbYTP_wrapper iframe {
    max-width: 4000px !important;
}
.inline_YTPlayer {
    margin-bottom: 20px;
    vertical-align: top;
    position: relative;
    left: 0;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .7);
    background: rgba(0, 0, 0, .5);
}
.inline_YTPlayer img {
    border: none!important;
    margin: 0!important;
    padding: 0!important;
    transform: none!important;
	-webkit-transform: none!important;
	-moz-transform: none!important;
	-ms-transform: none!important;
	-o-transform: none!important;
}
/*CONTROL BAR*/
.mb_YTPBar .ytpicon {
    font-size: 20px;
    font-family: 'ytpregular';
}
.mb_YTPBar .mb_YTPUrl.ytpicon {
    font-size: 30px;
}
.mb_YTPBar {
    transition: opacity .5s;
    -moz-transition: opacity .5s;
    -webkit-transition: opacity .5s;
	-ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    display: block;
    width: 100%;
    height: 10px;
    padding: 5px;
    background: #333;
    position: fixed;
    bottom: 0;
    left: 0;
    text-align: left;
    z-index: 1000;
    font: 14px/16px sans-serif;
    color: white;
    opacity: .1;
    box-sizing: border-box;
}
.mb_YTPBar.visible,
.mb_YTPBar:hover {
    opacity: 1;
}
.mb_YTPBar .buttonBar {
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
	-ms-transition: all 1s;
    transition: all 1s;
    background: transparent;
    font: 12px/14px Calibri;
    position: absolute;
    top: -30px;
    left: 0;
    padding: 5px;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.mb_YTPBar:hover .buttonBar {
    background: rgba(0, 0, 0, 0.4);
}
.mb_YTPBar span {
    display: inline-block;
    font: 16px/20px Calibri, sans-serif;
    position: relative;
    width: 30px;
    height: 25px;
    vertical-align: middle;
}
.mb_YTPBar span.mb_YTPTime {
    width: 130px;
}
.mb_YTPBar span.mb_YTPUrl,
.mb_YTPBar span.mb_OnlyYT {
    position: absolute;
    width: auto;
    display: block;
    top: 6px;
    right: 10px;
    cursor: pointer;
}
.mb_YTPBar span.mb_YTPUrl img {
    width: 60px;
}
.mb_YTPBar span.mb_OnlyYT {
    left: 185px;
    right: auto;
}
.mb_YTPBar span.mb_OnlyYT img {
    width: 25px;
}
.mb_YTPBar span.mb_YTPUrl a {
    color: white;
}
.mb_YTPBar .mb_YTPPlaypause,
.mb_YTPlayer .mb_YTPBar .mb_YTPPlaypause img {
    cursor: pointer;
}
.mb_YTPBar .mb_YTPMuteUnmute {
    cursor: pointer;
}
/*PROGRESS BAR*/
.mb_YTPBar .mb_YTPProgress {
    height: 10px;
    width: 100%;
    background: #222;
    bottom: 0;
    left: 0;
}
.mb_YTPBar .mb_YTPLoaded {
    height: 10px;
    width: 0;
    background: #444;
    left: 0;
}
.mb_YTPBar .mb_YTPseekbar {
    height: 10px;
    width: 0;
    background: #bb110e;
    bottom: 0;
    left: 0;
    box-shadow: rgba(82, 82, 82, 0.47) 1px 1px 3px;
}
.mb_YTPBar .YTPOverlay {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: "flat";
    box-sizing: border-box;
}
/*RASTER OVERLAY*/
.YTPOverlay.raster {
    background: url("images/raster.png");
}
.YTPOverlay.raster.retina {
    background: url("images/raster@2x.png");
}
.YTPOverlay.raster-dot {
    background: url("images/raster_dot.png");
}
.YTPOverlay.raster-dot.retina {
    background: url("images/raster_dot@2x.png");
}
/* ---------------------------------------------------
				 GLOBAL
------------------------------------------------------- */
body {
    color: #555;
    font-weight: 400;
    font-family: Georgia, "Times New Roman", Times, serif;
    background: #fff;
    line-height: 1.8;
    margin: 0;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased !important;
    position: relative;
}
p {
    -webkit-font-smoothing: antialiased !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 15px;
	letter-spacing:1px;
	clear: both;
}
.typo-thin,
.typo-thin h1,
.typo-thin h2,
.typo-thin h3,
.typo-thin h4,
.typo-thin h5,
.typo-thin h6,
.typo-thin p {
    font-weight: 300;
}
.typo-dark h1 > a,
.typo-dark h2 > a,
.typo-dark h3 > a,
.typo-dark h4 > a,
.typo-dark h5 > a,
.typo-dark h6 > a {
    color: #555;
}
.typo-light h1 > a,
.typo-light h2 > a,
.typo-light h3 > a,
.typo-light h4 > a,
.typo-light h5 > a,
.typo-light h6 > a {
    color: #fff;
}
label {
    font-size: 13px;
}
legend {
    margin-bottom: 20px !important;
    padding-bottom: 20px;
}
/* LINKS */
a {
    outline: none;
	transition: all 0.14s ease 0s;
    -webkit-transition: all 0.14s ease 0s;
    -moz-transition: all 0.14s ease 0s;
	-ms-transition: all 0.14s ease 0s;
    -o-transition: all 0.14s ease 0s;
}
a:hover,
a:focus,
a:active {
    color: #333;
    text-decoration: none;
}
a:focus,
.btn:focus,
.btn:active:focus,
.btn.active:focus {
    outline: none;
    outline-offset: 0;
}
/* TEXT ELEMENTS */
blockquote p {
    font-style: italic;
}
blockquote:before, blockquote:after {
    font-family: georgia,serif;
	font-style: normal;
}
dd {
    margin-bottom: 1em;
}
.text-uppercase.desc {
	font-size: 12px;
    font-weight: 600;
    margin-bottom: 10px;
}
address {
    line-height: 1.8;
}	
/* ALIGNMENT */
.alignleft {
    display: inline;
    float: left;
    margin: 0 1.5em 1.5em 0;
}
.alignright {
    display: inline;
    float: right;
    margin: 0 0 1.5em 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}
	
/* TABLES */
table {
    width: 100%;
    margin-bottom: 20px;
}
table th,
table td {
    padding: 8px;
    line-height: 20px;
    vertical-align: top;
    border-top: 1px solid #e1e1e1;
}
table th {
    font-weight: bold;
}
table thead th {
    vertical-align: bottom;
}
table caption + thead tr:first-child th,
table caption + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
    border-top: 0;
}
table tbody + tbody {
    border-top: 2px solid #ddd;
}
/* Tooltip */
.tooltip {
	font-family: inherit;
}
.tooltip-inner {
	font-family: inherit;
	text-transform: uppercase;
	font-size: 9px;
	padding: 9px 14px;
}
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
    max-width: 100%;
}
iframe {
    border: none;
}
/* CLEARING */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}
*:first-child+html .clearfix {
    min-height: 1px;
}
.clear {
    clear: both;
}
img {
    max-width: 100%;
    height: auto;
}
/* BLOCKQUOTE */
blockquote,
.blockquote-reverse {
    border-left: none;
    border-right: none;
    padding: 12px 40px;
    position: relative;
    font-size: 15px;
    color: #606060;
}
blockquote p{
	font-family: Georgia;
	font-size: 18px;
	font-weight: normal;
}
.img-circle {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
/* Insert the pseudo element - replicating what FontAwesome does */
blockquote footer,
blockquote small,
blockquote .small {
    font-weight: 500;
}
blockquote blockquote {
    padding: 0;
    margin: 0;
}
blockquote blockquote:before,
blockquote blockquote:after {
    content: none;
}
blockquote,
.blockquote-reverse {
    font-size: 28px;
    font-weight: 700;
}
/* Blockqoute Plain */
.blockquote-plain {
    font-family: georgia;
    font-size: 20px;
    font-style: italic;
    line-height: 36px;
}
/* Button */
.btn,
.btn.btn-default,
input[type="submit"],
button[type="submit"],
.vc_general.vc_btn3,
.vc_general.vc_btn3.vc_btn3-color-primary-bg,
.vc_btn.vc_btn-primary-bg,
.vc_general.vc_btn3.vc_btn3-color-juicy-pink,
.btn-modal.btn-primary,
.zozo-main-nav > li > a > span {
    border: none !important;
    line-height: 22px;
    font-weight: normal;
    outline: none;
    padding: 8px 32px;
    color: #171717;
	white-space:nowrap;
    border-radius: 0px;
    -ms-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    -webkit-border-radius: 0px;
    transition: all 350ms ease-in-out 0s!important;
    -moz-transition: all 350ms ease-in-out 0s!important;
    -webkit-transition: all 350ms ease-in-out 0s!important;
    -o-transition: all 350ms ease-in-out 0s!important;
    -ms-transition: all 350ms ease-in-out 0s!important;
}
.bg-style.bg-normal .btn,
.btn.btn-default,
input[type="submit"],
button[type="submit"],
.bg-style.bg-normal .vc_general.vc_btn3.vc_btn3-color-primary-bg,
.bg-style.bg-normal .vc_btn.vc_btn-primary-bg,
.bg-style.bg-normal .vc_general.vc_btn3.vc_btn3-color-juicy-pink {
    background: #333;
	color: #fff;
}
.bg-style.bg-normal .btn:hover,
.btn.btn-default:hover,
input[type="submit"]:hover,
button[type="submit"]:hover,
.bg-style.bg-normal .vc_general.vc_btn3.vc_btn3-color-primary-bg:hover,
.bg-style.bg-normal .vc_btn.vc_btn-primary-bg:hover,
.bg-style.bg-normal .vc_general.vc_btn3.vc_btn3-color-juicy-pink:hover,
.zozo-main-nav > li > a > span:hover {
    background-color: rgba(0, 0, 0, 1);
    color: #fff;
}
.vc_btn,
a.vc_btn,
button.vc_btn,
.vc_btn:hover,
a.vc_btn:hover,
button.vc_btn:hover,
.vc_btn:focus,
a.vc_btn:focus,
button.vc_btn:focus {
    border: none;
}
.vc_general.vc_btn3.vc_btn3-style-outline.vc_btn3-color-primary-bg {
    background: transparent;
    border: 1px solid;
    padding: 8px 20px;
}
.vc_general.vc_btn3.vc_btn3-style-outline.vc_btn3-color-primary-bg:hover {
    border: 1px solid;
}
.bg-skin-dark .vc_general.vc_btn3.vc_btn3-style-outline.vc_btn3-color-primary-bg:hover {
    color: #fff;
}
.btn.square {
    border-radius: 0!important;
    -ms-border-radius: 0!important;
    -moz-border-radius: 0!important;
    -o-border-radius: 0!important;
    -webkit-border-radius: 0!important;
}
.btn.white {
    color: #fff;
}
/*Btn large*/
.vc_general.vc_btn3.vc_btn3-color-primary-bg.vc_btn3-size-lg,
.vc_btn3.vc_btn3-size-lg {
    padding: 20px 56px;
}
.vc_btn3.vc_btn3-size-lg.vc_btn3-style-outline, .vc_btn3.vc_btn3-size-lg.vc_btn3-style-outline-custom{
	padding: 18px 48px;
}
.btn:hover,
.btn:focus,
.btn.btn-default:hover,
.btn.btn-default:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
button[type="submit"]:hover,
button[type="submit"]:focus,
.btn-modal.btn-primary:hover,
.btn-modal.btn-primary:active,
.btn-modal.btn-primary:focus {
    color: #fff;
}
.btn.btn-transparent-white,
.btn.btn-transparent-white-inverse,
.btn.btn-transparent-black,
.btn.btn-transparent-black-inverse,
.btn.btn-transparent-color,
.btn.btn-transparent-color-inverse {
    font-weight: 600;
}
.btn-transparent-white,
.btn.btn-transparent-white,
.btn-transparent-white-inverse:hover,
.btn.btn-transparent-white-inverse:hover {
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
}
.btn-transparent-white:hover,
.btn.btn-transparent-white:hover,
.btn-transparent-white-inverse,
.btn.btn-transparent-white-inverse {
    background: #fff;
    border: 2px solid #fff;
}
.btn-transparent-black,
.btn.btn-transparent-black,
.btn-transparent-black-inverse:hover,
.btn.btn-transparent-black-inverse:hover {
    background: transparent;
    border: 2px solid #333333;
    color: #333333;
}
.btn-transparent-black:hover,
.btn.btn-transparent-black:hover,
.btn-transparent-black-inverse,
.btn.btn-transparent-black-inverse {
    background: #333333;
    border: 2px solid #333333;
}
.btn-transparent-color,
.btn.btn-transparent-color,
.btn-transparent-color-inverse:hover,
.btn.btn-transparent-color-inverse:hover {
    background: transparent;
    border: 2px solid;
}
.btn-transparent-color:hover,
.btn.btn-transparent-color:hover,
.btn-transparent-color-inverse,
.btn.btn-transparent-color-inverse {
    border: 2px solid;
    color: #fff;
}
.btn:active,
.btn.active {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
}
.btn.btn-wide {
    width: 100%;
    max-width: 205px;
}
.btn-top-margin {
    margin-top: 10px;
}
.search-form .btn,
.zozo-mailchimp-form .btn {
    font-size: 13px;
    font-weight: 400;
}
.zozo-mailchimp-form .btn > i {
	top:0;
	margin-left: 10px;
	vertical-align:middle;
}
.widget .btn {
    padding-top: 10px;
    padding-bottom: 10px;
}
.widget .zozo-mailchimp-form .btn > i {
	margin-left: 0;
}
.btn-search {
    background: transparent;
}
.btn-search:hover,
.btn-search:active,
.btn-search:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:active {
    background-color: #333;
    color: #fff;
}
/* Btn Outline */
.vc_btn3.vc_btn3-color-black.vc_btn3-style-outline {
    border: 2px solid #171717 !important;
}
.typo-light .vc_btn3.vc_btn3-color-black.vc_btn3-style-outline {
    border-color: #fff !important;
}
.vc_btn3.vc_btn3-color-black.vc_btn3-style-outline.active, .vc_btn3.vc_btn3-color-black.vc_btn3-style-outline:active, .vc_btn3.vc_btn3-color-black.vc_btn3-style-outline:focus, .vc_btn3.vc_btn3-color-black.vc_btn3-style-outline:hover{
	color: #fff !important;
}
/* Button Rounded */
.vc_btn3.vc_btn3-shape-rounded{
	border-radius: 5px;
	-webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px;
}
.inline-block,
.inline-title {
    display: inline-block;
}
.no-padding {
    padding: 0;
}
.zozo-rounded {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
}
/* Pager */
.pager{
	margin: 50px 0 0;
}
.pager li > a,
.pager li > span {
    margin-bottom: 10px;
    color: #777;
	padding: 10px 26px;
	background: #fff;
	border: none;
	border-radius: 0px; -webkit-border-radius: 0px; -moz-border-radius: 0px; -ms-border-radius: 0px; -o-border-radius: 0px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05); -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05); -ms-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05); -o-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.pager li > a > i {
    font-weight: 700;
    font-size: 15px;
}
.pager li.previous > a > i {
    padding-right: 5px;
}
.pager li.next > a > i {
    padding-left: 5px;
}
.input-group-addon {
    background: transparent;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    font-size: 18px;
    padding-right: 0;
}
.zozo-input-group-addon input.form-control {
    border-left: none;
}
.input-group-btn .btn {
    height: 60px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
    margin-left: 0;
}
.input-group .form-control:focus {
     box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.zozo-top-anchor {
    display: block;
    position: absolute;
    top: 0;
    font-size: 0;
    height: 0;
    line-height: 0;
    top: 0;
}
hr {
    width: 100%;
    display: inline-block;
    margin-top: 45px;
    margin-bottom: 45px;
}
/* SELECT BOX */
select {
    padding: 5px 10px;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    -ms- border-radius: 3px;
    -moz- border-radius: 3px;
    -o- border-radius: 3px;
    -webkit- border-radius: 3px;
    box-shadow: 0 1px #ffffff, 0 1px 4px rgba(0, 0, 0, 0.05) inset;
    -ms-box-shadow: 0 1px #ffffff, 0 1px 4px rgba(0, 0, 0, 0.05) inset;
    -moz-box-shadow: 0 1px #ffffff, 0 1px 4px rgba(0, 0, 0, 0.05) inset;
    -o-box-shadow: 0 1px #ffffff, 0 1px 4px rgba(0, 0, 0, 0.05) inset;
    -webkit-box-shadow: 0 1px #ffffff, 0 1px 4px rgba(0, 0, 0, 0.05) inset;
    font-size: 12px;
    height: 40px;
    padding: 6px 12px;
    color: #333;
    vertical-align: middle;
    width: 100%;
}
select option {
    padding: 10px;
}
/* Password Form */
.post-password-form label input {
    background: #f1f1f1;
    margin-bottom: 22px;
	margin-right: 10px;
    padding: 0 16px;
	margin: 0 10px 20px;
}
/* ================================================================
 * WordPress Core
 * ================================================================ */
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
	text-align: center;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
/* ================================================================
 * HIGHTLIGHT
 * ================================================================ */
.text-hightlight {
    background: #ccc;
    color: #fff;
}
/* ================================================================
 * JUMBOTRON
 * ================================================================ */
.jumbotron p {
    margin-top: 20px;
    margin-bottom: 0;
}
/* ================================================================
 * PAGE LOADER
 * ================================================================ */
.pageloader {
    background: #000;
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
}
.pageloader .zozo-custom-loader {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    margin: 0 auto;
    text-align: center;
}
.pageloader .zozo-custom-loader .custom-loader-img, .pageloader .zozo-custom-loader .page-loader-img {
    display: inline-block;
}
/* ================================================================
 * PAGE HEADERS
 * ================================================================ */
.page-title-section {
    background-image: url("images/page-title-bg.jpg");
    background-color:#f7f7f7;
    border-bottom: 1px solid #e1e1e1;
    margin: 0;
}
.page-title-section .page-title-captions h1.entry-title {
	font-size: 32px;
    font-weight: 700;
    line-height: 1;
    letter-spacing:2px;
	margin-bottom:0;
}
.page-title-section .page-title-captions .page-entry-slogan {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 10px;
    margin-top: 10px;
    text-transform: capitalize;
}
.page-entry-slogan > p {
    font-size: 14px;
    max-width: 500px;
    margin: 0 auto;
}
.page-title-section .page-title-container {
    display: table;
    height: 140px;
    width: 100%;
    padding: 10px 0;
}
.page-title-section .page-title-captions,
.page-title-section .page-title-breadcrumbs {
    display: table-cell;
    vertical-align: middle;
	width:50%;
}
.page-title-section .page-title-breadcrumbs {
	text-align:right;
}
/*Breadcrumbs*/
.page-title-section .page-title-breadcrumbs .zozo-breadcrumbs, .page-title-section .page-title-breadcrumbs .zozo-breadcrumbs a {
    color: #171717;
    font-size: 12px;
}
.page-title-section .page-title-breadcrumbs .zozo-breadcrumbs a {
    color: #171717;
}
.page-title-section .page-title-breadcrumbs .zozo-breadcrumbs .zozo-breadcrumb-sep {
    padding: 0 5px;
}
.zozo-breadcrumbs .zozo-breadcrumb-sep:last-child {
    display: none;
}
/*Title Right*/
.page-title-section.page-titlealign-right .page-title-captions {
    text-align: right;
}
.page-title-section.page-titlealign-right .page-title-breadcrumbs {
	text-align:left;
}
/*Title Center*/
.page-title-section.page-titlealign-center .page-title-captions h1.entry-title {
	margin-bottom:15px;
}
.page-title-section.page-titlealign-center .page-title-captions, 
.page-title-section.page-titlealign-center .page-title-breadcrumbs {
	text-align: center;
	width:100%;
}
.page-title-section.page-titlealign-center .page-title-breadcrumbs {
	display:block;
}
/*Title Mini*/
.page-title-section.page-titletype-mini .page-title-captions h1.entry-title {
    font-size: 16px;
    margin-bottom: 0;
}
.page-title-section.page-titletype-mini .page-title-captions .page-entry-slogan {
    font-size: 13px;
    margin: 0;
}
/*Title Dark*/
.page-title-section.page-titleskin-dark {
    background-color: #171717;
    color: #fff;
}
.page-title-section.page-titleskin-dark .page-title-breadcrumbs .zozo-breadcrumbs a {
    color: #999;
}
.page-title-section.page-titleskin-dark .page-title-breadcrumbs .zozo-breadcrumbs,
.page-title-section.page-titleskin-dark .page-title-breadcrumbs .zozo-breadcrumbs a:hover,
.page-title-section.page-titleskin-dark .page-title-breadcrumbs .zozo-breadcrumbs a:focus {
    color: #fff;
}
/* Page Title Image Overlay */
/*.page-title-image-bg:after {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.8);
}
.page-titleskin-dark.page-title-image-bg:after {
    background: rgba(0, 0, 0, 0.5);
}*/
.page-title-image-bg {
    position: relative;
}
.page-title-wrapper {
    position: relative;
    z-index: 1;
}
/* Page Title Description */
.page-entry-slogan > p {
    font-size: 14px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
}
/* ================================================================
 * HEADER 
 * ================================================================ */
/*Boxed Header*/
.boxed-header .is-sticky .header-main-section,
.boxed .is-sticky .header-main-section {
    max-width: 1200px;
    margin: 0 auto;
}
.boxed .container.boxed-header, .boxed .container-fluid.boxed-header {
	padding:0 15px;
}
.boxed-header .is-sticky .header-main-section {
    max-width: 100%;
}
.boxed-header .header-main-section.navbar{
	padding-left: 15px;
	padding-right: 15px;
}
/* Wide Header */
.header-layout-wide .container, .fullwidth .header-layout-wide .container {
    max-width: 100%;
	width:100%;
}
/* ================================================================
 * LINE HEIGHTS AND HEIGHTS [HEADER AND HEADER TOP]
* ================================================================ */
.header-section .header-top-section .top-bar-item {
    line-height: 50px;
    height: 50px;
}
.header-section .header-top-section .form-control,
.header-section .header-top-section .input-group-btn .btn {
    line-height: 30px;
    min-height: 30px;
    height: 30px;
}
.header-section .header-top-section .input-group-btn .btn {
    line-height: initial;
}
/* HEADER LOGO SECTION */
.header-section .header-logo-section .logo-bar-item,
.header-section .header-logo-section .logo-bar-item .zozo-main-nav li > a,
.header-section .header-logo-section .navbar-header .navbar-brand,
.header-section.type-header-6 .header-logo-section li.header-top-cart {
    line-height: 76px;
    height: 76px;
}
.header-section .header-logo-section .search-form {
    height: 76px;
}
.type-header-6 .header-logo-section .zozo-logo-bar {
    height: 76px;
    line-height: 76px;
    vertical-align: middle;
}
/* HEADER MAIN SECTION */
.header-section.type-header-10 .header-sidenav-section .header-main-section {
    height: auto;
}
.header-section .header-main-section .navbar-header .navbar-brand,
.header-section .header-main-section .zozo-main-nav > li,
.header-section .header-main-section .zozo-main-nav > li > a,
.header-section .header-main-section .main-bar-item,
.header-section .header-main-section .toggle-bar-item,
.header-section .header-main-section .header-toggle-content,
.type-header-9 .navbar-nav.zozo-main-bar > li,
.type-header-9 .navbar-nav.zozo-main-bar > li a {
    line-height: 90px;
    height: 90px;
	transition: all 450ms ease-in-out 0s;
	-moz-transition: all 450ms ease-in-out 0s;
	-webkit-transition: all 450ms ease-in-out 0s;
	-o-transition: all 450ms ease-in-out 0s;
	-ms-transition: all 450ms ease-in-out 0s;
}
.header-section .is-sticky .header-main-section .navbar-header .navbar-brand,
.header-section .is-sticky .header-main-section .zozo-main-nav > li,
.header-section .is-sticky .header-main-section .zozo-main-nav > li > a,
.header-section .is-sticky .header-main-section .main-bar-item,
.header-section .is-sticky .header-main-section .toggle-bar-item,
.header-section .is-sticky .header-main-section .header-toggle-content,
.type-header-9 .is-sticky .navbar-nav.zozo-main-bar > li,
.type-header-9 .is-sticky .navbar-nav.zozo-main-bar > li a {
    height: 70px;
    line-height: 70px;
}
/* HEADER FULL WIDTH MENU */
.header-section.header-fullwidth-menu .header-main-section {
    height: 60px;
}
.header-section.header-fullwidth-menu .header-main-section .navbar-header .navbar-brand,
.header-section.header-fullwidth-menu .header-main-section .zozo-main-nav > li,
.header-section.header-fullwidth-menu .header-main-section .zozo-main-nav > li > a,
.header-section.header-fullwidth-menu .header-main-section .main-bar-item {
    line-height: 60px;
    height: 60px;
}
/* ================================================================
 * HEADER TOP SECTION
* ================================================================ */
 /* HEADER TOP LEFT */
.header-top-section {
    border-bottom: 1px solid #e1e1e1;
}
.header-top-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.header-top-section .top-bar-item {
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
}
/* HEADER TOP RIGHT */
.header-top-section .zozo-top-right {
    text-align: right;
}
.header-top-section .zozo-top-right .top-bar-item {
    margin: 0 0 0 15px;
}
/* CONTACT INFO */
.header-contact-details {
    padding: 0;
}
.header-contact-details > li {
    display: inline-block;
    position: relative;
    margin-right: 15px;
}
.header-contact-details > li:last-child {
    margin-right: 0;
}
.header-contact-details > li.header-phone:before {
    content: "\f095";
    font-family: FontAwesome;
    padding-right: 10px;
}
.header-contact-details > li.header-email:before {
    content: "\f0e0";
    font-family: FontAwesome;
    padding-right: 10px;
}
/* SOCIAL ICONS */
.header-section .zozo-social-icons li {
    margin: 0 5px 0 0;
    line-height: normal;
    height: auto;
}
.header-section .zozo-social-icons li:last-child {
    margin-right: 0;
}
.header-section .zozo-social-icons li a,
.header-section .zozo-social-icons li a i {
    color: #fff;
}
.header-section .zozo-social-icons.soc-icon-transparent li a,
.header-section .zozo-social-icons.soc-icon-transparent li a i {
    color: #333;
}
.header-top-section .zozo-social-icons.soc-icon-rounded li a {
    border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
}
/*SEARCH BAR*/
.header-section .header-top-section .top-bar-item.item-search {
    line-height: normal;
}
.header-search-form .search-form {
    display: table-cell;
    height: 50px;
    vertical-align: middle;
}
.header-search-form .search-form .form-control {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
}
.header-top-section .search-form .input-group-btn .btn-search,
.header-top-section .search-form .input-group-btn .btn-search:hover {
    padding: 6px 10px;
    line-height: 18px;
}
.header-top-section ul > li.extra-nav.search-nav,
.header-top-section ul > li.extra-nav.search-nav .search-form .input-group .form-control,
.header-top-section .form-control {
    line-height: normal;
}
/* FULL SCREEN SEARCH */
.item-fullscreen-search .fullscreen-search-trigger {
	cursor: pointer;
}
.header-fullscreen-search-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1001;
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.9);
    -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
	-moz-transition: opacity 0.5s, visibility 0s 0.5s;
	-ms-transition: opacity 0.5s, visibility 0s 0.5s;
	-o-transition: opacity 0.5s, visibility 0s 0.5s;
    transition: opacity 0.5s, visibility 0s 0.5s;
}
.fullscreen-search-open .header-fullscreen-search-wrapper {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-ms-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
.header-fullscreen-search-wrapper .fullscreen-search-inner {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	max-width: 700px;
	margin: 0 auto;
}
.header-fullscreen-search-wrapper .fullscreen-search-inner .form-control {
    border-radius: 0;
    -ms-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -webkit-border-radius: 0;
    border: none;
    background: transparent;
    border-bottom: 2px solid #fff;
    font-size: 20px;
    color: #fff;
}
.header-fullscreen-search-wrapper .fullscreen-search-inner .btn.btn-search {
    background: transparent;
    color: #fff;
    font-size: 20px;
    padding-right: 5px;
    position: absolute;
    right: 0;
    top: 9px;
}
.header-fullscreen-search-wrapper .fullscreen-search-close {
    position: absolute;
    top: 40px;
	color: #fff;
    right: 40px;
    font-size: 30px;
	transform: scale(0);
    -webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition-delay: 0.2s;
}
.fullscreen-search-open .header-fullscreen-search-wrapper .fullscreen-search-close {
    opacity: 0.8;
	transform: scale(1);
    -webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
}
.fullscreen-search-open .header-fullscreen-search-wrapper .fullscreen-search-close:hover {
    opacity: 1;
}
/* HEADER DETAILS BOX */
.header-details-box {
    margin-right: 15px;
    display: inline-block;
}
.header-details-box:last-child {
    margin-right: 0;
}
.header-details-box .header-details-icon {
    float: left;
    min-width: 20px;
    margin-right: 15px;
    font-size: 26px;
}
.header-details-info {
    display: inline-block;
    line-height: normal;
    vertical-align: middle;
}
.header-details-info p,
.header-details-info strong,
.header-details-info span {
    line-height: 24px;
	font-size: 10px;
}
.header-details-info > span,
.header-details-info > span > a {
    display: block;
    color: #999;
    font-size: 10px;
}
/* HEADER TOP MENU */
.header-top-section .top-menu-navigation .navbar-nav {
    margin: 0 -15px;
}
.header-top-section .top-menu-navigation .navbar-nav > li:after {
    position: absolute;
    width: 1px;
    height: 20px;
    background: #e1e1e1;
    content: "";
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.header-top-section .top-menu-navigation .navbar-nav > li:last-child:after {
    content: none;
}
.header-top-section .top-menu-navigation .navbar-nav > li > a {
    padding: 0 15px;
    line-height: inherit;
    position: relative;
}
.header-top-section .top-menu-navigation .navbar-nav > li > a:hover,
.header-top-section .top-menu-navigation .navbar-nav > li > a:focus {
    background: none;
}
.header-main-bar-sidemenu > a {
    color: #2b2b2b;
}
/* ================================================================
 * HEADER LOGO SECTION
* ================================================================ */
.header-section .header-logo-section .logo-bar-item {
    display: inline-block;
    vertical-align: middle;
    float: left;
    padding: 0 15px 0 0;
}
.header-section .header-logo-section .logo-bar-item.item-search {
    line-height: normal;
}
.header-section .header-logo-section .logo-bar-item .zozo-main-nav {
    margin: 0 -15px;
}
.header-section .header-logo-section .logo-bar-item .dropdown-menu li,
.header-section .header-logo-section .logo-bar-item .dropdown-menu li > a {
    line-height: normal;
    height: auto;
}
.header-section.header-fullwidth-menu .header-logo-section {
    border-bottom: 1px solid #e1e1e1;
}
.header-logo-section .zozo-header-logo-bar .extra-nav {
    margin-right: 15px;
    display: block;
}
.header-logo-section .zozo-header-logo-bar .search-form {
    min-width: 350px;
}
/* ================================================================
 * LOGO
 * ================================================================ */
 /* Dont touch */
.zozo-logo a.navbar-brand {
    display: block;
    max-height: 100%;
    height: 100%;
    text-align: left;
    font: 0/0 a;
}
.zozo-logo a.navbar-brand:before {
    /* create a full-height inline block pseudo=element */    
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    /* vertical alignment of the inline element */    
    height: 100%;
}
.zozo-logo.has-img a.navbar-brand {
    line-height: 0;
}
.zozo-logo .navbar-brand img {
    height: auto;
    max-height: 100%;
    width: auto;
    display: inline-block;
    vertical-align: middle;
}
.zozo-logo .navbar-brand img.zozo-retina-logo, .zozo-logo .navbar-brand h1.retina-text-logo {
    display: none;
    width: auto;
}
/* STICKY LOGO */
.header-sticky.is-sticky .zozo-no-sticky-logo .navbar-brand > img.zozo-standard-logo {
    max-height: 30px;
    max-width: 100%;
    width: auto;
}
.zozo-has-sticky-logo .navbar-brand > img.zozo-sticky-logo {
    display: none;
}
.is-sticky .zozo-has-sticky-logo .navbar-brand > img.zozo-standard-logo,
.is-sticky .zozo-has-sticky-logo .navbar-brand h1.standard-text-logo,
.is-sticky .zozo-has-sticky-logo .navbar-brand > img.zozo-retina-logo,
.is-sticky .zozo-has-sticky-logo .navbar-brand h1.retina-text-logo {
    display: none;
}
.is-sticky .zozo-has-sticky-logo .navbar-brand > img.zozo-sticky-logo {
    display: inline-block;
}
.zozo-logo .zozo-text-logo {
	float: left;
}
.zozo-logo .zozo-text-logo .logo-h1 {
	margin: 0;
	line-height: inherit;
}
/* ================================================================
 * HEADER JUSTIFY
 * ================================================================ */
.type-header-justify .header-main-section .navbar-brand {
    padding-right: 0;
}
.type-header-justify .header-main-section .main-bar-item, 
.type-header-justify .header-main-section .toggle-bar-item{
	margin-left: 0;
}
.type-header-justify .header-main-section .zozo-header-main-bar{
	text-align: center;
}
.type-header-justify .nav.navbar-nav.navbar-left.zozo-main-bar {
    float: none !important;
	display: inline-block;
    width: auto;
}
.type-header-justify .nav.navbar-nav.navbar-right.zozo-main-bar {
    width: auto;
	display: inline-block;
}
.type-header-justify .navbar-nav.navbar-left > li {
    display: inline-block;
    float: none;
}
.type-header-justify .navbar-nav > li {
    display: inline-block;
    float: none;
    text-align: center;
}
.type-header-justify .navbar-nav.navbar-right > li {
    display: inline-block;
    float: none;
}
.type-header-justify .header-main-section .zozo-main-nav > li:last-child > a {
    padding-right: 0;
}
/* ================================================================
 * MOBILE HEADER
 * ================================================================ */
.mobile-header-section {
    display: none;
    background: #fff;
}
.mobile-header-section a {
    color: #333;
}
.mobile-header-section a.mobile-menu-search {
    font-size: 15px;
	margin-right: 10px;
    font-weight: bold;
}
.header-mobile-main-section.navbar {
    margin-bottom: 0;
}
.header-mobile-sticky .mobile-header-section {
    position: relative;
    width: 100%;
}
.is-sticky .mobile-header-section,
.is-sticky .header-transparent.mobile-header-section,
.is-sticky .header-semi-transparent.mobile-header-section {
    background: #fff;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    left: 0;
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 99;
}
.header-mobile-is-sticky .mobile-header-section {
	-webkit-transform: translateZ(0) translateY(0);
	-moz-transform: translateZ(0) translateY(0);
	-ms-transform: translateZ(0) translateY(0);
	transform: translateZ(0) translateY(0);
	transition: height 0.5s ease-in-out, transform 0.5s ease-in-out, background 0.5s ease-in-out;
	-ms-transition: height 0.5s ease-in-out, -ms-transform 0.5s ease-in-out, background 0.5s ease-in-out;
	-moz-transition: height 0.5s ease-in-out, -moz-transform 0.5s ease-in-out, background 0.5s ease-in-out;
	-webkit-transition: height 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out, background 0.5s ease-in-out;
	-o-transition: height 0.5s ease-in-out, -o-transform 0.5s ease-in-out, background 0.5s ease-in-out;
}
.header-mobile-is-sticky .mobile-header-section.sticky-header-hide {
	-webkit-transform: translateZ(0) translateY(-100%);
	-moz-transform: translateZ(0) translateY(-100%);
	-ms-transform: translateZ(0) translateY(-100%);
	-o-transform: translateZ(0) translateY(-100%);
	transform: translateZ(0) translateY(-100%);
}
.zozo-mobile-logo {
    text-align: center;
    height: auto;
}
.zozo-mobile-logo.logo-right {
    float: right;
}
.zozo-mobile-logo.has-img {
    max-width: 50%;
}
.mobile-left-logo .zozo-mobile-logo {
    float: left;
    text-align: left;
}
.mobile-right-logo .zozo-mobile-logo {
    float: right;
    text-align: right;
}
.zozo-mobile-logo a.navbar-brand {
    height: auto;
    overflow: hidden;
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
.zozo-mobile-logo.logo-center a.navbar-brand {
    text-align: center;
}
.zozo-mobile-logo a.navbar-brand img {
    display: inline-block;
    height: auto;
    max-height: 100%;
    width: auto;
    max-width: 100%;
	padding-bottom: 15px;
    padding-top: 15px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.mobile-header-items-wrap > div {
    display: inline-block;
}
.main-mobile-navigation-wrapper {
	position: relative;
}
.main-mobile-nav .zozo-main-nav {
	padding: 0;
	margin: 0;
	float:none;
}
.main-mobile-nav .zozo-main-nav > li {
	float:none;
}
/* MOBILE MENU VARIATION */
/* LOGO RIGHT & LEFT */
.header-mobile-sticky {
    height: auto!important;
}
.header-mobile-left-logo .mobile-header-items-wrap,
.header-mobile-right-logo .mobile-header-items-wrap,
.header-mobile-center-logo .mobile-header-items-wrap.items-right,
.header-mobile-center-logo-alt .mobile-header-items-wrap.items-right {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.header-mobile-right-logo .mobile-header-items-wrap {
    right: auto;
    left: 0;
}
/* CENTER LOGO */
.mobile-header-items-wrap.items-left > div {
    margin: 0 15px 0 0;
}
.mobile-header-items-wrap.items-right > div {
    margin: 0 0 0 15px;
}
.header-mobile-center-logo .mobile-header-items-wrap,
.header-mobile-center-logo .zozo-mobile-logo,
.header-mobile-center-logo-alt .mobile-header-items-wrap,
.header-mobile-center-logo-alt .zozo-mobile-logo {
    display: inline-block;
    vertical-align: middle;
}
.header-mobile-center-logo .zozo-mobile-logo {
    margin-left: 0;
}
/* MOBILE MENU & MOBILE CART */
.mobile-menu-wrapper,
.mobile-cart-wrapper {
    display: block;
    position: fixed;
    left: -75%;
    z-index: 100;
    width: 260px;
    height: 100%;
    background: #1b1b1b;
	color: #fff;
    border-right: 1px solid rgba(255, 255, 255, 0.11);
    overflow-y: scroll;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.mobile-cart-wrapper a {
	color:#fff; 
}
.mobile-cart-wrapper a:hover, .mobile-cart-wrapper a:focus {
	color:rgba(255, 255, 255, 0.5);
}
.mobile-cart-wrapper a.btn,.mobile-cart-wrapper a.btn {
    color: #333;
	padding: 8px 20px;
}
.mobile-menu-wrapper.mobile-menu-right,
.mobile-cart-wrapper.mobile-cart-right {
    border-left: 1px solid rgba(255, 255, 255, 0.11);
    right: -75%;
    left: auto;
}
.mobile-menu-open .mobile-menu-wrapper.mobile-menu-left {
    left: 0;
}
.mobile-menu-open .mobile-menu-wrapper.mobile-menu-right {
    right: 0;
}
.mobile-cart-open .mobile-cart-wrapper.mobile-cart-left {
    left: 0;
}
.mobile-cart-open .mobile-cart-wrapper.mobile-cart-right {
    right: 0;
}
a.menu-bars-link {
    line-height: inherit !important;
    width: 35px;
    height: 20px !important;
    display: inline-block;
    text-indent: -9999em;
    position: relative;
    vertical-align: middle;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    position: relative;
    /*margin-top: -3px;*/    
    overflow: hidden;
}
.mobile-menu-item a.menu-bars-link {
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
}
a.menu-bars-link span,
a.menu-bars-link span:before,
a.menu-bars-link span:after {
    webkit-transition: all 0.5s cubic-bezier(0, 0.275, 0.125, 1);
    -moz-transition: all 0.5s cubic-bezier(0, 0.275, 0.125, 1);
    -o-transition: all 0.5s cubic-bezier(0, 0.275, 0.125, 1);
	-ms-transition: all 0.5s cubic-bezier(0, 0.275, 0.125, 1);
    transition: all 0.5s cubic-bezier(0, 0.275, 0.125, 1);
    background-color: #171717;
    display: block;
    position: absolute;
    width: 20px;
    height: 2px;
    left: 0;
}
.header-skin-dark a.menu-bars-link span,
.header-skin-dark a.menu-bars-link span:before,
.header-skin-dark a.menu-bars-link span:after {
    background-color: rgba(255, 255, 255, 0.3);
}
a.menu-bars-link span:before,
a.menu-bars-link span:after {
    content: "";
}
a.menu-bars-link span {
    top: 6px;
}
a.menu-bars-link span:before {
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    transform-origin: 50% 0;
    top: -6px;
    z-index: 10;
}
a.menu-bars-link span:after {
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    top: 6px;
}
.mobile-menu-open .mobile-menu-item a.menu-bars-link span {
    background-color: transparent !important;
}
.mobile-menu-open .mobile-menu-item a.menu-bars-link span:before {
    -webkit-transform: translateY(7px) translateX(1px) rotate(45deg);
    -moz-transform: translateY(7px) translateX(1px) rotate(45deg);
    -ms-transform: translateY(7px) translateX(1px) rotate(45deg);
    -o-transform: translateY(7px) translateX(1px) rotate(45deg);
    transform: translateY(7px) translateX(1px) rotate(45deg);
}
.mobile-menu-open .mobile-menu-item a.menu-bars-link span:after {
    -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
    -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
    -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
    -o-transform: translateY(-6px) translateX(1px) rotate(-45deg);
    transform: translateY(-6px) translateX(1px) rotate(-45deg);
}
.mobile-menu-wrapper .mobile-menu-item {
	text-align: center;
	margin-top: 15px;
}
.mobile-cart-wrapper .woo-cart .cart-icon {
    display: none;
}
.mobile-cart-wrapper .woo-cart .woo-cart-contents {
    opacity: 1;
    visibility: visible;
    background: transparent;
    border: none;
    position: relative;
    top: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    margin-top: 15px;
}
.mobile-cart-wrapper .woo-cart-contents .woo-cart-item {
    position: relative;
}
/* MOBILE TOGGLE SEARCH */
.mobile-search-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1001;
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.9);
    -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
	-moz-transition: opacity 0.5s, visibility 0s 0.5s;
	-ms-transition: opacity 0.5s, visibility 0s 0.5s;
	-o-transition: opacity 0.5s, visibility 0s 0.5s;
    transition: opacity 0.5s, visibility 0s 0.5s;
}
.mobile-search-open .mobile-search-wrapper {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-ms-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
.mobile-search-wrapper .mobile-search-inner {
    position: relative;
    top: 50%;
	padding: 0 15px;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.mobile-search-wrapper .mobile-search-inner .form-control {
    border-radius: 0;
    -ms-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -webkit-border-radius: 0;
    border: none;
    background: transparent;
    border-bottom: 2px solid #fff;
    font-size: 20px;
    color: #fff;
}
.mobile-search-wrapper .mobile-search-inner .btn.btn-search {
    background: transparent;
    color: #fff;
    font-size: 20px;
    padding-right: 5px;
    position: absolute;
    right: 0;
    top: 50%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-o-transform:translateY(-50%);
}
.mobile-search-wrapper .mobile-search-close {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 20px;
    -webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
    transition: all 0.3s ease-in-out 0.2s;
    -moz-transition: all 0.3s ease-in-out 0.2s;
    -webkit-transition: all 0.3s ease-in-out 0.2s;
    -o-transition: all 0.3s ease-in-out 0.2s;
}
.mobile-search-open .mobile-search-wrapper .mobile-search-close {
    opacity: 0.8;
	transform: scale(1);
    -webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
}
.mobile-search-open .mobile-search-wrapper .mobile-search-close:hover {
    opacity: 1;
}
/* MOBILE SEARCH */
.mobile-search-form {
    padding: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.11);
}
.mobile-menu-wrapper .mobile-search-form input {
    width: 100%;
	border: 1px solid rgba(255, 255, 255, 0.11);
	font-size: 12px;
	height: 40px;
	background: transparent;
    border-radius: 0;
    -ms-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -webkit-border-radius: 0;
    padding: 0 15px;
}
/* Mobile Menu */
.main-mobile-navigation-wrapper {
    position: relative;
}
.main-mobile-nav .zozo-main-nav {
    padding: 0;
    margin: 0;
}
/* ================================================================
 * M-MENU 
 * ================================================================ */
.main-mobile-nav .zozo-main-nav li a,
.main-mobile-nav .mobile-sub-menu li a,
.mobile-megamenu-enabled h6.zozo-megamenu-title {
    color: rgba(255, 255, 255, 0.8);
    display: block;
    font-size: 10px;
    padding: 10px 8px 10px 20px;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(255, 255, 255, 0.11);
    margin: 0;
}
.mobile-megamenu-enabled h6.zozo-megamenu-title > a {
    padding: 0;
    border: none;
}
.main-mobile-nav .zozo-main-nav li.active > .toggle-wrapper a,
.main-mobile-nav .mobile-sub-menu li.active > a,
.main-mobile-nav .zozo-main-nav li a:hover,
.main-mobile-nav .zozo-main-nav .submenu-toggle:hover {
    color: rgba(255, 255, 255, 0.3);
}
.main-mobile-nav .zozo-main-nav .submenu-toggle {
    border-left: 1px solid rgba(255, 255, 255, 0.11);
    color: #383838;
	font-size: 10px;
    cursor: pointer;
    position: absolute;
    line-height: 47px;
    top: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    width: 50px;
    z-index: 100;
}
.main-mobile-nav .zozo-main-nav .toggle-wrapper {
    position: relative;
}
.main-mobile-nav .zozo-main-nav li {
    position: static;
}
.main-mobile-nav .zozo-main-nav li .mobile-sub-menu {
    background-color: #1b1b1b;
    left: 0;
    min-height: 100%;
    opacity: 1;
    position: absolute;
    top: 0;
    display: block;
    transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    visibility: visible;
    width: 100%;
    padding: 0;
    list-style: outside none none;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
}
.main-mobile-nav .zozo-main-nav li .mobile-sub-menu > li.back-to-menu > a {
    font-weight: 600;
    padding-left: 30px;
    position: relative;
}
.main-mobile-nav .zozo-main-nav li .mobile-sub-menu > li.back-to-menu > a:before {
    content: "\f104";
    font-family: FontAwesome;
    left: -10px;
    position: relative;
}
.main-mobile-nav .zozo-main-nav li .mobile-sub-menu.sub-menu-active {
    transform: translateX(0px) !important;
    -moz-transform: translateX(0px) !important;
    -webkit-transform: translateX(0px) !important;
    -ms-transform: translateX(0px) !important;
    -o-transform: translateX(0px) !important;
    z-index: 999;
}
.mobile-menu-wrapper.mobile-menu-right .main-mobile-nav .zozo-main-nav li .mobile-sub-menu {
    transform: translateX(100%);
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -o-transform: translateX(100%);
    -ms-transform: translateX(100%);
}
/* end/ Dont Touch */
/* ================================================================
 * HEADER MAIN SECTION
 * ================================================================ */
.header-section .header-main-section {
	box-shadow: 0 8px 6px -10px #111;
}
.header-section .header-top-section,
.header-section .header-logo-section,
.header-section .header-main-section {
    background: #fff;
}
.header-section a,
.mobile-menu-wrapper a {
    color: #2b2b2b;
	transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
    -ms-transition: none;
}
.navbar-header {
    position: relative;
}
.navbar-header .navbar-brand,
.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
}
.navbar-right .navbar-brand {
    margin: 0 -15px 0 0;
}
.header-sticky {
    position: relative;
    z-index: 99;
}
.header-section .navbar {
    margin-bottom: 0;
    width: 100%;
    border: none;
    min-height: 0;
    border-radius: 0;
    -ms-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -webkit-border-radius: 0;
}
.zozo-main-nav > li > a {
    padding-bottom: 0;
    padding-top: 0;
    color: #2b2b2b;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: none;
    -ms-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
}
.zozo-main-nav > li > a {
    padding-bottom: 0;
    padding-top: 0;
}
.zozo-main-nav > li > a > .caret {
    display: none;
}
.zozo-main-nav > li > a:hover,
.zozo-main-nav > li > a:focus,
.zozo-main-nav.nav > li > a:focus,
.zozo-main-nav.nav > li > a:hover {
    background: transparent;
}
.navbar-nav.zozo-main-bar > li,
.navbar-nav.zozo-logo-bar > li {
    position: static;
}
/* MAIN SEPARATOR */
.menu-style-separator .zozo-main-nav > li {
    background-image: url("images/menu-separator.png");
    background-position: right center;
    background-repeat: no-repeat;
}
.menu-style-separator .zozo-main-nav > li:last-child {
    background: none;
}
/* MAIN BAR ITEM */
.header-main-section .main-bar-item,
.header-main-section .toggle-bar-item,
.header-main-section .toggle-bar-item .toggle-bar-item-level {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
	margin-left: 15px;
    min-width: 15px;
}
.header-main-section .toggle-bar-item .toggle-bar-item-level:last-child {
	margin-right: 0;
}
.header-main-section .main-bar-item.item-search-toggle .search-trigger {
	cursor: pointer;
}
.header-main-section .main-bar-item.item-main-menu {
    margin-right: 0;
}
.header-main-section .zozo-header-main-bar .navbar-left {
    margin-left: -15px;
}
.header-main-section .navbar-right .main-bar-item.item-main-menu {
    margin-left: -15px;
}
/* NAV BAR LEFT */
.header-main-section .zozo-header-main-bar .navbar-left {
    margin-left: 0;
}
.header-main-section .zozo-header-main-bar .navbar-left .zozo-main-nav > li:first-child > a {
    padding-left: 0;
}
/* NORMAL SEARCH */
.header-main-section .main-bar-item.item-main-search {
    position: relative;
    cursor: pointer;
}
.header-main-section .main-bar-item .search-form {
    position: absolute;
    right: 0;
    line-height: normal;
    width: 220px;
    display: none;
    top: 100%;
    z-index: 50;
}
.header-main-section .main-bar-item .search-form {
    position: absolute;
    right: 0;
    line-height: normal;
    width: 220px;
    display: none;
    top: 100%;
    z-index: 50;
}
.header-main-section .navbar-left .main-bar-item .search-form {
    right: auto;
    left: 0;
}
.header-main-section .main-bar-item .search-form .btn.btn-search {
    padding: 9px 22px;
}
/*STICKY*/
.is-sticky .header-main-section {
    z-index: 99;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    background: #fff;
    left: 0;
    right: 0;
}
.header-is-sticky .header-main-section {
	-webkit-transform: translateZ(0) translateY(0);
	-moz-transform: translateZ(0) translateY(0);
	transform: translateZ(0) translateY(0);
	transition: transform 450ms ease-in-out, transform 450ms ease-in-out, background 450ms ease-in-out;
	-moz-transition: height 450ms ease-in-out, -moz-transform 450ms ease-in-out, background 450ms ease-in-out;
	-webkit-transition: height 450ms ease-in-out, -webkit-transform 450ms ease-in-out, background 450ms ease-in-out;
	-o-transition: height 450ms ease-in-out, -o-transform 450ms ease-in-out, background 450ms ease-in-out;
	-ms-transition: height 450ms ease-in-out, -ms-transform 450ms ease-in-out, background 450ms ease-in-out;
}
.header-is-sticky .header-main-section.sticky-header-hide {
	-webkit-transform: translateZ(0) translateY(-100%);
	-moz-transform: translateZ(0) translateY(-100%);
	-ms-transform: translateZ(0) translateY(-100%);
	-o-transform: translateZ(0) translateY(-100%);
	transform: translateZ(0) translateY(-100%);
}
/* DROP DOWN MENU */
.dropdown-menu,
.navbar-right .dropdown-menu {
    background: #FFFFFF;
    min-width: 215px;
    border: none;
    border-width: 3px 0 0;
    border-style: solid;
    padding: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    display: block;
    opacity: 0;
    visibility: hidden;
    left: 0;
    right: auto;
}
.dropdown-menu li {
    position: relative;
}
.dropdown-menu > li a,
.dropdown-menu .sub-menu a,
.zozo-megamenu .menu-item > a,
.mobile-sub-menu > li > a,
.zozo-main-nav .zozo-megamenu-submenu li > a {
    padding: 10px 30px 10px;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    color: inherit;
}
/*.dropdown-menu li:before {
    border-bottom: 1px solid #eeeeee;
    content: "";
    display: block;
    height: 1px;
    margin: 0 15px;
}
.dropdown-menu li:first-child:before {
    content: none;
}*/
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover,
.dropdown-menu > li.dropdown:hover > a,
.sub-menu > li > a:focus,
.sub-menu > li > a:hover,
.sub-menu > li.dropdown:hover > a {
    background: none;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
    background: none;
}
/*.zozo-megamenu .menu-item > a:hover,
.zozo-megamenu .menu-item > a:focus,
.zozo-main-nav .zozo-megamenu-submenu li > a:hover,
.zozo-main-nav .zozo-megamenu-submenu li > a:focus {
    padding-left: 5px;
}*/
/*.zozo-main-nav .dropdown-menu > li a:hover,
.zozo-main-nav .dropdown-menu > li a:focus,
.zozo-main-nav .dropdown-menu > li a.active,
.zozo-megamenu .menu-item > a:hover, 
.zozo-megamenu .menu-item > a:focus,
.zozo-megamenu .menu-item.active > a,
.zozo-main-nav .zozo-megamenu-submenu li > a:hover, 
.zozo-main-nav .zozo-megamenu-submenu li > a:focus,
.zozo-main-nav .zozo-megamenu-submenu li.active > a {
    color: rgba(0, 0, 0, 0.5);
}
.header-skin-dark .zozo-main-nav .dropdown-menu > li a:hover,
.header-skin-dark .zozo-main-nav .dropdown-menu > li a:focus,
.header-skin-dark .zozo-main-nav .dropdown-menu > li a.active,
.header-skin-dark .zozo-megamenu .menu-item > a:hover, 
.header-skin-dark .zozo-megamenu .menu-item > a:focus,
.header-skin-dark .zozo-megamenu .menu-item.active > a,
.header-skin-dark .zozo-main-nav .zozo-megamenu-submenu li > a:hover, 
.header-skin-dark .zozo-main-nav .zozo-megamenu-submenu li > a:focus,
.header-skin-dark .zozo-main-nav .zozo-megamenu-submenu li.active > a {
    color: rgba(255, 255, 255, 0.5);
}*/
.header-section .header-main-section .zozo-main-nav > li > a:hover,
.header-section .header-main-section .zozo-main-nav > li:hover > a,
.header-section .header-main-section .zozo-main-nav > li.active > a,
.header-section a:hover,
.header-section i:hover,
.header-section .zozo-main-nav li.current-menu-ancestor > a,
.header-section .zozo-main-nav li.current-menu-parent > a,
.header-section .zozo-main-nav li.current-menu-item > a,
.header-section .header-main-section .zozo-main-nav.navbar-nav .dropdown-menu > li > a:focus,
.header-section .header-main-section .zozo-main-nav.navbar-nav .dropdown-menu > li > a:hover,
.header-section .header-main-section .zozo-main-nav.navbar-nav .sub-menu > li > a:focus,
.header-section .header-main-section .zozo-main-nav.navbar-nav .sub-menu > li > a:hover,
.header-section .header-main-section .dropdown-menu > li.dropdown:hover > a,
.header-section .header-main-section .sub-menu > li.dropdown:hover > a,
.header-section .header-main-section .dropdown-menu > .active > a,
.header-section .header-main-section .dropdown-menu > .active > a:focus,
.header-section .header-main-section .dropdown-menu > .active > a:hover,
.header-section .header-main-section .menu-item.active > a,
.header-section .header-main-section .mobile-sub-menu > li > a:hover,
.header-section .header-main-section .mobile-sub-menu > li > a:active,
.header-section .header-main-section .mobile-sub-menu > li > a:focus,
.header-section .header-toggle-section .nav > li > a:focus,
.header-section .header-toggle-section .nav > li > a:hover,
.header-section .header-logo-section .header-contact-details li a:hover,
.header-section .header-toggle-section .header-contact-details li a:hover,
.header-toggle-content .btn-toggle-close,
.header-toggle-section .header-side-top-section .header-side-top-submenu.dropdown-menu li > a:hover,
.header-main-section li.header-side-wrapper > a:focus,
.header-skin-light.header-transparent .header-top-section ul > li a:hover,
.header-section.header-skin-dark .header-main-section .zozo-main-nav li.current-menu-item > a,
.header-section .zozo-main-nav .mobile-sub-menu > li > a:hover,
.header-section.header-menu-skin-dark .header-main-section a:hover,
.header-section.header-menu-skin-light .header-main-section a:hover{
	color: rgba(0, 0, 0, 0.5);
}
.header-section .header-fullscreen-search-wrapper a:hover,
.header-section .header-fullscreen-search-wrapper i:hover,
.header-section.header-skin-dark.header-menu-skin-light .header-fullscreen-search-wrapper a:hover,
.header-section.header-skin-dark.header-menu-skin-light .header-fullscreen-search-wrapper i:hover  {
	color:#fff;
}
/* Skin dark */
.header-section.header-skin-dark  .header-main-section .zozo-main-nav > li > a:hover,
.header-section.header-skin-dark  .header-main-section .zozo-main-nav > li:hover > a,
.header-section.header-skin-dark .header-main-section .zozo-main-nav > li.active > a,
.header-section.header-skin-dark a:hover,
.header-section.header-skin-dark i:hover,
.header-section.header-skin-dark .zozo-main-nav li.current-menu-ancestor > a,
.header-section.header-skin-dark .zozo-main-nav li.current-menu-parent > a,
.header-section.header-skin-dark .zozo-main-nav li.current-menu-item > a,
.header-section.header-skin-dark .header-main-section .zozo-main-nav.navbar-nav .dropdown-menu > li > a:focus,
.header-section.header-skin-dark .header-main-section .zozo-main-nav.navbar-nav .dropdown-menu > li > a:hover,
.header-section.header-skin-dark .header-main-section .zozo-main-nav.navbar-nav .sub-menu > li > a:focus,
.header-section.header-skin-dark .header-main-section .zozo-main-nav.navbar-nav .sub-menu > li > a:hover,
.header-section.header-skin-dark .header-main-section .dropdown-menu > li.dropdown:hover > a,
.header-section.header-skin-dark .header-main-section .sub-menu > li.dropdown:hover > a,
.header-section.header-skin-dark .header-main-section .dropdown-menu > .active > a,
.header-section.header-skin-dark .header-main-section .dropdown-menu > .active > a:focus,
.header-section.header-skin-dark .header-main-section .dropdown-menu > .active > a:hover,
.header-section.header-skin-dark .header-main-section .menu-item.active > a,
.header-section.header-skin-dark .header-main-section .mobile-sub-menu > li > a:hover,
.header-section.header-skin-dark .header-main-section .mobile-sub-menu > li > a:active,
.header-section.header-skin-dark .header-main-section .mobile-sub-menu > li > a:focus,
.header-section.header-skin-dark .header-toggle-section .nav > li > a:focus,
.header-section.header-skin-dark .header-toggle-section .nav > li > a:hover,
.header-section.header-skin-dark .header-logo-section .header-contact-details li a:hover,
.header-section.header-skin-dark .header-toggle-section .header-contact-details li a:hover,
.header-skin-dark .header-toggle-content  .btn-toggle-close,
.header-toggle-section.header-skin-dark .header-side-top-section .header-side-top-submenu.dropdown-menu li > a:hover,
.header-main-section.header-skin-dark li.header-side-wrapper > a:focus,
.header-main-section.header-skin-dark .header-toggle-content .btn-toggle-close,
.header-skin-light.header-transparent.header-skin-dark .header-top-section ul > li a:hover,
.header-section.header-skin-dark .header-main-section .zozo-main-nav li.current-menu-item > a,
.header-section.header-skin-dark .zozo-main-nav .mobile-sub-menu > li > a:hover,
.header-section.header-menu-skin-dark .header-main-section a:hover,
.header-section.header-menu-skin-light.header-skin-dark .header-main-section a:hover{
	color: rgba(255, 255, 255, 0.5);
}
/* Menu Skin dark */
.header-section.header-skin-dark.header-menu-skin-light .header-main-section .zozo-main-nav > li > a:hover,
.header-section.header-skin-dark.header-menu-skin-light  .header-main-section .zozo-main-nav > li:hover > a,
.header-section.header-skin-dark.header-menu-skin-light .header-main-section .zozo-main-nav > li.active > a,
.header-section.header-skin-dark.header-menu-skin-light a:hover,
.header-section.header-skin-dark.header-menu-skin-light i:hover,
.header-section.header-skin-dark.header-menu-skin-light .zozo-main-nav li.current-menu-ancestor > a,
.header-section.header-skin-dark.header-menu-skin-light .zozo-main-nav li.current-menu-parent > a,
.header-section.header-skin-dark.header-menu-skin-light .zozo-main-nav li.current-menu-item > a,
.header-section.header-skin-dark.header-menu-skin-light .header-main-section .zozo-main-nav.navbar-nav .dropdown-menu > li > a:focus,
.header-section.header-skin-dark.header-menu-skin-light .header-main-section .zozo-main-nav.navbar-nav .dropdown-menu > li > a:hover,
.header-section.header-skin-dark.header-menu-skin-light .header-main-section .zozo-main-nav.navbar-nav .sub-menu > li > a:focus,
.header-section.header-skin-dark.header-menu-skin-light .header-main-section .zozo-main-nav.navbar-nav .sub-menu > li > a:hover,
.header-section.header-skin-dark.header-menu-skin-light .header-main-section .dropdown-menu > li.dropdown:hover > a,
.header-section.header-skin-dark.header-menu-skin-light .header-main-section .sub-menu > li.dropdown:hover > a,
.header-section.header-skin-dark.header-menu-skin-light .header-main-section .dropdown-menu > .active > a,
.header-section.header-skin-dark.header-menu-skin-light .header-main-section .dropdown-menu > .active > a:focus,
.header-section.header-skin-dark.header-menu-skin-light .header-main-section .dropdown-menu > .active > a:hover,
.header-section.header-skin-dark.header-menu-skin-light .header-main-section .menu-item.active > a,
.header-section.header-skin-dark.header-menu-skin-light .header-main-section .mobile-sub-menu > li > a:hover,
.header-section.header-skin-dark.header-menu-skin-light .header-main-section .mobile-sub-menu > li > a:active,
.header-section.header-skin-dark.header-menu-skin-light .header-main-section .mobile-sub-menu > li > a:focus,
.header-section.header-skin-dark.header-menu-skin-light .header-toggle-section .nav > li > a:focus,
.header-section.header-skin-dark.header-menu-skin-light .header-toggle-section .nav > li > a:hover,
.header-section.header-skin-dark.header-menu-skin-light .header-logo-section .header-contact-details li a:hover,
.header-section.header-skin-dark.header-menu-skin-light .header-toggle-section .header-contact-details li a:hover,
.header-toggle-content.header-skin-dark.header-menu-skin-light .btn-toggle-close,
.header-toggle-section.header-skin-dark.header-menu-skin-light .header-side-top-section .header-side-top-submenu.dropdown-menu li > a:hover,
.header-main-section.header-skin-dark.header-menu-skin-light li.header-side-wrapper > a:focus,
.header-skin-light.header-transparent.header-skin-dark.header-menu-skin-light .header-top-section ul > li a:hover,
.header-section.header-skin-dark.header-menu-skin-light .header-main-section .zozo-main-nav li.current-menu-item > a,
.header-section.header-skin-dark.header-menu-skin-light .zozo-main-nav .mobile-sub-menu > li > a:hover,
.header-section.header-menu-skin-dark.header-menu-skin-light .header-main-section a:hover,
.header-section.header-menu-skin-light.header-skin-dark.header-menu-skin-light .header-main-section a:hover{
	color: rgba(0, 0, 0, 0.5);
}
.dropdown-menu > li.dropdown:after,
.sub-menu > li.dropdown:after {
    content: "\f0da";
    font-family: FontAwesome;
    position: absolute;
    color: inherit;
    line-height: normal;
    top: 15px;
    right: 30px;
    font-size: 10px;
}
.dropdown-menu > li.dropdown:hover:after,
.sub-menu > li.dropdown:hover:after {
    content: "\f0d9";
}
/* SUB MENU */
.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    padding: 0;
    margin: 0;
    min-width: 215px;
    list-style: none;
    display: block;
    opacity: 0;
    border: none;
    border-width: 3px 0 0;
    border-style: solid;
    visibility: hidden;
    background: #FFFFFF;
	z-index: 1;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    -ms-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    -o-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
}
.zozo-main-nav .dropdown-menu > li a,
.zozo-main-nav .dropdown-menu .sub-menu a,
.zozo-main-nav .zozo-megamenu-submenu li > a,
.zozo-main-nav .zozo-megamenu .menu-item > a,
.header-section .header-logo-section .logo-bar-item .zozo-main-nav .zozo-megamenu li,
.header-section .header-logo-section .logo-bar-item .zozo-main-nav .zozo-megamenu-submenu li,
.header-section .header-logo-section .logo-bar-item .zozo-main-nav .zozo-megamenu-submenu li > a {
    height: auto;
    line-height: 20px;
}
.zozo-main-nav.navbar-nav.navbar-right li:last-child .dropdown-menu .sub-menu,
.logo-bar-item .zozo-main-nav.navbar-nav li:last-child .dropdown-menu .sub-menu {
    right: 100%;
    left: auto;
}
.dropdown-menu .sub-menu a {
    clear: both;
    display: block;
    line-height: 1.42857;
    white-space: nowrap;
}
.dropdown:hover .dropdown-menu,
.dropdown-menu .dropdown:hover > .sub-menu,
.sub-menu .dropdown:hover > .sub-menu,
.zozo-megamenu-menu.dropdown:hover .zozo-megamenu-wrapper,
.header-top-cart:hover .woo-cart-contents {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.2s ease-in-out 0s;
    -moz-transition: opacity 0.2s ease-in-out 0s;
    -webkit-transition: opacity 0.2s ease-in-out 0s;
    -o-transition: opacity 0.2s ease-in-out 0s;
    -ms-transition: opacity 0.2s ease-in-out 0s;
}
.zozo-main-nav.navbar-nav li:last-child .dropdown-menu .sub-menu,
.zozo-main-nav.navbar-nav li:nth-last-child(2) .dropdown-menu .sub-menu {
    left: auto;
    right: 100%;
}
.zozo-main-bar.zozo-vertical-side-bar .zozo-main-nav.navbar-nav li:last-child .dropdown-menu .sub-menu,
.zozo-main-bar.zozo-vertical-side-bar .zozo-main-nav.navbar-nav li:nth-last-child(2) .dropdown-menu .sub-menu {
	left: 100%;
	right: 0;
}
/* DROPDOWN MENU AND SUBMENU */
.zozo-main-nav.navbar-nav .dropdown-menu, .zozo-main-nav.navbar-nav .dropdown-menu .sub-menu{
	padding: 14px 0;
}
/* MEGA MENU */
.nav > li.zozo-megamenu-menu {
    position: static;
}
.nav.navbar-nav.zozo-vertical-side-bar .zozo-main-nav > li.zozo-megamenu-menu {
	position: relative;
}
.zozo-megamenu-wrapper {
    background: #ffffff;
    left: 0;
    position: absolute;
    right: 0px;
    width: 100%;
    opacity: 0;
    top: auto;
    visibility: hidden;
    border: none;
    border-width: 3px 0 0;
    border-style: solid;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    -ms-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    -o-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    z-index: 99;
}
.nav.navbar-nav.zozo-vertical-side-bar .zozo-main-nav > li.zozo-megamenu-menu .zozo-megamenu-wrapper {
	top: 0;
}
.zozo-megamenu-wrapper.megamenu-fullwidth {
    padding: 0 15px;
}
.zozo-megamenu-container,
.zozo-megamenu,
.zozo-megamenu .zozo-megamenu-submenu .sub-menu {
    list-style: none;
}
.zozo-megamenu {
    padding: 34px 0;
    width: 100%;
}
/*.zozo-megamenu > li {
    padding: 10px 15px;
    text-align: left;
}*/
.zozo-megamenu > li {
    border-right: 1px solid rgba(0, 0, 0, 0.15);
    padding: 0 34px;
    text-align: left;
}
.header-skin-dark .zozo-megamenu > li {
    border-color: rgba(255, 255, 255, 0.15);
}
.header-skin-dark.header-menu-skin-light  .zozo-megamenu > li {
    border-color: rgba(0, 0, 0, 0.15);
}
.zozo-megamenu > li:last-child {
    border: medium none;
}
.zozo-main-nav.navbar-nav .zozo-megamenu .zozo-megamenu-submenu .sub-menu {
    margin: 0;
    padding: 0;
    border: none !important;
}
/*.zozo-megamenu .menu-item > a,
.zozo-main-nav .zozo-megamenu-submenu li > a {
    padding: 10px 0;
    display: block;
}*/
.zozo-megamenu .menu-item > a, .zozo-main-nav .zozo-megamenu-submenu li > a {
    display: block;
    padding: 10px 14px 10px 0;
}
/*.zozo-main-nav .zozo-megamenu-submenu li:before {
    border-bottom: 1px solid #eeeeee;
    content: "";
    display: block;
    height: 1px;
    margin: 0 auto;
}*/
.zozo-main-nav .zozo-megamenu-submenu li:first-child:before {
    content: none;
}
/*.zozo-main-nav.navbar-nav li .zozo-megamenu-container .zozo-megamenu .zozo-megamenu-title > a,
.zozo-megamenu-title {
    text-transform: uppercase;
    font-size: 16px;
}*/
.zozo-main-nav.navbar-nav li .zozo-megamenu-container .zozo-megamenu .zozo-megamenu-title > a, .zozo-megamenu-title {
    font-size: 13px;
    margin: -6px 0 0;
    padding: 0 0 14px;
    text-transform: uppercase;
}
.zozo-megamenu-bullet {
    display: none;
}
/* MEGA MENU WIDGETS */
.zozo-megamenu-widgets-container .widget h3 {
    margin-bottom: 0;
}
.widget .btn.mc-subscribe {
    padding: 0 12px;
}
.zozo-megamenu-icon.title-menu {
    padding-right: 10px;
}
/* HEADER 3 (Center logo) */
.header-section.type-header-3 .header-main-section .navbar-header,
.header-section.type-header-3 .header-main-section .navbar-header .navbar-brand,
.header-section.type-header-3 .header-main-section .zozo-header-main-bar .zozo-main-bar,
.header-section.type-header-3 .header-main-section .zozo-header-main-bar .zozo-main-bar > li,
.header-section.type-header-3 .header-main-section .zozo-main-nav {
    width: 100%;
    text-align: center;
}
.header-section.type-header-3 .header-main-section .navbar-header .navbar-brand {
    margin: 0;
}
.header-section.type-header-3 .is-sticky .header-main-section .navbar-header .navbar-brand {
    margin-left: -15px;
}
.header-section.type-header-3 .header-main-section .zozo-main-nav > li {
    float: none;
    display: inline-block;
}
.header-section.type-header-3 .header-main-section .navbar-header .navbar-brand > img {
    margin: 0 auto;
}
.header-section.type-header-3 .header-main-section .zozo-main-bar:before {
    background: rgba(255, 255, 255, 0.15);
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
}
.header-section.type-header-3 .is-sticky .header-main-section .zozo-main-bar:before {
    content: none;
    background: none;
}
.header-section.type-header-3 .is-sticky .header-main-section .navbar-header,
.header-section.type-header-3 .is-sticky .header-main-section .navbar-header .navbar-brand,
.header-section.type-header-3 .is-sticky .header-main-section .zozo-header-main-bar .zozo-main-bar,
.header-section.type-header-3 .is-sticky .header-main-section .zozo-header-main-bar .zozo-main-bar > li,
.header-section.type-header-3 .is-sticky .header-main-section .zozo-main-nav {
    width: auto;
    text-align: unset;
}
.header-section.type-header-3 .is-sticky .header-main-section .zozo-main-bar {
    float: right;
    margin-right: -15px;
}
/*Header 5 (Header Fullwidth menu 2)*/
.header-section.type-header-5 .header-logo-section .navbar-header,
.header-section.type-header-5 .header-logo-section .navbar-header .navbar-brand {
    width: 100%;
    text-align: center;
    margin: 0;
}
/*HEADER 6 (Header Fullwidth menu 3)*/
.header-section.type-header-6 .header-logo-section {
    padding: 15px 0;
}
.header-section.type-header-6 .header-logo-section .woo-cart i {
    color: #333;
}
.header-section.type-header-6 .header-logo-section .woo-cart .cart-icon {
    color: #ffc400;
}
.header-section.type-header-6 .header-logo-section .woo-cart .cart-icon {
    border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 0 25px;
    font-size: 20px;
    float: left;
    margin: 0;
    color: #333;
}
/*HEADER 7 & 8 (HEADER CENTERED LOGO)*/
.header-section.type-header-7 .navbar-header,
.header-section.type-header-8 .navbar-header {
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    padding: 0;
}
.header-section.type-header-7 .navbar-brand,
.header-section.type-header-8 .navbar-brand {
    float: none;
    text-align: center;
    margin: 0;
}
/*HEADER 12 (TOGGLE ELEMENTS)*/
/*.zozo-header-toggle-bar {
    position: relative;
}*/
.zozo-header-toggle-bar .toggle-bar-item i {
    cursor: pointer;
    line-height: inherit;
    display: inline-block;
}
.header-toggle-content {
    position: absolute;
    background: #fff;
    left: 0;
    right: 0;
    /*top: 0;*/
    bottom: 0;
    z-index: 3;
    display: none;
}
.header-toggle-content h3 {
    margin: 0;
    line-height: inherit;
}
.header-toggle-content i {
    line-height: inherit;
}
.header-toggle-content .btn-toggle-close {
    float: right;
    cursor: pointer;
    font-size: 20px;
}
.header-toggle-content .header-email > a {
    color: inherit;
}
.toggle-search-form .form-control {
    border: none;
    font-size: 32px;
    background: inherit!important;
    height: inherit;
    line-height: inherit;
    padding: 0;
    position: absolute;
    z-index: -1;
}
/* HEADER 9 (TOGGLE HEADER - SLIDE) */
.header-section.type-header-9 .navbar-nav.zozo-main-bar {
    margin-right: 0;
}
.header-section.type-header-9 .nav > li > a:focus,
.header-section.type-header-9 .nav > li > a:hover {
    background: none;
}
.header-section .header-toggle-section {
    background: #fff;
    height: 100%;
    margin: 0;
    overflow-y: auto;
    position: fixed;
    left: -25%;
    top: 0;
    width: 25%;
    z-index: 250;
    border-right: 1px solid #e1e1e1;
}
.header-section .header-toggle-section.header-position-right {
    right: -25%;
    left: auto;
    width: 25%;
    border-right: none;
    border-left: 1px solid rgba(0, 0, 0, 0.06);
}
.header-section .header-toggle-section .header-toggle-inner {
    padding: 80px 40px 20px;
}
.header-section .header-toggle-section .close-menu {
    color: #171717;
    display: block;
    font-size: 16px;
    height: 50px;
    right: 0;
    line-height: 50px;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 50px;
    z-index: 10;
}
.header-section.header-skin-dark .header-toggle-section .close-menu {
    color: #fff;
}
.header-section .header-toggle-section.header-position-right .close-menu {
    left: 0;
    right: auto;
}
/* OVERLAY MENU STYLE */
.header-overlay-menu-wrapper .mCSB_container.content-vcenter {
	height: 100%;
}
.header-overlay-menu-wrapper .mCSB_container.content-vcenter .header-overlay-menu-inner {
	top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.header-overlay-menu-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1001;
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.9);
    -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
	-moz-transition: opacity 0.5s, visibility 0s 0.5s;
	-ms-transition: opacity 0.5s, visibility 0s 0.5s;
	-o-transition: opacity 0.5s, visibility 0s 0.5s;
    transition: opacity 0.5s, visibility 0s 0.5s;
}
.overlay-menu-open .header-overlay-menu-wrapper {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-ms-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
.header-overlay-menu-wrapper .header-overlay-menu-inner {
    position: relative;
	max-width: 700px;
	margin: 0 auto;
	padding: 40px 0;
}
.header-overlay-menu-wrapper .close-menu {
    position: absolute;
    top: 70px;
	color: #fff;
    right: 40px;
    font-size: 30px;
    -webkit-transform: scale(0);
    transition: all 0.3s ease-in-out 0.2s;
    -moz-transition: all 0.3s ease-in-out 0.2s;
    -webkit-transition: all 0.3s ease-in-out 0.2s;
    -o-transition: all 0.3s ease-in-out 0.2s;
	-ms-transition: all 0.3s ease-in-out 0.2s;
}
.overlay-menu-open .header-overlay-menu-wrapper .close-menu {
    opacity: 0.8;
    -webkit-transform: scale(1);
}
.overlay-menu-open .header-overlay-menu-wrapper .close-menu:hover {
    opacity: 1;
}
/*MENU AND DROPDOWN*/
.header-section.type-header-9 .header-main-section li.header-side-wrapper > a {
    font-size: 40px;
    padding: 0;
}
.header-section.type-header-9  .header-side-main-section .navbar-nav,
.header-section.type-header-9  .header-side-main-section .navbar-nav > li {
    width: 100%;
}
.header-section.type-header-9 .header-side-main-section .navbar-nav > li > a,
.header-section.type-header-9 .header-side-main-section .mobile-sub-menu > li > a {
    line-height: 34px;
    padding: 0;
}
.header-section.type-header-9 li.drop-down h6.zozo-megamenu-title {
    margin-bottom: 0;
}
.header-section.type-header-9 .header-side-main-section .mobile-sub-menu {
    list-style: none;
    padding-left: 15px;
    transition: 0.4s all ease-in-out;
    -ms-transition: 0.4s all ease-in-out;
    -moz-transition: 0.4s all ease-in-out;
    -o-transition: 0.4s all ease-in-out;
    -webkit-transition: 0.4s all ease-in-out;
}
.header-section.type-header-9 .header-side-main-section .menu-toggler {
    position: absolute;
    right: 0;
    top: 2px;
    cursor: pointer;
	width: 30px;
}
.header-section.type-header-9 .zozo-main-nav > li > .menu-toggler i:before,
.header-section.type-header-9 .mobile-sub-menu li > .menu-toggler i:before,
.header-section.type-header-9 .header-side-main-section .zozo-main-nav > li > .menu-toggler i:before,
.header-section.type-header-9 .header-side-main-section .mobile-sub-menu li > .menu-toggler i:before {
    content: "\f0da";
    font-family: FontAwesome;
    font-size: 9px;
}
.header-section.type-header-9 .zozo-main-nav > li > .menu-toggler i:before,
.header-section.type-header-9 .mobile-sub-menu li > .menu-toggler i:before {
    font-size: 15px;
}
.header-section.type-header-9 .zozo-main-nav > li.toggle-open > .menu-toggler i:before,
.header-section.type-header-9 .mobile-sub-menu li.toggle-open > .menu-toggler i:before,
.header-section.type-header-9 .header-side-main-section .zozo-main-nav > li.toggle-open > .menu-toggler i:before,
.header-section.type-header-9 .header-side-main-section .mobile-sub-menu li.toggle-open > .menu-toggler i:before {
    content: "\f0d7";
}
.header-section.type-header-9 .zozo-megamenu-title {
    font-size: 12px;
    font-weight: 600;
}
.header-section.type-header-9 .header-side-main-section .mobile-sub-menu{
	padding-left: 0;
}
/* Header Type 10 */
.htype-header-10 .container, .fullwidth.htype-header-10 .container {
    max-width: 1000px;
}
/* MAIN BAR ITEMS */
.header-side-main-section .main-bar-item {
    margin-bottom: 30px;
    text-align: center;
}
/* CART */
.header-side-main-section .main-bar-item.item-cart,
.header-side-main-section .main-bar-item.item-secondary-menu {
    display: inline-block;
    margin-right: 15px;
}
.type-header-9 .main-bar-item.item-cart,
.type-header-9 .main-bar-item.item-secondary-menu {
	display: none;
}
.header-side-main-section .main-bar-item.item-cart .cart-icon {
    padding: 10px;
    border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.header-side-main-section .main-bar-item.item-cart .cart-icon,
.header-side-main-section .main-bar-item.item-cart .cart-icon i {
    color: #333;
}
.header-section .header-toggle-section.header-position-right .zozo-header-side-main-bar {
    text-align: center;
}
.header-section .header-toggle-section.header-position-right .main-bar-item.item-cart,
.header-section .header-toggle-section.header-position-right .main-bar-item.item-secondary-menu {
    margin: 0 0 30px 15px;
}
.header-section .header-toggle-section.header-position-right .woo-cart-contents {
    right: 0;
    left: auto;
}
/* MAIN MENU */
.header-side-main-section .main-bar-item.item-main-mobile-menu {
    text-align: center;
    width: 100%;
}
.header-side-main-section .main-bar-item.item-main-mobile-menu:before,
.header-side-main-section .main-bar-item.item-main-mobile-menu:after {
    display: table;
    content: " ";
}
.header-side-main-section .main-bar-item.item-main-mobile-menu:after {
    clear: both;
}
/* SEARCH FORM */
.header-side-main-section .main-bar-item .header-search-form .search-form {
    display: block;
}
/* CONTACT INFO */
.header-side-main-section .main-bar-item.item-address-info {
    text-align: left;
}
.header-side-main-section .header-details-box .header-details-icon {
    float: none;
    margin-bottom: 10px;
}
.header-side-main-section .main-bar-item.item-address-info .header-details-box {
    margin-bottom: 15px;
    width: 100%;
    text-align: center;
}
.header-toggle-section .mCSB_inside > .mCSB_container {
    margin-right: 0;
}
/* HEADER 10 (VERTICAL HEADER)*/
.header-section .header-sidenav-section {
    background: #fff;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    max-width: 300px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    right: auto;
    top: 0;
    z-index: 100;
}
.header-section .header-sidenav-section.header-position-right {
    right: 0;
    left: auto;
}
.boxed .header-section .header-sidenav-section {
	left: auto;
}
.boxed .header-section .header-sidenav-section.header-position-right {
	right: auto;
}
.header-section .header-sidenav-section .woo-cart-contents{
	display: none;
}
/* NAV BRAND */
.header-sidenav-section .navbar-header,
.header-sidenav-section .navbar-header > .navbar-brand {
    width: 100%;
    display: block;
    margin: 10px auto 10px;
    text-align: center;
}
/* MAIN BAR ITEM */
.header-sidenav-section .navbar-nav {
    float: none;
    text-align: center;
}
.header-sidenav-section .zozo-vertical-side-bar .main-bar-item {
    display: block;
    margin: 0 auto 30px;
    text-align: center;
    line-height: normal;
    height: auto !important;
}
/* CART & SECONDRY MENU */
.header-sidenav-section .zozo-vertical-side-bar .main-bar-item.item-cart,
.header-sidenav-section .zozo-vertical-side-bar .main-bar-item.item-secondary-menu {
    display: inline-block;
    margin-right: 15px;
}
/* SEARCH BAR */
.header-sidenav-section .zozo-vertical-side-bar .main-bar-item .search-form {
    display: block;
    position: relative;
    width: 100%;
}
/* MAIN MENU */
.header-sidenav-section .zozo-vertical-side-bar .main-bar-item .zozo-main-nav {
    width: 100%;
}
.header-sidenav-section .zozo-vertical-side-bar .main-bar-item.item-main-menu {
    margin: 0 -15px 30px;
}
.header-sidenav-section .zozo-vertical-side-bar .main-bar-item .zozo-main-nav > li,
.header-sidenav-section .zozo-vertical-side-bar .main-bar-item .zozo-main-nav > li > a {
    width: 100%;
    display: block;
    text-align: left;
    line-height: 40px;
    height: 40px;
}
.header-sidenav-section .zozo-vertical-side-bar .main-bar-item .zozo-main-nav > li > a {
    border-bottom: none;
}
.header-sidenav-section .zozo-vertical-side-bar .main-bar-item .dropdown-toggle:after {
    content: "\f0da";
    font-family: FontAwesome;
    font-size: 9px;
    font-weight: normal;
    height: 5px;
    position: absolute;
    right: 15px;
    width: 5px;
}
.header-sidenav-section .dropdown-menu,
.header-sidenav-section .zozo-main-nav.navbar-nav .sub-menu {
    left: 100%;
    top: -3px;
}
.header-sidenav-section .zozo-vertical-side-bar .zozo-main-nav.navbar-nav .dropdown-menu li:before {
	border:none;
}
.header-sidenav-section .zozo-vertical-side-bar .zozo-main-nav.navbar-nav .dropdown-menu a {
    border-bottom: none;
    height: 40px;
    line-height: 40px;
	padding: 0 15px;
	display: block;
}
.header-sidenav-section .zozo-vertical-side-bar .zozo-main-nav.navbar-nav .dropdown-menu li:last-child > a {
    border-bottom: none;
}
.header-sidenav-section .zozo-main-nav.navbar-nav .dropdown-menu, 
.header-sidenav-section .zozo-main-nav.navbar-nav .dropdown-menu .sub-menu {
    padding: 10px 5px 10px 10px;
}
/* RIGHT SIDE */
.header-sidenav-section.header-position-right .zozo-vertical-side-bar .main-bar-item .zozo-main-nav > li > a {
    text-align: right;
}
.header-sidenav-section.header-position-right .zozo-vertical-side-bar .main-bar-item .dropdown-toggle:after {
    content: "\f104";
    left: 15px;
    right: auto;
}
.header-sidenav-section.header-position-right .dropdown-menu,
.header-sidenav-section.header-position-right .zozo-main-nav.navbar-nav .sub-menu {
    right: 100%;
    left: auto;
}
.header-sidenav-section.header-position-right .zozo-vertical-side-bar .main-bar-item .dropdown-menu {
    text-align: right;
}
.header-sidenav-section.header-position-right .dropdown-menu > li.dropdown:after,
.header-sidenav-section.header-position-right .sub-menu > li.dropdown:after {
    left: 12px;
    right: auto;
    content: "\f104";
}
.header-sidenav-section.header-position-right .dropdown-menu > li.dropdown:hover:after,
.header-sidenav-section.header-position-right .sub-menu > li.dropdown:hover:after {
    content: "\f105";
}
.header-sidenav-section.header-position-right .woo-cart-contents {
    right: 0;
    left: auto;
}
/* HEADER CONTACT DETAILS */
.header-sidenav-section .zozo-vertical-side-bar .main-bar-item .header-contact-details > li,
.header-sidenav-section .zozo-vertical-side-bar .main-bar-item .header-details-box {
    display: block;
    margin: 0 auto 15px;
}
.header-sidenav-section .zozo-vertical-side-bar .main-bar-item .header-details-box .header-details-icon {
    float: none;
    margin-bottom: 15px;
}
/* Header Transparency */
.header-section.header-transparent,
.header-section.header-semi-transparent,
.header-transparent.mobile-header-section,
.header-semi-transparent.mobile-header-section {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
}
/*New tag*/
.header-section .menu-item .new-tag-hot,
.header-section .menu-item .new-tag-new,
.header-section .menu-item .new-tag-trend {
    border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #fff;
    font-size: 9px;
    font-weight: 800;
    margin-left: 10px;
    margin-top: 3px;
    padding: 3px 5px 4px;
    position: relative;
    text-transform: capitalize;
}
.header-section .menu-item .new-tag-hot:before,
.header-section .menu-item .new-tag-new:before,
.header-section .menu-item .new-tag-trend:before {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-color: transparent #138af9 transparent transparent;
    border-style: solid;
    border-width: 5px;
    content: "";
    height: 0;
    left: -9px;
    position: absolute;
    top: 4px;
    width: 0;
}
.header-section .menu-item .new-tag-hot {
    background-color: #ff0000;
}
.header-section .menu-item .new-tag-hot::before {
    border-color: transparent #ff0000 transparent transparent;
}
.header-section .menu-item .new-tag-new {
    background-color: #138af9;
}
.header-section .menu-item .new-tag-new::before {
    border-color: transparent #138af9 transparent transparent;
}
.header-section .menu-item .new-tag-trend {
    background-color: #1eb710;
}
.header-section .menu-item .new-tag-trend::before {
    border-color: transparent #1eb710 transparent transparent;
}
/* Sliding Bar */
.slidingbar-toggle-wrapper a {
    border-left: 40px solid transparent;
    border-top: 40px solid;
    position: absolute;
    right: 0;
    color: #fff;
}
.slidingbar-toggle-wrapper a:after {
    color: #333;
    content: "\f142";
    font-family: "Flaticon";
    display: block;
    font-size: 10px;
    font-weight: 600;
    left: -18px;
    position: absolute;
    text-shadow: none;
    top: -42px;
	 transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
}
.slidingbar-toggle-wrapper a.sb-open:after {
	content: "\f13b";
	font-family: "Flaticon";
}
.sliding-bar-section {
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}
.fullscreen-search-open .sliding-bar-section {
	z-index: 99;
}
.slidingbar-inner {
    background: #222;
	border-bottom:1px solid;
    color: #fff;
    display: none;
    height: auto;
    overflow: hidden;
    padding: 25px 0;
    position: relative;
    z-index: 3;
}
/* Sliding Bar Widgets */
.sliding-bar-widgets input,
.sliding-bar-widgets select,
.sliding-bar-widgets textarea {
    color: #666;
}
.sliding-bar-widgets a:hover,
.sliding-bar-widgets a:active,
.sliding-bar-widgets a:focus {
    color: #fff;
}
.sliding-bar-widgets .widget table,
.sliding-bar-widgets .widget:last-child {
    margin-bottom: 0;
}
.sliding-bar-widgets .widget .widget-title {
    color: #fff;
    line-height: 36px;
    margin-bottom: 8px;
    margin-top: 0;
}
.sliding-bar-widgets .zozo-counter-count {
    color: #fff;
    line-height: 30px;
    margin: 0;
    padding: 0 0 10px;
}
.sliding-bar-widgets .zozo-counter-count .counter {
    margin-left: 10px;
}
.sliding-bar-widgets .widget_calendar caption {
    color: #fff;
    padding-top: 0;
}
.sliding-bar-widgets .widget.widget_recent_entries li a,
.sliding-bar-widgets .widget.widget_recent_comments li .comment-author-link a:hover,
.sliding-bar-widgets .widget.zozo_category_posts_widget li a,
.sliding-bar-widgets .widget.widget_categories li a,
.sliding-bar-widgets .widget.widget_archive li a,
.sliding-bar-widgets .widget.widget_meta li a,
.sliding-bar-widgets .widget.widget_nav_menu li a {
    color: #fff;
}
.sliding-bar-widgets .widget.widget_recent_entries li a:hover,
.sliding-bar-widgets .widget.widget_recent_comments li a:hover,
.sliding-bar-widgets .widget.zozo_category_posts_widget li a:hover,
.sliding-bar-widgets .widget.widget_categories li a:hover,
.sliding-bar-widgets .widget.widget_archive li a:hover,
.sliding-bar-widgets .widget.widget_meta li a:hover,
.sliding-bar-widgets .sliding-bar-widgets .widget.widget_nav_menu li a:hover {
    color: #fff;
}
.sliding-bar-widgets .widget.widget_recent_entries li a,
.sliding-bar-widgets .widget.widget_recent_comments li .comment-author-link a,
.sliding-bar-widgets .widget.zozo_category_posts_widget li a,
.sliding-bar-widgets .widget.widget_categories li a,
.sliding-bar-widgets .widget.widget_archive li a,
.sliding-bar-widgets .widget.widget_meta li a,
.sliding-bar-widgets .widget.widget_nav_menu li a {
    color: #bbb;
}
.sliding-bar-widgets .zozo-latest-posts .posts-title a {
    color: #fff;
}
.sliding-bar-widgets .zozo-latest-posts .posts-title {
    margin-bottom: 5px;
    margin-top: -4px;
}
.sliding-bar-widgets .zozo-latest-posts .entry-date {
    color: #bbb;
}
.sliding-bar-widgets .widget.zozo_popular_posts_widget li.posts-item {
    margin: 0;
    padding: 15px 0;
}
.sliding-bar-widgets .widget.zozo_popular_posts_widget li.posts-item:first-child {
    padding-top: 0;
}
.sliding-bar-widgets .widget.zozo_popular_posts_widget li.posts-item:last-child {
    padding-bottom: 0;
}
.sliding-bar-widgets .widget.zozo_popular_posts_widget li.posts-item .entry-summary p {
    margin-bottom: 0;
}
.sliding-bar-widgets .widget.zozo_popular_posts_widget li.posts-item .entry-date {
    margin-top: 8px;
    display: block;
}
.sliding-bar-widgets .textwidget p,
.sliding-bar-widgets .textwidget div {
    color: #bbb;
}
.sliding-bar-widgets .zozo-tabs-widget .nav-tabs li h6 a {
    color: #fff;
}
.sliding-bar-widgets .zozo-tabs-widget .nav-tabs li h6 a:hover,
.sliding-bar-widgets .zozo-tabs-widget .nav-tabs li h6 a:focus,
.sliding-bar-widgets .zozo-tabs-widget .nav-tabs li.active h6 a,
.sliding-bar-widgets .zozo-tabs-widget .nav-tabs li.active h6 a:hover,
.sliding-bar-widgets .zozo-tabs-widget .nav-tabs li.active h6 a:focus {
    color: #333;
}
.sliding-bar-widgets .zozo-tabs-widget .tabs .zozo-tab-content {
    color: #333;
}
.sliding-bar-widgets .zozo-social-icons li a:hover i,
.sliding-bar-widgets .zozo-social-icons li a:focus i {
    color: #fff;
}
.sliding-bar-widgets .zozo-social-icons.soc-icon-transparent li a {
    padding-right: 10px;
    width: auto;
}
.sliding-bar-widgets .zozo-social-icons.soc-icon-transparent li a i {
    color: #fff;
}
.sliding-bar-widgets .zozo-social-icons.soc-icon-transparent li a,
.sliding-bar-widgets .zozo-social-icons.soc-icon-transparent li a:hover,
.zozo-social-icons.soc-icon-transparent li a:focus {
    background-color: transparent;
}
.sliding-bar-widgets .widget .tweet-item {
    border-color: rgba(255, 255, 255, 0.3);
}
.sliding-bar-widgets .widget li .tweet-user-name a {
    color: #ddd;
}
.sliding-bar-widgets .tweet-user-name span,
.sliding-bar-widgets .zozo_tweet_text {
    color: #bbb;
}
.sliding-bar-widgets .zozo-subscribe.form-control {
    background: #bbb none repeat scroll 0 0;
    border-color: #bbb;
}
/* ================================================================
 * Section Title 
 * ================================================================ */
.parallax-title {
    position: relative;
    margin: 0 0 30px 0;
}
h4.parallax-title {
    font-size: 28px;
}
.parallax-title.text-capitalize {
    text-transform: capitalize;
}
.parallax-title.text-lowercase {
    text-transform: lowercase;
}
.parallax-desc {
    max-width: 800px;
    margin: 0 auto 40px;
    text-align: center;
}
.parallax-desc.text-left,
.parallax-desc.text-right {
    text-align: left;
    float: left;
	max-width: none;
}
.parallax-desc.text-right {
    text-align: right;
    float: right;
}
/* Parallax Title Hightlight Text */
.title-prefix {
    font-weight: 100;
}
/* ================================================================
 * LAYOUT
 * ================================================================ */
.boxed #zozo_wrapper,
.boxed .container {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
}
.boxed #zozo_wrapper {
    position: relative;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
.boxed .zozo-main-wrapper .container, .boxed .zozo-main-wrapper .container-fluid {
    padding-left: 35px;
    padding-right: 35px;
}
.fullwidth .container {
    width: 100%;
    max-width: 1200px;
}
body.wide .container {
    padding: 0px 15px;
    width: 100%;
}
#zozo_wrapper {
    width: 100%;
}
/* Hidden Footer Boxed Layout */
body.boxed .footer-section.footer-style-hidden {
    margin: 0 auto;
    max-width: 1200px;
}
.two-col-right #single-sidebar-container #primary,
.two-col-left #single-sidebar-container #sidebar,
.three-col-right #single-sidebar-container,
.three-col-right #single-sidebar-container #primary,
.three-col-middle #single-sidebar-container #primary,
.three-col-middle #secondary-sidebar,
.three-col-left #single-sidebar-container #sidebar,
.three-col-left #secondary-sidebar {
    float: left;
}
.two-col-right #single-sidebar-container #sidebar,
.two-col-left #single-sidebar-container #primary,
.three-col-right #single-sidebar-container #sidebar,
.three-col-right #secondary-sidebar,
.three-col-middle #single-sidebar-container,
.three-col-middle #single-sidebar-container #sidebar,
.three-col-left #single-sidebar-container,
.three-col-left #single-sidebar-container #primary {
    float: right;
}
.site-content {
    padding-top: 110px;
    padding-bottom: 110px;
}
/* Clearing Floats */
.site-content {
	float: left;
	width: 100%;
}
.main-section {
    background: #f7f8fa;
}
.rev_slider-active.rev-position-header-below .main-section {
    border-top: none;
}
.main-col-small,
.main-col-full,
.content-col-small,
.content-col-full,
.pm-sidebar,
.sec-sidebar {
    padding-left: 15px;
    padding-right: 15px;
}
.main-col-small {
    width: 80%;
}
.main-col-full {
    width: 100%;
}
.content-col-small {
    width: 70%;
}
.content-col-full {
    width: 100%;
}
.pm-sidebar {
    width: 29%;
}
.sec-sidebar {
    width: 19%;
}
.sidebar {
    padding-top: 110px;
    padding-bottom: 40px;
}
.grey-wrapper {
    background-color: #f7f7f7;
}
.light-wrapper {
    background-color: #fff;
}
.dark-wrapper {
    background-color: #333;
}
.image-left .vc-zozo-image-wrapper,
.image-right .vc-zozo-image-wrapper {
    background-position: center;
}
/* ================================================================
 * FOOTER
 * ================================================================ */ 
.footer-section {
    background: #f2f2f2;
}
.footer-copyright-section {
    background: #f7f7f7;
    padding: 25px 0;
}
.footer-widgets-section {
    padding: 60px 0;
}
.footer-hidden .wrapper-inner {
    position: relative;
    z-index: 10;
}
.footer-section.footer-style-hidden {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    z-index: -1;
    overflow-y: auto;
}
.footer-style-sticky.footer-section .footer-copyright-section {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    z-index: 99;
}
.footer-copyright-section p {
    font-size: 11px;
    text-transform: capitalize;
}
.footer-widgets .widget .textwidget img {
    margin: 0;
}
/* Copyright */
.footer-copyright-section p,
.zozo-footer-nav.navbar-nav > li > a {
    color: #bfbfbf;
    margin: 0;
    line-height: 34px;
}
.zozo-footer-nav.navbar-nav > li {
    font-size: 10px;
    margin-right: 13px;
    position: relative;
}
.zozo-footer-nav.navbar-nav > li:after {
    color: #7f7f7f;
    content: "/";
    position: absolute;
    right: -8px;
    top: 5px;
}
.zozo-footer-nav.navbar-nav > li > a {
    padding: 0 8px;
}
.zozo-footer-nav.navbar-nav > li:last-child > a,
.zozo-footer-nav.navbar-nav > li:last-child{
	padding-right: 0;
	margin-right: 0;
}
.zozo-footer-nav.navbar-nav > li:last-child:after {
    content: none;
}
.zozo-footer-nav.navbar-nav > li > a:hover {
    color: #333;
    background: transparent;
}
.nav > li > a:focus, .nav > li > a:hover {
    background-color: transparent;
}	
.footer-top-position{
	left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
}
/* Back to top */
#zozo-backtotop {
    background-color: #222;
    bottom: 26px;
    color: #fff;
    display: inline-block;
    font-size: 8px;
    height: 30px;
    line-height: 30px;
    margin-top: 0;
    padding-right: 0;
    position: fixed;
    right: 26px;
    text-align: center;
    width: 30px;
    z-index: 999;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	-webit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
	-ms-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
	-o-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
}
#zozo-backtotop:hover, #zozo-backtotop:focus{
   background: #171717;
}
/* Footer New */
.footer-widgets .widget .zozo-social-icons{
	display: block;
}
.footer-widgets .widget .zozo-social-icons li{
	margin: 0 3px 5px;
}
.footer-widgets .widget .zozo-social-icons li a {
    border: 1px solid rgba(255, 255, 255, 0.11);
    font-size: 12px;
    height: 36px;
    line-height: 36px;
    width: 36px;
	color: #777;
}
.footer-widgets .widget .zozo-social-icons i{
	line-height: inherit;
	font-size: inherit;
	color: inherit;
}
.footer-widgets .widget .zozo-social-icons li a:hover,
.footer-widgets .widget .zozo-social-icons li a:focus{
	color: #fff;
}
.footer-widgets:last-child .widget:last-child {
    margin-bottom: 0;
}
/*Copyright and back to top - Center */
.footer-copyright-center .zozo-footer-nav {
	width:100%;
}
.footer-copyright-center .zozo-footer-nav > li {
	float:none;
	display:inline-block;
	margin-bottom: 5px;
}
/* Dark Footer */
.footer-section.footer-skin-dark{
   background: #171717;
}
.footer-section.footer-skin-dark .zozo-social-icons li a,
.footer-section.footer-skin-dark .footer-copyright-section {
    background: #101010;
}
.htype-header-10 .footer-section.footer-skin-dark .zozo-social-icons li a,
.htype-header-10 .footer-section.footer-skin-dark .footer-copyright-section {
    background: #171717;
}
.footer-section.footer-skin-dark .footer-widgets .widget h3.widget-title,
.footer-section.footer-skin-dark .zozo-counter-count > .counter {
	color:#fff;
}
.footer-section.footer-skin-dark .footer-widgets .widget,
.footer-section.footer-skin-dark .widget.widget_recent_entries li a,
.footer-section.footer-skin-dark .widget.widget_recent_comments li .comment-author-link a,
.footer-section.footer-skin-dark .widget.zozo_category_posts_widget li a,
.footer-section.footer-skin-dark .widget.widget_categories li a,
.footer-section.footer-skin-dark .widget.widget_archive li a,
.footer-section.footer-skin-dark .widget.widget_meta li a,
.footer-section.footer-skin-dark .widget.widget_nav_menu li a,
.footer-section.footer-skin-dark .widget li .tweet-user-name a,
.footer-section.footer-skin-dark .widget.zozo_popular_posts_widget .posts-title > a,
.footer-section.footer-skin-dark .latest-posts-menu .entry-date,
.footer-section.footer-skin-dark caption,
.footer-section.footer-skin-dark .zozo-tabs-widget a,
.footer-section.footer-skin-dark .widget.widget_pages li > a {
    color: #999999;
}
.footer-section.footer-skin-dark .footer-widgets .widget h3,
.footer-section.footer-skin-dark .widget.zozo_popular_posts_widget li.posts-item,
.footer-section.footer-skin-dark .widget .tweet-item,
.footer-section.footer-skin-dark .zozo-tabs-widget .tab-content > .tab-pane,
.footer-section.footer-skin-dark .zozo-tabs-widget .nav-tabs li.active h6 a,
.footer-section.footer-skin-dark .nav-tabs,
.footer-section.footer-skin-dark .zozo-tabs-widget .nav-tabs li h6 a:hover,
.footer-section.footer-skin-dark .widget-posts-list li,
.footer-section.footer-skin-dark .tagcloud a {
    border-color: rgba(255,255,255,0.15);
}
.footer-section.footer-skin-dark .footer-copyright-section {
	border-color:#111;
}
.footer-section.footer-skin-dark .zozo-tabs-widget .tab-content > .tab-pane,
.footer-section.footer-skin-dark .zozo-tabs-widget .nav-tabs li.active h6 a,
.footer-section.footer-skin-dark .zozo-tabs-widget .nav-tabs li h6 a:hover {
    background: transparent;
}
/* ================================================================
 * PARALLAX 
 * ================================================================ */
.zozo-parallax-header {
    text-align: center;
    clear: both;
    margin-bottom: 25px;
}
.zozo-parallax-header:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.parallax-header {
    text-align: center;
}
.fullwidth-section {
    position: relative;
    z-index: 1;
}
.fullwidth-section.no-bg-image .parallax-page-inner,
.zozo-fullwidth-box.normal-background .fullwidth-page-inner {
    padding-top: 35px;
    padding-bottom: 35px;
}
.fullwidth-section.no-bg-image {
    padding-top: 70px;
    margin-top: -70px;
}
.fullwidth-section.parallax-background .parallax-page-inner,
.zozo-fullwidth-box.parallax-background .fullwidth-page-inner {
    padding-top: 100px;
    padding-bottom: 100px;
}
.parallax-background.parallax-section .parallax-page-inner {
    background-attachment: fixed !important;
    background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
}
.parallax-overlay.parallax-overlay-pattern:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
}
.parallax-overlay.parallax-overlay-pattern {
    position: relative;
    z-index: 100;
}
.parallax-overlay.parallax-overlay-pattern.pattern-1:before {
    background: url(images/patterns/pattern-1.png) top left repeat;
}
.parallax-overlay.parallax-overlay-pattern.pattern-2:before {
    background: url(images/patterns/pattern-2.png) top left repeat;
}
.parallax-overlay.parallax-overlay-pattern.pattern-3:before {
    background: url(images/patterns/pattern-3.png) top left repeat;
}
.parallax-overlay.parallax-overlay-pattern.pattern-4:before {
    background: url(images/patterns/pattern-4.png) top left repeat;
}
.parallax-overlay.parallax-overlay-pattern.pattern-5:before {
    background: url(images/patterns/pattern-5.png) top left repeat;
}
.zozo-fullwidth-box {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
}
.parallax-background .parallax-bg-overlay {
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}
.parallax-section-container {
    position: relative;
    z-index: 10;
}
.parallax-background .parallax-header,
.parallax-background .parallax-desc,
.parallax-background .parallax-content,
.parallax-background .parallax-content p,
.parallax-background .parallax-content .team-member-desc,
.parallax-background .parallax-content .zozo-tabs .nav-tabs > li > a {
    color: #fff;
}
.parallax-background .parallax-content a:hover,
.parallax-background .parallax-content a:active,
.parallax-background .parallax-content a:focus {
    color: #fff;
}
.parallax-background .parallax-content .portfolio-mask a:hover,
.parallax-background .parallax-content .portfolio-mask a:active,
.parallax-background .parallax-content .portfolio-mask a:focus {
    color: #333;
}
/* Overlay */
.bg-overlay-dark,
.bg-overlay-light,
.bg-overlay-primary {
    position: relative;
}
.bg-overlay-dark:before,
.bg-overlay-light:before,
.bg-overlay-primary:before {
    background: rgba(0, 0, 0, 0.5);
    content: "";
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    z-index: 1;
}
.bg-overlay-light:before {
    background: rgba(255, 255, 255, 0.5);
}
.zozo-vc-main-row-inner {
    position: relative;
    z-index: 31;
	width: 100%;
}
.vc_row .upb_row_bg {
    z-index: 1;
}
/* ================================================================
 * REVOLUTION SLIDER
 * ================================================================ */
.zozo-revslider-section {
    position: relative;
    z-index: 30;
}
.zozo-revslider-section .slider-title > h2,
.zozo-revslider-section .slider-title {
    font-size: 65px;
    font-weight: 700;
    line-height: 75px;
    margin: 0;
    text-transform: uppercase;
}
.zozo-revslider-section .slider-sub-title {
    font-size: 40px;
    margin-bottom: 22px;
    line-height: 52px;
    font-weight: 700;
}
.zozo-revslider-section .slider-desc {
    font-size: 15px;
    line-height: 25px;
    font-weight: 300;
    color: #000;
}
.slider-h4 {
    font-size: 24px;
    font-weight: 500;
    line-height: 31px;
}
.h2_white,
.h2_white h2 {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.logo-bordered-white {
    border: 5px solid #fff;
    padding: 15px;
}
.italic-white {
    color: #fff;
    font-style: italic;
    font-size: 17px;
}
.text-white {
    color: #fff;
}
.text-black {
    color: #000;
}
/* ================================================================
 * ICON STYLES
 * ================================================================ */
/* Icon Pattern */
.zozo-icon.icon-pattern {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    background-position: top center;
    background-repeat: repeat;
}
.zozo-icon.icon-pattern.pattern-1 {
    background-image: url(images/pattern-1.png);
}
.zozo-icon.icon-pattern.pattern-2 {
    background-image: url(images/pattern-2.png);
}
.zozo-icon.icon-pattern.pattern-3 {
    background-image: url(images/pattern-3.png);
}
.zozo-icon.icon-pattern.pattern-4 {
    background-image: url(images/pattern-4.png);
}
.zozo-icon.icon-pattern.pattern-5 {
    background-image: url(images/pattern-5.png);
}
/* ================================================================
 * OWL CAROUSEL
 * ================================================================ */
.zozo-content-carousel-wrapper .content-carousel-slider .owl-item {
    overflow: hidden;
}
.owl-carousel .owl-wrapper-outer {
    z-index: 100;
}
.owl-carousel.owl-theme .owl-controls .owl-nav {
    margin-top: 0;
}
.owl-carousel.owl-theme .owl-controls .owl-nav div {
    background: #171717 none repeat scroll 0 0;
    border-radius: 2px;
    color: #fff;
    font-size: 14px;
    height: 26px;
    line-height: 24px;
    margin: 0;
    opacity: 1;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: -40px;
    width: 26px;
    z-index: 101;
}
.typo-light .owl-carousel.owl-theme .owl-controls .owl-nav div {
    background: #fff none repeat scroll 0 0;
	color: #171717;
}
.owl-carousel.owl-theme .owl-controls .owl-nav div:hover {
	opacity: 0.8;
}
.owl-carousel.owl-theme .owl-controls .owl-nav .owl-prev {
    right: 28px;
}
.owl-carousel.owl-theme .owl-controls .owl-nav div:hover {
    color: #fff;
}
.owl-carousel.owl-theme .owl-dots {
    text-align: center;
    margin-top: 25px;
}
.owl-carousel.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}
.owl-carousel.owl-theme .owl-controls .owl-dots span {
    border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%;
	background: #171717 none repeat scroll 0 0;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
	display: block;
	height: 7px;
	margin: 0 7px;
	width: 7px;
}
.owl-carousel.owl-theme .owl-controls .owl-dots .owl-dot.active span {
    opacity: 1;
    transform: scale(1.5);
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-o-transform: scale(1.5);
}
.owl-carousel.owl-theme .owl-controls .owl-dots .owl-dot span,
.owl-carousel.owl-theme .owl-controls .owl-dots .owl-dot.active span{
	-webkit-transition:all 250ms ease-in-out 0s;
	   -moz-transition:all 250ms ease-in-out 0s;
	    -ms-transition:all 250ms ease-in-out 0s;
	     -o-transition:all 250ms ease-in-out 0s;
		    transition:all 250ms ease-in-out 0s;
}
.typo-light .owl-carousel.owl-theme .owl-controls .owl-dots span {
	background: #fff none repeat scroll 0 0;
}
.owl-slides-container {
    position: relative;
}
.owl-carousel .itemsScale .owl-item img {
    width: 100%;
}
.zozo-client-slider-wrapper .owl-carousel .owl-item img {
    text-align: center;
    margin: 0 auto;
    width: auto;
}
.widget .owl-carousel.owl-theme .owl-controls .owl-nav div{
	top:0px;
}
/* ================================================================
 * TEAM SECTION
 * ================================================================ */ 
.team-item-img img {
    width: 100%;
}
.team-member-name a{
	color: #171717;
}
.team-member-desc {
    font-size: 11px;
	color: #777;
}
.team-member-designation {
	color: #171717;
    display: inline-block;
    font-size: 11px;
}
.zozo-team-social-list.zozo-social-icons li {
    margin: 0;
}
.team-item-img{
	overflow: hidden;
}
.team-item-img img {
	transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
}
.team-item:hover .team-item-img img {
	transform: scale(1.05, 1.05);
	-webkit-transform: scale(1.05, 1.05);
	-moz-transform: scale(1.05, 1.05);
	-ms-transform: scale(1.05, 1.05);
	-o-transform: scale(1.05, 1.05);
}
.zozo-team-social-list.zozo-social-icons.soc-icon-transparent i {
    font-size: 14px;
    line-height: 16px;
    color: #fff;
}
.typo-light .zozo-team-social-list.zozo-social-icons.soc-icon-transparent i {
    color: #fff;
}
.team-box_type .team-member-name {
    margin-bottom: 5px;
    position: relative;
}
.team-item:hover .team-content, .team-content {
	-webkit-transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	transition: all 250ms ease;
}
.team-content {
	background: transparent;
    text-align: center;
	padding: 30px 20px;
	position: relative;
}
.zozo-team-social {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    display: inline-block;
    margin-top: 20px;
    padding-top: 20px;
}
.team-item .zozo-team-social-list.zozo-social-icons.soc-icon-transparent i{
    color: #777;
	font-size: 13px;
}
/* Team Center */
.team-item.text-center {
    text-align: center;
}
.team-item.text-center img {
    margin: 0 auto;
}
.team-item.text-center .team-member-name:after {
    left: 0;
    right: 0;
    margin: 0 auto;
}
/* Team Left */
.team-item.text-left,
.team-item.text-left .team-content {
    text-align: left;
}
.team-item.text-left img {
    margin: 0 auto;
    width: 100%;
}
.team-item.text-left .team-member-name:after {
    left: 0;
    right: auto;
    margin: 0;
}
/* Team Right */
.team-item.text-right,
.team-item.text-right .team-content {
    text-align: right;
}
.team-item.text-right img {
    margin: 0 auto;
    width: 100%;
}
.team-item.text-right .team-member-name:after {
    left: auto;
    right: 0;
    margin: 0 auto;
}
/* ========= Team Style Fold ======= */
.team-fold_style .team-content,
.team-fold_style .team-member-desc p,
.team-fold_style .team-member-name a,
.team-fold_style p .team-member-designation  {
	color: #171717;
}
.team-fold_style h5.team-member-name > a:hover, 
.team-fold_style h5.team-member-name > a:focus  {
    color: #fff;
}
.team-fold_style .team-content::before {
    box-shadow: 1px -1px 1px rgba(0, 0, 0, 0.4);
    content: "";
    height: 0;
    pointer-events: none;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
	transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
}
.team-fold_style .team-content::before {
    background: rgba(0, 0, 0, 0) -moz-linear-gradient(225deg, #ffb647 48%, #f7f8fa 50%, #f7f8fa  56%, #f7f8fa 80%) repeat scroll 0 0;
	background: rgba(0, 0, 0, 0) -webkit-linear-gradient(225deg, #ffb647 48%, #f7f8fa 50%, #ffffff 56%, #f7f8fa 80%) repeat scroll 0 0;
	background: rgba(0, 0, 0, 0) -ms-linear-gradient(225deg, #ffb647 48%, #f7f8fa 50%, #f7f8fa 56%, #f7f8fa 80%) repeat scroll 0 0;
	background: rgba(0, 0, 0, 0) -o-linear-gradient(225deg, #ffb647 48%, #f7f8fa 50%, #f7f8fa 56%, #f7f8fa 80%) repeat scroll 0 0;
	background: rgba(0, 0, 0, 0) linear-gradient(225deg, #ffb647 48%, #f7f8fa 50%, #f7f8fa 56%, #f7f8fa 80%) repeat scroll 0 0;
}
.team-fold_style .team-item:hover .team-content::before {
    height: 40px;
    width: 40px;
}
.team-fold_style .team-item:hover .zozo-team-social {
    border-color: rgba(0, 0, 0, 0.5);
}
.team-fold_style .team-item:hover .zozo-team-social-list.zozo-social-icons.soc-icon-transparent i{
	color: #171717;
}
.team-fold_style .team-item .zozo-team-social-list.zozo-social-icons.soc-icon-transparent i:hover{
	color: #fff;
}
.typo-light .team-fold_style .team-member-name a{
	color: #fff;
}
.typo-light .team-fold_style .team-content,
.typo-light .team-fold_style .team-member-desc p,
.typo-light .team-fold_style p .team-member-designation  {
	color: #919191;
}
.typo-light .team-fold_style .team-item:hover .team-member-name a,
.typo-light .team-fold_style .team-item:hover .team-content,
.typo-light .team-fold_style .team-item:hover .team-member-desc p,
.typo-light .team-fold_style .team-item:hover p .team-member-designation  {
	color: #171717;
}
.typo-light .team-fold_style .team-item:hover .team-member-name a:hover{
	color: #fff;
}
.typo-light .team-fold_style .zozo-team-social {
    border-color: rgba(255, 255, 255, 0.08);
}
.typo-light .team-fold_style .team-item:hover .zozo-team-social {
    border-color: rgba(0, 0, 0, 0.8);
}
/* ========= Team Style 1 ======= */
.team-style_one .team-content {
    background: #252525 none repeat scroll 0 0;
    color: #fff;
}
.team-style_one .team-member-name a{
	color: #fff;
}
.team-style_one .team-member-desc {
	color: #919191;
}
.team-style_one .team-member-designation {
	color: #ccc;
}
.team-style_one .zozo-team-social {
    border-color: rgba(255, 255, 255, 0.08);
}
/* ========= Team Style 1 Circle ======= */
.team-style_one_circle .team-item:hover .team-item-img img,
.team-style_one_circle .team-item-img img {
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
}
.typo-light .team-style_one_circle .zozo-team-social {
    border-color: rgba(255, 255, 255, 0.08);
}
/* ========= Team Overlay ======= */
.team-overlay-inner {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
    color: #fff;
    position: absolute;
	opacity: 0;
	transform: scale(0.9); -webkit-transform: scale(0.9); -moz-transform: scale(0.9); -ms-transform: scale(0.9); -o-transform: scale(0.9);
	transition: opacity 0.2s ease-in-out 0s, -webkit-transform 0.2s ease-in-out 0s, -moz-transform 0.2s ease-in-out 0s, -o-transform 0.2s ease-in-out 0s, transform 0.2s ease-in-out 0s;
}
.team-overlay_style .team-item:hover .team-overlay-inner {
	left: 0;
	right: 0;
	opacity: 1;
	transition-delay: 250ms; -webkit-transition-delay: 250ms; -ms-transition-delay: 250ms; -o-transition-delay: 250ms; -moz-transition-delay: 250ms;
	transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1);
}
.team-overlay_style .team-member-name a,
.team-overlay_style p .team-member-designation,
.team-overlay_style .team-member-desc p,
.team-overlay_style .team-item .zozo-team-social-list.zozo-social-icons.soc-icon-transparent i{
	color: #fff !important;
}
.team-overlay_style .team-item:hover .zozo-team-social {
    border-color: rgba(255, 255, 255, 0.7);
}
.team-overlay-inner .team-content {
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
/* ========= Team Light Skin ======= */
.typo-light .team-member-designation{
	color: #bbb;
}
.typo-light .team-member-desc p{
	color: #919191;
}
/* ========= Team List ======= */
.team-list-inner .team-item {
    margin-bottom: 40px;
}
.team-list-inner .team-item-img {
    margin-bottom: 0;
}
.team-list-inner .team-member-name {
    margin-top: 0;
    margin-bottom: 15px;
}
.team-list-inner .team-member-name:after {
    content: none;
    display: none;
}
.team-list-inner .zozo-circle-counter-wrapper {
    margin-top: 28px;
}
.team-list-inner .zozo-circle-counter-wrapper .circle-counter-title {
    margin-top: 10px;
}
/* Team Single */
.team-single {
    padding: 30px 0;
}
.team-single .team-image {
    margin-bottom: 50px;
}
.team-single .team-member-name:after {
    left: 0;
    right: auto;
    bottom: -20px;
}
.team-single .team-member-name {
    margin-top: 0;
}
.team-single .team-member-designation {
	display:block;
	margin:0;
}
.team-single .team-member-desc {
    font-size: 13px;
}
.team-single .owl-dots {
    margin: 30px 0 26px;
}
.team-single .zozo-team-social {
    padding-top: 15px;
    padding-bottom: 15px;
	margin:0;
	border:none;
}
.team-single .zozo-team-social .zozo-social-icons li {
    margin: 0 3px;
}
.team-single .zozo-team-social .zozo-social-icons li a {
    width: 30px;
    height: 30px;
    background: #fff !important;
	color: #777;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
}
.team-single .zozo-team-social .zozo-social-icons li a i {
    line-height: 30px;
	color: inherit;
}
.zozo-circle-counter-wrapper {
    margin-top: 18px;
}
.team-single .team-content {
	padding:0;
	text-align:left; 
}
/* ================================================================
 * TESTIMONIALS SECTION
 * ================================================================ */ 
.testimonial-grid-inner {
    clear: both;
}
.testimonial-item .testimonial-content blockquote::before {
    content: none;
}
.testimonial-content{
	color: #777;
}
.testimonial-item .testimonial-content blockquote,
.testimonial-item .testimonial-content blockquote {
    padding: 0;
    margin-bottom: 20px;
    color: #333;
	letter-spacing:unset;
	font-size: 17px;
    font-style: italic;
    font-weight: 500;
}
.testimonial-item .testimonial-img > img,
.testimonial-carousel-slider .owl-item .testimonial-img img {
    width: auto;
    max-width: 100%;
    border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-border-radius: 50%;
    margin: 0 auto 20px;
}
.testimonial-item .author-info-box {
    text-align: center;
}
.testimonial-item .author-details > p {
    margin-bottom: 0;
}
.testimonial-item .author-details .author-designation-info {
    font-size: 10px;
}
.typo-dark .testimonial-item .author-details > p.author-designation-info {
    color: #7f7f7f;
    font-style: italic;
}
.author-details > p.author-designation-info .testimonial-author-designation {
    margin-right: 2px;
}
.author-details > p.author-designation-info .testimonial-author-designation:after {
    content: ",";
}
/* STYLE - DEFAULT */
.testimonial-item.tstyle-default .testimonial-img > img {
	max-width:50px;
	margin: 0 20px 0 0;
}
.testimonial-item.tstyle-default .author-info-box > div {
	display:inline-block;
	vertical-align:middle;
}
.testimonial-item.tstyle-default .testimonial-content,
.testimonial-item.tstyle-no-border .testimonial-content {
    margin-bottom: 30px;
}
.testimonial-item.tstyle-default .author-details > p {
	text-align:left;
}
.testimonial-item.tstyle-default .testimonial-author-name {
	text-transform:uppercase;
}
.testimonial-item.tstyle-default blockquote > p {
    font-style:italic;
    font-size: 17px;
    text-align: center;
}
.testimonial-item.tstyle-default .testimonial-rating {
    text-align: center;
}
/* Left Align */
.testimonials-left .testimonial-item.tstyle-default blockquote > p,
.testimonials-left .testimonial-item.tstyle-default .testimonial-rating,
.testimonials-left .testimonial-item .author-info-box {
	text-align:left;
}
/* STYLE - BORDER */
.testimonial-item.tstyle-border blockquote > p,
.testimonial-item.tstyle-no-border blockquote > p {
    text-align: center;
}
.testimonial-item.tstyle-no-border .testimonial-rating {
    text-align: center;
	margin: 20px 0;
}
.testimonial-item.tstyle-border .testimonial-rating {
	text-align:right;
}
.testimonial-item.tstyle-border .testimonial-content,
.testimonial-item.tstyle-no-border .testimonial-content {
    padding: 15px;
    margin-left: 1px;
    border: 1px solid;
    margin-bottom: 15px;
    border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    position: relative;
}
.testimonial-item.tstyle-border .testimonial-content:before {
    border: 10px solid;
    border-color: #e1e1e1 transparent transparent;
    bottom: -20px;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    width: 0;
}
.testimonial-item.tstyle-border .testimonial-content:before,
.testimonial-item.tstyle-border .testimonial-content:after {
    left: 0;
    margin: 0 auto;
    right: 0;
}
.testimonial-item.tstyle-border .testimonial-content:after {
    border: 10px solid;
    border-color: #fff transparent transparent;
    bottom: -18px;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    width: 0;
}
.testimonial-item.tstyle-border .testimonial-content blockquote,
.testimonial-item.tstyle-no-border .testimonial-content blockquote {
    padding: 0 30px;
}
.testimonial-item.tstyle-border .testimonial-content blockquote:before,
.testimonial-item.tstyle-no-border .testimonial-content blockquote:before {
    background: none;
    content: open-quote;
    font-size: 50px;
    font-weight: bold;
    left: 0;
    line-height: 1;
    position: absolute;
    top: 0;
}
.testimonial-item.tstyle-border .testimonial-content blockquote:after,
.testimonial-item.tstyle-no-border .testimonial-content blockquote:after {
    content: close-quote;
    font-size: 50px;
    font-weight: bold;
    line-height: 0;
    vertical-align: bottom;
    position: absolute;
    right: 0;
}
.testimonial-item.tstyle-no-border .testimonial-content blockquote:after {
    right: 0;
    bottom: 0;
}
/* NO - BORDER */
.testimonial-item.tstyle-no-border .testimonial-content {
    border: none;
    margin-bottom: 0;
	padding:0 15px;
}
.testimonial-item.tstyle-no-border .testimonial-content blockquote {
	margin-bottom: 0;
}
.testimonial-item.tstyle-no-border .testimonial-content blockquote:before, .testimonial-item.tstyle-no-border .testimonial-content blockquote:after {
	content:none;
}
.testimonial-item.tstyle-no-border blockquote > p {
	font-size: 14px;
    font-style: normal;
}
.testimonial-item.tstyle-no-border .testimonial-author-name {
	text-transform:uppercase;
}
.testimonial-item.tstyle-no-border .author-designation-info {
	color:#ababab;
}
/* STYLE BORDER 2*/
.testimonial-item.tstyle-border2 {
    background: rgba(241, 241, 241, 0.1);
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    margin-left: 40px;
    padding: 20px 20px 20px 60px;
    position: relative;
}
.testimonial-item.tstyle-border2 .testimonial-img {
    bottom: 20px;
    left: -35px;
    position: absolute;
    padding: 4px;
    border: 1px solid #e1e1e1;
    border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-border-radius: 50%;
    display: inline-block;
    background: #fff;
}
.testimonial-item.tstyle-border2 .testimonial-img > img {
    max-width: 70px;
    border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-border-radius: 50%;
    display: inline-block;
    margin-bottom: 0;
}
.testimonial-item.tstyle-border2 .author-details > p {
    text-align: left;
}
/* TESTIMONIALS GRID */
.zozo-testimonial-grid-wrapper .testimonial-item {
    margin-bottom: 30px;
}
.testimonials-left .testimonial-item .testimonial-author-wrapper {
    float: left;
}
.testimonials-right .testimonial-item .testimonial-author-wrapper {
    float: right;
}
/* TESTIMONIALS SINGLE */
.testimonial-single .testimonial-item.tstyle-border .testimonial-content blockquote {
    padding: 0 40px;
}
.testimonial-single .testimonial-item.tstyle-border blockquote > p,
.testimonial-single .testimonial-item .author-info-box {
    text-align: left;
}
.testimonial-single .testimonial-item.tstyle-border .testimonial-content::before,
.testimonial-single .testimonial-item.tstyle-border .testimonial-content::after {
    right: auto;
    left: 35px;
}
.testimonial-single .testimonial-item .author-info-box .testimonial-img {
    float: left;
    margin-right: 15px;
}
.testimonial-archives .zozo_testimonial {
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 30px;
}
.testimonial-archives .zozo_testimonial:last-child {
    border-bottom: none;
}
/* ============== Testimonial Style Classic ============== */
.testimonial-item.tstyle-classic .testimonial-content blockquote::before, 
.testimonial-item.tstyle-classic .testimonial-content blockquote::after {
	color: #777;
    font-size: 130px;
    opacity: 0.1;
}
.testimonial-item.tstyle-classic .author-img-box .testimonial-img {
    height: 270px;
    margin: 20px auto 0;
    max-width: 270px;
    position: relative;
}
.testimonial-item.tstyle-classic .author-img-box .testimonial-img::after {
	background: transparent none repeat scroll 0 0;
    border: 10px solid #f1f1f1;
    border-radius: 100%;
    content: "";
    height: 274px;
    left: -14px;
    position: absolute;
    top: -12px;
    width: 274px;
    z-index: -1;
}
.testimonial-item.tstyle-classic .author-img-box .testimonial-img img {
    height: 270px;
    max-width: 270px;
}
.testimonial-item.tstyle-classic .testimonial-content blockquote::before {
    left: -70px;
    top: -50px;
    content: open-quote;
}
.testimonial-item.tstyle-classic .testimonial-content blockquote::after {
    bottom: -50px;
    right: 50px;
}
.testimonial-item.tstyle-classic .testimonial-details-wrapper {
    padding: 10% 7% 0;
    position: relative;
}
.testimonial-item.tstyle-classic .author-details {
    text-align: left;
}
/* ================================================================
 * TWITTER SECTION
 * ================================================================ */ 
.zozo-twitter-slider-wrapper {
    margin-top: 100px;
    position: relative;
}
.zozo-twitter-slider-wrapper::before {
    border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%;
    color: #171717;
    content: "\f099";
    font-family: FontAwesome;
    font-size: 22px;
    font-style: normal;
    font-weight: normal;
    height: 65px;
    left: 0;
    line-height: 65px;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: -100px;
    width: 65px;
}
.zozo-twitter-slider-wrapper .tweet-list span {
    display: block;
    text-align: center;
    font-size: 20px;
}
.zozo-twitter-slider-wrapper .tweet-list span.status {
    margin-bottom: 10px;
}
.zozo-twitter-slider-wrapper .tweet-list span.meta {
    font-size: 17px;
    font-style: italic;
}
/* ================================================================
 * PRICING TABLE
 * ================================================================ */
.zozo-pricing-table-wrapper {
    text-align: center;
    padding: 40px 0;
	background: #fff;
    position: relative;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
	-ms-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
	-o-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.zozo-pricing-table-wrapper.featured-item .zozo-pricing-item {
    margin: 50px 0;
}
.zozo-pricing-item .pricing-box .pricing-head h4 {
    font-weight: 700;
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
}
.zozo-pricing-item .pricing-bottom .pricing-cost-wrapper .pricing-cost h3 {
    color: inherit;
}
.zozo-pricing-item .pricing-bottom .pricing-cost-wrapper {
    margin-bottom: 30px;
}
.pricing-cost-container {
	color: #777;
	display: inline-block;
	margin: 10px 0;
	position: relative;
}
.zozo-pricing-item .pricing-cost-container h3 {
    display: inline-block;
    font-size: 54px;
    font-weight: 700;
}
.pricing-sub-title {
    background: #f9f9f9 none repeat scroll 0 0;
    color: #777;
    display: inline-block;
    font-size: 10px;
    margin: 10px 0;
    padding: 8px 38px;
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.pricing-starts {
    color: #777;
    font-size: 10px;
    margin: 10px 0;
}
.pricing-cost-sub {
    font-size: 54px;
}
.pricing-duration {
    display: block;
    margin-top: 10px;
}
.pricing-cost-sign {
    font-size: 37px;
    line-height: 1;
    position: absolute;
    right: -38px;
    top: -10px;
}
.zozo-pricing-item .pricing-features {
}
.zozo-pricing-table-wrapper.pricing-bottom-spacing .pricing-features {
    padding-bottom: 0;
}
.zozo-pricing-item .pricing-features ul {
    list-style: none;
    margin: 0 -20px -1px;
    padding: 0;
}
.zozo-pricing-item .pricing-features ul > li {
    padding: 6px 0;
	color: #777;
}
.zozo-pricing-item .pricing-features li.inactive {
    opacity: 0.6;
}
.zozo-pricing-item .pricing-features ul > li:last-child {
	padding-bottom: 0;
}
.zozo-pricing-item .pricing-cost-wrapper {
    margin: 10px 0;
}
.zozo-pricing-item .pricing-bottom {
    padding: 30px 0 0;
}
.zozo-pricing-item .pricing-bottom .btn.btn-default {
    background: transparent none repeat scroll 0 0;
    border: 2px solid #999 !important;
    border-radius: 1px;
    color: #777;
    padding: 14px 45px;
    width: auto;
}
.zozo-pricing-item .pricing-bottom .btn.btn-default:hover,
.zozo-pricing-item .pricing-bottom .btn.btn-default:focus,
.zozo-pricing-table-wrapper:hover .pricing-bottom .btn.btn-default {
    background: #171717 none repeat scroll 0 0;
    border-color: #171717 !important;
    color: #fff;
}
.zozo-pricing-item .pricing-ribbon-wrapper {
    height: 88px;
    overflow: hidden;
    position: absolute;
    right: -4px;
    top: -3px;
    width: 85px;
}
.zozo-pricing-item .pricing-ribbon-wrapper .pricing-ribbon {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    font-size: 12px;
    left: -5px;
    color: #333;
    padding: 5px 0;
    position: relative;
    text-align: center;
    top: 15px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 120px;
    text-transform: uppercase;
}
.zozo-pricing-item .pricing-ribbon-wrapper .pricing-ribbon:before,
.zozo-pricing-item .pricing-ribbon-wrapper .pricing-ribbon:after {
    border-left: 3px solid rgba(0, 0, 0, 0);
    border-right: 3px solid rgba(0, 0, 0, 0);
    border-top: 3px solid #6e8900;
    bottom: -3px;
    content: "";
    position: absolute;
}
.zozo-pricing-item .pricing-ribbon-wrapper .pricing-ribbon:before {
    left: -5px;
}
.zozo-pricing-item .pricing-ribbon-wrapper .pricing-ribbon:after {
    right: 0;
}
.zozo-pricing-item .pricing-icon-wrapper > i,
.zozo-pricing-table-wrapper:hover .pricing-icon-wrapper > i {
    transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
}
.zozo-pricing-item .pricing-icon-wrapper > i {
    background-color: #f5f5f5;
    color: #777;
    display: block;
    font-size: 32px;
    height: 90px;
    line-height: 90px;
    margin: 0 auto 30px;
    padding: 0;
    text-align: center;
    transform: none;
    transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
    width: 90px;
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.zozo-pricing-table-wrapper:hover .pricing-icon-wrapper > i {
	color: #171717;
}
/* Pricing Box Style 1 */
.vc-pricing-style-1 .pricing-cost-sub {
    font-size: 25px;
}
.vc-pricing-style-1 .pricing-cost-sign {
    font-size: 24px;
    left: -24px;
    right: auto;
    top: -1px;
}
.vc-pricing-style-1.zozo-pricing-table-wrapper {
    border: 3px solid rgba(0, 0, 0, 0.3);
}
.vc-pricing-style-1 .pricing-sub-title {
    background: transparent none repeat scroll 0 0;
    border: 2px solid #999;
}
/* Pricing Box Style 2 */
.zozo-pricing-table-wrapper.vc-pricing-style-2 {
    padding-top: 0;
	-webkit-box-shadow: 0 3px 18px -5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 3px 18px -5px rgba(0, 0, 0, 0.5);
	-ms-box-shadow: 0 3px 18px -5px rgba(0, 0, 0, 0.5);
	-o-box-shadow: 0 3px 18px -5px rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 18px -5px rgba(0, 0, 0, 0.5);
}
.zozo-pricing-table-wrapper.featured-item.vc-pricing-style-2 {
    transform: scale(1.06, 1.06); -webkit-transform: scale(1.06, 1.06); -moz-transform: scale(1.06, 1.06); -ms-transform: scale(1.06, 1.06); -o-transform: scale(1.06, 1.06);
}
.zozo-pricing-table-wrapper.featured-item.vc-pricing-style-2 .zozo-pricing-item {
    margin: 0;
}
.vc-pricing-style-2 .zozo-pricing-item .pricing-cost-wrapper {
    margin-bottom: 0;
}
.vc-pricing-style-2 .pricing-head {
    background: #171717 none repeat scroll 0 0;
    color: #fff;
    margin-bottom: 30px;
    padding: 30px 0;
}
.vc-pricing-style-2 .zozo-pricing-item .pricing-icon-wrapper > i {
    background: #171717 none repeat scroll 0 0;
    color: #fff;
    font-size: 26px;
    height: 80px;
    line-height: 80px;
    width: 80px;
	-webkit-box-shadow: 0 3px 18px -5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 3px 18px -5px rgba(0, 0, 0, 0.5);
	-ms-box-shadow: 0 3px 18px -5px rgba(0, 0, 0, 0.5);
	-o-box-shadow: 0 3px 18px -5px rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 18px -5px rgba(0, 0, 0, 0.5);
}
.vc-pricing-style-2 .pricing-sub-title {
    background: #222 none repeat scroll 0 0;
    box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.4);
    color: #fff;
}
.vc-pricing-style-2 .zozo-pricing-item .pricing-cost-container h3 {
    color: #fff;
}
.vc-pricing-style-2 .pricing-cost-sign {
    font-size: 24px;
    left: -24px;
    right: auto;
    top: -4px;
}
.vc-pricing-style-2 .pricing-starts {
    color: #999;
}
.vc-pricing-style-2 .pricing-duration {
    color: #999;
    display: inline-block;
    font-size: 9px;
	margin-left: 8px;
    text-transform: uppercase;
}
.vc-pricing-style-2 .pricing-cost-sub {
    color: #fff;
    font-size: 25px;
}
/* ================================================================
 * FEATURES LIST
 * ================================================================ */
.zozo-features-list-wrapper .features-list-inner {
    margin-bottom: 20px;
    position: relative;
}
.zozo-features-list-wrapper.vc-features-list:last-child .features-list-inner {
    margin-bottom: 0;
}
.zozo-features-list-wrapper .features-list-inner .features-icon {
    display: inline-block;
    font-size: 30px;
    left: 0;
    line-height: 10px;
    position: absolute;
    top: 0;
}
.zozo-features-list-wrapper .features-list-inner.list-text-right .features-icon {
    right: 0;
    left: auto;
}
.zozo-features-list-wrapper .features-list-inner.list-text-right {
    text-align: right;
}
.zozo-features-list-wrapper .features-list-inner .list-desc {
    margin-left: 35px;
}
.zozo-features-list-wrapper .features-list-inner.list-text-right .list-desc {
    margin-right: 35px;
    margin-left: 0;
}
.list-desc > p {
    line-height: 1.3;
	font-size: inherit;
	color: inherit;
}
/* ================================================================
 * RESPONSIVE VIDEO
 * ================================================================ */
.vc_row.zozo-vc-video-bg-wrapper {
    position: relative;
    overflow: hidden;
}
.video-bg-wrapper {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}
.video-player .zozo-yt-player,
.video-bg .zozo-yt-player {
    height: 100%;
}
.video-bg .mb_YTVPBar {
    opacity: 1;
}
.video-bg .mb_YTVPBar:hover .buttonBar,
.video-bg .mb_YTVPBar .buttonBar {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 1);
    top: -25px;
}
.video-bg .mb_YTVPProgress {
    top: -33px;
    height: 8px;
}
.video-bg .mb_YTVPLoaded {
    height: 8px;
}
.video-bg .mb_YTVTime {
    height: 100%;
}
.video-bg .mb_YTVTime:after {
    background: #a4a4a4;
    bottom: 0;
    content: "";
    height: 10px;
    position: absolute;
    right: -2px;
    width: 4px;
}
.video-bg .buttonBar span {
    color: #a4a4a4;
}
.zozo-video-controls #video-play {
    border: 2px solid;
    border-radius: 50%;
    display: inline-block;
    height: 55px;
    left: 0;
    line-height: 50px;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    width: 55px;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
/* ================================================================
 * SOCIAL ICONS
 * ================================================================ */ 
@-webkit-keyframes zoslideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-5px);
		-moz-transform: translateX(-5px);
		-ms-transform: translateX(-5px);
		-o-transform: translateX(-5px);
        transform: translateX(-5px);
    }
    100% {
        -webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes zoslideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-5px);
        -moz-transform: translateX(-5px);
		-ms-transform: translateX(-5px);
		-o-transform: translateX(-5px);
        transform: translateX(-5px);
    }
    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
        transform: translateX(0);
    }
}
.zozo-social-icons {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
}
.zozo-social-icons li {
    display: inline-block;
    margin: 10px 3px;
}
.fullwidth-menu-section .zozo-social-icons li {
    margin: 17px 3px;
}
.zozo-social-icons li a {
    width: 30px;
    height: 30px;
    display: block;
    background: #333;
}
.zozo-social-icons.soc-icon-transparent li a {
    height: auto;
    background: transparent !important;
}
.zozo-social-icons i {
    color: #fff;
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
}
.zozo-social-icons.soc-icon-transparent i {
    color: #333;
}
.soc-icon-circle li a {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    display: block;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
}
.soc-icon-circle li a:hover {
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
}
.soc-icon-flat li a {
    background-color: #333333;
    display: block;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
}
.soc-icon-flat li a:hover {
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
}
.soc-icon-rounded li a {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
.zozo-social-icons.soc-icon-transparent li.facebook a:hover,
.zozo-social-icons.soc-icon-transparent li.facebook a:hover i,
.zozo-social-share-wrapper .zozo-social-share-icons li.facebook a:hover {
    color: #3B5998;
    background: none;
}
.zozo-social-icons li.facebook a:hover {
    background-color: #3B5998;
}
.zozo-social-share-icons li.facebook a:hover {
    background-color: #3B5998;
    border-color: #3B5998;
}
.zozo-social-icons.soc-icon-transparent li.twitter a:hover,
.zozo-social-icons.soc-icon-transparent li.twitter a:hover i,
.zozo-social-share-wrapper .zozo-social-share-icons li.twitter a:hover {
    color: #55ACEE;
    background: none;
}
.zozo-social-icons li.twitter a:hover {
    background-color: #55ACEE;
}
.zozo-social-share-icons li.twitter a:hover {
    background-color: #55ACEE;
    border-color: #55ACEE;
}
.zozo-social-icons.soc-icon-transparent li.linkedin a:hover,
.zozo-social-icons.soc-icon-transparent li.linkedin a:hover i,
.zozo-social-share-wrapper .zozo-social-share-icons li.linkedin a:hover {
    color: #007ab5;
    background: none;
}
.zozo-social-icons li.linkedin a:hover {
    background-color: #007ab5;
}
.zozo-social-share-icons li.linkedin a:hover {
    background-color: #007ab5;
    border-color: #007ab5;
}
.zozo-social-icons.soc-icon-transparent li.pinterest a:hover,
.zozo-social-icons.soc-icon-transparent li.pinterest a:hover i,
.zozo-social-share-wrapper .zozo-social-share-icons li.pinterest a:hover {
    color: #c91921;
    background: none;
}
.zozo-social-icons li.pinterest a:hover {
    background-color: #c91921;
}
.zozo-social-share-icons li.pinterest a:hover {
    background-color: #c91921;
    border-color: #c91921;
}
.zozo-social-icons.soc-icon-transparent li.youtube a:hover,
.zozo-social-icons.soc-icon-transparent li.youtube a:hover i {
    color: #e22b26;
    background: none;
}
.zozo-social-icons li.youtube a:hover {
    background-color: #e22b26;
}
.zozo-social-icons.soc-icon-transparent li.rss a:hover,
.zozo-social-icons.soc-icon-transparent li.rss a:hover i {
    color: #f75f0b;
    background: none;
}
.zozo-social-icons li.rss a:hover {
    background-color: #f75f0b;
}
.zozo-social-icons.soc-icon-transparent li.tumblr a:hover,
.zozo-social-icons.soc-icon-transparent li.tumblr a:hover i,
.zozo-social-share-wrapper .zozo-social-share-icons li.tumblr a:hover {
    color: #34465d;
    background: none;
}
.zozo-social-icons li.tumblr a:hover {
    background-color: #34465d;
}
.zozo-social-share-icons li.tumblr a:hover {
    background-color: #34465d;
    border-color: #34465d;
}
.zozo-social-icons.soc-icon-transparent li.reddit a:hover,
.zozo-social-icons.soc-icon-transparent li.reddit a:hover i,
.zozo-social-share-wrapper .zozo-social-share-icons li.reddit a:hover {
    color: #FF4500;
    background: none;
}
.zozo-social-icons li.reddit a:hover {
    background-color: #FF4500;
}
.zozo-social-share-icons li.reddit a:hover {
    background-color: #FF4500;
    border-color: #FF4500;
}
.zozo-social-icons.soc-icon-transparent li.dribbble a:hover,
.zozo-social-icons.soc-icon-transparent li.dribbble a:hover i {
    color: #ea4886;
    background: none;
}
.zozo-social-icons li.dribbble a:hover {
    background-color: #ea4886;
}
.zozo-social-icons.soc-icon-transparent li.vimeo a:hover,
.zozo-social-icons.soc-icon-transparent li.vimeo a:hover i,
.zozo-social-share-wrapper .zozo-social-share-icons li.vimeo a:hover {
    color: #17B3E8;
    background: none;
}
.zozo-social-icons li.vimeo a:hover {
    background-color: #17B3E8;
}
.zozo-social-icons.soc-icon-transparent li.digg a:hover,
.zozo-social-icons.soc-icon-transparent li.digg a:hover i,
.zozo-social-share-wrapper .zozo-social-share-icons li.digg a:hover {
    color: #1b5891;
    background: none;
}
.zozo-social-icons li.digg a:hover {
    background-color: #1b5891;
}
.zozo-social-share-icons li.digg a:hover {
    background-color: #1b5891;
    border-color: #1b5891;
}
.zozo-social-icons.soc-icon-transparent li.flickr a:hover,
.zozo-social-icons.soc-icon-transparent li.flickr a:hover i {
    color: #ff0082;
    background: none;
}
.zozo-social-icons li.flickr a:hover {
    background-color: #ff0082;
}
.zozo-social-icons.soc-icon-transparent li.instagram a:hover,
.zozo-social-icons.soc-icon-transparent li.instagram a:hover i {
    color: #9A6851;
    background: none;
}
.zozo-social-icons li.instagram a:hover {
    background-color: #9A6851;
}
.zozo-social-icons.soc-icon-transparent li.skype a:hover,
.zozo-social-icons.soc-icon-transparent li.skype a:hover i {
    color: #00a9f1;
    background: none;
}
.zozo-social-icons li.skype a:hover {
    background-color: #00a9f1;
}
.zozo-social-icons.soc-icon-transparent li.blogger a:hover,
.zozo-social-icons.soc-icon-transparent li.blogger a:hover i,
.zozo-social-share-wrapper .zozo-social-share-icons li.blogger a:hover {
    color: #ff9334;
    background: none;
}
.zozo-social-icons li.blogger a:hover {
    background-color: #ff9334;
}
.zozo-social-share-icons li.blogger a:hover {
    background-color: #ff9334;
    border-color: #ff9334;
}
.zozo-social-icons.soc-icon-transparent li.yahoo a:hover,
.zozo-social-icons.soc-icon-transparent li.yahoo a:hover i {
    color: #65106d;
    background: none;
}
.zozo-social-icons li.yahoo a:hover {
    background-color: #65106d;
}
.zozo-social-share-icons {
    padding: 0;
    margin: 0;
    list-style: none;
}
.zozo-social-share-icons li a:hover {
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
}
.zozo-subscribe-socials .zozo-social-icons {
    padding-left: 10px;
}
/* ================================================================
 * BLOG
 * ================================================================ */
/* ---- Sticky Post ---- */
.sticky { }
#sc-posts-infinite-container,
#archive-posts-container {
    position: relative;
}
.entry-content p,
.entry-summary p {
    margin-bottom: 10px;
}
p:last-child {
    margin-bottom: 0;
}
.entry-thumbnail {
    position: relative;
    margin-bottom: 30px;
}
.entry-header {
    margin-bottom: 15px;
}
.entry-footer {
    margin-top: 10px;
}
.entry-meta {
    list-style: outside none none;
    margin: 0 0 8px;
    /*padding: 0;*/
    width: 100%;
}
.entry-meta i {
    margin-right: 10px;
}
.single-post .entry-meta-wrapper .entry-meta i {
    background: #f1f1f1 none repeat scroll 0 0;
    border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%;
    color: #777;
    display: inline-block;
    font-size: 14px;
	margin-right: 10px;
	padding: 0;
    height: 35px;
    line-height: 34px;
    text-align: center;
    width: 35px;
}
.entry-meta-wrapper .entry-meta .meta-name {
    padding-right: 7px;
}
.entry-meta-wrapper .entry-meta .meta-name {
    font-size: 12px;
    padding-right: 5px;
}
article.post {
    padding-bottom: 0;
}
article.post.grid-posts{
	overflow: visible;
}
article.post .post-inner-wrapper {
	background: #fff;
	overflow: hidden;
	position: relative;
    border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
	-ms-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
	-o-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
/* New */
.entry-meta li, .entry-meta a, .entry-meta-wrapper .read-more .btn-more.read-more-link {
    color: #777;
    font-size: 10px;
    letter-spacing: 1px;
}
.post.large-posts .read-more {
    line-height: 27px;
}
.typo-dark .entry-meta li,
.typo-dark .entry-meta a {
    color: #7f7f7f;
}
.entry-footer .read-more {
    float: left;
}
.entry-footer .social-share-container {
    float: right;
}
.zozo-social-share-icons li {
    float: none;
    display: inline-block;
    margin: 0 3px 5px;
}
.large-layout .large-posts .zozo-social-share-icons li:first-child {
    margin-left: 0;
}
.zozo-social-share-box .zozo-social-share-icons li a {
    font-size: 13px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    color: #7f7f7f;
    border: 1px solid #ccc;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    display: block;
    text-align: center;
}
.zozo-social-share-box .zozo-social-share-icons li a:hover {
    color: #fff;
}
/* ============  New Meta Details ============ */
.post-inner-wrapper .entry-meta > div {
    display: inline-block;
	margin-right: 15px;
}
.post-inner-wrapper .entry-meta > div:last-child {
	margin-right: 0;
}
.entry-meta .post-author-name {
    display: inline-block;
	margin-bottom: 0;
}
.post-author img {
    border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%;
    height: 30px;
    margin: 0 10px 0 0;
    vertical-align: middle;
    width: 30px;
}
/* ============ Blog Large ============ */
article.post.large-posts .post-inner-wrapper {
    margin-bottom: 50px;
}
article.post.large-posts:last-child .post-inner-wrapper{
    margin-bottom: 0;
}
article.post.large-posts .post-inner-wrapper .entry-meta-wrapper {
    margin-top: 30px;
    padding-top: 30px;
}
/* ============ Blog List ============ */
article.post.list-posts .post-inner-wrapper {
	margin-bottom: 50px;
}
article.post.list-posts:last-child .post-inner-wrapper{
    margin-bottom: 0;
}
article.post.list-posts .posts-content-container {
    padding-left: 20px;
}
.list-layout .list-posts .post-featured-image {
    float: left;
    margin-right: 20px;
    position: relative;
    width: 300px;
    margin-bottom: 0;
}
.list-posts:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.list-layout .list-posts .entry-thumbnail-wrapper {
    height: 284px;
    overflow: hidden;
    position: relative;
    width: 300px;
}
.list-layout .list-posts .entry-thumbnail-wrapper .entry-thumbnail {
    left: 50%;
    margin-bottom: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.list-layout .list-posts .entry-thumbnail-wrapper .entry-thumbnail img {
    left: 50%;
    max-width: none;
    position: relative;
    width: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.list-layout .list-posts .owl-item .blog-gallery-item {
    overflow: hidden;
    width: 100%;
}
/* ============ Blog Classic ============ */
article.post.classic-posts .post-inner-wrapper {
    background: transparent none repeat scroll 0 0;
	margin-bottom: 50px;
	padding-bottom: 50px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; -ms-box-shadow: none; -o-box-shadow: none;
}
article.post.classic-posts:last-child .post-inner-wrapper {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
article.post.classic-posts .post-inner-wrapper .post-featured-image .entry-thumbnail-wrapper {
    height: 150px;
    margin-left: auto;
    margin-right: auto;
    width: 150px;
	border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%;
}
article.post.classic-posts .post-inner-wrapper .post-featured-image .entry-thumbnail img{
	height: 150px;
	width: 150px;
	border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%;
}
article.post.classic-posts .post-inner-wrapper .entry-thumbnail-wrapper a::after{
	border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%;
}
article.post.classic-posts .posts-content-container {
    padding: 20px 0 0;
    text-align: center;
}
article.post.classic-posts .entry-meta-wrapper .read-more, article.post.classic-posts .entry-meta-wrapper .entry-meta {
	float: none;
	display: inline-block;
}
article.post.classic-posts .posts-content-container .entry-meta-wrapper{
	border: none;
	margin-top: 0;
}
article.post.classic-posts  h2.entry-title {
    border-bottom: 1px solid #777;
    display: inline-block;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}
article.post.classic-posts h2.entry-title::after {
    background: #777 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 20%;
}
/* ============ Blog Masonry ============ */
.isotope-post .entry-thumbnail {
    margin-bottom: 0;
}
/* ============ Blog Grid Overlay ============ */
article.grid-overlay-posts .post-inner-wrapper,
article.metro-posts .post-inner-wrapper {
    background: transparent none repeat scroll 0 0;
	border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0;
    box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; -ms-box-shadow: none; -o-box-shadow: none;
}
article.grid-overlay-posts .post-thumb-image,
article.metro-posts .post-metro-image{
	position: relative;
}
article.grid-overlay-posts .post-thumb-image:after,
article.metro-posts .post-metro-image:after{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #171717;
	opacity: 0.5;
	content: '';
}
article.grid-overlay-posts .post-grid-overlay,
article.metro-posts .post-metro-overlay{
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%);
}
article.grid-overlay-posts .entry-title, 
article.metro-posts .entry-title {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}
.grid-overlay-posts .entry-title,
.grid-overlay-posts .post-meta-date,
.grid-overlay-posts .post-author-name,
.metro-posts .entry-title,
.metro-posts .post-meta-date,
.metro-posts .post-author-name,
.metro-posts .post-metro-categories{
    color: #fff;
	display: inline-block;
}
.grid-overlay-posts .post-author img {
    height: 24px;
    margin: 0 8px 0 0;
    width: 24px;
}
.grid-overlay-posts .post-author-name,
.grid-overlay-posts .post-meta-date,
.metro-posts .post-author-name{
	font-size: 10px;
}
.grid-overlay-posts .post-author-name{
    margin-bottom: 6px;
    margin-top: 10px;
}
.grid-overlay-posts .entry-header, 
.grid-overlay-posts .entry-title,
.metro-posts .entry-header, 
.metro-posts .entry-title{
	margin-bottom: 0;
}
.grid-col-2 .post-thumb-image > img,
.metro-col-2 .post-metro-image > img {
    width: 100%;
}
.grid-col-3 .grid-overlay-posts .entry-title{
	font-size: 26px;
}
.grid-col-4 .grid-overlay-posts .entry-title,
.metro-col-4 .metro-posts .entry-title{
	font-size: 20px;
	line-height: 30px;
}
.grid-col-4 .grid-overlay-posts .post-author-name{
    margin-bottom: 0;
    margin-top: 0;
}
/* ============ Blgo Metro ============ */
article.metro-posts .post-metro-overlay {
    left: 0;
	padding: 50px 20px 20px;
    margin: 0;
    right: 0;
    text-align: left;
    top: auto;
	bottom: 0;
    transform: none; -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none;
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, transparent 80%);
}
article.metro-posts .post-inner-wrapper .post-metro-overlay,
article.metro-posts .post-inner-wrapper:hover .post-metro-overlay,
article.metro-posts .post-inner-wrapper .post-metro-image:after,
article.metro-posts .post-inner-wrapper:hover .post-metro-image:after{
	-webkit-transition: all 350ms ease;-moz-transition: all 350ms ease;-ms-transition: all 350ms ease;-o-transition: all 350ms ease;transition: all 350ms ease;
}
article.metro-posts .post-inner-wrapper:hover .post-metro-overlay {
	transform: translateY(100%);
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
}
.post-author-name .posted-by{
	margin-right: 8px;
}
article.metro-posts .post-author-name{
	margin-bottom: 0;
}
article.metro-posts .post-metro-image:after{
	background-color: transparent;
}
article.metro-posts .post-inner-wrapper .post-metro-image img,
article.metro-posts .post-inner-wrapper:hover .post-metro-image img{
	transition-duration: 0.3s;
	transition-property: -webkit-transform, -moz-transform, -o-transform, transform, -webkit-filter, -moz-filter, -o-filter, filter;
	transition-timing-function: cubic-bezier(0.57, 0.21, 0.69, 1);
}
article.metro-posts .post-inner-wrapper:hover .post-metro-image img{
	transform: scale(1.05, 1.05);
	-webkit-transform: scale(1.05, 1.05);
	-moz-transform: scale(1.05, 1.05);
	-ms-transform: scale(1.05, 1.05);
	-o-transform: scale(1.05, 1.05);
}
.grid-col-4 article.metro-posts .post-metro-overlay{
	padding: 12px;
}
/* ============ Blog Related Post ============ */
.related-post-item {
    background: #fff none repeat scroll 0 0;
    border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px;
    border: none;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
	-ms-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
	-o-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    margin-bottom: 15px;
}
.related-post-item .entry-thumbnail {
    margin-bottom: 0;
}
.related-post-item .related-content-wrapper {
    padding: 30px;
}
.related-post-item .related-content-wrapper h5 {
    margin-top: 0;
}
.related-posts-wrapper .related-title{
	margin-bottom: 50px;
	margin-top: 50px;
}
.related-post-item .related-content-wrapper h5 a {
    color: #333;
}
.related-post-summary p{
	color: #777;
}
/* Single Post Gallery Slider */
.blog-single-carousel-slider {
    position: relative;
}
/* Gallery Post */
.post-featured-image.featured-gallery-slider {
    position: relative;
}
.featured-gallery-slider .owl-carousel.owl-theme .owl-controls .owl-nav div {
    opacity: 0;
    color: #333;
    line-height: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
article.post:hover .featured-gallery-slider .owl-carousel.owl-theme .owl-controls .owl-nav div {
    opacity: 1;
}
.featured-gallery-slider .owl-carousel.owl-theme .owl-controls .owl-nav div:hover {
    color: #fff;
}
.featured-gallery-slider .owl-carousel.owl-theme .owl-controls .owl-prev {
    left: 5px;
    right: auto;
}
.featured-gallery-slider .owl-carousel.owl-theme .owl-controls .owl-next {
    right: 5px;
}
/* Naviagtion */
article .owl-prev, article .owl-next,
article .owl-prev:hover, article .owl-next:hover{
	-webkit-transition: all 250ms ease;-moz-transition: all 250ms ease;-ms-transition: all 250ms ease;-o-transition: all 250ms ease; transition: all 250ms ease;
}
article .owl-prev, article .owl-next {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); -ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    height: 26px;
    right: 10px;
	top: 0;
    line-height: 26px;
    position: absolute;
    text-align: center;
    width: 26px;
	top: 50%;
    transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%);
	z-index: 99;
	opacity: 0;
}
article.post:hover .owl-prev, article.post:hover .owl-next{
	opacity: 1;
}
article .owl-prev {
    left: 10px;
    right: auto;
}
article .owl-prev:hover, article .owl-next:hover{
	background: #171717;
	color: #fff;
	transform: translateY(-50%) scale(1.2); 
	-webkit-transform: translateY(-50%) scale(1.2); 
	-moz-transform: translateY(-50%) scale(1.2); 
	-ms-transform: translateY(-50%) scale(1.2); 
	-o-transform: translateY(-50%) scale(1.2);
}
/* Naviagtion ------------- 
article .owl-prev, article .owl-next {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); -ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    height: 26px;
    left: 0;
    line-height: 26px;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%);
    width: 26px;
	z-index: 99;
}
article .owl-prev:hover, article .owl-next:hover {
    transform: translateY(-50%) scale(1.2); 
	-webkit-transform: translateY(-50%) scale(1.2); 
	-moz-transform: translateY(-50%) scale(1.2); 
	-ms-transform: translateY(-50%) scale(1.2); 
	-o-transform: translateY(-50%) scale(1.2);
}
article .owl-prev, article .owl-next,
article .owl-prev:hover, article .owl-next:hover{
	-webkit-transition: all 250ms ease;-moz-transition: all 250ms ease;-ms-transition: all 250ms ease;-o-transition: all 250ms ease; transition: all 250ms ease;
}
article .owl-next {
    left: auto;
	right: 0;
}*/
/* Blog Hover Style */
article.post .post-inner-wrapper .post-featured-image a,
article.post:hover .post-inner-wrapper .post-featured-image a,
article.post .post-inner-wrapper .post-featured-image a:after,
article.post:hover .post-inner-wrapper .post-featured-image a:after,
article.post .post-inner-wrapper .post-featured-image a:before,
article.post:hover .post-inner-wrapper .post-featured-image a:before,
.related-post-item .entry-thumbnail .post-img,
.related-post-item .entry-thumbnail .post-img:before,
.related-post-item .entry-thumbnail .post-img:after,
.epl-listing-post .property-box .epl-blog-image,
.epl-listing-post .property-box .epl-blog-image:after,
.epl-listing-post .property-box .epl-blog-image:before {
    -webkit-transition: all 250ms ease 0s;
    -moz-transition: all 250ms ease 0s;
    -ms-transition: all 250ms ease 0s;
    -o-transition: all 250ms ease 0s;
    transition: all 250ms ease 0s;
}
article.post .post-inner-wrapper .post-featured-image a,
.related-post-item .entry-thumbnail .post-img,
.epl-listing-post .property-box .epl-blog-image {
    position: relative;
    display: block;
    overflow: hidden;
}
article.post .post-inner-wrapper .post-featured-image a:after,
.related-post-item .entry-thumbnail .post-img:after,
.epl-listing-post .property-box .epl-blog-image:after {
    background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
}
article.post:hover .post-inner-wrapper .post-featured-image.only-image a:after,
article.post:hover .post-inner-wrapper .post-featured-image.featured-gallery-slider .blog-gallery-item a:after,
.related-post-item:hover .entry-thumbnail .post-img:after,
.epl-listing-post:hover .property-box .epl-blog-image:after {
    opacity: 1;
}
article.post .post-inner-wrapper .post-featured-image a:before,
.related-post-item .entry-thumbnail .post-img:before,
.epl-listing-post .property-box .epl-blog-image:before {
    color: #fff;
    content: '\f142';
	font-family: "Flaticon";
    left: 50%;
    font-size: 15px;
    position: absolute;
    text-align: center;
    opacity: 0;
    top: 50%;
	z-index: 2;
    -webkit-transform: translateY(-50%) translateX(-50%) scale(0.5);
    -moz-transform: translateY(-50%) translateX(-50%) scale(0.5);
    -ms-transform: translateY(-50%) translateX(-50%) scale(0.5);
    -o-transform: translateY(-50%) translateX(-50%) scale(0.5);
    transform: translateY(-50%) translateX(-50%) scale(0.5);
}
article.post:hover .post-inner-wrapper .post-featured-image.only-image a:before,
article.post:hover .post-inner-wrapper .post-featured-image.featured-gallery-slider .blog-gallery-item a:before,
.related-post-item:hover .entry-thumbnail .post-img:before,
.epl-listing-post:hover .property-box .epl-blog-image:before {
    opacity: 1;
    -webkit-transform: translateY(-50%) translateX(-50%) scale(1);
    -moz-transform: translateY(-50%) translateX(-50%) scale(1);
    -ms-transform: translateY(-50%) translateX(-50%) scale(1);
    -o-transform: translateY(-50%) translateX(-50%) scale(1);
    transform: translateY(-50%) translateX(-50%) scale(1);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
/* Blog Video/ Audio */
.post.format-video.has-post-thumbnail .post-featured-image.only-image .entry-thumbnail-wrapper:before,
.post.format-audio.has-post-thumbnail .post-featured-image.only-image .entry-thumbnail-wrapper:before {
    content: "";
    display: block;
    position: absolute;
    background: url(images/video-play.png) no-repeat center center;
    margin: 0;
    padding: 0;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    left: 0;
    right: 0;
    height: 45px;
    z-index: 1;
}
article.post.format-video.has-post-thumbnail:hover .post-featured-image.only-image .entry-thumbnail-wrapper:before,
article.post.format-audio.has-post-thumbnail:hover .post-featured-image.only-image .entry-thumbnail-wrapper:before {
    display: none;
    -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;
    transition: all 0.3s ease 0s;
}
.post.format-video.has-post-thumbnail .post-featured-image.only-image .entry-thumbnail-wrapper,
.post.format-audio.has-post-thumbnail .post-featured-image.only-image .entry-thumbnail-wrapper {
    position: relative;
}
/* Blog Post Featured Image Slider */
.featured-carousel-slider {
    background: #fff;
}
.featured-carousel-slider.slider-dots-active {
    padding-bottom: 60px;
}
.featured-item,
.featured-item:hover .featured-caption {
    -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;
    transition: all 0.3s ease 0s;
}
.featured-item {
    position: relative;
}
.featured-item:hover .featured-caption {
    opacity: 1;
}
.featured-caption {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
}
.featured-caption .featured-caption-inner {
    color: #fff;
    padding: 0 15px;
    text-align: center;
    width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.featured-caption .featured-caption-inner .featured-post-title {
    margin: 20px 0 15px;
}
.featured-caption .featured-caption-inner .featured-post-title a {
    color: #fff;
    text-transform: uppercase;
}
.featured-caption .featured-caption-inner .featured-description {
    color: #ccc;
    margin: 0 0 10px;
    padding: 0 27px;
}
.featured-caption .featured-caption-inner .post-category a:hover,
.featured-caption .featured-caption-inner .post-category a:focus {
    color: #fff;
}
.featured-caption .featured-caption-inner .read-more a:hover,
.featured-caption .featured-caption-inner .read-more a:focus {
    color: #fff;
    text-decoration: underline;
}
.featured-carousel-slider.owl-carousel.owl-theme .owl-controls .owl-nav div {
    border: 0px;
    height: 50px;
    width: 50px;
    line-height: 49px;
    background: #222;
    font-size: 30px;
    border-radius: 0px;
    top: 50%;
    opacity: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.featured-carousel-slider.owl-carousel.owl-theme.slider-dots-active .owl-controls .owl-nav div {
    margin-top: -30px;
}
.featured-carousel-slider.owl-carousel.owl-theme .owl-controls .owl-nav .owl-prev {
    left: 0;
    right: auto;
}
.featured-carousel-slider.owl-carousel.owl-theme:hover .owl-controls .owl-nav div {
    opacity: 1;
}
.featured-carousel-slider.owl-carousel.owl-theme .owl-controls .owl-dots {
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 14px;
}
/* ============ Blog Grid ============ */
.posts-content-container .entry-summary p{
	color: #777777;
}
.metro-col-4 .posts-content-container .entry-title,
.grid-col-4 .posts-content-container .entry-title {
    font-size: 18px;
	line-height: 30px;
}
.metro-col-4 .posts-content-container .entry-summary p,
.grid-col-4 .posts-content-container .entry-summary p {
    font-size: 12px;
}
.parallax-content .grid-layout {
    margin-bottom: 0px;
}
.blog .zozo-posts-container h2.entry-title{
	position:relative;
}
/* Grid 4 Column */
.metro-col-4 .isotope-post .posts-content-container,
.grid-col-4 .grid-posts .posts-content-container {
    padding: 26px;
}
.metro-col-4 .grid-posts .posts-content-container .entry-meta-wrapper,
.grid-col-4 .grid-posts .posts-content-container .entry-meta-wrapper {
    margin-top: 20px;
    padding-top: 20px;
}
/* New */
.grid-posts .entry-thumbnail{
	margin-bottom: 0;
}
.grid-posts .post-featured-image, .grid-posts.audio-player, .post.grid-posts .video-player {
    margin-bottom: 0;
}
.posts-content-container .entry-meta-wrapper {
    float: left;
    margin-top: 25px;
    width: 100%;
	border-top: 1px solid rgba(0, 0, 0, 0.05);
    padding-top: 25px;
}
.single-post .posts-content-container .entry-meta-wrapper {
    padding: 40px 0;
	margin-top: 40px;
}
.entry-meta-wrapper .entry-meta {
    padding: 0;
    margin: 0;
    list-style: none;
    width: auto;
}
.entry-meta-wrapper .read-more {
    float: left;
}
.latest-posts-layout .read-more {
	padding:0px 15px;
	background:none;
	letter-spacing:1px;
}
.entry-meta-wrapper .entry-meta .sticky-post {
	float: left;
	margin-right: 10px;
}
.entry-meta-wrapper .comments-link > a {
	padding-left:5px;
}
.entry-meta-wrapper .read-more .btn-more.read-more-link {
	letter-spacing: 1px;
	color: #777;
	margin-right: 10px;
}
.related-post-more {
	margin-top: 10px;
}
.related-post-more .btn-more.read-more-link {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    color: #777;
    display: block;
    margin-top: 15px;
    padding-top: 15px;
}
.post .btn-more.read-more-link{
    color: #777;
}
.grid-layout .entry-header {
	margin-bottom:5px;
}
.grid-layout .post h2.entry-title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 14px;
}
.grid-layout .grid-posts .entry-meta i,
.grid-layout .grid-posts .entry-meta .meta-name {
    font-size: 12px;
    padding-right: 5px;
	color: #444;
}
.grid-layout.grid-col-3 .grid-posts .entry-meta .meta-name,
.grid-layout.grid-col-4 .grid-posts .entry-meta .meta-name {
    display: none;
}
.grid-layout.grid-col-3 .grid-posts .entry-meta li,
.grid-layout.grid-col-4 .grid-posts .entry-meta li {
    margin-right: 20px;
}
.grid-layout .entry-meta-wrapper .read-more .btn-more.read-more-link{
	font-size: 12px;
}
/* New */
.grid-layout.grid-col-3 .grid-posts .entry-meta li:last-child, 
.grid-layout.grid-col-4 .grid-posts .entry-meta li:last-child{
	margin-right: 0;
}
/* Post Format Quote */
.post.format-quote.grid-posts .posts-inner-container,
.post.format-quote.timeline-posts .posts-inner-container {
    padding: 0;
    border: none;
}
.post.format-quote.grid-posts .quote-format p,
.post.format-quote.grid-posts .quote-format blockquote,
.post.format-quote.grid-posts .quote-format a,
.post.format-quote.timeline-posts .quote-format p,
.post.format-quote.timeline-posts .quote-format blockquote,
.post.format-quote.timeline-posts .quote-format a {
    color: #777;
}
.post.format-quote.grid-posts .zozo-social-share-icons li a,
.post.format-quote.timeline-posts .zozo-social-share-icons li a {
    color: #fff;
    border-color: #fff;
}
.quote-format blockquote:after {
    top: auto;
    bottom: 0;
}
.post .quote-format h2.entry-title {
    margin-bottom: 0;
}
.post .quote-format blockquote .small::before, blockquote footer::before, blockquote small::before {
    background: #f2f2f2 none repeat scroll 0 0;
    content: "";
    font-size: 40px;
    height: 3px;
    left: 0;
    line-height: 0;
    position: absolute;
    right: 0;
    top: 9px;
    width: 40px;
}
.post .quote-format blockquote footer {
    padding-top: 30px;
    position: relative;
}
.posts-content-container {
    padding: 36px;
    overflow: hidden;
}
h2.entry-title {
    margin-bottom: 10px;
    margin-top: 0;
}
h2.entry-title a {
    color: #171717;
}
.btn.btn-more i {
    padding-left: 10px;
    padding-right: 0px;
}
.grid-posts .entry-thumbnail.quote-image {
    margin-bottom: 0;
}
.grid-posts .entry-thumbnail.quote-image img {
    width: 100%;
}
.grid-posts .entry-thumbnail.image-format {
    position: relative;
}
.entry-thumbnail.blog-medium-image {
    padding: 0;
    margin-right: 30px;
}
.medium-posts .audio-player.blog-medium-image {
    padding: 5px 20px;
}
.parallax-content .entry-thumbnail,
.parallax-content .audio-player,
.parallax-content .video-player {
    margin-bottom: 10px;
}
.large-posts .entry-thumbnail,
.large-posts .audio-player,
.large-posts .video-player {
	margin-bottom: 0;
}
.medium-posts .entry-thumbnail,
.list-posts .audio-player,
.medium-posts .video-player {
    margin-bottom: 0;
}
.timeline-posts .entry-thumbnail.image-format {
    margin-bottom: 0;
}
.grid-layout.grid-col-4 .audio-player .mejs-container .mejs-time.mejs-currenttime-container,
.grid-layout.grid-col-4 .audio-player .mejs-container .mejs-time.mejs-duration-container {
    display: none;
}
.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
    max-width: 100%;
}
.quote-author {
    text-align: center;
}
.entry-meta li {
    display: inline-block;
    margin: 0 10px 0 0;
}
.entry-meta li.category {
    float: right;
    margin: 0 0 5px;
}
.entry-meta li.divider {
    margin: 0 8px;
    position: relative;
}
.entry-meta .author a {
    text-transform: capitalize;
}
.entry-meta li.divider:before {
    background-color: #d9d9d9;
    bottom: 0;
    content: "";
    height: 15px;
    left: -8px;
    margin: auto;
    position: absolute;
    top: 0;
    width: 1px;
}
.archive-header .category-image img {
    width: 100%;
}
.archive-header {
    margin-bottom: 15px;
}
.single-post .entry-header .entry-title {
    margin-bottom: 10px;
}
.tags-title,
.sharing-title {
    font-size: 12px;
    display: inline-block;
    padding-right: 10px;
}
.post-tags > a {
    color: #777;
}
.post-tags > .tags-title > i {
    color: #777;
    display: inline-block;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
	background: #f9f9f9 none repeat scroll 0 0;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}
.post-tags > a:hover,
.post-tags > a:active,
.post-tags > a:focus {
    color: #fff;
}
/* Blockquote */
.post blockquote > p {
    font-family: georgia;
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 30px;
}
/* Blockquote Reverse */
.post blockquote.blockquote-reverse {
    padding:0;
    display: block;
}
.post blockquote.blockquote-reverse:after {
    left: auto;
    right: 0;
}
/* Single Post */
.single-post .entry-thumbnail{
	margin-bottom: 0;
}

.single-post .entry-content p, .single-post .entry-summary p {
    margin-bottom: 30px;
}
.single-post .post blockquote > p{
	margin-bottom: 10px;
}
.single-post .zozo-social-share-box .zozo-social-share-icons li a,
.zozo-social-share-box .author-social li a{
    background: #f9f9f9 none repeat scroll 0 0;
    border: medium none;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    width: 40px;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.single-post .zozo-social-share-box .zozo-social-share-icons li a:hover, 
.single-post .zozo-social-share-box .zozo-social-share-icons li a:focus,
.zozo-social-share-box .author-social li a:hover, 
.zozo-social-share-box .author-social li a:focus{
	background: #171717 !important;
	color: #fff;
}
/* Pagination */
.pagination {
    width: 100%;
    text-align: center;
	margin: 50px 0 0;
}
.pagination > li {
    display: inline-block;
    margin: 0 4px;
}
.pagination > li > a, .pagination > li > span {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    border-radius: 50% !important; -webkit-border-radius: 50% !important; -moz-border-radius: 50% !important; -ms-border-radius: 50% !important; -o-border-radius: 50% !important;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05); -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05); -ms-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05); -o-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    color: #777;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    text-align: center;
    width: 40px;
}
.pagination > li > .page-numbers.current {
	color:#171717;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    background: transparent;
}
.pagination > li > a.prev, 
.pagination > li > a.next {
    overflow: hidden;
	margin: 0 4px;
    position: relative;
    z-index: 1;
	-webkit-transform: scale(1.2);
	   -moz-transform: scale(1.2);
		-ms-transform: scale(1.2);
		 -o-transform: scale(1.2);
			transform: scale(1.2);
}
.pagination > li > a:focus, 
.pagination > li > a:hover,
.pagination > li > span:focus, 
.pagination > li > span:hover {
    color: #171717;
}
.pagination > li > a.prev:hover:after,
.pagination > li > a.prev:active:after,
.pagination > li > a.prev:focus:after,
.pagination > li > a.next:hover:after,
.pagination > li > a.next:active:after,
.pagination > li > a.next:focus:after {
    border: 1px solid;
    color: #fff;
}
/* ==== 404 Page ==== */
.content-404page {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 9px 23px rgba(0, 0, 0, 0.05);
    margin: 0 auto;
    padding: 50px;
    text-align: center;
    width: 700px;
}
.content-404page .title-one {
    color: #777;
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
    margin: 15px 0 50px;
}
.post-404 .entry-content {
    background: #f7f7f7 none repeat scroll 0 0;
    padding: 30px 20px 30px;
    border-radius: 5px;
}
.content-404page .title-two {
    color: #777;
    font-size: 97px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 26px;
    text-align: center;
}
.search-404page {
    margin: 20px 15px;
}
.title-404 {
    color: #7f7f7f;
    font-size: 50px;
    font-weight: 100;
    margin-bottom: 32px;
    text-transform: lowercase;
}
.content-404page .title-three {
    font-weight: 300;
    margin-bottom: 37px;
    color: #7f7f7f;
    font-size: 20px;
}
.content-404page .input-group .form-control {
    background: #f1f1f1 none repeat scroll 0 0;
}
.zozo-search-page.search-page-form {
    margin-bottom: 30px;
}
.zozo-search-no-results h1.entry-title {
    margin-bottom: 0;
}
.zozo-search-no-results .entry-header {
    margin-bottom: 30px;
}
.zozo-searchresults.search-results-item {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e1e1e1;
}
.zozo-searchresults h1 {
    font-weight: 300;
}
.zozo-searchresults.search-results-item .entry-thumbnail img {
    width: auto;
    max-width: 300px;
    float: left;
    margin-right: 20px;
}
.author-info, .author-info-page {
    background-color: #fff;
    margin-bottom: 20px;
    margin-top: 40px;
    padding: 36px;
    width: 100%;
	border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px;
	-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
	-ms-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
	-o-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.author-name a {
    text-transform: capitalize;
    font-weight: 500;
}
.page-title-header .author-name {
    text-transform: capitalize;
}
.author-description {
    margin-top: 20px;
    color: #777;
}
.author-info-container {
    position: relative;
}
.author-title h4 {
    margin: 0;
}
.author-avatar {
    float: left;
}
.author-avatar img, .comment-avatar img {
	height: 50px;
    width: 50px;
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
	-ms-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
	-o-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
}
.author-info-container .author-avatar,
.author-info-page .author-avatar,
.comment-container .avatar {
    margin-right: 20px;
}
.author-info-container .author-name {
    font-size: 20px;
}
.author-info-container .author-name a{
	color: #171717;
}
.author-info-page {
    margin: 0 0 40px; 
}
.author-info-page .author-title span.author-name {
    color: #777;
    font-size: 69%;
    margin-left: 20px;
}
.author-links .zozo-social-share-icons li:first-child {
    margin-left: 0;
}
.author-links .author-social {
    list-style: none;
    padding: 0;
    margin: 30px 0 0;
}
.form-allowed-tags {
    word-break: break-all;
}
.form-allowed-tags code {
    background: none;
    color: inherit;
}
.grid-posts .author-img {
    display: none;
}
.tags-share-section {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    clear: both;
    margin-top: 20px;
    padding: 40px 0 0;
}
.tags-share-section .share-options {
    text-align: right;
}
.tags-share-section .zozo-social-share-box {
    float: none;
    display: inline-block;
}
.vimeo-inner {
    max-width: 100% !important;
}
.comments-title h4,
.no-comments {
    color: #000000;
}
.comment-avatar img {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
}
.comment-respond label {
    display: block;
}
.comment-reply-title {
    text-transform: capitalize;
}
h3.comment-reply-title {
    font-size: 26px;
}
.comments-title > h3 {
    font-size: 26px;
    margin-bottom: 30px;
}
.comment-status-text {
    color: #5d5d5d;
    font-size: 14px;
    min-height: 75px;
}
.comment-status-text .reply .edit {
    padding-right: 8px;
}
#comment {
    width: 100%;
}
.comments-section {
    padding-top: 20px;
    padding-bottom: 20px;
}
.comment-respond {
    margin-bottom: 60px;
}
.comments-title {
    margin-bottom: 15px;
}
.bypostauthor { }
.zozo-all-comments { }
.zozo-all-comments ul.children {
    list-style: none;
    padding-left: 100px;
}
.zozo-all-comments ul.children li .comment-container {
    position: relative;
}
.comment-container {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
	-ms-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
	-o-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    padding: 36px;
	margin-bottom: 30px;
}
.comment-container a {
    color: #9d9d9d;
}
.comment-avatar {
    float: left;
}
.time-diff {
    text-transform: capitalize;
}
.comment-list .author-name {
    display: inline-block;
    text-transform: capitalize;
    padding-right: 30px;
    margin-top: 0;
	color: #171717;
}
.comment-list .date {
    color: #9d9d9d;
}
.comment-list .edit {
    padding-right: 15px;
}
.comment-form .form-group {
    margin-bottom: 30px;
}
.comment-form input.form-control,
.comment-form textarea,
.comment-form textarea.form-control {
    font-size: 13px;
    color: #777;
    padding: 10px 22px;
}
.comment-form .form-control::-moz-placeholder {
    color: #999;
}
.comment-form .form-control:-ms-input-placeholder {
    color: #999;
}
.comment-form .form-control::-webkit-input-placeholder {
    color: #999;
}
.comment-respond .form-submit {
    margin-top: 10px;
    width: 33.3333%;
    padding: 0 15px 0 0;
}
.comment-container span,
.comment-container a {
    color: #777;
	font-size: 12px;
}
.comment-container span i,
.comment-container a i {
    margin-right: 8px;
}
.comment-container .reply {
    float: right;
    margin-top: -24px;
}
.single-post .comment-form-right {
    float: right;
}
.single-post .comment-form-left .input-group {
    width: 100%;
}
.logged-in.single-post .comment-form-right {
    float: left;
}
.zozo-blog-pagination-wrapper {
	position: relative;
}
#infscr-loading {
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    text-align: center;
    background: none;
    padding: 8px 5px;
    color: #fff;
}
#infscr-loading img {
    margin: 0 auto;
}
.all-loaded {
    background: #eaeaea;
    color: #000;
    padding: 15px;
}
.pagination.infinite-scroll {
    display: none;
}
.zozo-hr-line {
    border-color: #eaeaea;
}
.video-player {
    background: #000000;
}
.video-player .mejs-container,
.wp-video-shortcode,
.mejs-overlay {
    width: 100% !important;
    margin: 0 auto;
}
.wp-video-shortcode {
    max-width: 100%;
}
.wp-video {
    width: 100% !important;
}
.youtube-inner {
    max-width: 100% !important;
}
.timeline-layout {
    position: relative;
    float: left;
    width: 100%;
}
.timeline-layout.clearfix:after {
    background: none repeat scroll 0 0 #E3E3E3;
    bottom: 0;
    clear: none;
    content: "";
    display: block;
    height: 99%;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 44px;
    visibility: visible;
    width: 2px;
}
.sc-timeline-title {
    display: inline-block;
    padding: 4px 12px;
    background: #EDEDED;
    position: relative;
    z-index: 99;
    margin-top: 10px;
}
.sc-blog-timeline-date {
    clear: both;
    text-align: center;
}
.timeline-icon {
    text-align: center;
    font-size: 35px;
}
.timeline-posts {
    width: 50%;
    position: relative;
}
.timeline-posts .posts-inner-container {
    padding: 15px;
    border: 1px solid #e3e3e3;
    margin-bottom: 10px;
    position: relative;
    width: 92%;
    min-height: 220px;
}
.timeline-posts.pull-right .posts-inner-container {
    float: right;
}
.timeline-posts.pull-left {
    clear: left;
    margin-top: 10px;
}
.timeline-posts.pull-right {
    clear: right;
    margin-top: 50px;
}
.timeline-posts.pull-left .sc-blog-timeline-arrow:after,
.timeline-posts.pull-left .sc-blog-timeline-arrow:before,
.timeline-posts.pull-right .sc-blog-timeline-arrow:after,
.timeline-posts.pull-right .sc-blog-timeline-arrow:before {
    top: 25px;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.timeline-posts.pull-left .sc-blog-timeline-arrow:after,
.timeline-posts.pull-left .sc-blog-timeline-arrow:before {
    left: 100%;
}
.timeline-posts.pull-left .sc-blog-timeline-arrow:after,
.timeline-posts.pull-left .sc-blog-timeline-arrow:before {
    border-left-color: #E0E0E0;
}
.timeline-posts.pull-left .sc-blog-timeline-arrow:after,
.timeline-posts.pull-right .sc-blog-timeline-arrow:after {
    border-color: transparent;
    border-width: 5px;
    margin-top: -5px;
}
.timeline-posts.pull-right .sc-blog-timeline-arrow:after,
.timeline-posts.pull-right .sc-blog-timeline-arrow:before {
    right: 100%;
}
.timeline-posts.pull-right .sc-blog-timeline-arrow:after,
.timeline-posts.pull-right .sc-blog-timeline-arrow:before {
    border-right-color: #E0E0E0;
}
.timeline-posts.pull-left .sc-blog-timeline-arrow:before,
.timeline-posts.pull-right .sc-blog-timeline-arrow:before {
    border-width: 11px;
    margin-top: -11px;
}
.timeline-posts.pull-left:after,
.timeline-posts.pull-right:after {
    background: none repeat scroll 0 0 #E0E0E0;
    border-radius: 50%;
    content: "";
    display: block;
    height: 18px;
    position: absolute;
    top: 15px;
    width: 18px;
    z-index: 10;
}
.timeline-posts.pull-left:after {
    right: -9px;
}
.timeline-posts.pull-right:after {
    left: -9px;
}
.zozo-form-success,
.zozo-form-error {
    padding: 10px;
    display: none;
}
.entry-content .zozo-form-success,
.entry-content .zozo-form-error {
    margin-bottom: 15px;
}
.zozo-form-success i,
.zozo-form-error i {
    padding-right: 10px;
}
/* Related Posts */
.related-portfolio-slider-section {
    margin-bottom: 40px;
}
ul.related-posts {
    list-style: none;
    padding: 0;
}
/*Latest Posts*/
.latest-posts-layout .post {
    margin-bottom: 28px;
}
.latest-posts-layout .post:last-child {
    margin-bottom: 0;
}
.latest-posts-layout .entry-thumbnail {
    max-width: 100px;
    float: left;
    margin-right: 35px;
}
.latest-posts-layout .posts-content-container .entry-header {
    margin-bottom: 10px;
    /*display: none;*/
}
.latest-posts-layout .posts-content-container h2.entry-title {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 18px;
}
.latest-posts-layout .posts-content-container .entry-summary > p {
    margin-bottom: 5px;
}
.latest-posts-layout .entry-meta {
    margin: 0;
}
.latest-posts-layout .entry-meta .read-more {
    float: right;
    margin-right: 10px;
}
.latest-posts-layout .entry-meta .read-more > a:after {
    content: "\f105";
    font-size: 14px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 700;
    padding-left: 5px;
}
/* New */
.latest-posts-layout .posts-content-container{
	padding: 0;
}
.latest-posts-layout .posts-content-container .entry-meta-wrapper {
    border: medium none;
    float: none;
    margin: 0;
    padding: 0;
}
.latest-posts-layout .entry-meta-wrapper .entry-meta {
    float: none;
}
.latest-posts-layout .entry-meta-wrapper .entry-meta i {	
    background: transparent none repeat scroll 0 0;
    height: auto;
    width: auto;
	line-height: 1;
}
.latest-posts-layout .entry-meta .read-more {
    display: block;
    float: none;
    margin: 0;
    padding: 0;
}
/* ================================================================
 * VC Progress Bar
 * ================================================================ */
.bar-style-tooltip .tooltip {
    opacity: 1;
    font-family: inherit;
}
.bar-style-tooltip .tooltip .tooltip-inner {
    background: #000 none repeat scroll 0 0;
    border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px; -ms-border-radius: 2px; -o-border-radius: 2px; 
    color: #fff;
    font-size: 10px;
    line-height: 18px;
    padding: 7px;
}
.bar-style-tooltip .tooltip.top {
    min-width: 52px;
    top: 0;
    right: -26px;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}
/* ================================================================
 * CONTACT US
 * ================================================================ */
input,
.input,
.form-control,
input.form-control,
select,
select.form-control {
    background: #fff;
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    font-size: 12px;
	padding:0 15px;
    height: 60px;
    line-height: normal;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05); -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05); -ms-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05); -o-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
select.form-control {
	padding:0;
}
.form-style-transparent input,
.form-style-transparent .input,
.form-style-transparent input.form-control,
.form-style-transparent textarea {
	background: #fff;
    border: none;
    color: #777;
	font-size: 12px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05); -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05); -ms-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05); -o-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.typo-light .form-style-transparent input,
.typo-light .form-style-transparent .input,
.typo-light .form-style-transparent input.form-control,
.typo-light .form-style-transparent textarea {
    color: #fff;
}
.form-style-transparent .input-group input.form-control,
.form-style-transparent .input-group input.form-control:focus {
    border-right-color: transparent !important;
}
.form-style-transparent textarea.form-control,
.form-style-transparent input.form-control,
.bg-skin-dark .form-style-transparent textarea.form-control,
.bg-skin-dark .form-style-transparent input.form-control {
	background: rgba(255, 255, 255, 0.06) none repeat scroll 0 0;
}
input[type="file"]:focus,
input[type="checkbox"]:focus,
input[type="radio"]:focus {
    outline: none;
}
input[type="radio"],
input[type="checkbox"] {
    display: inline-block;
    height: auto;
}
/*.form-control,
.form-control:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
}*/
.post-password-form label,
.post-password-form input {
    display: inline-block;
}
input,
input.form-control,
textarea,
textarea.form-control,
.gform_wrapper input[type="text"],
.gform_wrapper input[type="url"],
.gform_wrapper input[type="email"],
.gform_wrapper input[type="tel"],
.gform_wrapper input[type="number"],
.gform_wrapper input[type="password"],
.gform_wrapper textarea {
    font-size: 14px;
}
input:focus,
.form-control:focus,
textarea:focus,
#respond input:focus,
#respond textarea:focus {
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.typo-default .form-control::-moz-placeholder {
    color: #4e4e4e;
    text-transform: capitalize;
}
.typo-default .form-control:-ms-input-placeholder {
    color: #4e4e4e;
    text-transform: capitalize;
}
.typo-default .form-control::-webkit-input-placeholder {
    color: #4e4e4e;
    text-transform: capitalize;
}
.typo-light .form-control::-moz-placeholder {
    color: #fff;
}
.typo-light .form-control:-ms-input-placeholder {
    color: #fff;
}
.typo-light .form-control::-webkit-input-placeholder {
    color: #fff;
}
.typo-dark .form-control::-moz-placeholder {
    color: #4e4e4e;
    text-transform: capitalize;
}
.typo-dark .form-control:-ms-input-placeholder {
    color: #4e4e4e;
    text-transform: capitalize;
}
.typo-dark .form-control::-webkit-input-placeholder {
    color: #4e4e4e;
    text-transform: capitalize;
}
.has-error .input-group-addon,
.has-success .input-group-addon {
    background-color: transparent;
}
.has-error .zozo-input-group-addon .input-group-addon,
.has-error .zozo-input-group-addon .form-control,
.has-error textarea.form-control:focus,
.has-error .zozo-input-group-addon input:focus,
.has-error textarea:focus,
.has-error .zozo-input-group-addon .form-control:focus {
    border-color: #a94442;
}
/*textarea:focus,
.form-group textarea.form-control:focus {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
}*/
.form-group{
	margin-bottom: 30px;
}
.typo-light .contact-form-wrapper .bg-success {
    background-color: transparent;
}
.form-style-flat input,
.form-style-flat .input,
.form-style-flat input.form-control,
.form-style-flat select,
.form-style-flat select.form-control,
.form-style-flat textarea.form-control {
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(0, 0, 0, 0.2);
}
.form-style-flat input,
.form-style-flat .input,
.form-style-flat input.form-control,
.form-style-flat select,
.form-style-flat select.form-control,
.form-style-flat textarea.form-control,
.form-style-flat .btn.zozo-submit {
    border-radius: 0;
    -ms-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -webkit-border-radius: 0;
}
.zozo-input-submit .btn{
	padding: 14px 45px;
}
/* Contact Hydd */
.zozo-contact-form .field-label {
    font-size: 15px;
    font-weight: normal;
}
/* ============ CONTACT INFO ============== */
/* Default */
.contact-widget-title {
    font-size: 40px;
}
.contact-widget-title,
.contact-info-container h5 {
    line-height: 1.3;
    margin-bottom: 22px;
}
.contact-info-container h5 {
    font-size: 32px;
}
.contact-info-inner h5 a:hover {
    color: #171717;
}
.typo-light .contact-info-inner h5 a:hover {
    color: #fff;
}
.contact-info-inner .zozo-social-icons li a {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    width: 40px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
	-ms-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
	-o-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
}
.contact-info-inner h4.contact-widget-title,
.contact-info-inner h5 a{
	color: #171717;
}
.typo-light .contact-info-inner h4.contact-widget-title,
.typo-light .contact-info-inner h5 a{
	color: #fff;
}
.contact-info-inner .zozo-social-icons li a i {
    line-height: inherit;
    font-size: inherit;
}
.zozo-social-icons.social-style-bordered li a {
    background: transparent;
    border: 1px solid #e1e1e1;
}
.zozo-social-icons.social-style-bordered li a i {
    color: #7f7f7f;
}
.typo-light .zozo-social-icons.social-style-bordered li a i {
    color: #fff;
}
.zozo-social-icons.social-style-bordered li a:hover i {
    color: #fff;
}
/* Show Divider */
.show-separator .contact-widget-title,
.show-separator.contact-info-container h5 {
    line-height: 1.2;
    margin-bottom: 15px;
}
.show-separator .contact-widget-desc {
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
/* Contact Info 2 */
.contact-info-container.contact-info-style2 .contact-widget-title {
    margin-top: 0;
}
.contact-info-container.contact-info-style2 h6 {
    color: #333;
    display: inline-block;
    padding: 6px 10px;
    font-weight: 300;
    text-transform: uppercase;
}
.contact-info-container.contact-info-style2 h5 {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 10px;
    color: #7f7f7f;
}
.typo-light .contact-info-container.contact-info-style2 h5 {
    color: #fff;
}
.typo-dark .contact-info-container.contact-info-style2 h5 {
    color: #333;
}
.contact-info-container.contact-info-style2 .zozo-social-icons li a {
    height: 30px;
    width: 30px;
    line-height: 30px;
}
.contact-info-container.contact-info-style2 .zozo-social-icons li a i {
    line-height: 30px;
    font-size: 14px;
}
/* ----------- CONTACT FORM 7 ------------- */
.wpcf7 input {
    width: 100%;
    padding-top: 6px;
    padding-bottom: 6px;
}
.wpcf7 textarea {
    max-height: 110px;
    width: 100%;
    padding-top: 6px;
}
.wpcf7 .height-large {
    max-height: none;
}
.wpcf7 p {
    font-weight: bold;
}
.wpcf7 input[type="submit"] {
    color: #fff;
    padding: 9px 12px;
    width: auto;
}
.wpcf7 .btn-wide input[type="submit"] {
    width: 100%;
    max-width: 205px;
}
.wpcf7 input[type="file"] {
    padding-left: 0;
}
.wpcf7 input[type="radio"],
.wpcf7 input[type="checkbox"] {
    height: auto;
    width: auto;
    display: inline-block;
}
.wpcf7 p {
    font-weight: 700;
    font-size: 13px;
    color: #7f7f7f;
    margin-bottom: 0;
}
.wpcf7 textarea,
.wpcf7 input,
.wpcf7 select {
    font-weight: normal;
    padding-left: 20px;
    margin-bottom: 20px;
}
.wpcf7 input.wpcf7-file {
	border:none;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	padding:0;
}
.wpcf7 input[type="submit"] {
    margin-bottom: 0;
}
span.wpcf7-form-control-wrap {
    display: block;
    position: relative;
}
span.wpcf7-not-valid-tip {
    bottom: 0;
    font-size: 13px;
    font-weight: normal;
    left: 0;
    /*position: absolute;*/
}
.wpcf7 input::-moz-placeholder,
.wpcf7 textarea::-moz-placeholder {
    color: #888;
    opacity: 1;
}
.wpcf7 input:-ms-input-placeholder,
.wpcf7 textarea:-ms-input-placeholder {
    color: #888;
}
.wpcf7 input::-webkit-input-placeholder,
.wpcf7 textarea::-webkit-input-placeholder {
    color: #888;
}
.wpcf7 textarea,
.wpcf7 input {
    color: #333;

}
span.wpcf7-not-valid-tip {
    font-size: 13px;
    font-weight: normal;
}
div.wpcf7-validation-errors,
div.wpcf7-mail-sent-ok {
    border: 0px;
    color: #da0000;
    margin-left: 0;
    padding: 0;
}
div.wpcf7-mail-sent-ok {
    color: #398f14;
}
.wpcf7 select[multiple],
.wpcf7 select[size] {
    width: 100%;
}
.wpcf7-form-control-wrap label {
    width: 100%;
}
.wpcf7 input.btn-block[type="submit"] {
    width: 100%;
	text-align: center;
}
/* Appointment Form */
.selectbox-arrow select {
    color: #888;
    outline: none;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    padding: 5px;
    background: transparent url("images/arrow-bottom.png") no-repeat scroll 100% 0px;
}
.selectbox-arrow input {
    background: transparent;
}
.selectbox-arrow input::-moz-placeholder,
.selectbox-arrow textarea::-moz-placeholder {
    color: #888;
}
.selectbox-arrow input::-webkit-input-placeholder,
.selectbox-arrow textarea::-webkit-input-placeholder {
    color: #888;
}
.selectbox-arrow input:-ms-input-placeholder,
.selectbox-arrow textarea:-ms-input-placeholder {
    color: #888;
}
.wpcf7 h6,
.wpcf7 h5 {
    margin-bottom: 0;
}
.wpcf7 h6 label,
.wpcf7 .label-full label {
    background: #f1f1f1 none repeat scroll 0 0;
    display: block;
    padding: 12px;
    margin-top: 15px;
    font-size: inherit;
    font-weight: inherit;
}
.checkbox-full .wpcf7-list-item {
    display: block;
    margin: 9px 0;
}
.checkbox-full .wpcf7-list-item input[type="checkbox"] {
    margin: 7px 8px 0 0;
    float: left;
}
/* Short Appointment Form */
.widget .wpcf7 textarea,
.widget .wpcf7 input,
.widget .wpcf7 select {
    margin-bottom: 10px;
}
/* ----------- GRAVITY FORM ------------- */
.gform_wrapper input[type="text"],
.gform_wrapper input[type="url"],
.gform_wrapper input[type="email"],
.gform_wrapper input[type="tel"],
.gform_wrapper input[type="number"],
.gform_wrapper input[type="password"],
.gform_wrapper textarea {
    height: 35px;
    padding: 10px;
}
.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: transparent;
    border: none;
    margin-bottom: 0 !important;
    padding: 0 !important;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required {
    margin-bottom: 0 !important;
    margin-top: 0;
    padding-left: 0 !important;
}
.gform_wrapper .top_label .gfield_error {
    width: 100%;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
    margin-top: 10px;
}
.gform_wrapper .top_label .gfield_error .ginput_container {
    max-width: 100%;
}
.gform_wrapper .gsection .gfield_label,
.gform_wrapper h2.gsection_title,
.gform_wrapper h3.gform_title {
    font-weight: inherit;
}
.gform_wrapper .top_label .gfield_label {
    font-weight: 600;
    color: #7f7f7f;
    font-size: 13px;
}
.gform_wrapper .gfield_error .gfield_label,
.gform_wrapper li.gfield_error div.ginput_complex.ginput_container label,
.gform_wrapper li.gfield_error ul.gfield_checkbox,
.gform_wrapper li.gfield_error ul.gfield_radio {
    color: #7f7f7f;
}
.gform_confirmation_message {
    color: green;
}
.gform_wrapper div.validation_error {
    border: 0px;
    padding-bottom: 0;
    font-weight: inherit;
    font-size: 13px;
    color: #da0000;
    margin-bottom: 0;
}
.gform_wrapper .validation_message {
    color: #da0000;
    font-weight: inherit;
}
.gform_wrapper li.gfield_error input[type="email"],
.gform_wrapper li.gfield_error input[type="number"],
.gform_wrapper li.gfield_error input[type="password"],
.gform_wrapper li.gfield_error input[type="tel"],
.gform_wrapper li.gfield_error input[type="text"],
.gform_wrapper li.gfield_error input[type="url"],
.gform_wrapper li.gfield_error textarea {
    border-color: #e1e1e1;
}
.gmap_canvas img {
    max-width: none;
}
/* Map Full Height From Row Height */
.vc-match-height-row .gmap-wrapper {
    height: inherit;
}
.vc-match-height-row .gmap_canvas {
    height: inherit !important;
}
/* VC Post Grid */
.vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_date > div {
    font-style: italic;
}
/* ================================================================
 * MAILCHIMP
 * ================================================================ */
.form-style-transparent input {
    color: #fff;
}
.form-style-transparent .form-control::-moz-placeholder {
    color: #fff;
}
.form-style-transparent .form-control::-webkit-input-placeholder {
    color: #fff;
}
.form-style-transparent .form-control:-ms-input-placeholder {
    color: #fff;
}
.typo-dark .form-style-transparent .form-control::-moz-placeholder {
    color: #333;
}
.typo-dark .form-style-transparent .form-control::-webkit-input-placeholder {
    color: #333;
}
.typo-dark .form-style-transparent .form-control:-ms-input-placeholder {
    color: #333;
}
.zozo-form-group-addon .input-group-addon {
    padding: 0;
    margin: 0;
    border: none;
}
.form-btn-inline .zozo-form-group-addon .input-group-addon .btn {
    border-radius: 0;
    -ms-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -webkit-border-radius: 0;
    height: 100%;
    margin: 0;
    padding: 0 26px;
    height: 60px;
    line-height: 60px;
}
.mailchimp-email.zozo-form-group-addon .form-control-feedback {
    line-height: 60px;
    height: auto;
    right: 0;
}
.form-control-feedback {
    line-height: 40px;
}
.form-btn-right .mailchimp-email.zozo-form-group-addon .input-group-addon {
    padding-left: 15px;
}
.form-btn-right .input-group .form-control {
    border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
}
/* ================================================================
 * DOMAIN SEARCH FORM
 * ================================================================ */
.form-domain-view .zozo-form-group-addon .input-text.form-control {
    max-width: 85%;
}
.form-domain-view .zozo-form-group-addon .input-select {
    max-width: 15%;
    display: table-cell;
    box-shadow: none;
    -ms-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -webkit-box-shadow: none;
    padding: 6px 8px;
    float: left;
    margin-bottom: 0;
    position: relative;
    width: 100%;
    z-index: 2;
}
.form-domain-view .form-btn-inline .zozo-form-group-addon .input-select {
    border-bottom-left-radius: 0;
    -moz-border-bottom-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -o-border-bottom-left-radius: 0;
    -ms-border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -moz-border-top-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -o-border-top-left-radius: 0;
    -ms-border-top-left-radius: 0;
    border-left-color: transparent;
}
.form-domain-view .form-btn-right .zozo-form-group-addon .input-text.form-control {
    max-width: 85%;
    margin-right: 2.5%;
}
.form-domain-view .form-btn-right .zozo-form-group-addon .input-select {
    margin-right: 2.5%;
}
/* ================================================================
 * PORTFOLIO
 * ================================================================ */
/* PORTFOLIO FILTERS */
.zozo-isotope-filters .zozo-smartmenu li.smartmenu-filter > a.disabled, .zozo-isotope-filters .zozo-smartmenu li.first-element > a > .sub-arrow {
	display: none;
}
.zozo-isotope-filters .zozo-smartmenu li .smart-sub-menu.portfolio-sub-filter {
	display: block;
	padding: 0;
	margin: 0;
	list-style: none;
}
.portfolio-tabs {
	margin: 20px 0 80px;
	padding: 0;
	list-style: none;
}
.smartmenu-filter a span.sub-arrow {
    /*background: #444 none repeat scroll 0 0;*/
    font-size: 25px;
    overflow: hidden;
    position: absolute;
    right: 12px;
	top: 0;
	bottom: 0;    
    width: 15px;
}
.smartmenu-filter a span.sub-arrow:before {
	content: '+';
	display: inline-block;	
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.smartmenu-filter a span.sub-arrow.highlighted:before {
	content: '-';	
}
.portfolio-tabs .smart-sub-menu.portfolio-sub-filter > li {
    padding-left: 10px;
    padding-right: 10px;
	display: inline-block;
}
.portfolio-tabs .smart-sub-menu.portfolio-sub-filter > li > a {
	position: relative;
	display: block;
}
/* DEFAULT STYLE */
.portfolio-tabs.default-filter .smart-sub-menu.portfolio-sub-filter > li > a:after {
    content: "";
    height: 4px;
    left: 0;
	right: 0;
    margin: 0 auto;
    position: absolute;
    bottom: 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;
    width: 0;
}
.portfolio-tabs.default-filter .smart-sub-menu.portfolio-sub-filter > li > a.active:after {
	width:100%;
}
/* ARROW STYLE */
.portfolio-tabs.arrow-style-filter .smart-sub-menu.portfolio-sub-filter > li > a,
.portfolio-tabs.default-filter .smart-sub-menu.portfolio-sub-filter > li > a {
	padding: 10px 40px;
	background:#171717;
	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;
	color:#fff;
}
.portfolio-tabs.arrow-style-filter .smart-sub-menu.portfolio-sub-filter li a:after {
    background: inherit;
    border-radius: 50%;-webkit-border-radius: 50%;-moz-border-radius: 50%;-ms-border-radius: 50%;-o-border-radius: 50%;
    content: "";
    height: 15px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    bottom: 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;
    width: 15px;
    z-index: -1;
}
.portfolio-tabs.arrow-style-filter .smart-sub-menu.portfolio-sub-filter li a.active:after {
    border-radius: 0;-webkit-border-radius: 0;-moz-border-radius: 0;-ms-border-radius: 0;-o-border-radius: 0;
    bottom: -5px;
    z-index: 1;
}
/* Arrow Left & Right */
.portfolio-tabs.arrow-style-filter.arrow-right .smart-sub-menu.portfolio-sub-filter li a:after, 
.portfolio-tabs.arrow-style-filter.arrow-left .smart-sub-menu.portfolio-sub-filter li a:after {
	background: transparent;
	border-color: transparent;
	border-left-color: #171717;
	border-style: solid;
	border-width: 10px;
	height: auto;
	left: 0px;
	bottom: 0;
	right: auto;
	top: auto;
	transform: rotate(0deg); -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg);
	width: auto;
}
.portfolio-tabs.arrow-style-filter.arrow-left .smart-sub-menu.portfolio-sub-filter li a.active::after, 
.portfolio-tabs.arrow-style-filter.arrow-right .smart-sub-menu.portfolio-sub-filter li a.active::after{
	bottom: -8px;
}
.portfolio-tabs.arrow-style-filter.arrow-right .smart-sub-menu.portfolio-sub-filter li a::after {
	border-color: transparent;
    border-right-color: #171717;
    left: auto;
    right: 0;
}
/* TRANSPARENT STYLE */
.portfolio-tabs.transparent-filter .smart-sub-menu.portfolio-sub-filter > li > a {
    color: #171717;
    font-size: 11px;
    padding: 0 6px;
    text-transform: uppercase;
}
.portfolio-tabs.transparent-filter .smart-sub-menu.portfolio-sub-filter > li:first-child > a {
	padding-left: 0;
}
.portfolio-tabs.transparent-filter .smart-sub-menu.portfolio-sub-filter > li:last-child > a {
	padding-right: 0;
}
.portfolio-tabs.transparent-filter .smart-sub-menu.portfolio-sub-filter > li > a.active, .portfolio-tabs.transparent-filter .smart-sub-menu.portfolio-sub-filter > li > a:hover{
	color: #777;
}
.portfolio-tabs.transparent-filter .smart-sub-menu.portfolio-sub-filter > li > a:after {
	content: "/";
	color: #777;
    position: absolute;
    right: -15px;
	top: 0;
}
.portfolio-tabs.transparent-filter .smart-sub-menu.portfolio-sub-filter > li:last-child > a:after {
	content:none;
}
/* Filter Skin Dark */
.portfolio-tabs.default-filter.filter-skin-light .smart-sub-menu.portfolio-sub-filter > li a, 
.portfolio-tabs.arrow-style-filter.filter-skin-light .smart-sub-menu.portfolio-sub-filter > li a {
    background: #fff none repeat scroll 0 0;
    color: #171717;
}
.portfolio-tabs.arrow-style-filter.filter-skin-light.arrow-right .smart-sub-menu.portfolio-sub-filter > li a:after{
	border-right-color: #fff;
}
.portfolio-tabs.arrow-style-filter.filter-skin-light.arrow-left .smart-sub-menu.portfolio-sub-filter > li a:after{
	border-left-color: #fff;
}
.portfolio-tabs.filter-skin-light.transparent-filter .smart-sub-menu.portfolio-sub-filter > li > a {
    color: #fff;
}
.portfolio-tabs.filter-skin-light.transparent-filter .smart-sub-menu.portfolio-sub-filter > li > a.active, .portfolio-tabs.filter-skin-light.transparent-filter .smart-sub-menu.portfolio-sub-filter > li > a:hover {
    color: #777;
}
/* PORTFOLIO IMAGE HOVER */
.portfolio-item .portfolio-img > img {
	-webkit-transition: all 350ms ease;-moz-transition: all 350ms ease;-ms-transition: all 350ms ease;-o-transition: all 350ms ease;transition: all 350ms ease;
}
/* ZOOM IN */
.portfolio-item:hover .portfolio-img.zoomin > img {
	transform:scale(1.2);
	-webkit-transform:scale(1.2);
	-moz-transform:scale(1.2);
	-ms-transform:scale(1.2);
	-o-transform:scale(1.2);
}
/* ZOOM OUT */
.portfolio-item .portfolio-img.zoomout > img {
	transform:scale(1.2);
	-webkit-transform:scale(1.2);
	-moz-transform:scale(1.2);
	-ms-transform:scale(1.2);
	-o-transform:scale(1.2);
}
.portfolio-item:hover .portfolio-img.zoomout > img {
	transform:scale(1);
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
}
/* ROTATE */
.portfolio-item:hover .portfolio-img.rotate > img {
	transform:rotate(10deg) scale(1.2);	
	-webkit-transform:rotate(10deg) scale(1.2);
	-moz-transform:rotate(10deg) scale(1.2);
	-ms-transform:rotate(10deg) scale(1.2);
	-o-transform:rotate(10deg) scale(1.2);
}
/* PUSH */
.portfolio-item:hover .portfolio-img.push-top > img {
    transform: translateY(-12%);
	-webkit-transform: translateY(-12%);
	-moz-transform: translateY(-12%);
	-ms-transform: translateY(-12%);
	-o-transform: translateY(-12%);
}
.portfolio-item:hover .portfolio-img.push-bottom > img {
    transform: translateY(12%);
	-webkit-transform: translateY(12%);
	-moz-transform: translateY(12%);
	-ms-transform: translateY(12%);
	-o-transform: translateY(12%);
}
/* PORTFOLIO OVERLAY STYLES */
.portfolio-overlay {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    bottom: 0;
	background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    -ms-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
	z-index:9;
}
.portfolio-item:hover .portfolio-overlay,
.portfolio-item .portfolio-overlay.zoomout {
    opacity: 1;
}
/* ZOOM IN & ZOOM OUT */
.portfolio-overlay.zoomin,
.portfolio-item:hover .portfolio-overlay.zoomout {
	transform:scale(0);
	-webkit-transform:scale(0);
	-moz-transform:scale(0);
	-ms-transform:scale(0);
	-o-transform:scale(0);
}
.portfolio-item:hover .portfolio-overlay.zoomin {
	transform:scale(1);
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
}
/* MASK STYLES */
.portfolio-item .portfolio-mask {
	position:absolute;
	left: 0;
    position: absolute;
    right: 0;
    text-align: center;
	color:#fff;
	padding:15px;
    top: 50%;
    transform: translateY(-50%);-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);-o-transform: translateY(-50%);
    width: 100%;
	visibility:hidden;
	opacity:0;
	-webkit-transition: all 350ms ease-in-out;
	-moz-transition: all 350ms ease-in-out;
	-ms-transition: all 350ms ease-in-out;
	-o-transition: all 350ms ease-in-out;
	transition: all 350ms ease-in-out;
	z-index:10;
}
.portfolio-item:hover .portfolio-mask {
	visibility:visible;
	opacity:1;
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    -ms-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
}
.portfolio-item h4 a, .portfolio-item h5 a{
	color: #171717;
}
.portfolio-item h4 a:hover, .portfolio-item h5 a:hover{
	color: #777;
}
.portfolio-item.style-default .overlay-full .portfolio-title a, .portfolio-item.style-default .overlay-full .portfolio-cat a,
.portfolio-item.style-masonry .overlay-full .portfolio-title a, .portfolio-item.style-masonry .overlay-full .portfolio-cat a,
.tax-portfolio_categories .portfolio-item .portfolio-title a, .tax-portfolio_categories .portfolio-item .portfolio-cat a{
	color:#fff;
}
.portfolio-cat{
	font-size: 9px;
	text-transform: uppercase;
}
.portfolio-cat > a {
	color:#333;
}
.style-default .portfolio-title a:hover,
.style-default .portfolio-cat a:hover,
.style-masonry .portfolio-title a:hover,
.style-masonry .portfolio-cat a:hover {
	color:#fff;
}
/* OVERLAY CONTENT STYLE */
.portfolio-item .overlay-content .portfolio-title a:hover {
	opacity: 0.8;
}
.portfolio-item .overlay-content .portfolio-mask {
	background: #171717;
	color: #777;
}
.portfolio-item .overlay-content .portfolio-cat a, 
.portfolio-item .overlay-content .portfolio-title > h4 a, 
.portfolio-item .overlay-content .portfolio-title > p{
	color: #fff;
}
.portfolio-item .overlay-content .portfolio-overlay,
.portfolio-item .overlay-content .position-top .portfolio-title > p,
.portfolio-item .overlay-content .position-bottom .portfolio-title > p {
	display:none;
}
.portfolio-item .overlay-content .portfolio-title,
.portfolio-item .overlay-content .portfolio-title > h4 {
	margin-bottom:0;
}
.portfolio-item .overlay-buttons {
	padding: 0;
}
.portfolio-item .overlay-content .overlay-buttons {
	/*position: absolute;
	margin:0;*/
}
.portfolio-item .overlay-content .position-left,
.portfolio-item .overlay-content .position-right {
	/*width:50%;
	height:100%;*/
}
.portfolio-item .overlay-content .position-right .overlay-buttons > li,
.portfolio-item .overlay-content .position-left .overlay-buttons > li {
    display: block;
}	
.portfolio-item .overlay-content .position-bottom .overlay-buttons,
.portfolio-item .overlay-content .position-center .overlay-buttons {
	/*top:-25px;
	right:15px;*/
}
.portfolio-item .overlay-content .position-top .overlay-buttons {
	/*bottom:-25px;
	right:15px;*/
}
.portfolio-item .overlay-content .position-right .overlay-buttons {
	/*left:-25px;
	top:15px;*/
}
.portfolio-item .overlay-content .position-left .overlay-buttons {
	/*right:-25px;
	top:15px;*/
}
/* MASK POSITIONS  */
.zozo-img-wrapper .overlay-mask.position-top,
.zozo-img-wrapper .overlay-mask.position-bottom,
.zozo-img-wrapper .overlay-mask.position-top-right,
.zozo-img-wrapper .overlay-mask.position-top-left,
.zozo-img-wrapper .overlay-mask.position-bottom-left,
.zozo-img-wrapper .overlay-mask.position-bottom-right {
    transform: none;
    -ms-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -webkit-transform: none;
	padding: 36px;
}
.zozo-img-wrapper .overlay-mask.position-right .portfolio-title,
.zozo-img-wrapper .overlay-mask.position-left .portfolio-title,
.zozo-img-wrapper .overlay-mask.position-top-right .portfolio-title,
.zozo-img-wrapper .overlay-mask.position-top-left .portfolio-title,
.zozo-img-wrapper .overlay-mask.position-bottom-left .portfolio-title,
.zozo-img-wrapper .overlay-mask.position-bottom-right .portfolio-title {
	width:100%;
}
.zozo-img-wrapper .overlay-mask.position-right {
    right: 0;
    left: auto;
    text-align: right;
}
.zozo-img-wrapper .overlay-mask.position-left {
    right: auto;
    left: 0;
    text-align: left;
}
.zozo-img-wrapper .overlay-mask.position-top {
    top: 0;
    bottom: auto;
}
.zozo-img-wrapper .overlay-mask.position-bottom {
    bottom: 0;
    top: auto;
}
.zozo-img-wrapper .overlay-mask.position-top-right {
    top: 0;
    bottom: auto;
    right: 0;
    left: auto;
    text-align: right;
}
.zozo-img-wrapper .overlay-mask.position-top-left {
    top: 0;
    bottom: auto;
    right: auto;
    left: 0;
    text-align: left;
}
.zozo-img-wrapper .overlay-mask.position-bottom-right {
    bottom: 0;
    top: auto;
    right: 0;
    left: auto;
    text-align: right;
}
.zozo-img-wrapper .overlay-mask.position-bottom-left {
    bottom: 0;
    top: auto;
    right: auto;
    left: 0;
    text-align: left;
}
/* HOVER STYLES */
.portfolio-item .portfolio-cat,
.portfolio-item .portfolio-title > h4,
.portfolio-item .portfolio-title > p {
	-webkit-transition: all 350ms ease;-moz-transition: all 350ms ease;-ms-transition: all 350ms ease;-o-transition: all 350ms ease;transition: all 350ms ease;
}
.style-default .portfolio-cat,
.style-default .portfolio-title > h4,
.style-default .portfolio-title > p,
.style-masonry .portfolio-cat,
.style-masonry .portfolio-title > h4,
.style-masonry .portfolio-title > p  {
	bottom: -30px;
    position: relative;
	opacity:0;
}
.portfolio-cols-4 .portfolio-title > h4 {
    font-size: 14px;
}
.portfolio-item:hover .portfolio-cat{
	-webkit-transition-duration: 0.1s; /* Safari */
	-moz-transition-duration: 0.1s;
	-ms-transition-duration: 0.1s;
	-o-transition-duration: 0.1s;
    transition-duration: 0.1s;
}
.portfolio-item:hover .portfolio-title > h4 {
	-webkit-transition-duration: 0.2s; /* Safari */
	-moz-transition-duration: 0.2s;
	-ms-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
.portfolio-item:hover .portfolio-title > p {
	-webkit-transition-duration: 0.3s; /* Safari */
	-moz-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.portfolio-item:hover .portfolio-cat,
.portfolio-item:hover .portfolio-title > h4,
.portfolio-item:hover .portfolio-title > p{
	opacity:1;
	bottom:0;
}
/* OVERLAY BUTTONS */
.zozo-img-wrapper .overlay-buttons {
    margin: 0;
    position: relative;
	padding:0;
    z-index: 9;
}
.overlay-buttons > li {
    display: inline-block;
    padding: 0;
}
.overlay-buttons > li > a,
.portfolio-mask > a {
    background: #fff;
    color: #333;
	border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%;
    display: inline-block;
    font-size: 15px;
    font-weight: normal;
    height: 50px;
    line-height: 50px;
    margin: 5px;
    text-align: center;
    width: 50px;
	box-shadow:0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	-webkit-box-shadow:0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	-moz-box-shadow:0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	-ms-box-shadow:0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	-o-box-shadow:0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.overlay-buttons > li > a:hover,
.portfolio-mask > a:hover {
	background: #171717;
    color: #fff;
	box-shadow:0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
	-webkit-box-shadow:0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
	-moz-box-shadow:0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
	-ms-box-shadow:0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
	-o-box-shadow:0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.portfolio-cols-4 .overlay-buttons > li > a, 
.portfolio-cols-4 .portfolio-mask > a {
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    width: 40px;
}
/* BUTTON ANIMATIONS */
.zozo-img-wrapper:hover .overlay-buttons.fade-up,
.portfolio-item:hover .portfolio-mask > a {
    -webkit-animation: fadeInUp 0.3s linear both;
    -moz-animation: fadeInUp 0.3s linear both;
    -o-animation: fadeInUp 0.3s linear both;
    -ms-animation: fadeInUp 0.3s linear both;
    animation: fadeInUp 0.3s linear both;
}
.zozo-img-wrapper:hover .overlay-buttons.fade-right {
    -webkit-animation: fadeInRight 0.3s linear both;
    -moz-animation: fadeInRight 0.3s linear both;
    -o-animation: fadeInRight 0.3s linear both;
    -ms-animation: fadeInRight 0.3s linear both;
    animation: fadeInRight 0.3s linear both;
}
.zozo-img-wrapper:hover .overlay-buttons.fade-down {
    -webkit-animation: fadeInDown 0.3s linear both;
    -moz-animation: fadeInDown 0.3s linear both;
    -o-animation: fadeInDown 0.3s linear both;
    -ms-animation: fadeInDown 0.3s linear both;
    animation: fadeInDown 0.3s linear both;
}
.zozo-img-wrapper:hover .overlay-buttons.fade-left {
    -webkit-animation: fadeInLeft 0.3s linear both;
    -moz-animation: fadeInLeft 0.3s linear both;
    -o-animation: fadeInLeft 0.3s linear both;
    -ms-animation: fadeInLeft 0.3s linear both;
    animation: fadeInLeft 0.3s linear both;
}
.zozo-img-wrapper:hover .overlay-buttons.zoom-in {
    -webkit-animation: zoomIn 0.3s linear both;
    -moz-animation: zoomIn 0.3s linear both;
    -o-animation: zoomIn 0.3s linear both;
    -ms-animation: zoomIn 0.3s linear both;
    animation: zoomIn 0.3s linear both;
}
.zozo-img-wrapper:hover .overlay-buttons.rotate-in {
    -webkit-animation: rotateIn 0.3s linear both;
    -moz-animation: rotateIn 0.3s linear both;
    -o-animation: rotateIn 0.3s linear both;
    -ms-animation: rotateIn 0.3s linear both;
    animation: rotateIn 0.3s linear both;
}
.zozo-img-wrapper:hover .overlay-buttons.flip-x {
    -webkit-animation: flipInX 0.6s linear 0.3s both;
    -moz-animation: flipInX 0.6s linear 0.3s both;
    -o-animation: flipInX 0.6s linear 0.3s both;
    -ms-animation: flipInX 0.6s linear 0.3s both;
    animation: flipInX 0.6s linear 0.3s both;
}
.zozo-img-wrapper:hover .overlay-buttons.flip-y {
    -webkit-animation: flipInY 0.6s linear 0.3s both;
    -moz-animation: flipInY 0.6s linear 0.3s both;
    -o-animation: flipInY 0.6s linear 0.3s both;
    -ms-animation: flipInY 0.6s linear 0.3s both;
    animation: flipInY 0.6s linear 0.3s both;
}
.portfolio-item .post-inside-wrapper {
	display: block;
}
.post-inside-wrapper.animate_when_almost_visible { opacity: 0; }
.portfolio-item img {
    width: 100%;
}
.portfolio-content,
.portfolio-img {
    position: relative;
	overflow:hidden;
}
.portfolio-grid-media-item {
	display: block;
	width: 100%;
}
/* ---------- Portfolio Gallary --------  */
.portfolio-item-gallery-format .owl-carousel {
	z-index:auto;
}
.portfolio-item-gallery-format.portfolio-item .portfolio-mask {
	z-index:1;
}
/* ---------- Portfolio List --------  */
/*.portfolio-item.style-list_style .portfolio-title h4, .portfolio-item.style-list_style:hover .portfolio-title h4,
.portfolio-item.style-list_style .portfolio-cat, .portfolio-item.style-list_style:hover .portfolio-cat,
.portfolio-item.style-classic .portfolio-cat, .portfolio-item.style-classic:hover .portfolio-cat {
    bottom: 0 !important;
    opacity: 1;
    position: relative;
    text-align: left;
}*/
.portfolio-item.style-list_style .portfolio-title{
	width: auto;
	margin-bottom: 0;
}
.portfolio-item.style-list_style .portfolio-title a{
	color: #171717;
}
.portfolio-item.style-list_style .portfolio-title a:hover,
.portfolio-item.style-list_style .portfolio-cat a:hover{
	color: #777;
}
.portfolio-item.style-list_style .portfolio-excerpts{
	color: #777;
	margin-top: 10px;	
}
/* portfolio Style Classic */
.portfolio-item.style-classic .portfolio-rating,
.portfolio-item.style-classic:hover .portfolio-rating{
	transition: all 250ms ease-in-out 0s;
	-webkit-transition: all 250ms ease-in-out 0s;
	-moz-transition: all 250ms ease-in-out 0s;
	-ms-transition: all 250ms ease-in-out 0s;
	-o-transition: all 250ms ease-in-out 0s;
}
.portfolio-item.style-classic:hover .portfolio-rating{
	opacity: 0;
}
/* ============ Portfolio Slider ============ */
.portfolio-slider-item .portfolio-title,
.portfolio-slider-item .portfolio-title > h4 {
    color: #FFFFFF;
    margin-bottom: 10px;
}
.latest-portfolio-slider-section {
    padding: 30px 0 60px;
}
/* ============ Portfolio Single  ============ */
.portfolio-single.portfolio-single-media{
	margin-bottom: 40px;
}
.portfolio-single .portfolio-details, .portfolio-single .portfolio-gallery.portfolio-image{
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
	-ms-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
	-o-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.portfolio-single .portfolio-details {
    background: #fff none repeat scroll 0 0;
    padding: 20px 26px;
}
.portfolio-single .portfolio-custom-text {
    margin: 0;
    padding: 0;
}
.portfolio-single .portfolio-box span, .portfolio-single .portfolio-box span a{
	color: #777;
}
.portfolio-single .portfolio-desc-title,
.portfolio-single .portfolio-info-title {
    text-transform: uppercase;
}
.portfolio-single .portfolio-box {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.portfolio-single .portfolio-box p {
	margin-bottom: 0;
}
.portfolio-box strong {
    display: inline-block;
    font-weight: normal;
    letter-spacing: 1.1px;
    min-width: 120px;
    text-transform: uppercase;
}
.portfolio-single .portfolio-info-title, .portfolio-single .portfolio-desc-title { 
    margin: 0 0 12px;
    padding: 14px 0;
    text-transform: uppercase;
	position: relative;
}
.portfolio-single .portfolio-info-title::before, .portfolio-single .portfolio-desc-title::before{
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    margin: -2px auto;
    position: absolute;
    width: 40px;
	background: #e1e1e1;
}
/* Portfolio Gallery */
.portfolio-carousel-slider .owl-prev.style-light{
	left:0;
}
.portfolio-carousel-slider .owl-next.style-light{    
	right:0;
}
.portfolio-carousel-slider .owl-prev.style-light,
.portfolio-carousel-slider .owl-next.style-light{
    background-color: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    font-size: 25px;
    height: 40px;
    line-height: 37px;
    position: absolute;
    text-align: center;
    width: 40px;
    z-index: 999;
	top:50%;
	transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%);
	border-radius:2px;
}
.portfolio-carousel-slider .owl-prev.style-light:hover,
.portfolio-carousel-slider .owl-next.style-light:hover{
	background-color: rgba(0, 0, 0, 1);
	cursor:pointer;
}
/* Social Icons */
.portfolio-single .portfolio-sharing {
    padding-top: 10px;
}
.portfolio-single .zozo-social-share-box .zozo-social-share-icons li a{
	border-radius: 0px; -webkit-border-radius: 0px; -moz-border-radius: 0px; -ms-border-radius: 0px; -o-border-radius: 0px;
}
.portfolio-single .zozo-social-share-box .zozo-social-share-icons li a, 
.portfolio-single .zozo-social-share-box .zozo-social-icons.soc-icon-transparent li a, 
.portfolio-single .zozo-social-share-box .zozo-social-icons.soc-icon-transparent li a i {
    background-color: #fff;
    border: medium none;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    color: #171717;
    height: 40px;
    line-height: 40px;
    width: 40px;
}
.portfolio-single .zozo-social-share-box .zozo-social-share-icons li a:hover i{
	color: #fff;
}
.portfolio-single .zozo-social-share-box .zozo-social-share-icons li.facebook a:hover{
	background-color: #3E5B98;
}
.portfolio-single .zozo-social-share-box .zozo-social-share-icons li.twitter a:hover{
	background-color: #4CA6DE;
}
.portfolio-single .zozo-social-share-box .zozo-social-share-icons li.linkedin a:hover,
.portfolio-single .zozo-social-share-wrapper .zozo-social-share-icons li.linkedin a:hover{
	background-color: #3371B8;
}
.portfolio-single .zozo-social-share-box .zozo-social-share-icons li.email a:hover{
    background-color: #CA3A27;
}
/* Portfolio Single Gallery */
.single-zozo_portfolio .portfolio-carousel-slider.owl-carousel.owl-theme .owl-controls .owl-nav div {
    color: #fff;
    font-size: 18px;
    line-height: 70px;
	opacity: 1;
    top: 0;
	bottom: 0;
	height: 70px;
    position: absolute;
    top: 50%;
	opacity: 0;
    transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%);
}
.single-zozo_portfolio .portfolio-carousel-slider.owl-carousel.owl-theme:hover .owl-nav div{
	opacity: 0.2;
}
.single-zozo_portfolio .portfolio-carousel-slider.owl-carousel.owl-theme:hover .owl-nav div:hover{
	opacity: 1;
}
.single-zozo_portfolio .portfolio-carousel-slider.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev{
	right: auto;
	left: 0;
}

/*instagram widget*/
/*Instagram Pictures*/
.widget .instagram-pics li {
    display: inherit;
    float: left;
    height: 90px;
    width: 33.3333%;
    padding: 3px !important;
}
.widget .instagram-pics li .insta-footer-img {
    background-position: center;
    height: 100%;
    width: 100%;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
}
.instagram-pics.instagram-size-thumbnail li {
    height: 85px;
    width: 85px;
}
.instagram-pics.instagram-size-large li {
    height: 100px;
    width: 50%;
}

/* Cols */
.widget .instagram-pics.insta-col-2 li {
    width: 50%;
}
.widget .instagram-pics.insta-col-3 li {
    width: 33.3333%;
}
.widget .instagram-pics.insta-col-4 li {
    width: 25%;
}
.widget .instagram-pics.insta-col-5 li {
    width: 20%;
}
.widget .instagram-pics.insta-col-6 li {
    width: 16.66666%;
}
.widget .instagram-pics.insta-col-8 li {
    width: 12.5%;
}
.widget .instagram-pics.insta-col-10 li {
    width: 10%;
}


ul.nav.instagram-pics {
    margin: 0 -3px;
}
.widget .instagram-pics.instagram-size-original li {
    width: 100%;
    height: 150px;
}
.widget-area .instagram-pics.instagram-size-large li {
    width: 33.3%;
    height: 100px;
}
.widget.null-instagram-feed .clear {
    text-align: center;
    margin-bottom: 0;
}
.null-instagram-feed p a {
    padding: 8px 25px;
    display: inline-block;
    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    -o-border-radius: 40px;
    -ms-border-radius: 40px;
    margin-top: 20px;
    color: #fff;
}
.null-instagram-feed p a:hover {
    background: #000;
}
.widget .instagram-pics li > a {
    height: 100%;
    padding: 0;
}

/* Instagram Hover Effects */
.instagram-pics > li > a div.insta-footer-img {
    position: relative;
}
.widget .instagram-pics > li > a div.insta-footer-img {
	position: relative;
	overflow:hidden;
}
.instagram-pics > li > a div.insta-footer-img:before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.instagram-pics > li > a div.insta-footer-img:hover:before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}


/* ================================================================
 * SECONDARY MENU
 * ================================================================ */
.side-menu {
    text-align: center;
}
.secondary_menu {
    position: fixed;
    background: #2B2B2B;
    overflow-y: hidden;
    z-index: 300;
    padding: 30px 15px 15px;
    display: none;
}
.secondary_menu.top {
    width: 100%;
}
.secondary_menu.right {
    width: 25%;
    right: 0;
    height: 100%;
}
.secondary_menu.left {
    width: 25%;
    left: 0;
    height: 100%;
    padding: 15px;
}
.secondary_menu_close {
    float: right;
    color: #FFFFFF;
    font-size: 22px;
    padding-right: 10px;
    margin-top: -30px;
}
.secondary_menu.right .secondary_menu_close {
    float: left;
}
.secondary_menu .widget {
    border: none;
    padding: 0;
}
.secondary_menu .widget_nav_menu .menu {
    margin: 0;
}
.secondary_menu .widget_nav_menu ul li.menu-item {
    padding: 9px 10px;
    border-bottom: 1px solid #4F4F4F;
    margin: 0;
}
.secondary_menu .widget_nav_menu ul li.menu-item > a {
    color: #ddd;
    text-transform: uppercase;
    display: block;
}
.secondary_menu .widget_text {
    color: #777777;
}
.secondary_menu .call-to-action-inner {
    background: transparent;
    border: none;
    padding: 10px 0;
}
.secondary_menu .call-to-action-inner .btn {
    padding-top: 7px;
    padding-bottom: 7px;
}
/* ================================================================
 * TABS
 * ================================================================ */
.animated .zozo-tabs .tab-content > .active,
.animated .zozo-accordion .panel-collapse.collapse.in {
    visibility: hidden;
}
.animated.visible .zozo-tabs .tab-content > .active,
.animated.visible .zozo-accordion .panel-collapse.collapse.in {
    visibility: visible;
}
.zozo-left-vertical .tab-content > .tab-pane,
.zozo-right-vertical .tab-content > .tab-pane {
    padding: 0;
}
.tabs-left,
.tabs-right {
    border-bottom: none;
}
.nav-tabs.tabs-left > li,
.nav-tabs.tabs-right > li {
    float: none;
}
.nav-tabs.tabs-right > li > a {
    margin-right: 0;
}
.nav-tabs > li:last-child > a {
    margin: 0;
}
.zozo-tabs ul li a i {
    padding-right: 10px;
}
.zozo-tabs .nav-tabs > li > a {
    cursor: pointer;
    background: #f7f7f7;
    padding: 10px 20px 11px;
    color: #1e1e1e;
    text-transform: capitalize;
    -webkit-border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    -ms-border-radius: 2px 2px 0 0;
    -o-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
}
.nav-tabs > li > a:hover {
    border-color: #fff;
    border-bottom-color: #e1e1e1;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li > a:hover,
.nav-tabs > li.active > a:focus {
    background: #fff;
    color: #555;
}
.zozo-tab-horizontal .nav-tabs {
    border: 0px;
}
.zozo-tab-horizontal .nav-tabs > li {
    float: none;
    display: table-cell;
}
.zozo-tab-horizontal .nav-tabs > li.active a {
    border-color: #e1e1e1;
    border-bottom-color: transparent;
}
.zozo-tab-horizontal .tab-content {
    margin-top: -1px;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: #e1e1e1;
    padding: 20px 0;
}
.tab-content > .tab-pane p:last-child {
    margin-bottom: 0px;
}
/* Tab Vertical Left & Right */
.zozo-left-vertical .nav-tabs {
    float: left;
    padding-right: 20px;
}
.zozo-left-vertical .nav-tabs > li > a {
    margin-right: 0;
}
.zozo-left-vertical .nav-tabs > li > a,
.zozo-right-vertical .nav-tabs > li > a {
    padding: 10px 20px 11px;
    border: 1px solid transparent;
    border-right-color: #e1e1e1;
    margin-bottom: -2px;
    -webkit-border-radius: 2px 0 0 2px;
    -moz-border-radius: 2px 0 0 2px;
    -ms-border-radius: 2px 0 0 2px;
    -o-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px;
}
.zozo-left-vertical .nav-tabs > li.active > a {
    border-color: #e1e1e1;
    border-right-color: transparent;
}
/* Right Tab */
.zozo-right-vertical .nav-tabs.tabs-right {
    float: right;
    padding-left: 20px;
}
.zozo-right-vertical .nav-tabs.tabs-right li {
    margin-bottom: 1px;
}
.zozo-right-vertical .nav-tabs.tabs-right > li > a {
    border: 1px solid transparent;
    border-left-color: #e1e1e1;
    -webkit-border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    -ms-border-radius: 0 2px 2px 0;
    -o-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
}
.zozo-right-vertical .nav-tabs.tabs-right > li.active > a {
    border-color: #e1e1e1;
    border-left-color: transparent;
}
/* ================================================================
 * ACCORDION
 * ================================================================ */
/* Accordion Default */
.panel-group {
    margin-bottom: 0;
}
.zozo-accordion-default .zozo-accordion-panel.panel {
    border: 0px;
}
.zozo-accordion-default .zozo-accordion-panel.panel.panel-default {
    margin: 0;
}
.zozo-accordion.zozo-accordion-default .panel-title a {
    padding: 9px 0px;
    font-weight: 600;
    border-bottom: 1px solid #e1e1e1;
    line-height: 30px;
}
.zozo-accordion.zozo-accordion-default .panel-title a.collapsed {
    color: #333;
}
.zozo-accordion.zozo-accordion-default .panel-body {
    padding: 15px 0;
}
.zozo-accordion.zozo-accordion-default .panel-title a:after {
    content: none;
    display: none;
}
 
/* Accordion classic */
.zozo-accordion.zozo-accordion-classic {
    padding: 5px 20px;
    border: 1px solid #e1e1e1;
}
.zozo-accordion-classic .zozo-accordion-panel.panel.panel-default {
    margin: 0;
    border: 0px;
    border-bottom: 1px solid #e1e1e1;
}
.zozo-accordion-classic .zozo-accordion-panel.panel.panel-default:last-child {
    border-bottom: 0px;
}
.zozo-accordion.zozo-accordion-classic .panel-title a {
    border: 0px;
    line-height: 30px;
    padding: 9px 0px;
    border-bottom: 1px solid #e1e1e1;
}
.zozo-accordion.zozo-accordion-classic .panel-title a.collapsed {
    border-bottom: 0px;
    color: #333;
}
.zozo-accordion.zozo-accordion-classic .panel-body {
    padding: 15px 0;
}
/* =============== Blockquote =============== */
blockquote.blockquote-reverse:before {
    left: auto;
    right: 0;
}
/* ================================================================
 * Counter
 * ================================================================ */
.zozo-counter .counter-icon > i {
	display: block;
	font-size: 48px;
	line-height: 58px;
	min-height: 58px;
	min-width: 65px;
	overflow: hidden;
	position: relative;
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	z-index: 1;
}
.counter-title h4 {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.42857;
	margin: 0;
}
.counter.zozo-counter-count {
    margin-bottom: 25px;
    position: relative;
}
.counter-default.counter-sep-yes .counter.zozo-counter-count {
    margin-bottom: 55px;
}
.counter-sep-yes .counter.zozo-counter-count::after {
	bottom: -27px;
    content: "";
    display: block;
	background: #444;
    height: 1px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 40px;
}
.text-left.counter-sep-yes .counter.zozo-counter-count::after {
    left: 0;
    right: auto;
}
.text-right.counter-sep-yes .counter.zozo-counter-count::after {
    right: 0;
    left: auto;
}
/* ================================================================
 * CLIENT SLIDER 
 * ================================================================ */
.zozo-client-slider-wrapper .owl-carousel.owl-theme .owl-dots {
    margin-top: 20px;
}
.zozo-client-grid {
	margin:0 -15px;
}
.zozo-client-grid .client-item {
    text-align: center;
	margin-bottom:15px;
}
.zozo-client-grid img {
    border: 1px solid #f1f1f1;
    margin: 0 auto;
    padding: 15px;
	transition:0.3s all ease-in-out;
	-webkit-transition:0.3s all ease-in-out;
	-moz-transition:0.3s all ease-in-out;
	-ms-transition:0.3s all ease-in-out;
	-o-transition:0.3s all ease-in-out;
}
/* Client Grid Column*/
.client-columns-4 .client-grid-spacer .client-item,
.client-columns-3 .client-grid-spacer .client-item,
.client-columns-2 .client-grid-spacer .client-item {
    margin-bottom: 30px;
}
.client-columns-4 .client-grid-spacer .client-item:nth-last-child(4),
.client-columns-4 .client-grid-spacer .client-item:nth-last-child(3),
.client-columns-4 .client-grid-spacer .client-item:nth-last-child(2),
.client-columns-4 .client-grid-spacer .client-item:nth-last-child(1),
.client-columns-3 .client-grid-spacer .client-item:nth-last-child(3),
.client-columns-3 .client-grid-spacer .client-item:nth-last-child(2),
.client-columns-3 .client-grid-spacer .client-item:nth-last-child(1),
.client-columns-2 .client-grid-spacer .client-item:nth-last-child(2),
.client-columns-2 .client-grid-spacer .client-item:nth-last-child(1) {
    margin-bottom: 0;
}
/* ================================================================
 * WIDGETS
 * ================================================================ */
.widget {
    margin-bottom: 30px;
}
.sidebar .widget {
    margin-bottom: 50px;
}
.widget-title {
    border-bottom: 1px solid #e1e1e1;
}
.sidebar .widget-title {
    margin-top: 0;
}
.widget.widget_search {
    padding: 0;
    border: none;
}
.widget.widget_search .widget-title {
    display: none;
}
.widget input,
.widget select,
.widget textarea {
    width: 100%;
}
.widget ul {
    list-style: none;
    margin-bottom: 0;
	padding:0;
}
.widget > ul {
    padding-left: 0;
}
.widget ul > li > ul {
    margin-left: 10px;
}
.widget li {
    list-style: none;
    line-height: 26px;
}
.widget.widget_recent_entries li a,
.widget.widget_recent_comments li .comment-author-link a,
.widget.zozo_category_posts_widget li a,
.widget.widget_categories li a,
.widget.widget_archive li a,
.widget.widget_meta li a,
.widget.widget_nav_menu li a,
.widget.widget_edd_categories_tags_widget li a {
    color: #7f7f7f;
    position: relative;
}
/*.widget.widget_recent_entries li a:before,
.widget.widget_recent_comments li .comment-author-link a:before,
.widget.zozo_category_posts_widget li a:before,
.widget.widget_categories li a:before,
.widget.widget_archive li a:before,
.widget.widget_meta li a:before,
.widget.widget_nav_menu li a:before,
.widget.widget_edd_categories_tags_widget li a:before {
    content: "\f105";
    display: block;
    font-family: FontAwesome;
    left: 0;
    position: absolute;
    color: inherit;
    top: -5px;
}*/
.widget.widget_recent_entries li a:hover,
.widget.widget_recent_comments li a:hover,
.widget.zozo_category_posts_widget li a:hover,
.widget.widget_categories li a:hover,
.widget.widget_archive li a:hover,
.widget.widget_meta li a:hover,
.widget.widget_nav_menu li a:hover,
.widget.widget_edd_categories_tags_widget li a:hover {
    color: #333;
}
.widget_archive li,
.widget_categories li,
.widget_meta li,
.widget_pages li,
.widget_nav_menu li {
    margin: 5px 0;
}
.widget_rss li {
    margin: 12px 0;
}
/*Latest post*/
.widget.zozo_popular_posts_widget li.posts-item {
    border-bottom: 1px solid #e1e1e1;
    padding: 15px 0;
}
.widget.zozo_popular_posts_widget li.posts-item:last-child {
    border: none;
}
.widget .zozo-latest-posts .posts-title {
    font-size: 10px;
    line-height: 1.8;
    text-transform: uppercase;
}
/*.sidebar .zozo-latest-posts .latest-post-img {
    height: 65px;
    width: 65px;
}*/
.widget .zozo-latest-posts p {
    font-size: 11px;
    line-height: 1.6;
    margin-top: 10px;
}
.latest-posts-menu .entry-date i {
    color: #ffb647;
    margin-right: 10px;
}
.widget .latest-posts-menu .entry-date {
    font-size: 11px;
    color: #7f7f7f;
}
.latest-post-img {
    width: 80px;
    height: 80px;
    float: left;
    margin: 0 15px 0 0;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
}
/*Counter Widget*/
.sidebar .zozo-count-number .zozo-counter-count {
    line-height: 16px;
    color: #7f7f7f;
}
.sidebar .zozo-count-number .zozo-counter-count > .counter {
    color: #333333;
    padding-left: 10px;
}
.posts-item,
.cat-posts-item {
    margin: 5px 0;
}
.widget_recent_entries li {
    margin: 5px 0;
}
.widget_recent_entries .post-date {
    display: block;
}
.widget_recent_entries li:first-child {
    border-top: 0;
}
.posts-item:last-child {
    margin-bottom: 0;
}
.posts-title {
    margin-top: 0;
}
.widget_nav_menu ul li.menu-item .sub-menu {
    margin-top: 5px;
}
/* Call To Action */
.zozo_call_to_action_widget {
    padding: 0;
}
.call-to-action-inner {
    padding: 2px 0px 12px;
}
.call-to-action-inner h2 {
    margin: 0 0 10px;
}
.call-btn-col {
    padding-top: 3px;
}
.zozo-call-action .call-action-text {
    border-bottom: 0px;
    line-height: 25px;
    margin-top: 0;
}
.zozo_flickr_widget,
.zozo_instagram_widget {
    overflow: hidden;
}
.flickr_photo_item,
.instagram-item {
    margin: 0;
    padding: 0;
    float: left;
    max-width: 33.3%;
    width: 100%;
}
.flickr_photo_item.image-thumbnail,
.instagram-item.image-thumbnail {
    width: 20%;
}
.flickr_photo_item.image-medium,
.instagram-item.image-medium {
    width: 25%;
}
.flickr_photo_item.image-large,
.instagram-item.image-large {
    width: 33.33%;
}
.flickr_photo_item img,
.instagram-item img {
    width: 100%;
    padding: 0 2px 2px 0;
}
.flickr_photo_item:hover {
    opacity: 0.7;
}
.widget.zozo_tabs_widget {
    border: none;
    padding: 0;
}
.zozo-tabs-widget .tab-content > .tab-pane {
    border-width: 0 1px 1px;
    border-style: solid;
    border-color: #ddd;
    padding: 14px 16px;
    background: #fff;
    float: left;
    width: 100%;
}
.zozo-tabs-widget .nav-tabs li h6 {
    margin: 0;
    padding: 0;
}
.zozo-tabs-widget .nav-tabs li h6 a {
    display: block;
    border: 1px solid;
    border-color: transparent;
    border-bottom: 0px;
    padding: 10px 15px;
    text-transform: uppercase;
    border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    -webkit-border-radius: 2px 2px 0 0;
    -o-border-radius: 2px 2px 0 0;
    -ms-border-radius: 2px 2px 0 0;
    -webkit-transition: all 350ms ease-in-out 0s;
    -moz-transition: all 350ms ease-in-out 0s;
    -ms-transition: all 350ms ease-in-out 0s;
    -o-transition: all 350ms ease-in-out 0s;
    transition: all 350ms ease-in-out 0s;
}
.zozo-tabs-widget .nav-tabs li.active h6 a {
    background: #fff;
    border-color: #ddd;
}
.zozo_tabs_widget .tab-content ul {
    float: none;
}
.zozo-tabs-widget .nav-tabs li h6 a:hover {
    background-color: #fff;
    border-color: #ddd #ddd transparent;
}
.zozo-tabs-widget img {
    max-width: 60px;
}
.widget-posts-list li {
    padding-bottom: 15px;
    border-bottom: 1px solid;
    border-color: #DFDFDF;
    margin-bottom: 15px;
    clear: both;
    overflow: hidden;
    display: table;
    width: 100%;
}
.tab-content .widget-posts-list li {
    padding-left: 0;
}
ul.widget-posts-list {
    margin-bottom: 0;
}
.widget-posts-list li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}
.widget-posts-list li:last-child {
    border-bottom: none;
}
.widget-posts-list .widget-entry-image {
    display: table-cell;
    vertical-align: top;
    padding: 0 10px 0 0;
    width: 60px;
}
.widget-posts-list .widget-entry-content h6 {
    margin-top: 0;
}
#tab-comments .widget-posts-list .widget-entry-image {
    padding-top: 0;
}
.widget-posts-list .widget-entry-meta i {
    padding-right: 4px;
}
.widget-entry-content {
    display: inline-block;
}
.widget-title {
    text-transform: uppercase;
}
.tagcloud {
    padding-top: 5px;
}
.tagcloud a {
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 2px; -webkit- border-radius: 2px; -moz- border-radius: 2px; -ms- border-radius: 2px; -o- border-radius: 2px;
    color: #171717;
    display: inline-block;
    font-size: 8px !important;
    letter-spacing: 1px;
    margin-bottom: 5px;
    padding: 3px 10px 2px;
    text-transform: uppercase;
}
.footer-section.footer-skin-dark .tagcloud a {
    color: #777;
}
/* Facebook Widget */
.fbCustom .fb_iframe_widget span {
    width: 100% !important;
}
.fb-like-box,
.fb-like-box .fb_iframe_widget iframe {
    width: 100%;
}
.zozo_facebook_like_box {
    padding-top: 10px;
}
/* Twitter */
.widget .tweet-item {
    padding-bottom: 20px;
    position: relative;
}
.widget .tweet-item p {
    margin-bottom: 0;
}
.widget li .tweet-user-name a {
    font-size: 16px;
    text-decoration: none !important;
    padding-left: 40px;
    color: #333;
}
.widget .tweet-item a {
    text-decoration: underline;
    font-size: 10px;
    margin-right: 5px;
}
.widget .tweet-item {
    position: relative;
    padding: 10px 0 15px;
}
.widget .tweet-item:nth-child(2n+1) {
    border-bottom: 1px solid #c2c0c0;
}
.widget .tweet-item p {
    font-size: 13px;
    padding-top: 5px;
}
.widget .tweet-time {
    color: #7f7f7f;
    position: relative;
    padding-left: 6px;
    font-size: 16px;
}
.widget .tweet-item h5:before {
    color: #333;
    content: "\f099";
    display: block;
    font-family: "FontAwesome";
    font-size: 14px;
    height: 30px;
    left: 0;
    line-height: 30px;
    position: absolute;
    text-align: center;
    width: 30px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
}
.widget .tweet-time:before {
    background: #7f7f7f;
    content: "";
    cursor: pointer;
    height: 17px;
    left: -2px;
    position: absolute;
    top: 4px;
    width: 2px;
}
.widget .tweet-item a {
    font-size: 16px;
}
/* Car Sevice Widget */
.widget .menu-services-menu-container ul li a {
    background: #f1f1f1 none repeat scroll 0 0;
    display: block;
    padding: 10px 12px;
}
.widget .menu-services-menu-container ul li a::before {
    left: auto;
    right: 16px;
    top: 9px;
}
.widget .menu-services-menu-container ul li.current-menu-item a,
.widget .menu-services-menu-container ul li a:hover,
.widget .menu-services-menu-container ul li.current-menu-item a:hover {
    color: #fff;
}
/* Footer services */
.footer-widgets .widget.widget_nav_menu li a:before {
	content:none;
}
.footer-widgets .widget .menu-services-menu-container ul li a,
.footer-widgets .widget .menu-services-menu-container ul li a:hover,
.footer-widgets .widget .menu-services-menu-container ul li.current-menu-item a,
.footer-widgets .widget .menu-services-menu-container ul li.current-menu-item a:hover {
	background: transparent;
    display: block;
    padding: 0;
}
/* List Simple */
.list.simple {
    list-style: outside none none;
    padding: 0;
}
.list.simple li {
    margin-bottom: 4px;
}
.list.simple strong {
    min-width: 40%;
    float: left;
}
/* VC Gallery */
.widget .wpb_gallery.wpb_content_element,
.widget .slick-slider {
    margin-bottom: 0;
}
/* ================================================================
 * PLUGINS
 * ================================================================ */
 /* Events List Widgets */
.widget.tribe-events-list-widget ol {
    padding-left: 0;
}
.widget .tribe-events-list-widget-events h4.entry-title {
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 10px;
    text-transform: uppercase;
}
.widget .tribe-events-list-widget-events h4.entry-title a {
    color: #333;
}
.tribe-events-list-widget ol li {
    margin-bottom: 0;
}
.tribe-events-adv-list-widget .tribe-events-widget-link a,
.tribe-events-back a,
.tribe-events-list-widget .tribe-events-widget-link a,
ul.tribe-events-sub-nav a {
    font-weight: normal;
}
.widget .ecs-event {
    padding: 10px;
    background: #f1f1f1;
    margin-bottom: 20px;
}
.widget .ecs-event-list img {
    margin-bottom: 5px !important;
}
.widget .ecs-event-list h4.entry-title.summary {
    font-size: 16px;
    margin-bottom: 0;
}
.widget .ecs-event p:last-child {
    margin-bottom: 0;
}
/* ================================================================
 * FOOTER WIDGETS
 * ================================================================ */
.footer-widgets .widget h3 {
    background: none;
    padding-left: 15px;
    margin: 0 0 8px;
    padding: 0;
    text-transform: uppercase;
	letter-spacing:1px;
	font-weight:700;
    /*border-bottom: 1px solid #e1e1e1;*/
}
.footer-widgets .widget h3.widget-title {
    color: #333;
}
.footer-widgets .widget {
    margin-bottom: 30px;
    border: none;
}
.footer-widgets .widget,
.footer-widgets .widget p .footer-widgets .widget .zozo-count-number h3 {
    color: #7f7f7f;
}
.footer-widgets .widget .zozo-mailchimp-form .form-control {
    background: transparent;
    border: 1px solid #e1e1e1;
    box-shadow: 0 1px #ffffff, 0 1px 4px rgba(0, 0, 0, 0.05) inset;
    -ms-box-shadow: 0 1px #ffffff, 0 1px 4px rgba(0, 0, 0, 0.05) inset;
    -moz-box-shadow: 0 1px #ffffff, 0 1px 4px rgba(0, 0, 0, 0.05) inset;
    -o-box-shadow: 0 1px #ffffff, 0 1px 4px rgba(0, 0, 0, 0.05) inset;
    -webkit-box-shadow: 0 1px #ffffff, 0 1px 4px rgba(0, 0, 0, 0.05) inset;
    font-size: 12px;
    line-height: 40px;
    min-height: 40px;
    padding: 8px 12px;
    width: 100%;
}
.footer-skin-dark .footer-widgets .widget .zozo-mailchimp-form .form-control {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
	background: #454545;
    border-color: #454545;
	color: #fff;
}
.footer-widgets .widget .zozo-count-number h3 {
    margin-bottom: 0;
    border-bottom: none;
}
.footer-widgets .widget .zozo-mailchimp-form {
    margin-bottom: 10px;
}
.footer-widgets .widget .zozo-call-action a.btn-call-action:hover,
.footer-widgets .widget a.btn:hover {
    color: #fff;
}
/* Popular Post */
/*.footer-widgets .widget.zozo_popular_posts_widget li.posts-item {
    padding: 5px 0;
    margin-bottom: 5px;
}*/
.footer-widgets .widget.zozo_popular_posts_widget li.posts-item .posts-title {
    margin-bottom: 0;
    display: initial;
}
/* counter */
.footer-widgets .widget h3.zozo-counter-count {
	line-height:2;
	letter-spacing:1px;
}
/* ================================================================
 * TIME TABLE
 * ================================================================ */
.time-table .table > tbody > tr > td,
.time-table .table > tbody > tr > th,
.time-table .table > tfoot > tr > td,
.time-table .table > tfoot > tr > th,
.time-table .table > thead > tr > td,
.time-table .table > thead > tr > th {
    padding: 20px 8px;
    text-align: center;
    vertical-align: middle;
    text-transform: capitalize;
}
.time-table .table.table-bordered > tbody > tr > td,
.time-table .table.table-bordered > tbody > tr > th,
.time-table .table.table-bordered > tfoot > tr > td,
.time-table .table.table-bordered > tfoot > tr > th,
.time-table .table.table-bordered > thead > tr > td,
.time-table .table.table-bordered > thead > tr > th {
    border-color: #EDEDED;
}
.time-table .table > thead {
    color: #fff;
}
.time-table .table > thead > tr > th {
    border: none;
}
.time-table .table > thead > tr > th,
.time-table .table > tbody > tr > td:first-child {
    font-size: 18px;
    font-weight: 700;
}
/* ================================================================
 * CUSTOM CSS
 * ================================================================ */
a:hover,
a:active,
a:focus {
    color: #333;
}
.btn.btn-search:hover,
.btn.btn-search:active,
.btn.btn-search:focus {
    background: #e5e5e5;
    color: #474747;
}
/* ================================================================
 * WORDPRESS GALLERIES
 * ================================================================ */
.gallery {
    margin-bottom: 20px;
    clear: both;
    overflow: hidden;
}
.gallery-item {
    float: left;
    margin: 0 4px 4px 0;
    overflow: hidden;
    position: relative;
}
.gallery-columns-1.gallery-size-medium,
.gallery-columns-1.gallery-size-thumbnail,
.gallery-columns-2.gallery-size-thumbnail,
.gallery-columns-3.gallery-size-thumbnail {
    display: table;
    margin: 0 auto 20px;
}
.gallery-columns-1 .gallery-item,
.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item {
    text-align: center;
}
.gallery-columns-2 .gallery-item {
    max-width: 48%;
    max-width: -webkit-calc(50% - 4px);
    max-width: calc(50% - 4px);
}
.gallery-columns-3 .gallery-item {
    max-width: 31.333%;
    max-width: -webkit-calc(33.333% - 4px);
    max-width: calc(33.333% - 4px);
}
.gallery-columns-4 .gallery-item {
    max-width: 23%;
    max-width: -webkit-calc(25% - 4px);
    max-width: calc(25% - 4px);
}
.gallery-columns-5 .gallery-item {
    max-width: 19%;
    max-width: -webkit-calc(20% - 4px);
    max-width: calc(20% - 4px);
}
.gallery-columns-6 .gallery-item {
    max-width: 15%;
    max-width: -webkit-calc(16.7% - 4px);
    max-width: calc(16.7% - 4px);
}
.gallery-columns-7 .gallery-item {
    max-width: 13%;
    max-width: -webkit-calc(14.28% - 4px);
    max-width: calc(14.28% - 4px);
}
.gallery-columns-8 .gallery-item {
    max-width: 11%;
    max-width: -webkit-calc(12.5% - 4px);
    max-width: calc(12.5% - 4px);
}
.gallery-columns-9 .gallery-item {
    max-width: 9%;
    max-width: -webkit-calc(11.1% - 4px);
    max-width: calc(11.1% - 4px);
}
.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),
.gallery-columns-4.gallery-size-thumbnail figure.gallery-item:nth-of-type(4n+1),
.gallery-columns-5.gallery-size-thumbnail figure.gallery-item:nth-of-type(5n+1) {
    clear: left;
}
.gallery-caption {
    background-color: rgba(0, 0, 0, 0.7);
    box-sizing: border-box;
    color: #fff;
    font-size: 14px;
    line-height: 1.3;
    margin: 0;
    max-height: 50%;
    opacity: 0;
    padding: 2px 8px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
    width: 100%;
}
.gallery-caption:before {
    box-shadow: 0 -10px 15px #000 inset;
    -moz-box-shadow: 0 -10px 15px #000 inset;
    -webkit-box-shadow: 0 -10px 15px #000 inset;
    -o-box-shadow: 0 -10px 15px #000 inset;
    -ms-box-shadow: 0 -10px 15px #000 inset;
    content: "";
    height: 100%;
    min-height: 49px;
    position: absolute;
    left: 0;
    top: 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;
}
/* ================================================================
 * EVENTS CALENDAR
 * ================================================================ */
#tribe-events .tribe-events-button,
.tribe-events-button,
#tribe-bar-form .tribe-bar-submit input[type="submit"] {
    border: 0 none;
    border-radius: 3px;
    color: #333;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 22px;
    padding: 9px 12px;
    text-transform: capitalize;
    width: auto;
}
#tribe-bar-form .tribe-bar-submit input[type="submit"]:hover,
#tribe-events .tribe-events-button:hover,
.tribe-events-button.tribe-active:hover,
.tribe-events-button.tribe-inactive,
.tribe-events-button:hover,
#tribe-bar-form .tribe-bar-submit input[type="submit"]:hover,
#tribe-bar-form .tribe-bar-submit input[type="submit"]:active,
#tribe-bar-form .tribe-bar-submit input[type="submit"]:focus {
    color: #fff;
}
.events-list .tribe-events-loop,
.single-tribe_organizer .tribe-events-loop,
.single-tribe_venue .tribe-events-loop,
.tribe-events-day .tribe-events-loop {
    max-width: none;
}
#tribe-bar-form {
    background: transparent;
    border: 1px solid #e1e1e1;
}
/*.tribe-bar-views-inner, #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a, #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option.tribe-bar-active a:hover {
	background: #ededed;
}*/
#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a:hover {
    background: transparent;
}
#tribe-bar-form label {
    margin-bottom: 10px;
    font-size: 14px;
    text-transform: capitalize;
}
#tribe-bar-form input[type="text"] {
    border: 1px solid #e1e1e1;
    padding: 5px 10px;
    font-size: 14px;
    height: 40px;
    font-weight: normal;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}
.tribe-events-list .tribe-events-event-cost span {
    color: #333;
    padding: 9px 12px;
    line-height: 22px;
    border-radius: 3px;
    font-weight: normal;
}
.single-tribe_events .tribe-events-schedule .tribe-events-divider {
    vertical-align: middle;
}
.tribe-bar-date-filter,
.tribe-bar-search-filter {
    width: 50%;
}
.tribe-bar-submit {
    margin: 0 15px 18px;
    padding: 0;
}
.tribe-bar-views-inner,
#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a,
#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option.tribe-bar-active a:hover {
    background: transparent;
}
/*.tribe-events-list .type-tribe_events h2 a,
.tribe-events-list-event-title.entry-title.summary a,
.tribe-events-calendar td.tribe-events-past div[id*="tribe-events-daynum-"], .tribe-events-calendar td.tribe-events-past div[id*="tribe-events-daynum-"] > a,
#tribe-events .tribe-events-button, #tribe-events .tribe-events-button:hover, #tribe_events_filters_wrapper input[type="submit"], .tribe-events-button, .tribe-events-button.tribe-active:hover, .tribe-events-button.tribe-inactive, .tribe-events-button:hover, .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"], .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"] > a {
    color: #333;
}*/
#tribe-events-content table.tribe-events-calendar {
    border: 1px solid #e1e1e1;
}
.tribe-events-meta-group .tribe-events-single-section-title {
    border-bottom: 1px solid #e1e1e1;
    text-transform: uppercase;
    margin: 5px 0 15px;
}
.tribe-events-event-meta .column,
.tribe-events-event-meta .tribe-events-meta-group {
    padding: 0 20px;
    margin-bottom: 10px;
}
.single-tribe_events #tribe-events-content .tribe-events-event-meta dt {
    font-weight: 600;
    padding-bottom: 7px;
    margin-top: 20px;
}
.tribe-events-notices {
    float: left;
    width: 100%;
}
/* TRIBE EVENT TITLE */
.tribe-events-list h2.tribe-events-page-title,
h2.tribe-events-page-title {
    font-size: 28px;
    font-weight: 500;
    line-height: 40px;
    margin: 0 0 45px;
    position: relative;
    text-transform: uppercase;
}
h2.tribe-events-page-title:after {
    bottom: -25px;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 40px;
}
.tribe-events-calendar thead th {
    background: #333;
}
.tribe-events-calendar td.tribe-events-past div[id*="tribe-events-daynum-"],
.tribe-events-calendar td.tribe-events-past div[id*="tribe-events-daynum-"] > a {
    background: #f7f7f7;
    color: #333;
}
/* LIST VIEW */
.tribe-events-list .type-tribe_events {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 30px;
}
.tribe-events-list .time-details {
    color: #7c7c7c;
    margin: 10px 0 20px;
}
.tribe-events-event-meta address.tribe-events-address,
.tribe-events-list .tribe-events-venue-details {
    font-style: normal;
}
.tribe-events-list-separator-month span {
    padding: 0 15px;
    font-weight: 300;
}
.tribe-events-list-separator-month:after {
    border-bottom: 4px double #e1e1e1;
}
/* DAY VIEW */
.tribe-events-day .tribe-events-day-time-slot h5 {
    padding: 20px 0;
    background: #F7F7F7;
    border: 1px solid #e1e1e1;
    color: #333;
}
.tribe-events-day .tribe-events-day-time-slot .type-tribe_events {
    margin-left: 0;
}
.single-tribe_events .tribe-events-meta-group .tribe-events-venue-map {
    margin: 20px 0 10px;
}
/* Events calender Single */
.single-tribe_events .tribe-events-event-meta {
    background: #f7f7f7;
    border: 1px solid #e1e1e1;
}
/* The Events Calender Shortcode */
.ecs-event-list {
    padding-left: 0;
    list-style: none;
}
.zozo-events-list-wrapper.style-list .ecs-event {
    margin-bottom: 20px;
}
.zozo-events-list-wrapper.style-list .ecs-event:last-child {
    margin-bottom: 0;
}
.ecs-event .ecs-event-inner {
    padding: 15px;
    background: #f7f7f7;
    border: 1px solid #e1e1e1;
}
.skin-transparent .ecs-event .ecs-event-inner {
    background: none;
    border: 1px solid #7c7c7c;
}
.ecs-event .event-title {
    margin: 0 0 15px;
}
.ecs-event-list h4.entry-title.summary {
    font-size: 20px;
    line-height: 30px;
    margin-top: 0;
}
.zozo-events-list-wrapper.style-list .ecs-event-list img {
    margin-right: 20px;
    margin-bottom: 0;
    float: left;
}
.zozo-events-list-wrapper.style-grid .ecs-event-list img {
    margin-bottom: 15px;
}
.zozo-events-list-wrapper.style-grid .ecs-clearfix {
    margin-bottom: 30px;
}
.ecs-event-list .duration {
    font-style: italic;
    font-size: 13px;
}
.ecs-event-list .duration.time {
    vertical-align: top;
}
/* Ultimate Addon */
.uvc-heading-spacer.line_with_icon .aio-icon {
    vertical-align: top;
}
.ult-carousel-wrapper .animated,
.icon_list_item .animated {
    visibility: visible;
}
.flip-pad-tb-30 .ifb-flip-box-section {
    padding-top: 30px;
    padding-bottom: 30px;
}
.flip-box-wrap,
.wpb_row .wpb_column .wpb_wrapper .flip-box-wrap {
    margin-bottom: 0!important;
}
.smile-icon-timeline-wrap .timeline-separator-text .sep-text {
    color: inherit;
    padding: 5px 14px;
}
.vc_row .ult-vc-seperator {
    z-index: 9;
}
.vc_row .ult-easy-separator-wrapper {
    z-index: 50;
}
.bg-style.bg-normal .ult-vc-seperator svg {
    fill: inherit;
}
.uvc-type-wrap .ultimate-ticker-down-prefix,
.uvc-type-wrap .ultimate-ticker-down-suffix,
.uvc-type-wrap .ultimate-ticker-prefix,
.uvc-type-wrap .ultimate-ticker-suffix,
.ultimate-vticker.ticker,
.ultimate-vticker.ticker-down {
    vertical-align: middle;
}
.stats-desc .stats-text > h4 {
    margin-bottom: 0;
}
.info-circle-wrapper .info-c-full h3 {
    margin-bottom: 15px;
}
/* Feature Page */
.feature-carousel .zozo-feature-box.feature-box-style,
.feature-carousel .ult-carousel-wrapper {
    margin-bottom: 0;
}
.wpb_column.bg-position-left,
.wpb_row.bg-position-left,
.bg-position-left .vc_column-inner {
    background-position: left center!important;
}
.wpb_column.bg-position-bottom .vc_column-inner,
.wpb_row.bg-position-bottom {
    background-position: bottom center!important;
}
.wpb_column.bg-position-center,
.wpb_row.bg-position-center {
    background-position: center center!important;
    background-repeat: no-repeat;
}
.wpb_column.bg-position-right,
.wpb_row.bg-position-right,
.bg-position-right .vc_column-inner {
    background-position: right center!important;
}
.wpb_column.bg-position-right-bottom,
.wpb_row.bg-position-right-bottom {
    background-position: right bottom!important;
}
.wpb_column.bg-position-left-top,
.wpb_row.bg-position-left-top {
    background-position: left top !important;
}
/* Background Size */
.wpb_column.bg-size-60,
.wpb_row.bg-size-60 {
    background-size: 60% auto !important
}
.wpb_column.bg-size-50,
.wpb_row.bg-size-50 {
    background-size: 50% auto !important
}
/* Background Attachment */
.wpb_column.bg-fixed,
.wpb_row.bg-fixed{
	background-attachment: fixed;
}
/* VC blog masonry Grid box */ 
.vc_gitem_row .vc_gitem-col {
    padding: 10px 15px;
}
/* List Item Hexagon */
.smile_icon_list.hexagon li .icon_list_icon {
    color: #333;
}
.icon_description:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.icon_description:after,
.icon_description:before {
    content: "";
    display: table;
}
.icon_description_text {
    margin-top: 10px;
}
/* Creative Links */
.wpb_single_image .vc_figure {
    max-width: 100%;
}
/* Ultimate Addon Pricing */
/* Pricing Btn : hover */
.ult_pricing_table_wrap.ult-cs-custom .ult_pricing_table .ult_price_link .ult_price_action_button:hover,
.ult_pricing_table_wrap.ult-cs-custom .ult_pricing_table .ult_price_link .ult_price_action_button:active,
.ult_pricing_table_wrap.ult-cs-custom .ult_pricing_table .ult_price_link .ult_price_action_button:focus {
    background: #000;
}
/* Pricing Hightlight Bg */
.ult_pricing_table_wrap.ult-cs-custom .ult_pricing_table .ult_price_body_block,
.ult_pricing_table_wrap.ult-cs-custom .ult_pricing_table .ult_pricing_heading {
    color: #fff;
}
/* Pricing Hightlight Bg : hover */
.ult_pricing_table_wrap.ult-cs-custom:hover .ult_pricing_table .ult_price_body_block,
.ult_pricing_table_wrap.ult-cs-custom:hover .ult_pricing_table .ult_pricing_heading {
    background: #000;
}
/* Pricing Style 3 */
.ult_pricing_table_wrap.ult-cs-custom.ult_design_3 .ult_pricing_table {
    background: #F7F7F7;
    color: #fff;
}
.ult_pricing_table_wrap.ult-cs-custom.ult_design_3 .ult_pricing_table ul li {
    border-bottom: 1px solid #e1e1e1;
    color: #777 !important;
}
/* Pricing Style 4 */
.ult_pricing_table_wrap.ult-cs-custom.ult_design_4 .ult_pricing_table {
    border-top-color: #000;
}
.ult_pricing_table_wrap.ult-cs-custom.ult_design_4 .ult_pricing_table .ult_price_link .ult_price_action_button:hover,
.ult_pricing_table_wrap.ult-cs-custom.ult_design_4 .ult_pricing_table .ult_price_link .ult_price_action_button:active,
.ult_pricing_table_wrap.ult-cs-custom.ult_design_4 .ult_pricing_table .ult_price_link .ult_price_action_button:focus {
    background: #000;
}
/* ================================================================
 * SITEMAP
 * ================================================================ */
.sitemap-wrapper ul {
    list-style: none;
    padding-left: 20px;
}
.sitemap-wrapper ul.sitemap-nav {
    padding-left: 0;
}
.sitemap-wrapper ul li a {
    color: #333;
    padding-left: 15px;
    position: relative;
    text-transform: capitalize;
}
.sitemap-wrapper ul li a::after {
    content: "\f105";
    font-family: FontAwesome;
    left: 0;
    position: absolute;
}
.sitemap-wrapper .sitemap-pages h6.parallax-title {
    margin-top: 0;
}
.sitemap-wrapper h6.parallax-title {
    margin-top: 20px;
    margin-bottom: 20px;
}
.sitemap-wrapper .parallax-title::after {
    bottom: -7px;
}
/* ================================================================
 * SPACINGS
 * ================================================================ */
.padding-none{padding:0!important}.padding-top-none{padding-top:0!important}.padding-bottom-none{padding-bottom:0!important}.padding-left-none{padding-left:0!important}.padding-right-none{padding-right:0!important}.padding-top-10{padding-top:10px}.padding-top-20{padding-top:20px}.padding-top-30{padding-top:30px}.padding-top-40{padding-top:40px}.padding-top-50{padding-top:50px}.padding-top-60{padding-top:60px}.padding-top-70{padding-top:70px}.padding-top-75{padding-top:75px}.padding-top-80{padding-top:80px}.padding-top-90{padding-top:90px}.padding-top-100{padding-top:100px}.padding-top-110{padding-top:110px}.padding-bottom-10{padding-bottom:10px}.padding-bottom-20{padding-bottom:20px}.padding-bottom-30{padding-bottom:30px}.padding-bottom-40{padding-bottom:40px}.padding-bottom-50{padding-bottom:50px}.padding-bottom-60{padding-bottom:60px}.padding-bottom-70{padding-bottom:70px!important}.padding-bottom-75{padding-bottom:75px}.padding-bottom-80{padding-bottom:80px}.padding-bottom-90{padding-bottom:90px}.padding-bottom-100{padding-bottom:100px}.padding-bottom-110{padding-bottom:110px}.padding-10{padding:10px}.padding-20{padding:20px}.padding-30{padding:30px}.padding-40{padding:40px}.padding-50{padding:50px}.padding-60{padding:60px}.padding-70{padding:70px}.padding-75{padding:75px}.padding-80{padding:80px}.padding-90{padding:90px}.padding-100{padding:100px}.padding-110{padding:110px}.padding-tb-10{padding-top:10px;padding-bottom:10px}.padding-tb-20{padding-top:20px;padding-bottom:20px}.padding-tb-30{padding-top:30px;padding-bottom:30px}.padding-tb-40{padding-top:40px;padding-bottom:40px}.padding-tb-50{padding-top:50px;padding-bottom:50px}.padding-tb-60{padding-top:60px;padding-bottom:60px}.padding-tb-70{padding-top:70px;padding-bottom:70px}.padding-tb-75{padding-top:75px;padding-bottom:75px}.padding-tb-80{padding-top:80px;padding-bottom:80px}.padding-tb-90{padding-top:90px;padding-bottom:90px}.padding-tb-100{padding-top:100px;padding-bottom:100px}.padding-tb-110{padding-top:110px;padding-bottom:110px}.padding-lr-10{padding-left:10px;padding-right:10px}.padding-lr-20{padding-left:20px;padding-right:20px}.padding-lr-30{padding-left:30px;padding-right:30px}.padding-lr-40{padding-left:40px;padding-right:40px}.padding-lr-50{padding-left:50px;padding-right:50px}.padding-lr-60{padding-left:60px;padding-right:60px}.padding-lr-70{padding-left:70px;padding-right:70px}.padding-lr-75{padding-left:75px;padding-right:75px}.padding-lr-80{padding-left:80px;padding-right:80px}.padding-lr-90{padding-left:90px;padding-right:90px}.padding-lr-100{padding-left:100px;padding-right:100px}.padding-lr-110{padding-left:110px;padding-right:110px}.margin-none{margin:0!important}.margin-top-none{margin-top:0!important}.margin-bottom-none{margin-bottom:0!important}.margin-left-none{margin-left:0!important}.margin-right-none{margin-right:0!important}.margin-top-1{margin-top:1px}.margin-top-2{margin-top:2px}.margin-top-3{margin-top:3px}.margin-top-4{margin-top:4px}.margin-top-5{margin-top:5px}.margin-top-6{margin-top:6px}.margin-top-7{margin-top:7px}.margin-top-8{margin-top:8px}.margin-top-9{margin-top:9px}.margin-top-10{margin-top:10px}.margin-top-15{margin-top:15px}.margin-top-20{margin-top:20px!important}.margin-top-25{margin-top:25px}.margin-top-30{margin-top:30px}.margin-top-35{margin-top:35px}.margin-top-40{margin-top:40px}.margin-top-50{margin-top:50px}.margin-top-60{margin-top:60px}.margin-top-70{margin-top:70px}.margin-top-75{margin-top:75px}.margin-top-80{margin-top:80px}.margin-top-90{margin-top:90px}.margin-top-100{margin-top:100px}.margin-top-110{margin-top:110px}.margin-top-130{margin-top:130px}.margin-top-150{margin-top:150px}.margin-bottom-10{margin-bottom:10px!important}.margin-bottom-20{margin-bottom:20px}.margin-bottom-30{margin-bottom:30px!important}.margin-bottom-40{margin-bottom:40px}.margin-bottom-50{margin-bottom:50px}.margin-bottom-60{margin-bottom:60px}.margin-bottom-70{margin-bottom:70px}.margin-bottom-75{margin-bottom:75px!important}.margin-bottom-80{margin-bottom:80px}.margin-bottom-90{margin-bottom:90px}.margin-bottom-100{margin-bottom:100px}.margin-bottom-110{margin-bottom:110px}.margin-10{margin:10px}.margin-20{margin:20px}.margin-30{margin:30px}.margin-40{margin:40px}.margin-50{margin:50px}.margin-60{margin:60px}.margin-70{margin:70px}.margin-75{margin:75px}.margin-80{margin:80px}.margin-90{margin:90px}.margin-100{margin:100px}.margin-110{margin:110px}.margin-tb-10{margin-top:10px;margin-bottom:10px}.margin-tb-20{margin-top:20px;margin-bottom:20px}.margin-tb-30{margin-top:30px;margin-bottom:30px}.margin-tb-40{margin-top:40px;margin-bottom:40px}.margin-tb-50{margin-top:50px;margin-bottom:50px}.margin-tb-60{margin-top:60px;margin-bottom:60px}.margin-tb-70{margin-top:70px;margin-bottom:70px}.margin-tb-75{margin-top:75px;margin-bottom:75px}.margin-tb-80{margin-top:80px;margin-bottom:80px}.margin-tb-90{margin-top:90px;margin-bottom:90px}.margin-tb-100{margin-top:100px;margin-bottom:100px}.margin-tb-110{margin-top:110px;margin-bottom:110px}.margin-lr-10{margin-left:10px;margin-right:10px}.margin-lr-20{margin-left:20px;margin-right:20px}.margin-lr-30{margin-left:30px;margin-right:30px}.margin-lr-40{margin-left:40px;margin-right:40px}.margin-lr-50{margin-left:50px;margin-right:50px}.margin-lr-60{margin-left:60px;margin-right:60px}.margin-lr-70{margin-left:70px;margin-right:70px}.margin-lr-75{margin-left:75px;margin-right:75px}.margin-lr-80{margin-left:80px;margin-right:80px}.margin-lr-90{margin-left:90px;margin-right:90px}.margin-lr-100{margin-left:100px;margin-right:100px}.margin-lr-110{margin-left:110px;margin-right:110px}
.padding-right-30{padding-right: 30px;}
.padding-left-50{padding-left: 50px;}
/* ================================================================
 * DARK SKINS
 * ================================================================ */
/* ===================
 * HEADER
   =================== */
/* DARK */
.header-section.header-skin-dark .header-top-section,
.header-section.header-skin-dark .header-logo-section,
.header-section.header-skin-dark .header-main-section,
.header-section.header-skin-dark .is-sticky .header-main-section,
.header-section.header-skin-dark .dropdown-menu,
.header-section.header-skin-dark .dropdown-menu > li,
.header-section.header-skin-dark .sub-menu,
.header-section.header-skin-dark .sub-menu > li,
.header-section.header-skin-dark .zozo-megamenu,
.header-section.header-skin-dark .zozo-megamenu-wrapper,
.header-section.header-skin-dark .woo-cart-contents,
.header-section.header-skin-dark .header-toggle-content,
.header-section.header-skin-dark .header-toggle-section,
.header-section.header-skin-dark .header-sidenav-section,
.header-skin-dark.mobile-header-section,
.is-sticky .header-skin-dark.header-transparent.mobile-header-section,
.is-sticky .header-skin-dark.header-semi-transparent.mobile-header-section,
.header-section.header-skin-dark .header-main-section.header-toggle-visible {
    background: #171717;
}
.header-section.header-skin-dark.type-header-6 .header-logo-section .woo-cart a.cart-product-title,
.header-section.header-skin-dark,
.header-section.header-skin-dark a,
.header-skin-dark.mobile-header-section a {
    color: #fff;
}
.header-skin-dark.mobile-header-section .mobile-menu-item a.menu-bars-link span,
.header-skin-dark.mobile-header-section .mobile-menu-item a.menu-bars-link span:before,
.header-skin-dark.mobile-header-section .mobile-menu-item a.menu-bars-link span:after,
.header-skin-dark.header-section a.menu-bars-link span,
.header-skin-dark.header-section a.menu-bars-link span:before,
.header-skin-dark.header-section a.menu-bars-link span:after {
    background: #fff;
}
.header-skin-dark .header-top-section,
.header-section.header-skin-dark .woo-cart-contents,
.header-section.header-skin-dark .woo-cart-contents .woo-cart-item,
.header-section.header-skin-dark.header-fullwidth-menu .header-logo-section,
.header-section.header-skin-dark .header-toggle-section,
.header-section.header-skin-dark .header-sidenav-section .zozo-vertical-side-bar .main-bar-item .zozo-main-nav > li > a,
.header-section.header-skin-dark .header-sidenav-section .zozo-vertical-side-bar .zozo-main-nav.navbar-nav .dropdown-menu a,
.header-section.header-skin-dark .zozo-main-nav .zozo-megamenu-submenu li:before,
.header-section.header-skin-dark .dropdown-menu li:before {
    border-color: rgba(255, 255, 255, 0.15);
}
.header-section.header-skin-dark .woo-cart-item a.remove.remove-cart-item {
    background: transparent;
    border-color: transparent;
    color: #888;
	font-size: 0;
}
.header-section.header-skin-dark .header-top-section .top-menu-navigation .navbar-nav > li:after,
.header-section.header-skin-dark.type-header-3 .header-main-section .zozo-main-bar:before,
{
    background: #7c7c7c;
}
.header-skin-dark .form-control::-moz-placeholder {
    color: #fff;
}
.header-skin-dark .form-control:-ms-input-placeholder {
    color: #fff;
}
.header-skin-dark .form-control::-webkit-input-placeholder {
    color: #fff;
}
.header-skin-dark .zozo-social-icons.soc-icon-transparent li a i {
    color: #fff;
}
/* TRANSPARENT */
.header-section.header-transparent .header-top-section,
.header-section.header-transparent .header-logo-section,
.header-section.header-transparent .header-main-section,
.header-transparent.mobile-header-section {
    background: transparent;
	border-bottom: 1px solid rgba(255, 255, 255, 0.011);
}
.header-section.header-transparent .header-top-section,
.header-section.header-transparent .header-main-section,
.header-section.header-transparent .header-top-section .form-control,
.header-section.header-transparent.header-fullwidth-menu .header-logo-section .header-section.header-semi-transparent .header-top-section,
.header-section.header-semi-transparent .header-main-section,
.header-section.header-semi-transparent .header-top-section .form-control,
.header-section.header-semi-transparent.header-fullwidth-menu .header-logo-section {
    border-color: rgba(0, 0, 0, 0.2);
}
.header-section.header-transparent .header-top-section .top-menu-navigation .navbar-nav > li:after,
.header-section.header-semi-transparent .header-top-section .top-menu-navigation .navbar-nav > li:after,
.header-section.header-transparent.type-header-3 .header-main-section .zozo-main-bar:before,
.header-section.header-semi-transparent.type-header-3 .header-main-section .zozo-main-bar:before {
    background: rgba(0, 0, 0, 0.15);
}
/* TRANSPARENT - DARK */
.header-section.header-skin-dark.header-transparent .header-top-section,
.header-section.header-skin-dark.header-transparent .header-main-section,
.header-section.header-skin-dark.header-transparent .header-top-section .form-control,
.header-section.header-skin-dark.header-transparent.header-fullwidth-menu .header-logo-section .header-section.header-skin-dark.header-semi-transparent .header-top-section,
.header-section.header-skin-dark.header-semi-transparent .header-main-section,
.header-section.header-skin-dark.header-semi-transparent .header-top-section .form-control,
.header-section.header-skin-dark.header-semi-transparent.header-fullwidth-menu .header-logo-section {
    border-color: rgba(255, 255, 255, 0.2);
}
.header-section.header-skin-dark.header-transparent .header-top-section .top-menu-navigation .navbar-nav > li:after,
.header-section.header-skin-dark.header-semi-transparent .header-top-section .top-menu-navigation .navbar-nav > li:after,
.header-section.header-skin-dark.header-transparent.type-header-3 .header-main-section .zozo-main-bar:before,
.header-section.header-skin-dark.header-semi-transparent.type-header-3 .header-main-section .zozo-main-bar:before {
    background: rgba(255, 255, 255, 0.2);
}
/* SEMI TRANSPARENT - LIGHT*/
.header-section.header-semi-transparent .header-top-section,
.header-section.header-semi-transparent .header-logo-section,
.header-section.header-semi-transparent .header-main-section,
.header-section.header-semi-transparent .header-top-section .form-control,
.header-semi-transparent.mobile-header-section {
    background: rgba(255, 255, 255, 0.7);
}
.header-section.header-semi-transparent .header-main-section.header-toggle-visible {
    background: #fff;
}
/* SEMI TRANSPARENT - DARK*/
.header-section.header-skin-dark.header-semi-transparent .header-top-section,
.header-section.header-skin-dark.header-semi-transparent .header-logo-section,
.header-section.header-skin-dark.header-semi-transparent .header-main-section,
.header-section.header-skin-dark.header-semi-transparent .header-top-section .form-control,
.header-skin-dark.header-semi-transparent.mobile-header-section {
    background: rgba(0, 0, 0, 0.7);
}
.header-section.header-skin-dark.header-semi-transparent .header-main-section.header-toggle-visible {
    background: #000;
}
/* MENU - LIGHT SKIN*/
.header-section.header-menu-skin-light .header-main-section,
.header-section.header-menu-skin-light .is-sticky .header-main-section,
.header-section.header-menu-skin-light .header-main-section .dropdown-menu,
.header-section.header-menu-skin-light .header-main-section .dropdown-menu > li,
.header-section.header-menu-skin-light .header-main-section .sub-menu,
.header-section.header-menu-skin-light .header-main-section .sub-menu > li,
.header-section.header-menu-skin-light .header-main-section .zozo-megamenu,
.header-section.header-skin-dark.header-menu-skin-light .zozo-megamenu-wrapper,
.header-section.header-menu-skin-light .header-main-section .woo-cart-contents,
.header-section.header-menu-skin-light .header-main-section .header-toggle-content,
.header-section.header-menu-skin-light .header-main-section .header-toggle-section,
.header-section.header-menu-skin-light .header-main-section .header-sidenav-section,
.header-section.header-menu-skin-light .header-main-section .form-control,
.header-sectiont.header-skin-light.header-transparent .is-sticky .header-main-section {
    background: #fff;
}
.header-section.header-menu-skin-light .header-main-section .woo-cart-item a.remove.remove-cart-item {
    background: #f5f5f5;
}
.header-section.header-menu-skin-light .header-main-section,
.header-section.header-menu-skin-light .header-main-section a,
.header-section.header-menu-skin-light .header-main-section .woo-cart-item a.remove.remove-cart-item {
    color: #333;
}
.header-section.header-menu-skin-light .header-main-section .woo-cart-contents,
.header-section.header-menu-skin-light .header-main-section .woo-cart-contents .woo-cart-item,
.header-section.header-menu-skin-light .header-main-section .header-toggle-section,
.header-section.header-menu-skin-light .header-main-section .form-control {
    border-color: #e1e1e1;
}
.header-section.header-menu-skin-light .header-main-section .form-control::-moz-placeholder {
    color: #333;
}
.header-section.header-menu-skin-light .header-main-section .form-control:-ms-input-placeholder {
    color: #333;
}
.header-section.header-menu-skin-light .header-main-section .form-control::-webkit-input-placeholder {
    color: #333;
}
.header-section.header-menu-skin-light .header-main-section .zozo-social-icons.soc-icon-transparent i {
    color: #333;
}
/* MENU - DARK SKIN*/
.header-section.header-menu-skin-dark .header-main-section,
.header-section.header-menu-skin-dark .is-sticky .header-main-section,
.header-section.header-menu-skin-dark .header-main-section .dropdown-menu,
.header-section.header-menu-skin-dark .header-main-section .dropdown-menu > li,
.header-section.header-menu-skin-dark .header-main-section .sub-menu,
.header-section.header-menu-skin-dark .header-main-section .sub-menu > li,
.header-section.header-menu-skin-dark .header-main-section .zozo-megamenu,
.header-section.header-menu-skin-dark .header-main-section .zozo-megamenu-wrapper,
.header-section.header-menu-skin-dark .header-main-section .woo-cart-contents,
.header-section.header-menu-skin-dark .header-main-section .header-toggle-content,
.header-section.header-menu-skin-dark .header-main-section .header-toggle-section,
.header-section.header-menu-skin-dark .header-main-section .header-sidenav-section,
.header-section.header-menu-skin-dark .header-main-section .form-control {
    /*background: rgba(0, 0, 0, 1) url("images/header-dark-bg.jpg") repeat;*/
	background: #171717;
}
/*.header-section.header-menu-skin-dark .header-main-section .woo-cart-item a.remove.remove-cart-item {
    background: #333;
}*/
.header-section.header-menu-skin-dark .header-main-section,
.header-section.header-menu-skin-dark .header-main-section a,
.header-section.header-menu-skin-dark .header-main-section .woo-cart-item a.remove.remove-cart-item {
    color: #FFF;
}
.header-section.header-menu-skin-dark .header-main-section .woo-cart-contents,
.header-section.header-menu-skin-dark .header-main-section .woo-cart-contents .woo-cart-item,
.header-section.header-menu-skin-dark .header-main-section .header-toggle-section,
.header-section.header-menu-skin-dark .header-main-section .form-control,
.header-section.header-menu-skin-dark .header-main-section .zozo-main-nav .zozo-megamenu-submenu li:before,
.header-section.header-menu-skin-dark .header-main-section .dropdown-menu li:before {
    border-color: #444444;
}
.header-section.header-menu-skin-dark .header-main-section .form-control::-moz-placeholder {
    color: #fff;
}
.header-section.header-menu-skin-dark .header-main-section .form-control:-ms-input-placeholder {
    color: #fff;
}
.header-section.header-menu-skin-dark .header-main-section .form-control::-webkit-input-placeholder {
    color: #fff;
}
.header-section.header-menu-skin-dark .zozo-social-icons.soc-icon-transparent i {
    color: #fff;
}
/* Dark Skin */
body.theme-skin-dark,
.theme-skin-dark .main-section {
    background: #171717;
    border-color: #7c7c7c;
    color: #fff;
}
.theme-skin-dark hr,
.theme-skin-dark legend {
    border-color: #7c7c7c;
}
.theme-skin-dark a:hover,
.theme-skin-dark a:active,
.theme-skin-dark a:focus,
.bg-skin-dark a:hover,
.bg-skin-dark a:active,
.bg-skin-dark a:focus {
    color: #fff;
}
.theme-skin-dark .bg-style.dark-wrapper {
    background: #000;
}
.bg-style.dark-grey-wrapper {
    background: #222;
}
.theme-skin-dark input,
.theme-skin-dark .input,
.theme-skin-dark input.form-control,
.theme-skin-dark select,
.theme-skin-dark select.form-control,
.theme-skin-dark textarea,
.bg-skin-dark input,
.bg-skin-dark .input,
.bg-skin-dark input.form-control,
.bg-skin-dark select,
.bg-skin-dark select.form-control,
.bg-skin-dark textarea {
    border-color: #7c7c7c;
    background: #2e2e2e;
}
.theme-skin-dark table th,
.theme-skin-dark table td,
.bg-skin-dark table th,
.bg-skin-dark table td {
    border-color: #7c7c7c;
}
/* Page Title */
.theme-skin-dark .page-title-section {
    border-color: #7c7c7c;
}
/* Feature Box */
.theme-skin-dark .zozo-feature-box.feature-box-style.style-overlay-box .grid-box-inner,
.bg-skin-dark .zozo-feature-box.feature-box-style.style-overlay-box .grid-box-inner {
    border: 1px solid #7c7c7c;
}
.theme-skin-dark .grid-item .grid-box-inner .grid-overlay-top,
.bg-skin-dark .grid-item .grid-box-inner .grid-overlay-top {
    background: #2e2e2e;
}
.theme-skin-dark .grid-overlay-top .grid-title,
.bg-skin-dark .grid-overlay-top .grid-title {
    color: #fff;
}
.theme-skin-dark .style-sep-yes .grid-item .grid-button,
.bg-skin-dark .style-sep-yes .grid-item .grid-button {
    border-top-color: #7c7c7c;
}
.theme-skin-dark .zozo-feature-box .grid-item:hover .grid-icon-wrapper.icon-hv-bg-icon .grid-icon.icon-shape,
.theme-skin-dark .zozo-feature-box .grid-item:hover .grid-icon-wrapper.icon-hv-all .grid-icon.icon-shape,
.bg-skin-dark .zozo-feature-box .grid-item:hover .grid-icon-wrapper.icon-hv-bg-icon .grid-icon.icon-shape,
.bg-skin-dark .zozo-feature-box .grid-item:hover .grid-icon-wrapper.icon-hv-all .grid-icon.icon-shape {
    background-color: #2e2e2e;
}
.theme-skin-dark .zozo-feature-box.style-box-with-bg .grid-item:hover .grid-icon-wrapper.icon-hv-bg-icon .grid-icon.icon-shape,
.theme-skin-dark .zozo-feature-box.style-box-with-bg .grid-item:hover .grid-icon-wrapper.icon-hv-all .grid-icon.icon-shape,
.bg-skin-dark .zozo-feature-box.style-box-with-bg .grid-item:hover .grid-icon-wrapper.icon-hv-bg-icon .grid-icon.icon-shape,
.bg-skin-dark .zozo-feature-box.style-box-with-bg .grid-item:hover .grid-icon-wrapper.icon-hv-all .grid-icon.icon-shape {
    background-color: #333;
}
.theme-skin-dark .zozo-feature-box.style-box-with-bg,
.bg-skin-dark .zozo-feature-box.style-box-with-bg {
    background-color: #2e2e2e;
}
/* Services Box */
.theme-skin-dark .zozo-vc-service-box .service-box-inner,
.bg-skin-dark .zozo-vc-service-box .service-box-inner {
    background: #2e2e2e;
    border: 1px solid #7c7c7c;
}
.theme-skin-dark .zozo-vc-service-box .service-box-content h4,
.bg-skin-dark .zozo-vc-service-box .service-box-content h4 {
    border-bottom-color: #7c7c7c;
}
/* Pricing Table */
.theme-skin-dark .zozo-pricing-table-wrapper,
.bg-skin-dark .zozo-pricing-table-wrapper {
    background: #2e2e2e;
}
.theme-skin-dark .zozo-pricing-item .pricing-icon-wrapper > i,
.bg-skin-dark .zozo-pricing-item .pricing-icon-wrapper > i {
    background-color: #2e2e2e;
    border-color: #7c7c7c;
}
/* Accordion */
.typo-light .vc_tta-accordion.vc_tta-style-default .vc_tta-panel-title > a,
.typo-light .zozo-accordion.zozo-accordion-default .panel-title a {
    border-bottom-color: #7c7c7c;
    color: #fff;
}
.typo-light .zozo-accordion .panel-title a.collapsed {
    color: #fff;
}
/* Progress Bar */
.theme-skin-dark .vc_progress_bar .vc_single_bar,
.bg-skin-dark .vc_progress_bar .vc_single_bar {
    background: #7c7c7c;
}
/* Testimonials Slider */
.theme-skin-dark .testimonial-item.tstyle-border2 .testimonial-img,
.bg-skin-dark .testimonial-item.tstyle-border2 .testimonial-img {
    background: #333;
    border-color: #7c7c7c;
}
.theme-skin-dark .testimonial-item.tstyle-border2,
.bg-skin-dark .testimonial-item.tstyle-border2 {
    border-color: #7c7c7c;
}
.theme-skin-dark .testimonial-item.tstyle-border .testimonial-content:after {
    border-color: #333 transparent transparent;
}
.bg-style.dark-grey-wrapper .testimonial-item.tstyle-border .testimonial-content:after {
    border-color: #222 transparent transparent;
}
.bg-style.dark-wrapper .testimonial-item.tstyle-border .testimonial-content:after {
    border-color: #000 transparent transparent;
}
/* Contact Form */
.theme-skin-dark .input,
.theme-skin-dark input.form-control,
.theme-skin-dark select,
.theme-skin-dark select.form-control,
.theme-skin-dark .form-control,
.bg-skin-dark .input,
.bg-skin-dark input.form-control,
.bg-skin-dark select,
.bg-skin-dark select.form-control,
.bg-skin-dark .form-control {
    background: #2e2e2e;
    border-color: #7c7c7c;
    color: #fff;
}
/* Contact Form 7 */
.theme-skin-dark .wpcf7 textarea,
.theme-skin-dark .wpcf7 .wpcf7-text,
.bg-skin-dark .wpcf7 textarea,
.bg-skin-dark .wpcf7 .wpcf7-text,
.theme-skin-dark .wpcf7-form-control,
.bg-skin-dark .wpcf7-form-control {
    background: #2e2e2e;
    border-color: #7c7c7c;
    color: #fff;
}
.theme-skin-dark .wpcf7 .wpcf7-form-control::-moz-placeholder {
    color: #fff;
    opacity: 1;
}
.theme-skin-dark .wpcf7 .wpcf7-form-control:-ms-input-placeholder {
    color: #fff;
}
.theme-skin-dark .wpcf7 .wpcf7-form-control::-webkit-input-placeholder {
    color: #fff;
}
.bg-skin-dark .wpcf7 .wpcf7-form-control::-moz-placeholder {
    color: #fff;
    opacity: 1;
}
.bg-skin-dark .wpcf7 .wpcf7-form-control:-ms-input-placeholder {
    color: #fff;
}
.bg-skin-dark .wpcf7 .wpcf7-form-control::-webkit-input-placeholder {
    color: #fff;
}
/* Blog */
.theme-skin-dark .grid-posts,
.bg-skin-dark .grid-posts {
    background: #2e2e2e;
}
.theme-skin-dark .posts-content-container .entry-meta-wrapper,
.bg-skin-dark .posts-content-container .entry-meta-wrapper {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.bg-skin-dark .posts-content-container .entry-summary p, 
.bg-skin-dark .entry-meta-wrapper .read-more .btn-more.read-more-link{
	color: #bbb;
}
.theme-skin-dark h2.entry-title a,
.bg-skin-dark h2.entry-title a {
    color: #fff;
}
.theme-skin-dark .list-posts,
.bg-skin-dark .list-posts {
    border-color: #7c7c7c;
}
.theme-skin-dark .post .btn-more.read-more-link:hover,
.theme-skin-dark .post .btn-more.read-more-link:active,
.theme-skin-dark .post .btn-more.read-more-link:focus,
.bg-skin-dark .post .btn-more.read-more-link:hover,
.bg-skin-dark .post .btn-more.read-more-link:active,
.bg-skin-dark .post .btn-more.read-more-link:focus {
    color: #fff;
}
/*Day Counter */
.theme-skin-dark .countdown-section,
.bg-skin-dark .countdown-section {
    background: #2e2e2e;
}
/* VC Post Masonry grid */
.theme-skin-dark .vc_grid-item .vc_gitem-zone,
.bg-skin-dark .vc_grid-item .vc_gitem-zone,
.theme-skin-dark .vc_grid-item .vc_grid-item-mini,
.bg-skin-dark .vc_grid-item .vc_grid-item-mini {
    background: #2e2e2e!important;
}
/*Vc Tab */
.theme-skin-dark .vc_tta-color-white.vc_tta-style-classic .vc_tta-tab > a,
.bg-skin-dark .vc_tta-color-white.vc_tta-style-classic .vc_tta-tab > a,
.theme-skin-dark .vc_tta-color-white.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
.bg-skin-dark .vc_tta-color-white.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
    background: #2e2e2e;
    border-color: #7c7c7c;
    color: #fff;
}
.theme-skin-dark .vc_tta-color-white.vc_tta-style-flat .vc_tta-tab > a,
.bg-skin-dark .vc_tta-color-white.vc_tta-style-flat .vc_tta-tab > a {
    background: #2e2e2e;
    color: #fff;
}
.theme-skin-dark .vc_tta.vc_general .vc_tta-tab.vc_active > a,
.bg-skin-dark .vc_tta.vc_general .vc_tta-tab.vc_active > a {
    color: #333;
}
/*Zozo tab */
.theme-skin-dark .nav-tabs,
.theme-skin-dark .zozo-tabs-widget .tab-content > .tab-pane,
.theme-skin-dark .widget-posts-list li,
.theme-skin-dark .zozo-tabs-widget .nav-tabs li.active h6 a,
.theme-skin-dark .zozo-tabs-widget .nav-tabs li h6 a:hover,
.bg-skin-dark .nav-tabs,
.bg-skin-dark .zozo-tabs-widget .tab-content > .tab-pane,
.bg-skin-dark .widget-posts-list li,
.bg-skin-dark .zozo-tabs-widget .nav-tabs li.active h6 a,
.bg-skin-dark .zozo-tabs-widget .nav-tabs li h6 a:hover {
    border-color: #7c7c7c;
}
.theme-skin-dark .zozo-tabs-widget .nav-tabs li.active h6 a,
.bg-skin-dark .zozo-tabs-widget .nav-tabs li.active h6 a {
    background: #333;
}
.theme-skin-dark .vc_tta-controls-align-left .vc_tta-tabs-list,
.theme-skin-dark .vc_tta-controls-align-right .vc_tta-tabs-list,
.bg-skin-dark .vc_tta-controls-align-left .vc_tta-tabs-list,
.bg-skin-dark .vc_tta-controls-align-right .vc_tta-tabs-list {
    border-color: #7c7c7c;
}
/* Vc Pricing Table */
.ult_pricing_table_wrap.ult_design_1 .ult_pricing_table .ult_price_link {
    background: #2e2e2e;
}
/* Contact Info */
.theme-skin-dark .zozo-social-icons.social-style-bordered li a,
.bg-skin-dark .zozo-social-icons.social-style-bordered li a {
    border-color: #7c7c7c;
}
/* Widget */
.theme-skin-dark .widget-title {
    border-color: #7c7c7c;
    color: #fff;
}
.theme-skin-dark .widget.widget_recent_entries li a,
.theme-skin-dark .widget.widget_recent_comments li .comment-author-link a,
.theme-skin-dark .widget.zozo_category_posts_widget li a,
.theme-skin-dark .widget.widget_categories li a,
.theme-skin-dark .widget.widget_archive li a,
.theme-skin-dark .widget.widget_meta li a,
.theme-skin-dark .widget.widget_nav_menu li a,
.theme-skin-dark .widget.widget_edd_categories_tags_widget li a {
    color: #fff;
}
/*Footer*/
.footer-skin-dark .zozo-footer-nav.navbar-nav > li > a:hover {
    color: #fff;
}
/* Woocommerce Widget */
.theme-skin-dark .widget_product_categories .product-categories li a,
.theme-skin-dark .woocommerce ul.product_list_widget li a {
    color: #fff;
}
.theme-skin-dark .widget_product_categories .product-categories li .count {
    background: #2e2e2e;
}
.theme-skin-dark.woocommerce ul.product_list_widget li,
.theme-skin-dark.woocommerce-page ul.product_list_widget li,
.theme-skin-dark .widget .woocommerce-product-search .search-field {
    border-color: #7c7c7c;
}
.theme-skin-dark.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.theme-skin-dark.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle {
    background: #fff;
}
/* Events Calender */
.theme-skin-dark .ecs-event .ecs-event-inner,
.bg-skin-dark .ecs-event .ecs-event-inner {
    background: #2e2e2e;
    border-color: #7c7c7c;
}
/* Shop - Woo-commerce */
.theme-skin-dark .woo-dropdown > li,
.theme-skin-dark .woo-sort-ordering > li,
.theme-skin-dark .woo-dropdown > li .order-sub-dropdown {
    background: #2e2e2e;
    border-color: #7c7c7c;
    color: #ffffff;
}
.theme-skin-dark .woo-dropdown > li strong {
    color: #ffffff;
}
.theme-skin-dark .woo-dropdown > li:before {
    background: #7c7c7c;
}
.theme-skin-dark.woocommerce .star-rating:before,
.theme-skin-dark.woocommerce-page .star-rating:before {
    color: #7c7c7c;
}
.theme-skin-dark.woocommerce ul.products li.product,
.theme-skin-dark.woocommerce-page ul.products li.product,
.theme-skin-dark ul.products li.product {
    background: #2e2e2e;
}
.theme-skin-dark.woocommerce ul.products li.product h3 > a,
.theme-skin-dark ul.products li.product h3 > a {
    color: #fff;
}
.theme-skin-dark .wcmp-product,
.theme-skin-dark .wpb_row .wpb_column .wpb_wrapper .wcmp-product {
    border-color: #7c7c7c;
}
.theme-skin-dark.woocommerce #content nav.woocommerce-pagination ul li a,
.theme-skin-dark.woocommerce nav.woocommerce-pagination ul li a,
.theme-skin-dark.woocommerce-page #content nav.woocommerce-pagination ul li a,
.theme-skin-dark.woocommerce-page nav.woocommerce-pagination ul li a,
.theme-skin-dark.woocommerce #content nav.woocommerce-pagination ul li span,
.theme-skin-dark.woocommerce nav.woocommerce-pagination ul li span,
.theme-skin-dark.woocommerce-page #content nav.woocommerce-pagination ul li span,
.theme-skin-dark.woocommerce-page nav.woocommerce-pagination ul li span {
    color: #fff;
}
.theme-skin-dark.woocommerce #content nav.woocommerce-pagination ul li a:focus,
.theme-skin-dark.woocommerce #content nav.woocommerce-pagination ul li a:hover,
.theme-skin-dark.woocommerce #content nav.woocommerce-pagination ul li span.current,
.theme-skin-dark.woocommerce nav.woocommerce-pagination ul li a:focus,
.theme-skin-dark.woocommerce nav.woocommerce-pagination ul li a:hover,
.theme-skin-dark.woocommerce nav.woocommerce-pagination ul li span.current,
.theme-skin-dark.woocommerce-page #content nav.woocommerce-pagination ul li a:focus,
.theme-skin-dark.woocommerce-page #content nav.woocommerce-pagination ul li a:hover,
.theme-skin-dark.woocommerce-page #content nav.woocommerce-pagination ul li span.current,
.theme-skin-dark.woocommerce-page nav.woocommerce-pagination ul li a:focus,
.theme-skin-dark.woocommerce-page nav.woocommerce-pagination ul li a:hover,
.theme-skin-dark.woocommerce-page nav.woocommerce-pagination ul li span.current {
    color: #333;
}
/* Woo-commerce Single */
.theme-skin-dark.woocommerce #content div.product div.images img,
.theme-skin-dark.woocommerce div.product div.images img,
.theme-skin-dark.woocommerce-page #content div.product div.images img,
.theme-skin-dark.woocommerce-page div.product div.images img {
    border-color: #7c7c7c;
}
.theme-skin-dark .product-meta-info-wrapper .product-meta-item {
    border-color: #7c7c7c;
    background: #2e2e2e;
}
.theme-skin-dark .zozo-social-share-box .zozo-social-share-icons li a,
.theme-skin-dark .zozo-social-share-box .zozo-social-share-icons li a {
    border-color: #7c7c7c;
    color: #fff;
}
.theme-skin-dark.woocommerce #content div.product .woocommerce-tabs .panel,
.theme-skin-dark.woocommerce div.product .woocommerce-tabs .panel,
.theme-skin-dark.woocommerce-page #content div.product .woocommerce-tabs .panel,
.theme-skin-dark.woocommerce-page div.product .woocommerce-tabs .panel {
    border-color: #7c7c7c;
    background: #333;
}
.theme-skin-dark.woocommerce #reviews #comments ol.commentlist li .comment-text,
.theme-skin-dark.woocommerce-page #reviews #comments ol.commentlist li .comment-text {
    border-color: #7c7c7c;
}
.theme-skin-dark.woocommerce #review_form #respond textarea {
    color: #fff;
}
.theme-skin-dark.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    color: #fff;
}
.theme-skin-dark.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active,
.theme-skin-dark.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.theme-skin-dark.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active,
.theme-skin-dark.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active {
    background: #333;
    border-color: #7c7c7c;
}
.theme-skin-dark.woocommerce .woocommerce-error,
.theme-skin-dark.woocommerce .woocommerce-info,
.theme-skin-dark.woocommerce .woocommerce-message,
.theme-skin-dark.woocommerce-page .woocommerce-error,
.theme-skin-dark.woocommerce-page .woocommerce-info,
.theme-skin-dark.woocommerce-page .woocommerce-message {
    background: #2e2e2e;
    color: #fff;
    border-color: #7c7c7c;
}
/*Woocommerce Cart */
.theme-skin-dark.woocommerce-page .shop_table.cart thead,
.theme-skin-dark.woocommerce .shop_table.cart thead {
    background: #2e2e2e none repeat scroll 0 0;
}
.theme-skin-dark.woocommerce table.shop_table,
.theme-skin-dark.woocommerce-page table.shop_table,
.theme-skin-dark.woocommerce table.shop_table td,
.theme-skin-dark.woocommerce-page table.shop_table td,
.theme-skin-dark.woocommerce #content table.cart img,
.theme-skin-dark.woocommerce table.cart img,
.theme-skin-dark.woocommerce-page #content table.cart img,
.theme-skin-dark.woocommerce-page table.cart img {
    border-color: #7c7c7c;
}
.theme-skin-dark.woocommerce #content table.cart td.actions .coupon .input-text,
.theme-skin-dark.woocommerce table.cart td.actions .coupon .input-text,
.theme-skin-dark.woocommerce-page #content table.cart td.actions .coupon .input-text,
.theme-skin-dark.woocommerce-page table.cart td.actions .coupon .input-text {
    border-color: #7c7c7c;
}
.theme-skin-dark.woocommerce table.shop_table thead,
.theme-skin-dark.woocommerce-page table.shop_table thead,
.theme-skin-dark.woocommerce table.shop_table th,
.theme-skin-dark.woocommerce-page table.shop_table th {
    color: #fff;
    border-color: #7c7c7c;
}
.theme-skin-dark .woo-cart-totals-container tr td,
.theme-skin-dark .payment_box p {
    color: #fff;
}
.theme-skin-dark .select2-drop-active,
.theme-skin-dark .select2-container .select2-choice {
    border-color: #7c7c7c;
    background: #2e2e2e;
    color: #fff;
}
.theme-skin-dark .woocommerce #order_review .shop_table thead tr th,
.theme-skin-dark .woocommerce #order_review .shop_table .cart_item:last-child td,
.theme-skin-dark .woocommerce-checkout #payment ul.payment_methods,
.theme-skin-dark .woocommerce #order_review .payment_methods.methods > li {
    border-color: #7c7c7c;
}
.theme-skin-dark .select2-results {
    background: #2e2e2e;
}
.theme-skin-dark .select2-results .select2-highlighted {
    background: #000;
    color: #fff;
}
.theme-skin-dark .shop_table.cart td.product-name > a {
    color: #fff;
}
.theme-skin-dark .zozo-woocommerce-thank-you .order_info,
.theme-skin-dark .woocommerce .order_details li {
    border-color: #7c7c7c;
}
.theme-skin-dark .woocommerce .widget_shopping_cart .cart_list li a.remove,
.theme-skin-dark .woocommerce.widget_shopping_cart .cart_list li a.remove {
    background: #2e2e2e;
}
.woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button {
    padding: 9px 35px 9px 15px !important;
}
.woocommerce form .form-row .input-checkbox {
	position: relative;
}
.select2-container--default .select2-selection--single .select2-selection__arrow,
.select2-container--default .select2-selection--single .select2-selection__rendered  {
	height: 60px;
	line-height: 60px;	
}
.select2-container--default .select2-selection--single .select2-selection__rendered:focus {
	outline: 0;
}
.select2-container--default .select2-selection--single {
    border: 0;
    border-radius: 4px;
    height: 60px;
    line-height: 60px;
	    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}
/* Woocommerce Beta */
.theme-skin-dark .woocomposer_list ul.wcmp-product-list li,
.bg-skin-dark .woocomposer_list ul.wcmp-product-list li {
    border-color: #7c7c7c;
}
/* BuddyPress */
.theme-skin-dark #buddypress #whats-new-form,
.theme-skin-dark #buddypress #item-body form#whats-new-form,
.theme-skin-dark #buddypress ul.item-list li,
.theme-skin-dark #buddypress ul.item-list li,
.theme-skin-dark #buddypress .activity-list li.load-more,
.theme-skin-dark #buddypress .activity-list li.load-newest {
    background: #2e2e2e;
    border-color: #7c7c7c;
}
.theme-skin-dark #buddypress form#whats-new-form #whats-new-avatar,
.theme-skin-dark #buddypress ul.item-list li img.avatar,
.theme-skin-dark #buddypress div#item-header img.avatar,
.theme-skin-dark #buddypress ul.item-list li img.avatar {
    background: #333;
    border-color: #7c7c7c;
}
.theme-skin-dark #buddypress div.item-list-tabs ul li a,
.theme-skin-dark #buddypress div.item-list-tabs ul li span {
    background: #2e2e2e;
    border-color: #7c7c7c;
    color: #fff;
}
.theme-skin-dark #buddypress table.forum tr td.label,
.theme-skin-dark #buddypress table.messages-notices tr td.label,
.theme-skin-dark #buddypress table.notifications tr td.label,
.theme-skin-dark #buddypress table.notifications-settings tr td.label,
.theme-skin-dark #buddypress table.profile-fields tr td.label,
.theme-skin-dark #buddypress table.wp-profile-fields tr td.label {
    border-color: #7c7c7c;
    color: #fff;
}
.theme-skin-dark #buddypress .standard-form input:focus,
.theme-skin-dark #buddypress .standard-form select:focus,
.theme-skin-dark #buddypress .standard-form textarea:focus {
    background: #2e2e2e;
}
.theme-skin-dark .bp-avatar-nav ul.avatar-nav-items li.current,
.theme-skin-dark .bp-avatar-nav ul {
    border-color: #7c7c7c;
}
.theme-skin-dark #buddypress form#whats-new-form textarea {
    color: #fff;
}
/* BB Press */
.theme-skin-dark #bbpress-forums li.bbp-header {
    background: #2e2e2e;
}
.theme-skin-dark #bbpress-forums,
.theme-skin-dark #bbpress-forums ul.bbp-lead-topic,
.theme-skin-dark #bbpress-forums ul.bbp-topics,
.theme-skin-dark #bbpress-forums ul.bbp-forums,
.theme-skin-dark #bbpress-forums ul.bbp-replies,
.theme-skin-dark #bbpress-forums ul.bbp-search-results,
.theme-skin-dark #bbpress-forums li.bbp-body ul.forum,
.theme-skin-dark #bbpress-forums li.bbp-body ul.topic {
    border-color: #7c7c7c;
}
.theme-skin-dark #bbpress-forums div.odd,
.theme-skin-dark #bbpress-forums ul.odd,
.theme-skin-dark #bbpress-forums li.bbp-footer,
.theme-skin-dark #bbpress-forums fieldset.bbp-form,
.theme-skin-dark #bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content {
    border-color: #7c7c7c;
}
.theme-skin-dark #bbpress-forums .bbp-body .bbp-forum-title,
.theme-skin-dark #bbpress-forums .bbp-body .bbp-topic-permalink,
.theme-skin-dark li.bbp-forum-freshness a,
.theme-skin-dark li.bbp-topic-freshness a,
.theme-skin-dark #bbpress-forums div.bbp-topic-content a,
.theme-skin-dark #bbpress-forums div.bbp-reply-content a,
.theme-skin-dark #bbpress-forums #bbp-single-user-details #bbp-user-navigation a {
    color: #fff;
}
.theme-skin-dark div.bbp-template-notice,
.theme-skin-dark div.indicator-hint,
.theme-skin-dark div.bbp-template-notice.info {
    border-color: #7c7c7c;
    background: #2e2e2e;
    color: #fff;
}
div.bbp-template-notice a,
div.bbp-template-notice a:hover {
    color: #fff;
}
.theme-skin-dark #bbpress-forums div.even,
.theme-skin-dark #bbpress-forums ul.even {
    background: #2e2e2e;
}
.theme-skin-dark .quicktags-toolbar {
    background: #2e2e2e
}
.theme-skin-dark #bbpress-forums div.bbp-the-content-wrapper input:hover,
.theme-skin-dark #bbpress-forums div.bbp-the-content-wrapper input:focus {
    background: #222;
    color: #fff;
}
.theme-skin-dark .bbp-pagination-links a,
.theme-skin-dark .bbp-pagination-links span.current {
    border-color: #7c7c7c;
}
.theme-skin-dark #bbpress-forums div.even,
.theme-skin-dark #bbpress-forums div.bbp-reply-header {
    border-color: #7c7c7c;
    background: #2e2e2e;
}
.theme-skin-dark #buddypress .dir-search input[type="search"],
.theme-skin-dark #buddypress .dir-search input[type="text"],
.theme-skin-dark #buddypress .groups-members-search input[type="search"],
.theme-skin-dark #buddypress .groups-members-search input[type="text"],
.theme-skin-dark #buddypress .standard-form input[type="color"],
.theme-skin-dark #buddypress .standard-form input[type="date"],
.theme-skin-dark #buddypress .standard-form input[type="datetime-local"],
.theme-skin-dark #buddypress .standard-form input[type="datetime"],
.theme-skin-dark #buddypress .standard-form input[type="email"],
.theme-skin-dark #buddypress .standard-form input[type="month"],
.theme-skin-dark #buddypress .standard-form input[type="number"],
.theme-skin-dark #buddypress .standard-form input[type="password"],
.theme-skin-dark #buddypress .standard-form input[type="range"],
.theme-skin-dark #buddypress .standard-form input[type="search"],
.theme-skin-dark #buddypress .standard-form input[type="tel"],
.theme-skin-dark #buddypress .standard-form input[type="text"],
.theme-skin-dark #buddypress .standard-form input[type="time"],
.theme-skin-dark #buddypress .standard-form input[type="url"],
.theme-skin-dark #buddypress .standard-form input[type="week"],
.theme-skin-dark #buddypress .standard-form select,
.theme-skin-dark #buddypress .standard-form textarea,
.theme-skin-dark #buddypress div.dir-search input[type="text"],
.theme-skin-dark #buddypress li.groups-members-search input[type="text"] {
    border-color: #7c7c7c;
    color: #fff;
}
.theme-skin-dark #buddypress table.notification-settings,
.theme-skin-dark #buddypress table.profile-settings,
.theme-skin-dark #buddypress table.notifications {
    border-color: #7c7c7c;
}
.theme-skin-dark #buddypress table.notification-settings th {
    background: #2e2e2e;
}
.theme-skin-dark #buddypress table.forum thead tr,
.theme-skin-dark #buddypress table.messages-notices thead tr,
.theme-skin-dark #buddypress table.notifications thead tr,
.theme-skin-dark #buddypress table.notifications-settings thead tr,
.theme-skin-dark #buddypress table.profile-fields thead tr,
.theme-skin-dark #buddypress table.profile-settings thead tr,
.theme-skin-dark #buddypress table.wp-profile-fields thead tr {
    background: #2e2e2e;
}
/*Events Calender*/
.theme-skin-dark #tribe-bar-form,
.theme-skin-dark #tribe-bar-form input[type="text"] {
    border-color: #7c7c7c;
}
.theme-skin-dark .tribe-events-calendar thead th {
    background: #000;
}
.theme-skin-dark #tribe-events-content table.tribe-events-calendar,
.theme-skin-dark #tribe-events-content .tribe-events-calendar td,
.theme-skin-dark.events-archive.events-gridview #tribe-events-content table .type-tribe_events,
.theme-skin-dark .tribe-events-viewmore {
    border-color: #7c7c7c;
}
.theme-skin-dark .tribe-events-calendar div[id*="tribe-events-daynum-"],
.theme-skin-dark .tribe-events-calendar div[id*="tribe-events-daynum-"] a,
.theme-skin-dark #tribe-events-content .tribe-events-calendar td:hover {
    background: #2e2e2e;
}
.theme-skin-dark .tribe-events-calendar td.tribe-events-past div[id*="tribe-events-daynum-"],
.theme-skin-dark .tribe-events-calendar td.tribe-events-past div[id*="tribe-events-daynum-"] > a {
    background: #222;
    color: #fff;
}
.theme-skin-dark #tribe-events-content .tribe-events-calendar td.tribe-events-othermonth {
    background: #222;
}
.theme-skin-dark .entry-title a,
.theme-skin-dark .related-content-wrapper h5 .post-link,
.theme-skin-dark #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a {
    color: #fff;
}
.theme-skin-dark .recurring-info-tooltip,
.theme-skin-dark .tribe-events-calendar .tribe-events-tooltip,
.theme-skin-dark .tribe-events-week .tribe-events-tooltip {
    background: #333;
    color: #fff;
}
/* List view */
.theme-skin-dark .tribe-events-list-separator-month span {
    background: #333;
}
.theme-skin-dark .tribe-events-list .time-details {
    color: #fff;
}
/* Day View */
.theme-skin-dark .tribe-events-day .tribe-events-day-time-slot h5 {
    border-color: #7c7c7c;
    background: #2e2e2e;
    color: #fff;
}
/* Single */
.theme-skin-dark .tribe-events-list-separator-month:after,
.theme-skin-dark .tribe-events-list .type-tribe_events {
    border-color: #7c7c7c;
}
.theme-skin-dark.single-tribe_events .tribe-events-event-meta {
    background: #2e2e2e;
    border-color: #7c7c7c;
}
.theme-skin-dark .tribe-events-meta-group .tribe-events-single-section-title {
    border-color: #7c7c7c;
}
.theme-skin-dark.events-list #tribe-events-footer,
.theme-skin-dark.single-tribe_events #tribe-events-footer,
.theme-skin-dark .tribe-events-day #tribe-events-footer,
.theme-skin-dark .tribe-events-map #tribe-events-footer,
.theme-skin-dark .tribe-events-photo #tribe-events-footer {
    border-color: #7c7c7c;
}
/* dont Touch */
/* ================================================================
 * RETINA STYLES
 * ================================================================ */
 
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .zozo-logo .navbar-brand img.zozo-standard-logo,
    .zozo-logo .navbar-brand h1.standard-text-logo,
    .zozo-mobile-logo .navbar-brand img.zozo-standard-logo,
    .zozo-mobile-logo .navbar-brand h1.standard-text-logo {
        display: none;
    }
    .zozo-logo .navbar-brand img.zozo-retina-logo,
    .zozo-logo .navbar-brand h1.retina-text-logo,
    .zozo-mobile-logo .navbar-brand img.zozo-retina-logo,
    .zozo-mobile-logo .navbar-brand h1.retina-text-logo {
        display: inline-block;
    }
}
/* dont Touch */
/* CSS Animations */
html:not(.no-cssanimations) .animate_when_almost_visible {
	opacity: 0;
	-webkit-animation-duration: 0.6s;
	-moz-animation-duration: 0.6s;
	-o-animation-duration: 0.6s;
	animation-duration: 0.6s;
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}
html:not(.no-cssanimations) .animate_when_almost_visible.start_animation:not(.zoom-reverse).top-t-bottom {
	-webkit-animation-name: anim_toptbot;
	-moz-animation-name: anim_toptbot;
	-o-animation-name: anim_toptbot;
	animation-name: anim_toptbot;
	opacity: 1;
}
html:not(.no-cssanimations) .animate_when_almost_visible.start_animation:not(.zoom-reverse).bottom-t-top {
	-webkit-animation-name: anim_botttop;
	-moz-animation-name: anim_botttop;
	-o-animation-name: anim_botttop;
	animation-name: anim_botttop;
	opacity: 1;
}
html:not(.no-cssanimations) .animate_when_almost_visible.start_animation:not(.zoom-reverse).left-t-right {
	-webkit-animation-name: anim_ltr;
	-moz-animation-name: anim_ltr;
	-o-animation-name: anim_ltr;
	animation-name: anim_ltr;
	opacity: 1;
}
html:not(.no-cssanimations) .animate_when_almost_visible.start_animation:not(.zoom-reverse).right-t-left {
	-webkit-animation-name: anim_rtl;
	-moz-animation-name: anim_rtl;
	-o-animation-name: anim_rtl;
	animation-name: anim_rtl;
	opacity: 1;
}
html:not(.no-cssanimations) .animate_when_almost_visible.start_animation:not(.zoom-reverse).zoom-in {
	-webkit-animation-name: anim_zoomin;
	-moz-animation-name: anim_zoomin;
	-o-animation-name: anim_zoomin;
	animation-name: anim_zoomin;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
html:not(.no-cssanimations) .animate_when_almost_visible.zoom-reverse {
	-webkit-animation-name: zoom-reverse;
	-moz-animation-name: zoom-reverse;
	-o-animation-name: zoom-reverse;
	animation-name: zoom-reverse;
	-webkit-animation-duration: 0.3s;
	-moz-animation-duration: 0.3s;
	-o-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-o-transform: scale(0.5);
	-ms-transform: scale(0.5);
	transform: scale(0.5);
	opacity: 0;
}
html:not(.no-cssanimations) .animate_when_almost_visible[data-speed="100"] {
	-webkit-animation-duration: 0.1s;
	-moz-animation-duration: 0.1s;
	-o-animation-duration: 0.1s;
	animation-duration: 0.1s;
}
html:not(.no-cssanimations) .animate_when_almost_visible[data-speed="200"] {
	-webkit-animation-duration: 0.2s;
	-moz-animation-duration: 0.2s;
	-o-animation-duration: 0.2s;
	animation-duration: 0.2s;
}
html:not(.no-cssanimations) .animate_when_almost_visible[data-speed="300"] {
	-webkit-animation-duration: 0.3s;
	-moz-animation-duration: 0.3s;
	-o-animation-duration: 0.3s;
	animation-duration: 0.3s;
}
html:not(.no-cssanimations) .animate_when_almost_visible[data-speed="500"] {
	-webkit-animation-duration: 0.5s;
	-moz-animation-duration: 0.5s;
	-o-animation-duration: 0.5s;
	animation-duration: 0.5s;
}
html:not(.no-cssanimations) .animate_when_almost_visible[data-speed="600"] {
	-webkit-animation-duration: 0.6s;
	-moz-animation-duration: 0.6s;
	-o-animation-duration: 0.6s;
	animation-duration: 0.6s;
}
html:not(.no-cssanimations) .animate_when_almost_visible[data-speed="700"] {
	-webkit-animation-duration: 0.7s;
	-moz-animation-duration: 0.7s;
	-o-animation-duration: 0.7s;
	animation-duration: 0.7s;
}
html:not(.no-cssanimations) .animate_when_almost_visible[data-speed="800"] {
	-webkit-animation-duration: 0.8s;
	-moz-animation-duration: 0.8s;
	-o-animation-duration: 0.8s;
	animation-duration: 0.8s;
}
html:not(.no-cssanimations) .animate_when_almost_visible[data-speed="900"] {
	-webkit-animation-duration: 0.9s;
	-moz-animation-duration: 0.9s;
	-o-animation-duration: 0.9s;
	animation-duration: 0.9s;
}
html:not(.no-cssanimations) .animate_when_almost_visible[data-speed="1000"] {
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
}
/* Top to bottom keyframes */
@-webkit-keyframes anim_toptbot {
  0% {
    -webkit-transform: translate3d(0, -100px, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-moz-keyframes anim_toptbot {
  0% {
    -moz-transform: translate3d(0, -100px, 0);
    opacity: 0;
  }
  100% {
    -moz-transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-o-keyframes anim_toptbot {
  0% {
    -o-transform: translate3d(0, -100px, 0);
    opacity: 0;
  }
  100% {
    -o-transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes anim_toptbot {
  0% {
    transform: translate3d(0, -100px, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
/* Bottom to top keyframes */
@-webkit-keyframes anim_botttop {
  0% {
    -webkit-transform: translate3d(0, 100px, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-moz-keyframes anim_botttop {
  0% {
    -moz-transform: translate3d(0, 100px, 0);
    opacity: 0;
  }
  100% {
    -moz-transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-o-keyframes anim_botttop {
  0% {
    -o-transform: translate3d(0, 100px, 0);
    opacity: 0;
  }
  100% {
    -o-transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes anim_botttop {
  0% {
    transform: translate3d(0, 100px, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
/* Left to right keyframes */
@-webkit-keyframes anim_ltr {
  0% {
    -webkit-transform: translate3d(-100px, 0, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-moz-keyframes anim_ltr {
  0% {
    -moz-transform: translate3d(-100px, 0, 0);
    opacity: 0;
  }
  100% {
    -moz-transform: translate3d(0, 0);
    opacity: 1;
  }
}
@-o-keyframes anim_ltr {
  0% {
    -o-transform: translate3d(-100px, 0);
    opacity: 0;
  }
  100% {
    -o-transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes anim_ltr {
  0% {
    transform: translate3d(-100px, 0, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
/* Right to left keyframes */
@-webkit-keyframes anim_rtl {
  0% {
    -webkit-transform: translate3d(100px, 0, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-moz-keyframes anim_rtl {
  0% {
    -moz-transform: translate3d(100px, 0, 0);
    opacity: 0;
  }
  100% {
    -moz-transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-o-keyframes anim_rtl {
  0% {
    -o-transform: translate3d(100px, 0, 0);
    opacity: 0;
  }
  100% {
    -o-transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes anim_rtl {
  0% {
    transform: translate3d(100px, 0, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
/* Appear from center in keyframes */
@-webkit-keyframes anim_zoomin {
  0% {
    -webkit-transform: scale(0.5);
    opacity: 0.1;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@-moz-keyframes anim_zoomin {
  0% {
    -moz-transform: scale(0.5);
    opacity: 0.1;
  }
  100% {
    -moz-transform: scale(1);
    opacity: 1;
  }
}
@-o-keyframes anim_zoomin {
  0% {
    -o-transform: scale(0.5);
    opacity: 0.1;
  }
  100% {
    -o-transform: scale(1);
    opacity: 1;
  }
}
@keyframes anim_zoomin {
  0% {
    transform: scale(0.5);
    opacity: 0.1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
/* Disappear from center keyframes */
@-webkit-keyframes zoom-reverse {
  0% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.5);
    opacity: 0;
  }
}
@-moz-keyframes zoom-reverse {
  0% {
    -moz-transform: scale(1);
    opacity: 1;
  }
  100% {
    -moz-transform: scale(0.5);
    opacity: 0;
  }
}
@-o-keyframes zoom-reverse {
  0% {
    -o-transform: scale(1);
    opacity: 1;
  }
  100% {
    -o-transform: scale(0.5);
    opacity: 0;
  }
}
@keyframes zoom-reverse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.5);
    opacity: 0;
  }
}

/* Gutenberg */
table {
    text-align: center;
}
table td, table th, .wp-block-table td, .wp-block-table th {
    border: 1px solid #e1e1e1;
    padding: 12px 10px;
}
table.wp-block-table.has-fixed-layout {
    width: auto;
}
img {
    margin: 0 auto;
    display: block;
}
.page-links .post-page-numbers {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    padding: 0;
    color: #333;
    display: inline-block;
    line-height: 40px;
    width: 40px;
    height: 40px;
    text-align: center;
    margin: 0 4px;
}
.page-links .post-page-numbers:hover,
.page-links .post-page-numbers:active,
.page-links .post-page-numbers:focus,
.page-links .post-page-numbers.current {
	color: #fff;
}
.gallery-columns-1 .gallery-item {
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-3 .gallery-item {
	width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	width: 20%;
}
.gallery-columns-5 .gallery-item {
	width: 20%;
}
.gallery-columns-6 .gallery-item {
	width: 16.66667%;
}
.gallery-columns-7 .gallery-item {
	width: 14.28571%;
}
.gallery-columns-8 .gallery-item {
	width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    width: 11.11111%;
}
.wp-block-quote {
    border-left: none;
}
.wp-block-quote cite {
    margin-top: 0;
    position: relative;
    font-style: normal;
    color: #000;
    font-weight: 700;
    font-size: 16px;
	display: block;
}

.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):hover {
    color: #32373c;
}
.wp-block-quote[style*="text-align:right"], .wp-block-quote[style*="text-align: right"] {
    border-right: none;
    padding: 12px 25px 12px 0;
}
.wp-block-quote[style*="text-align:right"]::after, .wp-block-quote[style*="text-align: right"]::after {
    content: "";
    left: inherit;
    right: 0;
}
.wp-block-pullquote blockquote {
    display: inline-block;
}
.wp-block-pullquote blockquote:after {
    content: none;
	background: transparent;
}
.wp-block-button__link:not(.is-style-outline), .wp-block-button__link:not(.has-background) {
	color: #fff;
}
.entry-content > *.wp-block-media-text.alignwide {
    margin-left: auto;
    margin-right: auto;
}
.entry-content > *.alignwide, .entry-summary > *.alignwide, .entry-content > *.alignfull, .entry-summary > *.alignfull {
    margin-left: -20px;
    margin-right: -20px;
    width: auto;
	max-width: none;
}
.wp-block-pullquote {
    margin-bottom: 10px;
}
@media only screen and (max-width: 1168px) {
	img.aligncenter {
    	max-width: calc(6 * (100vw / 12) - 28px);
	}
}
@media only screen and (min-width: 768px) {
	.content-col-full .entry-content > .alignfull, .content-col-full .entry-summary > .alignfull {
		margin-left: calc(50% - 50vw);
		margin-right: calc(50% - 50vw);
		width: auto;
		max-width: 1000%;
	}
	img.aligncenter {
		max-width: calc(8 * (100vw / 12) - 28px);
	}
}
.mejs-container.mejs-audio .mejs-controls .mejs-time-rail {
    direction: ltr;
    padding-top: 10px;
    margin: 0 10px;
    position: relative;
    height: 40px;
}
.mejs-container.mejs-audio .mejs-time-rail .mejs-time-total {
    background: rgba(255,255,255,.33);
    width: 100%;
}
.mejs-container.mejs-audio .mejs-controls .mejs-time-rail .mejs-time-handle {
    display: none;
}
.mejs-container.mejs-audio .mejs-time-loaded {
    background: #fff;
}
.mejs-audio .mejs-controls .mejs-time-rail .mejs-time-loaded {
    background: #fff;
}
.mejs-container.mejs-audio .mejs-controls .mejs-volume-button {
    width: 34px;
}
.mejs-container.mejs-audio .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
    position: absolute;
    left: 0;
    width: 60px;
    height: 8px;
    margin: 0;
    padding: 0;
    font-size: 1px;
    background: rgba(255,255,255,.33);
}
.mejs-container.mejs-audio .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    position: absolute;
    width: 60px;
    height: 8px;
}
.mejs-audio .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
    display: none;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current, .mejs-controls .mejs-time-rail .mejs-time-loaded {
    background: #fff;
}

/* Gutenberg Blockquote Styles */
.wp-block-quote:not(.is-large),
.wp-block-freeform blockquote {
	border-left: none;
}
.wp-block-quote p, blockquote p {
	font-family: georgia;
    font-style: italic;
    font-size: 20px;
    color: #7f7f7f;
}
.wp-block-quote, blockquote {
    color: #767676;
    font-size: 19px;
    font-style: italic;
    font-weight: 300;
    line-height: 1.2631578947;
    margin: 0 0 24px;
	border-left: 4px solid transparent;
	padding: 12px 30px;
	padding-right: 0;
}
.wp-block-cover {
	width: calc(100% - 70px);
    z-index: 1;
    color: #f8f9f9;
}
.wp-block-cover p,
.wp-block-cover strong {
	color: #f8f9f9;	
}
.wp-block-cover strong {
	font-weight: bold;
}
.wp-block-quote.is-large, .wp-block-quote.is-style-large {
	padding-left: 30px;
}
.wp-block-quote:not(.is-large):after, 
.wp-block-freeform blockquote:after {
	height: 100%;
    content: "";
    left: 0;
    width: 3px;
    position: absolute;
    top: 0;
}

.wp-block-quote[style*="text-align:right"]:not(.is-large):after, .wp-block-freeform blockquote[style*="text-align:right"]:after {
	left: auto;
    right: 0;
}
.wp-block-quote.is-style-large cite {
    text-align: inherit;
}
.wp-block-quote.is-large cite, .wp-block-quote.is-large footer, .wp-block-quote.is-style-large cite, .wp-block-quote.is-style-large footer {
	text-align: inherit;
}
ul.wp-block-categories li {
    list-style: none;
}