﻿/*
 DOCUMENT INFORMATION
   - Document: CleanLab WordPress Theme
   - Version:  1.0.0
   - Author:   ThemeFuzz
*/

/* ============ TOC ============
- ===GLOBAL===
   - Typography
   - LISTS
   - TABLES
   - INPUTS
- ===Buttons
- === HELPERS
   - Padding/Margin/Colors
- === ALL HEADER (Top bar, Info card, menu, responsive menu)
   - TOP BAR
   - MISC
   - HEADER
   - Logo
   - InfoCard
   - Header Style 2
   - Header Style 3
   - Header Style 4
   - Header Style 5 (Transparent)
   - Info card
   - Menu
      - FIRST LEVEL
      - FIRST SUB-LEVEL
      - REST OF SUB-LEVELS
      - ACTIVE MENUS
      - MEGAMENU OVERRIDES
      - ANIMATIONS
      - MENU BADGES
      - Responsive Menu
      - RESPONSIVE SUBMENUS
   - Search
- ===SUB HEADER===
   - TITLE AND BREADCRUMB
   - GENERAL FOR OTHER STYLES
   - BREADCRUMBS
   - CONTENT
- ===BLOG===
   - Link post
   - AUTHOR IMAGE
   - PAGINATION
   - TIMELING BLOG
   - MASONRY BLOG
   - POST AUTHOR
   - COMMENT FORM
- ===PORTFOLIO===
   - PORTFOLIO ARCHIVE
   - ZN LIKE FUNCTIONALITY
   - Project Carousel
   - PORTFOLIO RELATED
- ===FOOTER===
   - Footer
   - Back to top button
- ===WIDGETS===
   - Sidebar
   - SOCIAL COPYRIGHT
   - MENU WIDGET , PAGES WIDGET
   - CALENDAR WIDGET
   - CATEGORIES WIDGET
   - TAG CLOUD
   - WIDGET RECENT ENTRIES
   - RECENT COMMENTS
   - Advertisment
   - LATEST POSTS WIDGET
   - SEARCH WIDGET
   - DEFAULT SEARCH FORM
   - Img/Banner Ad widget
- ===404 PAGE===
- ===REVOLUTION SLIDER===
- === Shortcodes
- ===PAGEBUILDER ELEMENTS===
   -Common styles
      -owl-carousel buttons
         -overTop
         -sideNav
         -hollowNav
         -solidNav
         -solidNav2
   - Icon Box 1
   - Icon Box 2
   - Icon Box 3
   - Latest posts 1 (News boxes)
   - Latest posts 2
   - Latest posts 3
   - Latest posts slider 1 (Big slider)
   - Latest posts slider 2 (Small slider)
   - Image Gallery
   - Featured post
   - Call to action
   - Call to action 2
   - Image Box
   - Text Box
   - Text List
   - Icon List
   - Icon List 2
   - Separator
   - Custom Lightbox
   - Portfolio style 1 & 2
   - Home Portfolio
   - Portfolio slider
   - Team Members
   - Team Members 2
   - Member Box
   - Subscribe
   - Image carousel
   - Image
   - Testimonial box
   - Testimonials Slider 1
   - Testimonial Slider 2
   - Testimonials List
   - Tab list
   -  Image Slider
   - Image Slider 2
   - Progress Bar 1 (Circle)
   - Progress List
   - Number Box
   - Pricing Table Box
   - Full Page Slider
   - Collapsible List
   - Custom Container
- === Coming Soon Page
- === Maintenance Page
- === WORDPRESS SHARED STYLES
- ===JAVAScRIPT PLUGINS===
   - OWL Carousel

============ END TOC ============ */


/*#region ===GLOBAL=== */
body { font-size: 13px; line-height: 22px; }
a { font-weight: 500; }
a, a:hover,  a:focus { outline: none;text-decoration: none }
#page-wrapper {position: relative;overflow: hidden;width: 100%;}
.sidebar_left {float:right;}

/* Typography */
h1, h2, h3, h4, h5, h6 { margin-top: 0; margin-bottom: 20px; }
h1 { font-weight: 300; font-size: 34px; line-height: 40px; }
h2 { font-weight: 300; font-size: 30px; line-height: 35px; }
h3 { font-weight: 300; font-size: 28px; line-height: 32px; }
h4 { font-weight: 300; font-size: 26px; line-height: 30px; }
h5 { font-weight: 300; font-size: 24px; line-height: 30px; }
h6 { font-weight: 300; font-size: 22px; line-height: 28px; }


p { margin-bottom: 20px; }
iframe { max-width: 100%; height: auto; }
code {font-family: Monaco, "Andale Mono", "Courier New", Courier, monospace; background: none; }
legend { border:none;color: inherit; margin-bottom: 10px; }
blockquote { padding: 20px; font-size: 28px; line-height: 40px; }


/* LISTS */
ul, ol { margin-bottom: 20px; padding: 0; }
ul { list-style: disc inside; }
ol { list-style: decimal; margin-left: 15px; }
ul ul, ul ol, ol ol, ol ul { margin: 4px 0 5px 30px;  }
ul ul li, ul ol li, ol ol li, ol ul li { margin-bottom: 6px; }

/* TABLES */
table {
   width: 100%;
   padding: 0;
   margin: 0 0 20px 0;
   font-size: 13px;
}

table caption {
   padding: 0 0 5px 0;
   width: auto;
   font-style:italic;
   text-align: right;
   font-size: 12px;
}

th {
   font-weight:bold;
   letter-spacing: 1.5px;
   text-transform: uppercase;
   text-align: left;
   padding: 9px 12px;
   border-style: solid;
   border-width: 1px;
   border-left-width:0;
   border-top-width:0;
}

td {
   font-size: 13px;
   padding: 9px 12px;
   border-style: solid;
   border-width: 1px;
   border-left-width:0;
   border-top-width:0;
}

tr th:first-child, tr td:first-child{
   border-left-style: solid;
   border-left-width: 1px;
}

tr:first-child th, tr:first-child td{
   border-top-style: solid;
   border-top-width: 1px;
}


/* INPUTS */
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
textarea,
select {
   border: 1px solid;
   border-color:inherit;
   outline: none;
   border-radius: 3px;
   background-clip: padding-box;
   margin-bottom: 15px;
   width: 100%;
   padding: 9px 15px;
   font-weight: 400;
}

input[type=date]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=email]:focus,
input[type=month]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=week]:focus,
textarea:focus,
select:focus {
   border-color: inherit;
   box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(104, 104, 104, 0.19);
}

label { margin-right: 10px; }

input[type=week], input[type=date], input[type=datetime-local], input[type=month], input[type=time] { line-height: 1; }
input[type="checkbox"] { -webkit-appearance: none; height: 13px; width: 13px; cursor: pointer; -webkit-transition: .15s; -moz-transition: .15s; -o-transition: .15s; transition: .15s; border-style: solid; border-width: 1px; outline: none; }
input[type="checkbox"]:focus, input[type="checkbox"]:checked { outline: none;}
select {width: auto;}

/*#endregion*/

/*#region Buttons */
.btn, input[type=submit], input[type=reset], button {
   border: none;
   cursor: pointer;
   display: inline-block;
   letter-spacing: 1px;
   outline: none;
   position: relative;
   white-space: initial;
   -webkit-transition: all 0.3s;
   -moz-transition: all 0.3s;
   transition: all 0.3s;
   border-radius: 4px;
   padding: 13px 40px;
   font-weight: 300;
   margin-bottom: 15px;
}

.btn:active { border: none; }
/*
.btn-2, input[type=submit], input[type=reset], input[type=file] { background: #ff525e; color: #fff; box-shadow: 0 6px #d84852; -webkit-transition: none; -moz-transition: none; transition: none; }
.btn-2:hover, input[type=submit]:hover, input[type=reset]:hover, input[type=file]:hover, { box-shadow: 0 4px #d84852; top: 2px; color: #fff; }
.btn-2:active, input[type=submit]:active, input[type=reset]:active, input[type=file]:active, { box-shadow: 0 0 #ab3c3c; top: 6px; border: none; }
.btn-2:focus, input[type=submit]:focus, input[type=reset]:focus, input[type=file]:focus, { outline: none; }
*/
/*.btn-default, input[type=submit], button { border-radius: 4px; font-weight: 300; border: none; color: #fff; padding: 13px 40px; -webkit-transition: background-color 60ms ease-in; -moz-transition: background-color 60ms ease-in; -o-transition: background-color 60ms ease-in; -ms-transition: background-color 60ms ease-in; transition: background-color 60ms ease-in; }
input[type=submit]:hover, .input[type=submit]:focus, .input[type=submit]:active { color: #333; background-color: #E6E6E6; border-color: #ADADAD; }

.btn-default:focus { outline: none !important; border: 0; }
.btn-default2 { padding: 12px 31px; }

.btn-sm { cursor: pointer; display: inline-block; position: relative; color: #fff; border: none; border-radius: 4px; height: 31px; width: 35px; font-size: 15px; line-height: 23px; outline: none; margin-left: -10px; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; }

.btn-small { background: #ff525e; box-shadow: 0 4px #d84852; -webkit-transition: none; -moz-transition: none; transition: none; }
.btn-small:hover { top: 2px; box-shadow: 0 2px #d84852; }
.btn-small:active { box-shadow: 0 0 #ab3c3c; top: 4px; }*/

.zn_btn_3d { font-weight:400; cursor:pointer; -webkit-transition: none; -moz-transition: none; -o-transition: none; transition: none;}
.zn_btn_3d:hover { top: 2px; }
.zn_btn_3d:active { top: 4px; }

.zn_btn_simple { margin: 0; border-radius: 0; padding: 0; font-weight: 500; font-size: inherit; letter-spacing: inherit; background-color:transparent;}

/*#endregion*/

/*#region HELPERS */
/* Padding/Margin/Colors */
.center { text-align: center; }
.left { text-align: left; }
.right { text-align: right; }
.fleft { float: left; }
.fright { float: right; }
.inline-block { display: inline-block; }
.block { display: block; }
.italic { font-style: italic; }
.rounded { border-radius: 50%; }
.width100 { width: 100%; }
.thin-shadow { box-shadow: 0 1px 1px rgba(0,0,0,0.15); }
.relative { position: relative !important; }
.weight300 { font-weight: 300; }
.size20 { font-size: 20px; }
.reset-list, .reset-list ul, .reset-list ol { margin: 0; padding: 0; list-style: none; }
.ptop5 { padding-top: 5px; }
.ptop50 { padding-top: 50px; }
.ptop100 { padding-top: 100px; }
.pbottom50 { padding-bottom: 50px; }
.pbottom70 { padding-bottom: 70px; }
.pbottom80 { padding-bottom: 80px; }
.pright0 { padding-right: 0; }
.pright30 { padding-right: 30px; }
.pleft0 { padding-left: 0; }

.mauto { margin: 0 auto; }
.m0 { margin: 0 !important; }
.mtop5 { margin-top: 5px; }
.mtop20 { margin-top: 20px; }
.mtop25 { margin-top: 25px; }
.mtop30 { margin-top: 30px; }
.mtop40 { margin-top: 40px; }
.mtop50 { margin-top: 50px; }
.mtop70 { margin-top: 70px; }
.mtop100 { margin-top: 100px !important; }
.mtop106 { margin-top: 106px !important; }
.mbottom5 { margin-bottom: 5px; }
.mbottom10 { margin-bottom: 10px; }
.mbottom15 { margin-bottom: 15px; }
.mbottom20 { margin-bottom: 20px !important; }
.mbottom25 { margin-bottom: 25px !important; }
.mbottom30 { margin-bottom: 30px !important; }
.mbottom35 { margin-bottom: 35px; }
.mbottom40 { margin-bottom: 40px !important; }
.mbottom50 { margin-bottom: 50px !important; }
.mbottom60 { margin-bottom: 60px; }
.mbottom70 { margin-bottom: 70px; }
.mbottom80 { margin-bottom: 80px; }
.mbottom90 { margin-bottom: 90px; }
.mbottom100 { margin-bottom: 100px; }
.mleft5 { margin-left: 5px; }
.mleft10 { margin-left: 10px; }
.mleft20 { margin-left: 20px; }
.mleft30 { margin-left: 30px; }
.mleft50 { margin-left: 50px; }
.mleft60 { margin-left: 60px; }
.mleft80 { margin-left: 80px; }
.mleft85 { margin-left: 85px; }
.mleft90 { margin-left: 90px; }
.mleft160 { margin-left: 160px; }
.mleft240 { margin-left: 240px; }
.mright5 { margin-right: 5px; }
.mright10 { margin-right: 10px; }
.mright25 { margin-right: 25px; }
.mleft230 { margin-left: 230px; }
.mright15 { margin-right: 15px; }

.zn-table { display: table; width: 100%; }
.zn-td { display: table-cell; vertical-align: middle; }

.animation, .animate { -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; }
.animateFast { -webkit-transition: all 0.1s ease-in-out; -moz-transition: all 0.1s ease-in-out; -o-transition: all 0.1s ease-in-out; transition: all 0.1s ease-in-out; }
.separator { display: block; border-width: 1px; border-style:solid; }

/*#endregion*/

/*#region ALL HEADER (Top bar, Info card, menu, responsive menu)*/
/* ===TOP BAR=== */
.slide { border-top-style: solid; border-top-width: 4px; }
.slide span { font-size: 13px; padding: 6px; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; position: absolute; right: 14px; line-height: 6px; z-index: 1002; }
#panel {  display: none; }
#panel ul { list-style: none; margin: 0; padding: 0; }
#panel ul a { font-weight: inherit; }
#panel ul.info-left li { float: left; margin-right: 15px; border-right: solid 1px; padding:0 15px; margin: 8px 0; }
#panel ul.info-left li:first-child { padding-left: 0; }
#panel ul.info-left li:last-child { border-right: 0; }
#panel ul.info-left li p { display: inline-block; margin-bottom: 0; }
#panel ul.info-left li span { margin-right: 5px; }
#panel ul.info-right li { display: inline-block; width: 26px; height: 24px; text-align: center; border-radius: 50%; margin: 8px 7px 8px 0;}
#panel ul.info-right li:last-child { margin-right: 0; }
#panel ul.info-right li span { margin-left: 1px; line-height: 24px; }
#panel ul.info-right li a { display: block; line-height: 26px; }

