/*
----------------------------------------------------------------

N2mu basic styles

********************************************
*         Contents of this file            *
********************************************
1. General styles
2. Header
3. Logo
4. Menu
5. Sticky header
6. Header mobile
7. Menu versions
8. Header elements
9. Wrapper
10. Forms
11. Search
12. Megamenu
13. Sidebar
14. Blog listing
15. Blog single page
16. Comments
17. Footer
18. General content styles
19. Preloader
20. Page 404
21. Portfolio
22. Portfolio single page
23. Widgets
24. Woocommerce

NOTE: DO NOT EDIT THIS FILE!
THIS FILE IS REPLACED DURING AUTO-UPDATES
AND ANY CHANGES MADE HERE WILL BE OVERWRITTEN.

----------------------------------------------------------------
*/

/* 1. General styles
**************************************************/
body {
    font-family: Lato,Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 25px;
    color: #72787b;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4 {
    font-family: Lato,Arial, Helvetica, sans-serif;
    font-weight: normal;
    line-height: 1.3;
    color: #2b2b2b;
    margin-bottom: 20px;
}

* {
    box-sizing: border-box;
}

div {
	display: block;
}

a {
	transition: all 0.4s;
    color: #333;
}

a:hover {
    color: #33C6C6;
}

a:hover, a:active, a:focus, a:visited {
	text-decoration: none;
	border-bottom: none;
}

.footer-bottom a {
    color: #d1d1d1;
}

.sub-menu a {
    color: #fff;
}

ul {
    padding-left: 17px;
}

.wrapper {
	padding-top: 30px;
	padding-bottom: 30px;
	overflow: hidden;
}

.container-fluid {
	padding-right: 0px;
	padding-left: 0px;
}

::selection {
    background-color: rgba(0,0,0,0.66);
    color: #fff;
}

.font-light {
    font-weight: 300;
}

.font-normal {
    font-weight: normal;
}

.font-bold {
    font-weight: bold;
}

img {
    max-width: 100%;
    height: auto;
}

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 100%;
    padding: 5px 3px 5px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 0px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 1em;
    line-height: 17px;
    margin: 0;
    padding: 10px 4px 5px;
}

.gallery-caption {
	margin: 0 4px 8px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

td, th {
    border: 1px solid #ddd;
    text-align: left;
    padding: 8px;
}

th {
    padding: 11px 8px;
}

label {
	font-size: 0.9em;
	font-weight: 400;
}

legend {
	padding-top: 10px;
    font-size: 18px;
	margin-bottom: 15px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: polygon(0px 0px, 0px 0px,0px 0px, 0px 0px);
    position: absolute !important;
    white-space: nowrap;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* 2. Header
**************************************************/
header {
    width: 100%;
    z-index: 999;
}

header .n-subheader-inner {
    display: flex;
    align-items: center;
    position: relative;
    margin: 0 auto;
    height: inherit;
    display: -webkit-box;
    -webkit-box-align: center;
}

.n-subheader-cell {
    display: flex;
    align-items: center;
    flex-grow: 1;
    flex-shrink: 0;
    -webkit-box-align: center;
    -webkit-box-flex: 1;
}

.n-subheader-cell.at_left {
    justify-content: flex-start;
    -webkit-box-pack: start;
}

.n-subheader-cell.at_center {
    justify-content: center;
    -webkit-box-pack: center;
}

.n-subheader-cell.at_right {
    justify-content: flex-end;
    -webkit-box-pack: end;
}

.l-subheader-cell:empty {
    display: none;
}

n-subheader-inner, .n-subheader-cell {
	height: 100%;
}

/* 3. Logo
**************************************************/
.logo {
    vertical-align: middle;
    max-width: 300px;
	height: 45px;
}

.logo-img {
    height: inherit;
}

.logo-img img {
    height: inherit;
    width: auto;
}

/* 4. Menu
**************************************************/
.n-main-menu-wrapper, .n-menu-right-wrapper, .n-menu-left-wrapper, .n-additional-menu-wrapper, .n-menu-wrap, .n-menu-wrap > ul, .n-header-desktop:not(.header7):not(.header8) .n-menu-wrap > ul > li {
	height: 100%;
}

.n-header-desktop:not(.header7):not(.header8) .n-menu-wrap > ul > li > a{
	position: relative;
    top: 50%;
    transform: translate(0, -50%);
    float: left;
}

header .n-menu-wrap {
	display: block;
	padding-top: 0px;
    padding-bottom: 0px;
}

header .n-menu-wrap ul {
	list-style: none outside;
	margin-bottom: 0px;
	padding-left: 0px;
}

header .n-menu-wrap ul li {
	position: relative;
	margin: 0;
	display: inline-block;
	float: left;
}

header .n-menu-wrap > ul > li > a {
	position: relative;
	display: block;
	padding: 0 15px;
}

header .n-header-desktop:not(.header7):not(.header8) .n-menu-wrap > ul > li:nth-last-child(1) > a {
	padding-right: 0px;
}

header .n-header-desktop:not(.header7):not(.header8) .n-menu-wrap > ul > li:nth-child(1) > a {
	padding-left: 0px;
}

header .n-menu-wrap > ul > li > a span {
	display: block;
	white-space: nowrap;
}

header .n-menu-wrap .sub-menu a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1.3;
	text-align: left;
}

header .n-menu-wrap li ul {
	position: absolute;
	left: 0;
	top: 100%;
	margin: 0;
    z-index: 999999;
}

header .n-header-desktop li ul li {
	padding: 0;
	min-width: 190px;
	position: relative;
    white-space: normal;
}

header .n-header-desktop .n-menu-wrap li ul li a {
	padding: 6px 13px 6px 15px;
	display: block;
	-webkit-transition: padding-left 0.2s ease-out, padding-right 0.2s ease-out;
    -moz-transition: padding-left 0.2s ease-out, padding-right 0.2s ease-out;
    -ms-transition: padding-left 0.2s ease-out, padding-right 0.2s ease-out;
    -o-transition: padding-left 0.2s ease-out, padding-right 0.2s ease-out;
    transition: padding-left 0.2s ease-out, padding-right 0.2s ease-out;
}

header .n-header-desktop .n-menu-wrap li > ul > li:hover > a {
	padding-left: 22px;
	padding-right: 6px;
}

header .n-menu-wrap li ul li ul {
	position: absolute;
	left: 190px;
	top: 0;
}

header .n-header-desktop .sub-menu {
	padding-left: 0px;
	padding: 0 0;
	background-color: rgba(43,43,43,0.96);
	display: none;
	border-top: 2px solid #08ada7;
}

header .n-header-desktop .menu-arrow {
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -10px;
	font-size: 18px;
	opacity: 1;
	transition: opacity 0.3s ease-out;
	-webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
}

header .n-header-desktop .n-menu-wrap ul > li > ul > li > a:hover > .menu-arrow {
	opacity: 0;
}

.at-top .menu li > a, .at-middle .n-menu-wrap > ul > li > a, .at-bottom .n-menu-wrap > ul > li > a {
	-webkit-transition: color 0.2s ease-out !important;
    -moz-transition: color 0.2s ease-out !important;
    -ms-transition: color 0.2s ease-out !important;
    -o-transition: color 0.2s ease-out !important;
    transition: color 0.2s ease-out !important;
}

/* 5. Sticky header 
**************************************************/
.n-header-desktop.n-header-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999999;
}


/* 6. Header Mobile
**************************************************/

.n-header-mobile {
	display: none;
}

