/* #Overlay Menu
 ================================================== */

#Overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9910;
	background: rgba(41, 145, 214, .95);
	display: none;
}
#overlay-menu {
	position: absolute;
	width: 700px;
	left: 50%;
	margin-left: -350px;
	top: 50%;
	margin-top: -150px;
}
#overlay-menu ul li {
	text-align: center;
}
#overlay-menu ul li a {
	color: #fff;
	font-size: 34px;
	line-height: 52px;
	letter-spacing: 3px;
	text-decoration: none;
}
#overlay-menu ul li a:hover {
	opacity: .8;
}
#overlay-menu ul li a:before, #overlay-menu ul li a:after {
	display: inline-block;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
	-moz-transition: -moz-transform 0.3s, opacity 0.2s;
	transition: transform 0.3s, opacity 0.2s;
}
#overlay-menu ul li a:before {
	margin-right: 20px;
	content: '[';
	-webkit-transform: translateX(20px);
	-moz-transform: translateX(20px);
	transform: translateX(20px);
}
#overlay-menu ul li a:after {
	margin-left: 20px;
	content: ']';
	-webkit-transform: translateX(-20px);
	-moz-transform: translateX(-20px);
	transform: translateX(-20px);
}
#overlay-menu ul li a:hover:before, #overlay-menu ul li a:hover:after, #overlay-menu ul li a:hover:before, #overlay-menu ul li a:hover:after {
	opacity: 1;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transform: translateX(0px);
}

/* #Subheader
 ================================================== */

#Subheader {
	background-color: rgba(0, 0, 0, .02);
	background-position: center top;
	background-repeat: no-repeat;
	padding: 30px 0;
	position: relative;
}
.subheader-transparent #Subheader {
	background: none;
}
.hide-title-area #Subheader {
	display: none;
}
#Subheader .column {
	margin-bottom: 0;
}
#Subheader .title {
	margin-bottom: 0;
	width: 70%;
	float: left;
}
#Subheader ul.breadcrumbs {
	display: block;
	width: 30%;
	margin: 1px 0 0;
	font-size: 1em !important;
	float: right;
	text-align: right;
}
#Subheader ul.breadcrumbs li {
	display: inline-block;
}
#Subheader ul.breadcrumbs li, #Subheader ul.breadcrumbs li a {
	color: rgba(0, 0, 0, .3);
}
#Subheader ul.breadcrumbs li span {
	margin: 0 10px;
	opacity: 0.4;
	filter: alpha(opacity=40);
}
#Subheader:after {
	content: "";
	height: 3px;
	width: 100%;
	display: block;
	position: absolute;
	left: 0;
	bottom: -3px;
	z-index: 1;
	background: url(../../../images/box_shadow.png) repeat-x left top;
}
#Subheader ul.woocommerce-breadcrumb li:last-child span {
	display: none;
}

/* subheader-style */

.subheader-title-right #Subheader .title {
	float: right;
	text-align: right;
}
.subheader-title-right #Subheader .breadcrumbs {
	float: left;
	text-align: left;
}
.subheader-both-left #Subheader .title {
	width: 100%;
}
.subheader-both-left #Subheader .breadcrumbs {
	width: 100%;
	text-align: left;
	margin-top: 10px;
}
.subheader-both-right #Subheader .title {
	width: 100%;
	text-align: right;
}
.subheader-both-right #Subheader .breadcrumbs {
	width: 100%;
	text-align: right;
	margin-top: 10px;
}
.subheader-both-center #Subheader .title {
	width: 100%;
	text-align: center;
}
.subheader-both-center #Subheader .breadcrumbs {
	width: 100%;
	text-align: center;
	margin-top: 10px;
}

/* #Post
 ================================================== */

