/****** CUSTOM ELEMENT CSS ******/
/* Body */
@font-face {
	font-family: 'seven_02';
	src:url('../fonts/seven_02.eot?');
	src:url('../fonts/seven_02.eot?#iefix-fvbane') format('embedded-opentype'),
		url('../fonts/seven_02.woff') format('woff'),
		url('../fonts/seven_02.ttf') format('truetype'),
		url('../fonts/seven_02.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
body {
	font-family: "seven_02";
}
/* Body End */

/* Header */
/*Check Width*/
@media only screen and (min-width: 1025px) {
    #main-menu {
		display: none !important;
    }
	.base-nav {
		display: block !important;
	}
}
@media only screen and (max-width: 1024px) {
    #main-menu {
		display: block !important;
    }
	.base-nav {
		display: none !important;
	}
}

/*Hold*/
.nav-bclear {
	clear: both;
}
.base-nav {
	width: 100%;
	position: absolute;
	top: 0px;
	z-index: 6;
	background-color: #313131;
}
.hold-nav:before,
.hold-nav:after {
	content: '';
	display: table;
	clear: both;
}
.base-nav-border {
	height: 6px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5c0000+0,fd0000+25,fd0000+75,5c0000+100 */
	background: rgb(92,0,0); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(92,0,0,1) 0%, rgba(253,0,0,1) 25%, rgba(253,0,0,1) 75%, rgba(92,0,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(92,0,0,1) 0%,rgba(253,0,0,1) 25%,rgba(253,0,0,1) 75%,rgba(92,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(92,0,0,1) 0%,rgba(253,0,0,1) 25%,rgba(253,0,0,1) 75%,rgba(92,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c0000', endColorstr='#5c0000',GradientType=1 ); /* IE6-9 */
}
.header-logo-top {
	text-align: center;
}
.header-logo-top a {
	display: block;
	padding: 5px 5px;
}
.header-logo-top a img {
	max-height: 72px;
}
.static-nav-title {
	text-align: center;
	font-size: 14px;
	color: #fff;
	padding: 5px 15px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#590000+0,fd0000+50,fd0000+100 */
	background: rgb(89,0,0); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(89,0,0,1) 0%, rgba(253,0,0,1) 50%, rgba(253,0,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(89,0,0,1) 0%,rgba(253,0,0,1) 50%,rgba(253,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(89,0,0,1) 0%,rgba(253,0,0,1) 50%,rgba(253,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#590000', endColorstr='#fd0000',GradientType=1 ); /* IE6-9 */
}
.static-nav {
	margin: 0;
	padding: 0;
	position: relative;
}
.static-nav:before,
.static-nav:after {
	content: '';
	display: table;
	clear: both;
}
.static-nav > li {
	list-style: none;
	/*display: inline-block;*/
	float: left;
	padding: 15px 15px;
	border-left: 1px solid #898989;
	position: relative;
	width: 50%;
	text-align: center;
}
.static-nav > li > ul {
	display: none;
}
.static-nav > li a {
	font-size: 14px;
	color: #ffffff;
}
.static-nav > li:first-child {
	border-left: none;
}
.static-nav > li:hover > a {
	text-decoration: underline;
}
.base-nav-top {
	margin: 0;
	padding: 0;
	position: relative;
}
.base-nav-top:before,
.base-nav-top:after {
	content: '';
	display: table;
	clear: both;
}
.base-nav-top > li {
	list-style: none;
	/*display: inline-block;*/
	float: left;
	padding: 31px 20px 30px;
	border-left: 1px solid #898989;
	position: relative;
}
.base-nav-top > li a {
	font-size: 14px;
	color:#e7e7e7;
}
.base-nav-top > li > .base-nav-top-hassubmenu {
	margin: 0;
	padding: 15px;
    position: absolute;
    top: 72px;
    right: -5px;
    width: 190px;
	background-color: #313131;
	display: none;
	z-index: 1;
}
.base-nav-top > li:hover > .base-nav-top-hassubmenu {
	display: block;
}
.base-nav-top > li > .base-nav-top-hassubmenu > li {
	list-style: none;
	padding: 5px 0;
}
.base-nav-top > li > .base-nav-top-hassubmenu > li:hover > a {
	text-decoration: underline;
}
.base-nav-top > li:hover > a {
	text-decoration: underline;
}
.base-nav-top > li:first-child {
	border-left: none;
}
.tool-set {
	padding: 11px 0;
}
.search-top {
	padding: 0 15px 6px;
}
.search-top input[type="text"] {
	width: 100%;
	padding-left: 5px;
	padding-right: 30px;
}
.lang-social {
	padding: 0 15px;
}
.bn-bt {
	border-top: 1px solid #898989;
}
.bn-bb {
	border-bottom: 1px solid #898989;
}
.bn-bl {
	border-left: 1px solid #898989;
}
.bn-br {
	border-right: 1px solid #898989;
}

/*Sticky*/
.base-nav.clone {
	position: fixed;
	transform: translateY(-100%);
    transition: 0.2s transform cubic-bezier(.3,.73,.3,.74);
	background-color: rgba(49,49,49,0.8);
}
body.sticky .base-nav.clone {
	transform: translateY(0);
}
.base-nav.clone .hold-nav {
	display: none;
}
.base-nav.clone .base-nav-border {
	display: none;
}
.base-nav .sticky-nav {
	display: none;
}
.base-nav.clone .sticky-nav {
	display: block;
}
.base-nav-sticky {
	margin: 0;
	padding: 0;
	text-align: center;
	/*float: right;*/
	position: relative;
}
.base-nav-sticky > li {
	list-style: none;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
	color: #ffffff;
	padding: 8px 27px;
	border-left: 1px solid #898989;
	position: relative;
}
.base-nav-sticky > li > .base-nav-sticky-hassubmenu {
	margin: 0;
	padding: 15px;
    position: absolute;
    top: 34px;
    right: -5px;
    width: 190px;
	background-color: rgba(49,49,49,0.80);
	display: none;
	z-index: 1;
}
.base-nav-sticky > li:hover > .base-nav-sticky-hassubmenu {
	display: block;
}
.base-nav-sticky > li > .base-nav-sticky-hassubmenu > li {
	list-style: none;
	padding: 5px 0;
	text-align: left;
}
.base-nav-sticky > li > .base-nav-sticky-hassubmenu > li:hover > a {
	text-decoration: underline;
}
.base-nav-sticky > li:hover > a {
	text-decoration: underline;
}
.base-nav-sticky > li:first-child {
	border-left: none;
}
.base-nav-sticky > li:last-child {
	font-weight: normal;
	/*font-size: 22px;
	padding: 16px 27px;*/
}
.base-nav-sticky > li:last-child i {
	/*margin-bottom: 13px;*/
}

/*Other Header*/
.lang__tab > a {
	display: inline-block !important;
}
.lang__tab > a.lang_divider {
	padding: 10px 0 !important;
}
/* Header End */

/* Footer */
.mini-text-f {
	font-size: 12px;
	color: #8d8e91;
}
.nav-f li {
	list-style: none;
}
.nav-f li a {
	color: #8d8e91;
	text-decoration: none;
	font-size: 12px;
}
.copyright-web{ color: #8d8e91; }
/* Footer End */

/* Blog */
.overlay-title-blog {
	/*position: absolute;*/
	width: 100%;
	/*left: 0;*/
	/*bottom: 0;*/
	background-color: #313131;
	z-index: 2;
}
.overlay-title-blog .container {
	padding: 40px 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.overlay-title-blog h1 {
	position: relative;
	font-size: 2.1428em;
	font-weight: 400;
	color: #fff;
	line-height: 1.4em;
	text-transform: uppercase;
	margin: 0 0 20px;
	padding: 0 0 15px;
	border-bottom: rgba(255,255,255,0.4) solid 1px;
}
.overlay-title-blog h1:before {
	position: absolute;
	content: '';
	width: 80px;
	height: 1px;
	left: 0;
	bottom: 0;
	margin-bottom: -1px;
	background-color: #fff;
}
/* Blog End */

/* Career */
.fix-fonts-career-list {
	font-size: 14px !important;
	font-weight: 600 !important;
	color: #474747 !important;
	margin-bottom: 25px !important;
	padding-top: 15px !important;
}
.fix-fonts-career-list a {
	color: #474747 !important;
	text-decoration: none;
}
.career-detail {
	font-size: 12px;
}
.career-pos-ab {
	position: absolute;
	top: 0;
	left: 15px;
}
.career-pos-ab i {
	line-height: 50px !important;
}
.career-left {
	float: left;
}
.career-right {
	float: right;
}
.career-clear {
	clear: both;
}
.dis-radius {
	border-radius: 0px !important;
	background-color: #52d1e5 !important;
}
.career-t-left {
	text-align: left;
}
.career-t-right {
	text-align: right;
}
/* Career End */

/* Portfolio */
.port-title-i {
	margin: 40px 0 20px;
	text-align: center;
}
.port-title-i a {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.75em;
	text-transform: uppercase;
	border-top: 1px solid;
	border-bottom: 1px solid;
	text-decoration: none;
	color: #0c121c;
}
.port-desc-i {
	text-align: center;
}
.view-port-title {
	margin: 30px 0;
	text-align: center;
}
.view-port-title a {
	font-size: 22px;
	font-weight: 600;
	line-height: 1.75em;
	text-transform: uppercase;
	border-top: 1px solid;
	border-bottom: 1px solid;
	text-decoration: none;
	color: #0c121c;
}
.view-port-description {
	line-height: 2em;
}
.port-fix-fonts {
	font-size: 16px !important;
	font-weight: 600 !important;
	color: #0c121c !important;
	margin-bottom: 15px !important;
}
.price-detail td {
	padding-bottom: 10px;
}
.price-detail tr:before {
    content: "●";
	color: #4dcae8;
	padding-right: 5px;
}
.port-a-effect:hover {
	opacity: 0.8;
}
.clear-pbtn-css {
	background: none;
    border: none;
    padding: 0;
    margin: 0;
}
.ui-dialog-titlebar {
	border: 1px solid #aaaaaa;
    border-radius: 4px;
    background: #cccccc;
	padding: 2px;
	margin: 0 0 2px;
	position: relative;
}
.ui-button {
    border: 1px solid #aaaaaa;
    border-radius: 4px;
	background: #ffffff;
	position: absolute;
	top: 2px;
    right: 2px;
    font-size: 11px;
}
.ui-widget-content {
    border: 1px solid #aaaaaa;
    border-radius: 4px;
	padding: 2px;
    background: #ffffff;
}
/* Portfolio End */

/* CSS Plus */
img {
	max-width: 100%;
}
.fix-fonts {
	font-size: 32px !important;
	font-weight: 600 !important;
	color: #ed1c24 !important;
}
.o-hidden {
	overflow: hidden;
}
@media only screen and (min-width: 1025px) {
	.pt100res {
		padding-top: 88px !important;
	}
}
@media only screen and (max-width: 1024px) {
	.pt100res {
		padding-top: 88px !important;
	}
}
/* CSS Plus End */

/* Custom Css */
/*text*/
.uppercase { text-transform: uppercase; }

.fw-400 { font-weight: 400; }
.fw-600 { font-weight: 600; }
.fw-b { font-weight: bold; }

.tc-white { color: #ffffff; }
.tc-black { color: #000000; }

.text-c { text-align: center; }
.text-l { text-align: left; }
.text-r { text-align: right; }

/*padding*/
.p0 { padding: 0; }

.pt5 { padding-top: 5px; }
.pt10 { padding-top: 10px; }
.pt15 { padding-top: 15px; }
.pt20 { padding-top: 20px; }
.pt25 { padding-top: 25px; }
.pt30 { padding-top: 30px; }
.pt35 { padding-top: 35px; }
.pt40 { padding-top: 40px; }
.pt45 { padding-top: 45px; }
.pt50 { padding-top: 50px; }
.pt55 { padding-top: 55px; }
.pt60 { padding-top: 60px; }
.pt65 { padding-top: 65px; }
.pt80 { padding-top: 80px; }
.pt100 { padding-top: 100px; }

.pb5 { padding-bottom: 5px; }
.pb10 { padding-bottom: 10px; }
.pb15 { padding-bottom: 15px; }
.pb20 { padding-bottom: 20px; }
.pb25 { padding-bottom: 25px; }
.pb30 { padding-bottom: 30px; }
.pb35 { padding-bottom: 35px; }
.pb40 { padding-bottom: 40px; }
.pb45 { padding-bottom: 45px; }
.pb50 { padding-bottom: 50px; }
.pb55 { padding-bottom: 55px; }
.pb60 { padding-bottom: 60px; }
.pb65 { padding-bottom: 65px; }
.pb80 { padding-bottom: 80px; }
.pb100 { padding-bottom: 100px; }

.pl5 { padding-left: 5px; }
.pl10 { padding-left: 10px; }
.pl15 { padding-left: 15px; }
.pl20 { padding-left: 20px; }
.pl25 { padding-left: 25px; }
.pl30 { padding-left: 30px; }
.pl35 { padding-left: 35px; }
.pl40 { padding-left: 40px; }
.pl45 { padding-left: 45px; }
.pl50 { padding-left: 50px; }
.pl55 { padding-left: 55px; }
.pl60 { padding-left: 60px; }
.pl65 { padding-left: 65px; }
.pl80 { padding-left: 80px; }
.pl100 { padding-left: 100px; }

.pr5 { padding-right: 5px; }
.pr10 { padding-right: 10px; }
.pr15 { padding-right: 15px; }
.pr20 { padding-right: 20px; }
.pr25 { padding-right: 25px; }
.pr30 { padding-right: 30px; }
.pr35 { padding-right: 35px; }
.pr40 { padding-right: 40px; }
.pr45 { padding-right: 45px; }
.pr50 { padding-right: 50px; }
.pr55 { padding-right: 55px; }
.pr60 { padding-right: 60px; }
.pr65 { padding-right: 65px; }
.pr80 { padding-right: 80px; }
.pr100 { padding-right: 100px; }

/*margin*/
.m0 { margin: 0; }

.mt5 { margin-top: 5px; }
.mt10 { margin-top: 10px; }
.mt15 { margin-top: 15px; }
.mt20 { margin-top: 20px; }
.mt25 { margin-top: 25px; }
.mt30 { margin-top: 30px; }
.mt35 { margin-top: 35px; }
.mt40 { margin-top: 40px; }
.mt45 { margin-top: 45px; }
.mt50 { margin-top: 50px; }
.mt55 { margin-top: 55px; }
.mt60 { margin-top: 60px; }
.mt65 { margin-top: 65px; }
.mt80 { margin-top: 80px; }
.mt100 { margin-top: 100px; }

.mb5 { margin-bottom: 5px; }
.mb10 { margin-bottom: 10px; }
.mb15 { margin-bottom: 15px; }
.mb20 { margin-bottom: 20px; }
.mb25 { margin-bottom: 25px; }
.mb30 { margin-bottom: 30px; }
.mb35 { margin-bottom: 35px; }
.mb40 { margin-bottom: 40px; }
.mb45 { margin-bottom: 45px; }
.mb50 { margin-bottom: 50px; }
.mb55 { margin-bottom: 55px; }
.mb60 { margin-bottom: 60px; }
.mb65 { margin-bottom: 65px; }
.mb80 { margin-bottom: 80px; }
.mb100 { margin-bottom: 100px; }

.ml5 { margin-left: 5px; }
.ml10 { margin-left: 10px; }
.ml15 { margin-left: 15px; }
.ml20 { margin-left: 20px; }
.ml25 { margin-left: 25px; }
.ml30 { margin-left: 30px; }
.ml35 { margin-left: 35px; }
.ml40 { margin-left: 40px; }
.ml45 { margin-left: 45px; }
.ml50 { margin-left: 50px; }
.ml55 { margin-left: 55px; }
.ml60 { margin-left: 60px; }
.ml65 { margin-left: 65px; }
.ml80 { margin-left: 80px; }
.ml100 { margin-left: 100px; }

.mr5 { margin-right: 5px; }
.mr10 { margin-right: 10px; }
.mr15 { margin-right: 15px; }
.mr20 { margin-right: 20px; }
.mr25 { margin-right: 25px; }
.mr30 { margin-right: 30px; }
.mr35 { margin-right: 35px; }
.mr40 { margin-right: 40px; }
.mr45 { margin-right: 45px; }
.mr50 { margin-right: 50px; }
.mr55 { margin-right: 55px; }
.mr60 { margin-right: 60px; }
.mr65 { margin-right: 65px; }
.mr80 { margin-right: 80px; }
.mr100 { margin-right: 100px; }
/* Custom Css End */

/* Widget */
/*Product Slider*/
.p-slider-title {
	margin: 8px 0 40px;
	text-align: center;
}
.p-slider-title a {
	font-size: 22px;
	font-weight: 600;
	line-height: 1.75em;
	text-transform: uppercase;
	border-top: 1px solid;
	border-bottom: 1px solid;
	text-decoration: none;
}
.carousel-nav.p-slider-nav {
	/*position: absolute;
    right: 0;
    top: 0;
    z-index: 2;*/
}
/*Product Slider End*/

/*Widget Contact*/
.contact-form input ~ label,

.contact-form textarea ~ label,

.contact-form input ~ label,

.contact-form textarea ~ label {

	font-size: 1em;

	color: #424242;

	padding: 15px 10px;

	position: absolute;

	top: 0;

	left: 0;

	pointer-events: none;

	

	-webkit-transition: all 0.3s ease;

	-moz-transition: all 0.3s ease;

	-ms-transition: all 0.3s ease;

	-o-transition: all 0.3s ease;

	transition: all 0.3s ease;

}



.contact-form input:focus ~ label,

.contact-form textarea:focus ~ label,

.contact-form input:valid ~ label,

.contact-form textarea:valid ~ label {

	font-size: 0.7857em;

	color: #ed1c24;

	top: -2.25rem;

}



.text-input {

	width: 100%;

	position: relative;

}



.contact-form input,

.contact-form textarea {

	padding: 1rem 1rem;

	border: 0;

	border-bottom: #777777 solid 1px;

	width: 100%;

	font-size: 1em;

	background-color: transparent;

}



.contact-form input {

	

}



.contact-form textarea {

	min-height: 13em;

}



.contact-form input ~ span,

.contact-form textarea ~ span {

	display: block;

	width: 0;

	height: 3px;

	background: #ed1c24;

	position: absolute;

	bottom: 0;

	left: 0;

	

	-webkit-transition: width 0.3s ease;

	-moz-transition: width 0.3s ease;

	-ms-transition: width 0.3s ease;

	-o-transition: width 0.3s ease;

	transition: width 0.3s ease;

}



.contact-form textarea ~ span {

	-webkit-margin-after: 4px;

}



.contact-form input:focus ~ span,

.contact-form textarea:focus ~ span {

	width: 100%;

}



.contact-form input:focus,

.contact-form textarea:focus {

	outline: 0;

}



.contact-form .button {

	float: right;

	color: #fff;

	-webkit-margin-before: -4px;

}



.contact-form .button.white {

	color: #676767;

}



.contact-form .button input {

	height: auto;

	padding: 0 30px;

	border: none !important;

	text-transform: uppercase;

	background-color: transparent;

}



#reply_message {

	text-align: right;

	margin: 25px 0 0;

}



#reply_message span:before {

	font-family: FontAwesome;

	content: '\f00c';

	padding: 0 8px 0 0;

}



.loading {

	display: none;

	width: 50px;

	height: 50px;

	float: right;

	text-align: center;

	margin: -4px 5px 0 0;

}



.loading i {

	font-size: 20px;

	line-height: 50px;

}



.dark .contact-form input ~ label,

.dark .contact-form textarea ~ label,

.dark .contact-form input ~ label,

.dark .contact-form textarea ~ label,

.dark .contact-form input:focus ~ label,

.dark .contact-form textarea:focus ~ label,

.dark .contact-form input:valid ~ label,

.dark .contact-form textarea:valid ~ label,

.dark #reply_message,

.dark .loading i {

	color: #fff;

}



.dark .contact-form input,

.dark .contact-form textarea {

	color: #fff;

	border-bottom: #fff solid 1px;

}



.dark .contact-form input ~ span,

.dark .contact-form textarea ~ span {

	background: #fff;

}

span.contact-button {
	
	display: none !important;
	
}
span.contact-button.use-cbtn {
	
	display: block !important;
	
}
/*Widget Contact End*/

/*Widgets Social*/
.soc-link li {
	list-style: none;
	display: inline-block;
	margin: 0 7px;
}
.soc-link li:first-child {
	margin-left: 0;
}
.soc-link li:last-child {
	margin-right: 0;
}
/*Widgets Social End*/

/*Widgets Social2*/
.soc-link-top li {
	list-style: none;
	display: inline-block;
}
.soc-link-top li a img {
	height: 27px;
}
/*Widgets Social2 End*/

/*Widget Cal Finance Maz*/
.fix-cal-title {
	margin: 0 0 40px;
	text-align: center;
}
.fix-cal-title a {
	font-size: 22px;
	font-weight: 600;
	line-height: 1.75em;
	text-transform: uppercase;
	border-top: 1px solid;
	border-bottom: 1px solid;
	text-decoration: none;
	color: #0c121c;
}
.pt100res_page{
   padding-top: 88px;
}
/*Widget Cal Finance Maz End*/

/*Widget Blog Maz #renew*/
.wrapper_renewBlog_header {
	position: relative;
}
.renewBlog_title {
	font-size: 30px;
	font-weight: 600;
	color: #000;
}
.renewBlog_title span {
	color: #ed1f24;
}
.renewBlog_more {
	position: absolute;
	right: 15px;
	bottom: 0;
	font-size: 20px;
}
.renewBlog_more a {
	color: #737373;
}
.renewBlog_more a span {
	color: #fd0000;
}
.renewBlog_cover {
	position: relative;
}
.renewBlog_cover:hover a .renewBlog_overlay {
	opacity: 1;
}
.renewBlog_display {
	width: 100%;
	height: 280px;
	-o-object-position: center center;
	object-position: center center;
	-o-object-fit: cover;
	object-fit: cover;
}
.renewBlog_overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(33, 33, 33, 0.7);
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.renewBlog_center {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 80%;
	text-align: center;
}
.renewBlog_subject {
	color: #fff;
	font-size: 22px;
	position: relative;
}
.renewBlog_subject:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%,0);
	width: 60px;
	height: 4px;
	background-color: #ed1c24;
	margin: 0 auto;
}
.renewBlog_date {
	color: #a7a7a7;
	font-size: 18px;
}
/*Widget Blog Maz #renew End*/

/*Widget Text Editor Maz #renew*/
.renewTexteditor_title {
	font-size: 30px;
	font-weight: 600;
	color: #323232;
}
.renewTexteditor_link a {
	font-size: 18px;
	color: #ed1f24;
}
.renewTexteditor_content {
	font-size: 18px;
	color: #777777;
}
.spaceText {
	position: relative;
}
.spaceText:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
	width: 50px;
	height: 2px;
	background-color: #e01e32;
}
/*Widget Text Editor Maz #renew End*/

/*Widget Product Slider Maz #renew*/
.renewProduct_cover img {
	width: 100%;
	height: 465px;
	-o-object-position: center center;
	object-position: center center;
	-o-object-fit: cover;
	object-fit: cover;
    border-top: 8px solid #ed1f24;
}
.renewProduct_link a {
	font-size: 18px;
	color: #737373;
}
.renewProduct_link a span {
	color: #ed1f24;
}
.renewProduct_title {
	font-size: 32px;
	font-weight: 600;
	color: #323232;
}
.spaceBborder {
	position: relative;
	border-bottom: 1px solid #dddddd;
}
.spaceBborder:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -4px;
	width: 170px;
	height: 4px;
	background-color: #ee1c25;
}
.eachProducts_cover img {
	width: 100% !important;
	height: 165px;
	-o-object-position: center center;
	object-position: center center;
	-o-object-fit: contain;
	object-fit: contain;
}
.eachProducts_title {
	text-align: center;
	color: #121212;
	font-size: 16px;
	font-weight: 600;
	white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis;
}
.eachProducts_intro {
	text-align: center;
	color: #121212;
	font-size: 14px;
	white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis;
}
.eachProducts_cover,
.eachProducts_title,
.eachProducts_intro {
	padding-right: 10px; /*fix item-over*/
}
/*Widget Product Slider Maz #renew End*/

/*Widget Master Slider Maz #new*/
.wrapper_renewBanner {
	position: relative;
}
.wrapper_renewBanner .renewBanner_navPrev,
.wrapper_renewBanner .renewBanner_navNext {
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.wrapper_renewBanner:hover .renewBanner_navPrev,
.wrapper_renewBanner:hover .renewBanner_navNext {
	opacity: 1;
}
.renewBanner_navPrev {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0,-50%);
	z-index: 5;
	background: #fff;
	padding-left: 70px;
	cursor: pointer;
}
.renewBanner_navPrev i {
	position: absolute;
	left: 30px;
	top: 50%;
	transform: translate(0,-50%);
}
.renewBanner_navPrev img {
	width: 100px;
	height: 70px;
	-o-object-position: center center;
	object-position: center center;
	-o-object-fit: cover;
	object-fit: cover;
}
.renewBanner_navNext {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0,-50%);
	z-index: 5;
	background: #fff;
	padding-right: 70px;
	cursor: pointer;
}
.renewBanner_navNext i {
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translate(0,-50%);
}
.renewBanner_navNext img {
	width: 100px;
	height: 70px;
	-o-object-position: center center;
	object-position: center center;
	-o-object-fit: cover;
	object-fit: cover;
}
/*Widget Master Slider Maz #new End*/

/*Widget Landing Product #new*/
.circle_center {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.circle_center img {
	width: 400px;
}
.circle_center .circle_text {
	position: absolute;
	top: -55px;
	left: 50%;
	transform: translate(-50%,0);
	width: 100%;
	color: #fff;
	font-size: 24px;
	text-align: center;
	letter-spacing: 0.25em;
}
.left-landing,
.right-landing {
	position: relative;
	display: block;
}
.over-landing {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.left-landing:hover .over-landing,
.right-landing:hover .over-landing {
	opacity: 0.2;
}
/*Widget Landing Product #new End*/
/* Widget End */


.logo-responsive {
	padding: 10px; 
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out; 
}
.midnightHeader {
}
.midnightInner {
	position: relative !important;
}
.midnightInner .nav-btn {
	display: block;
    position: absolute;
    right: 8px;
    top: 10px;
}


/* Responsive */
@media only screen and (max-width: 1024px) {
	.sticky .logo-responsive {
		background-color: rgba(255, 255, 255, 0.8);
	}
	.resp-none-bg {
		background: none !important;
	}
	.circle_center .circle_text {
		display: none;
	}
}
@media only screen and (max-width: 767px) {
	.renewBlog_more {
		position: static;
		right: inherit;
		bottom: inherit;
		padding: 0 15px;
	}
}
/* Responsive */