.n-header-mobile .at-right {
	justify-content: flex-end;
}

.n-header-mobile .n-mobile-menu-wrap {
	display: none;
	height: auto;
	width: 100%;
	float: left;
	z-index: 100000;
}

.n-header-mobile .n-mobile-menu-wrap > ul {
	list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 20px;
    float: left;
    width: 100%;
}

.n-header-mobile .n-mobile-menu-wrap ul li {
	width: 100%;
	position: relative;
}

.n-header-mobile .n-mobile-menu-wrap ul li a {
	box-shadow: 0 1px 0 rgba(0,0,0,0.06) inset;
	top: initial;
    transform: initial;
	padding: 8px 0;
	margin: 5px 0 0;
	width: 100%;
}

.n-header-mobile .n-mobile-menu-wrap ul li ul li, .n-header-mobile .n-mobile-menu-wrap ul li ul li a {
	width: 100%;
	position: relative;
	display: block;
}

.n-header-mobile .n-mobile-menu-wrap ul li:nth-child(1) a {
	box-shadow: none;
}

.n-header-mobile .n-mobile-menu-wrap ul li.menu-item-has-children .menu-toggle {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 30px;
	text-align: center;
	color: #212121;
	cursor: pointer;
	font-family: 'fontawesome';
	padding-top: 8px;
}

.n-header-mobile .n-mobile-menu-wrap ul li ul li.menu-item-has-children .menu-toggle {
	color: #212121;
}

.n-header-mobile .n-mobile-menu-wrap ul li.menu-item-has-children > .menu-toggle:after {
	content: '\f107';
}

.n-header-mobile .n-mobile-menu-wrap ul li.menu-item-has-children.hover > .menu-toggle:after {
	content: "\f106";
}
	
.n-header-mobile .n-mobile-menu-wrap ul li ul {
	position: relative;
	width: 100%;
	float: left;
	padding: 0 0 10px;
	margin-left: 0;
	left: 0;
	display: none;
}

.n-header-mobile .n-mobile-menu-wrap ul li ul li {
	padding-left: 15px;
}

.n-header-mobile .sub-menu {
	background-color: transparent;
}

.n-header-mobile .menu > li > a > span {
	padding: 0 0;
}

.n-header-mobile .menu .menu-arrow {
	display: none;
}

header .n-header-mobile .menu-arrow {
	display: none;
}


/* 7. Header versions
**************************************************/
.header1 .at-middle {
	height: 100px;
}

.header1 .n-subheader-cell.at-right {
	justify-content: flex-end;
}

.header2 .at-middle {
	height: 100px;
}

.header2 .at-bottom {
	height: 60px;
}

.header2 .n-menu-wrap > ul > li > a {
	border-right: 1px rgba(255, 255, 255, 0.18) solid;
}

.header2 .n-menu-wrap > ul > li:nth-last-child(1) > a {
	border-right: 0px;
}

.header2 .n-subheader-cell.at-center {
	-webkit-flex-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	justify-content: center;
}

.header3 .at-middle {
	height: 100px;
}

.header3 .at-middle .at-right {
	justify-content: flex-end;
}

.header3 .n-main-menu-wrapper {
	display: none;
}

.header4 .at-top {
	height: 50px;
}

.header4 .at-middle {
	height: 100px;
}

.header4 .at-top .at-right, .header4 .at-middle .at-right {
	justify-content: flex-end;
}

.header5 .at-middle {
	height: 100px;
}

.header5 .n-subheader-cell.at-center {
	-webkit-flex-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	justify-content: center;
}

.header5 .at-middle .at-left {
	justify-content: flex-end;
}

.header5 .at-middle .at-right {
	justify-content: flex-start;
}

.header6 .at-top {
	height: 50px;
}

.header6 .at-middle {
	height: 100px;
}

.header6 .at-top .at-right, .header6 .at-middle .at-right {
	justify-content: flex-end;
}

.header6 .at-bottom {
	height: 60px;
}

.header6 .at-bottom .n-menu-wrap > ul > li > a {
	border-right: 1px rgba(255, 255, 255, 0.18) solid;
}

.header6 .at-bottom .n-menu-wrap > ul > li:nth-last-child(1) > a {
	border-right: 0px;
}

.n-header-desktop.header7, 
.n-header-desktop.header7 .at-middle, 
.n-header-desktop.header8,
.n-header-desktop.header8 .at-middle {
	height: 100%;
	padding: 20px 0;
}

.header7 .at-middle .n-subheader-inner, .header8 .at-middle .n-subheader-inner {
	max-height: 100%;
	width: 100%;
	justify-content: center;
	position: relative;
	flex-direction: column;
	-webkit-box-orient: vertical;
}
.header7 .at-middle .n-subheader-cell, .header8 .at-middle .n-subheader-cell {
	align-items: center;
  	justify-content: center;
}

.n-header-desktop.header7 .n-subheader-cell.at-center, 
.n-header-desktop.header7 .n-subheader-cell.at-center .n-main-menu-wrapper, 
.n-header-desktop.header7 .n-subheader-cell.at-center .n-main-menu-wrapper .n-menu-wrap, 
.n-header-desktop.header7 .n-subheader-cell.at-center .n-main-menu-wrapper .n-menu-wrap > ul,
.n-header-desktop.header7 .n-subheader-cell.at-center .n-main-menu-wrapper .n-menu-wrap > ul > li,
.n-header-desktop.header7 .n-subheader-cell.at-center .n-main-menu-wrapper .n-menu-wrap > ul > li > a,
.n-header-desktop.header8 .n-subheader-cell.at-center, 
.n-header-desktop.header8 .n-subheader-cell.at-center .n-main-menu-wrapper, 
.n-header-desktop.header8 .n-subheader-cell.at-center .n-main-menu-wrapper .n-menu-wrap, 
.n-header-desktop.header8 .n-subheader-cell.at-center .n-main-menu-wrapper .n-menu-wrap > ul,
.n-header-desktop.header8 .n-subheader-cell.at-center .n-main-menu-wrapper .n-menu-wrap > ul > li,
.n-header-desktop.header8 .n-subheader-cell.at-center .n-main-menu-wrapper .n-menu-wrap > ul > li > a {
	width: 100%;
	text-align: center;
	display: block;
}

.header7 .n-subheader-cell.at-center .n-main-menu-wrapper .n-menu-wrap > ul > li > a,
.header8 .n-subheader-cell.at-center .n-main-menu-wrapper .n-menu-wrap > ul > li > a {
	line-height: 35px;
}

.header7 .at-middle.container, .header8 .at-middle.container {
	width: auto;
}

.header7 .n-menu-wrap, .header8 .n-menu-wrap {
	padding-top: 60px;
}

.n-header-desktop.header7 .n-menu-wrap > ul > li > ul {
	left: 264px;
    top: -6px;
}

.n-header-desktop.header8 .n-menu-wrap > ul > li > ul {
	right: 264px;
    top: -6px;
	left: initial;
}

.n-header-desktop.header8 .n-menu-wrap > ul > li > ul li ul {
	right: 190px;
	left: initial;
}

.header7 .at-middle .at-right, .header8 .at-middle .at-right {
	justify-content: flex-end;
}



/* 8. Header elements
**************************************************/
.menu-holder {
	width: 30px;
	height: 20px;
	cursor: pointer;
	position: relative;
	margin-left: 15px;
}

.menu-holder-content {
	background: #000;
	height: 2px;
	border-radius: 3px;
	width: 100%;
	position: absolute;
	top:50%;
	margin-top: -1px;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-o-transition: all 0.6s;
    transition: all 0.6s;
}