.post-item {
	margin-bottom: 40px;
	position: relative;
	float: left;
	width: 100%;
}
.post-item .date_label {
	position: absolute;
	left: 0;
	top: 7px;
	display: none;
}
.post-photo-wrapper {
	width: 37%;
	float: left;
}
.post-photo-wrapper iframe {
	width: 100%;
}
.post-desc-wrapper {
	width: 63%;
	float: left;
}
.post-desc {
	padding: 15px 0 0 20px;
}
.format-standard.no-img .post-photo-wrapper {
	display: none;
}
.format-standard.no-img .post-desc-wrapper, .search-results .no-img .post-desc-wrapper {
	width: 100%;
}
.post-meta {
	margin-bottom: 8px;
}
.post-meta .author-date {
	float: left;
}
.post-meta .author-date a {
	border-bottom-width: 1px;
	border-style: dotted;
	text-decoration: none !important;
}
.post-meta .category {
	float: right;
	position: relative;
}
.post-meta .category.mata-tags {
	margin-right: 10px;
}
.post-meta .category .cat-btn {
	cursor: pointer;
}
.post-meta .category .cat-wrapper {
	position: absolute;
	right: 0;
	top: 100%;
	display: none;
	z-index: 21;
}
.post-meta .category:hover .cat-wrapper {
	display: block;
}
.post-meta .category .cat-wrapper ul {
	padding: 7px;
	min-width: 70px;
	background: #F9F9F9;
}
.post-meta .category .cat-wrapper ul li {
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.post-meta .category .cat-wrapper ul li:last-child {
	border-bottom: 0;
}
.post-meta .category .cat-wrapper ul li a {
	display: block;
	text-align: center;
	padding: 1px 5px;
	color: #8B8B8B;
}
.post-meta .category .cat-wrapper ul li a:hover {
	text-decoration: none;
	color: #5F5F5F;
	background: rgba(255, 255, 255, 0.8);
}
.post-excerpt {
	margin-bottom: 15px;
}
.cat_description {
	margin-bottom: 40px;
}
.post-footer {
	background: rgba(0, 0, 0, .02);
	padding: 7px 15px;
	overflow: hidden;
	line-height: 30px;
}
.post-footer .button-love {
	float: left;
}
.post-footer .button-love a.mfn-love {
	display: inline-block;
	position: relative;
	padding-left: 24px;
	margin-left: 5px;
}
.post-footer .button-love a.mfn-love i {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 16px;
}
.post-footer .button-love a.mfn-love:hover {
	text-decoration: none;
}
.post-footer .button-love a.mfn-love i:last-child {
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.post-footer .button-love a:hover.mfn-love i:last-child, .post-footer .button-love a.loved.mfn-love i:last-child {
	opacity: 1;
	filter: alpha(opacity=100);
}
.post-footer .post-links {
	float: right;
	border-left-width: 1px;
	border-style: solid;
	padding-left: 10px;
}
.post-footer .post-links .post-comments {
	margin-right: 10px;
}
.hide-more .post-footer .post-links .icon-doc-text, .hide-more .post-footer .post-links .post-more {
	display: none;
}
.blog_slider.hide-more .item_wrapper .hr_color, .blog_slider.hide-more .item_wrapper .button {
	display: none;
}

/* Masonry */

.masonry {}
.masonry .post-item {
	width: 31.33%;
	margin: 0 1% 20px;
	background: #fff;
}
.masonry .post-photo-wrapper {
	width: 100%;
	float: none;
}
.masonry .post-desc-wrapper {
	width: 100%;
	float: none;
}
.masonry .post-desc-wrapper .post-desc {
	padding: 20px 20px 0;
}
.masonry .post-footer {
	margin: 0 -20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.masonry .post-meta .author-date .author span.label {
	display: none;
}
.masonry .post-desc-wrapper .post-meta .category .cat-btn {
	display: none;
}
.masonry .post-desc-wrapper .post-footer .button-love .love-text {
	display: none;
}

/* Columns 2-6 */


/* Masonry */

.posts_group.masonry.col-2 .post-item {
	width: 47.99%;
}
.posts_group.masonry.col-3 .post-item {
	width: 31.33%;
}
.posts_group.masonry.col-4 .post-item {
	width: 22.99%;
}
.posts_group.masonry.col-5 .post-item {
	width: 18.99%;
	margin: 0 0.5% 20px;
}
.posts_group.masonry.col-6 .post-item {
	width: 15.66%;
	margin: 0 0.5% 20px;
}

/* Timeline */

.timeline .post-item {
	float: none;
	width: auto;
	padding-left: 200px;
	margin-bottom: 0;
	padding-bottom: 40px;
	background: url(../../../images/timeline_right.png) no-repeat 90px top;
}
.timeline .post-item:last-child {
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.timeline .format-quote .post-meta, .timeline .format-link .post-meta {
	padding-top: 7px;
}
.timeline .post-item:before {
	content: "";
	width: 7px;
	height: 7px;
	border-width: 4px;
	border-style: solid;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	position: absolute;
	left: 126px;
	top: 11px;
	display: block;
	visibility: visible;
	z-index: 1;
}
.timeline .date_label {
	display: block;
}
.timeline .post-meta .author-date .date {
	display: none;
}

/* Photo */

.photo .post-item {
	float: none;
}
.photo .post-photo-wrapper {
	width: 100%;
	float: none;
}
.photo .post-desc-wrapper {
	width: 100%;
	float: none;
	text-align: center;
}
.photo .post-desc .post-head {}
.photo .post-desc .post-head .post-meta {
	display: inline-block;
}
.photo .post-desc .post-head .post-footer {
	display: inline-block;
	background: none;
	padding: 0;
	line-height: inherit;
}
.photo .post-desc .post-title {}
.photo .post-desc .post-excerpt {
	margin-bottom: 0;
}
.photo .post-desc .post-head .post-meta .author-date, .photo .post-desc .post-head .post-meta .category, .photo .post-desc .post-head .post-footer .button-love, .photo .post-desc .post-head .post-footer .post-links {
	float: none;
	display: inline-block;
}
.photo .post-desc .post-head .post-meta .author-date {
	margin-right: 20px;
}
.photo .post-desc .post-head .post-meta .author-date .label {
	display: none;
}
.photo .post-desc .post-head .post-footer .button-love {
	margin-right: 20px;
}
.photo .post-desc .post-head .post-footer .button-love .love-text {
	display: none;
}
.photo .post-desc .post-head .post-footer .post-links {
	border: 0;
	padding: 0;
}
.photo .post-desc .post-head .post-footer .post-links .icon-doc-text, .photo .post-desc .post-head .post-footer .post-links .post-more {
	display: none;
}
.photo .format-image {
	text-align: center;
}
.photo .format-image .post-photo-wrapper {
	display: inline-block;
	width: auto;
}
.photo .format-link .post-title {
	display: inline-block;
	text-align: left;
}

/* Post types =========================================== */

.format-quote .post-photo-wrapper {
	display: none;
}
.format-quote .post-desc {
	padding: 0;
}
.format-quote .post-desc-wrapper {
	width: 100%;
	float: none;
}
.format-video {}
.format-video .image_frame .image_wrapper img {
	margin-bottom: 0 !important;
}
.format-video .image_frame:hover .image_wrapper img {
	top: 0px;
}
.format-link .post-photo-wrapper {
	display: none;
}
.format-link .post-desc-wrapper {
	width: 100%;
	float: none;
}
.format-link .post-desc {
	padding: 0;
}
.format-link .post-title {
	overflow: hidden;
}
.format-link .post-title .icon-link {
	display: block;
	width: 80px;
	height: 80px;
	font-size: 60px;
	line-height: 80px;
	border-right-width: 1px;
	border-style: solid;
	float: left;
	text-align: center;
}
.format-link .post-title .link-wrapper {
	margin-left: 100px;
	padding-top: 14px;
}
.format-link .post-title .link-wrapper h4 {
	margin-bottom: 7px;
	font-size: 20px;
	line-height: 22px;
}

/* #Single post
 ================================================== */

.post-nav {
	padding: 10px 10px 4px 130px;
	margin-bottom: 20px;
	background-image: url(../images/stripes/stripes_5_b.png);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}
.post-nav .next-prev-nav {
	float: left;
}
.post-nav .next-prev-nav li {
	float: left;
	margin-right: 5px;
}
.post-nav .next-prev-nav a.button {
	margin: 0;
}
.post-nav .list-nav {
	float: right;
	line-height: 49px;
}
.post-header {
	margin-bottom: 20px;
}
.post-header .button-love {
	width: 99px;
	float: left;
	text-align: center;
}
.post-header .button-love a.mfn-love {
	display: inline-block;
	position: relative;
	padding-left: 28px;
	font-size: 17px;
	margin-top: 25px;
}
.no-title .post-header .button-love a.mfn-love {
	margin-top: 0;
}
.post-header .button-love a.mfn-love i {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 18px;
}
.post-header .button-love a.mfn-love:hover {
	text-decoration: none;
}
.post-header .button-love a.mfn-love i:last-child {
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.post-header .button-love a:hover.mfn-love i:last-child, .post-header .button-love a.loved.mfn-love i:last-child {
	opacity: 1;
	filter: alpha(opacity=100);
}
.post-header .title_wrapper {
	margin-left: 99px;
	border-left-width: 1px;
	border-style: solid;
	padding-left: 30px;
}
.post-header .title_wrapper h1 {
	font-size: 35px;
	line-height: 35px;
}
.single-photo-wrapper {}
.single-photo-wrapper .share_wrapper {
	float: left;
}
.single-photo-wrapper .image_frame {
	margin-left: 130px;
}
.no-share .single-photo-wrapper .image_frame {
	margin-left: 0px;
}
.single-photo-wrapper .image_frame iframe {
	width: 100%;
}
.format-image .single-photo-wrapper {
	text-align: center;
}
.format-image .single-photo-wrapper .image_frame {
	display: inline-block;
	margin-left: 0;
	max-width: 576px;
}
.share_wrapper {
	background: #fff;
	border-width: 1px;
	border-style: solid;
	width: 98px;
	text-align: center;
	padding: 10px 0 5px;
}
.share_wrapper .stButton {
	margin-bottom: 10px;
}
.author-box {}
.author-box .avatar-wrapper {
	width: 64px;
	height: 64px;
	float: left;
	border-width: 8px;
	border-style: solid;
	display: block;
	line-height: 0;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	overflow: hidden;
}
.author-box .desc-wrapper {
	background: rgba(0, 0, 0, .02);
	padding: 20px;
	position: relative;
	margin-left: 105px;
}
.author-box .desc-wrapper:after {
	content: "";
	display: block;
	position: absolute;
	left: -6px;
	top: 35px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 6px 6px 6px 0;
	border-color: transparent rgba(0, 0, 0, .02) transparent transparent;
}
.author-box .desc-wrapper h5 {
	margin-bottom: 5px;
}

/* Hide Love */

.hide-love .button-love {
	display: none;
}
.hide-love .post-header .title_wrapper {
	margin-left: 0;
	border-left: none;
}
.hide-love .post-nav {
	padding-left: 10px;
}
.hide-love .portfolio_group .portfolio-item .desc .title_wrapper {
	padding-right: 0;
}

/* Post related */

.section-post-related {}
.section-post-related .section-related-adjustment {
	border-top-width: 1px;
	border-style: solid;
	padding-top: 20px;
}
.section-post-related .post-related {
	position: relative;
}
.section-post-related .post-related .image_frame {
	margin-left: 30px;
	margin-bottom: 15px;
}
.section-post-related .post-related .fullscreen-container {
	height: 180px !important;
}
.section-post-related .post-related .date_label {
	position: absolute;
	left: 0;
	top: 30px;
	z-index: 20;
}
.section-post-related .post-related hr {
	margin-left: 30px;
	width: 40%;
}
.section-post-related .post-related a.button {
	margin-left: 30px;
	margin-bottom: 0;
}
.section-post-related .format-quote blockquote {
	margin-top: 70px;
	margin-left: 40px;
}
.section-post-related .format-link {}
.section-post-related .format-link .image_frame {
	height: 180px;
	background-color: rgba(255, 255, 255, .5);
	background-image: url("../../../images/link.png");
	background-position: center center;
	background-repeat: no-repeat;
}
.section-post-related .format-standard.no-img .image_frame {
	display: block;
	height: 180px;
	background-color: rgba(255, 255, 255, .5);
	background-image: url("../../../images/photo.png");
	background-position: center center;
	background-repeat: no-repeat;
}

/* single-format-link */

.single-format-link .single-photo-wrapper .share_wrapper {
	float: none;
	width: auto;
	padding: 10px 15px 15px;
}
.single-format-link .single-photo-wrapper .share_wrapper .stButton {
	margin: 0 10px 0 0;
}
.single-format-link .single-photo-wrapper .image_frame {
	display: none;
}

/* single-format-quote */

.single-format-quote #Subheader .title {
	width: 100%;
}
.single-format-quote #Subheader ul.breadcrumbs {
	display: none;
}
.single-format-quote .single-photo-wrapper .share_wrapper {
	float: none;
	width: auto;
	padding: 10px 15px 15px;
}
.single-format-quote .single-photo-wrapper .share_wrapper .stButton {
	margin: 0 10px 0 0;
}
.single-format-quote .single-photo-wrapper .image_frame {
	display: none;
}

/* no-img */

.portfolio.no-img .single-photo-wrapper .share_wrapper, .format-image.no-img .single-photo-wrapper .share_wrapper, .format-standard.no-img .single-photo-wrapper .share_wrapper {
	float: none;
	width: auto;
	padding: 10px 15px 15px;
}
.portfolio.no-img .single-photo-wrapper .share_wrapper .stButton, .format-image.no-img .single-photo-wrapper .share_wrapper .stButton, .format-standard.no-img .single-photo-wrapper .share_wrapper .stButton {
	margin: 0 10px 0 0;
}
.portfolio.no-img .single-photo-wrapper .image_frame, .format-image.no-img .single-photo-wrapper .image_frame, .format-standard.no-img .single-photo-wrapper .image_frame {
	display: none;
}

/* Project decription */

.project-description {}
.project-description li {
	width: 99.9%;
	clear: both;
	padding: 7px 10px;
	background: rgba(0, 0, 0, .01);
	border-style: solid;
	border-color: rgba(0, 0, 0, .03);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.project-description li .label {
	font-weight: bold;
	min-width: 50px;
	display: inline-block;
}
.project-description li.one-third {
	float: left;
	width: 33.3%;
	clear: none;
	padding-right: 15px;
	border-width: 0 1px 1px 0;
}
.project-description li:nth-child(3) {
	border-right-color: transparent;
}

/* Share Item | .share_item */

.share_item {
	float: none;
	width: auto;
	padding: 10px 15px 15px;
}
.share_item .stButton {
	margin: 0 10px 0 0;
}

/* #Widget area
 ================================================== */

.with_aside .four.columns {
	margin-bottom: 0;
}
.widget-area {
	border-style: solid;
	padding: 30px 0 20px;
	position: relative;
}
body:not(.template-slider) .widget-area {
	margin-top: -30px;
}
.widget-area:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	width: 1500px;
	height: 100%;
	background: rgba(0, 0, 0, .01);
	visibility: visible;
}
.aside_left .widget-area {
	border-right-width: 1px;
	padding-right: 25px;
}
.aside_left .widget-area:before {
	right: 0;
}
.aside_right .widget-area {
	border-left-width: 1px;
	padding-left: 25px;
}
.aside_right .widget-area:before {
	left: 0;
}
.widget-area.lines-boxed .widget:after {
	width: 100%;
}
.widget-area.lines-hidden .widget:after {
	display: none;
}
.widget {
	padding-bottom: 30px;
	margin-bottom: 30px;
	position: relative;
}
.widget:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}
.widget:last-child:after {
	display: none;
}
.widget:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	width: 1500px;
	height: 0;
	visibility: visible;
	border-width: 1px 0 0 0;
	border-style: solid;
}
.widget>h3 {
	font-size: 18px;
	line-height: 22px;
}
.aside_left .widget:after {
	right: 0;
}
.aside_right .widget:after {
	left: 0;
}
.with_aside.aside_both .sidebar-1 .widget-area {
	border-right-width: 1px;
	padding-right: 25px;
}
.with_aside.aside_both .sidebar-1 .widget-area:before {
	right: 0;
}
.with_aside.aside_both .sidebar-1 .widget-area .widget:after {
	right: 0;
}
.with_aside.aside_both .sidebar-2 .widget-area {
	border-left-width: 1px;
	padding-left: 25px;
}
.with_aside.aside_both .sidebar-2 .widget-area:before {
	left: 0;
}
.with_aside.aside_both .sidebar-2 .widget-area .widget:after {
	left: 0;
}

/* Recent posts */

.Recent_posts {}
.Recent_posts ul {}
.Recent_posts ul li {
	margin-bottom: 10px;
}
.Recent_posts ul li:last-child {
	margin-bottom: 0;
}
.Recent_posts ul li a {
	text-decoration: none;
}
.Recent_posts ul li .desc {
	margin-right: 80px;
	padding: 5px 15px;
	background: #fff;
	position: relative;
	min-height: 70px;
}
.Recent_posts ul li .desc:after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 4px;
	height: 100%;
}
.Recent_posts ul li .desc h6 {
	position: relative;
	z-index: 2;
	margin-bottom: 3px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-style: solid;
}
.Recent_posts ul li .desc .date {
	position: relative;
	z-index: 2;
}
.Recent_posts ul li .desc .date i {
	display: inline-block;
	margin-right: 2px;
}
.Recent_posts ul li.no-img {
	position: relative;
}
.Recent_posts ul li.no-img .photo {
	width: 0;
	position: static;
}
.Recent_posts ul li.no-img .desc {
	margin-right: 0;
	min-height: inherit;
}
.Recent_posts ul li .photo {
	width: 80px;
	height: 80px;
	line-height: 0;
	text-align: center;
	float: right;
	position: relative;
}
.Recent_posts ul li .photo .c {
	width: 25px;
	height: 25px;
	line-height: 25px;
	z-index: 3;
	text-align: center;
	color: #fff;
	position: absolute;
	right: -12px;
	bottom: 12px;
	font-size: 11px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.Recent_posts ul li a:hover h6, .Recent_posts ul li a:hover .desc .date {
	color: #fff !important;
}
.Recent_posts ul li a:hover .desc:after {
	width: 100%;
}

/* Link */

.Recent_posts ul li.format-link .photo {
	background-color: #eee;
	background-image: url("../../../images/link.png");
	background-position: center center;
	background-repeat: no-repeat;
}
.Recent_posts ul li.format-quote .photo {
	background-color: #eee;
	background-image: url("../../../images/blockquote.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 40% auto;
}

/* Animation */

.Recent_posts ul li a:hover h6, .Recent_posts ul li a:hover .desc .date, .Recent_posts ul li a:hover .desc:after {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

/* Recent posts wordress */

.widget_recent_entries {}
.widget_recent_entries ul {}
.widget_recent_entries ul li {
	padding: 5px 15px;
	background: #fff;
	position: relative;
	margin-bottom: 10px;
}
.widget_recent_entries ul li a {
	display: block;
	text-decoration: none;
	position: relative;
	z-index: 2;
	margin-bottom: 3px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-style: solid;
}
.widget_recent_entries ul li:last-child {
	margin-bottom: 0;
}
.widget_recent_entries ul li:after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 4px;
	height: 100%;
}
.widget_recent_entries ul li:hover:after {
	width: 100%;
}
.widget_recent_entries ul li .post-date {
	display: block;
	position: relative;
	z-index: 2;
}
.widget_recent_entries ul li:hover a, .widget_recent_entries ul li:hover .post-date {
	color: #fff;
}

/* Animation */

.widget_recent_entries ul li:hover a, .widget_recent_entries ul li:hover .post-date, .widget_recent_entries ul li:hover:after {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

/* Categories */

.widget_categories {}
.widget_categories ul {
	list-style-type: square;
	color: #fff;
	padding: 5px 10px 5px 30px;
}
.widget_categories ul li {
	position: relative;
}
.widget_categories ul li:after {
	content: "";
	display: block;
	width: 70px;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: rgba(255, 255, 255, .2);
	position: absolute;
	left: -30px;
	bottom: 0;
}
.widget_categories ul li:last-child:after {
	display: none;
}
.widget_categories ul li a {
	color: #fff !important;
	display: block;
	padding: 7px 0 7px 3px;
}

/* Archives, Custom menu */

.widget_archive, .widget_nav_menu {}
.widget_archive ul, .widget_nav_menu ul {
	list-style-type: square;
	padding: 5px 10px 5px 30px;
	background: rgba(0, 0, 0, .03);
}
.widget_archive ul li, .widget_nav_menu ul li {
	position: relative;
}
.widget_archive ul li:after, .widget_nav_menu ul li:after {
	content: "";
	display: block;
	width: 70px;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: rgba(0, 0, 0, .1);
	position: absolute;
	left: -30px;
	bottom: 0;
}
.widget_archive ul li:last-child:after, .widget_nav_menu ul li:last-child:after {
	display: none;
}
.widget_archive ul li a, .widget_nav_menu ul li a {
	display: block;
	padding: 8px 0 9px 3px;
}

/* Meta, Pages, RSS */

.widget_meta, .widget_pages, .widget_rss {}
.widget_meta ul, .widget_pages ul, .widget_rss ul {
	list-style-type: square;
	padding: 0 0 0 30px;
}
.widget_meta ul li, .widget_pages ul li, .widget_rss ul li {}
.widget_meta ul li a, .widget_pages ul li a, .widget_rss ul li a {
	display: block;
	padding: 4px 0 7px 4px;
}

/* Recent comments */

.widget_mfn_recent_comments {}
.widget_mfn_recent_comments ul {}
.widget_mfn_recent_comments ul li {
	padding-bottom: 15px;
	background: url(../../../images/recent_comments.png) no-repeat 4px top;
	padding-left: 40px;
	position: relative;
}
.widget_mfn_recent_comments ul li:last-child {
	padding-bottom: 5px;
}
.widget_mfn_recent_comments ul li .date_label {
	background-color: rgba(0, 0, 0, .03);
	margin-top: 7px;
	margin-bottom: 5px;
	position: relative;
}
.widget_mfn_recent_comments ul li .date_label:after {
	border-left-color: rgba(0, 0, 0, .03);
}
.widget_mfn_recent_comments ul li:after {
	content: "";
	width: 7px;
	height: 7px;
	border-width: 4px;
	border-style: solid;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	position: absolute;
	left: 0px;
	top: 11px;
	display: block;
	z-index: 1;
}
.widget_mfn_recent_comments ul li p {
	margin-bottom: 0;
}

/* Recent comments*/

.widget_recent_comments {}
.widget_recent_comments ul li {
	padding-bottom: 5px;
	padding-top: 6px;
	background: url(../../../images/recent_comments.png) no-repeat 4px top;
	padding-left: 40px;
	position: relative;
}
.widget_recent_comments ul li:last-child {
	padding-bottom: 5px;
}
.widget_recent_comments ul li:after {
	content: "";
	width: 7px;
	height: 7px;
	border-width: 4px;
	border-style: solid;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	position: absolute;
	left: 0px;
	top: 11px;
	display: block;
	z-index: 1;
}

/* Search */

.widget_search {}
.widget_search input[type="text"] {
	margin-bottom: 0;
	width: 100%;
}
.widget_search input[type="submit"] {
	display: none;
}

/* Calendar */

.widget_calendar td, .widget_calendar th {
	padding: 4px 3px;
}
.widget_calendar caption {
	padding: 5px;
	font-size: 14px;
}
.widget_calendar table tfoot tr:hover td {
	background: none !important;
}

/* Flickr */

.Flickr {
	overflow: hidden;
}
.Flickr .flickr_badge_image {
	margin: 0;
	padding: 0;
	float: left;
	margin: 0 1% 2% 1%;
	width: 23%;
}
.Flickr .flickr_badge_image a {
	display: block;
	line-height: 0;
}

/* Recent tweets */

.widget_tp_widget_recent_tweets {}
.widget_tp_widget_recent_tweets .tp_recent_tweets {
	clear: none;
	float: none;
}
.widget_tp_widget_recent_tweets ul {
	overflow: hidden;
}
.widget_tp_widget_recent_tweets ul li:last-child {
	padding-bottom: 0;
}

/* Tag cloud */

.widget_mfn_tag_cloud {}
.widget_mfn_tag_cloud ul {
	margin-bottom: 0;
	overflow: hidden;
}
.widget_mfn_tag_cloud ul li {
	margin: 0;
	padding: 0;
	float: left;
	margin: 0 5px 2px 0;
}
.widget_mfn_tag_cloud a {
	overflow: hidden;
	white-space: nowrap;
	display: inline-block;
	height: 22px;
	text-shadow: 1px 1px 0 #fff;
	font-size: 12px;
	padding-right: 8px;
	margin-right: 1px;
}
.widget_mfn_tag_cloud a:hover {
	text-decoration: none;
}
.widget_mfn_tag_cloud a span {
	padding-left: 8px;
	height: 22px;
	line-height: 22px;
	display: block;
	float: left;
}

/* Muffin menu */

.widget_mfn_menu {}
.widget_mfn_menu ul li a {
	display: block;
	padding: 7px 10px;
	margin-bottom: 5px;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, .04);
	color: #858585;
}
.widget_mfn_menu ul li a:hover, .widget_mfn_menu ul li.current_page_item>a {
	text-decoration: none;
	color: #fff !important;
}
.widget_mfn_menu ul li ul li a {
	padding-left: 20px;
}
.widget_mfn_menu ul li ul li a:before {
	content: "-";
	margin-right: 5px;
}
.widget_mfn_menu ul li ul li ul li a {
	padding-left: 40px;
}
.widget_mfn_menu ul.submenus-hover li ul {
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 1s ease-in-out;
	-moz-transition: max-height 1s ease-in-out;
	-o-transition: max-height 1s ease-in-out;
	transition: max-height 1s ease-in-out;
}
.widget_mfn_menu ul.submenus-hover li.current_page_item ul, .widget_mfn_menu ul.submenus-hover li:hover>ul {
	max-height: 10000px;
}

/* Animation */

//
.widget_mfn_menu ul li a {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

/* Muffin login */

.mfn-login {
	overflow: hidden;
}
.mfn-login form p {
	margin-bottom: 5px;
}
.mfn-login form input {
	margin-bottom: 0;
}
.mfn-login .sep {
	margin: 0 7px;
}
.mfn-login .avatar-wrapper {
	float: left;
	width: 64px;
	margin: 0 10px 10px 0;
}
.mfn-login .author {
	float: left;
}
.mfn-login .alert {
	padding: 5px 10px;
	margin-bottom: 5px;
}

/* #Portfolio
 ================================================== */

.portfolio_group {
	margin: 0 !important;
}
.portfolio_group .portfolio-item {
	list-style: none !important;
	float: left;
}
.portfolio_group .portfolio-item.isotope-grid-sizer {
	margin: 0 !important;
}
.portfolio_group:not(.list) .portfolio-item {
	background: none !important;
}
.portfolio_group .portfolio-item .list_style_header {
	display: none;
	overflow: hidden;
	margin-bottom: 20px;
	position: relative;
	min-height: 46px;
	padding-right: 275px;
}
.portfolio_group .portfolio-item .list_style_header h3 {
	margin-bottom: 0;
	margin-top: 7px;
}
.portfolio_group .portfolio-item .list_style_header .links_wrapper {
	position: absolute;
	right: 0;
	top: 0;
}
.portfolio_group .portfolio-item .list_style_header .links_wrapper a {
	margin-bottom: 0;
}
.portfolio_group .portfolio-item .list_style_header .links_wrapper a:last-child {
	margin-right: 0;
}
.portfolio_group .portfolio-item:first-child .list_style_header .links_wrapper a.portfolio_prev_js {
	display: none;
}
.portfolio_group .portfolio-item:last-child .list_style_header .links_wrapper a.portfolio_next_js {
	display: none;
}
.portfolio_group .portfolio-item .image_frame {
	width: 100%;
}
.portfolio_group .portfolio-item .desc {
	padding: 20px;
	background: #fff;
	overflow: hidden;
}
.portfolio_group .portfolio-item .desc .title_wrapper {
	position: relative;
	padding-right: 43px;
}
.portfolio_group .portfolio-item .desc .title_wrapper h5 {
	margin-bottom: 0;
}
.portfolio_group .portfolio-item .desc .title_wrapper .button-love {
	position: absolute;
	right: 0;
	top: 0;
}
.portfolio_group .portfolio-item .desc .title_wrapper .button-love a.mfn-love {
	display: inline-block;
	position: relative;
	padding-left: 24px;
}
.portfolio_group .portfolio-item .desc .title_wrapper .button-love a.mfn-love i {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 16px;
}
.portfolio_group .portfolio-item .desc .title_wrapper .button-love a.mfn-love:hover {
	text-decoration: none;
}
.portfolio_group .portfolio-item .desc .title_wrapper .button-love a.mfn-love i:last-child {
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.portfolio_group .portfolio-item .desc .title_wrapper .button-love a:hover.mfn-love i:last-child, .portfolio_group .portfolio-item .desc .title_wrapper .button-love a.loved.mfn-love i:last-child {
	opacity: 1;
	filter: alpha(opacity=100);
}
.portfolio_group .portfolio-item .desc .desc-wrapper {
	margin-right: 280px;
}
.portfolio_group .portfolio-item .desc .details-wrapper {
	float: right;
	width: 240px;
	padding-left: 19px;
	border-left-width: 1px;
	border-style: solid;
}
.portfolio_group .portfolio-item .desc .details-wrapper dl {
	margin-bottom: 0;
}
.portfolio_group .portfolio-item .desc .details-wrapper dl>dt {
	padding: 2px 0;
	border: 0;
	width: 80px;
}
.portfolio_group .portfolio-item .desc .details-wrapper dl>dd {
	padding: 2px 0;
	border: 0;
	margin-left: 90px;
}

/* List */

.portfolio_group.list .portfolio-item {
	width: 100%;
	border-bottom-width: 0px;
	border-style: solid;
}
.portfolio_group.list .portfolio-item .portfolio-item-fw-bg {
	background-position: top center;
	background-repeat: repeat;
	padding: 35px 0;
}
body.with_aside .portfolio_group.list .portfolio-item .portfolio-item-fw-bg {
	padding-left: 5%;
	padding-right: 5%;
}
body:not(.with_aside) .portfolio_group.list .portfolio-item .portfolio-item-fw-wrapper {
	width: 1176px;
	margin: 0 auto;
}
.portfolio_group.list .portfolio-item .list_style_header {
	display: block;
}
.portfolio_group.list .portfolio-item .desc {
	background: none;
	padding: 20px 0 0;
}
.portfolio_group.list .portfolio-item .desc .title_wrapper {
	display: none;
}

/* Flat */

.portfolio_group.flat .portfolio-item {
	width: 33.3%;
}
.portfolio_group.flat .portfolio-item .image_frame {
	border: 0;
}
.portfolio_group.flat .portfolio-item .image_frame .mask {
	box-shadow: 0 0 0 0;
	-webkit-box-shadow: 0 0 0 0;
}
.portfolio_group.flat .portfolio-item .desc {
	display: none;
}

/* Grid */

.portfolio_group.grid .portfolio-item {
	width: 31.2%;
	margin: 0 1% 20px;
}
.portfolio_group.grid .portfolio-item .desc .desc-wrapper, .portfolio_group.grid .portfolio-item .desc .details-wrapper {
	display: none;
}

/* Masonry */

.portfolio_group.masonry .portfolio-item {
	width: 31.2%;
	margin: 0 1% 20px;
}
.portfolio_group.masonry .portfolio-item .desc .title_wrapper {
	margin-bottom: 15px;
}
.portfolio_group.masonry .portfolio-item .desc .desc-wrapper {
	display: block;
	margin-right: 0;
}
.portfolio_group.masonry .portfolio-item .desc .details-wrapper {
	display: none;
}

/* Masonry hover */

.portfolio_group.masonry-hover .portfolio-item {
	width: 31.2%;
	margin: 0 1% 20px;
}
.portfolio_group.masonry-hover .portfolio-item .masonry-hover-wrapper {
	position: relative;
	overflow: hidden;
}
.portfolio_group.masonry-hover .portfolio-item .masonry-hover-wrapper .hover-desc {
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, .3);
	height: 100%;
	width: 100%;
	padding: 10% 10% 50px;
	box-sizing: border-box;
}
.portfolio_group.masonry-hover .portfolio-item .masonry-hover-wrapper .hover-desc h3:after {
	content: "";
	display: block;
	margin: 15px 0;
	width: 20px;
	height: 3px;
	background: #fff;
}
.portfolio_group.masonry-hover .portfolio-item .masonry-hover-wrapper .hover-desc h3 a {
	color: #fff;
}
.portfolio_group.masonry-hover .portfolio-item .masonry-hover-wrapper .hover-desc .desc-inner {
	height: 100%;
	overflow: hidden;
	color: #fff;
}
.portfolio_group.masonry-hover .portfolio-item .masonry-hover-wrapper .hover-desc .links-wrappper {
	bottom: 18px;
	box-sizing: border-box;
	left: 0;
	padding: 0 7% 0 8%;
	position: absolute;
	width: 100%;
}
.portfolio_group.masonry-hover .portfolio-item .masonry-hover-wrapper .hover-desc .links-wrappper a.zoom, .portfolio_group.masonry-hover .portfolio-item .masonry-hover-wrapper .hover-desc .links-wrappper a.link, .portfolio_group.masonry-hover .portfolio-item .masonry-hover-wrapper .hover-desc .links-wrappper a.external {
	font-size: 25px;
	color: #fff;
	position: relative;
	top: 0;
}
.portfolio_group.masonry-hover .portfolio-item .masonry-hover-wrapper .hover-desc .links-wrappper a.zoom {}
.portfolio_group.masonry-hover .portfolio-item .masonry-hover-wrapper .hover-desc .links-wrappper a.link {
	float: right;
}
.portfolio_group.masonry-hover .portfolio-item .masonry-hover-wrapper .hover-desc .links-wrappper a.external {}
.portfolio_group.masonry-hover .portfolio-item .image-wrapper {
	line-height: 0;
}
.portfolio_group.masonry-hover .portfolio-item .masonry-hover-wrapper:hover .hover-desc {
	opacity: 1;
}
.portfolio_group.masonry-hover .portfolio-item .masonry-hover-wrapper .hover-desc .links-wrappper a:hover.zoom, .portfolio_group.masonry-hover .portfolio-item .masonry-hover-wrapper .hover-desc .links-wrappper a:hover.link, .portfolio_group.masonry-hover .portfolio-item .masonry-hover-wrapper .hover-desc .links-wrappper a:hover.external {
	top: -3px;
}
.portfolio_group.masonry-hover .portfolio-item.no-thumbnail .masonry-hover-wrapper .hover-desc {
	padding: 10%;
}
.portfolio_group.masonry-hover .portfolio-item.no-thumbnail .masonry-hover-wrapper {
	overflow: visible;
}
.portfolio_group.masonry-hover .portfolio-item.no-thumbnail .masonry-hover-wrapper .hover-desc {
	position: static;
	opacity: 1;
}
.portfolio_group.masonry-hover .portfolio-item.no-thumbnail .masonry-hover-wrapper .hover-desc .desc-inner {
	margin-bottom: 15px;
}
.portfolio_group.masonry-hover .portfolio-item.no-thumbnail .masonry-hover-wrapper .hover-desc .links-wrappper {
	position: static;
	padding: 0;
	margin-top: 30px;
}
.portfolio_group.masonry-hover .portfolio-item.no-thumbnail .masonry-hover-wrapper .hover-desc .links-wrappper a.zoom {
	display: none;
}

/* Animation */

.portfolio_group.masonry-hover .portfolio-item .masonry-hover-wrapper .hover-desc .links-wrappper a.zoom, .portfolio_group.masonry-hover .portfolio-item .masonry-hover-wrapper .hover-desc .links-wrappper a.link, .portfolio_group.masonry-hover .portfolio-item .masonry-hover-wrapper .hover-desc .links-wrappper a.external, .portfolio_group.masonry-hover .portfolio-item .masonry-hover-wrapper .hover-desc {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

/* Masonry Flat */

.portfolio_group.masonry-flat .portfolio-item {
	width: 24.99%;
}
.portfolio_group.masonry-flat .portfolio-item.wide {
	width: 49.98%;
}
.portfolio_group.masonry-flat .portfolio-item.tall {
	margin-bottom: -1px;
}
.portfolio_group.masonry-flat .portfolio-item .image_frame {
	border: 0;
}
.portfolio_group.masonry-flat .portfolio-item .image_frame .mask {
	box-shadow: 0 0 0 0;
	-webkit-box-shadow: 0 0 0 0;
}
.portfolio_group.masonry-flat .portfolio-item .image_frame img {
	margin: 0 !important;
	top: 0 !important;
}
.portfolio_group.masonry-flat .portfolio-item .desc {
	display: none;
}

/* Columns 2-6 */


/* Grid, Masonry, Masonry Hover */

.portfolio_group.grid.col-2 .portfolio-item, .portfolio_group.masonry.col-2 .portfolio-item, .portfolio_group.masonry-hover.col-2 .portfolio-item {
	width: 47.99%;
}
.portfolio_group.grid.col-3 .portfolio-item, .portfolio_group.masonry.col-3 .portfolio-item, .portfolio_group.masonry-hover.col-3 .portfolio-item {
	width: 31.33%;
}
.portfolio_group.grid.col-4 .portfolio-item, .portfolio_group.masonry.col-4 .portfolio-item, .portfolio_group.masonry-hover.col-4 .portfolio-item {
	width: 22.99%;
}
.portfolio_group.grid.col-5 .portfolio-item, .portfolio_group.masonry.col-5 .portfolio-item, .portfolio_group.masonry-hover.col-5 .portfolio-item {
	width: 18.99%;
	margin: 0 0.5% 20px;
}
.portfolio_group.grid.col-6 .portfolio-item, .portfolio_group.masonry.col-6 .portfolio-item, .portfolio_group.masonry-hover.col-6 .portfolio-item {
	width: 15.66%;
	margin: 0 0.5% 20px;
}

/* Flat */

.portfolio_group.flat.col-2 .portfolio-item {
	width: 49.99%;
}
.portfolio_group.flat.col-3 .portfolio-item {
	width: 33.33%;
}
.portfolio_group.flat.col-4 .portfolio-item {
	width: 24.99%;
}
.portfolio_group.flat.col-5 .portfolio-item {
	width: 19.99%;
}
.portfolio_group.flat.col-6 .portfolio-item {
	width: 16.66%;
}
.section_wrapper .portfolio_wrapper .column.one.pager_wrapper .hover-desc {
	margin: 40px 0 !important;
}
.template-slider .section-portfolio-header {
	margin-top: 30px;
}

/* #Filters
 ================================================== */


/* #Footer
 ================================================== */

#Footer {
	background-position: center top;
	background-repeat: no-repeat;
}
#Footer .footer_action {
	background: rgba(0, 0, 0, .1);
}
#Footer .footer_action .one {
	margin-bottom: 30px;
	padding-top: 30px;
	text-align: center;
	font-size: 110%;
	line-height: 180%;
}
#Footer .widgets_wrapper {
	padding: 15px 0;
}
#Footer .widgets_wrapper .column {
	margin-bottom: 0;
}
#Footer .widgets_wrapper .widget {
	padding: 15px 0;
	margin-bottom: 0;
}
#Footer .widgets_wrapper .widget:after {
	display: none;
}
#Footer .footer_copy {
	border-top: 1px solid rgba(255, 255, 255, .1);
}
#Footer .footer_copy .one {
	margin-bottom: 20px;
	padding-top: 30px;
}
#Footer .footer_copy .copyright {
	float: left;
}
#Footer .footer_copy a#back_to_top {
	float: right;
	margin: -10px 0 0 0;
}
#Footer .footer_copy a#back_to_top.hide {
	display: none;
}
#Footer .footer_copy a#back_to_top.sticky {
	position: fixed;
	right: 75px;
	bottom: 11px;
	z-index: 9001;
	background: #f7f7f7 !important;
	color: rgba(0, 0, 0, 0.5);
}
.nice-scroll #Footer .footer_copy a#back_to_top.sticky {
	right: 85px;
}
#Footer .footer_copy a#back_to_top.sticky .button_icon {
	background: none;
	margin: 1px;
}
#Footer .footer_copy a#back_to_top.sticky.scroll {
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#Footer .footer_copy a#back_to_top.sticky.scroll.focus, #Footer .footer_copy a#back_to_top.sticky.scroll:hover {
	opacity: 1;
}
#Footer .footer_copy .social {
	float: right;
	margin-right: 20px;
}
#Footer .footer_copy .social li {
	display: inline-block;
	margin-right: 6px;
}
#Footer .footer_copy .social li:last-child {
	margin-right: 0px;
}
#Footer .footer_copy .social li a {
	color: rgba(255, 255, 255, .3);
	font-size: 15px;
	line-height: 15px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#Footer .footer_copy .social li a:hover {
	color: rgb(255, 255, 255);
}
#Footer .footer_copy .social-menu {
	float: right;
	margin-right: 20px;
}
#Footer .footer_copy .social-menu li {
	display: inline-block;
	margin-right: 6px;
	padding-right: 6px;
	border-right: 1px solid rgba(255, 255, 255, .1);
}
#Footer .footer_copy .social-menu li:last-child {
	margin-right: 0px;
	padding-right: 0px;
	border-right: 0px;
}

