﻿/*
TABLE OF CONTENTS
- General stuff (typography, anchors, inputs, helpers, animations, spacing)
- Menu
- Header
- Footer
- 404 page
- Main Slider
- Page loader
- Color Styles
- Sections
- Content Elements
    - Section Info
    - Feature Boxes
    - Links lists
    - Meet the Crew  and About Me
    - Quotes
    - Testimonials
    - Blog (latest, archive, details, comments)
    - Satisfied customers
    - Contact form
    - Google maps
    - Timeline
- Portfolio details
    - Navigation bar
    - Category box
    - Feature box
    - Testimonial
    - Browser slider
    - Devices section
    - Modal popup
- Carousels
    - Featured work
    - Our latest work
- Sidebar widgets
    - Search
    - Recent posts
    - Categories
    - Tags
    - Instagram
- CSS Loader
- Media Queries
- Main menu styling
- COMING SOON
- MAGNIFIC POP-UP PLUGIN 
*/


/***************************
* GENERAL STUFF
****************************/

/* Text */
body { font-size: 16px; line-height: 30px; }
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { margin-top: 0; color: #000; }
h1 , .h1 { font-size: 28px; }
h2, .h2 { font-size: 24px; }
h3, .h3 { font-size: 18px; }
h4, .h4 { font-size: 16px; }
p { margin: 0 0 20px 0; }
.bigText { font-weight: 900; font-size: 86px; line-height: 80px; }
.mediumText { font-size: 22px; line-height: 33px; }
.textLight { font-weight: 300; }
iframe {
width: 100%;
height: auto;
border: none;
}


/* Anchors */
a, a:visited, a:link { color: inherit; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -ms-transition: all 0.5s ease; transition: all 0.5s ease; }
a:hover, a:active, a:focus { text-decoration: none; outline: none; }
.arrowLink, .goLower { /*font-size: 16px;*/ font-weight: 700; }
.arrowLink:before, .arrowLink:after { vertical-align: middle; font-size: 26px; font-family: 'ElegantIcons'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -ms-transition: all 0.5s ease; transition: all 0.5s ease; }
.arrowLink:before { margin-right: 9px; }
.arrowLink:after { margin-left: 9px; }
.arrowLeft:before { content: '\e803'; }
.arrowRight:before { content: '\e804'; }
.arrowRightRight:after { content: '\e804'; }
.arrowLink:hover:before { margin-right: 3px; margin-left: 6px; }
.arrowLink:hover:after { margin-left: 3px; margin-right: 6px; }
.simpleLink { font-weight: 300; }

.goLower:before { vertical-align: middle; content: '\e81b'; font-size: 30px; margin-right: 10px; font-family: 'ElegantIcons'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; }


#page { overflow: hidden; }
#page.boxed { width: 1200px; margin: 0 auto; }

/*Helpers*/
.underline { position: relative; }
.underline:after { content: ' '; width: 34px; height: 5px; position: absolute; bottom: -10px; left: 0; }
.animate { -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -ms-transition: all 0.5s ease; transition: all 0.5s ease; }
.animateFast { -webkit-transition: all 0.2s ease-in; -moz-transition: all 0.2s ease-in; -o-transition: all 0.2s ease-in; -ms-transition: all 0.2s ease-in; transition: all 0.2s ease-in; }
.overflowHidden { overflow: hidden; }
.topMiddleArrow:before { content: ' '; width: 15px; border: 15px solid transparent; border-bottom-color: #fff; left: 50%; margin-left: -15px; top: -30px; position: absolute; }
.zn_blog_separator { border-bottom-width: 1px; border-bottom-style: solid; margin-bottom: 15px; padding-bottom: 18px; }

/*SOCIAL LINKS*/
a[class^="soc_"]:before, a[class*="soc_"]:before { vertical-align: middle; font-size: 20px; margin-right: 10px; font-family: 'ElegantIcons'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 30px; -webkit-font-smoothing: antialiased; }
.style2 a[class^="soc_"]:before, .style2 a[class*="soc_"]:before { font-size: 23px; margin-right: 23px; }
.social_twitter:before { content: '\e8f3'; }
.social_facebook:before { content: '\e8f2'; }
.social_instagram:before { content: '\e8f9'; }
.social_linkedin:before { content: '\e8fc'; }
.social_googleplus:before { content: '\e8f5'; }
.social_dribble:before { content: '\e8fa'; }
.social_youtube:before { content: '\e902'; }
.social_vimeo:before { content: '\e8fb'; }
.social_tumbleupon:before { content: '\e8f7'; }
.soc_twitter:hover:before, .social_twitter:hover { color: #47c0d8 !important; }
.soc_facebook:hover:before, .social_facebook:hover { color: #49699f !important; }
.soc_dribble:hover:before, .social_dribble:hover { color: #e65992 !important; }
.soc_googlep:hover:before, .social_googleplus:hover { color: #c33d19 !important; }
.soc_linkedin:hover:before, .social_linkedin:hover { color: #2c7cb7 !important; }
.soc_instagram:hover:before, .social_instagram:hover { color: #5F89AC !important; }
.soc_youtube:hover:before, .social_youtube:hover { color: #b72d24 !important; }
.soc_vimeo:hover:before, .social_vimeo:hover { color: #4c8ab0 !important; }
.soc_tumbleupon:hover:before, .social_tumbleupon:hover { color: #EA4B24 !important; }


/*INPUTS*/
input, textarea { margin-bottom: 18px; }
input[type=text], input[type=password], textarea, input[type=email], input[type=url], select , .search-form-404 .search-field { border-left: 0; border-top:0; border-right:0; border-bottom-width: 2px; border-bottom-style: solid; background: transparent; padding: 9px 0; outline: 0; font-size: 18px; font-weight: 300; max-width:100%; }
label {font-size: 18px; font-weight: 300;}
input[type=submit] { font-weight: bold; margin: 0; border: 0; background: transparent; outline: 0; line-height: 1; vertical-align: middle; }
input:focus, textarea:focus , input:active, textarea:active {outline: none;}

/* SPACING */
.paddingRight0 { padding-right: 0 !important; }
.paddingLeft0 { padding-left: 0 !important; }
.paddingTop0 { padding-top: 0 !important; }
.paddingBottom0 { padding-bottom: 0 !important; }
.paddingTop25 { padding-top: 25px !important; }
.paddingBottom25 { padding-bottom: 25px !important; }
.paddingTop30 { padding-top: 30px !important; }
.paddingBottom30 { padding-bottom: 30px !important; }
.paddingBottom40 { padding-bottom: 40px !important; }
.paddingTop50 { padding-top: 50px !important; }
.paddingBottom80 { padding-bottom: 80px !important; }
.paddingTop95 { padding-top: 95px !important; }
.paddingBottom120 { padding-bottom: 120px !important; }
.paddingBottom135 { padding-bottom: 135px !important; }
.paddingBottom160 { padding-bottom: 160px !important; }
.paddingTop170 { padding-top: 170px !important; }
.paddingBottom200 { padding-bottom: 200px !important; }
.paddingTop260 { padding-top: 260px !important; }
.paddingTop485 { padding-top: 485px !important; }
.paddingTop525 { padding-top: 525px !important; }
.paddingTop25p { padding-top: 25% !important; }
.paddingB10p { padding-bottom: 10% !important; }

.marginBottom25 { margin-bottom: 25px !important; }
.marginBottom30 { margin-bottom: 30px !important; }
.marginBottom50 { margin-bottom: 50px !important; }
.marginTop60 { margin-top: 60px !important; }
.marginTop73 { margin-top: 73px !important; }
.marginBottom110 { margin-bottom: 110px !important; }

[data-zn_icon]:before {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-weight: normal;
content: attr(data-zn_icon);
speak: none;
}
.zn_icon:before , .zn_icon { font-family: 'eleganticons'; }
.icon_ribbon_alt:before { content: "\e871"; } /*Default icon for post pages*/
.icon_search_alt:before { content: "\e835"; } /*Default icon for post pages*/

/*IMAGE SCALE-ROTATE EFFECT*/
.scaleRotateImg { overflow: hidden; display: inline-block; position: relative; }
.scaleRotateImg:hover > img { -ms-transform: scale(1.2) rotate(5deg); -moz-transform: scale(1.2) rotate(5deg); -webkit-transform: scale(1.2) rotate(5deg); -o-transform: scale(1.2) rotate(5deg); transform: scale(1.2) rotate(5deg); }
.magPopupImg { cursor: pointer; }


/***************************
* HEADER
****************************/
.subLogo { font-size: 20px; position: absolute; left: 40px; top: 30px; }
.subHeader {background: url('../images/slide1bg.jpg'); background-position: top; padding-top:205px;}

/***************************
* FOOTER
****************************/
#footer { padding-top: 20px; padding-bottom: 20px; font-size: 15px; }
.oblique #footer.obliqueCut { padding-bottom: 40px; }
#footer .highlight { font-weight: 700; }
#footer.dark { background-color: #201d1d; }
#footer.dark.separatorTop svg path {fill:#201d1d;}
#footer.mediumDark { background-color: #f3f3f3; }
#footer.mediumDark.separatorTop svg path {fill:#f3f3f3;}
#footer .footer_widgets {padding-top: 30px;}


.isMobile { padding-right: 0 !important;}
/***************************
* 404 PAGE
****************************/
.zn_404_page { padding: 72px 0 109px 0; text-align: center; line-height: 1;  }
.search-form-404 input { border: none; font-weight: normal; width: 100%;  }
.search-form-404 input:active { outline: none;  }
.search-form-404 .submit { float: right; font-weight: 700; position: relative; }
.search-form-404 .submit:before { content:'\e835'; vertical-align: middle; font-size: 16px; font-family: 'ElegantIcons'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; }
.search-form-404 .submit input { font-weight: 700;width: auto; }
.search-form-404 .submit , .search-form-404 .submit input { font-size: 16px; }
.zn_404_page .zn_404_main_text { font-size: 76px;line-height: 55px; padding: 0 125px; font-weight: 700; margin-bottom: 8px;}
.zn_404_page .zn_404_text { font-size: 200px; font-weight: 700;}
.zn_404_page .zn_404_not_found_text { font-size: 40px;font-weight: 700; margin-bottom: 50px;}
.zn_404_page .zn_404_app_text { font-size: 18px; font-weight: 300;  margin-bottom: 45px; }
.zn_404_page form { margin-bottom: 20px; }

/***************************
* SEARCH PAGE
****************************/
#search_page article .article_title {font-size: 18px; font-weight: bold; }
#search_page .zn_blog_separator { margin-bottom: 50px; padding-bottom: 50px; }
#search_page article p { font-weight: 300; }

/***************************
* MAIN SLIDER (Revolution slider)
****************************/

.tp-leftarrow.default, .tp-rightarrow.default { top:auto !important; z-index: 900 !important;  height: 75px; width: 75px; padding: 29px 33px; border-radius: 50%; display: block !important; opacity: 1 !important; background-position:center; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -ms-transition: all 0.5s ease; transition: all 0.5s ease;}
.tp-leftarrow.default:hover, .tp-rightarrow.default:hover { -webkit-transform: scale(1.1) translateZ(0); -moz-transform: scale(1.1) translateZ(0); -o-transform: scale(1.1) translateZ(0); transform: scale(1.1) translateZ(0); }

.tp-leftarrow { background-image: url('data:image/png;base64,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') !important; }
.tp-rightarrow { background-image: url('data:image/png;base64,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') !important; }

@media (max-width:767px) {
    .tp-caption.bigText { left: 20px !important; }
    .tp-caption.medium_text { left: 50px !important; }
    .tp-caption.medium_text + .tp-caption { margin-top: -10px; left: 20px !important; }
}

@media (max-width:320px) {
    .tp-leftarrow.default, .tp-rightarrow.default { width:60px; height:60px; left:auto !important; padding: 22px 26px;}
    .tp-leftarrow.default { right: 65px; bottom: -10px !important; top: auto !important; }
    .tp-rightarrow.default { right: 5px; bottom: 3px !important; top: auto !important; }

    .tp-caption.medium_text { left: 30px !important; }
    .tp-caption.medium_text a { font-size: 9px !important; }
}


/*PAGER*/
/*.defaultPager { margin-bottom: }*/
.defaultPager > * { float: left; }
.defaultPager ul { list-style-type: none; padding: 0; width: 50%; text-align: center; }
.defaultPager ul li { margin: 2px; display: inline-block; }
.defaultPager ul li a { padding: 10px; }
.defaultPager .arrowLeft { width: 25%; }
.defaultPager .arrowRightRight { width: 25%; text-align: right; }

/***************************
* PAGE LOADER
****************************/
#loader { display: none; }
body.loading { overflow: hidden; }
body.loading #page { opacity: 0; }
body.loading #loader { display: block; position: fixed; padding: 50px; width: 100%; background: #FFF; z-index: 100; height: 100%; }
body.loading #loader h1 { font-weight: 900; font-size: 50px; }
/* Make clicks pass-through */
#nprogress { pointer-events: none; }
#nprogress .bar { position: fixed; z-index: 100; top: 0; left: 0; width: 100%; height: 5px; }
/* Fancy blur effect */
#nprogress .peg { display: block; position: absolute; right: 0px; width: 100px; height: 100%; opacity: 1.0; -webkit-transform: rotate(3deg) translate(0px, -4px); -ms-transform: rotate(3deg) translate(0px, -4px); transform: rotate(3deg) translate(0px, -4px); }
/* Remove these to get rid of the spinner */
#nprogress .spinner { display: block; position: fixed; z-index: 100; top: 15px; right: 15px; }
#nprogress .spinner-icon { width: 18px; height: 18px; box-sizing: border-box; border: solid 2px transparent; border-radius: 50%; -webkit-animation: nprogress-spinner 400ms linear infinite; animation: nprogress-spinner 400ms linear infinite; }

@-webkit-keyframes nprogress-spinner {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes nprogress-spinner {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/***************************
* COLOR STYLES
****************************/
/* Any section */
.obliqueCut:before { background: #FFF; color: #999; }
.yellowColor { color: #FEB127; }

/*Modal window*/
.untitledModal.opening { color: #fff; }
.untitledModal.opening .titleColor, .untitledModal.opening .arrowLink:before, .untitledModal.opening .arrowLink:after { color: #fff; }
.untitledModal.opening .descriptionColor { color: #511d22; }

blockquote footer { color: #fff; } /*Override bootstrap*/


/*LIGHT SECTION - default WHITE */
/*.alternateColor { color: #fefefe; }*/
.separatorBottom:before , .separatorTop:before { background: #FFF; color: #999; }
.separatorBottom svg path , .separatorTop svg path { fill: #fff; }
#comments .comment .comment-body .comment-content .comment-meta { color: #cecece; }
#comments .defaultPager { margin-bottom: 60px; }
 .defaultPager ul li a { background: #f9f9f9; } /*f3f3f3*/
 .scaleRotateImg:after,  .latestWorkContainer.notMobile li:hover,  .defaultPager ul li a.active,
 .defaultPager ul li:hover a,
 #comments .comment .comment-body .avatar { color: #fff; }
 .defaultPager .zn_inactive { color:#ccc; }
 .latestWorkContainer.notMobile li:hover .titleColor,  .latestWorkContainer.notMobile li:hover .arrowLink:before,
 .latestWorkContainer.notMobile li:hover .arrowLink:after { color: #fff; }
 .latestWorkContainer.notMobile li:hover .descriptionColor { color: #511d22; }

.imageBackground .quote .quoteText { color: #fff; }
.imageBackground { padding: 10% 0;}
.sliderPagination a { background: #fff; }

 .memberSkills .progress { color: #e5e5e5; }
 .memberSkills .progress-bar { background-color: #009edb; }
 .widget.widget_tag_cloud .tagcloud a:hover { color: #fff; }

/*WP SPECIFIC*/
.widget a { color:#000; }
#comments .comment .comment-body .fn, #comments .comment .comment-body .reply a, #comments .form-submit {color:#000;}
/*CALENDAR WIDGET*/
#wp-calendar tbody td#today { color:#fff; }
/* text widget images */
.textwidget img { max-width: 100%;height: auto; }


/***************************
* SECTIONS
****************************/
.sectionIcon { font-size: 30px; display: inline-block; text-align: center; position: absolute; margin: auto; left: 0; right: 0; top: -37px; width: 75px; height: 75px; line-height: 75px; border-radius: 50%; vertical-align: middle; }
section { position: relative; }

.obliqueCut { padding-top: 120px; padding-bottom: 180px; position: relative; }
/*.oblique .obliqueCut { padding-top: 75px; }*/
.oblique .obliqueCut svg { position: absolute; display: block; z-index: 100; height: 110px; width: 100%; }
.oblique .obliqueCut.separatorTop svg:first-of-type { top: -109px; bottom: auto; }
.oblique .obliqueCut.separatorBottom svg:last-of-type { bottom: -109px; }
.oblique .sectionIcon { z-index: 101; }
.oblique .separatorTop .sectionIcon { top: -88px; }
.oblique .separatorBottom + .obliqueCut .sectionIcon, 
.oblique .separatorBottom + .zn_anchor_point + .obliqueCut .sectionIcon { top: 15px; z-index: 101; }
/*.oblique .separatorBottom + .obliqueCut { padding-top: 260px; }*/
.obliqueCut > svg { display: none; }
/*.oblique .obliqueCut:before { content: ' '; height: 165px; width: 101%; box-sizing: initial; overflow: hidden; -webkit-backface-visibility: hidden; -webkit-transform: rotate(-3deg); -moz-transform: rotate(-3deg); -ms-transform: rotate(-3deg); -o-transform: rotate(-3deg); transform: rotate(-3deg); -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.99026807, M12=0.13917310, M21=-0.13917310, M22=0.99026807,sizingMethod='auto expand')"; position: absolute; top: -51px; }*/

.imageBackground { background-color: #000; }
.img1Bkg { background: url('../images/img1Bkg.jpg'); background-position: center; }
.img2Bkg { background: url('../images/img2Bkg.jpg'); background-position: center; }
.img3Bkg { background: url('../images/img3Bkg.jpg'); background-position: center; }
.img4Bkg { background: url('../images/img4Bkg.jpg'); }
/*.img5Bkg { background: url('../images/slide1bg.jpg'); background-position: top; }*/
.img6Bkg { background: url('../images/img6Bkg.jpg'); background-position: top; }
.bkg-responsive { background-position: 50% 0px; background-size: contain; background-repeat: repeat; }


/***************************
* 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 {background: #fff; border: 1px solid #f0f0f0; max-width: 96%; /* Image does not overflow the content area */ padding: 5px 3px 10px; text-align: center; }
.commentlist .bypostauthor {}
.gallery-caption {}
.sticky {}
.wp-caption p.wp-caption-text {line-height: 1.5; font-size: 10px; margin: 0; }

/* Elements Title Style */
.zn_title { margin-bottom: 20px; font-weight: 700; line-height: 33px;}
.zn_titleStyle1, .zn_titleStyle3 { font-size: 18px; }
.zn_titleStyle2, .zn_titleStyle4 { font-size: 16px; }
.zn_titleStyle5, .zn_titleStyle6 { font-size: 30px; }
.zn_titleStyle7, .zn_titleStyle8 { font-size: 20px; }

/* Button Styles */
.zn_btn-default {  line-height: 1; color: #fff !important; display: inline-block; text-align: center; font-size: 16px; font-weight: bold; margin-bottom: 5px; padding: 15px; border-radius: 3px; }
.zn_btn-alternative { width: 100%; line-height: 1; color: #fff !important; display: inline-block; text-align: center; font-size: 16px; font-weight: bold; margin-bottom: 5px; padding: 15px 0; border-radius: 3px;}


/***************************
* CONTENT ELEMENTS
****************************/

/* Meet the Crew  and About Me*/
.memberName { font-weight: 700; font-size: 18px; }
.member { margin-bottom: 40px; cursor: pointer; /*float:left;*/ }
.style2 .member { margin-bottom: 25px; cursor: auto; }
.member .memberImg { width: 170px; height: 170px; border-radius: 50%; margin-bottom: 15px; display: inline-block; }

/* Quotes */
#sQuote { position: relative; }

/* LATEST BLOG */
.sidebar_left { float:right;}
.blog_latest { }
/*.blog_latest article {  margin-bottom: 50px; padding-bottom: 50px;  }*/

.blog_latest .mediaContainer, .blog_latest article > img, .blog_latest article > iframe { margin-bottom: 20px; width:100%; }
.blog_latest article .meta { width: 70px; float: left;}
.blog_latest article .meta .article_type { height: 70px; color: #fff; line-height: 70px; text-align: center; font-size: 33px; }
.blog_latest article .meta .article_date { color: #000; text-align: center; }
.blog_latest article .article_content { margin-left: 100px; }
.blog_latest article .article_content h3 { font-weight: 700; line-height: 30px; }
.blog_latest article .soundcloudArticle { width: 100%; height: 166px; border: 0; overflow: hidden; }
.blog_latest article a.scaleRotateImg { display:block;}

.blog_latest .quote_article { }
/*.blog_latest article.format-quote:after { content: ' '; display: block; height: 1px; background: #ccc; margin: 50px 0; }*/
.blog_latest article.format-quote { border-bottom: none; padding: 15px; color: #fff; margin-bottom: 20px;}
.blog_latest article.format-quote .meta .article_type { height: 40px; line-height: 40px; }
.blog_latest article.format-quote  .meta .article_date, 
.search-results .blog_latest article.format-quote a { color: #fff; }
.blog_latest article.format-quote  blockquote { border: none; padding: 40px 10px 40px 0; margin: 0; }
.blog_latest article.format-quote  blockquote p { font-weight: 300; font-size: 20px; line-height: 34px; margin-bottom: 30px; }
.blog_latest article.format-quote  blockquote footer { font-weight: bold; font-size: 18px; line-height: 30px; }


/* BLOG STYLE 2 */
.blog_latest.style2 article { padding-bottom: 70px; margin-bottom: 80px; }
.blog_latest.style2 .article_container:nth-last-child(2) article { margin-bottom: 30px; }
.blog_latest .view_all_articles { text-align: right; margin-bottom: 105px; }
.blog_latest  a.more-link:before {display: block; content: " "; clear: both; margin-top: 20px; }
/*BLOG ARCHIVE*/
.blog_latest article .mediaContainer { margin-bottom: 34px; }
.blog_latest article .article_title { font-size: 28px; }
.blog_latest.blog_masonry article .article_title { font-size: 18px; }
.blog_latest article .article_meta { font-weight: 300; line-height: 20px; margin-bottom: 18px; }
.blog_latest article .article_meta .article_author:after { content: '|'; margin-left: 5px; margin-right: 5px; }


/*BLOG SINGLE POST*/
.blog_latest.style3 .article_bottom .socialShare.barAfter:after { content: '|'; font-weight: 300; font-size: 25px; margin-left: 4px; margin-right: 10px; }
.blog_latest.style3 .article_container { margin-bottom: 75px; }
/*.blog_latest.style3 article { margin-bottom: 15px; padding-bottom: 18px; }*/
/*.blog_latest.style3 article .article_content p { margin-bottom: 27px; }*/
.blog_latest.style3 .article_bottom { font-size: 16px; font-weight: 700;margin-bottom: 75px; }
.blog_latest.style3 .article_bottom a { font-weight: 300; }
.blog_latest.style3 .article_bottom .socialShare { display: inline-block; }
.blog_latest.style3 .article_bottom .socialShare a { font-size: 18px; margin: 0 6px; outline: 0; }
.blog_latest.style3 .article_bottom .socialShare a:first-of-type { margin-left: 17px; }

/*BLOG ABOUT AUTHOR*/
.aboutAuthor { margin-bottom: 65px; }
.aboutAuthor .aboutAuthorTitle { font-weight: 700; margin-bottom: 20px; }
.aboutAuthor .aboutAuthorContent { padding: 30px 20px; border-width: 1px; border-style: solid; }
.aboutAuthor .aboutAuthorContent > img { float: left; }
.aboutAuthor .aboutAuthorContent .aboutText { margin-left: 135px; }
.aboutAuthor .aboutAuthorContent .aboutText h3 { font-weight: 700; padding-top: 5px; }
.aboutAuthor .aboutAuthorContent .aboutText p { font-weight: 300; line-height: 32px; }
.aboutAuthor .aboutAuthorContent .aboutText p:last-of-type { margin-bottom: 0; }

.gallery .gallery-item { margin:0 !important; }
.gallery .gallery-item .attachment-thumbnail { border: none !important; max-width: 100%; height: auto; padding: 2px; }

/* SELF HOSTED MEDIA */
.wp-video {width: auto !important; } 
audio, canvas, video {max-width:100%;}
.mejs-container, .mejs-embed, .mejs-embed body {background: transparent !important;}


/*BLOG COMMENTS*/
#comments { margin-bottom: 60px; }
#comments .comments { font-weight: 700; margin-bottom: 38px; }
#comments .singleComments { list-style-type: none; padding: 0; overflow: hidden; }
#comments .singleComments .children { list-style-type: none; padding-left: 70px; }
#comments .comment .comment-body { margin-bottom: 40px; line-height: 1; }
#comments .comment .comment-body:after { content: ' '; height: 1px; background: #e4e5e6; display: block; margin-left: -1000px; margin-top: 20px; }
#comments .singleComments > li:last-child .comment-body:last-child:after { visibility: hidden; }
#comments .comment .comment-body .avatar { width: 76px; height: 76px; padding: 21px; float: left; margin-right:14px; }
#comments .comment .comment-body .comment-author .fn { font-size: 16px; font-weight: 700; }
#comments .comment .comment-body .comment-author .says { display:none; }
#comments .comment .comment-body .comment-meta {margin-left:90px; font-size: 12px; margin-bottom: 8px; line-height: 25px; }
#comments .comment .comment-body p { margin-left:90px; font-weight: 300; line-height: 30px; margin-bottom: 15px; }
#comments .comment .comment-body .reply {margin-left:90px;}
#comments .comment .comment-body .reply a {font-weight:700;}
#comments .comment .comment-body .reply a:before { content:'\e804'; margin-right:9px; vertical-align: middle; font-size: 26px; font-family: 'ElegantIcons'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -ms-transition: all 0.5s ease; transition: all 0.5s ease;}
#comments .comment .comment-body .reply a:hover:before { margin-right: 3px; margin-left: 6px; }
#comments #respond h3 { font-weight: 700; margin-bottom: 20px; }
#comments #respond .logged-in-as, #comments #respond .comment-notes {}
#comments #respond code { white-space: normal; color: #919191; background: none; font-style: italic; }
#comments input[type=text], #comments input[type=password], #comments textarea, #comments input[type=email], #comments input[type=url] { width: 100%; margin-bottom: 40px; }
#comments textarea { height: 2.8em; }
#comments .form-submit { font-size: 18px; }
#comments .form-submit:before { content: '\e804'; line-height: 1; margin-right:9px; vertical-align: middle; font-size: 20px; font-family: 'ElegantIcons'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; -webkit-font-smoothing: antialiased; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -ms-transition: all 0.5s ease; transition: all 0.5s ease;}
#comments .form-submit:hover:before { margin-right: 3px; margin-left: 6px; }
#comments .comment-form-comment > label, #comments .comment-form-author > label, #comments .comment-form-email > label, #comments .comment-form-url > label {display: none;}
#comments .comment-form-author, #comments .comment-form-email, #comments .comment-form-url { width: 33%;float: left;padding-right: 15px; }
#comments .comment-form-url { padding-right: 0; }
#comments #comment {margin-bottom: 5px;}
#comments .comment-form-comment {margin-bottom: 0;}


/*CONTACT FORM*/
/*.contactForm input::-webkit-input-placeholder, .contactForm input::-moz-placeholder, .contactForm input:-ms-input-placeholder, .contactForm input:-moz-placeholder {  }*/

/*.contactForm { position: relative; }
.contactForm h2 { font-weight: 900; margin-bottom: 40px; }
.contactForm .submit:before { content: '\e86f'; line-height: 1; vertical-align: middle; font-size: 20px; font-family: 'ElegantIcons'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; -webkit-font-smoothing: antialiased; }
.contactForm input[type=text], .contactForm input[type=password], .contactForm textarea, .contactForm input[type=email] { width: 100%; margin-bottom: 40px; }
.contactForm .submit { float: right; margin-left: 20px; }
.contactForm #contactResponse { overflow: hidden; }
.contactForm .contactBusy { position: absolute; top: 0; bottom: 0; left: 0; right: 0; display: none; }
.contactForm .progressContainer { height: 35px; bottom: 0; right: 0; position: absolute; width: 150px; }
.contactForm .alert { padding: 5px; margin: 0; }
.contactForm .alert-dismissable .close { top: -5px; right: 0px; }*/

/***************************
* PORTFOLIO DETAILS
****************************/

/*GENERAL PORFTOLIO STUFF*/
.portfolioDetail .smallSectionTitle { font-size: 20px; font-weight: 700; margin-bottom: 50px; }

/*PORTFOLIO NAV BAR*/
.portfolioNavbar { color: #000; font-weight: 700; position: fixed; top: 0; left: 0; right: 0; margin: auto; z-index: 101; border-bottom: 1px solid #f2f2f2; }
.portfolioNavbar *:before, .portfolioNavbar *:after { color: #6e6b63; }
.portfolioNavbar .navBut { padding: 20px 10px; float: left; width: 33.333%; cursor: pointer; }
.portfolioNavbar .navBut:not(.closePortfolio) { border-left: 1px solid #f2f2f2; border-right: 1px solid #f2f2f2; }
.portfolioNavbar .prevPortfolio:before, .portfolioNavbar .nextPortfolio:after { vertical-align: middle; font-size: 30px; padding: 2px; font-family: 'ElegantIcons'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; }
.portfolioNavbar .prevPortfolio:before { content: '\e814'; }
.portfolioNavbar .nextPortfolio:after { content: '\e815'; }
.portfolioNavbar .prevPortfolio:hover { padding-left: 0; }
.portfolioNavbar .nextPortfolio:hover { padding-right: 0; }
.portfolioNavbar .closePortfolio { font-size: 25px; line-height: 25px; }
.portfolioNavbar .closePortfolio:hover { font-size: 30px; }

/*FEATURE BOX*/
.portfolioDetail .featureBox { font-weight: 300; font-size: 18px; line-height: 36px; }
.portfolioDetail .featureBox h2 { margin-bottom: 23px; }
.portfolioDetail .featureBox p { margin-bottom: 40px; }


    #ZnPortfolio .sectionInfo {margin-bottom:38px;}
    .zn_portfolio_filter_container {margin-bottom: 60px;}
    .zn_portfolio_filter_container .zn_portfolio_categories {display: inline; list-style: none;}
    .zn_portfolio_filter_container .zn_portfolio_categories li {display: inline-block; padding: 0 15px;}
    .zn_portfolio_filter_container .zn_portfolio_categories li a.active {font-weight:700;}

    .zn_portfolio_archive article {margin-bottom: 50px;}
    .zn_portfolio_archive article .portfolio_image {margin-bottom: 20px;}
    .single-portfolio article .portfolio_image {margin-bottom: 35px;}
    
    #ZnPortfolio .filter_title {font-weight:700; }
    #ZnPortfolio .filter_title:before {content:'\e841'; margin-right:5px; font-family: 'eleganticons'; speak: none; font-style: normal; font-variant: normal; text-transform: none; -webkit-font-smoothing: antialiased; font-size: 17px;}

    #ZnPortfolio .zn_portfolio_archive .portfolio > h2 {font-weight:700; text-align:center;}
    #ZnPortfolio .zn_portfolio_archive .portfolio > h4 {font-weight:300; text-align:center; margin-bottom: 15px;}
/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;

}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;

 /*         -webkit-box-sizing: initial;
 -moz-box-sizing: initial;
box-sizing: initial; */ /*It messes the columns*/
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}


/*MODAL POPUP*/
.untitledModal { z-index: 9999999; overflow: auto; height: 100%; }
.untitledModal .lwContent { padding: 27px 20px 25px 20px; }
.untitledModal h3 { font-weight: 900; margin-bottom: 13px; }

/***************************
* CAROUSELS
****************************/
.carouselContainer { position: relative; }
.carouselContainer ul { padding:0; margin:0;}
.carouselContainer .Prev, .carouselContainer .Next { position: absolute; top: 0; bottom: 0; margin: auto; height: 90px; cursor: pointer; opacity: 0.5; }
.carouselContainer .Prev:hover, .carouselContainer .Next:hover { opacity: 1; }
.carouselContainer .Prev { left: -50px; }
.carouselContainer .Next { right: -50px; }
.carouselContainer:hover .Prev { left: 80px; }
.carouselContainer:hover .Next { right: 80px; }


/* Featured work */
.fwCarouselContainer { margin: 0 -30px 55px -30px; }
.fwCarouselContainer ul { list-style-type: none; margin: 0; padding: 0; }
.fwCarouselContainer ul li { float: left; width: 660px; display: block; }
.fwCarouselContainer li img { width: 100%; height: auto; padding: 0 30px; cursor: pointer; }
.fwCarouselContainer ul .visible img { opacity: 1; }

/*Our latest work*/
.latestWorkContainer .latestWorkCarousel li , .latestWorkContainer .latestWorkCarousel a {cursor: url(images/plus-cursor.cur), crosshair; cursor: url('data:image/png;base64,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') 50 50, auto;}


/***************************
* SIDEBAR WIDGETS
****************************/

/*ALL WIDGETS*/
.widget { margin-bottom: 60px; }
.widget:not(h3) { font-weight:300;}
.widget .widget-title { margin-bottom: 40px; position:relative;}
.widget .widget-title:after { height: 2px;  }


/*SEARCH WIDGETS*/
.widget.widget_search .search-field { width: 100%; border-width: 1px; border-style: solid; font-size: 16px; font-weight: 300; line-height: 25px; padding: 9px; margin-bottom: 0; }
.widget.widget_search label { width:100%; }
.widget.widget_search .search-form { position: relative; }
.widget.widget_search .screen-reader-text { display:none; }
.widget.widget_search .search-submit { cursor: pointer; position: absolute; right: 10px; top: 50%; margin-top: -10px; font-weight: 300; }

/*RECENT POSTS / RECENT COMMENTS WIDGETS / CUSTOM MENU */
.widget.widget_recent_entries ul, .widget.widget_recent_comments ul, .widget.widget_rss ul { list-style-type: none; padding: 0; }
.widget.widget_recent_entries ul li, .widget.widget_recent_comments ul li, .widget.widget_rss ul li { border-bottom-width: 1px; border-bottom-style: solid; margin-bottom: 12px; padding-bottom: 12px; line-height:28px;}
.widget.widget_recent_entries ul li:last-of-type, .widget.widget_recent_comments ul li:last-of-type, .widget.widget_rss ul li:last-of-type { border-bottom: 0; padding-bottom: 0; }
.widget.widget_recent_entries .postTitle, .widget.widget_recent_comments .postTitle, .widget.widget_rss .rsswidget { line-height: 28px; font-weight: 300; margin-bottom: 0; }
.widget.widget_recent_entries .postMeta, .widget.widget_recent_comments .postMeta, .widget.widget_rss .rss-date, .widget.widget_rss .rssSummary { font-size: 16px; font-weight: 300; line-height: 22px; }
.widget.widget_recent_comments ul { font-style:italic; }
.widget ul.zn_bullets li { padding-left:22px; position:relative; }
.widget ul.zn_bullets li:before { content: " "; width: 4px; height: 4px; border-radius: 50%; left: 0; top: 18px; position: absolute; margin-top: -5px; -webkit-transition: all 0.2s ease-in; -moz-transition: all 0.2s ease-in; -o-transition: all 0.2s ease-in; -ms-transition: all 0.2s ease-in; transition: all 0.2s ease-in;}


/*WIDGETS CATEGORIES, ARCHIVE, META, PAGES, CUSTOM MENU */
.widget.widget_categories ul,.widget.widget_archive ul, .widget.widget_meta ul, 
.widget.widget_pages ul, .widget.widget_nav_menu ul, .widget.widget-custom-menu ul { list-style-type: none; padding: 0; }
.widget.widget_categories ul li a, .widget.widget_archive ul li a, .widget.widget_meta ul li a, 
.widget.widget_pages ul li a, .widget.widget_nav_menu ul li a, .widget.widget_recent_entries li, .widget ul.zn_bars li { font-weight: 300; margin-bottom: 18px; border-left: 0px solid transparent; -webkit-transition: all 0.2s ease-in; -moz-transition: all 0.2s ease-in; -o-transition: all 0.2s ease-in; -ms-transition: all 0.2s ease-in; transition: all 0.2s ease-in; }
.widget.widget_categories li a:hover, .widget.widget_archive li a:hover, .widget.widget_meta li a:hover, 
.widget.widget_pages li a:hover, .widget.widget_nav_menu li a:hover, .widget ul.zn_bars li:hover { border-left-width: 3px; padding-left: 7px; }
.widget.widget_nav_menu ul ul {padding-left:20px; }
.widget ul.zn_bars li { margin-bottom: 0; padding-left: 0;}

/*TAGS WIDGETS*/
.widget.widget_tag_cloud .tagcloud { padding: 0; overflow:hidden;}
.widget.widget_tag_cloud .tagcloud a { float: left; font-size:16px !important; line-height:17.6px; font-weight: 300; background: #f5f5f5; padding: 12px 17px; margin: 2px; -webkit-transition: all 0.2s ease-in; -moz-transition: all 0.2s ease-in; -o-transition: all 0.2s ease-in; -ms-transition: all 0.2s ease-in; transition: all 0.2s ease-in; }

/*CALENDAR WIDGET*/
/* calendar widget */
#wp-calendar {width: 100%; }
#wp-calendar caption { text-align: right; color: #333; font-size: 12px; margin-top: 10px; margin-bottom: 15px; }
#wp-calendar thead { font-size: 10px; }
#wp-calendar thead th { display:none; }
#wp-calendar tbody td { background: #f5f5f5; border: 5px solid #fff; text-align: center; padding:8px; font-weight:700; font-size:15px;}
#wp-calendar tbody .pad { background: 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; }

/*INSTAGRAM WIDGETS*/
.widget.widget-instagram { list-style-type: none; padding: 0; }
.widget.widget-instagram a { margin: 2px; overflow:hidden; }
.widget.widget-instagram img { float: left;  width: 63px; height: 63px; }

/*CUSTOM menu WIDGET*/
/*.widget.widget_nav_menu ul { list-style-type: none; padding:0;}*/

/*FOOTER WIDGETS*/
#footer .widget, #footer .widget ul li a, #footer .widget ul li { font-weight: normal; }
#footer .widgettitle { font-weight: bold; font-size:20px; line-height:33px; }
#footer a { color: inherit;}
#footer .zn_separator { border-top-style: solid; border-top-width:1px; width: 100%; margin-bottom: 20px;}

/*Social icons widget*/
.widget.widget-social-icons .socialListWidget {margin:0 -10px; }
.widget.widget-social-icons .socialListWidget .socialIcon {float:left; border-style:solid; border-width:1px; margin:10px 9px 10px 10px; width:39px; height:39px; text-align:center; line-height:37px;}
.widget.widget-social-icons .socialListWidget .socialIcon a span { margin: 0; width: 37px; display: block; height: 37px; }

/***************************
* CSS LOADER
****************************/

/*Typing Loader*/
.typing_loader { width: 6px; height: 6px; border-radius: 50%; -webkit-animation: typing 1s linear infinite alternate; -moz-animation: Typing 1s linear infinite alternate; animation: typing 1s linear infinite alternate; position: absolute; left: 0; top: 0; bottom: 0; right: 0; margin: auto; }

@-webkit-keyframes typing {
    0% { background-color: rgba(255,255,255, 1); box-shadow: 12px 0px 0px 0px rgba(255,255,255,0.2), 24px 0px 0px 0px rgba(255,255,255,0.2); }
    25% { background-color: rgba(255,255,255, 0.4); box-shadow: 12px 0px 0px 0px rgba(255,255,255,0.2), 24px 0px 0px 0px rgba(255,255,255,0.2); }
    75% { background-color: rgba(255,255,255, 0.4); box-shadow: 12px 0px 0px 0px rgba(255,255,255,0.2), 24px 0px 0px 0px rgba(255,255,255,1); }
}

@-moz-keyframes typing {
    0% { background-color: rgba(255,255,255, 1); box-shadow: 12px 0px 0px 0px rgba(255,255,255,0.2), 24px 0px 0px 0px rgba(255,255,255,0.2); }
    25% { background-color: rgba(255,255,255, 0.4); box-shadow: 12px 0px 0px 0px rgba(255,255,255,0.2), 24px 0px 0px 0px rgba(255,255,255,0.2); }
    75% { background-color: rgba(255,255,255, 0.4); box-shadow: 12px 0px 0px 0px rgba(255,255,255,0.2), 24px 0px 0px 0px rgba(255,255,255,1); }
}

@keyframes typing {
    0% { background-color: rgba(255,255,255, 1); box-shadow: 12px 0px 0px 0px rgba(255,255,255,0.2), 24px 0px 0px 0px rgba(255,255,255,0.2); }
    25% { background-color: rgba(255,255,255, 0.4); box-shadow: 12px 0px 0px 0px rgba(255,255,255,0.2), 24px 0px 0px 0px rgba(255,255,255,0.2); }
    75% { background-color: rgba(255,255,255, 0.4); box-shadow: 12px 0px 0px 0px rgba(255,255,255,0.2), 24px 0px 0px 0px rgba(255,255,255,1); }
}


/***************************
* MEDIA QUERIES
****************************/

@media (max-width: 1200px) {
    .devicesSection { margin-bottom: 15%; }

    /* 404 PAGE */
    .zn_404_page .zn_404_main_text { padding: 0; }
}

@media (min-width: 1200px) {
    .container { width: 1200px; }
}


@media (min-width:992px) {
}

@media (max-width:992px) {
    .invisible992 { display: none; }

    /*BLOG DETAIL*/
    .blog_latest article .meta { margin-bottom: 10px; width: 100%; }
    .blog_latest article .meta .article_type { background: #fff; float: left; height: 30px; line-height: 30px; font-size: 20px; }
    .style2 .blog_latest article .meta .article_type { color: #009edb; }
    .blog_latest article .meta .article_date { text-align: left; line-height: 30px; margin-left: 30px; }
    .blog_latest article .article_content { margin-left: 0; }



}

@media (min-width:1200px) {
}

@media (max-width:600px) {
    #footer .container:not(.footer_widgets) .col-sm-6 {text-align: center;margin-bottom: 10px;}
}

@media (max-width:767px) {

    /*GENERAL*/
    .invisible767 { display: none; }
    .bigText { font-size: 56px; line-height: 50px; }
    .mediumText { font-size: 20px; line-height: 50px; }
	.imageBackground.folioDetailParallax { padding-bottom: 100px;}

    /* SECTIONS */
    .oblique section.obliqueCut.separatorTop svg:first-of-type { top: -74px; height: 75px;}
    .oblique section.obliqueCut.separatorBottom svg:last-of-type { bottom: -74px; height: 75px;}
    .oblique section.separatorTop .sectionIcon { top: -75px; }
    .oblique .separatorBottom + .obliqueCut .sectionIcon { top: -5px; }

    /*PAGER*/
    .defaultPager { margin-bottom: 50px; }

    /* CAROUSELS */
    .fwCarouselContainer li a img { padding: 0 15px; }
    .fwCarouselContainer:hover .fwCarouselBut.Prev { left: 60px; }
    .fwCarouselContainer:hover .fwCarouselBut.Next { right: 60px; }

    /*PORTFOLIO DETAIL*/
    .feedback { text-align: center; }
    .feedback .avatar { float: none; }
    .feedback p { margin-left: 0; }
    .portfolioDetail .bigText { font-size: 30px; line-height: 35px; }
    .portfolioDetail .mediumText { font-size: 12px; line-height: 35px; }
    .devicesSection { margin-bottom: 20%; }

    /*BLOG DETAILS*/
    .aboutAuthor .aboutAuthorContent { text-align: center; }
    .aboutAuthor .aboutAuthorContent .aboutAuthorImg { float: none; margin-bottom: 30px; }
    .aboutAuthor .aboutAuthorContent .aboutText { margin-left: 0; }

    /* ISOTOPE BLOG */
    .isotope-item { width: 100%; }

}



@media (max-width:320px) {
    .invisible320 { display: none; }

    .fwCarouselContainer ul li { width: 290px; }
    .logo { margin-top: 20px; font-size: 28px; }

	.bigText { font-size: 28px; line-height: 30px; }
	.mediumText { font-size:20px; line-height:30px; }
	

    /*BLOG DETAIL*/
    .blog_latest.style3 .article_bottom .socialShare.barAfter:after { display: none; }

    /* 404 page */
    .zn_404_page .zn_404_main_text { font-size: 50px;line-height: 1; }
    .zn_404_page .zn_404_text {font-size: 150px;}

	.carouselContainer .Prev, .carouselContainer:hover .Prev { left:30px; }
	.carouselContainer .Next , .carouselContainer:hover .Next{ right:30px; }
}



/* MENU  */

#header .menu > h2 { display: inline-block; font-weight: 700; font-size: 30px; margin: 70px 10px 43px 0px; }
#header .menu > .icon_close { display:inline-block; cursor: pointer; font-size: 25px; padding: 5px; }
.menu { color: #999;}
.zn-menu:after { clear: both; content: " "; display: table;}
.zn-menu, .zn-menu * {margin: 0; padding: 0; list-style: none; }
.zn-menu { margin-left: 35px; }
.zn-menu ul { position: absolute;  top: 100%; left: 0; z-index: 1001; width: 215px; }

.zn-menu ul li { border-bottom-width:1px; border-bottom-style: solid; width:100%;}
.zn-menu ul li:last-of-type { border-bottom-width:0;}
.zn-menu li {position: relative; -webkit-transition: background .2s; transition: background .2s; }
.zn-menu > li { float: left; }
.zn-menu a { display: block; position: relative; font-size: 16px; text-decoration: none; zoom: 1; }
.zn-menu ul ul {top: 0; left: 100%; }
.menu .zn-menu .sub-menu li:before { position: absolute; left: 0;top: 18px; content:" "; width: 4px; border-radius:50%; height: 4px;}

/* MENU Style 1  */
.menuStyle1 { height: 82px; }
.menuStyle1 #header .logo {float: left;}
.menuStyle1 #header .logo img { height: auto; width: auto;  display: inline-block;max-height: 32px;max-width: 100%;}
.menuStyle1 #header.zn_mini_menu .logo img { max-height:30px;}
.menuStyle1 #header { padding: 25px; padding-right:43px; margin-right:-18px;}
.menuStyle1 #header .container { width: 100%;  }
.menuStyle1 #header .menu { display: block; float: right;}
.menuStyle1 #header .menu > h2 ,.menuStyle1 #header .menu > .icon_close { display: none;}
.menuStyle1 #header .menu .zn-menu { list-style: none; float: right; margin: 0; padding: 0;}
.menuStyle1 #header .menu .zn-menu li { float: left; padding: 0 15px; font-size: 15px;font-weight: 700;}
.menuStyle1 #header .menu .zn-menu > li:last-child { padding-right: 0;}
.menuStyle1 #header .menu .zn-menu ul.sub-menu { z-index:0;line-height: 40px; border-top-width: 2px; border-top-style: solid; opacity: 0; visibility: hidden; -webkit-transition: all 500ms ease-out; -moz-transition: all 500ms ease-out; -o-transition: all 500ms ease-out; transition: all 500ms ease-out; }
.menuStyle1 #header .menu .zn-menu ul.zn_menu_hover { opacity: 1;visibility: visible;z-index:1000; }
.menuStyle1 #header .menu .zn-menu ul:hover {opacity: 1;visibility: visible;z-index:1000;}
.menuStyle1 #header .zn-menu > li > a { padding-bottom: 27px; }
.menuStyle1 #header.mini_menu .zn-menu > li > a { padding-bottom: 15px; }
/*.menuStyle1 #header .menu .zn-menu .sub-menu { left: 20px; } */ /*STRICA NIVELUL 2 de submenu  */
.menuStyle1 #header .menu .zn-menu .sub-menu .sub-menu { margin-top: -2px; }
.menuStyle1 #header .menu .zn-menu .sub-menu li:before { left: 20px; }
.menuStyle1 #header .menu .zn-menu .sub-menu li { padding-left: 35px; }
/*.menuStyle1 .header_spacing { height: 60px;display: none; }*/


/* START MINI MENU */



/* THIS IS RELATED TO LOGO HIDING */
/*.menuStyle3 #header .logo:not(h2) { margin-top: 85px; position: relative; z-index: 100; display: block;}*/
.zn_mini_menu {display: none;}
.menuStyle3 #header {display: none;}
.menuStyle3 #page { right: 0; background: inherit; position: relative; z-index: 1;-webkit-transition: right 0.5s ease; -moz-transition: right 0.5s ease; -o-transition: right 0.5s ease; -ms-transition: right 0.5s ease; transition: right 0.5s ease;}
.menuStyle3 .menu_trigger { z-index: 998; cursor: pointer; font-size: 38px; color: #fff; width: 40px; height: 40px; position: fixed; top: 85px; right: 35px; background-image: url('../images/menu_trigger.png'); background-position: center center; background-repeat: no-repeat; }
.menuStyle3 .zn_mini_menu { z-index: 0; position: fixed; right: 0; padding: 30px; display: none; height: 100%;overflow: auto; width: 300px;}
.menuStyle3 .logo { display: inline-block; }
.menuStyle3 #menuClose { cursor: pointer; font-size: 25px; padding: 5px; margin-left:10px; }
.menuStyle3 #menuClose:before { content:'\e82d'; }
.menuStyle3 .zn_page_blocker {display: none; width: 100%; height: 100%; position: fixed; z-index: 999999; top: 0; }
.menuStyle3 .zn_mini_menu .zn-menu .sub-menu { right:0 !important; left:0 !important; }
.menuStyle3 .zn_mini_menu .zn-menu ul li { border-bottom-style: none;}
.menuStyle3 .menu .zn-menu > .sub-menu { padding-left: 10px;}

/* MENU OPENED */
.menuOpened , .zn_is_open { overflow: hidden; padding-right:0 !important;}
.menuOpened #page { position: relative; }
.menuOpened #page , .menuOpened .zn_page_blocker {right: 300px; }
.menuOpened .zn_page_blocker , .zn_is_open .zn_mini_menu {display: block;}
.menuOpened #myMenuTrigger { display: none;}


.menuStyle3 .zn_mini_menu .zn-menu { list-style: none; margin: 0; padding: 0; margin-bottom: 30px;}
.menuStyle3 .zn_mini_menu .zn-menu li { padding: 0 15px; font-size: 22px;line-height:45px; font-weight: 700; float: none; }
.menuStyle3 .zn_mini_menu .zn-menu li a { font-size: 22px;line-height:45px; font-weight: 700; }
.menuStyle3 .zn_mini_menu .zn-menu .sub-menu {left:8px; display: block;opacity: 1;visibility: visible;position: relative;}
.menuStyle3 .zn_mini_menu .zn-menu .sub-menu li a {  font-size: 16px;line-height:35px; font-weight: 400; }
.menuStyle3 .zn_mini_menu .zn-menu > li:last-child { padding-right: 0;}






/*MENU COLORS*/
#header:not(.light) .zn-menu ul li {border-bottom-color:#2b2929;}
#header.light .zn-menu ul li {border-bottom-color:#ebebeb;}
.menuStyle1 #header, .menuStyle1 #header .menu .zn-menu ul  { background-color: #201d1d; }
.menu .zn-menu li.current-menu-item > a , .menu .zn-menu li:hover > a , .menu .zn-menu li.current-menu-parent > a { color: #fff; }
.menuStyle3 .zn_mini_menu { background-color: #201d1d; }
.zn-menu > li.current_page_item > a:before, 
.zn-menu > li.current-menu-parent > a:before { content: ' '; width: 16px; height: 1px; margin-right: 10px; display: inline-block; vertical-align: middle; line-height: 1; }
/*LIGHT menu STYLE*/
.menuStyle1.light #header, .menuStyle1.light #header .menu .zn-menu ul, .menuStyle3.light .menu { background-color: #ffffff;}
.menuStyle1.light .menu .zn-menu ul, .menuStyle3.light .menu .zn-menu ul { background-color: #ffffff;}

/* FOLLOW MENU */
#header {-webkit-transition: padding 500ms ease-out; -moz-transition: padding 500ms ease-out; -o-transition: padding 500ms ease-out; transition: padding 500ms ease-out; }
#header.mini_menu { height: 60px; padding: 15px 43px 15px 25px; position: fixed; z-index: 999; width: 100%; }

/*#header .logo , #header .logo a  { max-height: 32px; height: 100%; overflow: hidden;display: block;}*/
.menuStyle1 #header .logo ,.menuStyle1 #header .logo a  { margin: 0; max-height: 100%; height: 100%; position: relative; -webkit-transition: none !important; -moz-transition: none !important; -o-transition: none !important; transition : none !important; }
.zn_mini_menu .logo a img {max-width: 100%;height: auto;}

/* COMING SOON PAGE */
#zn_coming_soon { min-height: 100%;padding-top:13%; color:#fff;}
#zn_coming_soon #cs_bg {position: fixed; top: -50%; left: -50%; width: 200%; height: 200%; }
#zn_coming_soon #cs_bg img {position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; min-width: 50%; min-height: 50%; }
#zn_coming_soon .logo {margin-bottom: 56px;}
#zn_coming_soon .logo img { max-width:100%; }
#zn_coming_soon .cs_main_text  { font-weight: bold; color: #fff;}
#zn_coming_soon .cs_second_text  { font-size: 20px;line-height: 26px; margin-bottom: 60px; color: #fff;font-weight: 300;}
#zn_coming_soon .cs_timer_text  { font-weight: bold;color: #fff;margin-bottom: 24px; }
#zn_coming_soon #DateCountdown {max-width: 80%; margin: 0 auto 70px auto; }
#zn_coming_soon .zn_newsletter { margin-bottom: 20px; }
#zn_coming_soon .nl-email { border: 0; padding: 15px; width: 310px; background: #fff; font-size: 16px; line-height: 1; color: #000; }
#zn_coming_soon input.nl-submit { color: #fff; margin-left:20px;}

.time_circles {position: relative; width: 100%; height: 100%; }
.time_circles > div {position: absolute; text-align: center; }
.time_circles > div > h4 {margin: 0px; padding: 0px; text-align: center; text-transform: uppercase; color: #fff;}
.time_circles > div > span {display: block; width: 100%; text-align: center; font-size: 300%; margin-top: 0.4em; font-weight: bold; }

/* Magnific Popup CSS */
img[data-mfp-src] { cursor:pointer; }
.mfp-bg { top: 0; left: 0; width: 100%; height: 100%; z-index: 1042; overflow: hidden; position: fixed; background: #0b0b0b; opacity: 0.8; filter: alpha(opacity=80); }
.mfp-wrap { top: 0; left: 0; width: 100%; height: 100%; z-index: 1043; position: fixed; outline: none !important; -webkit-backface-visibility: hidden; }
.mfp-container { text-align: center; position: absolute; width: 100%; height: 100%; left: 0; top: 0; padding: 0 8px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.mfp-container:before { content: ''; display: inline-block; height: 100%; vertical-align: middle; }
.mfp-align-top .mfp-container:before { display: none; }
.mfp-content { position: relative; display: inline-block; vertical-align: middle; margin: 0 auto; text-align: left; z-index: 1045; }
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content { width: 100%; cursor: auto; }
.mfp-ajax-cur { cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close { cursor: -moz-zoom-out; cursor: -webkit-zoom-out; cursor: zoom-out; }
.mfp-zoom { cursor: pointer; cursor: -webkit-zoom-in; cursor: -moz-zoom-in; cursor: zoom-in; }
.mfp-auto-cursor .mfp-content { cursor: auto; }
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter { -webkit-user-select: none; -moz-user-select: none; user-select: none; }
.mfp-loading.mfp-figure { display: none; }
.mfp-hide { display: none !important; }
.mfp-preloader { color: #cccccc; position: absolute; top: 50%; width: auto; text-align: center; margin-top: -0.8em; left: 8px; right: 8px; z-index: 1044; }
.mfp-preloader a { color: #cccccc; }
.mfp-preloader a:hover { color: white; }
.mfp-s-ready .mfp-preloader { display: none; }
.mfp-s-error .mfp-content { display: none; }

button.mfp-close, button.mfp-arrow { overflow: visible; cursor: pointer; background: transparent; border: 0; -webkit-appearance: none; display: block; outline: none; padding: 0; z-index: 1046; -webkit-box-shadow: none; box-shadow: none; }
button::-moz-focus-inner { padding: 0; border: 0; }

.mfp-close { width: 44px; height: 44px; line-height: 44px; position: absolute; right: 0; top: 0; text-decoration: none; text-align: center; opacity: 0.65; filter: alpha(opacity=65); padding: 0 0 18px 10px; color: white; font-style: normal; font-size: 28px; font-family: Arial, Baskerville, monospace; }
.mfp-close:hover, .mfp-close:focus { opacity: 1; filter: alpha(opacity=100); }
.mfp-close:active { top: 1px; }

.mfp-close-btn-in .mfp-close { color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close { color: white; right: -6px; text-align: right; padding-right: 6px; width: 100%; }

.mfp-counter { position: absolute; top: 0; right: 0; color: #cccccc; font-size: 12px; line-height: 18px; }

.mfp-arrow { position: absolute; opacity: 0.65; filter: alpha(opacity=65); margin: 0; top: 50%; margin-top: -55px; padding: 0; width: 90px; height: 110px; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
.mfp-arrow:active { margin-top: -54px; }
.mfp-arrow:hover, .mfp-arrow:focus { opacity: 1; filter: alpha(opacity=100); }
.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a { content: ''; display: block; width: 0; height: 0; position: absolute; left: 0; top: 0; margin-top: 35px; margin-left: 35px; border: medium inset transparent; }
.mfp-arrow:after, .mfp-arrow .mfp-a { border-top-width: 13px; border-bottom-width: 13px; top: 8px; }
.mfp-arrow:before, .mfp-arrow .mfp-b { border-top-width: 21px; border-bottom-width: 21px; opacity: 0.7; }

.mfp-arrow-left { left: 0; }
.mfp-arrow-left:after, .mfp-arrow-left .mfp-a { border-right: 17px solid white; margin-left: 31px; }
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b { margin-left: 25px; border-right: 27px solid #3f3f3f; }

.mfp-arrow-right { right: 0; }
.mfp-arrow-right:after, .mfp-arrow-right .mfp-a { border-left: 17px solid white; margin-left: 39px; }
.mfp-arrow-right:before, .mfp-arrow-right .mfp-b { border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder { padding-top: 40px; padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content { line-height: 0; width: 100%; max-width: 900px; }
.mfp-iframe-holder .mfp-close { top: -40px; }

.mfp-iframe-scaler { width: 100%; height: 0; overflow: hidden; padding-top: 56.25%; }
.mfp-iframe-scaler iframe { position: absolute; display: block; top: 0; left: 0; width: 100%; height: 100%; box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); background: black; }

/* Main image in popup */
img.mfp-img { width: auto; max-width: 100%; height: auto; display: block; line-height: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 40px 0 40px; margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure { line-height: 0; }
.mfp-figure:after { content: ''; position: absolute; left: 0; top: 40px; bottom: 40px; display: block; right: 0; width: auto; height: auto; z-index: -1; box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); background: #444444; }
.mfp-figure small { color: #bdbdbd; display: block; font-size: 12px; line-height: 14px; }
.mfp-figure figure { margin: 0; }

.mfp-bottom-bar { margin-top: -36px; position: absolute; top: 100%; left: 0; width: 100%; cursor: auto; }

.mfp-title { text-align: left; line-height: 18px; color: #f3f3f3; word-wrap: break-word; padding-right: 36px; }

.mfp-image-holder .mfp-content { max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure { cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
       * Remove all paddings around the image on small screen
       */
    .mfp-img-mobile .mfp-image-holder { padding-left: 0; padding-right: 0; }
    .mfp-img-mobile img.mfp-img { padding: 0; }
    .mfp-img-mobile .mfp-figure:after { top: 0; bottom: 0; }
    .mfp-img-mobile .mfp-figure small { display: inline; margin-left: 5px; }
    .mfp-img-mobile .mfp-bottom-bar { background: rgba(0, 0, 0, 0.6); bottom: 0; margin: 0; top: auto; padding: 3px 5px; position: fixed; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty { padding: 0; }
    .mfp-img-mobile .mfp-counter { right: 5px; top: 3px; }
    .mfp-img-mobile .mfp-close { top: 0; right: 0; width: 35px; height: 35px; line-height: 35px; background: rgba(0, 0, 0, 0.6); position: fixed; text-align: center; padding: 0; }
}

@media all and (max-width: 900px) {
    .mfp-arrow { -webkit-transform: scale(0.75); transform: scale(0.75); }
    .mfp-arrow-left { -webkit-transform-origin: 0; transform-origin: 0; }
    .mfp-arrow-right { -webkit-transform-origin: 100%; transform-origin: 100%; }
    .mfp-container { padding-left: 6px; padding-right: 6px; }
}

.mfp-ie7 .mfp-img { padding: 0; }
.mfp-ie7 .mfp-bottom-bar { width: 600px; left: 50%; margin-left: -300px; margin-top: 5px; padding-bottom: 5px; }
.mfp-ie7 .mfp-container { padding: 0; }
.mfp-ie7 .mfp-content { padding-top: 44px; }
.mfp-ie7 .mfp-close { top: 0; right: 0; padding-top: 0; }

/* SMALL TWEAKS */
.galleryCarousel > li { float: left; }

/* NICESCROLL */
.nicescroll-rails {background: #D9D9D9; width: 18px !important; padding: 0 4px; }

/* UPDATE 1.0.1 */
.widget-mailchimp-subscribe .cs_newsletter > form {position: relative;}
.widget-mailchimp-subscribe .zn_mc_above { margin-bottom: 10px;}
.widget-mailchimp-subscribe .cs_newsletter .nl-email {width: 100%;}
.widget-mailchimp-subscribe .cs_newsletter .nl-submit {padding: 0;}
.widget-mailchimp-subscribe .cs_newsletter .arrowLink {position: absolute; top: 0; right: 0; font-size: 24px; line-height: 49px;}