.menu-holder:before {
	content: '';
	background: #000;
	height: 2px;
	border-radius: 3px;
	width: 100%;
	position: absolute;
	top: 0;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-o-transition: all 0.6s;
    transition: all 0.6s;
}

.menu-holder:after {
	content: '';
	background: #000;
	height: 2px;
	border-radius: 3px;
	width: 100%;
	position: absolute;
	bottom: 0;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-o-transition: all 0.6s;
    transition: all 0.6s;
}

.menu-holder.active .menu-holder-content {
	opacity: 0;
}

.menu-holder.active:before {
	top: 50%;
	-webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
	-ms-transform: rotate(-45deg); /* IE 9 */
    transform: rotate(-45deg);
}

.menu-holder.active:after {
	top: 50%;
	-webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
	-ms-transform: rotate(45deg); /* IE 9 */
    transform: rotate(45deg);
}

.n2mu-header-top-left .widget, .n2mu-header-top-right .widget {
	padding: 0 0;
}

.n2mu-header-top-left .widget .menu, .n2mu-header-top-right .widget .menu{
	margin-bottom: 0px;
}

.n2mu-header-top-left .widget .menu li, .n2mu-header-top-right .widget .menu li{
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
}

.n2mu-header-top-left .widget .menu li:nth-child(1){
	padding-left: 0px;
}

.n2mu-header-top-right .widget .menu li:nth-last-child(1) {
	padding-right: 0px;
}

.n2mu-header-top-left .widget .menu li:before, .n2mu-header-top-right .widget .menu li:before{
	content: '';
}

.n2mu-header-top-left .widget .menu li a, .n2mu-header-top-right .widget .menu li a{
	margin-bottom: 0px;
}

.header-search-icon {
	padding-left: 15px;
}

.logo-img {
    position: relative;
	height: inherit;
}

.logo-default, .logo-sticky {
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.n-header-sticky .logo-default, .n-header-desktop .logo-sticky {
    visibility: hidden;
    opacity: 0;
}

.n-header-desktop .logo-sticky {
    position: absolute;
    top: -2px;
	left: 0;
}

.n-header-desktop.n-header-sticky .logo-sticky {
    visibility: visible;
    opacity: 1;
}

.n-header-mobile .logo-default, .n-header-mobile .logo-sticky {
    display: none;
}

.n-header-desktop .logo-mobile {
    display: none;
}

/* 9. Wrapper
**************************************************/
.menu-side-left .container, .menu-side-right .container {
	width: auto;
}

.menu-side-left header {
	width: 280px;
	position: fixed;
    top: 0;
    left: 0;
	bottom: 0;
}

.menu-side-left main {
	padding-left: 280px;
	overflow: hidden;
}

.menu-side-right header {
	width: 280px;
	position: fixed;
    top: 0;
    right: 0;
	bottom: 0;
}

.menu-side-right main {
	padding-right: 280px;
	overflow: hidden;
}

/* 10. Forms
**************************************************/
input:focus {
    border: 0px;
    outline: 0px;
}

input[type="text"]:not(button), 
input[type="email"]:not(button), 
input[type="password"]:not(button), 
textarea:not(button), select:not(button), 
input[type="tel"]:not(button), 
input[type="url"]:not(button), 
input[type="search"]:not(button) {
    border-radius: 5px;
    width: 100%;
    padding: 10px 15px;
    border: none;
    background: #f5f5f5;
    color: #5f5f5f;
}

input[type="submit"] {
    line-height: 2.8;
    padding: 0 1.8em;
    box-shadow: 0 2px 1px rgba(0,0,0,0.1),0 1px 3px rgba(0,0,0,0.3);
    border-radius: 4px;
    border: none;
    transition: all 0.3s;
    color: #fff;
}

input[type="submit"]:hover {
    box-shadow: 0 2px 3px rgba(0,0,0,0.1),0 4px 8px rgba(0,0,0,0.3);
}

label {
    color: #797979;
}

.wpcf7 textarea {
    height: 170px;
}

.wpcf7 p {
    padding-bottom: 10px;
}

.textwidget ul {
    padding-left: 17px;
}

/* 11. Search
**************************************************/
.n2mu-search-holder {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0;
    z-index: 111;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.85);
    overflow: hidden;
    -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
    -o-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
    transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
}

.n2mu-search-holder.opened {
    visibility: visible;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    opacity: 1;
    z-index: 111;
    box-sizing: border-box;
}

.n2mu-search-wrapper {
    display: table;
    width: 100%;
    height: 100%;
}

.n2mu-search {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    text-align: center;
}

.n2mu-search form {
    margin-left: 10%;
    margin-right: 10%;
}

.n2mu-search-close-holder {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.n2mu-search-close-wrapper {
    float: right;
    margin-right: 45px;
}

.n2mu-search-close {
    opacity: 1;
    -webkit-transition: opacity .2s ease,color .2s ease;
    transition: opacity .2s ease,color .2s ease;
    position: absolute;
    top: 40px;
    right: 40px;
    color: #fff;
    font-size: 30px;
}

.n2mu-search input[type="search"] {
    font-size: 30px;
    line-height: 1.4em;
    color: #fff;
    padding-bottom: 20px;
    position: relative;
    height: 100%;
	background-color: transparent;
    box-shadow: none;
    border-bottom: 1px solid #fff;
    border-radius: 0px;
}

input[type="search"]::-webkit-input-placeholder {
    color: #fff !important;
    font-size: 30px !important;
    line-height: 1.4em !important;
}

input[type="search"]:-moz-placeholder {
    color: #fff !important;
    font-size: 30px !important;
    line-height: 1.4em !important;
}

input[type="search"]::-moz-placeholder {
    color: #fff !important;
    font-size: 30px !important;
    line-height: 1.4em !important;
}

input[type="search"]:-ms-input-placeholder {  
    color: #fff !important;
    font-size: 30px !important;
    line-height: 1.4em !important;
}

#subheader .col-md-6, #subheader .col-sm-6, #subheader .col-xs-12 {
    padding-left: 0px; 
    padding-right: 0px;
}

/* 12. Megamenu
**************************************************/
.n-header-desktop:not(.header7):not(.header8) .n-menu-wrap ul li.megamenu {
	position: inherit;
}

header .n-header-desktop li.megamenu.col3 > ul > li {
	width: 33% !important;
}

header .n-header-desktop li.megamenu.col4 > ul > li {
	width: 25% !important;
}

header .n-header-desktop li.megamenu.col5 > ul > li {
	width: 20% !important;
}

header .n-header-desktop li.megamenu > ul > li {
	margin-top: 20px !important;
	padding-left: 18px;
	padding-right: 18px;
	margin-bottom: 20px !important;
	border-right: 1px solid rgba(255,255,255,0.1);
}

header .n-header-desktop li.megamenu > ul > li:nth-last-child(1) {
	border-right: 0px;
}

header .n-header-desktop li.megamenu .sub-menu .sub-menu li {
	width: 100%;
}

header .n-header-desktop li.megamenu .sub-menu .sub-menu {
	border-top: 0px;
}

header .n-header-desktop .n-menu-wrap li.megamenu ul li ul {
	position: inherit;
	left: 0;
	display: block;
}

header .n-header-desktop li.megamenu .sub-menu a[href="#"] {
	font-weight: bold !important;
	font-size: 1.2em !important;
	margin-bottom: 8px;
	background: transparent !important;
}