/* .footer-copy-center */

.footer-copy-center #Footer .footer_copy {
	text-align: center;
}
.footer-copy-center #Footer .footer_copy .copyright {
	float: none;
	margin: 0 0 10px 0;
}
.footer-copy-center #Footer .footer_copy a#back_to_top {
	float: none;
	margin: -10px 0 10px;
}
.footer-copy-center #Footer .footer_copy .social {
	float: none;
	margin: 0;
}
.footer-copy-center #Footer .footer_copy .social-menu {
	float: none;
	margin: 0;
}

/* Widgets */

#Footer .Recent_posts ul li .desc {
	background: rgba(0, 0, 0, .1);
}
#Footer .widget_mfn_menu ul li a {
	background: rgba(0, 0, 0, .1);
	color: #ccc;
}
#Footer .widget_recent_entries ul li {
	background: rgba(0, 0, 0, .1);
}
#Footer ul.list_mixed li:after, #Footer ul.list_check li:after, #Footer ul.list_star li:after, #Footer ul.list_idea li:after {
	background: rgba(255, 255, 255, .08);
}
#Footer .widget_mfn_recent_comments ul li .date_label {
	background-color: rgba(0, 0, 0, .07);
}
#Footer .widget_mfn_recent_comments ul li .date_label:after {
	border-left-color: rgba(0, 0, 0, .07);
}