/*== MISC ==*/
.zn_page_preloader { top: 0; left: 0; right: 0; bottom: 0; background-color: #fff; z-index: 999999; position: fixed; }
.zn_page_preloader > div {width: 200px; height: 200px; position: absolute; left: 50%; top: 50%; background-image: url(../images/preload.gif); background-repeat: no-repeat; background-position: center; margin: -100px 0 0 -100px; }
body.zn_boxed_layout #page-wrapper, body.zn_boxed_layout #header  { max-width:1200px; margin:0 auto; box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }


/* ===HEADER=== */
#header { position: fixed; top: 0; -moz-transition: top 0.2s ease-in-out; -o-transition: top 0.2s ease-in-out; -webkit-transition: top 0.2s ease-in-out; transition: top 0.2s ease-in-out; width: 100%; -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); z-index: 1001; }

/* Do not follow header */
#header.zn_do_not_follow { position: relative; }
#header.zn_do_not_follow.header5 { position: absolute; }
.admin-bar header#header.zn_do_not_follow { margin-top: 0; }

#header.zn_do_not_hide_small .zn-header-icon, #header.zn_do_not_hide_small #main-menu>ul>li>a, #header.zn_do_not_hide_small #logo a {  -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; -ms-transition: all 0.4s ease-out; -o-transition: all 0.4s ease-out; transition: all 0.4s ease-out;  }
#header.zn_header_smaller .zn-header-icon, #header.zn_header_smaller #main-menu>ul>li>a, #header.zn_header_smaller #logo a { height: 80px;line-height: 80px; }
#header.nav-up { top: -100%; }
#header.nav-down { top: 0; }
.admin-bar header#header { margin-top: 32px; }
.zn_main_header_container { float: left;width: 100%; }



/* Logo */
h1#logo, h3#logo { margin: 0; font-size: 18px; line-height: 1; }
#logo { display: block;}
#logo a { display: block;font-size: 0;padding: 5px 0; -webkit-transform-style: preserve-3d; -moz-transform-style: preserve-3d; transform-style: preserve-3d; }

#logo img {display: block; width: auto; height: auto; max-height: 100%; position: relative; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
#logo .only-transparent { display: none; }

/* InfoCard */
.logo-container { z-index: 1001;position: relative; float: left;}
.logo-container.hasinfocard_img:before { content: ""; background:url(../images/hoverme.png) no-repeat center center; width: 98px; height: 35px; right: 100%; position: absolute; top: 50%; margin-top: -18px; }
#infocard { top: 100%; position: absolute; margin-top: 20px; width: 440px; padding: 30px 20px 25px; border-radius: 2px; font-size: 12px; display: block; visibility: hidden; opacity: 0; box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4); -webkit-transition: all 0.15s ease-out; -moz-transition: all 0.15s ease-out; -ms-transition: all 0.15s ease-out; -o-transition: all 0.15s ease-out; transition: all 0.15s ease-out; -webkit-transition-delay: .3s; -moz-transition-delay: .3s; -ms-transition-delay: .3s; -o-transition-delay: .3s; transition-delay: .3s; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; backface-visibility: hidden; }
#infocard img { max-width: 100%; height: auto; }
.logo-container.hasinfocard:hover #infocard {  visibility: visible; opacity: 1; margin-top: 10px; -webkit-transition-delay: 0s; -moz-transition-delay: 0s; -ms-transition-delay: 0s; -o-transition-delay: 0s; -transition-delay: 0s; }

/* Header Style 2 */
.header2 .btn-slide {display: none;}
.header2 #panel { display: block;}
.header2 .slide { border-top: 0;}
.header2 .zn-res-menuwrapper { text-align: right !important; margin-right: 80px;}

/* Header Style 3 */
.header3, .header4 { text-align: center; }
#header.header3 .zn-header-icon, #header.header3 #main-menu>ul>li>a, #header.header4 .zn-header-icon, #header.header4 #main-menu>ul>li>a  { height: 49px; line-height: 49px; }
#header.header3 #main-menu, #header.header4 #main-menu { float: none; display: inline-block; vertical-align: bottom; }
.header3 .logo-container, .header4 .logo-container { float: none;display: inline-block;vertical-align: bottom;position: relative;}
.header3 .zn-menu-container, .header4 .zn-menu-container  { float: none; margin-right: 65px;margin: 0;  }
.header3 #main-menu ul ul li a, .header4 #main-menu ul ul li a { text-align: left;}
.header3 #infocard, .header4 #infocard { left: 50%;-webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%);}

/* Header Style 4 */
.header4 #panel { display: block;}
.header4 .btn-slide { display: none;}

/* Header Style 5 (Transparent) */
.header5:not(.fillbg) { background-color: transparent !important; box-shadow: none; border-bottom: solid 1px rgba(255, 255, 255, 0.36);}
.header5:not(.fillbg) #main-menu > ul > li > a { color: #fff !important; font-size: 15px; font-weight: 600;}
.header5:not(.fillbg) #main-menu > ul > li.has-sub > a:hover { color: #D3D3D3;}
.header5:not(.fillbg) #main-menu > ul > li.active > a { color: #D3D3D3;}
.header5:not(.fillbg) .searchPanel span, .header5:not(.fillbg) .zn_header_dropdown span.zn_header_dropdown_trigger, .header5:not(.fillbg) #cart span { color: #fff;}
.header5:not(.fillbg) #logo .only-transparent { display: block; }
.header5:not(.fillbg) .non-transparent { display: none;}
.header5:not(.fillbg) .zn-res-menuwrapper .zn-res-trigger:after {box-shadow: 0 8px 0 #fff, 0 16px 0 #fff; background: #fff; }


.info-social {padding: 0;margin: 0; }

#infocard .zn_info_right , #infocard .zn_info_left { font-size: 12px; line-height: 20px; }
#infocard .info-social .zn_get_social { font-size: 15px; text-transform: uppercase; }
#infocard .info-social li { display: inline-block; margin-right: 20px; }
#infocard .info-social li:first-child { margin-right: 0; }
#infocard .info-social li:last-child { margin-right: 0; }
#infocard .info-social li span { font-size: 18px; }

/* Menu */
#main-menu { margin-right: 40px; position: relative; font-size: 14px; float: right; }
#main-menu ul { list-style: none; padding: 0; margin: 0; line-height: 1; }
#main-menu ul li { position: relative; margin-bottom: 0; }
#main-menu ul li a { display: block; font-weight: 400;  }

/* FIRST LEVEL */
#main-menu > ul > li { float: left; }
#main-menu > ul > li > a { padding: 0px 20px;  text-transform: uppercase; }

/* FIRST SUB-LEVEL */
#main-menu ul ul.sub-menu ul { top: 100%; }
#main-menu ul ul.sub-menu li a:not(:only-child):after { position: absolute; top: 50%;margin-top:-6px; right: 10px; font-family: 'icomoon'; speak: none; -webkit-font-smoothing: antialiased; content: "\f105"; font-size: 12px; }
#main-menu ul ul.sub-menu li a { min-width: 230px; border-bottom-width: 1px; border-bottom-style: solid; padding: 12px 20px; font-size: 14px; }

/* REST OF SUB-LEVELS */
#main-menu ul ul.sub-menu { position: absolute;  }
#main-menu ul ul.sub-menu li:hover > ul  { left: 100%; top: -3px; opacity: 1; }

/* ACTIVE MENUS */
#main-menu ul ul.sub-menu li.current-menu-item > a,
#main-menu ul ul.sub-menu li.current-menu-ancestor > a { border-right-style: solid; border-right-width: 3px; }

/* MEGAMENU OVERRIDES */
#main-menu .zn_mega_container { box-shadow:0 5px 5px rgba(0, 0, 0, 0.04); position: absolute; padding: 20px 10px;  }
#main-menu .zn_mega_container li a { padding: 5px 20px; }
#main-menu .zn_mega_container li a:before {content: " ";  width: 4px; height: 4px; display: block; position: absolute; left: 0px; top: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; margin-top: -2px; }
#main-menu .zn_mega_container li a.zn_mega_title:before {display: none;}
#main-menu .zn_mega_container .zn_mega_title_hide {display: none;}
#main-menu .zn_mega_container li a.zn_mega_title,#main-menu div.zn_mega_container ul li:last-child > a.zn_mega_title { font-size: 14px; padding-left: 0;padding-right: 0;border-bottom-width:1px;border-bottom-style: solid;padding: 12px 0px;margin-bottom: 15px; }
#main-menu .zn_mega_container .zn_mega_row_start { margin-top: 20px;}

/* ANIMATIONS */
#main-menu ul ul.sub-menu, #main-menu .zn_mega_container { left: -9999px; top: 120%; opacity: 0;  visibility: hidden; -webkit-transition: opacity .4s ease, top .45s ease; -moz-transition: opacity .4s ease, top .45s ease; -ms-transition: opacity .4s ease, top .45s ease; -o-transition: opacity .4s ease, top .45s ease; transition: opacity .4s ease, top .45s ease; }
#main-menu ul li:hover > ul, #main-menu ul li:hover > .zn_mega_container { left: auto; top:100%;  opacity: 1;visibility: visible; z-index: 100; }

#main-menu ul ul li a { -webkit-transition: padding-left .35s ease,  border-right .35s ease; -moz-transition: all .35s ease,  border-right .35s ease; -ms-transition: padding-left .35s ease,  border-right .35s ease; -o-transition: padding-left .35s ease, border-right .35s ease; transition: padding-left .35s ease, border-right .35s ease;  }
#main-menu ul ul li:hover > a { padding-left: 25px; }

#main-menu ul ul li.current-menu-parent:hover, #main-menu ul ul li.current-menu-item:hover { border-right: 0; }


/* MENU BADGES */
#main-menu ul .zn-mega-new-item {position: absolute; line-height: 1; padding: 5px; top: 50%; left: 0; font-size: 12px; margin-top: -35px; text-transform: initial; }
#main-menu ul .zn-mega-new-item:before {content: ""; display: block; position: absolute; border: 5px solid transparent; bottom: -5px; left: 0; }
#main-menu ul ul .zn-mega-new-item { left: auto;right: 18px; top: 9px;margin-top: 0; }
#main-menu ul ul .zn-mega-new-item:before { display: none; }
#main-menu .zn_mega_container ul .zn-mega-new-item { font-size: 10px; top: 2px; right: 3px; position: relative; float: right; }

/* Responsive Menu */
.zn-res-menuwrapper {display: block;float: right; }
#zn-res-menu .zn-mega-new-item {display: none; }
.zn-res-menuwrapper .zn-res-trigger { vertical-align: middle; position: relative; display: inline-block; width: 25px; margin-right: 20px;}
.zn-res-menuwrapper .zn-res-trigger:after { content: ''; position: absolute; width: 25px; height: 4px; top: 50%;margin-top: -10px; background: #3d3d3d; border-radius: 4px; left: 0; box-shadow: 0 8px 0 #3d3d3d, 0 16px 0 #3d3d3d; }
#zn-res-menu, #zn-res-menu ul, #zn-res-menu li { padding: 0;margin: 0; list-style: none;}
#zn-res-menu * {-webkit-backface-visibility: hidden;}
.zn_res_menu_visible #zn-res-menu ,.zn_res_menu_visible #zn-res-menu li ul.sub-menu,.zn_res_menu_visible #zn-res-menu li div.zn_mega_container {
   display: block;
}
#zn-res-menu , #zn-res-menu li ul.sub-menu, #zn-res-menu li div.zn_mega_container {
   right: 0;
   top:0;
   position: absolute;
   width: 100%;
   height: 100%;
   background: #fff;
   overflow: hidden;
   z-index: 10000;
   -webkit-backface-visibility: hidden;
   -webkit-overflow-scrolling: touch;
   -ms-transform: translate(100%, 0);
   -webkit-transform: translate3d(100%, 0, 0);
   -moz-transform: translate3d(100%, 0, 0);
   -ms-transform: translate3d(100%, 0, 0);
   -o-transform: translate3d(100%, 0, 0);
   transform: translate3d(100%, 0, 0);
   -webkit-transition: -webkit-transform 500ms ease;
   -moz-transition: -moz-transform 500ms ease;
   -ms-transition: -ms-transform 500ms ease;
   -o-transition: -o-transform 500ms ease;
   transition: transform 500ms ease;
   -webkit-transform-style: preserve-3d;
   -moz-transform-style: preserve-3d;
   -ms-transform-style: preserve-3d;
   -o-transform-style: preserve-3d;
   transform-style: preserve-3d;
   display: none;
}

#zn-res-menu.zn-menu-visible, #zn-res-menu ul.zn-menu-visible.sub-menu, #zn-res-menu li div.zn-menu-visible {
   -ms-transform: translate(0%, 0);
   -webkit-transform: translate3d(0%, 0, 0);
   -moz-transform: translate3d(0%, 0, 0);
   -ms-transform: translate3d(0%, 0, 0);
   -o-transform: translate3d(0%, 0, 0);
   transform: translate3d(0%, 0, 0);
}

#zn-res-menu .zn_mega_container { padding-left: 0; padding-right: 0; }
#zn-res-menu .zn_mega_title  { margin-right: 0; text-align: center; }

#zn-res-menu li { position: initial; border-bottom: 1px solid;border-bottom-color: inherit; }
#zn-res-menu .zn_mega_container { width: 100%; }
#zn-res-menu .zn_mega_container li { width: 100%;float: none; }
#zn-res-menu li a {padding: 13px 28px; display: block;margin-right: 49px; font-weight: 400; }