header .n-header-desktop .n-menu-wrap li.megamenu > ul > li:hover > a[href="#"] {
	padding: 6px 13px 6px 15px;	
}

@media (min-width: 768px) {
	.n-header-desktop .megamenu > .sub-menu {
		width: 750px;
	}
	.n-header-desktop.header7 .megamenu > .sub-menu,
	.n-header-desktop.header8 .megamenu > .sub-menu {
		width: 400px;
	}
}

@media (min-width: 992px) {
	.n-header-desktop .megamenu > .sub-menu {
		width: 970px;
	}
	.n-header-desktop.header7 .megamenu > .sub-menu,
	.n-header-desktop.header8 .megamenu > .sub-menu {
		width: 650px;
	}
}

@media (min-width: 1200px) {
	.n-header-desktop .megamenu > .sub-menu {
		width: 1170px;
	}
	.n-header-desktop.header7 .megamenu > .sub-menu,
	.n-header-desktop.header8 .megamenu > .sub-menu {
		width: 850px;
	}
}

@media (min-width: 1400px) {
	.n-header-desktop.header7 .megamenu > .sub-menu,
	.n-header-desktop.header8 .megamenu > .sub-menu {
		width: 1170px;
	}
}

.n-header-desktop.header7 .n-menu-wrap li.megamenu > ul {
    left: 264px;
    top: -6px;
}

.n-header-desktop.header8 .n-menu-wrap li.megamenu > ul {
	right: 264px;
    top: -6px;
    left: initial;
}

.n-header-desktop.header7 .n-menu-wrap li.megamenu ul a,
.n-header-desktop.header8 .n-menu-wrap li.megamenu ul a {
    text-align: left !important;
}

.n-header-desktop.header7 .n-menu-wrap li.megamenu .sub-menu .sub-menu li,
.n-header-desktop.header8 .n-menu-wrap li.megamenu .sub-menu .sub-menu li {
    width: 100% !important;
}

header .n-header-desktop .megamenu .menu-arrow {
	display: none;
}

/* 13. Sidebar
**************************************************/
#sidebar-right div:first-child, #sidebar-left div:first-child, #sidebar div:first-child {
    padding-top: 0px;
}

/* 14. Blog listing
**************************************************/
.posts-listing-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
}

.post-item .post-listing-img {
    text-align: center;
    margin-bottom: 20px;
}

.post-item .post-listing-img img {
	max-width: 100%;
}

.post-item {
    margin-top: 40px;
}

.post-item.blog-listing-simple {
    border-bottom: 1px solid #efefef;
    margin-bottom: 50px;
    margin-top: 0px;
    padding-bottom: 20px;
}

.post-item .post-title {
    margin-top: 0px;
    margin-bottom: 5px;
}

.blog-listing-simple.post-item.sticky {
    border: 1px solid #efefef;
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: -15px;
    border-radius: 10px;
    position: relative;
}

.blog-listing-simple.post-item.sticky:before {
    content: '\e8c8';
    position: absolute;
    color: #fff;
    border-radius: 50%;
    font-size: 30px;
    top: -15px;
    left: 47%;
    z-index: 1;
    line-height: 30px;
    font-family: 'mdfonticon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.blog-listing-simple.post-item.sticky:after {
    content: ' ';
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    top: -15px;
    left: 47%;
}

.blog-post-meta {
	padding: 0px 0 15px 0px;
    font-size: 13px;
}

.blog-post-meta span {
	margin-right: 15px;
	color: #9e9e9e;
	white-space: nowrap;
}
.blog-post-meta span a {
	color: #9e9e9e;
}

.blog-post-meta span {
    white-space: nowrap;
}

.blog-post-meta span.category {
    white-space: normal;
}

.blog-post-meta span.tags {
    white-space: normal;
}

.blog-post-meta .post-icon {
	position: relative;
	top: 0px;
    padding-right: 2px;
}

.post-item.blog-listing-card-2col .post-item-body, .post-item.blog-listing-card-3col .post-item-body {
	border-radius: 2px;
    overflow: hidden;
    height: 100%;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.05),0 1px 3px 0 rgba(0,0,0,0.25);
    transition: box-shadow 0.3s;
	background: #fff;
}

.post-item.blog-listing-card-2col:hover .post-item-body, .post-item.blog-listing-card-3col:hover .post-item-body {
	box-shadow: 0 1px 1px 0 rgba(0,0,0,0.05),0 6px 11px 0 rgba(0,0,0,0.25);
}

.post-item.blog-listing-card-2col .post-item-meta, .post-item.blog-listing-card-3col .post-item-meta {
	padding: 10px 25px;
}

.n2mu-more-link {
    display: block;
    margin-top: 15px;
}

.blog-listing-simple-3col-listing .post-item {
    margin-top: 0px;
}

.blog-listing-simple-3col-listing .post-item-body {
    border-bottom: 1px solid #efefef;
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 30px;
    padding-right: 30px;
}

.blog-listing-simple-3col-listing .post-item-body .blog-post-meta, .blog-listing-simple-3col-listing .post-item-body .tags {
    font-size: 13px;
}

.blog-listing-simple-3col-listing .post-item-body .post-item-meta p {
    text-align: justify;
}

.blog-listing-card-3col-listing .post-item {
    margin-top: 0;
    padding-top: 25px;
    padding-bottom: 25px;
}

.blog-listing-card-3col-listing .post-item-body {
    padding-bottom: 15px;
}

.blog-listing-card-3col-listing .post-item-body .blog-post-meta, .blog-listing-card-3col-listing .post-item-body .tags {
    font-size: 13px;
}

.blog-listing-card-3col-listing .post-item-body .post-item-meta p {
    text-align: justify;
}

/* 15. Blog single page
**************************************************/
.single-post .post {
    padding-top: 50px;
    padding-bottom: 50px;
}

.single-post .post-item {
    margin-top: 0px;
}

.single-post #sidebar-right, .single-post #sidebar-left, .single-post #sidebar {
    margin-top: 0px;
}

.post-item .single-post-img {
    text-align: center;
    margin-bottom: 20px;
}

.post-item .single-post-img img {
	max-width: 100%;
}

.post-item .post-description {
	margin: 0px 0 30px ;
}

.n2mu-link-pages {
    width: 100%;
    text-align: center;
    background-color: #efefef;
    margin-bottom: 20px;
}

.n2mu-link-pages span {
    padding: 8px 5px;
    display: inline-block;
}

.single-post .tags {
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    padding: 15px 0;
    font-size: 13px;
}

/* 16. Comments
**************************************************/
.comment_list>ol {
    list-style: none;
    margin-left: 0px;
    padding-left: 0px;
}

li.comment .single_comment {
    padding: 20px 0;
    border-top: 1px dotted #ddd
}

.single_comment .comment_text {
    margin-top: 13px;
}

.comment_avatar {
    float: left;
    margin-right: 15px;
    text-align: center;
    font-size: 12px;
}

.comment_avatar .avatar img {
    border-radius: 50%;
}

.comment_list .comment_name {
    font-weight: bold;
}

.comment_list .comment_name .url {
    margin-right: 5px;
}

.comment_list .comment_name .comment-reply-link {
    margin-left: 5px;
}

.comment_list .comment_desc {
    font-size: 0.9em;
    font-style: italic
}

.comment_list .children {
    list-style: none;
    padding-left: 14px;
}

@media screen and (max-width: 768px){
    .comment_list .children {
        padding-left:0px;
    }
}

.comment_content {
	overflow: hidden;
}