/* .footer-sliding
 ================================================== */

.footer-fixed #Header_wrapper, .footer-sliding #Header_wrapper {
	z-index: 29;
}
.footer-fixed #Content, .footer-sliding #Content {
	position: relative;
	z-index: 2;
}
.footer-fixed #Footer, .footer-sliding #Footer {
	position: fixed;
	width: 100%;
	bottom: 0;
	left: 0;
	z-index: 1;
}
.footer-fixed #Footer {
	z-index: 3;
}

/* #Comments
 ================================================== */

.comments {
	margin-bottom: 0;
}
#comments> :first-child {
	border-top-width: 1px;
	border-style: solid;
	padding-top: 20px;
}
.page #comments> :first-child {
	margin-top: 20px;
}
#comments .commentlist {
	margin-left: 0;
	list-style-type: none;
}
#comments .commentlist>li {
	margin-bottom: 30px;
}
#comments .commentlist>li .comment-body {
	position: relative;
	background: #fff;
	padding: 20px 20px 20px 20px;
	margin-bottom: 20px;
	margin-left: 105px;
}
#comments .commentlist>li .comment-body:after {
	content: "";
	display: block;
	position: absolute;
	left: -6px;
	top: 35px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 6px 6px 6px 0;
	border-color: transparent #fff transparent transparent;
}
#comments .commentlist>li .children {
	margin-bottom: 15px;
	padding-left: 40px;
	border-left: 1px solid #ddd;
}
#comments .commentlist>li .photo {
	display: block;
	width: 64px;
	height: 64px;
	overflow: hidden;
	line-height: 0;
	position: absolute;
	left: -105px;
	top: 0px;
	border-width: 8px;
	border-style: solid;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
#comments .commentlist>li .comment-author {
	font-size: 15px;
	color: #444;
}
#comments .commentlist>li .comment-author a {}
#comments .commentlist>li .comment-author .fn {
	font-weight: bold;
}
#comments .commentlist>li .comment-meta {
	font-size: 12px;
	font-style: italic;
}
#comments .commentlist>li .comment-meta a {}
#comments .commentlist>li .comment-meta a.comment-edit-link {
	float: right;
	padding-right: 52px;
	position: relative;
	top: -19px;
}
#comments .commentlist>li p {
	margin: 4px 0 10px;
}
#comments .commentlist>li .reply {
	position: absolute;
	right: 20px;
	top: 20px;
}
#comments .commentlist>li .reply a.comment-reply-link {
	font-size: 11px;
	color: #fff;
	padding: 3px 6px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 3px;
	background-image: url(../images/stripes/stripes_10_w.png);
}
#comments .commentlist>li .reply a:hover.comment-reply-link {
	text-decoration: none;
}
#comments .commentlist li {}
#comments .commentlist li .comment-body {}
#comments .commentlist li .comment-body.last {}
#comments .commentlist li .comment-body.lastBorder {
	border-bottom: 0;
}
#comments .commentlist .children {
	margin-bottom: 0px;
	margin-left: 30px;
	padding-left: 50px;
}
#comments .commentlist .children li {
	margin-bottom: 0;
}
#comments #comments-title {
	margin-bottom: 20px;
}
#comments #comments-title span {
	font-style: italic;
}

/* #Respond
 ================================================== */

#respond {
	overflow: hidden;
	margin-bottom: 40px;
}
#respond .comment-reply-title {
	font-size: 21px;
	line-height: 25px;
}
#respond p {
	margin-bottom: 15px;
	padding-left: 0 !important;
}
#respond .comment-notes .required {
	position: static;
}
#respond input[type="text"] {
	margin-bottom: 0;
}
#respond label {
	margin-bottom: 3px;
}

/* #respond .required { position: absolute; right: 20px; top: 40px; } */

#respond .comment-form-author {
	width: 31.3%;
	margin-right: 2% !important;
	float: left;
	position: relative;
}
#respond .comment-form-email {
	width: 31.3%;
	margin-right: 2% !important;
	float: left;
	position: relative;
}
#respond .comment-form-url {
	width: 33.3%;
	float: left;
	position: relative;
}
#respond input[type="text"], #respond input[type="password"], #respond input[type="email"], #respond select {
	width: 100%;
}
#respond .comment-form-comment {
	width: 100%;
}
#respond .comment-form-comment textarea {
	width: 100%;
	margin-bottom: 10px;
}
#respond .form-submit {
	overflow: hidden;
	margin: 0;
}
#respond .form-submit input[type="submit"] {
	float: right !important;
	margin: 0 !important;
}
#respond .form-allowed-tags {
	display: none;
}
#respond .form-allowed-tags code {
	margin-top: 10px;
}

/* #Error_404
 ================================================== */

body.error404 {
	height: 100%;
}
body.error404.custom-404, body.error404.events-archive {
	height: auto;
}
body.error404:not(.events-archive) #Content {
	padding: 0 !important;
}
#Error_404 {
	overflow: hidden;
	position: absolute;
	top: 50%;
	margin-top: -150px;
	left: 30px;
}
#Error_404 .error_pic {
	width: 30%;
	float: left;
	text-align: center;
}
#Error_404 .error_pic i {
	font-size: 250px;
	line-height: 250px;
}
#Error_404 .error_desk {
	width: 70%;
	float: left;
	padding-top: 40px;
}
#Error_404 .error_desk h2 {
	font-size: 45px;
	line-height: 45px;
	color: rgba(0, 0, 0, .7);
}
#Error_404 .error_desk h4 {
	font-size: 26px;
	line-height: 30px;
	color: rgba(0, 0, 0, .7);
}
#Error_404 .error_desk p .check {
	line-height: 45px;
	font-size: 16px;
	color: rgba(0, 0, 0, .5);
}
#Error_404 .error_desk p em {
	font-style: italic;
	font-size: 17px;
	font-family: Georgia, serif;
	padding: 0 15px;
}
#Error_404 .error_desk p .button {
	margin: 0;
	display: inline;
	margin-left: 20px;
}

/* #Contact form
 ================================================== */