/* RESPONSIVE SUBMENUS */
#zn-res-menu a {cursor: pointer;}
#zn-res-menu  .zn_res_has_submenu > span,#zn-res-menu .zn_res_menu_go_back > span {position: absolute; right: 0; width: 49px; height: 49px; border-left: 1px solid;border-left-color: inherit; line-height: 49px; vertical-align: middle; text-align: center;cursor: pointer;}
#zn-res-menu .zn_res_menu_go_back > a { text-align: center; padding-right: 0;padding-left: 49px; }
#zn-res-menu .zn_res_menu_go_back > span {left: 0;right: auto;border-left: none;border-right: 1px solid;border-right-color: inherit;}

/* Search */
.searchPanel { position:relative; float: right; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }
.searchPanel span { cursor: pointer; font-size: 15px; }
.searchPanel .searchForm { display: none; opacity: 0; position: absolute; right: -30px; top: 30px; width: 260px; z-index: 999; margin-top: 11px; }
.searchPanel .searchForm:before { content: ' '; border: 11px solid transparent; border-bottom-color: #ddd; position: absolute; top: -22px; right: 15px; }
.searchPanel .searchForm:after, .searchPanel .searchForm:before { bottom: 40px; right: 25px; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; }
.searchPanel .searchForm:after { border-color: rgba(255, 255, 255, 0); border-bottom-color: #fff; border-width: 11px; margin-left: -11px;  top:-21px;}
.searchPanel .searchForm:before { border-color: rgba(221, 221, 221, 0); border-width: 11px; margin-left: -12px;  }
.searchPanel .searchForm.active { display: block; opacity: 1; top: 100%; right: -30px; }

/* WPML LANGUAGE SWITCHER */
.zn_language_switcher { padding-left:20px; float: right; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }
.zn_language_switcher .zn_header_dropdown_holder { border-radius: 3px; padding: 0; list-style: none; border-width: 1px; border-style:solid;}
.zn_language_switcher .zn_header_dropdown_holder li img { margin-right: 10px; }
.zn_language_switcher .zn_header_dropdown_holder li a { padding: 5px 10px; display: block; }
.zn_language_switcher .zn_header_dropdown_holder li a > * { display: inline;vertical-align: middle; }

.zn_header_dropdown .zn_header_dropdown_trigger { cursor: pointer; }
.zn_header_dropdown .zn_header_dropdown_holder { display: none; opacity: 0; position: absolute; right: 0px; top: 30px; min-width: 100px; z-index: 999; margin-top: 11px; }

.zn_header_dropdown .zn_header_dropdown_holder:before { content: ' '; border: 11px solid transparent; border-bottom-color: #ddd; position: absolute; top: -22px; right: 15px; }
.zn_header_dropdown .zn_header_dropdown_holder:after, .zn_header_dropdown .zn_header_dropdown_holder:before { bottom: 40px; right: 25px; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; }
.zn_header_dropdown .zn_header_dropdown_holder:after { border-color: rgba(255, 255, 255, 0); border-bottom-color: #fff; border-width: 11px; margin-left: -11px;  top:-21px;}
.zn_header_dropdown .zn_header_dropdown_holder:before { border-color: rgba(221, 221, 221, 0); border-width: 11px; margin-left: -12px;  }

.zn_header_dropdown .zn_header_dropdown_holder.active {  display: block; opacity: 1; top: 100%; right: 20px; }


/*#endregion ALL HEADER*/

/* ===SUB HEADER=== */
#sub-header { padding: 15px 0; }
.breakingnews-date { float: left; background: rgba(255, 255, 255, 0.25); padding: 5px 10px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }
.breakingnews-title { float: left; padding: 5px 15px; }

/* ===TITLE AND BREADCRUMB=== */
.zn-no-titlebar { margin-bottom:49px; height:1px; }
.header-breadcrumb { padding: 70px 0; margin-bottom:50px;}
.header-breadcrumb ul { text-align:right; display: inline-block; background: #000; padding: 5px 0px; float: right;}
.header-breadcrumb ul li { display:inline; font-size: 15px; line-height: 34px; }
.header-breadcrumb .section-title { margin-bottom: 0; font-size: 30px; line-height: 40px; }

/* DEFAULT */
.header-breadcrumb.default_title_bar { padding: 12px 0; }
.header-breadcrumb.default_title_bar ul { float: right; background: none; }
.header-breadcrumb.default_title_bar ul li:last-child { margin-right: 0; }
.header-breadcrumb.default_title_bar .section-title { font-size: 22px; line-height: 35px; }
.page_content .header-breadcrumb.default_title_bar .breadcrumbs li:after {color: inherit; }

/* GENERAL FOR OTHER STYLES */
.header-breadcrumb.bg_title_center { display: block; text-align: center; }
.header-breadcrumb.bg_title_center ul {text-align: center; float: none; }
.header-breadcrumb.bg_title_center div.zn-table > div.zn-td { display: block; }
.header-breadcrumb.bg_title_center .zn_title_and_desc { margin-bottom: 25px; }

.header-breadcrumb.bg_title_center ul, .header-breadcrumb.bg_title_left ul { padding: 0 25px;  }

/* BREADCRUMBS */
.breadcrumbs li a { font-weight: normal; }
.breadcrumbs li:after { content: "/"; margin: 0 10px; }
.breadcrumbs li:last-child:after { display: none; }

/* ===CONTENT=== */


/*#region ===BLOG=== */
.blog-post { position: relative; margin-bottom: 50px; }
.blog-post .post-head h2, .blog-post .post-head h2 a, .blog-post .post-head h1, .blog-post .post-head h1 a {  font-size: 25px; font-weight: 300; line-height: 35px; margin-bottom: 10px; }
/*.blog-post .post-head b { font-weight: normal; }*/
.blog-post .post-head span a { font-weight: normal; }
.blog-post .post-content .entry-content p { font-size: 17px; line-height: 22px; }
.blog-post .post-head .zn_like_heart { margin-left: 10px; }
.blog-post .article_content img { max-width: 100%; height: auto; width: 100% \9; }

/** Paginated blog post **/
.zn_post_pagination { font-weight: 700; font-size: 14px; }
.zn_post_pagination a { font-weight: 400; }

.zn_owl_carousel .owl-buttons .owl-prev i { color: #505050; padding: 9px 15px; position: absolute; right: 45px; top: 5px; font-size: 16px; background: #fff; }
.zn_owl_carousel .owl-buttons .owl-next i { color: #505050; padding: 9px 15px; position: absolute; right: 5px; top: 5px; font-size: 16px; background: #fff; }

.blog-post .testimonials5 .item { padding: 30px 25px; border-radius: 4px; }
.blog-post .testimonials5 blockquote { font-size: 20px; line-height: 30px; font-weight: 300; margin-bottom: 20px; padding: 0; border-left: none; }
.blog-post .testimonials5 blockquote:before { content: "\e71d"; font-family: 'icomoon'; margin-right: 15px; float: left; }

/* Link post */
.blog-post .post-link-attachment { padding: 50px 40px; margin-bottom: 10px; position: relative; }
.blog-post .post-link-attachment span, .post-link-attachment a { font-size: 24px; font-weight: 300; line-height: 33px; }
.blog-post .post-link-attachment a { text-decoration: underline; display: block;margin-left: 55px; }
.blog-post .post-link-attachment span { font-size: 26px; position: absolute;top: 50%;margin-top: -13px; }

a.more-link { font-size: 13px; }
a.more-link:before {content: " "; display: block; clear: both; width: 100%; margin-bottom: 20px; }

/* AUTHOR IMAGE */
.blog-posted .avatar {float: left;margin-right: 25px;}


/* PAGINATION */
.pagination { display: inline-block; }
.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus,.pagination>li>a, .pagination>li>span, .pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover {background: transparent;}
.pagination li a { border: solid 1px; }
.pagination li a:hover {  }

/* TIMELING BLOG */
.blog-post.blog-post.archive_timeline .zn_timeline_date {position: absolute; right: 100%; top: 0; min-width: 110px; padding: 5px; border-radius: 5px; text-align: center; margin-right: 10px; font-weight: 700; }

/* MASONRY BLOG */
.blog-post.archive_masonry { margin-bottom: 30px; }
.blog-post.archive_masonry .zn-article-inner { border:1px solid; border-color:inherit; border-radius: 4px; }
.blog-post.archive_masonry .mediaContainer  { margin: 0 !important; }
.blog-post.archive_masonry .article_content { padding: 20px; }
.blog-post.archive_masonry h2.article_title { margin-bottom: 20px; }
.blog-post.archive_masonry .article_title, article.archive_masonry .article_title a { font-size: 16px;line-height: 24px; font-weight: 400; }
.blog-post.archive_masonry .entry-content p { font-size:13px; font-weight: 300; line-height: 19px; }

.zn_section_size.full_width .zn-masonry-blog-container { width: 98%; margin: 0 auto;}

.blog-post.format-quote.archive_masonry .zn-article-inner { border:none; }
.blog-post.format-quote.archive_masonry .article_content { padding: 0; }

.blog-post.format-link.archive_masonry .post-link-attachment { padding: 0; }
.blog-post.format-link.archive_masonry .post-link-attachment > span { display: block; text-align: center; margin-bottom: 20px; position: relative; margin-top: 0; }
.blog-post.format-link.archive_masonry .post-link-attachment > a { margin-left: 0; }

/* POST AUTHOR */
.blog-posted p { margin-top: 15px; font-size: 16px; }

/* COMMENT FORM */
#commentform { margin: 0 -15px; }
#commentform > p { min-height: 1px; padding-right: 15px; padding-left: 15px; }
#commentform .comment-form-author, #respond .comment-form-email { width: 50%; float: left; }
/*.comments-area span { color: #161616; }*/
.comment header, .comment header a { font-size: 13px; font-weight: normal; }
.comment header img { margin-bottom: 10px; }
.comments-area ul { list-style: none; padding: 0; }
.comments-area .comment-content p { font-size: 18px; margin-top: 15px; }
.comments-area ul.comments-list li ul.children { margin-left: 80px; }
.form-allowed-tags code {background: transparent; color: inherit; font-style: italic;}
/* SET NESTING TO MAXIMUM 4 COMMENTS */
.comments-area ul.comments-list ul.children ul.children ul.children ul.children { margin-left: 0px; }

/*#endregion BLOG*/

/*#region ===PORTFOLIO=== */

/* PORTFOLIO ARCHIVE */
.zn-portfolio-wrapper .zn-portfolio-container { margin-top: 80px; }
.zn-portfolio-wrapper .zn-portfolio-filters { text-align: right; }

.zn-portfolio-wrapper article { margin-bottom: 30px;  }

.zn-portfolio-wrapper article img { -moz-border-radius:50%; -webkit-border-radius:50%; border-radius:50%; margin:auto;}

.zn-portfolio-wrapper article .imgContainer { position: relative; display: inline-block; }
.zn-portfolio-wrapper article .first_overlay { position: absolute; width: 100%; height: 100%; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; margin: auto; top: 0; bottom:0; left: 0; right: 0; }
.zn-portfolio-wrapper article .second_overlay { -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; position: absolute; width: 100%; height: 100%; margin: auto; top: 0; bottom:0; left: 0; right: 0; overflow:hidden;}
.zn-portfolio-wrapper article .second_overlay h3 { padding: 30% 0 0 0; font-size: 18px; line-height: 26px; text-shadow: 0 0 1px #fff, 0 1px 2px rgba(0,0,0,0.3); letter-spacing: 2px; margin: 0 30px;}
.zn-portfolio-wrapper article .second_overlay p { padding: 10px 5px; font-style: italic; margin: 0 30px; font-size: 12px; border-top-width: 1px; border-top-style: solid; }
.zn-portfolio-wrapper article .second_overlay p, .zn-portfolio-wrapper article .second_overlay a { opacity: 0; -webkit-transition: all 1s ease-in-out 0.4s; -moz-transition: all 1s ease-in-out 0.4s; -o-transition: all 1s ease-in-out 0.4s; -ms-transition: all 1s ease-in-out 0.4s; transition: all 1s ease-in-out 0.4s; }
.zn-portfolio-wrapper article .growEffectHover:hover .growEffect p, .zn-portfolio-wrapper article .growEffectHover:hover .growEffect a { opacity: 1;}



.project-info ul.info li span { font-size: 14px; margin-right: 30px; min-width: 50px; display: inline-block; }
.project-info ul.info li { border-bottom: solid 1px #e5e4e4; font-size: 14px; padding: 5px 0; color: #9f9f9f; }
.project-info ul.info li:last-child { border-bottom: none; }

.project-info ul.project-social { padding: 10px 15px; border: solid 1px #e4e4e4; text-align: center; }
.project-info ul.project-social li { display: inline-block; margin-left: 15px; border-left: solid 1px #efefef; padding-left: 15px; }
.project-info ul.project-social li:first-child { margin-left: 0; border-left: 0; padding-left: 0; }
/*.project-info ul.project-social span { color: #161616; }*/

/* ZN LIKE FUNCTIONALITY */
.zn_like_heart { cursor: pointer; }

/* Project Carousel */
.zn_portfolio_slider { position: relative; }
.zn_portfolio_slider_container { padding-bottom: 1px; position: relative; }
.zn_portfolio_slider_container, .zn_portfolio_thumbs_container { overflow: hidden; }
.zn_portfolio_slider_container img, .zn_portfolio_thumbs_container img { display: block; float: left; }
.zn_portfolio_slider_container.owl-theme .owl-controls .owl-buttons .owl-prev i { top: 50%; left: 5px; right: auto; margin-top: -18px; }
.zn_portfolio_slider_container.owl-theme .owl-controls .owl-buttons .owl-next i { top: 50%; right: 5px; left: auto; margin-top: -18px; }
.zn_portfolio_thumbs_container .owl-item { cursor: pointer; }

/* PORTFOLIO RELATED */
.zn_portfolio_related_carousel { position: relative; }
.zn_portfolio_related_carousel .item img { margin-bottom: 10px; }
.zn_portfolio_related_carousel .item h4, .zn_portfolio_related_carousel .item h4 a { font-weight: normal; font-size: 15px; margin-bottom: 5px; }
/*.zn_portfolio_related_carousel.zn_owl_carousel.owl-theme .owl-buttons .owl-prev i,
.zn_portfolio_related_carousel.zn_owl_carousel.owl-theme .owl-buttons .owl-next i { top: -88px; }*/
/*.zn_portfolio_related_carousel.zn_owl_carousel.owl-theme .owl-buttons .owl-prev i { border-radius: 4px; padding: 9px 17px; position: absolute; right: 60px; top: -88px; font-size: 20px; border-bottom-style: solid; border-bottom-width:3px; }
.zn_portfolio_related_carousel.zn_owl_carousel.owl-theme .owl-buttons .owl-prev i:active { margin-top: 3px; border-bottom: solid 1px; }
.zn_portfolio_related_carousel.zn_owl_carousel.owl-theme .owl-buttons .owl-next i { border-radius: 4px; padding: 9px 17px; position: absolute; right: 15px; top: -88px; font-size: 20px; border-bottom-style: solid; border-bottom-width:3px; }
.zn_portfolio_related_carousel.zn_owl_carousel.owl-theme .owl-buttons .owl-next i:active { margin-top: 3px; border-bottom-style: solid; border-bottom-width: 1px; }*/

/*#endregion Portfolio*/

/*#region ===FOOTER=== */
/* Footer */

footer#footer { padding: 50px 0;  }
footer#footer h3 { font-size: 24px; font-weight: 300; margin-bottom: 40px; }

/* Back to top button */
#back-top { position: fixed; bottom: 30px; right: 15px; border-radius: 4px; border-bottom-style: solid; border-bottom-width: 2px; }
#back-top a { padding: 5px 13px; line-height: 30px; }
#back-top:active { border-bottom: none; }

/*#endregion*/

/*#region ===WIDGETS=== */
/* Sidebar */
.widget { margin-bottom: 50px; }
.widget img, .widget select { max-width: 100%; height: auto; }
.widget ul ul { margin-left: 15px; }
.zn_sidebar h3, .widget h3 { font-size: 24px; font-weight: 300; margin-bottom: 30px; }

/* SOCIAL COPYRIGHT */
.widget-social-copyright > a { display: block; margin-bottom: 15px; }
.widget-social-copyright .social ul li { float: left; background: #ececec; border-radius: 50%; width: 40px; height: 40px; text-align: center; margin-right: 5px; margin-bottom: 10px; }
.widget-social-copyright .social ul li:hover { background: #fafafa; }
.widget-social-copyright .social ul li a { line-height: 40px; display: block; }
.widget-social-copyright .copyright { font-size: 11px; line-height: 17px; }
.widget-social-copyright img { width: auto \9;}

/* MENU WIDGET , PAGES WIDGET */
.widget_nav_menu ul, .widget_pages ul { list-style: none; padding: 0; }
.widget_nav_menu ul li:before, .widget_pages ul li:before { content: "\f105"; font-family: 'icomoon'; font-size: 11px; margin-right: 5px; }

/* CALENDAR WIDGET  */
#wp-calendar { width: 100%; }
#wp-calendar caption { text-align: right; font-size: 11px; margin-top: 10px; margin-bottom: 15px;padding: 0; }
#wp-calendar thead { font-size: 10px; }
#wp-calendar thead th { display: none; }
#wp-calendar tbody td { border: 5px solid; text-align: center; padding: 8px; }
#wp-calendar tbody .pad { background: none; }
#wp-calendar tfoot td { border: none; }
#wp-calendar tfoot #next { font-size: 10px; text-transform: uppercase; text-align: right; }
#wp-calendar tfoot #prev { font-size: 10px; text-transform: uppercase; padding-top: 10px; }

/* CATEGORIES WIDGET */
.widget_categories ul, .widget_archive ul, .widget_meta ul { list-style: none; padding: 0; }
.widget_categories ul li, .widget_archive ul li, .widget_meta ul li { margin-bottom: 10px; }
.widget_categories ul li:before, .widget_archive ul li:before, .widget_meta ul li:before { content: "\f105"; font-family: 'icomoon'; border: solid 1px; border-radius: 50%; color: #cbcbcb; padding-left: 8px; font-size: 11px; margin-right: 5px; width: 20px; display: inline-block; height: 20px; line-height: 20px; }

/* TAG CLOUD */
.tagcloud { display: inline-block; }
.tagcloud a { padding: 5px 10px; border-radius: 4px; -moz-transition: background-color 200ms; -o-transition: background-color 200ms; -ms-transition: background-color 200ms; transition: background-color 200ms; border: solid 1px; display: inline-block; float: left; margin: 0 3px 12px 0; font-size: 13px !important; }
.tagcloud a:hover { border: solid 1px; }

/* WIDGET RECENT ENTRIES */
.widget_recent_entries ul { list-style: none; }
.widget_recent_entries ul li:before { content: "\e60a"; font-family: 'icomoon'; font-size: 11px; margin-right: 5px; }

/* RECENT COMMENTS */
.widget_recent_comments ul { list-style: none; }
.widget_recent_comments ul li:before { content: "\e6eb"; font-family: 'icomoon'; font-size: 11px; margin-right: 5px; }
.widget_recent_comments ul li a { font-style: italic; }

/* TODO */
.advertisment { background: #fafafa; padding: 5px 0; }
.advertisment p { text-transform: uppercase; text-align: center; font-size: 10px; }
.advertisment img { margin: 0 auto; }
.advertisment2 { background: #fafafa; padding: 5px 0; }
.advertisment2 p { text-transform: uppercase; text-align: center; font-size: 10px; }
.advertisment2 img { padding: 3px; float: left; }


/* LATEST POSTS WIDGET */
.widget-latest-news ul { display: inline-block; }
.widget-latest-news ul .post_meta { overflow: hidden; }
.widget-latest-news ul li .zn-ln-title, .widget-latest-news ul li .zn-ln-title a { font-size: 13px; font-weight: normal; line-height: 22px; margin-bottom: 3px; }
.widget-latest-news img { float: left; margin-right: 20px; width: 68px;height: 68px; }

/* SEARCH WIDGET */
/* DEFAULT SEARCH FORM */
/*.searchForm { border-radius: 2px; border: solid 1px #ddd; background: #fff; }*/
.searchBox { font-size: 14px; padding: 10px 15px; width: 100%; height: 100%; border: 0; outline: none; }

/*#region Img/Banner Ad widget */
.widget.widget-imgbanner-ad { text-align: center; margin-bottom:50px; }
.widget .zn-img-ad-widget { /*padding: 0 6px 6px;*/ padding-bottom:6px;}
.widget.widget-imgbanner-ad .widget-title { font-size:10px; margin-bottom:20px; color:inherit;}
.widget.widget-imgbanner-ad .ad .ad-img { display:inline; padding:3px; width:auto \9;}
/*#endregion Img/Banner Ad widget*/

/*#endregion*/

/*#region ===404 PAGE=== */
.zn_404_page .searchForm span { font-size: 12px; }
.zn_404_page .searchForm { border: none; }
.zn_404_page input.searchBox { border: solid 1px #E5E4E4; height: 35px; width: 200px; }
.zn_404_page .section-title { font-size: 40px; }
.zn_404_page img.img-responsive { width:auto; }
/*#endregion 404*/

/*#region ===REVOLUTION SLIDER=== */
.tp-leftarrow.default, .tp-rightarrow.default, .tp-leftarrow.tparrows, .tp-rightarrow.tparrows { z-index: 100; width: 60px; background: transparent; height: 60px; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -ms-transition: all 0.2s; -o-transition: all 0.2s; transition: all 0.2s; border-width: 2px; border-style: solid; border-color: #fff; color: #fff; text-align: center; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
.tp-leftarrow.default:before, .tp-rightarrow.default:before, .tp-leftarrow.tparrows:before, .tp-rightarrow.tparrows:before { font-family: 'icomoon'; line-height: 55px; width: 60px; font-size: 28px; }
.tp-leftarrow.default:before, .tp-leftarrow.tparrows.persephone:before { content: "\f104"; }
.tp-rightarrow.default:before, .tp-rightarrow.tparrows.persephone:before { content: "\f105"; }
/*#endregion Revolution slider*/

/*#region For Shortcodes*/

.page_content blockquote.qleft { padding: 5px 10px 5px 0; margin: 10px 15px 10px 0; font-size: 17.5px; border-right-width: 5px; border-right-style: solid; border-left:none; line-height: 25px; max-width: 330px; float: left; }
.page_content blockquote.qright { padding: 5px 0px 5px 25px; margin: 10px 0px 10px 15px; font-size: 17.5px; line-height: 25px; width: 330px; float: right; }

/*#endregion For shortcodes*/

/*#region ===PAGEBUILDER ELEMENTS=== */

/*#region Common styles*/
/*owl-carousel buttons*/
.zn_owl_carousel.owl-theme { position: relative; }
.zn_owl_carousel.owl-theme .owl-buttons .owl-prev i, .zn_owl_carousel.owl-theme .owl-buttons .owl-next i { padding: 9px 15px; position: absolute; right: 65px; top: 5px; font-size: 16px; background: #fff; }
.zn_owl_carousel.owl-theme .owl-buttons .owl-next i {  right: 5px; }
/*overTop*/
.zn_owl_carousel.overTop .owl-buttons .owl-prev i,
.zn_owl_carousel.overTop .owl-buttons .owl-next i { right: 45px; position: absolute;  top: -55px; left: auto;}
.zn_owl_carousel.overTop .owl-buttons .owl-next i { right: 0; }
/*sideNav*/
.zn_owl_carousel.sideNav .owl-buttons .owl-prev i { left: 5px; right:auto; top:50%; margin-top:-25px; }
.zn_owl_carousel.sideNav .owl-buttons .owl-next i {  right: 5px; top:50%; margin-top:-25px; }
.zn_owl_carousel.sideNav .owl-pagination { position: absolute; left: 0; right: 0; }
/*hollowNav*/
.zn_owl_carousel.hollowNav .owl-buttons .owl-prev i,
.zn_owl_carousel.hollowNav .owl-buttons .owl-next i { background-color:transparent; border: solid 2px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; padding: 13px 20px; font-size: 20px; position: absolute;}
.zn_owl_carousel.hollowNav .owl-buttons .owl-prev i:hover,
.zn_owl_carousel.hollowNav .owl-buttons .owl-next i:hover { border-style: solid; border-width: 2px; }
.zn_owl_carousel.hollowNav.overTop .owl-buttons .owl-prev i { right: 58px; }
/*solidNav*/
.zn_owl_carousel.solidNav .owl-buttons .owl-prev i,
.zn_owl_carousel.solidNav .owl-buttons .owl-next i { -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; padding: 9px 17px;  font-size: 20px; border-bottom-style: solid; border-bottom-width:3px; margin-top:3px;}
.zn_owl_carousel.solidNav .owl-buttons .owl-prev i:active ,
.zn_owl_carousel.solidNav .owl-buttons .owl-next i:active { margin-top: 3px; border-bottom-style: solid; border-bottom-width: 1px; }
/*solidNav2*/
.zn_owl_carousel.solidNav2 .owl-buttons .owl-prev i,
.zn_owl_carousel.solidNav2 .owl-buttons .owl-next i { width: 30px; height: 30px; line-height: 1; padding: 7px; text-align: center;}

.caption-date { font-size: 26px; font-weight: 300; display: inline-block; margin-bottom: 15px; }

.growEffectHover .growEffect { opacity: 0; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; -webkit-transform: scale(0); -moz-transform: scale(0); -o-transform: scale(0); -ms-transform: scale(0); transform: scale(0); -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; backface-visibility: hidden; }
.growEffectHover:hover .growEffect { -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1); transform: scale(1); opacity: 1; }

.borderEffectHover .borderEffect { -moz-box-shadow: inset 0 0 0 16px rgba(231, 231, 231, 0.6), 0 1px 2px rgba(0,0,0,0.1); -webkit-box-shadow: inset 0 0 0 16px rgba(231, 231, 231, 0.6), 0 1px 2px rgba(0,0,0,0.1); box-shadow: inset 0 0 0 16px rgba(231, 231, 231, 0.6), 0 1px 2px rgba(0,0,0,0.1); -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; }
.borderEffectHover:hover .borderEffect {-moz-box-shadow: inset 0 0 0 1px rgba(255,255,255,0.1), 0 1px 2px rgba(0,0,0,0.1); -webkit-box-shadow: inset 0 0 0 1px rgba(255,255,255,0.1), 0 1px 2px rgba(0,0,0,0.1); box-shadow: inset 0 0 0 1px rgba(255,255,255,0.1), 0 1px 2px rgba(0,0,0,0.1);  }

.zn-img-overlay { background-color: rgba(33, 40, 42, 0.5); position: absolute; width: 100%; height: 100%; left: 0; top: 0; right:0; bottom: 0;}
.owl-secondary-item { cursor:pointer;}
/*#endregion Common styles*/

/*#region Icon Box 1 */
.services-box {margin-bottom: 30px;}
.services-box > span { float: left; font-size: 25px; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; border: solid 1px; padding: 31px; }
.services-box > h3 { font-size: 24px; font-weight: 300; margin-left: 20px; margin-top: 18px; display: inline-block; line-height: 27px; margin-bottom: 40px;}
.services-box p { margin-top: 0; margin-bottom: 30px; }
.services-box img { max-width: 100%; height: auto; }

.services-box.style1 > h3 { min-height:54px; display:block; padding-left:90px;}

.services-box.style2, .services-box.style3 { padding-top: 30px; }
.services-box.style2 > h3, .services-box.style3 > h3 { font-size: 20px; margin: 6px 0 10px 0; line-height:32px; display:block; }
.services-box.style2 > span, .services-box.style3 > span { font-size:30px; padding:20px; }
.services-box.style2 p, .services-box.style3 p { display:block; }

.services-box.style2 { text-align: right; }
.services-box.style2 > span { float:right; }
.services-box.style2 > h3 { float:none; /*padding-right:97px; text-align:right;*/}
.services-box.style2 p,.services-box.style2 > h3, .services-box.style2 > a { padding-right:97px; /*text-align:right;*/}

.services-box.style3 > h3 { float:none; font-size:16px;}
.services-box.style3 > h3, .services-box.style3 p, .services-box.style3 > a { padding-left: 97px; }

.services-box.style4 > span { border:0; padding:0; line-height:32px;}
.services-box.style4 > h3 { font-size: 20px; margin-top: 0; margin-left: 45px; margin-bottom:25px; display:block;}

.services-box.style5 { text-align: center;}
.services-box.style5 > span { float: none; display:inline-block; margin-bottom:25px;}
.services-box.style5 > span:before { position: relative; z-index: 1; }
.services-box.style5 > span:after { pointer-events: none; position: absolute; width: 89px; height: 89px; margin-left: auto; margin-right: auto;
         -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; content: ''; top: 0; left: 0; right: 0;
         -webkit-transition: -webkit-transform 0.2s, opacity 0.3s; -moz-transition: -moz-transform 0.2s, opacity 0.3s; -o-transition: transform 0.2s, opacity 0.3s; transition: transform 0.2s, opacity 0.3s;
         -webkit-transform: scale(1.3); -moz-transform: scale(1.3); -ms-transform: scale(1.3); -o-transform: scale(1.3); transform: scale(1.3); opacity: 0; }
.services-box.style5 > h3 { font-size:28px; line-height:32px; display:block; margin:0; margin-bottom:20px;}
.services-box.style5 p { margin-bottom:20px;}
.services-box.style5:hover > span:after { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); transform: scale(1); opacity: 1; }

.services-box.style6 > span { border:0; padding:0; line-height:32px;}
.services-box.style6 > h3 { font-size: 26px; line-height:30px; margin-top:0; margin-left:45px; margin-bottom:20px; display:block;}

.services-box.style7 { margin-bottom: 50px; }
.services-box.style7 > span { font-size: 20px; border-width: 2px; padding: 15px; float: left; }
.services-box.style7 > h3 { float:none; font-size:20px; line-height: 28px; display:block; margin: 0;}
.services-box.style7 > h3, .services-box.style7 p, .services-box.style7 > a { padding-left: 74px; }
.services-box.style7 p { margin-bottom: 10px; }

.services-box.style8 > span { border:0; padding:0; line-height:30px; font-size: 30px; vertical-align:middle; }
.services-box.style8 > h3 { font-size: 28px; margin-top: 0; margin-left: 55px; margin-bottom:20px; display:block; font-weight: 300; line-height: 32px;}

.services-box.style9 > span { border:0; padding:5px; line-height:20px; font-size:20px; }
.services-box.style9 > h3 { font-size: 16px; line-height:32px; margin-top:0; margin-left:45px; margin-bottom:20px; display:block;}

.services-box.style10 > span { padding:23px; line-height:32px; font-size:32px; }
.services-box.style10 > h3 { font-size: 28px; line-height:32px; margin-top:0; margin-left:100px; margin-bottom:10px; display:block;}
.services-box.style10 > p, .services-box.style10 > a { margin-left:100px; /*display:block;*/}

/*#region Style 11 (animated)*/
.services-box.style11 { margin: 0 -15px; padding: 0 15px; text-align: center; -moz-transition: all 300ms linear; -o-transition: all 300ms linear; -ms-transition: all 300ms linear; -webkit-transition: all 300ms linear; transition: all 300ms linear; }
.services-box.style11 > span { font-size: 60px; border: 0; padding:0; float: none; display:inline-block; line-height:180px; vertical-align:middle; -webkit-transition: all 400ms linear; -moz-transition: all 400ms linear; -o-transition: all 400ms linear; -ms-transition: all 400ms linear; transition: all 400ms linear;}
.services-box.style11 > h3 { font-size: 26px; line-height: 35px; font-weight: 400; display: block; margin: 0; margin-bottom: 20px; -webkit-transition: all 200ms linear; -moz-transition: all 200ms linear; -o-transition: all 200ms linear; -ms-transition: all 200ms linear; transition: all 200ms linear;  }
.services-box.style11 > p { text-align: center; font-size: 14px; font-weight: 300; line-height: 32px; -webkit-transition: all 200ms linear; -moz-transition: all 200ms linear; -o-transition: all 200ms linear; -ms-transition: all 200ms linear; transition: all 200ms linear; }
.services-box.style11 > .zn_btn_simple { margin-bottom:20px; }
.services-box.style11:hover > span { font-size: 90px; }
.services-box.style11:hover > h3 { -webkit-animation: moveFromLeftRotate 300ms ease; -moz-animation: moveFromLeftRotate 300ms ease; -ms-animation: moveFromLeftRotate 300ms ease; -o-animation: moveFromLeftRotate 300ms ease; animation: moveFromLeftRotate 300ms ease; }
.services-box.style11:hover > p { -webkit-animation: moveFromBottom 500ms ease; -moz-animation: moveFromBottom 500ms ease; -ms-animation: moveFromBottom 500ms ease; -o-animation: moveFromBottom 500ms ease; animation: moveFromBottom 500ms ease; }

@-webkit-keyframes moveFromLeftRotate{
    from { -webkit-transform: translateX(-100%) rotate(-90deg); }
    to { -webkit-transform: translateX(0%) rotate(0deg); }
}
@-moz-keyframes moveFromLeftRotate{
    from { -moz-transform: translateX(-100%) rotate(-90deg); }
    to { -moz-transform: translateX(0%) rotate(0deg); }
}
@-ms-keyframes moveFromLeftRotate{
    from { -ms-transform: translateX(-100%) rotate(-90deg); }
    to { -ms-transform: translateX(0%) rotate(0deg); }
}

@-webkit-keyframes moveFromBottom {
    from { -webkit-transform: translateY(100%); }
    to { -webkit-transform: translateY(0%); }
}
@-moz-keyframes moveFromBottom {
    from { -moz-transform: translateY(100%); }
    to { -moz-transform: translateY(0%); }
}
@-ms-keyframes moveFromBottom {
    from { -ms-transform: translateY(100%); }
    to { -ms-transform: translateY(0%); }
}
/*#endregion Style 11*/

/*#endregion Icon Box 1 */

/*#region Icon Box 2*/
.ibox2 { position:relative; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; padding: 55px 25px 35px 25px; margin-bottom: 20px;}
.ibox2 .ibox-icon { font-size: 24px; padding: 15px; display: inline-block; margin-bottom: 30px; }
.ibox2 .ibox-title { font-size: 23px; line-height: 27px; font-weight: 300; margin-bottom: 30px;}
.ibox2 .ibox-desc { margin-bottom: 30px;}

.ibox2.style2 .ibox-icon { border: solid 1px; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; }

.ibox2.style3 .ibox-icon { position: absolute; left:0; right:0; top:30px; margin: auto; }
.ibox2.style3 { padding-top: 110px; }

.ibox2.style4 .ibox-icon { position: absolute; left: 50%;-webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); top:30px; border: solid 1px; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; }
.ibox2.style4 { padding-top: 110px; }

.ibox2.style5 { border-style: solid; border-width: 1px; padding: 30px; margin-bottom: 50px; text-align:left; margin-top:30px; }
.ibox2.style5 .ibox-title { font-weight: 400; font-size: 18px; line-height:32px; border-bottom-style: solid; border-bottom-width: 1px; padding-bottom: 15px; padding-bottom: 5px; margin-bottom: 15px; }
.ibox2.style5 .ibox-icon { font-size: 25px; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; padding: 15px; position: absolute; top: -29px; right: 35px; }

/*#endregion*/

/*#region Icon Box 3*/
.ibox3 { margin-bottom: 20px; }
.ibox3 .ibox-icon { font-size: 30px; color: #d7d7d7; float: left; margin-right: 25px; }
.ibox3 .ibox-title { font-size: 14px; margin-left: 60px; margin-bottom: 0; }
.ibox3 .ibox-desc { margin-left: 60px; margin-bottom: 0; }
/*#endregion Icon Box 3*/

/*#region Latest posts 1 (News boxes) */
.news-header { min-height: 95px; }
.news-boxes span { font-size: 40px; float: left; clear: left; line-height: 40px; font-weight: 300; margin-right: 20px; }
.news-boxes span:first-child { border-bottom-style: solid; border-bottom-width: 1px; }
.news-boxes .zn-lp1-title, .news-boxes .zn-lp1-title a { font-weight: 400; font-size: 17px; line-height: 28px; margin-top: 0; }
/*#endregion*/

/*#region Latest posts 2*/
.from-blog { }
.from-blog .blog-date { font-size: 32px; font-weight: 300; margin-bottom: 25px; display: inline-block;}
.from-blog .zn-lp2-title a { font-size: 16px; margin-bottom: 5px; line-height: 25px; font-weight:300;}
.from-blog .blog-boxes { padding: 20px 25px; position: relative; margin-bottom:30px;}
.from-blog .blog-boxes:after {  border-color: transparent; bottom: 100%; left: 7%; border-style: solid; content: " "; height: 0; width: 0; position: absolute;  border-width: 10px; margin-left: -10px; }
/*#endregion Latest posts 2*/

/*#region Latest posts 3*/
.latest-posts-3 { }
.latest-posts-3 .item-post { margin-bottom: 50px; }
.latest-posts-3 .item-post .zn-item-date { margin-bottom: 20px; }
.latest-posts-3 .item-post h4 { font-size: 16px; font-weight: 400; line-height: 22px; }
/*#endregion Latest posts 3*/

/*#region Latest posts slider 1 (Big slider)*/
.news-big { position: relative; margin-bottom:40px; }
.news-big .overlay figcaption {background: rgba(255, 82, 94, 0.61); color: #fff; width: 65%; padding: 35px 25px;}
.news-big .overlay figcaption a { color: #fff; font-weight: 300; }
.news-big p { color: #fff;}
/*#endregion*/

/*#region Latest posts slider 2 (Small slider)*/
.news-small { position:relative;}
.news-small .imgCol { padding-right:0; margin:0; }
.news-small .news-small-post { padding-top: 40px; padding-left:30px;}
.news-small .news-small-post .caption-date { font-size: 30px; margin-bottom: 15px; }
.news-small .news-small-post h4 {font-size: 18px; font-weight: 400;}

.news-small.style2 .imgCol { float: right; padding-right:15px; padding-left:0px; }
.news-small.style2 .news-small-post { padding-left:0; padding-right:30px;}

/*#endregion*/

/*#region Image Gallery*/
.gallery-overlay { position: relative; margin-bottom: 30px;}
.gallery-overlay a { display: block; }
.gallery-overlay a:before {content: ""; display: block; position: absolute; top: 0; left: 0; height: 100%; width: 100%; background: #000 url("../images/image-overlay-icon.png") center center no-repeat; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; -moz-opacity: 0; -khtml-opacity: 0; opacity: 0; visibility: hidden; transition: all .25s ease-in-out; -webkit-transition: all .25s ease-in-out; -moz-transition: all .25s ease-in-out;}
.gallery-overlay a:hover:before { visibility: visible; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; -moz-opacity: 0.8; -khtml-opacity: 0.8; opacity: 0.7;}
.gallery-overlay a img { margin: auto;}
/*#endregion*/

/*#region Image Gallery*/
.zn_masory_gallery_container { overflow: hidden;position: relative; }
.zn_masory_gallery_container .gallery-overlay { margin-bottom: 0; }
.zn_masory_gallery_container .zn_masonry_entry { text-align: center; padding: 0px; clear: none; display: block; }
.zn_masory_gallery_container .zn_masonry_entry img { max-width: 100%; }

/*#endregion*/

/*#region Featured post*/
.zn-featured-post { min-height:10px; margin-bottom:40px;}
.zn-featured-post .zn-post-container { margin-bottom:50px;}
.zn-featured-post .zn-post-container .featured-image { margin-bottom: 30px; }
.zn-featured-post .zn-post-container .post-header { margin-bottom: 30px; }
.zn-featured-post .zn-post-container .post-title { font-size: 20px; line-height:30px; margin-bottom:15px;}
.zn-featured-post .zn-post-container .post-tag a { font-style:italic; font-weight:normal;}
.zn-featured-post .zn-related-posts .related-text { font-size: 22px; margin-bottom: 30px; padding-bottom: 20px; border-bottom-style:solid; border-bottom-width:1px; }

/*#endregion Featured post*/

/*#region Call to action*/
.zn_callToAction { /*margin-bottom: 50px;*/ }
.zn_callToAction .section-title { font-size: 38px; line-height: 39px; margin-top: 0; }
.zn_callToAction p { font-size: 15px; font-weight: 300; }
.zn_callToAction > div { max-width: 100%; }
.zn_callToAction.left .cta-image { float:left; margin-right: 10px; width:auto \9;}
.zn_callToAction.center .cta-image { margin: auto; margin-bottom:10px; }
.zn_callToAction.right .cta-image { float:right; margin-left: 10px; }

.zn_callToAction.style1 .section-title, .zn_callToAction.style1 .section-title p { margin-bottom: 0px; }
.zn_callToAction.style1 .col-sm-3, .zn_callToAction.style2 .col-sm-3 { text-align: center; }

.zn_callToAction.style2 .section-title { font-weight: 300; font-size: 30px; line-height: 35px; margin-bottom: 15px; }
.zn_callToAction.style2 p { font-size: 13px; font-weight:400; }

.zn_callToAction.style3 > div { float:none; width:100%; }

.zn_callToAction.style4 .section-title { font-weight: 300; font-size:28px; line-height:35px; margin-bottom:20px; }
.zn_callToAction.style4 p { font-size: 13px; font-weight: 400; }
.zn_callToAction.style4 p:last-of-type { margin-bottom:30px;}
.zn_callToAction.style4 > div { float:none; width:100%; }

.zn_callToAction.style5 .cta-image { margin:0 auto 25px auto; }
.zn_callToAction.style5.left .cta-image { margin-right: 30px; }
.zn_callToAction.style5.right .cta-image { margin-left: 30px; }
.zn_callToAction.style5 .section-title { font-size: 18px; line-height:25px; }
.zn_callToAction.style5 p { font-size: 13px; font-weight:400; }
.zn_callToAction.style5 > div { float:none; width:100%; }

.zn_callToAction.style6 { border-top-style: solid; border-top-width: 3px; padding-top:15px;}
.zn_callToAction.style6 .section-title { font-size: 16px; line-height:32px; font-weight:400; margin-bottom:10px; }
.zn_callToAction.style6 p { font-size: 13px; font-weight:400; }

/*#endregion Call to Action*/

/*#region Call to action 2*/

.zn_callToAction2 { background-size: cover; position: relative; padding-left:20px; padding-right:20px; }
.zn_callToAction2 .title { font-weight:400; }
.zn_callToAction2 .description { font-size:17px;}
.zn_callToAction2 .btn2 { font-size:22px; line-height:44px; }
.zn_callToAction2 .btn2:hover {text-shadow: 0px 1px 3px rgba(0,0,0,0.8);}
.zn_callToAction2 .cta2-icon { font-size: 40px; line-height:44px; vertical-align: middle; margin-right:10px; }

/*#endregion Call to action 2*/

/*#region Image Box*/
/*Inclus in Call To Action */
.zn_imgbox { margin-bottom: 20px; }
.zn_imgbox .imgbox-img { margin:0 auto 25px auto; }
.zn_imgbox.left .imgbox-img { float: left; margin-right: 30px; }
.zn_imgbox.right .imgbox-img { float: right; margin-left: 30px; }
.zn_imgbox .zn_title { font-size: 18px; line-height:25px; }
.zn_imgbox .zn_description { }
/*#endregion Image Box*/

/*#region Text Box*/
.zn_textbox { margin-bottom: 30px; min-height:10px;}

.zn_textbox.style2 .zn_subtitle { font-size:18px; line-height:32px; margin-bottom:30px;}
.zn_textbox.style2 .zn_description { /*font-size:17px; line-height:24px;*/ font-size:13px; line-height:22px;}

.zn_textbox.style3 .zn_subtitle { font-size:24px; line-height:32px; margin-bottom:30px;}
.zn_textbox.style3 .zn_description { font-size:17px; line-height:24px; }

.zn_textbox.style4 { border-bottom-style:solid; border-bottom-width: 3px; padding: 70px 150px; }
.zn_textbox.style4 .zn_subtitle { margin-bottom: 15px; }

.zn_textbox.style5 { margin-bottom: 50px; }
.zn_textbox.style5 .zn_description:after { content: ' '; width: 50px; height: 2px; margin:auto; display:block;}
/*#endregion*/

/*#region Text List */
.zn_textlist { margin-bottom: 30px; }
.zn_textlist .zn-txtlst-item { margin-bottom: 10px; }
.zn_textlist .zn-txt-list-item { font-size: 16px; font-weight: 300; margin-left:5px; }
.zn_textlist .zn-txt-list-icon { font-size: 16px; line-height:1; }

.zn_textlist.style2 .zn_title { font-size: 26px; line-height:30px; }
.zn_textlist.style2 .zn-txtlst-item { margin-bottom: 5px; }
.zn_textlist.style2 .zn-txt-list-item { font-size: 13px; font-weight: 400; line-height:22px; }
.zn_textlist.style2 .zn-txt-list-icon { font-size: 11px; line-height:1; }

/*#endregion Text List*/

/*#region Icon List*/
.zn-icon-list { list-style-type: none; margin: 0; padding: 0; }
.zn-icon-list li a { display: inherit; color: inherit; }

.zn-icon-list.style1 .zn_icon_box_icon { font-size: 70px; margin-right: 15px; }
.zn-icon-list.style1 > li { display: table; margin-bottom: 15px; }
.zn-icon-list.style1 h4 { font-size: 16px; display: table-cell; line-height: 27px; vertical-align: middle; }

.zn-icon-list.style2 h4 { font-size: 15px; font-weight: 300; margin-left: 40px; border-bottom-width: 1px; border-bottom-style: dashed; padding-bottom: 10px; margin-bottom: 0;}
.zn-icon-list.style2 > li { padding: 5px 0; }
.zn-icon-list.style2 .zn_icon_box_icon,
.zn-icon-list.style3 .zn_icon_box_icon { font-size: 20px; float: left; margin-right: 20px; line-height:30px; }

.zn-icon-list.style3 > li { margin-bottom: 1px; padding: 15px; }
.zn-icon-list.style3 h4 { font-size: 15px; font-weight: 300; margin-left: 40px; margin-bottom:0; }
/*#endregion*/

/*#region Icon List 2*/
.zn-icon-list2 { margin-bottom: 30px; }
.zn-icon-list2 li { display: inline-block; margin-right:10px; font-size: 16px; font-weight: 400; }
/*#endregion Icon List 2*/

/*#region Separator*/
.zn_separator { border-top-style: solid; width: 100%; }
/*#endregion */

/*#region Custom Lightbox */

/*#endregion Custom Lightbox*/

/*#region Portfolio style 1 & 2 */
.zn_portfolio_all h2 { font-weight: 300; margin-bottom:15px; }
.zn_portfolio_all h4 { font-weight: 400; font-size: 14px; }
.zn_portfolio_all .zn_forced_container { max-width: 1140px; width: 100%; margin: 0 auto; }
.zn_portfolio_all .overlay-effect figcaption > span {position: absolute; top: 20px; right: 20px; line-height: 21px;}
.zn_portfolio_all .zn_forced_container > .row:first-child {margin-bottom: 40px;}
.zn_portfolio_all .zn_forced_container > .row.text-center > div { width: 100%;float: none;}
.zn_portfolio_all .zn_forced_container > .row.text-right > div { float: right; }
.zn_portfolio_all .overlay-effect figcaption { overflow: hidden;}

/* Home Portfolio */
.portfolio-header { margin-bottom: 50px;}

.zn-portfolio-filters { text-align: center; }
.zn-portfolio-filters ul li { display: inline-block; border-right-width: 1px;border-right-style: solid;  }
.zn-portfolio-filters ul li:last-child { border: none;  }
.filters-nav ul li a.filter-item.is-active {  border-bottom: solid 4px; }
.zn-portfolio-filters ul li a.filter-item { display: inline-block; font-weight: 500; cursor: pointer; padding: 5px 17px; border-bottom: solid 4px transparent; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -ms-transition: all 0.2s; -o-transition: all 0.2s; transition: all 0.2s; }
.zn-portfolio-filters ul li:first-child a.filter-item {border-top-left-radius: 5px; border-bottom-left-radius: 5px;}
.zn-portfolio-filters ul li:last-child a.filter-item {border-top-right-radius: 5px; border-bottom-right-radius: 5px;}

.portfolio-wrapper .portfolio_item_container, .zn_element_znportfoliostyle2 .zn_portfolio_all.masonry .portfolio_item_container { margin-bottom: 30px; }
.portfolio-wrapper .portfolio-item { position: relative; /*float: left; width: 25%;*/ overflow: hidden; }
.portfolio-wrapper .portfolio-item img { display: block; margin: 0; padding: 0; max-width: 100%; height: auto; }

.overlay figure { margin: 0; position: relative; overflow: hidden; }
.overlay figure img { max-width: 100%; display: block; position: relative;}
.overlay figcaption { position: absolute; top: 0; left: 0; padding: 20px; }
.overlay figcaption h3 { margin: 0; padding: 0;font-size: 16px; line-height: 21px; padding-right: 45px;}
.overlay figcaption h5 {margin: 0; padding: 0; font-size: 12px; display: inline;}
.overlay-effect figure img { -webkit-transition: -webkit-transform 0.4s; -moz-transition: -moz-transform 0.4s; transition: transform 0.4s;}

.no-touch .overlay-effect figure:hover img,
.overlay-effect figure.cs-hover img { -webkit-transform: none; -moz-transform: none; -ms-transform: none; transform: none;}

.overlay-effect figcaption { min-height: 100px; width: 100%; top: auto; bottom: 0; opacity: 0; -webkit-transform: translateY(100%);
-moz-transform: translateY(100%); -ms-transform: translateY(100%); transform: translateY(100%); -webkit-transition:
-webkit-transform 0.4s, opacity 0.1s 0.3s; -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s; transition: transform 0.4s,
opacity 0.1s 0.3s;-webkit-backface-visibility: hidden;}
.overlay-effect figure:hover img {-webkit-transform: none; -moz-transform: none; -ms-transform: none; transform: none;}

.no-touch .overlay-effect figure:hover figcaption,
.overlay-effect figure.cs-hover figcaption { opacity: 1; -webkit-transform: translateY(0px); -moz-transform: translateY(0px);
-ms-transform: translateY(0px); transform: translateY(0px); -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
-moz-transition: -moz-transform 0.4s, opacity 0.1s; transition: transform 0.4s, opacity 0.1s;}

/* ELEMENT STYLE */
.zn_portfolio_all.no_gaps .portfolio-wrapper, .zn_portfolio_all.masonry .portfolio-wrapper { padding:0; margin: 0; }
.zn_portfolio_all.no_gaps .portfolio_item_container, .zn_portfolio_all.masonry .portfolio_item_container { padding:0;margin: 0; margin-bottom:30px; }
.zn_portfolio_all.no_gaps .portfolio_item_container img, .zn_portfolio_all.masonry .portfolio_item_container img { width: 100%; }

.zn_portfolio_all.zn_style2 .title { font-size: 17px; margin: 15px 0; margin-bottom: 0; }
.zn_portfolio_all.zn_style2 .date { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; display:inline; }
.zn_portfolio_all.zn_style2 .zn_like_heart, .zn_portfolio_all.zn_style2 .zn_comments { margin-left:10px; }

/*Overlay style 2*/
.zn_portfolio_all.ostyle2 .portfolio_item_container { margin-bottom: 0; }
.zn_portfolio_all.ostyle2 .overlay-effect figcaption h3 { font-weight: 300; font-size: 28px; line-height: 32px; padding:0; }
.zn_portfolio_all.ostyle2 .overlay-effect figcaption h5 { font-size: 18px; }
.zn_portfolio_all.ostyle2 .overlay-effect figcaption > span {position: relative; top: 20px; right: 0; left:0; }
.zn_portfolio_all.ostyle2 .overlay-effect figcaption { height: 100%; width: 100%; opacity: 0; top:0; left:0; text-align: center;
-moz-transform:translateY(0); -ms-transform:translateY(0); -o-transform:translateY(0); -webkit-transform:translateY(0); transform:translateY(0);
-webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; backface-visibility: hidden;
-webkit-transition: -webkit-transform 0.3s, opacity 0.3s; -moz-transition: -moz-transform 0.3s, opacity 0.3s;
-o-transition: transform 0.3s, opacity 0.3s; transition: transform 0.3s, opacity 0.3s; }
.zn_portfolio_all.ostyle2:not(.no_gaps):not(.masonry) .overlay-effect { padding: 20px 20px 40px 20px; }
.zn_portfolio_all.ostyle2 .overlay figure { overflow:visible;}
.zn_portfolio_all.ostyle2 .overlay-effect figure:hover figcaption { opacity: 1; -webkit-transform: translate(15px, 15px); -moz-transform: translate(15px, 15px); -ms-transform: translate(15px, 15px); -o-transform: translate(15px, 15px); transform: translate(15px, 15px); }

/*#endregion*/

/*#region Portfolio slider*/
.zn_portfolio_slider_element { }
.zn_portfolio_slider_element .portfolio-item figcaption { min-height: 60px;}
.zn_portfolio_slider_element .portfolio-item figcaption h3 { }
.zn_portfolio_slider_element .portfolio-item figcaption .zn_like_heart { position: absolute; top: 24px; right: 20px; }

.zn_portfolio_slider_element.style2 .portfolio-item img { margin-bottom: 10px; }
.zn_portfolio_slider_element.style2 .portfolio-item { padding: 0 9px;}
.zn_portfolio_slider_element.style2 .zn-title { font-size:16px; line-height:30px; max-height:30px; overflow:hidden; margin-bottom:10px; }
/*#endregion Portfolio slider*/

/*#region Team Members*/
/* Our Team Carousel */
.zn-team-members { }
.zn-team-members.padTitle .section-title { padding-right: 120px; }
.our-team ul { margin-top: 15px; text-align: center; }
.our-team ul li { display: inline-block; width: 40px; height: 40px; text-align: center; margin-left: 5px; background-color: rgba(255, 255, 255, 0.3); border-radius: 50%; margin-bottom: 5px; }
.our-team ul li:first-child { margin-left: 0;}
.our-team ul li a { line-height: 40px; display: block;}
.our-team .overlay-effect figcaption { min-height: 150px; padding-right: 25px;}
.our-team .overlay figcaption h3 { font-size: 24px; font-weight: 300;line-height: 25px;}

.zn-team-members .our-team .item { float:left; width:100%;}

/*.our-team.owl-carousel { padding-top: 50px;}
.our-team .owl-buttons { position: absolute; top: 10px; right: 16px; }
.our-team .owl-buttons .owl-prev i { right: 58px;}
.our-team .owl-buttons .owl-prev i:hover, .our-team .owl-buttons .owl-next i:hover {  border-style: solid; border-width: 2px; }
.our-team .owl-buttons .owl-next i { right: 0; }*/
/*#endregion Team Members*/

/*#region Team Members 2*/
.our-team-one-carousel { margin-bottom: 30px; min-height: 25px;}
.our-team-one-carousel .item b {margin-bottom: 20px; display: block; }
.our-team-one-carousel .item .right-carousel {padding: 80px 50px;}
.our-team-one-carousel .item .right-carousel h6 { margin:0;}
.social-member-carousel { margin-bottom:1px; }
.social-member-carousel span { line-height: 30px; padding: 7px; margin-right: 5px; border-style: solid; border-width: 2px; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; }
.social-member-carousel span:hover { border-style: solid; border-width: 2px; }
.social-member-carousel .item .right-carousel .zn-position { margin-bottom: 20px;}

.zn_team_members_2.center .our-team-one-carousel .item img { margin:auto; }
.zn_team_members_2.right .our-team-one-carousel .item img { margin-left:auto; }

.zn_team_members_2.style2 .zn-member-name { font-size:15px; line-height:32px; }
/*#endregion Team Members 2*/

/*#region Member Box*/
.memberBox { margin-bottom: 50px; }
.memberBox .title { font-size: 16px; margin-bottom: 10px;}
.memberBox .description { margin: 0 auto;  margin-bottom:20px; }
.memberBox img { -moz-border-radius:50%; -webkit-border-radius:50%; border-radius:50%; margin:auto;  }

.memberBox.style2 .imgContainer { position: relative; display: inline-block; margin-bottom: 20px; }
.memberBox.style2 .first_overlay { position: absolute; width: 100%; height: 100%; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; margin: auto; top: 0; bottom:0; left: 0; right: 0; }
.memberBox.style2 .second_overlay { -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; position: absolute; width: 100%; height: 100%; margin: auto; top: 0; bottom:0; left: 0; right: 0; overflow:hidden;}
.memberBox.style2 .second_overlay h3 { padding: 30% 0 0 0; font-size: 18px; line-height: 26px; text-shadow: 0 0 1px #fff, 0 1px 2px rgba(0,0,0,0.3); letter-spacing: 2px; margin: 0 30px;}
.memberBox.style2 .second_overlay p { padding: 10px 5px; font-style: italic; margin: 0 30px; font-size: 12px; border-top-width: 1px; border-top-style: solid; }
.memberBox.style2 .second_overlay p, .memberBox.style2 .second_overlay a { opacity: 0; -webkit-transition: all 1s ease-in-out 0.4s; -moz-transition: all 1s ease-in-out 0.4s; -o-transition: all 1s ease-in-out 0.4s; -ms-transition: all 1s ease-in-out 0.4s; transition: all 1s ease-in-out 0.4s; }
.memberBox.style2 .growEffectHover:hover .growEffect p, .memberBox.style2 .growEffectHover:hover .growEffect a { opacity: 1;}
/*#endregion*/

/*#region Subscribe*/

.zn_subscribe { margin-bottom: 15px; }
.zn_subscribe h2 { margin-top: 0;}
.zn_subscribe h5 { margin-bottom: 25px;}
.zn_subscribe .zn_newsletter_inputs { max-width: 300px; margin:auto;}
.zn_subscribe .submit { margin-left:3px; float:right; padding: 7px 10px;}
.zn_subscribe .submit.zn_btn_3d { padding: 4px 10px; }
.zn_subscribe .zn_newsletter_inputs .zn_input_stretch { overflow: hidden; }
.zn_subscribe .zn_newsletter_inputs .zn_input_stretch input {/*background: #E4E4E4;*/ border: none; border-radius: 4px; outline: none; height: 35px; padding: 5px 10px;}
.zn_subscribe.left .zn_newsletter_inputs {margin-left:0;}
.zn_subscribe.right .zn_newsletter_inputs {margin-right:0;}



/*#endregion Subscribe*/

/*#region Image carousel - DE STERS!!!!*/

/* Designed Section */

/* iCarousel Styles */
#iCarousel-timer {display: none !important;}
.carousel-container { width: 100%; overflow: hidden; }
.icarousel { width: 490px; height: 400px; position: relative; margin: 20px auto; -webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d; -o-transform-style: preserve-3d; -ms-transform-style: preserve-3d; transform-style: preserve-3d;
-webkit-perspective: 1000px; -moz-perspective: 1000px; -o-perspective: 1000px; -ms-perspective: 1000px; perspective: 1000px; }
.icarousel .slide2 { display: block; width: 480px; height: 360px; top:0; border-top:0; }

/* The Navigation buttons in the Slider */
a.iCarouselNav { display: block; position: absolute; top: 178px; width: 43px; height: 43px; background: url(../images/iarrows.png) no-repeat;
z-index: 1000; text-indent: -9999px; cursor: pointer; }
a#iCarouselPrev { left: 10px; background-position: left top; }
a#iCarouselPrev:hover { background-position: left bottom; }
a#iCarouselNext { right: 10px; background-position: right top; }
a#iCarouselNext:hover { background-position: right bottom; }

/*#endregion*/

/*#region Image*/
.zn-image img { width: auto; }
.zn-image.round img { -moz-border-radius:50%; -webkit-border-radius:50%; border-radius:50%; }
.zn_img_center { margin:auto; }
.zn_img_right { margin-right:0; margin-left:auto; }
/*#endregion Image*/

/*#region Testimonial box*/
.zn-testimonial-box { margin: 0; padding: 0; border: 0; }
.zn-testimonial-box h5 { font-size: 15px; margin-bottom: 0; }
.zn-testimonial-box .feedback-box { border-radius: 6px; padding: 35px; margin-bottom: 20px; position: relative; }
.zn-testimonial-box .feedback-box:hover { border-bottom-style: solid; border-bottom-width: 4px; margin-bottom: -4px; }
.zn-testimonial-box .feedback-box:hover:after, .feedback-box:hover:before { top: 100%; left: 10%; border-style: solid; border-color:transparent; content: " "; height: 0; width: 0; position: absolute; }
.zn-testimonial-box .feedback-box:hover:after { border-width: 5px; margin-left: -5px; }
.zn-testimonial-box .feedback-box:hover:before { border-width: 11px; margin-left: -11px; }
.zn-testimonial-box .feedback-box img { float: left; width: 100px; height: 100%; }
.zn-testimonial-box .feedback-box blockquote { min-height:100px; font-size:13px; margin:0; padding:0; border:0; padding-left: 30px; margin-left: 120px; line-height: 25px; }
.zn-testimonial-box .feedback-box > span { left: 150px; position: absolute; font-size: 20px; }
.zn-testimonial-box > h5 { line-height: 26px; }
.zn-testimonial-box > p { font-size:13px; line-height:22px; }
/*#endregion*/

/*#region Testimonials Slider 1*/
.testimonials-carousel {  margin-bottom:30px;}
.testimonials-carousel .item blockquote { font-weight: 300; margin-bottom: 25px; border:0;}
.testimonials-carousel .item blockquote:before { content: "\e71a"; font-family: 'icomoon';  }

.testimonials-carousel.zn_t_style1 .item blockquote {font-size: 23px; padding: 0 200px; line-height: 30px;}
.testimonials-carousel.zn_t_style1 .item blockquote:before { position: absolute; left: 120px; }
.testimonials-carousel.zn_t_style1 .item p {padding: 0 200px;}

.testimonials-carousel.zn_t_style2 { text-align: center; }
.testimonials-carousel.zn_t_style2 .item blockquote {font-size: 40px; line-height: 50px;  margin-bottom: 20px; padding:0;}
.testimonials-carousel.zn_t_style2 .item blockquote:before { font-size: 22px; border-style: solid; border-width: 2px; border-radius: 50%; padding: 20px; display: block; width: 66px; height: 66px; line-height: 1; margin: auto; margin-bottom: 10px; }
.testimonials-carousel.zn_t_style2 .item p {font-size: 13px;}

@media (min-width: 768px) and (max-width: 992px) {
   .testimonials-carousel.zn_t_style1 .item blockquote { padding: 0 100px; }
   .testimonials-carousel.zn_t_style1 .item blockquote:before { left: 40px; }
   .testimonials-carousel.zn_t_style1 .item p { padding: 0 100px;}
}

@media (max-width: 768px) {
   .testimonials-carousel.zn_t_style1 .item blockquote { padding: 0 50px; }
   .testimonials-carousel.zn_t_style1 .item blockquote:before { left: 0; }
   .testimonials-carousel.zn_t_style1 .item p { padding: 0 50px;}
}




/*#endregion*/

/*#region Testimonial Slider 2*/

.testimonials3-carousel .zn_title { }
.testimonials3-carousel .item { max-width: 450px; margin:auto;}
.testimonials3-carousel .item blockquote { font-size: 20px; line-height: 32px; font-weight: 300; padding: 30px 40px; border-radius: 4px; width: 100%; margin: 0 auto; position: relative; margin-bottom: 25px; border: none; }

.testimonials3-carousel .item h4 { font-size: 15px; line-height: 26px; margin:0; }
/*.testimonials3-carousel .owl-buttons .owl-prev i,
.testimonials3-carousel .owl-buttons .owl-next i { top: 43%; }
.testimonials3-carousel .owl-buttons .owl-prev i { left: 0; right:auto;}
.testimonials3-carousel .owl-buttons .owl-next i {right: 0; }
.testimonials3-carousel .owl-buttons .owl-prev i:hover,
.testimonials3-carousel .owl-buttons .owl-next i:hover { border-style: solid; border-width: 2px; }*/
.testimonials3-carousel .item img.zn_circle_image { border-radius:50%; }
.testimonials3-carousel .item blockquote:after { top: 100%; border: solid 10px transparent; content: " "; height: 0; width: 0; position: absolute; }



.testimonials3-carousel.center .item blockquote:after { left:50%; margin-left: -10px;}
.testimonials3-carousel.left .item blockquote:after { left:40px;}
.testimonials3-carousel.right .item blockquote:after { right:40px;}
.testimonials3-carousel.center .item img { margin: auto; width: auto;}
.testimonials3-carousel.left .item img { left:0;}
.testimonials3-carousel.right .item img { margin: 0 0 0 auto;}

.testimonials3-carousel.style3 .item {max-width: 100%; }
/*.testimonials3-carousel.style3.right .zn_title { padding-right: 115px; }*/
.testimonials3-carousel.style3 .item blockquote:before { content: "\e71d"; font-family: 'icomoon'; margin-right: 10px;}
.testimonials3-carousel.style3 .item>blockquote { padding:25px; line-height:30px; }
.testimonials3-carousel.style3 .item>img { margin-bottom: 15px; width:auto \9;}
.testimonials3-carousel.style3 .item>h4 { margin-bottom: 25px; }

.testimonials3-carousel.style4 .item { max-width: 100%; padding: 30px 25px; }
.testimonials3-carousel.style4 .item blockquote { background: transparent; padding:0; font-size:18px; line-height:25px; }
.testimonials3-carousel.style4 .item blockquote:before { content: "\e71d"; font-family: 'icomoon'; margin-right: 10px;}
.testimonials3-carousel.style4 .item blockquote:after { border: 0; }
.testimonials3-carousel.style4 .item h4, .testimonials3-carousel.style4 .item .position { display: inline; margin-right: 10px; font-size:13px; line-height:22px; }

.testimonials3-carousel.style5 .item { max-width: 100%; padding: 30px 25px; }
.testimonials3-carousel.style5 .item blockquote { background: transparent; padding:0; font-size:18px; line-height:25px; }
.testimonials3-carousel.style5 .item blockquote:before { content: "\e71d"; font-family: 'icomoon'; margin-right: 10px;}
.testimonials3-carousel.style5 .item blockquote:after { border: 0; }
.testimonials3-carousel.style5 > h2 { margin-bottom: 55px; }
.testimonials3-carousel.style5 .item h4, .testimonials3-carousel.style5 .item .position { display: inline; margin-right: 10px; font-size:13px; line-height:22px; }
/*#endregion*/

/*#region Testimonials List*/
.zn_testimonials_list .item { width: 33%; }
.zn_testimonials_list .item .testimonial img {float: left; margin-right: 20px; border-radius:50%; width:auto;}
.zn_testimonials_list .item h3 {font-size: 16px; }
.zn_testimonials_list .item .testimonial {padding: 20px 30px; margin: 10px; border: solid 1px #f5f4f4;}
.zn_testimonials_list .item .testimonial:hover { -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 0 10px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 0 10px rgba(0, 0, 0, 0.1); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 0 10px rgba(0, 0, 0, 0.1); }
/*#endregion Testimonials List*/

/*#region Tab list*/
.zn_tabList .nav-tabs { border-bottom: none;}
.zn_tabList .nav-tabs > li { display: inline-block; float: none; margin-right:3px;}
.zn_tabList .nav-tabs > li > a { border: 0; border-bottom-style: solid; border-bottom-width: 5px;  margin-right: 0;}
.zn_tabList .nav-tabs > li > a:hover { border: none; border-bottom-style: solid; border-bottom-width: 5px; }
.zn_tabList .nav-tabs > li.active > a { border: none; border-bottom-style: solid; border-bottom-width: 5px; -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; }
.zn_tabList .nav-tabs > li.active:first-child > a { -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; }
.zn_tabList .nav-tabs > li.active:last-child > a { -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; }

.zn_tabList.center .zn_tab_names { text-align: center; }
.zn_tabList.right .zn_tab_names { text-align: right; }

/* STYLE 2 */
.zn_tabList.simple .nav-tabs { border-bottom:1px solid; border-bottom-color:inherit;}
.zn_tabList.simple .nav-tabs > li > a { border:1px solid; border-color: inherit; background: transparent; }
.zn_tabList.simple .nav-tabs > li.active > a { background-color:transparent; /*border-bottom-color:transparent;*/}

.zn_tabList.vertical .nav-tabs > li { margin-bottom: 0;}
.zn_tabList.vertical .zn_tab_names { float: left; width: 25%; }
.zn_tabList.vertical .tab-content { float: left; width: 75%; border: 1px solid; border-color: inherit; padding: 20px; margin-left: -1px; }
.zn_tabList.vertical .nav-tabs > li { display:block; margin-right:0;}
.zn_tabList.vertical .nav-tabs > li.active:first-child > a { -webkit-border-bottom-left-radius: 0; border-bottom-left-radius: 0; }
.zn_tabList.vertical .nav-tabs > li.active:last-child > a { -webkit-border-bottom-right-radius: 0; border-bottom-right-radius: 0; -webkit-border-top-right-radius: 0; border-top-right-radius: 0; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }

.zn_tabList.vertical.right .zn_tab_names { float: right; width: 25%; }
.zn_tabList.vertical.right .tab-content { float: right; width: 75%; border: 1px solid; border-color: inherit; padding: 20px; margin-right: -1px; margin-left:0; }
.zn_tabList.vertical.right .nav-tabs > li.active:first-child > a { -webkit-border-bottom-left-radius: 0; border-bottom-left-radius: 0; -webkit-border-top-left-radius: 0; border-top-left-radius: 0; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px;}
.zn_tabList.vertical.right .nav-tabs > li.active:last-child > a { -webkit-border-top-right-radius: 0; border-top-right-radius: 0; -webkit-border-bottom-left-radius: 0; border-bottom-left-radius: 0; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px;}

/*#endregion Tab list*/

/*#region Image Slider*/
.zn_img_slider .zn_owl_carousel .item img { margin: auto; width:auto;}
/*#endregion Image Slider*/

/*#region Image Slider 2*/
.zn_img_slider2 .item img { margin: auto; width:auto \9; }
/*#endregion Image Slider 2*/

/*#region Image Slider 3*/
.zn_img_slider3 .item img { margin: auto; width:auto \9; }
/*#endregion Image Slider 3*/

/*#region Progress Bar 1 (Circle)*/
.circular-bar { position: relative; margin-bottom:20px; }
.circular-bar h4 { font-size: 16px; margin-bottom: 30px;}
.circular-bar .progress-icon { font-size: 34px; position: absolute; margin:auto; left:0; right:0;}
.circular-bar .procent { /*font-size: 34px;*/ display: block; line-height:1; margin-bottom: 10px;}
.circular-bar .separator2 { border-style: solid; border-width: 1px; display: block; width: 200px; margin: 7px auto 15px; }
/*#endregion*/

/*#region Progress List*/
.progress_bar_list { margin-bottom: 30px; }
.progress_bar_list h6 {font-size: 17px; line-height:22px; margin-bottom: 5px; }
.progress_bar_list .progress { height: 30px; -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; }
.progress_bar_list .progress-bar { line-height: 30px; }
/*#endregion Progress List*/

/*#region Number Box*/
.timer-box {  border-bottom-style: solid; border-bottom-width: 4px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; padding: 40px 30px; font-size: 38px; font-weight: 300; margin-bottom: 25px; }
.timer-box .zn_timer { display: inline-block; margin-bottom: 15px; }
.timer-box .zn_desc {font-size: 14px;}
/*#endregion Number Box*/

/*#region Pricing Table Box */
.pricing-table { margin-left: 0; margin-bottom:30px; width:100%; position:relative;}
.pricing-table.scale-hover:hover,
.pricing-table.highlight { -moz-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.11); -webkit-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.11); box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.11);
                  -webkit-transform: scale(1.10); -moz-transform: scale(1.10); -ms-transform: scale(1.10); -o-transform: scale(1.10); transform: scale(1.10);
                  /*width: -moz-calc(110% - -7px); width: -webkit-calc(110% - -7px); width: -o-calc(110% - -7px); width: calc(110% - -7px);*/
                  width: 112%; margin-left: -15px; margin-top: 6px; position: relative; z-index: 1; margin-bottom: 24px }
.pricing-table.scale-hover:hover { z-index: 2; }

.pricing-table .pricing-header /* Standard */ { text-align: center; font-size: inherit; }
.pricing-table .pricing-header h3 { font-size: 29px; font-weight: 300; text-align: center; padding-top: 30px; margin-bottom: 40px; }
.pricing-table ul { border-left: solid 1px #e5e4e4; border-right: solid 1px #e5e4e4; border-bottom: solid 1px #e5e4e4;}
.pricing-table ul li { text-align: center; font-size: 14px; padding: 10px 0; border-top-style: solid; border-top-width: 1px; }
.pricing-table .pricing-header .price { display: inline-block; text-align: center; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; padding: 15px; margin-bottom:25px;}
.pricing-table .pricing-header .price .price-value { display: block;  font-size: 25px; line-height:1;}
.pricing-table .pricing-header .price .period { display: block; font-weight: 300; font-size: 14px;}

.pricing-table .btn { -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; padding: 15px 35px; margin:0;}
.pricing-table .btn:active { border: none;}
.pricing-table .btn:hover { font-weight: 500; }
.pricing-table .order { padding: 25px 0;}

.pricing-table.style2 .pricing-header img { margin: auto; }
.pricing-table.style2 .pricing-header { height: inherit; background: none !important;}
.pricing-table.style2.featured .pricing-header img {-webkit-transform: scale(1.12); transform: scale(1.12); margin: 0 auto;}
.pricing-table.style2 .title {display: block; width: 100%; /*background: #fafafa;*/ border-bottom-style: solid; border-bottom-width: 1px; /*#f4f4f4;*/ margin-bottom: 15px;
text-align: center; margin-left: inherit;}
.pricing-table.style2 .title:before { content: none;}
.pricing-table.style2 .title h3 {/*color: #161616;*/ font-size: 18px;}
/*.pricing-table.style2 .title p { color: #161616;}*/
/*.pricing-table.style2 ul li:nth-child(odd):not(:first-child) { background: none;}*/
.pricing-table.style2 ul li {border-top: 0; text-align: inherit; margin-left: 45px;}
.pricing-table.style2 ul li:before { content: "\f105"; font-family: 'icomoon'; /*color: #ff525e;*/ padding-right: 5px; font-size: 13px; }
.pricing-table.style2 .order { border-top-style: solid; border-top-width: 1px; /*#f4f4f4;*/ text-align: center; margin-left: inherit; border-top-color:inherit; }
.pricing-table.style2 .order:before {content: none;}

/*Corner*/
.pricing-table .zn_corner { border: 70px solid transparent; position: absolute; right: -72px; top: -72px; -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg); }
.pricing-table .zn_corner_text { position: absolute; top: -10px; right: -20px; padding: 25px 10px 0 10px; line-height:1; width: 90px; height: 70px; overflow: hidden; text-align: center; font-weight: bold; font-size: 14px; -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg); }


/*#endregion Pricing Table Box*/

/*#region Full Page Slider*/
.zn_fullPage .section img {  }
/*#endregion Full Page Slider*/

/*#region Collapsible List*/
.zn-collapsible { margin-bottom: 50px; }
.zn-collapsible .panel .panel-heading { padding: 0; background-color:transparent; }
.zn-collapsible .panel-group .panel { -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;}
.zn-collapsible .panel-title > a { display: block; padding:10px 15px 10px 25px; position: relative;}
.zn-collapsible .panel-title > a:after { content: "\f107"; font-family: 'icomoon'; text-align:center; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; padding: 4px; font-size: 14px; position: absolute; width: 23px; height: 23px; line-height: 15px; right: 15px; top: 0; bottom:0; margin:auto; -webkit-transition: transform 0.4s ease-out; -moz-transition: transform 0.4s ease-out; -o-transition: transform 0.4s ease-out; transition: transform 0.4s ease-out;}
.zn-collapsible .panel-title > a:not(.collapsed):after { -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); -webkit-transform: rotate(180deg); transform: rotate(180deg); }
.zn-collapsible .zn-col-icon { line-height: 1; font-size: 20px; margin-right: 10px; vertical-align: middle; }

.zn-collapsible.style3 .panel-title > a { background-color: transparent; }
.zn-collapsible.style3 .panel { border: none; }
.zn-collapsible.style3 .panel .panel-heading { border-bottom-style:solid; border-bottom-width:1px; }
/*#endregion Collapsible List*/

/*#region Custom Container*/
.zn_custom_container { min-height: 25px; }
/*#endregion*/

/*#region Generic Slider */

.zn_generic_slider { padding-top:10px; margin-bottom: 30px;}

/*#endregion Generic Slider */

/*#endregion ===PAGEBUILDER ELEMENTS===*/

/*#region Coming Soon*/
.zn_coming_soon_page { padding-top: 50px; }
.zn_coming_soon_page h2.section-title { margin-bottom: 10px;}
.zn_coming_soon_page h3 { font-weight: 300; font-size: 20px;}
.zn_coming_soon_page input { padding: 12px 15px; width: 280px; margin-right: 5px; outline: none; margin-bottom: 10px; height: 45px;}
.zn_coming_soon_page .btn.zn_btn_3d {padding: 10px 55px;margin: 0; vertical-align: top;}
.zn_coming_soon_page .under-social li { display: inline-block; margin-left: 10px;}
.zn_coming_soon_page .under-social span { font-size: 20px;}
.zn_coming_soon_page .count-widget { text-align: center; }
.zn_coming_soon_page .count-widget ul { display: inline-block; padding: 0; margin-bottom: 60px;}
.zn_coming_soon_page #countdown {margin-top: 80px;}
.zn_coming_soon_page #countdown .counter ul {padding: 0;}
.zn_coming_soon_page #countdown ul li  {list-style: none; padding: 0; float: left; margin-right: 30px;}
.zn_coming_soon_page #countdown ul li:last-child {margin-right: 0;}
.zn_coming_soon_page #countdown span { font-size: 40px; line-height: 70px; font-weight: 100; padding: 10px 24px 36px 24px; border-radius: 3px;}
.zn_coming_soon_page #countdown p {font-size: 12px; text-align: center; text-transform: uppercase; font-weight: 100;}
/*#endregion Coming Soon*/

/*#region Maintenance Page*/
.maintenance_header {margin: 100px 0;}
.zn_maintenance_boxes_container { padding-top: 100px; padding-bottom: 100px; }
/*#endregion Maintenance Page*/

/***************************
* WORDPRESS SHARED STYLES
****************************/
.alignright {float:right; margin: 5px 0 20px 20px; }
.alignleft {float: left; margin: 5px 20px 20px 0; }
.aligncenter {display: block; margin: 5px auto 5px auto; }
.wp-caption { border-width: 1px; border-style: solid; max-width: 100%; padding: 5px 5px 10px 5px; text-align: center; margin-bottom: 20px; }
.wp-caption img { margin-bottom: 10px; }
.wp-caption p, .blog-post .post-content .entry-content .wp-caption p { font-size: 13px; line-height: 18px; font-style: italic; }
.wp-caption p.wp-caption-text {line-height: 1.5; font-size: 10px; margin: 0; }
.commentlist .bypostauthor {}
.gallery-caption {}
.gallery .gallery-icon { margin-bottom: 10px; }
.gallery .gallery-item { padding-left: 1%; padding-right: 1%; }
.sticky { -o-box-shadow: 0 1px 2px rgba(0,0,0,0.2); -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2); -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2); box-shadow: 0 1px 2px rgba(0,0,0,0.2); padding: 25px; }


/* ===JAVAScRIPT PLUGINS=== */

/*#region OWL Carousel*/
/* clearfix */
.owl-carousel .owl-wrapper:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
/* display none until init */
.owl-carousel { display: none; width: 100%; -ms-touch-action: pan-y; }
.owl-carousel .owl-wrapper { display: none; position: relative; -webkit-transform: translate3d(0px, 0px, 0px); }
.owl-carousel .owl-wrapper-outer { overflow: hidden; position: relative; width: 100%; }
.owl-carousel .owl-wrapper-outer.autoHeight { -webkit-transition: height 500ms ease-in-out; -moz-transition: height 500ms ease-in-out; -ms-transition: height 500ms ease-in-out; -o-transition: height 500ms ease-in-out; transition: height 500ms ease-in-out; }

.owl-carousel .owl-item { float: left; }
.owl-controls .owl-page,
.owl-controls .owl-buttons div { cursor: pointer; }
.owl-controls { -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

/* mouse grab icon */
/*.grabbing { cursor:url(grabbing.png) 8 8, move; }*/

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item { -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden; -webkit-transform: translate3d(0,0,0); -moz-transform: translate3d(0,0,0); -ms-transform: translate3d(0,0,0); }

/* Owl Carousel Owl Demo Theme v1.3.3 */
.owl-theme .owl-controls .owl-pagination { margin-top: 10px; text-align: center; }

/* Styling Next and Prev buttons */
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover { opacity: 1; text-decoration: none; }

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page { display: inline-block; }
.owl-theme .owl-controls .owl-page span { display: block; width: 12px; height: 12px; margin: 5px 7px; opacity: 1; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; /*background: #869791;*/ }
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span { opacity: 1; /*background: #cd3a44;*/ }

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers { height: auto; width: auto; color: #FFF; padding: 2px 10px; font-size: 12px; -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; }

/*#region
 *  Owl Carousel CSS3 Transitions
 *  v1.3.2
 */

.owl-origin {
   -webkit-perspective: 1200px;
   -webkit-perspective-origin-x : 50%;
   -webkit-perspective-origin-y : 50%;
   -moz-perspective : 1200px;
   -moz-perspective-origin-x : 50%;
   -moz-perspective-origin-y : 50%;
   perspective : 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
  25% { opacity: .5; -webkit-transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
  25% { opacity: .5; -moz-transform: translateZ(-500px); }
  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -moz-transform: translateZ(-500px); }
  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; transform: translateZ(-500px); }
  100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
  to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
  to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
  to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
  from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
  from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
  from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
  from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
  from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
  from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
  to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
  to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
  to { opacity: 0; transform: scale(1.5); }
}

/*#endregion END Owl Carousel CSS3 Transitions  */

/* #endregion OWL Carousel */