li.comment.bypostauthor .single_comment {
    border-top: none;
    background: #f5f5f5;
    border-radius: 10px;
    margin-bottom: 10px;
}

#commentform label {
	display: block;
	color: #474747;
	font-size: 14px;
}

#commentform label .required {
	color: #ef0000;
}

#commentform #author, #commentform #email, #commentform #url {
    width: 100%;
}

#commentform textarea {
    width: 100%;
}

.section-comment-navigation {
    overflow: hidden;
}

.comment-navigation-prev {
    float: left;
}

.comment-navigation-next {
    float: right;
}

/* 17. Footer
**************************************************/
.footer-top .row {
    padding-top: 20px;
    padding-bottom: 20px;
}

.gotoplink {
    display: none;
    position: fixed;
    bottom: 25px;
    font-size: 24px;
    right: 25px;
    text-align: center;
    line-height: 35px;
    height: 35px;
    width: 35px;
    border-radius: 6px;
    z-index: 100;
    outline: none!important;
    transition: background-color 0.3s,box-shadow 0.3s,bottom 0.3s;
    background-color: rgba(0,0,0,0.3);
    color: #fff!important;
}

.gotoplink:hover {
	bottom: 29px;
}

.btn-group-sm .btn.btn-fab {
	float: right;
	height: 37px;
    min-width: 37px;
    width: 37px;
    border-radius: 50%;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.btn-group-sm>.btn {
    padding: 5px 10px;
    line-height: 1.5;
}

.btn-group-sm .btn.btn-fab:hover {
	-webkit-box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.24);
}

.n2mu-soc-icon.btn.btn-fab {
    margin-left: 5px;
	font-size: 18px;
	color: rgba(136,136,136,0.66);
    -webkit-transition: -webkit-box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background 0.2s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background 0.2s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background 0.2s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.n2mu-soc-icon.btn.btn-fab.facebook {
	background: #3b5998;
}

.n2mu-soc-icon.btn.btn-fab.google-plus {
	background: #dd4b39;
}

.n2mu-soc-icon.btn.btn-fab.pinterest {
	background: #cb2027;
}

.n2mu-soc-icon.btn.btn-fab.skype {
	background: #00AFF0;
}

.n2mu-soc-icon.btn.btn-fab.twitter {
	background: #55acee;
}

.n2mu-soc-icon.btn.btn-fab.instagram {
	background: #cd486b;
}

.n2mu-soc-icon.btn.btn-fab.linkedin {
	background: #007bb5;
}

.n2mu-soc-icon.btn.btn-fab.youtube {
	background: #bb0000;
}

.n2mu-soc-icon.btn.btn-fab.vimeo {
	background: #aad450;
}

.n2mu-soc-icon.btn.btn-fab.tumblr {
	background: #32506d;
}

.n2mu-soc-icon.btn.btn-fab.xing {
	background: #D4D600;
}

.n2mu-soc-icon.btn.btn-fab.vk {
	background: #45668e;
}

.n2mu-soc-icon.btn.btn-fab:not(:hover) {
    color: #fff;
}

.n2mu-soc-icon.btn.btn-fab:hover {
	background: transparent;
}

/* 18. Content general styles
**************************************************/
.content_body {
	overflow-x: hidden;
}

.page-section.page-heading-wrapper {
	background: #f5f5f5;
	padding-top: 51px;
	padding-bottom: 46px;
	margin: 0 auto;
}

.page-heading-wrapper h1 {
	margin-top: 0px;
	margin-bottom: 0px;
}

.breadcrumb {
	background-color: transparent;
    padding-left: 0px;	
}

.breadcrumb a:not(.last_bc) span:after {
	display: inline-block;
	font-family: 'mdfonticon';
	content: "\e720";
	position: relative;
	top: 1px;
	padding-right: 5px;
	padding-left: 5px;
}

.heading-simple .page-heading-title {
	max-width: 70%;
}

.heading-simple .page-heading-breadcrumbs {
	position: absolute;
    right: 0;
    top: 30px;
}

.heading-simple .breadcrumb{
	text-align: right;
}

.heading-centered .page-heading-title {
	margin: 0 auto;
	text-align: center;
}

.heading-centered .page-heading-subtitle {
	margin: 0 auto;
	text-align: center;
}

.heading-centered .breadcrumb{
	text-align: center;
}

.pagination-wrapper {
	display: block;
	text-align: center;
}

.no-margin {
    margin-bottom: 0px !important;
}

.page-heading {
    padding-top: 30px;
    padding-bottom: 30px;
    background: #efefef;
}

.page-content {
    padding-top: 30px;
    padding-bottom: 30px;
}

.footer-bottom {
    padding-top: 10px;
    padding-bottom: 10px;
}

.vc_row.vc_column-gap-1>.container{padding-left:14.5px;padding-right:14.5px}
.vc_row.vc_column-gap-2>.container{padding-left:14px;padding-right:14px}
.vc_row.vc_column-gap-3>.container{padding-left:13.5px;padding-right:13.5px}
.vc_row.vc_column-gap-4>.container{padding-left:13px;padding-right:13px}
.vc_row.vc_column-gap-5>.container{padding-left:12.5px;padding-right:12.5px}
.vc_row.vc_column-gap-10>.container{padding-left:10px;padding-right:10px}
.vc_row.vc_column-gap-15>.container{padding-left:7.5px;padding-right:7.5px}
.vc_row.vc_column-gap-20>.container{padding-left:5px;padding-right:5px}
.vc_row.vc_column-gap-25>.container{padding-left:2.5px;padding-right:2.5px}
.vc_row.vc_column-gap-30>.container{padding-left:0px;padding-right:0px}
.vc_row.vc_column-gap-35>.container{padding-left:0px;padding-right:0px}

.vc_row.vc_column-gap-1>.container>.vc_column_container{padding:.5px}
.vc_row.vc_column-gap-2>.container>.vc_column_container{padding:1px}
.vc_row.vc_column-gap-3>.container>.vc_column_container{padding:1.5px}
.vc_row.vc_column-gap-4>.container>.vc_column_container{padding:2px}
.vc_row.vc_column-gap-5>.container>.vc_column_container{padding:2.5px}
.vc_row.vc_column-gap-10>.container>.vc_column_container{padding:5px}
.vc_row.vc_column-gap-15>.container>.vc_column_container{padding:7.5px}
.vc_row.vc_column-gap-20>.container>.vc_column_container{padding:10px}
.vc_row.vc_column-gap-25>.container>.vc_column_container{padding:12.5px}
.vc_row.vc_column-gap-30>.container>.vc_column_container{padding:15px}
.vc_row.vc_column-gap-35>.container>.vc_column_container{padding:17.5px}

.vc_row.n-with-container {
margin-left: 0px;
margin-right: 0px;
}

/* 19. Preloader
**************************************************/
.n2mu-preloader {
	position: fixed;
    width: 100%;
    height: 100%;
    background: #FFF;
    z-index: 999999;
    text-align: center;
    -webkit-transition: opacity 500ms ease, visibility 500ms ease;
    -moz-transition: opacity 500ms ease, visibility 500ms ease;
    transition: opacity 500ms ease, visibility 500ms ease;
    opacity: 1;
    top: 0;
    left: 0;
}

.n2mu-preloader-icon {
	top: 50%;
    border-radius: 100%;
    height: 55px;
    width: 55px;
    margin: 0 auto;
    display: block;
    position: relative;
    border: 2px solid #fff;
    margin-top: -45px;
}

.n2mu-preloader-icon::before {
    position: absolute;
    content: "";
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border-radius: 100%;
    border-style: solid;
    border-width: 2px;
    display: block;
    height: 100%;
    width: 100%;
    top: -2px;
    left: -2px;
    animation: rotate .8s infinite cubic-bezier(0.45, 0.05, 0.55, 0.95);
    -moz-animation: rotate .8s infinite cubic-bezier(0.45, 0.05, 0.55, 0.95);
    -webkit-animation: rotate .8s infinite cubic-bezier(0.45, 0.05, 0.55, 0.95);
    border-right: transparent;
    border-bottom: red;
    border-left: transparent;
}

@-moz-keyframes rotate {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes rotate {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes rotate {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}



/* 20. Page 404
**************************************************/
.page-404 {
    overflow: hidden;
    margin-top: 25vh;
    color: #585858;
}

.page-404-wrapper {
    text-align: center;
}

.title-404 {
    font-size: 45px;
    line-height: 1.5;
    font-weight: bold;
}

.desc-404 {
    font-size: 25px;
    line-height: 1.3;
}

.rem-404 {
    display: inline-block;
    margin-right: 15px;
}

.btn-404 {
    display: inline-block;
}

.page-404 .main-404 {
    font-size: 110px;
    line-height: 1.1;
    font-weight: bold;
    color: #1b1a27;
}

/* 21. Portfolio
**************************************************/
#portfolio-page {
	overflow: hidden;
	padding-top: 20px;
	padding-bottom: 20px;
}

#filters {
	padding: 0px !important;
    margin: 0px !important;
    text-align: center;
    margin-bottom: 30px !important;
}
#filters li {
	display: inline-block;
	text-transform: uppercase;
    text-decoration: none !important;
    margin-left: 15px;
    margin-top: 17px;
}