.wpcf7-form .column {
	margin-bottom: 10px;
}
.wpcf7-not-valid-tip {
	position: absolute !important;
	left: -50px !important;
	top: 0 !important;
	width: 50px !important;
	height: 44px !important;
	padding: 0 !important;
	background: url("../../../images/contact_form_error.png") !important;
	overflow: hidden;
	text-indent: -9999px !important;
	padding: 0;
	border: none !important;
}
.wpcf7-validation-errors {
	border: 0;
	display: none !important;
}
.wpcf7-mail-sent-ok {
	border: none !important;
	margin: 25px 0 0 0 !important;
	padding: 7px 0 !important;
	background: #7DCC68 !important;
	color: #fff;
	font-size: 14px;
	text-align: center;
	float: left;
	width: 100%;
}
.wpcf7-captchar {
	margin-bottom: 0;
}
span.wpcf7-form-control-wrap {
	width: 100%;
	position: relative !important;
	display: inline-block;
	margin-bottom: 3px;
}
span.wpcf7-form-control-wrap .wpcf7-quiz, span.wpcf7-form-control-wrap .wpcf7-select, span.wpcf7-form-control-wrap .wpcf7-text, span.wpcf7-form-control-wrap .wpcf7-textarea {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 0;
}
.wpcf7-submit {
	margin-bottom: 0 !important;
}
#popup_contact {
	position: fixed;
	right: 20px;
	bottom: 15px;
	z-index: 9001;
}
.nice-scroll #popup_contact {
	right: 30px;
}
#popup_contact>a.button {
	width: 45px;
	height: 45px;
	line-height: 45px;
	font-size: 20px;
	margin: 0;
	text-align: center;
	color: rgba(0, 0, 0, .5);
	background: #f7f7f7;
}
#popup_contact>a.button:hover {
	text-decoration: none;
}
#popup_contact .popup_contact_wrapper {
	width: 250px;
	padding: 20px;
	background: #fbfbfb;
	position: absolute;
	bottom: 65px;
	right: 0;
	display: none;
}
#popup_contact.focus .popup_contact_wrapper {
	display: block;
}
#popup_contact .popup_contact_wrapper span.arrow {
	position: absolute;
	right: 15px;
	bottom: -8px;
	margin: 0 auto;
	width: 0px;
	height: 0px;
	display: block;
	border-top: 8px solid #fbfbfb;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
}
#popup_contact .popup_contact_wrapper form {}
#popup_contact .popup_contact_wrapper form input[type="text"], #popup_contact .popup_contact_wrapper form input[type="email"], #popup_contact .popup_contact_wrapper form textarea {
	background: #fff;
	margin-bottom: 10px;
}
#popup_contact .popup_contact_wrapper form textarea {
	resize: vertical;
	min-height: 100px;
}
#popup_contact .popup_contact_wrapper form input[type="submit"] {
	margin: 0;
	float: right;
}
#popup_contact .wpcf7-form.invalid>p:after {
	display: block;
}
#popup_contact .wpcf7-form-control-wrap {
	display: inline-block;
	margin-right: 0;
	width: 100%;
}
#popup_contact div.wpcf7 img.ajax-loader {
	margin-top: 10px;
}

/* #Preloader
 ================================================== */

.portfolio_slider_ul, ul.testimonials-slider {
	background: url("../../../images/preloader.gif") no-repeat center center;
}
.portfolio_slider_ul li, ul.testimonials-slider>* {
	visibility: hidden;
}
ul.testimonials-slider {
	max-height: 260px;
}
.caroufredsel_wrapper .portfolio_slider_ul, ul.owl-carousel {
	background: none;
	max-height: none;
}
.caroufredsel_wrapper .portfolio_slider_ul li, ul.owl-carousel>* {
	visibility: visible;
}

/* #bbPress
 ================================================== */

.bbpress #Subheader .title {
	width: 60%;
}
.bbpress #Subheader ul.breadcrumbs {
	width: 40%;
}
.bbpress #Subheader ul.breadcrumbs .bbp-breadcrumb-current {
	margin: 0;
}
.bbpress #bbpress-forums div.bbp-search-form {
	float: none;
	width: 100%;
	margin-bottom: 20px;
}
.bbpress #bbpress-forums #bbp-search-form #bbp_search {
	width: 100%;
	margin: 0px;
}
.bbpress #bbpress-forums div.bbp-topic-tags {
	clear: both;
	margin-bottom: 20px;
}
.bbpress #bbpress-forums div.bbp-topic-tags p {
	margin: 0;
}

/* Search */

.bbpress .widget_display_search .screen-reader-text {
	display: none;
}
.bbpress .widget_display_search #bbp_search {
	margin: 0;
}

/* Login */

.bbpress .bbp_widget_login .bbp-logged-in h4 {
	font-size: 14px;
	font-weight: normal;
}
.bbpress .bbp_widget_login .bbp-logged-in a.button {
	margin: 0;
}

/* Display views & Display forums */

.bbpress .widget_display_views, .bbpress .widget_display_forums {}
.bbpress .widget_display_views ul, .bbpress .widget_display_forums ul {
	list-style-type: square;
	padding: 0 0 0 30px;
}
.bbpress .widget_display_views ul li, .bbpress .widget_display_forums ul li {}
.bbpress .widget_display_views ul li a, .bbpress .widget_display_forums ul li a {
	display: block;
	padding: 4px 0 7px 4px;
}

/* #BuddyPress
 ================================================== */

#buddypress {
	margin-bottom: 40px;
}
#buddypress #whats-new-options {
	height: auto !important;
	overflow: visible !important;
}
#buddypress div.dir-search {
	margin: 0;
}
#buddypress #search-members-form>* {
	float: left;
}
#buddypress div.dir-search input[type="text"], #buddypress li.groups-members-search input[type="text"] {
	padding: 2px 3px;
	font-size: 100%;
	margin-right: 5px;
	font-weight: normal;
}
#buddypress div#subnav.item-list-tabs ul li>* {
	float: left;
}
#buddypress div#subnav.item-list-tabs ul li label {
	margin: 10px 5px 0 0;
	font-weight: normal;
}
#buddypress div#item-header div#item-meta {
	font-size: 100%;
}

/* #tribe-events
 ================================================== */

.tribe-events-page-template #Subheader .title {
	width: 60%;
}
.tribe-events-page-template #Subheader ul.breadcrumbs {
	width: 40%;
}
#tribe-bar-views .tribe-bar-views-list {
	z-index: 29;
}
#tribe-bar-form input[type="text"] {
	font-weight: normal;
}
h2.tribe-events-page-title, #tribe-geo-results h2.tribe-events-page-title {
	font-weight: normal;
}
.tribe-events-list-separator-month {
	font-weight: normal;
}
#tribe-events-content .tribe-events-tooltip h4 {
	font-weight: normal;
}
.tribe-events-meta-group .tribe-events-single-section-title {
	font-weight: normal;
}
.events-list .tribe-events-loop, .tribe-events-day .tribe-events-loop, .single-tribe_venue .tribe-events-loop, .single-tribe_organizer .tribe-events-loop {
	max-width: 100%;
}
a.tribe-events-ical {
	margin-top: 0;
}
.tribe-events-cal-links a.tribe-events-gcal {
	margin-top: 0;
}
.single-tribe_events #tribe-events-content .tribe-events-event-meta dt {
	clear: left;
	font-weight: bold;
	line-height: inherit;
}
.single-tribe_events #tribe-events-content .tribe-events-event-meta dd {
	float: inherit;
	line-height: inherit;
	list-style: none outside none;
	margin: 0 0 0 110px;
	padding: 10px 0;
}
.single-tribe_events #tribe-events-content .tribe-events-event-meta dd:after {
	display: none;
}
#tribe-bar-form {
	background-image: url(../images/stripes/stripes_5_b.png);
}
.tribe-events-back {
	padding: 15px 10px;
	margin-bottom: 20px;
	background-image: url(../images/stripes/stripes_5_b.png);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}
ul.tribe-events-sub-nav a, .tribe-events-back a {
	font-size: 14px;
	font-weight: normal;
}
.tribe-events-event-image {
	border: 8px solid #f8f8f8;
	box-sizing: border-box;
	display: block;
	line-height: 0;
}

/* Widgets */

.tribe-events-list-widget {}
.tribe-events-list-widget ol {
	padding: 10px 0 0 30px;
}
.tribe-events-list-widget ol li {
	margin-bottom: 20px;
	list-style-type: square;
	padding-left: 4px;
}
.tribe-events-list-widget ol li:before {
	display: none;
}
.tribe-events-list-widget ol li h4 {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 5px;
}
.tribe-events-list-widget ol li .duration {
	font-weight: normal;
	color: rgba(0, 0, 0, .4);
}
.tribe-events-list-widget p.tribe-events-widget-link {
	margin-left: 30px;
	padding-top: 8px;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.tribe-events-list-widget p.tribe-events-widget-link a {
	font-weight: normal;
	font-size: 13px;
}

/* Colors */

.tribe-events-list-separator-month span {
	background: #fcfcfc;
}
.tribe-events-event-meta, .tribe-events-promo {
	color: #a8a8a8;
}
.tribe-events-calendar thead th {
	color: #444;
}
.tribe-events-calendar thead th {
	border-color: rgba(0, 0, 0, 0.08);
}

/* #Dark
 ================================================== */

.dark, .dark ul.timeline_items, .dark .icon_box a .desc, .dark .icon_box a:hover .desc, .dark .feature_list ul li a, .dark .list_item a, .dark .list_item a:hover, .dark .widget_recent_entries ul li a {
	color: #fff !important;
}
.dark .ui-tabs .ui-tabs-panel, .dark .accordion .question .answer {
	color: #626262;
}

/* Headings font */

.dark h1, .dark h1 a, .dark h1 a:hover {
	color: #fff;
}
.dark h2, .dark h2 a, .dark h2 a:hover {
	color: #fff;
}
.dark h3, .dark h3 a, .dark h3 a:hover {
	color: #fff;
}
.dark h4, .dark h4 a, .dark h4 a:hover {
	color: #fff;
}
.dark h5, .dark h5 a, .dark h5 a:hover {
	color: #fff;
}
.dark h6, .dark h6 a, .dark h6 a:hover, .dark a.content_link .title {
	color: #fff;
}

/* Borders */

.dark .idea_box, .dark table th, .dark table td, .dark .list_item .circle, .dark input[type="text"], .dark input[type="tel"], .dark input[type="password"], .dark input[type="email"], .dark textarea, .dark select, .dark .promo_box.has_border:after, .dark dl>dt, .dark dl>dd, .dark .article_box .desc_wrapper p, .dark a.icon_bar, .dark a.content_link, .dark .how_it_works .image, .dark .opening_hours, .dark .opening_hours .opening_hours_wrapper li, .dark .icon_box.has_border:after, .dark .chart_box:before, .dark .pricing-box, .dark .team_list .bq_wrapper, .dark .post-footer .post-links, .dark .format-link .post-title .icon-link, .dark .share_wrapper, .dark .post-header .title_wrapper, .dark .section-post-related .section-related-adjustment, .dark .comments, .dark .widget-area, .dark .widget:after, .dark .fixed-nav .desc h6, .dark .portfolio_group.list .portfolio-item, .dark .portfolio_group .portfolio-item .desc .details-wrapper, .dark .Recent_posts ul li .desc h6, .dark .widget_recent_entries ul li a, .dark .woocommerce .widget_best_sellers li, .dark .woocommerce .widget_featured_products li, .dark .woocommerce .widget_recent_reviews li, .dark .woocommerce .widget_recent_products li, .dark .woocommerce .widget_recently_viewed_products li, .dark .woocommerce .widget_random_products li, .dark .woocommerce .widget_top_rated_products li, .dark .woocommerce .widget_onsale li, .dark .woocommerce .widget_layered_nav li, .dark .woocommerce .widget_shopping_cart ul.product_list_widget li, .dark .woocommerce .widget_products li, .dark .woocommerce .product .related.products, .dark .woocommerce .product div.entry-summary h1.product_title:after, .dark .woocommerce .quantity input.qty {
	border-color: rgba(255, 255, 255, .08);
}

/* Grey */

.dark .blockquote p.author span, .dark .counter .desc_wrapper .title, .dark .article_box .desc_wrapper p, .dark .team .desc_wrapper p.subtitle, .dark .pricing-box .plan-header p.subtitle, .dark .pricing-box .plan-header .price sup.period, .dark .chart_box p, .dark .fancy_heading .inside, .dark .fancy_heading_line .slogan, .dark .post-meta, .dark .post-meta a, .dark .post-footer, .dark .post-footer a span.label, .dark .pager .pages a, .dark .button-love a .label, .dark .pager-single a, .dark #comments .commentlist>li .comment-author .says, .dark .fixed-nav .desc .date, .dark .filters_buttons li.label, .dark .Recent_posts ul li a .desc .date, .dark .widget_recent_entries ul li .post-date, .dark .tp_recent_tweets .twitter_time, .dark .widget_price_filter .price_label, .dark .shop-filters .woocommerce-result-count, .dark .woocommerce ul.product_list_widget li .quantity, .dark .widget_shopping_cart ul.product_list_widget li dl, .dark .product_meta .posted_in, .dark .woocommerce .shop_table .product-name .variation>dd, .dark .shipping-calcuQuicksandr-button:after, .dark .shop_slider .shop_slider_ul li .item_wrapper .price del, .dark .testimonials_slider .testimonials_slider_ul li .author span, .dark .testimonials_slider .testimonials_slider_ul li .author span a {
	color: #DEDEDE;
}

/* Dividers */

.dark hr {
	background-color: rgba(255, 255, 255, .08);
	color: rgba(255, 255, 255, .08);
}

/* Others */

.dark blockquote {
	color: #fff;
}
.dark .article_box .desc_wrapper h4 {
	color: #444;
}
.dark .progress_bars .bars_list li h6 .label {
	color: rgba(255, 255, 255, 0.35);
	background: rgba(255, 255, 255, 0.05);
}
.dark .faq .question .title {
	color: #fff;
}
.dark .counter .desc_wrapper .number {
	color: #fff;
}
.dark a.content_link .title {
	color: #444;
}
.dark .opening_hours, .dark .opening_hours h3 {
	color: #444444;
}
.dark .Recent_posts ul li .desc {
	background: rgba(0, 0, 0, .1);
}

/* Pricing box */

.dark .pricing-box-box {
	background: rgba(0, 0, 0, 0.1);
}
.dark .pricing-box .plan-inside ul li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* Lists */

.dark .column_column ul, .dark .column_column ol, .dark .the_content_wrapper ul, .dark .the_content_wrapper ol {
	color: #fff;
}

/* List item */

.dark .list_item.lists_2 .list_icon i {
	color: #fff;
}

/* Pricing table */

.dark .pricing-box-table.pricing-box-featured {
	background: rgba(0, 0, 0, .1);
}
.dark .pricing-box .plan-header .price sup.period {
	color: rgba(255, 255, 255, 0.5) !important;
}

/* Call to action */

.dark .call_to_action .call_left h3 {
	color: rgba(0, 0, 0, .65);
}
.dark .call_to_action .call_center a {
	color: #fff;
}

/* Fancy heading */

.dark .fancy_heading_line {
	background-image: url(../../../images/fancy_heading_hr_dark.png);
}

/* Content slider */

.dark .content_slider.flat a.button .button_icon i {
	color: #fff;
}

/* Fancy links */

.dark a.mfn-link, .dark a:hover.mfn-link {
	color: #fff;
}
.dark a.hover.mfn-link-2 span:before, .dark a.mfn-link-8:after, .dark a.mfn-link-8:before {
	background: #fff;
}
.dark a.mfn-link-4:hover:before, .dark a.mfn-link-4:hover:after, .dark a.hover.mfn-link-4:before, .dark a.hover.mfn-link-4:after, .dark a.mfn-link-7:after, .dark a.mfn-link-7:before {
	background: #fff;
}
.dark a.mfn-link-6:before {
	border-bottom-color: #fff;
}

/* #Video Section
 ================================================== */

.section.has-video {
	position: relative;
	overflow: hidden;
}
.section.has-video .section_video {
	position: absolute;
	top: 0;
	left: 0;
	min-height: 100%;
	min-width: 100%;
	overflow: hidden;
	z-index: 1;
}
.section.has-video .section_video .mask {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 3;
	background: url(../../../images/videomask.png) repeat center;
}
.section.has-video .section_video video {
	position: absolute;
	top: 0;
	left: 0;
	min-height: 100%;
	min-width: 100%;
	z-index: 2;
}
.section.has-video .section_wrapper {
	position: relative;
	z-index: 10;
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) {
	.section.has-video .section_video {
		display: none !important;
	}
}

/* #Section Navigation
 ================================================== */

.section.has-navi .section-nav {
	position: absolute;
	left: 50%;
	z-index: 20;
	cursor: pointer;
	font-size: 38px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	margin: 0 0 0 -25px;
	text-align: center;
	color: rgba(0, 0, 0, .2);
}
.section.has-navi .section-nav:hover {
	color: rgba(0, 0, 0, .8);
}
.section.has-navi .section-nav.prev {
	top: 75px;
}
.section.has-navi .section-nav.next {
	bottom: 75px;
}
.section.has-navi:first-child .section-nav.prev, .section.has-navi:nth-last-child(2) .section-nav.next {
	display: none;
}
.section.has-navi .section-nav {
	color: rgba(0, 0, 0, .2);
}
.section.has-navi .section-nav:hover {
	color: rgba(0, 0, 0, .8);
}
.section.has-navi.dark .section-nav {
	color: rgba(255, 255, 255, .2);
}
.section.has-navi.dark .section-nav:hover {
	color: rgba(255, 255, 255, .8);
}

/* Animation */

.section.has-navi .section-nav {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

/* Visual Composer | Frontend Editor
 ================================================== */

.wpb_wrapper>div {
	margin-bottom: 35px;
}
.wpb_wrapper.ui-sortable .vc_call_to_action {
	background: none;
	border: none;
	padding: 0;
}
body.layout-boxed .vc_row[data-vc-stretch-content="true"] {
	left: 0 !important;
	width: auto !important;
	margin-left: -2.7%;
	margin-right: -2.7%;
}
body.layout-boxed .vc_row-no-padding .wpb_column {
	padding: 0;
}
.vc_images_carousel {
	width: auto !important;
}
.wpb_wrapper .portfolio_group {
	font-size: inherit !important;
	line-height: inherit !important;
	color: inherit !important;
}
.wpb_wrapper .portfolio_group.flat .portfolio-item, .wpb_wrapper .portfolio_group.masonry-flat .portfolio-item {
	margin-bottom: 0;
}
.wpb_wrapper .portfolio_group .portfolio-item .image_frame {
	margin-bottom: 0;
}
.wpb_wrapper .wpcf7-form {
	display: inline-block;
}

/********************** Backgrounds **********************/

#Header_wrapper {
	background-color: #000119;
}
#Subheader {
	background-color: #ece9e0;
}
.header-classic #Action_bar, .header-plain #Action_bar, .header-stack #Action_bar {
	background-color: #2C2C2C;
}
#Sliding-top {
	background-color: #444342;
}
#Sliding-top a.sliding-top-control {
	border-right-color: #444342;
}
#Footer {
	background-color: #444342;
}

/************************ Colors ************************/


/* Content font */

body, ul.timeline_items, .icon_box a .desc, .icon_box a:hover .desc, .feature_list ul li a, .list_item a, .list_item a:hover, .widget_recent_entries ul li a, .flat_box a, .flat_box a:hover, .story_box .desc, .content_slider.carousel ul li a .title {
	color: #626262;
}

/* Theme color */

.themecolor, .opening_hours .opening_hours_wrapper li span, .fancy_heading_icon .icon_top, .fancy_heading_arrows .icon-right-dir, .fancy_heading_arrows .icon-left-dir, .fancy_heading_line .title, .button-love a.mfn-love, .format-link .post-title .icon-link, .pager-single>span, .pager-single a:hover, .widget_meta ul, .widget_pages ul, .widget_rss ul, .widget_mfn_recent_comments ul li:after, .widget_archive ul, .widget_recent_comments ul li:after, .widget_nav_menu ul, .woocommerce ul.products li.product .price, .shop_slider .shop_slider_ul li .item_wrapper .price, .woocommerce-page ul.products li.product .price, .widget_price_filter .price_label .from, .widget_price_filter .price_label .to, .woocommerce ul.product_list_widget li .quantity .amount, .woocommerce .product div.entry-summary .price, .woocommerce .star-rating span, #Error_404 .error_pic i, .style-simple #Filters .filters_wrapper ul li a:hover, .style-simple #Filters .filters_wrapper ul li.current-cat a, .style-simple .quick_fact .title {
	color: #000;
}

/* Theme background */

.themebg, .pager .pages a:hover, .pager .pages a.active, .pager .pages span.page-numbers.current, .pager-single span:after, #comments .commentlist>li .reply a.comment-reply-link, .fixed-nav .arrow, #Filters .filters_wrapper ul li a:hover, #Filters .filters_wrapper ul li.current-cat a, .widget_categories ul, .Recent_posts ul li .desc:after, .Recent_posts ul li .photo .c, .widget_recent_entries ul li:after, .widget_mfn_menu ul li a:hover, .widget_mfn_menu ul li.current_page_item>a, .widget_product_categories ul, div.jp-interface, #Top_bar a#header_cart span, .testimonials_slider .slider_images, .testimonials_slider .slider_images a:after, .testimonials_slider .slider_images:before, .slider_pagination a.selected, .slider_pagination a.selected:after, .tp-bullets.simplebullets.round .bullet.selected, .tp-bullets.simplebullets.round .bullet.selected:after, .tparrows.default, .tp-bullets.tp-thumbs .bullet.selected:after, .offer_thumb .slider_pagination a:before, .offer_thumb .slider_pagination a.selected:after, .style-simple .accordion .question:after, .style-simple .faq .question:after, .style-simple .icon_box .desc_wrapper h4:before, .style-simple #Filters .filters_wrapper ul li a:after, .style-simple .article_box .desc_wrapper p:after, .style-simple .sliding_box .desc_wrapper:after, .style-simple .trailer_box:hover .desc {
	background-color: #000;
}
.Latest_news ul li .photo, .style-simple .opening_hours .opening_hours_wrapper li label, .style-simple .timeline_items li:hover h3, .style-simple .timeline_items li:nth-child(even):hover h3, .style-simple .timeline_items li:hover .desc, .style-simple .timeline_items li:nth-child(even):hover {
	border-color: #000;
}

/* Links color */

a {
	color: #272727;
}
a:hover {
	color: #000;
}

/* Selections */

*::-moz-selection {
	background-color: #272727;
}
*::selection {
	background-color: #272727;
}

/* Grey */

.blockquote p.author span, .counter .desc_wrapper .title, .article_box .desc_wrapper p, .team .desc_wrapper p.subtitle, .pricing-box .plan-header p.subtitle, .pricing-box .plan-header .price sup.period, .chart_box p, .fancy_heading .inside, .fancy_heading_line .slogan, .post-meta, .post-meta a, .post-footer, .post-footer a span.label, .pager .pages a, .button-love a .label, .pager-single a, #comments .commentlist>li .comment-author .says, .fixed-nav .desc .date, .filters_buttons li.label, .Recent_posts ul li a .desc .date, .widget_recent_entries ul li .post-date, .tp_recent_tweets .twitter_time, .widget_price_filter .price_label, .shop-filters .woocommerce-result-count, .woocommerce ul.product_list_widget li .quantity, .widget_shopping_cart ul.product_list_widget li dl, .product_meta .posted_in, .woocommerce .shop_table .product-name .variation>dd, .shipping-calcuQuicksandr-button:after, .shop_slider .shop_slider_ul li .item_wrapper .price del, .testimonials_slider .testimonials_slider_ul li .author span, .testimonials_slider .testimonials_slider_ul li .author span a, .Latest_news ul li .desc_footer {
	color: #a8a8a8;
}

/* Headings font */

h1, h1 a, h1 a:hover, .text-logo #logo {
	color: #000;
}
h2, h2 a, h2 a:hover {
	color: #000;
}
h3, h3 a, h3 a:hover {
	color: #000;
}
h4, h4 a, h4 a:hover, .style-simple .sliding_box .desc_wrapper h4 {
	color: #000;
}
h5, h5 a, h5 a:hover {
	color: #000;
}
h6, h6 a, h6 a:hover, a.content_link .title {
	color: #000;
}

/* Highlight */

.dropcap, .highlight:not(.highlight_image) {
	background-color: #000;
}

/* Buttons */

a.button, a.tp-button {
	background-color: #BFBFBF;
	color: #383838;
}
.button-stroke a.button, .button-stroke a.button .button_icon i, .button-stroke a.tp-button {
	border-color: #000;
	color: #383838;
}
.button-stroke a:hover.button, .button-stroke a:hover.tp-button {
	background-color: #BFBFBF !important;
	color: #fff;
}

/* .button_theme */

a.button_theme, a.tp-button.button_theme, button, input[type="submit"], input[type="reset"], input[type="button"] {
	background-color: #000;
	color: #fff;
}
.button-stroke a.button.button_theme:not(.action_button), .button-stroke a.button.button_theme:not(.action_button), .button-stroke a.button.button_theme .button_icon i, .button-stroke a.tp-button.button_theme, .button-stroke button, .button-stroke input[type="submit"], .button-stroke input[type="reset"], .button-stroke input[type="button"] {
	border-color: #000;
	color: #000 !important;
	top: 10px;
}
.button-stroke a.button.button_theme:hover, .button-stroke a.tp-button.button_theme:hover, .button-stroke button:hover, .button-stroke input[type="submit"]:hover, .button-stroke input[type="reset"]:hover, .button-stroke input[type="button"]:hover {
	background-color: #000 !important;
	color: #fff !important;
}

/* Fancy Link */

a.mfn-link {
	color: #656B6F;
}
a.mfn-link-2 span, a:hover.mfn-link-2 span:before, a.hover.mfn-link-2 span:before, a.mfn-link-5 span, a.mfn-link-8:after, a.mfn-link-8:before {
	background: #272727;
}
a:hover.mfn-link {
	color: #272727;
}
a.mfn-link-2 span:before, a:hover.mfn-link-4:before, a:hover.mfn-link-4:after, a.hover.mfn-link-4:before, a.hover.mfn-link-4:after, a.mfn-link-5:before, a.mfn-link-7:after, a.mfn-link-7:before {
	background: #000;
}
a.mfn-link-6:before {
	border-bottom-color: #000;
}

/* Shop buttons */