#filters li:nth-child(1) {
    margin-left: 0px;
}

#filters li a {
    padding: 6px 3px;
    border-width: 0px;
    border-color: transparent;
    transition: border-color 0.4s;
}

#filters li a.selected {
	border-bottom: solid;
    border-width: 2px;
    text-decoration: none !important;
}

#isotope-list {
	display: block;
	position: relative;
}

.portfolio-item .portfolio-item-link {
	overflow: hidden;
}

.portfolio-item.small-spacing {
	padding-left :2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.portfolio-item.big-spacing {
	padding-left :7px;
	padding-right: 7px;
	padding-top: 7px;
	padding-bottom: 7px;
}

.portfolio-item.no-spacing {
	padding-left :0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.portfolio-item img {
	width: 100%;
	height: auto;
}

.portfolio-item-link {
	position: relative;
	display: block;
	height: 100%;
}

.portfolio-item-desc {
  text-align: center;
  position: relative;
}

.portfolio-meta-title {
    
    font-size: 30px;
    margin-bottom: 3px;
}

.portfolio-meta-cat {
    font-weight: bold;
}

.n2mu_heading.center {
    text-align: center;
}

#portfolio_carousel {
    padding-bottom: 30px;
}

/* Hover defaults */
.portfolio-item .portfolio-item-overlay{
	position: absolute;
    opacity: 0;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 100;
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.44, 0.98);
    -o-transition: all 0.4s cubic-bezier(0.4, 0, 0.44, 0.98);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.44, 0.98);
}

.portfolio-item a:hover .portfolio-item-overlay{
	opacity: 1;
}

/* Hover-none */
.portfolio-item.hover-none .portfolio-item-overlay {
	display: none;
}

/* Hover-plus */

.portfolio-item.hover-plus a:hover .portfolio-item-desc {
	color: #fff;
}

.hover-plus .portfolio-item-overlay-in {
	position: relative;
	top: 30%;
	text-align: center;
	width: 100%;
	color: #fff;
}

.hover-plus .portfolio-item-overlay-in::after {
	content: url("../img/plus-lg.png");
	font-size: 70px;
	line-height: 70px;
}

.hover-plus .portfolio-item-desc {
	z-index: 101;
	-webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	-o-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Hover-zoom-out */
.hover-zoom-out .portfolio-item-desc {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	opacity: 1;
	background: radial-gradient(ellipse at center center,rgba(25,25,25,0.1) 0px,rgba(25,25,25,0.8) 100%);
    color: #fff;
    transform: scale(1);
    -webkit-transition: opacity 0.5s,transform 0.5s cubic-bezier(0.83, 0, 0.14, 1);
    -o-transition: opacity 0.5s,transform 0.5s cubic-bezier(0.83, 0, 0.14, 1);
    transition: opacity 0.5s,transform 0.5s cubic-bezier(0.83, 0, 0.14, 1);
}

.hover-zoom-out .portfolio-item-desc:before {
	content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    margin-left: -0.3em;
}

.hover-zoom-out .portfolio-item-meta {
	display: inline-block;
    vertical-align: middle;
    width: 100%;
}

.hover-zoom-out a:hover .portfolio-item-desc {
	transform: scale(2);
	opacity: 0;
}

/* Hover-zoom-in */
.hover-zoom-in .portfolio-item-desc {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	opacity: 0;
	background: radial-gradient(ellipse at center center,rgba(25,25,25,0.1) 0px,rgba(25,25,25,0.8) 100%);
    color: #fff;
    transform: scale(2);
    -webkit-transition: opacity 0.5s,transform 0.5s cubic-bezier(0.83, 0, 0.14, 1);
    -o-transition: opacity 0.5s,transform 0.5s cubic-bezier(0.83, 0, 0.14, 1);
    transition: opacity 0.5s,transform 0.5s cubic-bezier(0.83, 0, 0.14, 1);
}

.hover-zoom-in .portfolio-item-desc:before {
	content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    margin-left: -0.3em;
}

.hover-zoom-in .portfolio-item-meta {
	display: inline-block;
    vertical-align: middle;
    width: 100%;
}

.hover-zoom-in a:hover .portfolio-item-desc {
	transform: scale(1);
	opacity: 1;
}

/* Hover-overlay */
.hover-overlay .portfolio-item-desc {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	opacity: 0;
	background: rgba(0, 0, 0, 0.95);
    margin: 20px;
    color: #fff;
    transform: scale(2);
    -webkit-transition: opacity 0.5s,transform 0.5s cubic-bezier(0.83, 0, 0.14, 1);
    -o-transition: opacity 0.5s,transform 0.5s cubic-bezier(0.83, 0, 0.14, 1);
    transition: opacity 0.5s,transform 0.5s cubic-bezier(0.83, 0, 0.14, 1);
}

.hover-overlay .portfolio-item-desc:before {
	content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    margin-left: -0.3em;
}

.hover-overlay .portfolio-item-meta {
	display: inline-block;
    vertical-align: middle;
    width: 100%;
}

.hover-overlay a:hover .portfolio-item-desc {
	transform: scale(1);
	opacity: 1;
}
.hover-overlay .portfolio-meta-title, .hover-zoom-in .portfolio-meta-title, .hover-zoom-out .portfolio-meta-title {
    color: #fff;
}

/* 22. Portfolio single page
**************************************************/
.single-portfolio-img img {
	width: 100%;
	height: auto;
}

.project-detail {
	padding-bottom: 10px;
	margin-top: 0px;
}

.portfolio-desc {
	padding-top: 10px;
}

.portfolio-navigation {
	text-transform: uppercase;
}

.portfolio-navigation .portfolio-navigation-left {
	text-align: left;
}

.portfolio-navigation .portfolio-navigation-center {
	text-align: center;
}

.portfolio-navigation .portfolio-navigation-right {
	text-align: right;
}

.portolio-nav-arrow {
    font-size: 21px;
    line-height: 21px;
    position: relative;
    top: 1px;
    padding-left: 4px;
    padding-right: 4px;
}

.portfolio-navigation-center .portolio-nav-arrow {
    font-size: 26px;
}

#portfolio_carousel.owl-theme .owl-nav .owl-prev .owl-nav-button, #portfolio_carousel.owl-theme .owl-nav .owl-next .owl-nav-button {
    color: #333;
    font-size: 26px !important;
}