.woocommerce a.button, .woocommerce .quantity input.plus, .woocommerce .quantity input.minus {
	background-color: #BFBFBF !important;
	color: #383838 !important;
}
.woocommerce a.button_theme, .woocommerce a.checkout-button, .woocommerce button.button, .woocommerce .button.add_to_cart_button, .woocommerce .button.product_type_external, .woocommerce input[type="submit"], .woocommerce input[type="reset"], .woocommerce input[type="button"] {
	background-color: #000 !important;
	color: #fff !important;
}

/* Lists */

.column_column ul, .column_column ol, .the_content_wrapper ul, .the_content_wrapper ol {
color: #000;
  margin-left: 15px;
}

/* Dividers */

.hr_color, .hr_color hr, .hr_dots span {
	color: #000;
	background: #000;
}
.hr_zigzag i {
	color: #000;
}

/* Highlight section */

.highlight-left:after, .highlight-right:after {
	background: #cec8c2;
}
@media only screen and (max-width: 768px) {
	.highlight-left .column:first-child, .highlight-right .column:last-child {
		               background: #f7ebdfab;
	}
	.highlight-left .column_attr
	{
	    padding: 50px !important;
	}
	.masonry-list {
    column-count: 1 !important;
    column-gap: 6px;
    background-color: #ece9e0;
}
}

/************************ Header ************************/

#Header .top_bar_left, .header-classic #Top_bar, .header-plain #Top_bar, .header-stack #Top_bar, .header-split #Top_bar, .header-fixed #Top_bar, .header-below #Top_bar, #Header_creative, #Top_bar #menu {
	    background-color: #ece9e0 !important;
}
#Top_bar .top_bar_right:before {
	background-color: #e3e3e3;
}
#Header .top_bar_right {
	background-color: #f5f5f5;
}
#Top_bar .top_bar_right a {
	color: #444444;
}
#Top_bar .menu>li>a {
	color: #767676;
}
#Top_bar .menu>li.current-menu-item>a, #Top_bar .menu>li.current_page_item>a, #Top_bar .menu>li.current-menu-ancestor>a, #Top_bar .menu>li.current-page-ancestor>a, #Top_bar .menu>li.current_page_ancestor>a, #Top_bar .menu>li.hover>a {
	color: #000;
}
#Top_bar .menu>li a:after {
	background: #000;
}
.menu-highlight #Top_bar #menu>ul>li.current-menu-item>a, .menu-highlight #Top_bar #menu>ul>li.current_page_item>a, .menu-highlight #Top_bar #menu>ul>li.current-menu-ancestor>a, .menu-highlight #Top_bar #menu>ul>li.current-page-ancestor>a, .menu-highlight #Top_bar #menu>ul>li.current_page_ancestor>a, .menu-highlight #Top_bar #menu>ul>li.hover>a {
	background: #F2F2F2;
}
.menu-arrow-bottom #Top_bar .menu>li>a:after {
	border-bottom-color: #000;
}
.menu-arrow-top #Top_bar .menu>li>a:after {
	border-top-color: #000;
}
.header-plain #Top_bar .menu>li.current-menu-item>a, .header-plain #Top_bar .menu>li.current_page_item>a, .header-plain #Top_bar .menu>li.current-menu-ancestor>a, .header-plain #Top_bar .menu>li.current-page-ancestor>a, .header-plain #Top_bar .menu>li.current_page_ancestor>a, .header-plain #Top_bar .menu>li.hover>a, .header-plain #Top_bar a:hover#header_cart, .header-plain #Top_bar a:hover#search_button, .header-plain #Top_bar .wpml-languages:hover, .header-plain #Top_bar .wpml-languages ul.wpml-lang-dropdown {
	background: #F2F2F2;
	color: #000;
}
.header-plain #Top_bar, .header-plain #Top_bar .menu>li>a span:not(.description), .header-plain #Top_bar a#header_cart, .header-plain #Top_bar a#search_button, .header-plain #Top_bar .wpml-languages, .header-plain #Top_bar a.button.action_button {
	border-color: #F2F2F2;
}
#Top_bar .menu>li ul {
	background-color: #F2F2F2;
}
#Top_bar .menu>li ul li a {
	color: #5f5f5f;
}
#Top_bar .menu>li ul li a:hover, #Top_bar .menu>li ul li.hover>a {
	color: #2e2e2e;
}
#Top_bar .search_wrapper {
	background: #000;
}
#Subheader .title {
	color: #000;
}
#Subheader ul.breadcrumbs li, #Subheader ul.breadcrumbs li a {
	color: rgba(0, 0, 0, 0.6);
}
#Overlay {
	background: rgba(0, 0, 0, 0.95);
}
#overlay-menu ul li a, .header-overlay .overlay-menu-toggle.focus {
	color: #fff;
}

/************************ Footer ************************/

#Footer, #Footer .widget_recent_entries ul li a {
	color: #cccccc;
}
#Footer a {
	color: #dedede;
}
#Footer a:hover {
	color: #ededed;
}
#Footer h1, #Footer h1 a, #Footer h1 a:hover, #Footer h2, #Footer h2 a, #Footer h2 a:hover, #Footer h3, #Footer h3 a, #Footer h3 a:hover, #Footer h4, #Footer h4 a, #Footer h4 a:hover, #Footer h5, #Footer h5 a, #Footer h5 a:hover, #Footer h6, #Footer h6 a, #Footer h6 a:hover {
	color: #fff;
}

/* Theme color */

#Footer .themecolor, #Footer .widget_meta ul, #Footer .widget_pages ul, #Footer .widget_rss ul, #Footer .widget_mfn_recent_comments ul li:after, #Footer .widget_archive ul, #Footer .widget_recent_comments ul li:after, #Footer .widget_nav_menu ul, #Footer .widget_price_filter .price_label .from, #Footer .widget_price_filter .price_label .to, #Footer .star-rating span {
	color: #fff;
}

/* Theme background */

#Footer .themebg, #Footer .widget_categories ul, #Footer .Recent_posts ul li .desc:after, #Footer .Recent_posts ul li .photo .c, #Footer .widget_recent_entries ul li:after, #Footer .widget_mfn_menu ul li a:hover, #Footer .widget_product_categories ul {
	background-color: #fff;
}

/* Grey */

#Footer .Recent_posts ul li a .desc .date, #Footer .widget_recent_entries ul li .post-date, #Footer .tp_recent_tweets .twitter_time, #Footer .widget_price_filter .price_label, #Footer .shop-filters .woocommerce-result-count, #Footer ul.product_list_widget li .quantity, #Footer .widget_shopping_cart ul.product_list_widget li dl {
	color: #a8a8a8;
}

/************************ Sliding Top ************************/

#Sliding-top, #Sliding-top .widget_recent_entries ul li a {
	color: #cccccc;
}
#Sliding-top a {
	color: #dedede;
}
#Sliding-top a:hover {
	color: #ededed;
}
#Sliding-top h1, #Sliding-top h1 a, #Sliding-top h1 a:hover, #Sliding-top h2, #Sliding-top h2 a, #Sliding-top h2 a:hover, #Sliding-top h3, #Sliding-top h3 a, #Sliding-top h3 a:hover, #Sliding-top h4, #Sliding-top h4 a, #Sliding-top h4 a:hover, #Sliding-top h5, #Sliding-top h5 a, #Sliding-top h5 a:hover, #Sliding-top h6, #Sliding-top h6 a, #Sliding-top h6 a:hover {
	color: #fff;
}

/* Theme color */

#Sliding-top .themecolor, #Sliding-top .widget_meta ul, #Sliding-top .widget_pages ul, #Sliding-top .widget_rss ul, #Sliding-top .widget_mfn_recent_comments ul li:after, #Sliding-top .widget_archive ul, #Sliding-top .widget_recent_comments ul li:after, #Sliding-top .widget_nav_menu ul, #Sliding-top .widget_price_filter .price_label .from, #Sliding-top .widget_price_filter .price_label .to, #Sliding-top .star-rating span {
	color: #fff;
}

/* Theme background */

#Sliding-top .themebg, #Sliding-top .widget_categories ul, #Sliding-top .Recent_posts ul li .desc:after, #Sliding-top .Recent_posts ul li .photo .c, #Sliding-top .widget_recent_entries ul li:after, #Sliding-top .widget_mfn_menu ul li a:hover, #Sliding-top .widget_product_categories ul {
	background-color: #fff;
}

/* Grey */

#Sliding-top .Recent_posts ul li a .desc .date, #Sliding-top .widget_recent_entries ul li .post-date, #Sliding-top .tp_recent_tweets .twitter_time, #Sliding-top .widget_price_filter .price_label, #Sliding-top .shop-filters .woocommerce-result-count, #Sliding-top ul.product_list_widget li .quantity, #Sliding-top .widget_shopping_cart ul.product_list_widget li dl {
	color: #a8a8a8;
}

/************************ Shortcodes ************************/


/* Blockquote */

blockquote, blockquote a, blockquote a:hover {
	color: #444444;
}

/* Image frames & Google maps & Icon bar */

.image_frame .image_wrapper .image_links, .portfolio_group.masonry-hover .portfolio-item .masonry-hover-wrapper .hover-desc {
	background: rgba(0, 0, 0, 0.8);
}
.image_frame .image_wrapper .image_links a {
	color: #fff;
}
.image_frame .image_wrapper .image_links a:hover {
	background: #fff;
	color: #000;
}

/* Sliding box */

.sliding_box .desc_wrapper {
	background: #000;
}
.sliding_box .desc_wrapper:after {
	border-bottom-color: #000;
}

/* Counter & Chart */

.counter .icon_wrapper i {
	color: #000;
}

/* Quick facts */

.quick_fact .number-wrapper {
	color: #000;
}

/* Progress bar */

.progress_bars .bars_list li .bar .progress {
	background-color: #000;
}

/* Icon bar */

a:hover.icon_bar {
	color: #000 !important;
}

/* Content links */

a.content_link, a:hover.content_link {
	color: #000;
}
a.content_link:before {
	border-bottom-color: #000;
}
a.content_link:after {
	border-color: #000;
}

/* Get in touch & Infobox */

.get_in_touch, .infobox {
	background-color: #000;
}
.column_map .google-map-contact-wrapper .get_in_touch:after {
	border-top-color: #000;
}

/* Timeline & Post timeline */

.timeline_items li h3:before, .timeline_items:after, .timeline .post-item:before {
	border-color: #000;
}

/* How it works */

.how_it_works .image .number {
	background: #000;
}

/* Trailer box */

.trailer_box .desc .subtitle {
	background-color: #000;
}

/* Icon box */

.icon_box .icon_wrapper, .icon_box a .icon_wrapper, .style-simple .icon_box:hover .icon_wrapper {
	color: #000;
}
.icon_box:hover .icon_wrapper:before, .icon_box a:hover .icon_wrapper:before {
	background-color: #000;
}

/* Clients */

ul.clients.clients_tiles li .client_wrapper:hover:before {
	background: #000;
}
ul.clients.clients_tiles li .client_wrapper:after {
	border-bottom-color: #000;
}

/* List */

.list_item.lists_1 .list_left {
	background-color: #000;
}
.list_item .list_left {
	color: #000;
}

/* Features list */

.feature_list ul li .icon i {
	color: #000;
}
.feature_list ul li:hover, .feature_list ul li:hover a {
	background: #000;
}

/* Tabs, Accordion, Toggle, Table, Faq */

.ui-tabs .ui-tabs-nav li.ui-state-active a, .accordion .question.active .title>.acc-icon-plus, .accordion .question.active .title>.acc-icon-minus, .faq .question.active .title>.acc-icon-plus, .faq .question.active .title, .accordion .question.active .title {
	color: #000;
}
.ui-tabs .ui-tabs-nav li.ui-state-active a:after {
	background: #000;
}
table tr:hover td {
	background: #000;
}

/* Pricing */

.pricing-box .plan-header .price sup.currency, .pricing-box .plan-header .price>span {
	color: #000;
}
.pricing-box .plan-inside ul li .yes {
	background: #000;
}
.pricing-box-box.pricing-box-featured {
	background: #000;
}

/************************ Shop ************************/

.woocommerce span.onsale, .shop_slider .shop_slider_ul li .item_wrapper span.onsale {
	border-top-color: #000 !important;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
	border-color: #000 !important;
}

.bknow
{
    color: #000;
  margin-top: 20px;
  scale: 0.8;
}

#Top_bar.is-sticky .bknow
{
    color: #000;
  margin-top: 7px !important;
  scale: 0.76;
  margin-bottom: -10px;
}
/************************ Responsive ************************/

@media only screen and (max-width: 768px) {
	#Top_bar, #Action_bar {
		background: #fff !important;
	}
}
body:not(.template-slider) #Header_wrapper {
	background-image: url("../images/home_decor_subheader.png");
	    margin-top: -10px;
}

/********************** Font | Family **********************/

body, button, span.date_label, .timeline_items li h3 span, input[type="submit"], input[type="reset"], input[type="button"], input[type="text"], input[type="password"], input[type="tel"], input[type="email"], textarea, select, .offer_li .title h3 {
	font-family: "Quicksand", Arial, Tahoma, sans-serif;
	font-weight: 400;
}
#menu>ul>li>a, .action_button, #overlay-menu ul li a {
	font-family: "Quicksand",  Arial, Tahoma, sans-serif;
	font-weight: 400;
}
#Subheader .title {
	font-family: "Playfair",  Arial, Tahoma, sans-serif;
	font-weight: 400;
}
h1, .text-logo #logo {
	font-family: "Playfair",  Arial, Tahoma, sans-serif;
	font-weight: 700;
}
h2 {
	font-family: "Playfair",  Arial, Tahoma, sans-serif;
	font-weight: 300;
}
h3 {
	font-family: "Playfair",  Arial, Tahoma, sans-serif;
	font-weight: 300;
}
h4 {
	font-family: "Quicksand",  Arial, Tahoma, sans-serif;
	font-weight: 300;
}
h5 {
	font-family: "Quicksand", Arial, Tahoma, sans-serif;
	font-weight: 300;
}
h6 {
	font-family: "Quicksand", Arial, Tahoma, sans-serif;
	font-weight: 400;
}
blockquote {
	font-family: "Playfair",  Arial, Tahoma, sans-serif;
}

/********************** Font | Size **********************/


/* Body */

body {
	font-size: 14px;
	line-height: 22px;
}
#menu>ul>li>a, .action_button {
	font-size: 15px;
}

/* Headings */

h1, #Subheader .title, .text-logo #logo {
	font-size: 62px;
	line-height: 62px;
}
h2 {
	font-size: 52px;
	line-height: 52px;
}
h3 {
	font-size: 32px;
	line-height: 34px;
}
h4 {
	font-size: 18px;
	line-height: 22px;
}
h5 {
	font-size: 16px;
	line-height: 21px;
}
h6 {
	font-size: 14px;
	line-height: 21px;
}
h2 {
	font-weight: 900;
}
h3 {
	font-weight: 300;
}



h4 {
	font-weight: 400;
}
h5 {
	font-weight: 400;
	margin-top: 20px;
}
#Top_bar .menu>li>a:after {
	bottom: 0 !important;
	height: 25px;
	left: 50%;
	top: auto;
	width: 1px;
}
#Top_bar.is-sticky .menu>li>a:after {
	height: 10px;
}
#Top_bar .menu>li>a span:not(.description) {
	letter-spacing: 1px;
	font-weight: 500;
}

/* Subheader */

#Subheader {
	padding: 100px 0;
}
#Subheader .title {
	font-weight: 900;
	letter-spacing: 1px;
}

/* Hover color */

.hover_color .hover_color_wrapper {
	padding: 80px 30px;
}
.hover_color {
	height: inherit;
}
.hover_color .hover_color_bg {
	height: inherit;
}

/* Icon box */

.icon_box .desc {
	margin: 0 10%;
}

/* Testimonials */

blockquote {
	background: rgba(0, 0, 0, 0);
	font-size: 28px;
	line-height: 40px !important;
	font-weight: 200;
	margin: 0;
	top: 0;
	font-style: normal !important;
}
.testimonials_slider.single-photo .testimonials_slider_ul li .bq_wrapper {
	margin: 0 5%;
}
.testimonials_slider.single-photo .hr_dots {
	display: none;
}
.testimonials_slider .testimonials_slider_ul li {
	list-style: none;
}

/* Contact icons */

.contact_icons a {
	color: #a9a9a9 !important;
	font-size: 30px;
	line-height: 30px;
}
.contact_icons a:hover {
	color: #000 !important;
}

/* Forms */

.button-stroke input.wpcf7-submit[type="submit"] {
	background: #000 !important;
	color: #fff !important;
	font-size: 15px;
}

/* Footer */

#Footer .widgets_wrapper {
	padding: 30px 0;
}
#Footer .footer_copy {
	border: 0;
}
#Footer .footer_copy .one {
	border-top: 1px solid #fff;
}
.section.dark {
	margin-top: -1px;
}
.zeus .tp-tab {
	opacity: 1;
	box-sizing: border-box
}
.zeus .tp-tab-title {
	display: block;
	text-align: center;
	background: rgba(0, 0, 0, 0.25);
	font-family: "Playfair", serif;
	font-weight: 300;
	font-size: 13px;
	line-height: 13px;
	color: #fff;
	padding: 9px 10px
}
.zeus .tp-tab:hover .tp-tab-title, .zeus .tp-tab.selected .tp-tab-title {
	color: #000;
	background: #cec8c2;
}
.tp-caption.News-Title, .News-Title {
	color: rgba(255, 255, 255, 1.00);
	font-size: 70px;
	line-height: 60px;
	font-weight: 400;
	font-style: normal;
	font-family: Roboto Slab;
	padding: 0 0 0 0;
	text-decoration: none;
	background-color: transparent;
	border-color: transparent;
	border-style: none;
	border-width: 0;
	border-radius: 0 0 0 0
}
.tp-caption.News-Subtitle, .News-Subtitle {
	color: rgba(255, 255, 255, 1.00);
	font-size: 15px;
	line-height: 24px;
	font-weight: 300;
	font-style: normal;
	font-family: Roboto Slab;
	padding: 0 0 0 0;
	text-decoration: none;
	background-color: rgba(255, 255, 255, 0);
	border-color: transparent;
	border-style: none;
	border-width: 0;
	border-radius: 0 0 0 0
}
.tp-caption.News-Subtitle:hover, .News-Subtitle:hover {
	color: rgba(255, 255, 255, 0.65);
	text-decoration: none;
	background-color: rgba(255, 255, 255, 0);
	border-color: transparent;
	border-style: solid;
	border-width: 0px;
	border-radius: 0 0 0px 0
}
.section.equal-height .column {
	height: 301px;
}

/*
 |--------------------------------------------------------------------------
 |   Demo Styles
 |
 |--------------------------------------------------------------------------
 |
 |
 |
 */

body.contact #Content, body.content_no_padding #Content {
	padding-top: 0 !important;
}

/* ------------------------------------------- *
 * font awesome
 * ------------------------------------------- */

.the-icons.span3 {
	float: left;
	width: 25%;
	line-height: 25px;
	padding-bottom: 10px;
	position: relative;
}
.the-icons.span3 [class^="icon-"] {
	color: #3E3E3E;
	font-size: 20px;
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.the-icons.span3 [class^="icon-"]:hover {
	font-size: 50px;
	background: #fff;
	padding: 10px;
	display: block;
	text-align: center;
	width: 70px;
	height: 50px;
	border: 1px solid #eee;
	top: -25px;
	left: -32px;
	z-index: 2;
}
.the-icons.span3 .i-name {
	padding-left: 40px;
}
@media only screen and min-width: 768px and max-width: 959px {
	.the-icons.span3 {
		width: 33.333%;
	}
}
@media only screen and min-width: 480px and max-width: 768px {
	.the-icons.span3 {
		width: 50%;
	}
}
@media only screen and max-width: 479px {
	.the-icons.span3 {
		width: 100%;
	}
}

/* ------------------------------------------- *
 * demo
 * ------------------------------------------- */


/* sections */

.parallax-video .content_video iframe {
	border: 35px solid #efefef;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.section-border-top {
	border-top: 1px solid rgba0, 0, 0, .08;
}
.notable_works .items_group {
	background: #eaeae8;
}
.notable_works .items_group .fancy_heading h2 {
	margin-bottom: 0;
	padding-top: 40px;
}

/* custom inline add */

.hrmargin_0, p.hrmargin_0, hr.hrmargin_0, div.hrmargin_0, h2.hrmargin_0, h3.hrmargin_0, h4.hrmargin_0, h5.hrmargin_0, h6.hrmargin_0 {
	margin: 0;
}
.hrmargin_b_60, p.hrmargin_b_60, hr.hrmargin_b_60, div.hrmargin_b_60, h2.hrmargin_b_60, h3.hrmargin_b_60, h4.hrmargin_b_60, h5.hrmargin_b_60, h6.hrmargin_b_60 {
	margin: 0 auto 60px;
}
.hrmargin_b_30, p.hrmargin_b_30, hr.hrmargin_b_30, div.hrmargin_b_30, h2.hrmargin_b_30, h3.hrmargin_b_30, h4.hrmargin_b_30, h5.hrmargin_b_30, h6.hrmargin_b_30 {
	margin-bottom: 30px;
}
.hrmargin_b_1, p.hrmargin_b_1, hr.hrmargin_b_1, div.hrmargin_b_1, h2.hrmargin_b_1, h3.hrmargin_b_1, h4.hrmargin_b_1, h5.hrmargin_b_1, h6.hrmargin_b_1 {
	margin: 0 auto 1px;
}
.hrmargin_b_10, p.hrmargin_b_10, hr.hrmargin_b_10, div.hrmargin_b_10, h2.hrmargin_b_10, h3.hrmargin_b_10, h4.hrmargin_b_10, h5.hrmargin_b_10, h6.hrmargin_b_10 {
	margin: 0 auto 10px;
}
.hrmargin_b_7, p.hrmargin_b_7, hr.hrmargin_b_7, div.hrmargin_b_7, h2.hrmargin_b_7, h3.hrmargin_b_7, h4.hrmargin_b_7, h5.hrmargin_b_7, h6.hrmargin_b_7 {
	margin-bottom: 7px;
}
.hrmargin_b_40, p.hrmargin_b_40, hr.hrmargin_b_40, div.hrmargin_b_40, h2.hrmargin_b_40, h3.hrmargin_b_40, h4.hrmargin_b_40, h5.hrmargin_b_40, h6.hrmargin_b_40 {
	margin: 0 auto 40px;
}
.hrmargin_b_40, p.hrmargin_b_20, hr.hrmargin_b_20, div.hrmargin_b_20, h2.hrmargin_b_20, h3.hrmargin_b_20, h4.hrmargin_b_20, h5.hrmargin_b_20, h6.hrmargin_b_20 {
	margin: 0 auto 20px;
}
.hrmargin_b_25, p.hrmargin_b_25, hr.hrmargin_b_25, div.hrmargin_b_25, h2.hrmargin_b_25, h3.hrmargin_b_25, h4.hrmargin_b_25, h5.hrmargin_b_25, h6.hrmargin_b_25 {
	margin: 0 auto 25px;
}
.hrmargin_b_5, p.hrmargin_b_5, hr.hrmargin_b_5, div.hrmargin_b_5, h2.hrmargin_b_5, h3.hrmargin_b_5, h4.hrmargin_b_5, h5.hrmargin_b_5, h6.hrmargin_b_5 {
	margin-bottom: 5px;
}
.hrmargin_b_4, p.hrmargin_b_4, hr.hrmargin_b_4, div.hrmargin_b_4, h2.hrmargin_b_4, h3.hrmargin_b_4, h4.hrmargin_b_4, h5.hrmargin_b_4, h6.hrmargin_b_4 {
	margin-bottom: 4px;
}
.hrmargin_l_26, p.hrmargin_l_26, hr.hrmargin_l_26, div.hrmargin_l_26, h2.hrmargin_l_26, h3.hrmargin_l_26, h4.hrmargin_l_26, h5.hrmargin_l_26, h6.hrmargin_l_26 {
	margin-left: 26px;
}
.hrmargin_b_30, p.hrmargin_b_30, hr.hrmargin_b_30, div.hrmargin_b_30, h2.hrmargin_b_30, h3.hrmargin_b_30, h4.hrmargin_b_30, h5.hrmargin_b_30, h6.hrmargin_b_30 {
	margin: 0 auto 30px;
}
.hrmargin_b_15, p.hrmargin_b_15, hr.hrmargin_b_15, div.hrmargin_b_15, h2.hrmargin_b_15, h3.hrmargin_b_15, h4.hrmargin_b_15, h5.hrmargin_b_15, h6.hrmargin_b_15 {
	margin: 0 auto 15px;
}
.flv_disp_none, div.flv_disp_none, p.flv_disp_none {
	display: none;
}
.flv_viz_hid, div.flv_viz_hid, p.flv_viz_hid {
	visibility: hidden !important;
}
.flv_clear_both, div.flv_clear_both, p.flv_clear_both {
	clear: both
}
.sections_style_0, div.sections_style_0 {
	padding-top: 0px;
	padding-bottom: 0px;
	background-color:
}
.sections_style_1, div.sections_style_1 {
	margin: 0px auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.sections_style_2, div.sections_style_2 {
	padding-top: 60px;
	padding-bottom: 0px;
	background-color:
}
.sections_style_3, div.sections_style_3 {
	padding-top: 60px;
	padding-bottom: 20px;
	background-color:
}
.sections_style_4, div.sections_style_4 {
	padding-top: 40px;
	padding-bottom: 0px;
	background-color:
}
.sections_style_5, div.sections_style_5 {
	padding-top: 70px;
	padding-bottom: 0px;
	background-color:
}
.flv_span_12, span.flv_span_12, div.flv_span_12 {
	padding-top: 12px;
	display: block
}
.flv_list, ul.flv_list {
	float: left;
	width: 46%;
	margin-left: 4%;
	list-style: square;
	line-height: 30px;
}
.flv_list_1, li.flv_list_1 {
	display: inline-block;
	margin: 0 10px;
}
.flv_list_ul_46, ul.flv_list_ul_46 {
	float: left;
	width: 46%;
	margin-left: 4%;
	list-style: square;
	line-height: 27px;
}
.flv_list_ul_10, ul.flv_list_ul_10 {
	display: block;
	margin: 0 0 10px 0;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
}
i.flv_icon_color {
	color: #afbcda;
}
ul.flv_line_height_32 {
	line-height: 32px;
}
p.flv_align_right, div.flv_align_right {
	text-align: right;
}
.flv_float_right, div.flv_float_right {
	float: right;
}