/******* Owl *********/
.owl-buttons {
	position: absolute;
    top: -30px;
    right: 0;
}

.owl-prev {
	position: absolute;
    left: -70px;
    top: 50%;
    transform: translateY(-50px);
}
.owl-next {
	position: absolute;
    right: -70px;
    top: 50%;
    transform: translateY(-50px);
}

@media (max-width: 768px) {
    .owl-prev {
        left: 0px;
        transform: translateY(-20px);
    }
    .owl-next {
        right: 0px;
        transform: translateY(-20px);
    }
}

.owl-theme .owl-nav [class*=owl-] {
	font-size: 18px !important;
	color: #fff;
	padding: 5px 11px !important;
    border-radius: 50% !important;
   	-webkit-transition: background 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: background 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: background 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    background: transparent !important;
}

/* 23. Widgets
**************************************************/
.n2mu-w-heading {
    margin-top: 0px;
}

.widget {
    padding: 15px 0;
}

.widget:not(.widget_text) ul {
	list-style: none;
	padding-left: 18px;
}

.widget:not(.widget_text) .sub-menu ul.sub-menu ul {
    padding-left: 0px;
}

.widget ul li {
	position: relative;
}

.widget.widget_nav_menu ul li a {
    margin-bottom: 0.5em;
    display: block;
}

.widget ul li:before {
    position: absolute;
    left: -17px;
    content: '\f054';
    font-family: fontawesome;
    font-size: 10px;
    opacity: 0.5;
    top: 1px;
}

.n2mu-latest-posts-single {
    padding-bottom: 20px;
    overflow: hidden;
}

.n2mu-latest-post-link {
    float: left;
    margin-right: 15px;
}

.n2mu-latest-post-link img {
    width: 70px;
    height: auto;
}

.n2mu-latest-posts-single-title {
    margin-bottom: 3px;
    line-height: 18px;
}

.n2mu-latest-posts-single-title a {
    font-size: 18px;
    font-weight: bold;
}

.n2mu-contact-widget-single {
    padding-bottom: 9px;
}

.n2mu-contact-widget-single i {
    font-size: 20px;
    padding-right: 10px;
    top: 2px;
    position: relative;
    text-align: center;
    width: 35px;
}

@media screen and (min-width: 992px) {
    .n2mu-footer-column:not(.last) {
        border-right: 1px solid;
    }
    .n2mu-footer-column {
        margin-top: 10px;
        padding-right: 10px;
    }
}

.widget.widget_search input[type="submit"] {
    margin-top: 10px;
}

.widget.widget_search .screen-reader-text {
    display: none;
}

.widget_categories ul li {
    margin-bottom: 0.5em;
}

.widget.widget_categories .children {
    margin: 0.5em 0;
}

.widget_archive ul li {
    margin-bottom: 0.5em;
}

#wp-calendar {
    width: 100%;
}

#wp-calendar caption {
    font-size: 1.2em;
    padding: 4px 20px 8px;
    text-align: center;
}

#wp-calendar thead th, #wp-calendar tbody td, #wp-calendar tfoot td {
    padding: 0;
    border: none;
    text-align: center;
    line-height: 32px;
}

#wp-calendar thead th {
    font-size: 10px;
    font-weight: 400;
    border-top: none;
    opacity: .5;
}

#wp-calendar tbody td#today {
    font-weight: 700;
}

#wp-calendar td#prev {
    text-align: left;
    padding-left: 10px;
}

#wp-calendar td#next {
    text-align: right;
    padding-right: 10px;
}

.widget_pages ul li {
    line-height: 1.5em;
    margin-bottom: 0.5em;
}

.widget.widget_pages ul.children {
    margin: 0.5em 0;
}

.widget_meta ul li {
    line-height: 1.5em;
    margin-bottom: 0.5em;
}

.widget_recent_comments .recentcomments {
    line-height: 1.5em;
    margin-bottom: 0.5em;
    position: relative;
}

.widget_recent_entries ul li {
    line-height: 1.5em;
    margin-bottom: 0.5em;
    position: relative;
}

.widget_rss .n2mu-w-heading a:first-child {
    display: none;
}

.widget.widget_rss ul {
    padding-left: 0;
}

.widget_rss ul li {
    line-height: 1.5em;
    margin-bottom: 20px;
}

.widget.widget_rss ul li:before {
    content: '';
}

.widget_rss ul li span {
    display: block;
    padding-top: 3px;
    opacity: .5;
}

.widget_rss ul li div {
    display: block;
    font-size: 0.9em;
    padding: 3px 0;
}

.widget_tag_cloud .tagcloud {
    color: #9e9e9e;
}

.widget_tag_cloud .tagcloud a {
    color: inherit;
}

.n2mu-footer-column .searchform #searchsubmit {
    margin-top: 10px;
}


/******** Search page ********/
.search-res {
	list-style: none;
	padding-left: 0px;
    padding-top: 30px;
    padding-bottom: 20px;
}

.search-item {
	padding: 7px 0;
}

.search-item span {
	padding-left: 30px;
	color: #afafaf;
}

/* 24. WooCommerce
**************************************************/
.woocommerce-page .body-content {
	padding-top: 45px;
	padding-bottom: 45px;
}

.woocommerce span.onsale, .woocommerce-page span.onsale {
    min-height: 30px !important;
    min-width: 30px !important;
    line-height: 30px !important;
    font-weight: 600 !important;
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    box-shadow: none!important;
    z-index: 100;
}

.woocommerce .star-rating span, .woocommerce-page .star-rating span {
    color: #F7EE0D;
}

.woocommerce div.product p.price, .woocommerce div.product span.price, .woocommerce div.product .stock {
    color: #555 !important;
}

.woocommerce div.product span.price ins, 
.woocommerce div.product p.price ins, 
.woocommerce #content div.product span.price ins, 
.woocommerce #content div.product p.price ins, 
.woocommerce-page div.product span.price ins, 
.woocommerce-page div.product p.price ins, 
.woocommerce-page #content div.product span.price ins, 
.woocommerce-page #content div.product p.price ins {
    color: #E41D52;
    text-decoration: none;
}

.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button, 
.woocommerce #respond input#submit, 
.woocommerce #content input.button, 
.woocommerce-page a.button, 
.woocommerce-page button.button, 
.woocommerce-page input.button, 
.woocommerce-page #respond input#submit, 
.woocommerce-page #content input.button {
    font-weight: 400;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-size: 16px;
    border: none;
    padding: 8px 20px;
    color: #fff;
    text-shadow: none;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.woocommerce div.product .product_title, 
.woocommerce #content div.product .product_title, 
.woocommerce-page div.product .product_title, 
.woocommerce-page #content div.product .product_title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 0;
}

.woocommerce .woo-content h2 {
    font-family: inherit;
    font-size: 18px;
    line-height: 23px;
    font-weight: 600;
}

.products li.product {
	text-align: center;
}

.woocommerce .products .star-rating {
	margin: 0 auto .5em !important;
}

.woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price {
    color: #666 !important;
    font-size: 15px;
    margin: 6px 0px 2px 0px !important;
}

.woocommerce ul.products li.product .price ins, 
.woocommerce-page ul.products li.product .price ins, 
.product_list_widget ins, 
.product_list_widget ins .amount {
    color: #E41D52;
    text-decoration: none;
    font-weight: 600;
}

.woocommerce ul.products li.product .price del, .woocommerce-page ul.products li.product .price del, .product_list_widget del {
    font-size: 0.87em !important;
    color: #aaa;
    display: inline-block;
    margin: 0 4px 0 -4px;
}

.woocommerce select {
    width: auto;
}

table.variations td {
    padding: 16px;
}

table.variations .label {
    font-size: 1em;
	display: inline-block;
}

table.variations .label label {
   margin-bottom: 0px;
}

.single_variation {
    margin-bottom: 1em;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
    width: 33%;
    padding-right: 20px;
    padding-top: 20px;
}

/* Pagination */
.woocommerce nav.woocommerce-pagination ul li {
	border: 1px solid #ddd;
	border-left: 0px;
}

.woocommerce nav.woocommerce-pagination ul {
	border: 0px;
}

.woocommerce nav.woocommerce-pagination ul li:first-child {
	border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.woocommerce nav.woocommerce-pagination ul li:last-child {
	border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
	padding: 11px 12px;
}

.woocommerce nav.woocommerce-pagination ul li:first-child a {
	border-left: 1px solid #ddd;
}

/* Tabs */
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	font-weight: 400;
}

.woocommerce div.product .woocommerce-tabs ul.tabs, .woocommerce #content div.product .woocommerce-tabs ul.tabs, .woocommerce-page div.product .woocommerce-tabs ul.tabs, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs {
    padding-left: 0px !important;
    margin-bottom: 0px !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before, .woocommerce #content div.product .woocommerce-tabs ul.tabs:before, .woocommerce-page div.product .woocommerce-tabs ul.tabs:before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before {
	border-bottom: 0 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active, .woocommerce #content div.product .woocommerce-tabs ul.tabs li.active, .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active {
    background: #FFF !important;
    border: 1px solid #e8e8e8!important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce #content div.product .woocommerce-tabs ul.tabs li, .woocommerce-page div.product .woocommerce-tabs ul.tabs li, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li {
    border: 1px solid #eee!important;
    border-radius: 4px 4px 4px 4px;
    margin: 0 -8px 0 0 !important;
    box-shadow: none!important;
    background-color: #f7f7f7!important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:after, .woocommerce #content div.product .woocommerce-tabs ul.tabs li:after, .woocommerce-page div.product .woocommerce-tabs ul.tabs li:after, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:after {
    box-shadow: none!important;
    content: ""!important;
    border-width: 0 0 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:before, .woocommerce #content div.product .woocommerce-tabs ul.tabs li:before, .woocommerce-page div.product .woocommerce-tabs ul.tabs li:before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:before {
    box-shadow: none!important;
    content: ""!important;
    border-width: 0 0 !important;
}	


/* Woo message */
.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
    padding: 1em 2em 1em 3.5em!important;
    margin: 0 0 2em!important;
    position: relative;
    background-color: #f7f6f7;
    color: #515151;
    list-style: none!important;
    width: auto;
    word-wrap: break-word;
	-webkit-border-radius: 2px !important;
    -moz-border-radius: 2px!important;
    border-radius: 2px!important;
    background-color: #fafafa!important;
    border: 1px solid rgba(0,0,0,0.04) !important;
}

/* Cart */
.cart-empty {
	text-align: center;
    font-size: 1.5em;
    font-weight: 300;
    margin-bottom: 20px;
}

.cart-empty ~ .return-to-shop {
	text-align: center;
}

.woocommerce table.shop_table {
    border: 1px solid rgba(0,0,0,.1);
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 5px;
}

.woocommerce table.shop_table, .woocommerce-page table.shop_table {
    margin-bottom: 60px;
    border-radius: 0px;
}

.woocommerce table.shop_table {
    border: 1px solid rgba(0,0,0,.1);
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 5px;
}

.woocommerce table.shop_table tr {
    border: 0px;
}

.woocommerce table.shop_table td {
	border: 0px;
    border-top: 1px solid rgba(0,0,0,.1);
    padding: 6px 12px;
    vertical-align: middle;
}

.shop_table.cart th {
    font-weight: 600 !important;
    background: #fafafa;
	border: 0px;
}

#coupon_code {
    width: 100px!important;
    padding: 5px 7px 6px;
    margin-top: 2px;
    font-size: 14px;
}

.woocommerce table.cart a.remove, .woocommerce #content table.cart a.remove, .woocommerce-page table.cart a.remove, .woocommerce-page #content table.cart a.remove {
    color: #e55228!important;
    font-size: 18px;
    font-weight: normal;
    height: 16px;
    width: 16px;
    line-height: 15px;
}

.woocommerce table.cart a.remove:hover, .woocommerce #content table.cart a.remove:hover, .woocommerce-page table.cart a.remove:hover, .woocommerce-page #content table.cart a.remove:hover {
    background-color: #e55228!important;
    color: #fff !important;
}

.woocommerce-cart .wc-proceed-to-checkout {
    padding: 1em 0;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    display: block;
    text-align: center;
    margin-bottom: 1em;
    font-size: 1em;
    padding: 0.5em;
}

.cart_totals table th {
    border-right: 1px solid #e8e8e8!important;
	border-bottom: 0px;
	border-left: 0px;
    background-color: #fcfcfc;
    text-align: center;
    padding: 8px 20px !important;
    text-align: left;
    width: auto!important;
}

.cart_totals h2, .shipping_calculator h2, .cross-sells h2 {
    font-size: 18px;
}

/* Checkout */
.woocommerce-checkout h3 {
    font-size: 18px;
    margin-top: 30px;
}

.woocommerce-checkout-review-order-table th {
	background-color: #fcfcfc;
	border: 0px;
}

.woocommerce-checkout-review-order-table tfoot th {
	border-right: 1px solid #e8e8e8;
}

/* cart in header */
.header-cart-icon {
	padding-left: 15px;
}

.header-cart-icon .n-cart-header {
	padding-right: 16px;
	position: relative;
}

.header-cart-icon .cart-number {
    border-radius: 100%;
    background-color: #08ada7;
    min-width: 18px;
    color: #fff;
    text-align: center;
    height: 18px;
    line-height: 18px;
    font-size: 10px;
    position: absolute;
    top: 50%;
    right: -7px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: -6px;
}

.header-cart-icon .cart-number::before {
    border-color: transparent #08ada7 transparent;
    border-style: solid solid solid none;
    border-width: 13px 6px 0px medium;
    content: "";
    height: 0;
    left: -2px;
    position: absolute;
    top: 2px;
    width: 0;
    z-index: -1;
}

/* My account */
.woocommerce-MyAccount-navigation ul {
	padding-left: 20px;
	list-style: none;
}

.woocommerce-MyAccount-navigation ul  li{
	padding: 5px 0;
	border-bottom: 1px solid #efefef;
	position: relative;
}

.woocommerce-MyAccount-navigation ul  li:before {
	position: absolute;
    left: -20px;
    content: '\f054';
    font-family: fontawesome;
    font-size: 10px;
    opacity: 0.5;
    top: 5px;
}

.woocommerce-account .addresses .title .edit, .woocommerce-account ul.digital-downloads li .count {
    margin-top: 20px;
}