/*===================== TABLE OF CONTENT =======================
=============================================================*/

/*=============== General Styling ===================*/


/* Browser hidden &  Media query */

section {
	float: left;
	position: relative;
	width: 100%;
}
.block {
	float: left;
	width: 100%;
/*	padding: 60px 0;*/
	position: relative;
	z-index: 1;
}


header {
	height: 70px;
	background: #fff;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1000;
}
header .logo {
	float: left;
	width: 60px;
	margin-top: 10px;
}
header nav {
	margin: 0 auto;
	text-align: center;
}
header nav > ul {
	list-style: outside none none;
	margin: 15px auto;
	padding: 0;
	display: inline-block;
}
header nav > ul > li {
	color: #e51836;
	float: left;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 1px;
	margin: 0 15px;
	display: inline-block;
}
header nav > ul > li > a {
	color: #000;
	float: left;
	padding: 8px 5px;
	position: relative;
	text-transform: uppercase;
}
header nav > ul > li:before, header nav > ul > li:after, header nav > ul > li > a:before {
	content: '';
	display: inline-block;
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 0%;
	height: 1px;
	background: #e51836;
	transition: all .5s ease-out;
}
header nav > ul > li:after {
	margin-left: 0
}
header nav > ul > li > a:before {
	margin-left: 8px
}
header nav > ul > li:hover:before, header nav > ul > li:hover:after, header nav > ul > li > a:hover:before, header nav > ul > li > a:focus:before {
	content: '';
	display: inline-block;
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	margin: 0;
	height: 1px;
	background: #e51836;
	transition: all .5s ease-out;
}
.header-options {
	width: 170px;
	position: absolute;
	right: 0;
	top: 0;
}
.header-options > a {
	color: #fff;
	float: right;
	font-size: 16px;
	position: relative;
	text-align: center;
	width: 170px;
	height: 70px;
	line-height: 70px;
	background: #e51836;
}
.header-options > a::before {
	background: #626262 none repeat scroll 0 0;
	content: "";
	height: 15px;
	margin-top: -7.5px;
	position: absolute;
	right: 0;
	top: 50%;
	width: 1px;
}
.header-options > a:last-child:before {
	display: none
}
.header-options > a span {
	background: black none repeat scroll 0 0;
	color: #fff;
	font-size: 11px;
	height: 20px;
	line-height: 20px;
	position: absolute;
	right: 7px;
	top: -5px;
	width: 20px;
}
.header-options > form {
	background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
	height: 40px;
	display: none;
	position: absolute;
	right: 0;
	top: 100%;
	width: 250px;
}
.header-options > form input {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 0 none;
	color: #fff;
	font-size: 12px;
	font-style: italic;
	height: 100%;
	padding: 10px 30px;
	width: 100%;
}
.header-options > form button {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 0 none;
	color: #fff;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
}
.open-search.close i:before {
	content: "\f057"
}
nav ul li ul {
	background: #f1f1f1 none repeat scroll 0 0;
	left: 0;
	list-style: outside none none;
	margin: 0;
	padding: 10px 0;
	position: absolute;
	top: 100%;
	width: 100%;
	visibility: hidden;
	display: inline-block;
	opacity: 0;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all 800ms cubic-bezier(0.680, 0, 0.265, 1); /* older webkit */
	-webkit-transition: all 800ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
	-moz-transition: all 800ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
	-o-transition: all 800ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
	transition: all 800ms cubic-bezier(0.680, -0.550, 0.265, 1.550); /* easeInOutBack */
	-webkit-transition-timing-function: cubic-bezier(0.680, 0, 0.265, 1); /* older webkit */
	-webkit-transition-timing-function: cubic-bezier(0.680, -0.550, 0.265, 1.550);
	-moz-transition-timing-function: cubic-bezier(0.680, -0.550, 0.265, 1.550);
	-o-transition-timing-function: cubic-bezier(0.680, -0.550, 0.265, 1.550);
	transition-timing-function: cubic-bezier(0.680, -0.550, 0.265, 1.550); /* easeInOutBack */
}
nav ul li ul li ul {
	background: #313131;
	top: 0;
	left: 100%
}
nav ul li:hover > ul {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
nav ul li ul li {
	color: #000;
	font-size: 16px;
	font-weight: 400;
	position: relative;
	line-height: 25px;
	padding: 5px 20px;
	display: inline-block;
}
nav ul li ul li a {
	color: inherit
}
nav ul li ul li a i {
	margin-right: 5px
}
.has-dropdown:before {
	background: #fff none repeat scroll 0 0;
	content: "";
	height: 6px;
	margin-top: -3px;
	position: absolute;
	opacity: 0;
	right: 80px;
	top: 50%;
	width: 6px;
	-webkit-transition: all 800ms cubic-bezier(0.680, 0, 0.265, 1); /* older webkit */
	-webkit-transition: all 800ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
	-moz-transition: all 800ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
	-o-transition: all 800ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
	transition: all 800ms cubic-bezier(0.680, -0.550, 0.265, 1.550); /* easeInOutBack */
	-webkit-transition-timing-function: cubic-bezier(0.680, 0, 0.265, 1); /* older webkit */
	-webkit-transition-timing-function: cubic-bezier(0.680, -0.550, 0.265, 1.550);
	-moz-transition-timing-function: cubic-bezier(0.680, -0.550, 0.265, 1.550);
	-o-transition-timing-function: cubic-bezier(0.680, -0.550, 0.265, 1.550);
	transition-timing-function: cubic-bezier(0.680, -0.550, 0.265, 1.550); /* easeInOutBack */
}
.has-dropdown:hover:before {
	right: 20px;
	opacity: 1;
}
header.stick {
	position: fixed;
	left: 0;
	top: 0;
}
header.stick.sticky {
	top: -70px;
	border-bottom: none;
}
/*=============== Mega Menu ===================*/
.megamenu {
	background: transparent url("../images/megamenu.jpg") no-repeat scroll 0 0 / cover;
	left: 0;
	padding: 30px 10px;
	position: absolute;
	top: 100%;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translateY(100px);
	-moz-transform: translateY(100px);
	-ms-transform: translateY(100px);
	-o-transform: translateY(100px);
	transform: translateY(100px);
	-webkit-transition: all 800ms cubic-bezier(0.680, 0, 0.265, 1); /* older webkit */
	-webkit-transition: all 800ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
	-moz-transition: all 800ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
	-o-transition: all 800ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
	transition: all 800ms cubic-bezier(0.680, -0.550, 0.265, 1.550); /* easeInOutBack */
	-webkit-transition-timing-function: cubic-bezier(0.680, 0, 0.265, 1); /* older webkit */
	-webkit-transition-timing-function: cubic-bezier(0.680, -0.550, 0.265, 1.550);
	-moz-transition-timing-function: cubic-bezier(0.680, -0.550, 0.265, 1.550);
	-o-transition-timing-function: cubic-bezier(0.680, -0.550, 0.265, 1.550);
	transition-timing-function: cubic-bezier(0.680, -0.550, 0.265, 1.550); /* easeInOutBack */
}
nav ul li:hover .megamenu {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.megamenu::before {
	background: #201f1f none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.88;
	position: absolute;
	top: 0;
	width: 100%;
}
.megamenu > div {
	border-right: 1px solid #343434
}
.megamenu a {
	color: #b5b5b5;
	float: left;
	font-size: 13px;
	letter-spacing: 0.2px;
	padding: 8px 12px;
	width: 100%;
	-webkit-transition: all 0.3s ease 0.5s;
	-moz-transition: all 0.3s ease 0.5s;
	-ms-transition: all 0.3s ease 0.5s;
	-o-transition: all 0.3s ease 0.5s;
	transition: all 0.3s ease 0.5s;
}
.megamenu > div:last-child {
	border: 0 none
}
.megamenu a:hover {
	background: #313131 none repeat scroll 0 0;
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
}
/*=============== Cart ===================*/

body, .sideheader, .sideheader:before {
	-webkit-transition: all 600ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
	-moz-transition: all 600ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
	-o-transition: all 600ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
	transition: all 600ms cubic-bezier(0.165, 0.840, 0.440, 1.000); /* easeOutQuart */
	-webkit-transition-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000);
	-moz-transition-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000);
	-o-transition-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000);
	transition-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000); /* easeOutQuart */
}
.sideheader.slidein, .sideheader.slidein:before {
	left: 0
}
body.move {
	margin-left: 330px
}
.scrolling {
	float: left;
	width: 100% !important;
	height: 100%;
}
.sideheader .logo {
	margin: 0 0 40px;
	padding: 0;
	text-align: center;
}
.sideheader > span {
	color: #fff;
	font-size: 30px;
	left: 50px;
	line-height: 30px;
	position: fixed;
	top: 50px;
	z-index: 10000;
}
.menu {
	float: left;
	width: 100%;
}
.menu > ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
.menu > ul li {
	color: #fff;
	float: left;
	font-family: montserrat;
	font-size: 14px;
	line-height: 20px;
	padding: 7px 0;
	text-transform: uppercase;
	width: 100%;
}
.menu > ul li a {
	color: inherit
}
.menu > ul li:hover {
	padding-left: 5px
}
.menu ul ul {
	display: none;
	float: left;
	list-style: outside none none;
	padding: 10px 0 10px 20px;
	width: 100%;
}
/*=================== Responsive Header ====================*/

/*=============== 移动端 多国语 ===================*/

#fh5co-hero .flexslider .flex-control-nav {
	bottom: 40px;
	z-index: 1000;
}
#fh5co-hero .flexslider .flex-control-nav li a {
	background: rgba(255, 255, 255, 0.2);
	box-shadow: none;
	width: 12px;
	height: 12px;
	cursor: pointer;
}
#fh5co-hero .flexslider .flex-control-nav li a.flex-active {
	cursor: pointer;
	background: rgba(255, 255, 255, 0.7);
}
#fh5co-hero .flexslider .flex-direction-nav {
	display: none;
}
#fh5co-hero .flexslider .slider-text {
	display: table;
	opacity: 0;
	min-height: 700px;
	z-index: 9;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner {
	display: table-cell;
	vertical-align: middle;
	min-height: 700px;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner h1, #fh5co-hero .flexslider .slider-text > .slider-text-inner h2 {
	margin: 0;
	padding: 0;
	color: white;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner h1 {
	margin-bottom: 20px;
	font-size: 50px;
	line-height: 1.3;
	font-weight: 300;
}

@media screen and (max-width: 768px) {
#fh5co-hero .flexslider .slider-text > .slider-text-inner h1 {
	font-size: 30px;
}
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner h2 {
	font-size: 20px;
	line-height: 1.5;
	margin-bottom: 30px;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner .heading-section {
	font-size: 50px;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner .btn {
	padding: 15px 30px;
	color: #fff;
	border: none !important;
	font-size: 18px;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner .btn:hover {
	background: #F95959 !important;
	-webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
	-moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
	box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner .form-inline .form-group {
	width: 100% !important;
	margin-bottom: 10px;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner .form-inline .form-group .form-control {
	width: 100%;
	background: #fff;
	border: none;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner .fh5co-lead {
	font-size: 20px;
	color: #fff;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner .fh5co-lead .icon-heart {
	color: #d9534f;
}
#fh5co-about, #fh5co-practice, #fh5co-testimonial, #fh5co-started, #fh5co-project, #sk-news, #fh5co-contact, #fh5co-footer {
	padding: 0;
	clear: both;
}

@media screen and (max-width: 768px) {
#fh5co-about, #fh5co-practice, #fh5co-testimonial, #fh5co-started, #fh5co-project, #sk-news, #fh5co-contact, #fh5co-footer {
	padding: 0 0;
}
}

@media only screen and (min-width:0px) and (max-width:1200px) {
#sk-news .container {
}
}
#fh5co-counter {
	padding: 4em 0;
	clear: both;
}
.fh5co-counters {
	padding: 3em 0;
	background-size: cover;
	background-attachment: fixed;
	background-position: center center;
}
.fh5co-counters .icon {
	width: 80px;
	height: 80px;
	display: table;
	margin: 0 auto;
	margin-bottom: 30px;
}
.fh5co-counters .icon i {
	display: table-cell;
	vertical-align: middle;
	width: 80px;
	height: 80px;
	font-size: 28px;
	color: #F95959;
	background: #fff;
	-webkit-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.13);
	-moz-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.13);
	-ms-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.13);
	-o-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.13);
	box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.13);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}
.fh5co-counters .counter-wrap {
	border: 1px solid red !important;
}
.fh5co-counters .fh5co-counter {
	font-size: 40px;
	display: block;
	color: rgba(0, 0, 0, 0.7);
	font-family: "Work Sans", Arial, sans-serif;
	width: 100%;
	font-weight: 400;
	margin-bottom: .3em;
}
.fh5co-counters .fh5co-counter-label {
	color: rgba(0, 0, 0, 0.5);
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 5px;
	margin-bottom: 2em;
	display: block;
}
#fh5co-content, #fh5co-consult {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	width: 100%;
	float: left;
}
#fh5co-content .video, #fh5co-content .choose, #fh5co-consult .video, #fh5co-consult .choose {
	display: inline-block;
}

@media screen and (max-width: 768px) {
#fh5co-content .video, #fh5co-content .choose, #fh5co-consult .video, #fh5co-consult .choose {
	width: 100% !important;
}
}
#fh5co-content .video, #fh5co-consult .video {
	display: table;
	width: 50%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
}
#fh5co-content .choose, #fh5co-consult .choose {
	width: 50%;
	padding: 40px;
}
.services {
	position: relative;
	padding: 30px;
	margin-bottom: 60px;
	background: #fff;
	border: 1px solid rgbs(#000, 0.2);
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}
.services h3 a {
	color: #000;
}
.services .icon {
	width: 90px;
	height: 90px;
	background: #F95959;
	display: table;
	text-align: center;
	margin: -75px auto 0 auto;
	margin-bottom: 30px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

@media screen and (max-width: 992px) {
.services .icon {
	margin: 0 auto 30px auto;
}
}
.services .icon i {
	display: table-cell;
	vertical-align: middle;
	height: 90px;
	font-size: 40px;
	line-height: 40px;
	color: #fff;
}
.services:hover, .services:focus {
	-webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
	-ms-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
	-o-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
}
.services:hover .icon, .services:focus .icon {
	background: #007CB9;
	-webkit-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.13);
	-moz-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.13);
	-ms-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.13);
	-o-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.13);
	box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.13);
}
.services:hover h3 a, .services:focus h3 a {
	color: #F95959;
}
.fh5co-social-icons {
	margin: 0;
	padding: 0;
}
.fh5co-social-icons li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
 *display: inline;
}
.fh5co-social-icons li a {
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
 *display: inline;
	color: #F95959;
	padding-left: 10px;
	padding-right: 10px;
}
.fh5co-social-icons li a i {
	font-size: 20px;
}
.fh5co-contact-info ul {
	padding: 0;
	margin: 0;
}
.fh5co-contact-info ul li {
	padding: 0 0 0 40px;
	margin: 0 0 30px 0;
	list-style: none;
	position: relative;
}
.fh5co-contact-info ul li:before {
	color: #F95959;
	position: absolute;
	left: 0;
	top: .05em;
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.fh5co-contact-info ul li.address:before {
	font-size: 30px;
	content: "\e9d1";
}
.fh5co-contact-info ul li.phone:before {
	font-size: 23px;
	content: "\e9f4";
}
.fh5co-contact-info ul li.email:before {
	font-size: 23px;
	content: "\e9da";
}
.fh5co-contact-info ul li.url:before {
	font-size: 23px;
	content: "\e9af";
}
.fh5co-project {
	margin-bottom: 30px;
}
.fh5co-project > a {
	display: block;
	color: #000;
	position: relative;
	bottom: 0;
	overflow: hidden;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.fh5co-project > a img {
	position: relative;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.fh5co-project > a:after {
	opacity: 0;
	visibility: hidden;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	-webkit-box-shadow: inset 0px -34px 98px 8px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: inset 0px -34px 98px 8px rgba(0, 0, 0, 0.75);
	-ms-box-shadow: inset 0px -34px 98px 8px rgba(0, 0, 0, 0.75);
	-o-box-shadow: inset 0px -34px 98px 8px rgba(0, 0, 0, 0.75);
	box-shadow: inset 0px -34px 98px 8px rgba(0, 0, 0, 0.75);
	z-index: 8;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.fh5co-project > a h3, .fh5co-project > a span {
	z-index: 12;
	position: absolute;
	right: 20px;
	left: 20px;
	bottom: 50px;
	color: #fff;
	margin: 0;
	padding: 0;
	opacity: 1;
	font-size: 30px;
	font-weight: 300;
	visibility: visible;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.fh5co-project > a span {
	font-size: 14px;
	bottom: 20px;
}
.fh5co-project > a:hover {
	-webkit-box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
}
.fh5co-project > a:hover:after {
	opacity: 1;
	visibility: visible;
}

@media screen and (max-width: 768px) {
.fh5co-project > a:hover:after {
	opacity: 0;
	visibility: hidden;
}
}
.fh5co-project > a:hover h3, .fh5co-project > a:hover span {
	opacity: 1;
	bottom: 55px;
}
.fh5co-project > a:hover span {
	bottom: 15px;
}
.fh5co-project > a:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

@media screen and (max-width: 768px) {
.fh5co-project > a:hover img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
}
.features {
	margin-bottom: 3em;
	width: 100%;
	float: left;
}
.fh5co-heading {
	margin-bottom: 5em;
}
.fh5co-heading.fh5co-heading-sm {
	margin-bottom: 2em;
}
.fh5co-heading h2 {
	font-size: 32px;
	margin-bottom: 20px;
	line-height: 1.5;
	color: #000;
}
.fh5co-heading p {
	font-size: 18px;
	line-height: 1.5;
	color: #828282;
}
.fh5co-heading span {
	display: block;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 2px;
}
#fh5co-testimonial .testimony-slide {
	text-align: center;
}
#fh5co-testimonial .testimony-slide span {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
	display: block;
}
#fh5co-testimonial .testimony-slide figure {
	margin-bottom: 10px;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
 *display: inline;
}
#fh5co-testimonial .testimony-slide figure img {
	width: 100px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}
#fh5co-testimonial .testimony-slide blockquote {
	border: none;
	margin: 30px auto;
	width: 70%;
	position: relative;
	padding: 0;
}

@media screen and (max-width: 992px) {
#fh5co-testimonial .testimony-slide blockquote {
	width: 100%;
}
}
#fh5co-testimonial .arrow-thumb {
	position: absolute;
	top: 40%;
	display: block;
	width: 100%;
}
#fh5co-testimonial .arrow-thumb a {
	font-size: 32px;
	color: #dadada;
}
#fh5co-testimonial .arrow-thumb a:hover, #fh5co-testimonial .arrow-thumb a:focus, #fh5co-testimonial .arrow-thumb a:active {
	text-decoration: none;
}
.fh5co-staff {
	text-align: center;
	margin-bottom: 30px;
}
.fh5co-staff img {
	width: 200px;
	margin-bottom: 20px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}
.fh5co-staff h3 {
	font-size: 24px;
	margin-bottom: 5px;
}
.fh5co-staff p {
	margin-bottom: 30px;
}
.fh5co-staff .role {
	color: gray;
	margin-bottom: 30px;
	font-weight: normal;
	display: block;
}
#fh5co-started {
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	position: relative;
	float: left;
	width: 100%;
}
#fh5co-started .overlay {
	z-index: 0;
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.7);
}
#fh5co-started .fh5co-heading h2 {
	color: #fff;
	margin-bottom: 20px !important;
}
#fh5co-started .fh5co-heading p {
	color: rgba(255, 255, 255, 0.5);
}
#fh5co-started .form-control {
	background: rgba(255, 255, 255, 0.2);
	border: none !important;
	color: #fff;
	font-size: 16px !important;
	width: 100%;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
#fh5co-started .form-control::-webkit-input-placeholder {
 color: #fff;
}
#fh5co-started .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
#fh5co-started .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
#fh5co-started .form-control:-ms-input-placeholder {
 color: #fff;
}
#fh5co-started .form-control:focus {
	background: rgba(255, 255, 255, 0.3);
}
#fh5co-started .btn {
	height: 54px;
	border: none !important;
	background: #F95959;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 400;
	padding-left: 50px;
	padding-right: 50px;
}
#fh5co-started .form-inline .form-group {
	width: 100% !important;
	margin-bottom: 10px;
}
#fh5co-started .form-inline .form-group .form-control {
	width: 100%;
}
.sk-news {
	margin-bottom: 60px;
}
.sk-news > a {
	display: block;
	position: relative;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	height: 220px;
	overflow: hidden;
	float: left;
	width: 100%;
	background-size: cover;
	background-position: center;
}

@media (max-width: 1200px) {
.sk-news > a {
	height: 320px;
}
}

@media screen and (max-width: 768px) {
.sk-news {
	width: 100%;
}
.sk-news > a {
	height: 300px;
}
}

@media screen and (min-width: 768px) {
.sk-news .news-text {
	margin-bottom: 60px !important;
	position: relative;
	width: 100%;
	padding: 30px;
	float: left;
	background: #fff;
	border: 1px solid rgbs(#000, 0.2);
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
}
.sk-news .news-text {
	margin-bottom: 30px;
	position: relative;
	width: 100%;
	padding: 30px;
	float: left;
	background: #fff;
}
.sk-news .news-text p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: #848484;
	height: 40px;
}
.sk-news .news-text span {
	display: table-cell;
	float: left;
	width: auto;
	margin-right: 5px;
}
.sk-news .news-text span.comment {
	float: left;
}
.sk-news .news-text span.comment a {
	color: rgba(0, 0, 0, 0.3);
}
.sk-news .news-text span.comment a i {
	color: #F95959;
	padding-left: 7px;
}
.sk-news .news-text h3 {
	font-size: 20px;
	padding: 10px 0 5px 0;
	line-height: 1.5;
	height: 95px;
	overflow: hidden;
}
.sk-news .news-text h3 a {
	color: black;
}

@media (max-width:992px) {
.sk-news .news-text h3 {
	height: auto;
	overflow: inherit
}
#container .col-lg-6.col-md-12 .sk-news .news-text h3 {
	height: auto !important;
	overflow: inherit
}
}
#container .col-lg-6.col-md-12 .sk-news .news-text h3 {
	font-size: 20px;
	padding: 10px 0 5px 0;
	line-height: 1.5;
	height: 35px;
}
.sk-news .news-text:hover {
	-webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
	-ms-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
	-o-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
	cursor: pointer;
}
.sk-news .news-text a {
	color: #f1152f
}
.main_news01 {
	float: left;
	text-align: left;
}
.main_news02 {
	float: right;
	text-align: right;
}
#fh5co-footer {
	background: #1a1a1a;
}
#fh5co-footer .fh5co-footer-links {
	padding: 0;
	margin: 0;
}

@media screen and (max-width: 768px) {
#fh5co-footer .fh5co-footer-links {
	margin-bottom: 30px;
}
}
#fh5co-footer .fh5co-footer-links li {
	padding: 0;
	margin: 0;
	list-style: none;
}
#fh5co-footer .fh5co-footer-links li a {
	color: rgba(0, 0, 0, 0.5);
	text-decoration: none;
}
#fh5co-footer .fh5co-footer-links li a:hover {
	text-decoration: underline;
}
#fh5co-footer .fh5co-widget {
	margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
#fh5co-footer .fh5co-widget {
	text-align: left;
}
}
#fh5co-footer .fh5co-widget h3 {
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 15px;
	letter-spacing: 2px;
	text-transform: uppercase;
}
#fh5co-footer .copyright .block {
	display: block;
}
#map {
	width: 100%;
	height: 500px;
	position: relative;
}

@media screen and (max-width: 768px) {
#map {
	height: 200px;
}
}
#fh5co-offcanvas {
	position: absolute;
	z-index: 1901;
	width: 270px;
	background: black;
	top: 0;
	right: 0;
	top: 0;
	bottom: 0;
	padding: 75px 40px 40px 40px;
	overflow-y: auto;
	display: none;
	-moz-transform: translateX(270px);
	-webkit-transform: translateX(270px);
	-ms-transform: translateX(270px);
	-o-transform: translateX(270px);
	transform: translateX(270px);
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

@media screen and (max-width: 768px) {
#fh5co-offcanvas {
	display: block;
}
}
.offcanvas #fh5co-offcanvas {
	-moz-transform: translateX(0px);
	-webkit-transform: translateX(0px);
	-ms-transform: translateX(0px);
	-o-transform: translateX(0px);
	transform: translateX(0px);
}
#fh5co-offcanvas a {
	color: rgba(255, 255, 255, 0.5);
}
#fh5co-offcanvas a:hover {
	color: rgba(255, 255, 255, 0.8);
}
#fh5co-offcanvas ul {
	padding: 0;
	margin: 0;
}
#fh5co-offcanvas ul li {
	padding: 0;
	margin: 0;
	list-style: none;
}
#fh5co-offcanvas ul li > ul {
	padding-left: 20px;
	display: none;
}
#fh5co-offcanvas ul li.offcanvas-has-dropdown > a {
	display: block;
	position: relative;
}
#fh5co-offcanvas ul li.offcanvas-has-dropdown > a:after {
	position: absolute;
	right: 0px;
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e921";
	font-size: 20px;
	color: rgba(255, 255, 255, 0.2);
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
#fh5co-offcanvas ul li.offcanvas-has-dropdown.active a:after {
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
/*=============== Price Packages ===================*/
.price-packages {
	float: left;
	width: 100%;
	margin-bottom: -30px;
}
.price-table {
	background: #fafafa none repeat scroll 0 0;
	border: 4px solid #efefef;
	float: left;
	padding: 45px 30px;
	text-align: center;
	width: 100%;
}
.round-img {
	background: #FFFFFF;
	display: inline-block;
	height: 243px;
	position: relative;
	width: 243px;
}
.round-img > img {
	max-width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.price {
	background: #1a1a1a none repeat scroll 0 0;
	color: #fff;
	display: inline-block;
	font-family: montserrat;
	font-size: 27px;
	line-height: 30px;
	margin-bottom: 30px;
	margin-top: -20px;
	padding: 5px 30px;
	position: relative;
	z-index: 1;
}
.table-name {
	float: left;
	margin-bottom: 20px;
	width: 100%;
}
.table-name h5 {
	float: left;
	font-size: 20px;
	font-weight: 600;
	margin: 0 0 5px;
	width: 100%;
}
.table-name > span {
	color: #4a4a4a;
	float: left;
	font-family: playfair display;
	font-size: 13px;
	font-style: italic;
	letter-spacing: 1.5px;
	line-height: 14px;
	width: 100%;
}
.price-table > ul {
	float: left;
	list-style: outside none none;
	margin: 0 0 30px;
	padding: 0;
	width: 100%;
}
.price-table li {
	float: left;
	font-size: 15px;
	line-height: 30px;
	width: 100%;
}
/*=============== Agency Details ===================*/
.side-title.center {
	margin-bottom: 50px;
	text-align: center;
}
.agency-details {
	float: left;
	margin-bottom: -30px;
	width: 100%;
}
.detail-box {
	background: #f9f9f9 none repeat scroll 0 0;
	float: left;
	margin-bottom: 30px;
	padding: 50px 30px;
	text-align: center;
	width: 100%;
}
.detail-box > h4 {
	color: #282828;
	float: left;
	font-size: 20px;
	margin: 0 0 10px;
	width: 100%;
}
.detail-box > p {
	float: left;
	font-size: 13px;
	letter-spacing: 0.7px;
	margin: 0 0 10px;
	width: 100%;
}
.detail-box > a {
	color: #282828;
	display: inline-block;
	font-family: montserrat;
	font-size: 11px;
}
form.subscribe {
	background: #2a2a2a none repeat scroll 0 0;
	float: left;
	height: 60px;
	margin: 16px 0;
	position: relative;
	width: 100%;
}
form.subscribe input {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 0 none;
	color: #c1c1c1;
	float: left;
	font-family: montserrat;
	font-size: 13px;
	height: 100%;
	padding: 15px 60px 15px 20px;
	width: 100%;
}
form.subscribe button {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 0 none;
	color: #fff;
	font-size: 20px;
	line-height: 10px;
	padding: 10px 15px;
	position: absolute;
	right: 10px;
	top: 10px;
}
/*=============== About Section ===================*/
.about-sec {
	display: table;
	width: 100%;
}
.about-img {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	position: relative;
	width: 50%;
}
.about-detail {
	display: table-cell;
	padding: 60px;
	vertical-align: middle;
	width: 50%;
}
.about-detail .progressbars {
	margin-bottom: 0;
	margin-top: 20px;
}
.about-img > img {
	width: 100%
}
.about-sec.dark .about-img > img {
	width: auto;
}
.about-detail > span {
	color: #fff;
	float: left;
	font-family: montserrat;
	font-size: 13px;
	letter-spacing: 1px;
	margin-bottom: 5px;
	text-transform: uppercase;
	width: 100%;
}
.about-detail > h4 {
	color: #fff;
	float: left;
	font-size: 30px;
	font-weight: 600;
	margin: 0 0 20px;
	width: 100%;
	letter-spacing: 2px;
}
.about-detail > i {
	color: #fff;
	float: left;
	font-family: montserrat;
	font-size: 13px;
	font-style: normal;
	letter-spacing: 2px;
	margin-bottom: 30px;
	margin-top: -15px;
	text-transform: uppercase;
	width: 100%;
}
.about-detail > p {
	color: #b7b7b7;
	float: left;
	font-size: 15px;
	margin-bottom: 20px;
	width: 100%;
}
.about-service {
	float: left;
	margin-bottom: -20px;
	width: 100%;
}
.service-name {
	float: left;
	margin-bottom: 20px;
	width: 100%;
}
.service-name > span {
	background: #464545 none repeat scroll 0 0;
	color: #fff;
	float: left;
	font-size: 30px;
	height: 62px;
	line-height: 62px;
	margin-right: 20px;
	text-align: center;
	width: 62px;
}
.service-name > i {
	color: #9b9b9b;
	display: table;
	font-family: playfair display;
	font-size: 13px;
	letter-spacing: 1px;
	margin: 5px 0;
}
.service-name > strong {
	color: #fff;
	font-family: montserrat;
	font-size: 20px;
	font-weight: 200;
	letter-spacing: 1px;
	line-height: 20px;
}
.coloured-btn {
	color: #fff;
	border: 0;
	display: inline-block;
	font-family: montserrat;
	font-size: 11px;
	letter-spacing: 2px;
	margin-top: 30px;
	padding: 14px 25px;
	text-transform: uppercase;
	background: #434343;
}

@media only screen and (min-width:0) and (max-width:1023px) {
.coloured-btn {
	padding: 3vw 7.5vw;
	font-size: 3.2vw;
}
}
.coloured-btn i {
	margin-right: 5px
}
.coloured-btn:hover {
	color: #fff;
	background: #282828;
}
.about-sec.dark .about-detail > h4 {
	color: #515050
}
.about-sec.dark .about-detail > p {
	color: #858585
}
.about-sec.dark .service-name > strong {
	color: #515050
}
.about-img-overlay {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
.about-img-overlay:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.about-text-carouel {
	display: inline-block !important;
	position: relative;
	vertical-align: middle;
	width: 80%;
}
.about-slide {
	background: rgba(43, 42, 39, 0.9) none repeat scroll 0 0;
	float: left;
	margin-top: 56px;
	padding: 80px 100px;
	position: relative;
	width: 100%;
}
.about-slide span {
	color: #fff;
	font-size: 50px;
	height: 113px;
	left: 50%;
	line-height: 113px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 113px;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.about-slide > i {
	color: #fff;
	float: left;
	font-family: montserrat;
	font-size: 14px;
	font-style: normal;
	letter-spacing: 4px;
	line-height: 16px;
	margin-bottom: 5px;
	text-transform: uppercase;
	width: 100%;
}
.about-sec h5 {
	color: #fff;
	float: left;
	font-size: 33px;
	font-weight: 600;
	letter-spacing: 1px;
	margin: 0 0 20px;
	text-transform: uppercase;
	width: 100%;
}
.about-slide > p {
	color: #c0c0c0;
	float: left;
	font-size: 15px;
	line-height: 24px;
	margin-bottom: 20px;
	width: 100%;
}
.about-slide .small-btn {
	padding: 10px 20px
}
.about-text-carouel .owl-nav > div {
	background: #37373e none repeat scroll 0 0;
	border: 0 none;
	height: 37px;
	margin-left: -50px;
	margin-top: -18px;
	width: 37px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}
.about-text-carouel .owl-nav > div::before {
	color: #fff;
	line-height: 36px;
}
.about-text-carouel .owl-nav {
	padding: 0
}
.about-text-carouel .owl-nav > div.owl-next {
	margin-left: 0;
	margin-right: -50px;
}
/*=============== Work ===================*/
.work {
	float: left;
	position: relative;
	width: 100%;
}
.work > img {
	width: 100%
}
.work:before {
	background: black none repeat scroll 0 0;
	content: "";
	height: 100%;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-ms-transform: scale(0.7);
	-o-transform: scale(0.7);
	transform: scale(0.7);
}
.work:hover:before {
	opacity: 0.75;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.work-hover {
	left: 0;
	padding: 20px 30px;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.work-hover > span {
	color: #fff;
	float: left;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 5px;
	text-transform: uppercase;
	width: 100%;
	opacity: 0;
	-webkit-transform: translateY(200px);
	-moz-transform: translateY(200px);
	-ms-transform: translateY(200px);
	-o-transform: translateY(200px);
	transform: translateY(200px);
	-webkit-transition: all 700ms cubic-bezier(0.175, 0.885, 0.320, 1); /* older webkit */
	-webkit-transition: all 700ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
	-moz-transition: all 700ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
	-o-transition: all 700ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
	transition: all 700ms cubic-bezier(0.175, 0.885, 0.320, 1.275); /* easeOutBack */
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); /* older webkit */
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
}
.work-hover > h4 {
	color: #fff;
	float: left;
	font-size: 28px;
	font-weight: 600;
	margin: 5px 0 10px;
	width: 100%;
	opacity: 0;
	-webkit-transform: translateY(200px);
	-moz-transform: translateY(200px);
	-ms-transform: translateY(200px);
	-o-transform: translateY(200px);
	transform: translateY(200px);
	-webkit-transition: all 1000ms cubic-bezier(0.175, 0.885, 0.320, 1); /* older webkit */
	-webkit-transition: all 1000ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
	-moz-transition: all 1000ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
	-o-transition: all 1000ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
	transition: all 1000ms cubic-bezier(0.175, 0.885, 0.320, 1.275); /* easeOutBack */
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); /* older webkit */
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
}
.work:hover .work-hover > span, .work:hover .work-hover > h4 {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.work-hover > a {
	background: #fff none repeat scroll 0 0;
	color: #141414;
	display: inline-block;
	font-size: 15px;
	height: 52px;
	line-height: 52px;
	margin-top: 20px;
	width: 52px;
	-webkit-transform: scale(0) rotate(180deg);
	-moz-transform: scale(0) rotate(180deg);
	-ms-transform: scale(0) rotate(180deg);
	-o-transform: scale(0) rotate(180deg);
	transform: scale(0) rotate(180deg);
}
.work:hover .work-hover > a {
	-webkit-transform: scale(1) rotate(0);
	-moz-transform: scale(1) rotate(0);
	-ms-transform: scale(1) rotate(0);
	-o-transform: scale(1) rotate(0);
	transform: scale(1) rotate(0);
	-webkit-transition: all 0.5s ease 0.6s;
	-moz-transition: all 0.5s ease 0.6s;
	-ms-transition: all 0.5s ease 0.6s;
	-o-transition: all 0.5s ease 0.6s;
	transition: all 0.5s ease 0.6s;
}
.work-hover > a:hover {
	color: #FFFFFF
}
.work .work-hover > a:hover, .work.light .work-hover > a:hover {
	background: #FFF
}
.work.style2:before {
	background-clip: content-box;
	padding: 10px;
}
.row.narrow-gap {
	margin: 0 -5px
}
.row.narrow-gap .masonary > div, .row.narrow-gap .masonary2 > div {
	padding: 0 5px
}
.row.narrow-gap .masonary > div > div, .row.narrow-gap .masonary2 > div > div {
	margin-bottom: 10px
}
/*=============== Fun Facts ===================*/
.facts {
	float: left;
	margin-bottom: -30px;
	width: 100%;
}
.fun-facts {
	background: #f8f8f8 none repeat scroll 0 0;
	float: left;
	margin-bottom: 30px;
	padding: 40px;
	text-align: center;
	width: 100%;
	position: relative;
	z-index: 1;
}
.fun-facts i {
	display: block;
	font-size: 30px;
	margin-bottom: 20px;
}
.fun-facts span {
	color: #262626;
	float: left;
	font-family: montserrat;
	font-size: 45px;
	font-weight: 900;
	line-height: 40px;
	width: 100%;
}
.fun-facts > strong {
	color: #4c4c4c;
	float: left;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 1px;
	margin-top: 20px;
	text-transform: uppercase;
	width: 100%;
}
.fun-facts:before {
	background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.fun-facts:hover::before {
	border-radius: 0;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
/*=============== CEO Message ===================*/
.ceo-carousel {
	float: left;
	width: 100%;
}
.ceo-message {
	float: left;
	margin: 0 20%;
	text-align: center;
	width: 60%;
}
.ceo-message > img {
	display: inline-block;
	margin-bottom: 20px;
}
.ceo-message blockquote {
	border: 0 none;
	color: #363636;
	float: left;
	font-family: playfair display;
	font-size: 17px;
	font-style: italic;
	letter-spacing: 1px;
	line-height: 34px;
	margin-bottom: 30px;
	padding: 0;
	width: 100%;
}
.ceo-message > strong {
	color: #363636;
	float: left;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 2px;
	width: 100%;
}
.ceo-message > span {
	float: left;
	font-size: 14px;
	font-style: italic;
	line-height: 16px;
	width: 100%;
}
.ceo-message.light blockquote {
	color: #fff
}
.logos {
	float: left;
	margin-top: 50px;
	text-align: center;
	width: 100%;
	margin-bottom: -30px;
	padding: 0;
	list-style: none;
}
.logos.style2 {
	margin-top: 0
}
.logos li {
	float: left;
	margin-bottom: 30px;
	padding: 0 20px;
	width: 16.66%;
}
.logos li > img {
	max-width: 100%
}
.logos li:first-child:nth-last-child(1), .logos li:first-child:nth-last-child(1) ~ li {
	width: 100%;
}
.logos li:first-child:nth-last-child(2), .logos li:first-child:nth-last-child(2) ~ li {
	width: 50%;
}
.logos li:first-child:nth-last-child(3), .logos li:first-child:nth-last-child(3) ~ li {
	width: 33.334%;
}
.logos li:first-child:nth-last-child(4), .logos li:first-child:nth-last-child(4) ~ li {
	width: 25%;
}
.logos li:first-child:nth-last-child(5), .logos li:first-child:nth-last-child(5) ~ li {
	width: 20%;
}
.logos li:first-child:nth-last-child(6), .logos li:first-child:nth-last-child(6) ~ li {
	width: 16.666%;
}
/*=============== Contact Details ===================*/
.contact {
	display: table;
	width: 100%;
}
.contact-img {
	display: table-cell;
	vertical-align: middle;
	width: 50%;
}
.contact-img > img {
	width: 100%
}
.contact-detail {
	background: #f5f5f5 none repeat scroll 0 0;
	border: 10px solid #e9e7e7;
	display: table-cell;
	padding: 40px 60px;
	vertical-align: middle;
	width: 50%;
}
.contact-detail form {
	float: left;
	width: 100%;
}
.field {
	background: #fafafa none repeat scroll 0 0;
	display: table;
	margin-bottom: 10px;
	width: 100%;
	padding: 0 20px;
}
.field i {
	color: #4d4d4d;
	display: table-cell;
	font-size: 16px;
	line-height: 50px;
	text-align: center;
	vertical-align: top;
	width: 40px;
}
.field input, .field textarea {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 0 none;
	color: #4d4d4d;
	display: table-cell;
	font-size: 14px;
	height: 50px;
	letter-spacing: 1px;
	padding: 10px 0 10px 0;
	vertical-align: middle;
	width: 100%;
}
.field textarea {
	height: auto;
	max-width: 100%;
	min-height: 150px;
}
.style2 .field {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 3px solid #efefef;
	margin-bottom: 20px;
}
.contact-detail.dark {
	background: #363636;
	border: 0 none;
}
.contact-detail.dark .field input, .contact-detail.dark .field textarea, .contact-detail.dark .field {
	background: #FFF
}
.contact-detail .address-boxes {
	float: none;
	margin: -60px -60px 50px;
	width: auto;
}
.contact-detail .address-boxes .row > div {
	padding: 0
}
.contact-detail .address-boxes .row {
	margin: 0
}
.contact-detail .add-box {
	border-right: 1px solid #e7e7e7
}
/*=============== About The Organ ===================*/
.icon-title {
	float: left;
	margin-bottom: 30px;
	position: relative;
	width: 100%;
	z-index: 1;
}
.icon-title h2 {
	color: #010000;
	float: left;
	font-size: 35px;
	font-weight: 600;
	letter-spacing: 5px;
	margin: 0;
	padding: 40px 0 20px;
	width: 100%;
}
.icon-title i {
	color: #e6e5e5;
	font-size: 102px;
	left: 0;
	position: absolute;
	top: 0;
	z-index: -1;
}
.text2 {
	float: left;
	width: 100%;
}
.text2 > p {
	color: #6f6f6f;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.3px;
	margin-bottom: 20px;
}
.text2 > p:last-child {
	margin: 0
}
/*=============== Simple Services ===================*/
.simple-services {
	float: left;
	width: 100%;
	margin-bottom: -30px;
}
.simple-service {
	float: left;
	text-align: center;
	width: 100%;
	margin-bottom: 30px;
}
.simple-service i {
	color: #131313;
	display: block;
	font-size: 40px;
	margin-bottom: 15px;
}
.simple-service:hover i {
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px);
}
.simple-service > h4 {
	color: #313131;
	float: left;
	font-size: 17px;
	font-weight: 800;
	margin: 0 0 10px;
	width: 100%;
	text-transform: uppercase;
}
.simple-service > p {
	color: #838383;
	float: left;
	font-size: 14px;
	letter-spacing: 0.4px;
	line-height: 24px;
	margin: 0;
	width: 100%;
}
.style2 .simple-service i {
	color: #262626
}
.style2 .simple-service > h4 {
	color: #303030;
	font-family: montserrat;
	font-size: 19px;
	font-weight: 500;
	text-transform: capitalize;
}
.style2 .simple-service > p {
	color: #4b4949;
	font-size: 15px;
}
.simple-service > span {
	float: left;
	font-family: montserrat;
	font-size: 30px;
	font-weight: 600;
	margin-top: 20px;
	width: 100%;
}
/*=============== Testimonials Carousel ===================*/
.testimonials-carousel {
	float: left;
	width: 100%;
}
.testimonials-thumbs {
	float: left;
	margin: 0 10% 30px;
	width: 80%;
}
.thumb {
	float: left;
	text-align: center;
	width: 100%;
}
.thumb > img {
	display: inline-block !important;
	height: 72px;
	width: 72px;
}
.thumb.slick-slide.slick-current.slick-active.slick-center {
	margin-top: 20px;
}
.testimonial-messages {
	float: left;
	width: 100%;
}
.message {
	float: left;
	width: 100%;
	text-align: center;
}
.message blockquote {
	border: 0 none;
	color: #fff;
	font-size: 17px;
	font-style: italic;
	line-height: 30px;
	margin: 0 0 30px;
	padding: 0 40px;
	text-align: center;
}
.message span {
	color: #fff;
	display: inline-block;
	font-size: 18px;
	font-style: italic;
	font-weight: 600;
}
.slick-arrow {
	background: rgba(0, 0, 0, .1) none repeat scroll 0 0;
	border: 1px solid #fff;
	color: transparent;
	height: 44px;
	position: absolute;
	right: 20px;
	top: 70px;
	width: 44px;
}
.slick-arrow:hover {
	background: #FFFFFF
}
.slick-arrow::before {
	color: #fff;
	content: "\f105";
	font-family: fontawesome;
	font-size: 20px;
	height: 100%;
	left: 0;
	line-height: 40px;
	position: absolute;
	top: 0;
	width: 100%;
}
.slick-arrow:hover:before {
	color: #333
}
.slick-arrow.slick-prev {
	left: 20px;
	right: 0;
}
.slick-arrow.slick-prev:before {
	content: "\f104"
}
/*=============== Dark Form ===================*/
form.dark .field {
	background: rgba(251, 251, 251, 0.19) none repeat scroll 0 0;
	border: 1px solid #4e4e4e;
	margin-bottom: 20px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}
form.dark .field i, form.dark .field input, form.dark .field textarea {
	color: #ffffff
}
form.center-btn {
	text-align: center;
}
/*=============== Subscription form ===================*/
.subscription-form {
	background: #f0f0f0 none repeat scroll 0 0;
	float: left;
	height: 80px;
	padding: 10px;
	position: relative;
	width: 100%;
}
.subscription-form > input {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 0 none;
	color: #a38f8f;
	float: left;
	font-size: 12px;
	height: 100%;
	padding: 20px 120px 20px 20px;
	width: 100%;
}
.subscription-form > button {
	background: #000 none repeat scroll 0 0;
	border: 0 none;
	color: #fff;
	font-size: 16px;
	font-weight: 800;
	height: 60px;
	letter-spacing: 1px;
	padding: 10px 30px;
	position: absolute;
	right: 10px;
	overflow: hidden;
	text-transform: uppercase;
	top: 10px;
}
.subscription-form > button i {
	-webkit-transition: all 800ms cubic-bezier(0.680, 0, 0.265, 1); /* older webkit */
	-webkit-transition: all 800ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
	-moz-transition: all 800ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
	-o-transition: all 800ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
	transition: all 800ms cubic-bezier(0.680, -0.550, 0.265, 1.550); /* easeInOutBack */
	-webkit-transition-timing-function: cubic-bezier(0.680, 0, 0.265, 1); /* older webkit */
	-webkit-transition-timing-function: cubic-bezier(0.680, -0.550, 0.265, 1.550);
	-moz-transition-timing-function: cubic-bezier(0.680, -0.550, 0.265, 1.550);
	-o-transition-timing-function: cubic-bezier(0.680, -0.550, 0.265, 1.550);
	transition-timing-function: cubic-bezier(0.680, -0.550, 0.265, 1.550); /* easeInOutBack */
}
.subscription-form > button:hover i {
	-webkit-transform: translateY(-40px) translateX(50px);
	-moz-transform: translateY(-40px) translateX(50px);
	-ms-transform: translateY(-40px) translateX(50px);
	-o-transform: translateY(-40px) translateX(50px);
	transform: translateY(-40px) translateX(50px);
}
.subscription-form.style2 {
	background: #fff none repeat scroll 0 0;
	height: 58px;
	left: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	top: -110px;
}
.subscription-form.style2 button {
	font-size: 13px;
	height: 40px;
}
.subscription-form.light {
	background: #faf9f9
}
/*=============== About Parallax ===================*/
.about-parallax {
	float: left;
	text-align: center;
	width: 100%;
}
.about-parallax > span {
	color: #fff;
	float: left;
	font-size: 25px;
	font-style: oblique;
	width: 100%;
}
.about-parallax > h2 {
	color: #fff;
	float: left;
	font-size: 40px;
	font-weight: 800;
	letter-spacing: 2px;
	margin: 0 0 15px;
	width: 100%;
}
.about-parallax > p {
	color: #dbdbdb;
	float: left;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 1px;
	margin-bottom: 40px;
	width: 100%;
}
.social {
	float: left;
	text-align: center;
	width: 100%;
}
.social > a {
	background: #fff none repeat scroll 0 0;
	color: #191919;
	display: inline-block;
	position: relative;
	z-index: 1;
	font-size: 16px;
	height: 59px;
	line-height: 59px;
	margin: 0 5px;
	overflow: hidden;
	text-align: center;
	width: 59px;
}
.social > a:hover {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
.social > a:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: white;
	z-index: -1;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}
.social > a:hover {
	color: #FFFFFF
}
.social > a:hover:before {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.button-set {
	float: left;
	width: 100%;
	margin-top: 20px;
}
.button-set a {
	background: #FFFFFF;
	border: 2px solid #efefef;
	color: #2b2b2b;
	float: left;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.5px;
	margin-right: 10px;
	padding: 10px 30px;
}
.button-set a:hover {
	color: #FFFFFF
}
/*=============== Circular Skills ===================*/
.circular-skills {
	float: left;
	margin-bottom: -50px;
	width: 100%;
}
.skills {
	float: left;
	text-align: center;
	margin-bottom: 50px;
	position: relative;
	width: 100%;
}
.skill-round {
	float: left;
	position: relative;
	width: 100%;
}
.skill-round > div {
	float: left;
	height: auto !important;
	text-align: center;
	width: 100% !important;
}
.skill-round input {
	display: inline-block !important;
	float: left;
	font-size: 25px !important;
	height: auto !important;
	left: 50%;
	margin: 0 !important;
	position: absolute !important;
	top: 115px;
	width: 60px !important;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.skill-round i {
	color: #fff;
	font-size: 40px;
	left: 50%;
	margin-top: -10px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.skills strong {
	color: #fff;
	float: left;
	font-size: 30px;
	line-height: 30px;
	margin-top: 20px;
	width: 100%;
}
.skills > i {
	color: #fff;
	float: left;
	font-size: 15px;
	font-style: normal;
	font-weight: 300;
	letter-spacing: 1px;
	margin-top: 5px;
	width: 100%;
}
.dark .skills > strong, .dark .skills > i {
	color: #232222
}
.dark .skill > span {
	color: #fff;
}
.dark .skill .progress {
	border-color: #636363;
}
.latest-news {
	float: left;
	margin-bottom: -30px;
	width: 100%;
}
.news-post {
	float: left;
	text-align: left;
	margin-bottom: 30px;
	width: 100%;
}
.news-post-img {
	float: left;
	margin-bottom: 35px;
	width: 100%;
}
.news-post-img > img {
	width: 100%;
}
.news-post-detail {
	float: left;
	width: 100%;
}
.news-post-detail h3 {
	color: #313131;
	float: left;
	font-size: 18px;
	font-weight: 700;
	margin: 0 0 8px;
	text-transform: uppercase;
	width: 100%;
}
.news-post-detail h3 a {
	color: inherit
}
.news-post-detail ul {
	float: left;
	list-style: outside none none;
	margin: 0 0 10px;
	padding: 0;
	width: 100%;
}
.news-post-detail ul li {
	color: #6b6b6b;
	float: left;
	font-size: 12px;
	font-weight: 600;
	margin-right: 10px;
	padding-right: 20px;
	position: relative;
}
.news-post-detail ul li a {
	color: inherit;
}
.news-post-detail ul li::before {
	content: "X";
	font-size: 8px;
	position: absolute;
	right: 0;
	top: 3px;
}
.news-post-detail ul li:last-child::before {
	display: none;
}
.news-post-detail ul li:last-child {
	margin: 0;
	padding: 0;
}
.news-post-detail > p {
	float: left;
	font-size: 15px;
	font-weight: 400;
	line-height: 26px;
	margin: 0;
	width: 100%;
}
.light .news-post-detail h3 {
	color: #fff
}
.light .news-post-detail p {
	color: #b1b1b1
}
/*=============== About Project ===================*/
.about-projects {
	float: left;
	width: 100%;
}
.about-project-detail {
	float: left;
	position: relative;
	width: 40%;
}
.about-project-detail > img {
	width: 100%
}
.abt-project-overlay {
	background: rgba(42, 42, 42, 0.8) none repeat scroll 0 0;
	height: 100%;
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
}
.abt-project-overlay::before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.abt-project-inner {
	display: inline-block;
	vertical-align: middle;
	width: 90%;
}
.abt-project-inner > span {
	color: #fff;
	float: left;
	font-family: playfair display;
	font-size: 16px;
	font-style: italic;
	letter-spacing: 2px;
	margin-bottom: 10px;
	width: 100%;
}
.abt-project-inner > h3 {
	color: #fff;
	float: left;
	font-size: 30px;
	font-weight: 600;
	line-height: 37px;
	margin: 0 0 20px;
	width: 100%;
}
.abt-project-inner > p {
	color: #c6c6c6;
	float: left;
	font-size: 15px;
	width: 100%;
}
.about-project-carousel {
	float: left;
	width: 60%;
}
.about-project-carousel .owl-nav {
	opacity: 0
}
.about-project-carousel:hover .owl-nav {
	opacity: 1
}
.about-project-carousel {
	float: left;
	width: 60%;
}
.portfolio {
	float: left;
	position: relative;
	overflow: hidden;
	width: 100%;
	z-index: 1;
}
.portfolio > img {
	width: 100%;
	z-index: -1;
}
.portfolio:hover > img {
	-webkit-filter: blur(3px);
	filter: blur(3px);
	-ms-transform: rotate(5deg) scale(1.5);
	-o-transform: rotate(5deg) scale(1.5);
	transform: rotate(5deg) scale(1.5);
	-webkit-transition: -webkit-transform 0.2s linear, -webkit-filter 0.2s ease 0.2s;
	-moz-transition: -moz-transform 0.2s linear, -moz-filter 0.2s ease 0.2s;
	-ms-transition: -ms-transform 0.2s linear, -ms-filter 0.2s ease 0.2s;
	-o-transition: -o-transform 0.2s linear, -o-filter 0.2s ease 0.2s;
	transition: transform 0.2s linear, -webkit-filter 0.2s ease 0.2s;
}
.portfolio:before, .portfolio:after {
	background: #121212 none repeat scroll 0 0;
	content: "";
	height: 100%;
	opacity: 0.8;
	width: 0;
	z-index: 1;
	position: absolute;
	left: 0;
	top: 0;
}
.portfolio:after {
	left: auto;
	right: 0;
}
.portfolio:hover:before, .portfolio:hover:after {
	width: 50%
}
.portfolio-hover {
	left: 0;
	padding: 0 30px;
	z-index: 2;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.portfolio-hover h4 {
	color: #fff;
	float: left;
	font-size: 20px;
	font-weight: 700;
	margin: 0 0 5px;
	text-transform: uppercase;
	width: 100%;
	opacity: 0;
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-ms-transform: scale(0.5);
	-o-transform: scale(0.5);
	transform: scale(0.5);
	-webkit-transition: all 0.2s ease 0.1s;
	-moz-transition: all 0.2s ease 0.1s;
	-ms-transition: all 0.2s ease 0.1s;
	-o-transition: all 0.2s ease 0.1s;
	transition: all 0.2s ease 0.1s;
}
.portfolio-hover h4 a {
	color: inherit
}
.portfolio-hover > span {
	color: #e3dddd;
	float: left;
	font-family: playfair display;
	font-size: 13px;
	font-style: italic;
	letter-spacing: 2px;
	width: 100%;
	opacity: 0;
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-ms-transform: scale(0.5);
	-o-transform: scale(0.5);
	transform: scale(0.5);
	-webkit-transition: all 0.2s ease 0.2s;
	-moz-transition: all 0.2s ease 0.2s;
	-ms-transition: all 0.2s ease 0.2s;
	-o-transition: all 0.2s ease 0.2s;
	transition: all 0.2s ease 0.2s;
}
.portfolio-hover > a {
	background: #fff;
	color: #141414;
	display: inline-block;
	height: 52px;
	line-height: 52px;
	margin-top: 30px;
	width: 52px;
	opacity: 0;
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-ms-transform: scale(0.5);
	-o-transform: scale(0.5);
	transform: scale(0.5);
	-webkit-transition: all 0.2s ease 0.3s;
	-moz-transition: all 0.2s ease 0.3s;
	-ms-transition: all 0.2s ease 0.3s;
	-o-transition: all 0.2s ease 0.3s;
	transition: all 0.2s ease 0.3s;
}
.portfolio:hover .portfolio-hover > h4, .portfolio:hover .portfolio-hover > span, .portfolio:hover .portfolio-hover > a {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.owl-nav {
	height: 0;
	left: 0;
	padding: 0 20px;
	position: absolute;
	top: 50%;
	width: 100%;
}
.owl-nav .owl-next {
	float: right;
	height: 54px;
	width: 54px;
}
.owl-nav > div {
	border: 2px solid #c7c7c7;
	color: transparent;
	float: left;
	height: 54px;
	margin-top: -27px;
	position: relative;
	width: 54px;
}
.owl-nav > div:before {
	color: #8f8f8f;
	content: "\f104";
	font-family: fontawesome;
	font-size: 23px;
	height: 100%;
	left: 0;
	line-height: 50px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
}
.owl-nav > div.owl-next:before {
	content: "\f105"
}
.owl-nav > div:hover:before {
	color: #fff
}
.owl-nav > div:hover {
	background: #c7c7c7
}
/*=============== Member Intro ===================*/
.member-intro {
	display: table;
	width: 100%;
}
.member-img {
	display: table-cell;
	vertical-align: middle;
}
.member-detail {
	display: table-cell;
	padding: 0 20px;
	text-align: center;
	vertical-align: middle;
}
.member-detail > span {
	color: #4a4a4a;
	float: left;
	font-family: playfair display;
	font-size: 14px;
	font-style: italic;
	letter-spacing: 1px;
	margin-bottom: 5px;
	width: 100%;
}
.member-detail > h3 {
	float: left;
	font-size: 37px;
	font-weight: 600;
	margin: 0 0 20px;
	text-transform: uppercase;
	width: 100%;
}
.member-detail .member-social {
	margin-bottom: 30px;
}
.member-detail > p {
	color: #424242;
	float: left;
	font-size: 16px;
	letter-spacing: 1px;
	margin-bottom: 30px;
	width: 100%;
}
.member-detail .skill .progress {
	background: #ededed;
	border: 0 none;
	height: 4px;
}
.member-detail .skill .progress .progress-bar {
	left: 0;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}
.member-detail .skill > i {
	color: #4a4a4a;
	float: left;
	font-family: playfair display;
	font-size: 13px;
	margin-bottom: 10px;
}
.member-detail .skill > strong {
	float: right;
	font-size: 16px;
	font-weight: 800;
	letter-spacing: 1px;
	margin-bottom: 10px;
}
.member-detail .skill {
	margin: 0 20% 30px;
	width: 60%;
}
/*=============== White Blocks ===================*/
.white-blocks {
	float: left;
	margin-bottom: -30px;
	width: 100%;
}
.white-box {
	background: #f9f9f9 none repeat scroll 0 0;
	float: left;
	margin-bottom: 30px;
	padding: 50px 25px;
	text-align: center;
	width: 100%;
}
.white-box > strong {
	color: #282828;
	float: left;
	font-family: montserrat;
	font-size: 20px;
	font-weight: 600;
	line-height: 20px;
	margin-bottom: 10px;
	text-transform: uppercase;
	width: 100%;
}
.white-box > p {
	color: #777777;
	float: left;
	font-size: 13px;
	letter-spacing: 0.8px;
	line-height: 24px;
	margin-bottom: 15px;
	width: 100%;
}
.white-box > a {
	color: #282828;
	display: inline-block;
	font-family: montserrat;
	font-size: 11px;
	font-weight: 600;
}
a.play-round {
	color: #fff;
	display: inline-block;
	font-size: 18px;
	height: 59px;
	line-height: 59px;
	margin-top: 24px;
	width: 59px;
}
a.play-round:hover i {
	color: #FFF
}
/*=============== Images Carousel ===================*/
.images-carousel {
	float: left;
	width: 100%;
}
.picture {
	float: left;
	width: 100%;
}
.picture img {
	width: 100%
}
.images-carousel:hover img {
	-webkit-filter: grayscale(1) blur(2px);
	filter: grayscale(1) blur(2px);
}
.images-carousel:hover .picture:hover img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}
/*=============== Creative Tabs ===================*/
.creative-tabs {
	float: left;
	position: relative;
	width: 100%;
}
.creative-tabs .tab-content {
	float: left;
	width: 100%;
}
.creative-tab-content {
	float: left;
	position: relative;
	width: 100%;
}
.creative-tab-content > img {
	width: 100%
}
.creative-detail {
	position: absolute;
	left: 20%;
	top: 50%;
	width: 40%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.creative-detail > h4 {
	color: #fff;
	float: left;
	font-size: 35px;
	font-weight: 700;
	margin: 0 0 5px;
	width: 100%;
}
.creative-detail > h4 i {
	font-style: normal
}
.creative-detail > span {
	color: #fffefe;
	float: left;
	font-size: 20px;
	font-style: italic;
	font-weight: 400;
	letter-spacing: 1px;
	margin-bottom: 15px;
	width: 100%;
}
.creative-detail > p {
	color: #d3d3d3;
	float: left;
	font-size: 16px;
	margin-bottom: 15px;
	width: 100%;
}
.creative-detail .button-set > a {
	font-family: montserrat;
	font-weight: 300;
}
.creative-tabs .nav {
	border: 0 none;
	position: absolute;
	top: 50%;
	left: 5%;
	width: 115px;
	z-index: 1;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.creative-tabs .nav li {
	margin: 0 0 20px
}
.creative-tabs .nav li a, .creative-tabs .nav li.active a {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 2px solid #3a3a3a;
	overflow: hidden;
	padding: 0;
	position: relative;
}
.creative-tabs .nav li:last-child {
	margin: 0
}
.creative-tabs .nav li a:before {
	background: white none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.3;
	position: absolute;
	top: 0;
	width: 100%;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}
.creative-tabs .nav li.active a:before {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
/*=============== About Section ===================*/
.about-section {
	float: left;
	padding: 0 30px;
	text-align: center;
	width: 100%;
}
.about-section > a {
	display: inline-block;
	margin-bottom: 20px;
}
.about-section > p {
	color: #acacac;
	float: left;
	font-size: 14px;
	line-height: 26px;
	margin-bottom: 30px;
	width: 100%;
}
.social-share {
	float: left;
	width: 100%;
}
.social-share > a {
	background: #3c3b3b;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	height: 29px;
	line-height: 29px;
	margin: 0 3px;
	width: 29px;
}
.about-section > ul {
	float: left;
	list-style: outside none none;
	margin-bottom: 0;
	margin-top: 40px;
	padding: 0;
	width: 100%;
}
.about-section > ul li {
	color: #dddddd;
	display: inline;
	font-size: 13px;
	margin: 0 15px;
}
.about-section > ul li i {
	font-size: 15px;
	margin-right: 10px;
}
/*=============== Task ===================*/
.task {
	float: left;
	width: 100%;
}
.task > img {
	width: 100%
}
.task:before {
	background: #171616 none repeat scroll 0 0;
	content: "";
	height: 10%;
	width: 0;
	opacity: 0.9;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: width 0.3s linear, height 0.4s ease 0.4s;
	-moz-transition: width 0.3s linear, height 0.4s ease 0.4s;
	-ms-transition: width 0.3s linear, height 0.4s ease 0.4s;
	-o-transition: width 0.3s linear, height 0.4s ease 0.4s;
	transition: width 0.3s linear, height 0.4s ease 0.4s;
}
.task:hover:before {
	width: 100%;
	height: 100%;
}
.task-hover {
	padding: 10px 30px;
	position: absolute;
	text-align: center;
	left: 0;
	top: 50%;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.task-hover > h4 {
	color: #fff;
	float: left;
	font-size: 22px;
	margin: 0 0 3px;
	text-transform: uppercase;
	width: 100%;
	-webkit-transform: rotateX(90deg);
	-moz-transform: rotateX(90deg);
	-ms-transform: rotateX(90deg);
	-o-transform: rotateX(90deg);
	transform: rotateX(90deg);
	-webkit-transition: all 0.2s ease 0.5s;
	-moz-transition: all 0.2s ease 0.5s;
	-ms-transition: all 0.2s ease 0.5s;
	-o-transition: all 0.2s ease 0.5s;
	transition: all 0.2s ease 0.5s;
}
.task-hover > h4 a {
	color: inherit
}
.task-hover > span {
	color: #bebebe;
	float: left;
	font-size: 13px;
	font-style: italic;
	line-height: 14px;
	width: 100%;
	-webkit-transform: rotateX(90deg);
	-moz-transform: rotateX(90deg);
	-ms-transform: rotateX(90deg);
	-o-transform: rotateX(90deg);
	transform: rotateX(90deg);
	-webkit-transition: all 0.2s ease 0.6s;
	-moz-transition: all 0.2s ease 0.6s;
	-ms-transition: all 0.2s ease 0.6s;
	-o-transition: all 0.2s ease 0.6s;
	transition: all 0.2s ease 0.6s;
}
.task:hover .task-hover > h4, .task:hover .task-hover > span {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}
.task > a {
	border: 2px solid #aaa9a9;
	color: #fff;
	height: 45px;
	line-height: 42px;
	position: absolute;
	right: 30px;
	text-align: center;
	top: 30px;
	width: 45px;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}
.task:hover > a {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	-ms-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
/*=============== Big Carousel ===================*/
.big-carousel {
	float: left;
	width: 100%;
}
.big-image {
	float: left;
	width: 100%;
	position: relative;
}
.big-image > img {
	width: 100%
}
.big-image-name {
	background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
	padding: 80px 120px;
	position: absolute;
	left: 50%;
	top: 50%;
	text-align: center;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.big-image-name > h4 {
	color: #171616;
	display: table;
	width: 100%;
	font-size: 40px;
	font-weight: 600;
	margin: 0 0 20px;
	text-transform: uppercase;
}
.big-image-name > span {
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 2px;
	line-height: 20px;
	margin-bottom: 20px;
	display: table;
	width: 100%;
}
.big-image-name > a {
	color: #1a1a1a;
	display: inline-block;
	font-size: 20px;
}
/*=============== Logos Carousel ===================*/
.logos-carousel {
	float: left;
	width: 100%;
	padding: 0 50px;
}
.logo {
	float: left;
	width: 100%;
}
.logo a {
	float: left;
	width: 100%;
	text-align: center;
}
.logo a img {
	max-width: 100%
}
.logos-carousel .owl-nav > div {
	background: #efefef none repeat scroll 0 0;
	border: 0 none;
	border-radius: 0;
	height: 40px;
	margin-left: -30px;
	width: 40px;
}
.logos-carousel .owl-nav > div:before {
	line-height: 40px
}
.logos-carousel .owl-nav > div.owl-next {
	margin-right: -40px
}
/*=============== Work Light  ===================*/
.center-title.light h2, .center-title.light span, .center-title.light h2:before {
	color: #fff
}
.center-title.light:before, .center-title.light:after {
	background: #4c5355
}
.work.light:before {
	background: #fff
}
.work.light .work-hover > h4 {
	color: #212121
}
.work.light .work-hover > a {
	color: #fff
}
.options {
	float: left;
	text-align: center;
	width: 100%;
	margin-bottom: 30px;
}
.option-combo {
	float: left;
	width: 100%;
}
.option-set {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
.option-set li {
	color: #fff;
	display: inline-block;
	font-family: montserrat;
	font-size: 13px;
	margin: 0 5px;
	text-transform: uppercase;
}
.option-set li a {
	color: inherit;
	float: left;
	padding: 10px 15px;
	position: relative;
	z-index: 1;
}
.option-set li a:before, .option-set li a:after {
	border-bottom: 1px solid #605f5d;
	border-top: 1px solid #605f5d;
	content: "";
	height: 100%;
	width: 0;
	z-index: -1;
	position: absolute;
	left: 50%;
	top: 0;
}
.option-set li a:after {
	border-bottom: 0 none;
	border-top: 0 none;
	border-left: 1px solid #605f5d;
	border-right: 1px solid #605f5d;
	height: 0;
	left: 0;
	top: 50%;
	width: 100%;
}
.option-set li a.selected:after {
	height: 100%;
	top: 0;
}
.option-set li a.selected:before {
	left: 0;
	width: 100%;
}
.style2 .option-set li a {
	border: 0 none;
	color: #636363;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 2px;
	padding: 0 10px;
	text-transform: capitalize;
}
.style2 .option-set li a:before, .style2 .option-set li a:after {
	display: none
}
.style2 .option-set li a i {
	font-size: 8px;
	font-style: normal;
	margin-left: 4px;
	vertical-align: top;
}
.style2 .option-set li {
	position: relative
}
.style2 .option-set li:before {
	color: #afafaf;
	content: "X";
	font-size: 9px;
	position: absolute;
	right: -6px;
	top: 3px;
}
.style2 .option-set li:last-child:before {
	display: none
}
.light .option-set li {
	color: #373737
}
.light .option-set li a:before, .light .option-set li a:after {
	border-width: 2px
}
/*=============== Tabs Carousel ===================*/
.tabs-carousel {
	float: left;
	width: 100%;
}
.tabs-selectors {
	float: left;
	width: 100%;
}
.tab-thumb {
	border: 0 !important;
	float: left;
	margin-bottom: 20px;
	width: 100%;
}
.tabs-selectors .slick-arrow {
	background: #fff none repeat scroll 0 0;
	border: 0 none;
	height: 33px;
	left: 50%;
	margin-left: -16.5px;
	top: -50px;
	width: 33px;
}
.tabs-selectors .slick-arrow.slick-next {
	bottom: -30px;
	top: auto;
}
.tabs-selectors .slick-arrow:before {
	content: "\f106";
	font-size: 14px;
	line-height: 33px;
}
.tabs-selectors .slick-arrow:hover:before {
	color: #FFFFFF
}
.tabs-selectors .slick-arrow.slick-next::before {
	content: "\f107";
}
.tabs-content {
	float: left;
	width: 100%;
}
.tabs-content.overlap {
	margin-top: -230px
}
.tab-details {
	display: table;
	float: left;
	width: 100%;
}
.tab-mockup {
	display: table-cell;
	vertical-align: bottom;
}
.tab-description {
	display: inline-block;
	vertical-align: bottom;
	margin: 0 auto;
	width: 100%;
	text-align: center;
}
.tab-description > span {
	color: #fff;
	float: left;
	font-family: playfair display;
	font-style: italic;
	letter-spacing: 1.5px;
	margin-bottom: 5px;
	width: 100%;
}
.tab-description h4 {
	color: #fff;
	float: left;
	font-size: 30px;
	font-weight: 600;
	margin: 0 0 10px;
	text-transform: uppercase;
	width: 100%;
}
.tab-description > p {
	color: #b1afaf;
	float: left;
	font-size: 15px;
	letter-spacing: 1px;
	margin-bottom: 20px;
	width: 100%;
}
.tab-description > ul {
	float: left;
	list-style: outside none none;
	margin: 0 0 20px;
	padding: 0;
	width: 100%;
}
.tab-description li {
	color: #f1f1f1;
	float: left;
	letter-spacing: 0.5px;
	font-size: 15px;
	line-height: 25px;
	margin-bottom: 15px;
	padding-left: 40px;
	position: relative;
	width: 100%;
}
.tab-description li:before {
	background: #2f2f2f none repeat scroll 0 0;
	content: "\f105";
	font-family: fontawesome;
	font-size: 12px;
	height: 20px;
	left: 0;
	line-height: 20px;
	position: absolute;
	text-align: center;
	top: 4px;
	width: 20px;
}
.tab-description li:last-child {
	margin: 0
}
.tab-description li:hover:before {
	left: 10px
}
/*=============== Simple News ===================*/
.simple-news-section {
	float: left;
	margin-bottom: -30px;
	width: 100%;
}
.simple-news {
	float: left;
	margin-bottom: 30px;
	width: 100%;
}
.simple-news-img {
	float: left;
	margin-bottom: 70px;
	position: relative;
	width: 100%;
}
.simple-news-img img {
	width: 100%
}
.news-author {
	border: 4px solid #fff;
	bottom: -50px;
	left: 30px;
	overflow: hidden;
	position: absolute;
}
.simple-news-detail {
	float: left;
	padding-left: 30px;
	width: 100%;
}
.simple-news-detail > h4 {
	color: #313131;
	float: left;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.3px;
	margin: 0 0 10px;
	text-transform: uppercase;
	width: 100%;
}
.simple-news-detail > h4 a {
	color: inherit
}
.meta {
	float: left;
	list-style: outside none none;
	margin: 0 0 10px;
	padding: 0;
	width: 100%;
}
.meta > li {
	color: #969595;
	display: inline-block;
	font-size: 11px;
	margin-right: 10px;
}
.meta > li a {
	color: inherit
}
.simple-news-detail > p {
	color: #424242;
	float: left;
	font-size: 14px;
	line-height: 28px;
	margin-bottom: 30px;
	width: 100%;
}
.short-links {
	float: left
}
.short-links > a, .short-links > span {
	background: #f5f5f5 none repeat scroll 0 0;
	color: #a3a2a2;
	float: left;
	font-size: 10px;
	margin-right: 5px;
	padding: 4px 13px;
	position: relative;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
}
.short-links a i, .short-links span i {
	color: #dadada;
	font-size: 9px;
	line-height: 16px;
	margin-right: 3px;
}
.short-links > a:hover, .short-links > a:hover i, .short-links > span:hover, .short-links > span:hover i {
	color: #FFFFFF
}
a.facebook {
	background: #384f84
}
a.facebook-color {
	color: #384f84
}
a.twitter {
	background: #4d9fd7
}
a.twitter-color {
	color: #4d9fd7
}
a.google-plus {
	background: #cf4332
}
a.google-plus-color {
	color: #cf4332
}
a.dribbble {
	background: #d75281
}
a.dribbble-color {
	color: #d75281
}
a.linkedin {
	background: #0077b5
}
a.linkedin-color {
	color: #0077b5
}
a.rss {
	background: #fd9f13
}
a.rss-color {
	color: #fd9f13
}
a.linkedin {
	background: #0077b5
}
a.linkedin-color {
	color: #0077b5
}
a.github {
	background: #1f76b6
}
a.github-color {
	color: #1f76b6
}
a.vimeo {
	background: #44bbff
}
a.vimeo-color {
	color: #44bbff
}
a.pinterest {
	background: #d64033
}
a.pinterest-color {
	color: #d64033
}
.share-link {
	background: #fff none repeat scroll 0 0;
	padding-right: 10px;
	position: absolute;
	right: 100%;
	top: 0;
	visibility: hidden;
	width: 140px;
}
.share-link a {
	color: #ffffff;
	float: right;
	font-size: 10px;
	height: 25px;
	line-height: 25px;
	margin-left: 6px;
	opacity: 0.9;
	text-align: center;
	transform: scale(0);
	width: 25px;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}
.short-links > span:hover .share-link {
	visibility: visible
}
.short-links > span:hover .share-link a {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.share-link a:hover {
	opacity: 1
}
.more {
	color: #fff;
/*	float: right;*/
	font-size: 10px;
	/*padding: 5px 15px;*/
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
}
.more:hover {
	color: #FFFFFF
}
.style2 .simple-news {
	margin: 0
}
.simple-news-section.style2 .row {
	border-bottom: 1px solid #dbdbdb;
	margin-bottom: 70px;
	padding-bottom: 70px;
}
.simple-news-section.style2 {
	margin-bottom: -70px;
	overflow: hidden;
}
.simple-news-section.style2 .row:last-child {
	border: 0 none;
	padding: 0;
}
/*=============== Team Intro Carousel ===================*/
.team-intro {
	display: table;
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index: 1;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
}
.team-intro-img {
	display: table-cell;
	position: relative;
	vertical-align: middle;
}
.team-intro-social {
	position: absolute;
	left: 20px;
	top: 50%;
	width: 36px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.team-intro-social a {
	background: white none repeat scroll 0 0;
	color: #000000;
	float: left;
	height: 36px;
	line-height: 36px;
	margin-bottom: 10px;
	text-align: center;
	width: 36px;
}
.team-intro-social a:hover {
	color: #ffffff
}
.team-intro-social a:last-child {
	margin: 0
}
.team-intro-detail {
	border: 2px solid #4e4e4d;
	display: table-cell;
	padding: 30px 50px;
	vertical-align: middle;
	-webkit-border-radius: 0 30px 30px 0;
	-moz-border-radius: 0 30px 30px 0;
	-ms-border-radius: 0 30px 30px 0;
	-o-border-radius: 0 30px 30px 0;
	border-radius: 0 30px 30px 0;
}
.team-intro-detail > h5 {
	color: #fff;
	float: left;
	font-size: 42px;
	font-weight: 600;
	margin: 0 0 5px;
	text-transform: uppercase;
	width: 100%;
}
.team-intro-detail > span {
	color: #fff;
	float: left;
	font-family: montserrat;
	font-size: 13px;
	letter-spacing: 2px;
	margin-bottom: 20px;
	text-transform: uppercase;
	width: 100%;
}
.team-intro-detail > p {
	color: #dbdbdb;
	float: left;
	font-size: 15px;
	letter-spacing: 0.9px;
	margin-bottom: 20px;
	width: 100%;
}
.team-intro-detail .skill > strong {
	color: #fff;
	float: left;
	font-size: 11px;
	margin-bottom: 10px;
}
.team-intro-detail .skill > .progress {
	background: #fff none repeat scroll 0 0;
	border: 0 none;
	height: 5px;
}
.team-intro-detail .skill > .progress .progress-bar {
	left: 0;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}
.team-intro-carousel .owl-nav {
	padding: 0
}
.team-intro-carousel .owl-nav > div {
	margin-left: -80px
}
.team-intro-carousel .owl-nav > div.owl-next {
	margin-left: 0;
	margin-right: -80px;
}
.team-intro-carousel .owl-nav > div::before {
	color: #fff;
	content: "\f177";
}
.team-intro-carousel .owl-nav > div.owl-next:before {
	content: "\f178"
}
/*=============== Creative Team ===================*/
.creative-team {
	float: left;
	width: 100%;
	margin-bottom: -50px;
}
.creative-member {
	float: left;
	width: 100%;
	margin-bottom: 50px;
}
.creative-member-img {
	float: left;
	margin-bottom: 40px;
	position: relative;
	width: 100%;
}
.creative-member-img img {
	width: 100%
}
.creative-bar {
	padding: 8px 30px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 1;
	-webkit-transform: translateY(50%);
	-moz-transform: translateY(50%);
	-ms-transform: translateY(50%);
	-o-transform: translateY(50%);
	transform: translateY(50%);
}
.creative-bar:before {
	background-clip: content-box;
	content: "";
	height: 100%;
	padding: 0 15px;
	width: 100%;
	z-index: -1;
	position: absolute;
	left: 0;
	top: 0;
}
.creative-bar > span {
	color: #fff;
	float: left;
	font-size: 12px;
	font-weight: 600;
	line-height: 17px;
}
.creative-bar > a {
	color: #fff;
	float: right;
	font-size: 12px;
	position: relative;
	text-align: center;
	width: 35px;
}
.creative-bar > a:before {
	background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
	content: "";
	height: 8px;
	left: 0;
	margin-top: -4px;
	position: absolute;
	top: 50%;
	width: 1px;
}
.creative-bar > a:last-child:before {
	display: none
}
.creative-member > h4 {
	color: #000;
	float: left;
	font-size: 20px;
	margin: 0 0 10px;
	width: 100%;
}
.creative-member > h4 a {
	color: inherit
}
.creative-member > p {
	color: #656565;
	float: left;
	font-size: 14px;
	line-height: 24px;
	margin: 0;
	width: 100%;
}
/*=============== Toggle ===================*/
.toggle {
	float: left;
	width: 100%;
}
.toggle-item {
	float: left;
	margin-bottom: 10px;
	width: 100%;
}
.toggle-item h3 {
	background: #363636;
	cursor: pointer;
	color: #fff;
	float: left;
	font-size: 13px;
	margin: 0;
	padding: 20px 25px;
	width: 100%;
}
.content {
	float: left;
	margin: 0;
/*	padding: 10px 30px;*/
	width: 100%;
}
.toggle .content p {
	color: #777777;
	font-size: 14px;
	line-height: 26px;
}
/*=============== Simple Tabs ===================*/
.simple-tabs {
	float: left;
	width: 100%;
}
.simple-tabs .nav {
	border: 0 none;
	float: left;
	width: 100%;
}
.simple-tabs .nav li {
	float: left;
	margin: 0;
}
.simple-tabs .nav li a, .simple-tabs .nav li a:hover, .simple-tabs .nav li.active a {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #f2f2f2;
	border-radius: 0;
	color: #3f3f3f;
	float: left;
	font-family: montserrat;
	font-size: 14px;
	letter-spacing: 1px;
	margin: 0 0 -1px -1px;
	padding: 10px 30px;
	text-transform: uppercase;
}
.simple-tabs .nav li.active a {
	background: #363636;
	color: #FFFFFF;
}
.simple-tabs .tab-content {
	background: #fff none repeat scroll 0 0;
	float: left;
	padding: 35px;
	width: 100%;
}
.tab-content p {
	letter-spacing: 0.5px;
}
.alignleft {
	float: left;
	margin-right: 30px;
	max-width: 100%;
}
.alignleft > img {
	max-width: 100%;
}
.simple-tabs.gray .tab-content {
	background: #f8f8f8;
	padding: 30px 20px;
}
.simple-tabs.gray {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.simple-tabs.style2 .nav li a {
	background: #f8f8f8 none repeat scroll 0 0;
	font-size: 12px;
	letter-spacing: 0;
	padding: 12px 29px;
}
.simple-tabs.style2 .tab-content p {
	color: #777777;
}
/*=============== Creative Parallax ===================*/
.creative-parallax {
	background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
	float: left;
	margin: 0 10%;
	padding: 80px 50px;
	text-align: center;
	width: 80%;
}
.creative-parallax > span {
	color: #fff;
	float: left;
	font-family: montserrat;
	font-size: 22px;
	font-weight: 400;
	line-height: 25px;
	margin-bottom: 10px;
	width: 100%;
}
.creative-parallax > h4 {
	color: #fff;
	float: left;
	font-size: 40px;
	font-weight: 700;
	letter-spacing: 2px;
	margin: 0 0 20px;
	width: 100%;
}
.creative-parallax .button-set a {
	display: inline-block;
	float: none;
	margin: 0 5px;
}
.creative-parallax2 {
	background: rgba(0, 0, 0, 0.84) none repeat scroll 0 0;
	display: table;
	width: 100%;
}
.creative-img {
	display: table-cell;
	max-width: 100%;
	vertical-align: middle;
}
.creative-text {
	display: table-cell;
	padding: 50px 70px 50px 50px;
	vertical-align: middle;
}
.creative-text > span {
	color: #fff;
	display: table;
	font-family: montserrat;
	font-size: 18px;
	margin: 0 0 5px;
	width: 100%;
}
.creative-text > h4 {
	color: #fff;
	display: table;
	width: 100%;
	font-size: 40px;
	font-weight: 600;
	margin: 0 0 10px;
	text-transform: uppercase;
}
.creative-text > p {
	color: #888888;
	float: left;
	font-size: 16px;
	margin-bottom: 20px;
	width: 100%;
}
.video-play {
	background: black none repeat scroll 0 0;
	color: #fff;
	display: inline-block;
	font-size: 22px;
	height: 77px;
	line-height: 75px;
	width: 77px;
}
/*=============== Black Boxed ===================*/
.black-boxed {
	background: rgba(0, 0, 0, 0.84) none repeat scroll 0 0;
	float: left;
	padding: 60px;
	width: 100%;
}
.dark-title {
	float: left;
	margin-bottom: 30px;
	width: 100%;
}
.dark-title > span {
	color: #fff;
	float: left;
	font-family: montserrat;
	font-size: 15px;
	margin-bottom: 5px;
	width: 100%;
}
.dark-title h2 {
	color: #fff;
	float: left;
	font-size: 40px;
	font-weight: 600;
	margin: 0;
	text-transform: uppercase;
	width: 100%;
}
/*=============== Image Box ===================*/
.image-box {
	float: left;
	position: relative;
	overflow: hidden;
	z-index: 1;
	width: 100%;
}
.image-box > img {
	width: 100%
}
.image-box > a {
	color: #fff;
	font-size: 12px;
	height: 34px;
	left: 50%;
	line-height: 32px;
	margin-left: -17px;
	margin-bottom: -17px;
	position: absolute;
	opacity: 0;
	text-align: center;
	bottom: -50%;
	width: 34px;
	-webkit-transition: all 800ms cubic-bezier(0.680, 0, 0.265, 1); /* older webkit */
	-webkit-transition: all 800ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
	-moz-transition: all 800ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
	-o-transition: all 800ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
	transition: all 800ms cubic-bezier(0.680, -0.550, 0.265, 1.550); /* easeInOutBack */
	-webkit-transition-timing-function: cubic-bezier(0.680, 0, 0.265, 1); /* older webkit */
	-webkit-transition-timing-function: cubic-bezier(0.680, -0.550, 0.265, 1.550);
	-moz-transition-timing-function: cubic-bezier(0.680, -0.550, 0.265, 1.550);
	-o-transition-timing-function: cubic-bezier(0.680, -0.550, 0.265, 1.550);
	transition-timing-function: cubic-bezier(0.680, -0.550, 0.265, 1.550); /* easeInOutBack */
}
.image-box:hover > a {
	bottom: 50%;
	opacity: 1;
}
.image-box:before {
	background: black none repeat scroll 0 0;
	content: "";
	height: 0;
	opacity: 0.5;
	width: 100%;
	z-index: 0;
	position: absolute;
	bottom: 0;
	left: 0;
}
.image-box:hover:before {
	height: 100%
}
.view-all {
	float: left;
	margin-bottom: 20px;
	margin-top: -30px;
	text-align: right;
	width: 100%;
}
/*=============== Case Studies ===================*/
.case-studies {
	float: left;
	width: 100%;
}
.case-studies > div {
	padding: 0
}
.case-study {
	float: left;
	position: relative;
	width: 100%;
	overflow: hidden;
}
.case-study > img {
	width: 100%
}
.case-study:hover > img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
.case-hover {
	left: 0;
	padding: 30px;
	z-index: 2;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.case-study:before {
	background: #303030 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.72;
	z-index: 1;
	position: absolute;
	top: 0;
	width: 100%;
}
.case-hover h4 {
	color: #fff;
	float: left;
	font-size: 35px;
	font-weight: 800;
	letter-spacing: 5px;
	margin: 0 0 20px;
	width: 100%;
	-webkit-transition: all 800ms cubic-bezier(0.680, 0, 0.265, 1); /* older webkit */
	-webkit-transition: all 800ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
	-moz-transition: all 800ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
	-o-transition: all 800ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
	transition: all 800ms cubic-bezier(0.680, -0.550, 0.265, 1.550); /* easeInOutBack */
	-webkit-transition-timing-function: cubic-bezier(0.680, 0, 0.265, 1); /* older webkit */
	-webkit-transition-timing-function: cubic-bezier(0.680, -0.550, 0.265, 1.550);
	-moz-transition-timing-function: cubic-bezier(0.680, -0.550, 0.265, 1.550);
	-o-transition-timing-function: cubic-bezier(0.680, -0.550, 0.265, 1.550);
	transition-timing-function: cubic-bezier(0.680, -0.550, 0.265, 1.550); /* easeInOutBack */
}
.case-hover .coloured-btn {
	margin-top: 10px
}
.case-study:hover .case-hover h4 {
	margin-bottom: 50px
}
/*=============== Simple Carousel ===================*/
.simple-carousel .owl-nav {
	padding: 0
}
.simple-carousel .owl-nav > div {
	margin-left: -80px
}
.simple-carousel .owl-nav > div.owl-next {
	margin-right: -80px
}
.simple-carousel .owl-nav > div:before {
	color: #fff;
	content: "\f177";
}
.simple-carousel .owl-nav > div.owl-next:before {
	content: "\f178"
}
/*=============== Creative Boxes ===================*/
.creative-boxes {
	float: left;
	width: 100%;
}
.creative-boxes > div {
	padding: 0
}
.creative-box {
	float: left;
	width: 100%;
}
.creative-box img {
	width: 100%
}
.creative-box-overlay {
	background: rgba(24, 24, 24, 0.75) none repeat scroll 0 0;
	height: 100%;
	left: 0;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
}
.creative-box:hover .creative-box-overlay {
	background: rgba(24, 24, 24, 0.9);
}
.creative-box-overlay:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.creative-box-inner {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
	width: 80%;
}
.creative-box-inner > span {
	float: left;
	font-family: playfair display;
	font-size: 13px;
	font-style: italic;
	letter-spacing: 1px;
	margin-bottom: 5px;
	width: 100%;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.creative-box-inner h5 {
	color: #fff;
	float: left;
	font-size: 26px;
	font-weight: 700;
	letter-spacing: 1px;
	margin: 0 0 15px;
	text-transform: uppercase;
	width: 100%;
}
.creative-box-inner > p {
	color: #c6c6c6;
	float: left;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.3px;
	margin: 0;
	width: 100%;
}
/*=============== Simple Parallax ===================*/
.simple-parallax {
	float: left;
	padding: 20px;
	text-align: center;
	width: 100%;
}
.simple-parallax-inner {
	float: left;
	padding: 40px;
	width: 100%;
	border: 1px solid #909090;
}
.simple-parallax h6 {
	color: #fff;
	float: left;
	font-size: 26px;
	font-style: italic;
	letter-spacing: 1px;
	margin: 0;
	width: 100%;
}
/*=============== Creative Services ===================*/
.creative-services {
	float: left;
	margin-bottom: -30px;
	width: 100%;
}
.creative-service {
	float: left;
	margin-bottom: 30px;
	padding-bottom: 30px;
	position: relative;
	width: 100%;
}
.creative-service > span {
	background: #f2f2f2;
	display: table;
	font-size: 15px;
	height: 54px;
	line-height: 54px;
	margin-bottom: 15px;
	text-align: center;
	width: 54px;
}
.creative-service:hover > span {
	color: #f2f2f2
}
.creative-service h4 {
	color: #010000;
	float: left;
	font-size: 25px;
	font-weight: 600;
	margin: 0 0 5px;
	width: 100%;
}
.creative-service > i {
	color: #9e9e9e;
	float: left;
	font-family: montserrat;
	font-size: 15px;
	font-style: normal;
	letter-spacing: 10px;
	line-height: 18px;
	margin-bottom: 10px;
	width: 100%;
}
.creative-service > p {
	color: #424242;
	float: left;
	font-size: 15px;
	margin-bottom: 20px;
	width: 100%;
}
.creative-service > a {
	color: #424242;
	display: table;
	font-family: montserrat;
	font-size: 13px;
}
.creative-service > a i {
	margin-left: 10px
}
.creative-service:before, .creative-service:after {
	background: #f8f8f8;
	content: "";
	height: 10px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}
.creative-service:after {
	background: #fff none repeat scroll 0 0;
	height: 20px;
	margin-bottom: -14px;
	width: 101%;
	-webkit-transform: rotate(-1.5deg);
	-moz-transform: rotate(-1.5deg);
	-ms-transform: rotate(-1.5deg);
	-o-transform: rotate(-1.5deg);
	transform: rotate(-1.5deg);
}
/*=============== Professional Team ===================*/
.professional-team {
	float: left;
	margin-bottom: -30px;
	width: 100%;
}
.professional-member {
	float: left;
	margin-bottom: 30px;
	width: 100%;
}
.professional-member-img {
	display: inline-block;
	max-width: 48%;
	vertical-align: middle;
}
.professional-member-img > img {
	width: 100%
}
.professional-member-detail {
	display: inline-block;
	max-width: 50%;
	padding-left: 30px;
	vertical-align: middle;
}
.professional-member-detail > span {
	color: #4a4a4a;
	float: left;
	font-family: playfair display;
	font-size: 14px;
	font-style: italic;
	letter-spacing: 2px;
	width: 100%;
}
.professional-member-detail h6 {
	color: #000;
	float: left;
	font-family: montserrat;
	font-size: 20px;
	font-weight: 800;
	margin: 5px 0 10px;
	text-transform: uppercase;
	width: 100%;
}
.professional-member-detail > p {
	color: #424242;
	float: left;
	font-size: 13px;
	line-height: 26px;
	margin-bottom: 20px;
	width: 100%;
}
.professional-member-detail > a {
	border: 2px solid #eae9e9;
	color: #000;
	display: table;
	font-size: 12px;
	letter-spacing: 1px;
	padding: 8px 16px;
}
.professional-member-detail > a:hover {
	color: #FFFFFF
}
.professional-member-detail .skill-round > div canvas {
	height: auto !important;
	width: 100% !important;
}
.professional-member-detail .skill-round input {
	top: 45px
}
.skills-carousel {
	float: left;
	margin-top: 40px;
	width: 100%;
}
.professional-member-detail .skills {
	margin: 0
}
.professional-team .skills > i {
	color: #424242;
	font-family: montserrat;
	font-size: 13px;
	letter-spacing: 0.5px;
}
.professional-member-detail .skill-round > div:before {
	background: #faf9f9 none repeat scroll 0 0 padding-box content-box;
	content: "";
	height: 100%;
	left: 0;
	padding: 5px;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}
.professional-member-detail .skill-round > div input {
	color: #424242 !important
}
/*=============== Fancy Post Carousel ===================*/
.fancy-post-carousel {
	float: left;
	width: 100%;
	margin: -40px 0;
}
.fancy-post {
	float: left;
	width: 100%;
}
.fancy-post-img {
	background: #3a3835 none repeat scroll 0 0;
	display: inline-block;
	vertical-align: middle;
	width: 40%;
}
.fancy-post-detail {
	display: inline-block;
	margin-left: -5px;
	padding-bottom: 30px;
	padding-left: 75px;
	padding-top: 30px;
	vertical-align: middle;
	width: 60%;
}
.fancy-post-author {
	float: left;
	padding: 40px;
	width: 100%;
}
.fancy-post-author > img {
	float: left;
	margin-right: 20px;
}
.fancy-post-author > span {
	color: #fff;
	display: inline-block;
	font-weight: 600;
	margin-bottom: 10px;
	margin-top: 15px;
	text-transform: uppercase;
}
.fancy-post-author > ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
.fancy-post-author > ul li {
	color: #fff;
	display: inline-block;
	font-size: 11px;
	font-weight: 600;
	padding-right: 10px;
	text-transform: uppercase;
}
.fancy-post-author > ul li:last-child {
	padding: 0
}
.fancy-post-author > ul li a {
	color: inherit
}
.fancy-post-img > img {
	width: 100%
}
.fancy-post-bottom {
	float: left;
	padding: 40px;
	width: 100%;
}
.fancy-social {
	float: left;
	margin-bottom: 20px;
	width: 100%;
}
.fancy-social a {
	color: #fff;
	float: left;
	font-size: 12px;
	padding: 0 10px;
	position: relative;
}
.fancy-social a:before {
	background: white none repeat scroll 0 0;
	content: "";
	height: 6px;
	margin-top: -3px;
	position: absolute;
	right: 0;
	top: 50%;
	width: 1px;
}
.fancy-social a:last-child:before {
	display: none
}
.cats {
	float: left;
	width: 100%;
}
.cats > a {
	color: #dedede;
	float: left;
	font-size: 13px;
	margin-right: 5px;
}
.fancy-post-detail > h3 {
	color: #fff;
	float: left;
	font-size: 30px;
	font-weight: 800;
	letter-spacing: 2px;
	margin: 0 0 20px;
	text-transform: uppercase;
	width: 100%;
}
.fancy-post-detail > p {
	color: #fff;
	float: left;
	font-size: 15px;
	width: 100%;
}
.fancy-post-carousel button.slick-arrow {
	border: 2px solid #fefefe;
	left: -80px;
	margin-top: -40px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.fancy-post-carousel button.slick-arrow.slick-next {
	margin-top: 40px
}
.fancy-post-carousel button.slick-arrow::before {
	content: "\f106"
}
.fancy-post-carousel button.slick-arrow.slick-next::before {
	content: "\f107"
}
/*=============== Product Categories ===================*/
.innovative-title {
	float: left;
	margin-bottom: 60px;
	padding-bottom: 30px;
	position: relative;
	text-align: center;
	width: 100%;
}
.innovative-title h2 {
	color: #2f2f2f;
	float: left;
	font-size: 36px;
	font-weight: 700;
	margin: 0 0 5px;
	width: 100%;
}
.innovative-title span {
	color: #a5a5a5;
	float: left;
	font-size: 13px;
	font-style: italic;
	line-height: 14px;
	width: 100%;
}
.innovative-title:before, .innovative-title:after {
	border-top: 2px dotted #b3b3b3;
	bottom: 0;
	content: "";
	left: 50%;
	margin-left: 30px;
	position: absolute;
	width: 15%;
}
.innovative-title::after {
	left: auto;
	margin-left: 0;
	margin-right: 30px;
	right: 50%;
}
.innovative-title h2:before {
	border: 1px solid #9f9f9f;
	border-radius: 50%;
	bottom: -7px;
	content: "";
	height: 17px;
	left: 50%;
	margin-left: -8.5px;
	position: absolute;
	width: 17px;
}
.all-product-categories {
	float: left;
	margin-bottom: -30px;
	padding: 0 50px;
	width: 100%;
}
.product-category {
	float: left;
	margin-bottom: 30px;
	padding-bottom: 45px;
	position: relative;
	width: 100%;
}
.product-category img {
	width: 100%
}
.all-product-categories .row {
	margin: 0 -10px
}
.all-product-categories .row > div {
	padding: 0 10px
}
.category-name {
	background: #303030 none repeat scroll 0 0;
	padding: 20px 30px;
	text-align: center;
	width: 80%;
	position: absolute;
	bottom: 0;
	left: 10%;
}
.category-name h4 {
	color: #fff;
	float: left;
	font-size: 20px;
	letter-spacing: 1px;
	font-weight: 700;
	margin: 0 0 5px;
	width: 100%;
}
.category-name h4 a {
	color: inherit
}
.category-name > span {
	color: #848484;
	float: left;
	font-size: 12px;
	font-style: italic;
	letter-spacing: 0.3px;
	width: 100%;
}
/*=============== Fancy Product ===================*/
.fancy-product {
	float: left;
	position: relative;
	width: 100%;
}
.product-img {
	float: left;
	position: relative;
	width: 100%;
}
.product-img-show {
	float: left;
	width: 100%;
	position: absolute;
	display: none;
}
.product-img-show.active {
	position: relative;
	display: block;
}
.product-img-show > img {
	width: 100%
}
.like {
	z-index: 1;
	opacity: 0;
	position: absolute;
	right: -50px;
	top: 20px;
	-webkit-transition: all 500ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-moz-transition: all 500ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-o-transition: all 500ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
	transition: all 500ms cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
	-webkit-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-moz-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-o-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	-ms-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
.product-img:hover .like {
	opacity: 1;
	right: 20px;
}
.like > a {
	background: black none repeat scroll 0 0;
	color: #fff;
	float: left;
	line-height: 32px;
	text-align: center;
	width: 42px;
}
.product-btns {
	bottom: 20px;
	z-index: 1;
	position: absolute;
	right: -60px;
	width: 42px;
	opacity: 0;
	-webkit-transition: all 500ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-moz-transition: all 500ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-o-transition: all 500ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
	transition: all 500ms cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
	-webkit-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-moz-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-o-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
	-webkit-transition-delay: 0.5s;
	-moz-transition-delay: 0.5s;
	-ms-transition-delay: 0.5s;
	-o-transition-delay: 0.5s;
	transition-delay: 0.5s;
}
.product-img:hover .product-btns {
	opacity: 1;
	right: 20px;
}
.product-btns > a {
	background: #000 none repeat scroll 0 0;
	color: #fff;
	float: left;
	line-height: 52px;
	margin-bottom: 1px;
	text-align: center;
	width: 100%;
}
.product-thumbs {
	width: 100px;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition-delay: 0.1s;
	-moz-transition-delay: 0.1s;
	-ms-transition-delay: 0.1s;
	-o-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
.product-img:hover .product-thumbs {
	visibility: visible;
	left: -100px;
	opacity: 1;
}
.product-thumbs > a {
	float: left;
	width: 100%;
	height: 33.334%;
	overflow: hidden;
}
.product-thumbs > a img {
	width: 100%;
	height: 100%;
}
.product-img:before {
	border: 3px solid #ececec;
	content: "";
	height: calc(100% + 20px);
	width: 0;
	z-index: -1;
	opacity: 0;
	position: absolute;
	right: 0;
	top: -10px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.product-img:hover:before {
	opacity: 1;
	width: calc(100% + 110px);
}
.fancy-product:hover {
	z-index: 1
}
.fancy-product-detail {
	float: left;
	padding: 30px 0 0;
	width: 100%;
}
.product-cats {
	float: left;
	margin-bottom: 10px;
	width: 100%;
}
.product-cats > a {
	color: #202020;
	float: left;
	font-size: 8px;
	letter-spacing: 3px;
}
.fancy-product-detail h5 {
	color: #575757;
	float: left;
	font-size: 17px;
	margin: 0 0 10px;
	width: 100%;
}
.fancy-product-detail h5 a {
	color: inherit
}
.fancy-product-detail > span {
	border-bottom: 1px dashed #ebebeb;
	float: left;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 10px;
	padding-bottom: 5px;
	width: 100%;
}
.cart-btn {
	background: #dedede none repeat scroll 0 0;
	color: #373737;
	display: inline-block;
	font-size: 11px;
	font-weight: 500;
	padding: 10px 20px;
	text-transform: uppercase;
}
.cart-btn:hover {
	color: #FFFFFF
}
/*=============== Full Product ===================*/
.merge > div {
	padding: 0
}
.merge {
	margin: 0
}
.style2 .full-product-text {
	padding: 73px 50px
}
.full-product {
	float: left;
	width: 100%;
}
.full-product-detail, .full-product-img {
	display: inline-block;
	margin: 0 -2px;
	vertical-align: middle;
	width: 50%;
}
.full-product.style2 .full-product-detail {
	width: 100%
}
.full-product-img > img {
	width: 100%
}
.full-product-text {
	background: #242424 none repeat scroll 0 0;
	float: left;
	padding: 50px;
	width: 100%;
}
.full-product-text h3 {
	color: #fff;
	float: left;
	font-size: 33px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 30px;
	margin: 0 0 8px;
	width: 100%;
}
.full-product-text > span {
	color: #fff;
	float: left;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 15px;
	width: 100%;
}
.full-product-text > p {
	color: #aeaeae;
	float: left;
	font-size: 15px;
	line-height: 25px;
	margin: 0;
	width: 100%;
}
.full-product-carousel {
	float: left;
	width: 100%;
}
.full-product-slide {
	float: left;
	width: 100%;
}
.full-product-slide > img {
	float: left;
	width: 100%;
}
/*=============== About Boxes ===================*/
.about-boxes {
	float: left;
	margin-bottom: -30px;
	width: 100%;
}
.about-box {
	float: left;
	margin-bottom: 30px;
	position: relative;
	width: 100%;
}
.about-box img {
	width: 100%
}
.about-hover {
	left: 0;
	padding: 20px 40px;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 100%;
	opacity: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.about-box:hover .about-hover {
	opacity: 1
}
.about-box:before {
	background: #e9e9e9 none repeat scroll 0 0;
	content: "";
	height: 0;
	left: 0;
	opacity: 0.89;
	position: absolute;
	top: 50%;
	width: 100%;
}
.about-box:hover:before {
	top: 0;
	height: 100%;
}
.about-hover > i {
	display: block;
	font-size: 30px;
	margin-bottom: 0;
	opacity: 0;
	-webkit-transition: all 800ms cubic-bezier(0.680, 0, 0.265, 1); /* older webkit */
	-webkit-transition: all 800ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
	-moz-transition: all 800ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
	-o-transition: all 800ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
	transition: all 800ms cubic-bezier(0.680, -0.550, 0.265, 1.550); /* easeInOutBack */
	-webkit-transition-timing-function: cubic-bezier(0.680, 0, 0.265, 1); /* older webkit */
	-webkit-transition-timing-function: cubic-bezier(0.680, -0.550, 0.265, 1.550);
	-moz-transition-timing-function: cubic-bezier(0.680, -0.550, 0.265, 1.550);
	-o-transition-timing-function: cubic-bezier(0.680, -0.550, 0.265, 1.550);
	transition-timing-function: cubic-bezier(0.680, -0.550, 0.265, 1.550); /* easeInOutBack */
}
.about-box:hover .about-hover > i {
	opacity: 1;
	margin-bottom: 40px;
}
.about-hover h4 {
	color: #1a1a1a;
	float: left;
	font-size: 27px;
	font-weight: 600;
	line-height: 25px;
	margin: 0 0 10px;
	width: 100%;
}
.about-hover > span {
	float: left;
	font-size: 17px;
	font-style: italic;
	line-height: 20px;
	width: 100%;
}
.about-hover a {
	display: inline-block;
	font-size: 30px;
	margin: 0;
	opacity: 0;
	-webkit-transition: all 800ms cubic-bezier(0.680, 0, 0.265, 1); /* older webkit */
	-webkit-transition: all 800ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
	-moz-transition: all 800ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
	-o-transition: all 800ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
	transition: all 800ms cubic-bezier(0.680, -0.550, 0.265, 1.550); /* easeInOutBack */
	-webkit-transition-timing-function: cubic-bezier(0.680, 0, 0.265, 1); /* older webkit */
	-webkit-transition-timing-function: cubic-bezier(0.680, -0.550, 0.265, 1.550);
	-moz-transition-timing-function: cubic-bezier(0.680, -0.550, 0.265, 1.550);
	-o-transition-timing-function: cubic-bezier(0.680, -0.550, 0.265, 1.550);
	transition-timing-function: cubic-bezier(0.680, -0.550, 0.265, 1.550); /* easeInOutBack */
}
.about-box:hover .about-hover a {
	opacity: 1;
	margin-top: 50px;
}
/*=============== Simple Parallax Text ===================*/
.simple-parallax-text {
	float: left;
	width: 100%;
}
.simple-parallax-text > span {
	color: #fff;
	float: left;
	font-size: 17px;
	font-style: italic;
	letter-spacing: 1px;
	margin-bottom: 5px;
	width: 100%;
}
.simple-parallax-text h3 {
	color: #fff;
	float: left;
	font-size: 37px;
	font-weight: 600;
	margin: 0 0 20px;
	text-transform: uppercase;
	width: 100%;
}
.simple-parallax-text > p {
	color: #cdcdcd;
	float: left;
	font-size: 15px;
	margin: 0;
	width: 100%;
}
/*=============== Parallax Tabs ===================*/
.parallax-tabs {
	float: left;
	text-align: center;
	width: 100%;
}
.parallax .nav {
	display: inline-block;
	margin: 0 auto;
	width: auto;
}
.parallax-tabs ul.nav {
	background: rgba(37, 31, 31, 0.9) none repeat scroll 0 0;
	border: 0 none;
	display: inline-block;
	float: none;
	margin: 0 auto 50px;
	padding: 0 20px;
	width: auto;
}
.parallax-tabs ul.nav li {
	margin: 0 20px
}
.parallax-tabs ul.nav li a, .parallax-tabs ul.nav li.active a {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 0 none;
	border-radius: 0;
	color: #fff;
	float: left;
	font-family: montserrat;
	font-size: 13px;
	font-weight: 200;
	margin: 0;
	padding: 15px 20px;
	position: relative;
}
.parallax-tabs ul.nav li a i {
	left: 20px;
	opacity: 0;
	position: absolute;
	top: 17px;
}
.parallax-tabs ul.nav li.active a i {
	left: 0;
	opacity: 1;
}
.parallax-tabs .tab-content {
	float: left;
	text-align: left;
	width: 100%;
}
.image {
	float: left;
	width: 100%;
}
.image img {
	width: 100%
}
/*=============== Simple Price Table ===================*/
.simple-price-table {
	float: left;
	margin-bottom: -30px;
	width: 100%;
}
.simple-table {
	float: left;
	margin-bottom: 30px;
	width: 100%;
}
.simple-table-top {
	float: left;
	position: relative;
	width: 100%;
	z-index: 1;
}
.simple-table-top > img {
	width: 100%
}
.table-top-title {
	left: 0;
	padding: 10px 20px;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.table-top-title h5 {
	color: #fff;
	float: left;
	font-size: 20px;
	margin: 0 0 5px;
	width: 100%;
}
.table-top-title i {
	color: #fff;
	float: left;
	font-family: playfair display;
	font-size: 13px;
	letter-spacing: 1px;
	width: 100%;
}
.simple-table-top > span {
	bottom: 0;
	color: #fff;
	font-family: montserrat;
	font-size: 18px;
	left: 50%;
	padding: 10px 20px;
	position: absolute;
	-webkit-transform: translateX(-50%) translateY(50%);
	-moz-transform: translateX(-50%) translateY(50%);
	-ms-transform: translateX(-50%) translateY(50%);
	-o-transform: translateX(-50%) translateY(50%);
	transform: translateX(-50%) translateY(50%);
}
.simple-table-top:before {
	background: black none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.7;
	position: absolute;
	top: 0;
	width: 100%;
}
.simple-table-bottom {
	background: #f9f9f9 none repeat scroll 0 0;
	border: 5px solid #efefef;
	float: left;
	text-align: center;
	padding: 50px;
	width: 100%;
}
.simple-table-bottom > ul {
	float: left;
	list-style: outside none none;
	margin: 0;
	padding: 0;
	width: 100%;
}
.simple-table-bottom > ul li {
	color: #2a2a2a;
	font-size: 14px;
	font-weight: 600;
	line-height: 30px;
}
.simple-table-bottom .dark-btn {
	margin-top: 30px
}
/*=============== Classic Portfolio ===================*/
.classic-portfolio {
	float: left;
	width: 100%;
	position: relative;
	z-index: 1;
}
.classic-portfolio > img {
	width: 100%
}
.classic-portfolio:hover > img {
	-webkit-filter: invert(1);
	filter: invert(1);
	-webkit-transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	-ms-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
.classic-portfolio-hover {
	left: 0;
	padding: 20px;
	position: absolute;
	z-index: 2;
	text-align: center;
	top: 50%;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.classic-portfolio-hover > h4 {
	color: #fff;
	float: left;
	font-size: 24px;
	font-weight: 600;
	margin: 0;
	text-transform: uppercase;
	width: 100%;
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	-ms-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
.classic-portfolio-hover > span {
	float: left;
	font-size: 13px;
	margin-bottom: 30px;
	width: 100%;
	-webkit-transition-delay: 0.4s;
	-moz-transition-delay: 0.4s;
	-ms-transition-delay: 0.4s;
	-o-transition-delay: 0.4s;
	transition-delay: 0.4s;
}
.classic-portfolio-hover > span a, .classic-portfolio-hover > span a:hover {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	color: inherit;
	height: auto;
	line-height: 15px;
	margin: 0;
	width: auto;
}
.classic-portfolio-hover a {
	background: #fff none repeat scroll 0 0;
	color: #2a2a2a;
	display: inline-block;
	font-size: 13px;
	height: 47px;
	line-height: 47px;
	margin: 0 5px;
	text-align: center;
	width: 47px;
	-webkit-transition-delay: 0.5s;
	-moz-transition-delay: 0.5s;
	-ms-transition-delay: 0.5s;
	-o-transition-delay: 0.5s;
	transition-delay: 0.5s;
}
.classic-portfolio-hover > .lightbox {
	display: inline-block
}
.classic-portfolio-hover a:hover {
	color: #FFFFFF
}
.classic-portfolio-hover > h4, .classic-portfolio-hover > span, .classic-portfolio-hover > a, .classic-portfolio-hover .lightbox > a {
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}
.classic-portfolio:hover .classic-portfolio-hover > h4, .classic-portfolio:hover .classic-portfolio-hover > span, .classic-portfolio:hover .classic-portfolio-hover > a, .classic-portfolio:hover .classic-portfolio-hover .lightbox > a {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.classic-portfolio:before {
	background: #313131 none repeat scroll 0 0;
	content: "";
	height: 0;
	left: 0;
	opacity: 0.85;
	position: absolute;
	z-index: 1;
	top: 0;
	width: 100%;
}
.classic-portfolio:hover:before {
	height: 100%
}
.style2 .classic-portfolio-hover > h4 {
	font-size: 30px;
	margin-bottom: 10px;
}
.style2 .classic-portfolio-hover > span, .style2 .classic-portfolio-hover > span a {
	color: #9c9c9c
}
.style2 .classic-portfolio-hover a {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}
/*=============== All Simple Products ===================*/
.all-simple-products {
	float: left;
	margin-bottom: -30px;
	width: 100%;
}
.simple-product {
	float: left;
	margin-bottom: 30px;
	width: 100%;
}
.simple-product-img {
	float: left;
	position: relative;
	margin-bottom: 15px;
	width: 100%;
}
.simple-product-img img {
	width: 100%
}
.simple-product-img:before {
	background: #000;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 0;
	-webkit-transition: all 500ms cubic-bezier(0.390, 0.575, 0.565, 1.000);
	-moz-transition: all 500ms cubic-bezier(0.390, 0.575, 0.565, 1.000);
	-o-transition: all 500ms cubic-bezier(0.390, 0.575, 0.565, 1.000);
	transition: all 500ms cubic-bezier(0.390, 0.575, 0.565, 1.000); /* easeOutSine */
	-webkit-transition-timing-function: cubic-bezier(0.390, 0.575, 0.565, 1.000);
	-moz-transition-timing-function: cubic-bezier(0.390, 0.575, 0.565, 1.000);
	-o-transition-timing-function: cubic-bezier(0.390, 0.575, 0.565, 1.000);
	transition-timing-function: cubic-bezier(0.390, 0.575, 0.565, 1.000); /* easeOutSine */
}
.simple-product-img:hover:before {
	width: 100%;
	opacity: 0.69;
}
.simple-product-hover {
	padding: 10px 20px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.simple-product-hover > a {
	background: #fff none repeat scroll 0 0;
	color: #000000;
	display: inline-block;
	font-size: 20px;
	height: 42px;
	line-height: 42px;
	margin: 0 25px;
	width: 42px;
	opacity: 0;
	-webkit-transform: scale(0.4);
	-moz-transform: scale(0.4);
	-ms-transform: scale(0.4);
	-o-transform: scale(0.4);
	transform: scale(0.4);
}
.simple-product-img:hover .simple-product-hover > a {
	margin: 0 5px;
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.simple-product > span {
	color: #5b5b5b;
	float: left;
	font-family: montserrat;
	font-size: 13px;
	margin-bottom: 10px;
	width: 100%;
}
.simple-product h4 {
	color: #313131;
	float: left;
	font-size: 16px;
	margin: 0 0 10px;
	width: 100%;
}
.simple-product h4 a {
	color: inherit
}
.simple-product > a {
	color: #5b5b5b;
	display: inline-block;
	font-size: 16px;
}
.simple-product-hover > a:hover {
	color: #FFFFFF
}
/*=============== Fancy Text Carousel ===================*/
.fancy-text-carousel {
	float: left;
	width: 100%;
	margin: 60px 0;
}
.fancy-text {
	float: left;
	width: 100%;
}
.fancy-text strong {
	color: #fff;
	float: left;
	font-size: 64px;
	font-weight: 900;
	letter-spacing: 3px;
	line-height: 60px;
	margin-bottom: 15px;
	text-transform: uppercase;
	width: 100%;
}
.fancy-text > span {
	color: #fff;
	float: left;
	font-size: 35px;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 50px;
	margin-bottom: 20px;
	width: 100%;
}
.bg-text {
	color: #fff;
	float: left;
	font-size: 15px;
	letter-spacing: 5px;
	padding: 8px 24px;
	text-transform: uppercase;
}
.fancy-text strong i {
	font-weight: 400;
	text-transform: capitalize;
}
.fancy-text-carousel .owl-nav {
	padding: 0
}
.fancy-text-carousel .owl-nav > div {
	border: 0 none;
	margin-left: -90px;
}
.fancy-text-carousel .owl-nav > div.owl-next {
	margin-right: -90px
}
.fancy-text-carousel .owl-nav > div::before {
	color: #fff;
	font-size: 120px;
}
.style2.fancy-text strong, .style2.fancy-text > span {
	display: table;
	float: none;
	width: auto;
	color: #141313;
}
.style2 .bg-text {
	display: table;
	float: none;
	width: auto;
}
.fancy-text.style2 > img {
	float: right;
	max-width: 50%;
}
/*=============== Classic Services ===================*/
.classic-services {
	float: left;
	width: 100%;
	margin-bottom: -30px;
}
.classic-service {
	display: table;
	margin-bottom: 30px;
	width: 100%;
}
.classic-service > span {
	display: table-cell;
	vertical-align: middle;
}
.classic-service span i {
	border: 1px solid #373737;
	border-radius: 50%;
	color: #2d2d2d;
	display: inline-block;
	font-size: 33px;
	height: 92px;
	line-height: 92px;
	text-align: center;
	width: 92px;
}
.classic-service-desc {
	display: table-cell;
	padding-left: 30px;
	vertical-align: middle;
}
.classic-service-desc > h4 {
	color: #202020;
	float: left;
	font-size: 19px;
	font-weight: 600;
	margin: 0 0 10px;
	text-transform: uppercase;
	width: 100%;
}
.classic-service-desc > p {
	color: #616161;
	float: left;
	font-size: 13px;
	line-height: 26px;
	margin: 0;
	width: 100%;
}
/*=============== Product Box ===================*/
.product-box {
	float: left;
	margin-bottom: 30px;
	position: relative;
	width: 100%;
}
.product-box img {
	width: 100%
}
.product-box-hover {
	bottom: 0;
	left: 0;
	padding: 0 40px 40px;
	position: absolute;
	width: 100%;
}
.product-box:before {
	background: black;
	content: "";
	height: 0;
	opacity: 0.75;
	width: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	-webkit-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
	-moz-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
	-o-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
	transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); /* easeOutQuart */
	-webkit-transition-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000);
	-moz-transition-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000);
	-o-transition-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000);
	transition-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000); /* easeOutQuart */
}
.product-box:hover:before {
	opacity: 0.75;
	width: 100%;
	height: 100%;
}
.product-box-hover > span {
	color: #fff;
	float: left;
	font-family: montserrat;
	font-size: 19px;
	line-height: 20px;
	width: 100%;
	opacity: 0;
	-webkit-transform: translateX(-100px);
	-moz-transform: translateX(-100px);
	-ms-transform: translateX(-100px);
	-o-transform: translateX(-100px);
	transform: translateX(-100px);
	-webkit-transition: all 800ms cubic-bezier(0.175, 0.885, 0.320, 1); /* older webkit */
	-webkit-transition: all 800ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
	-moz-transition: all 800ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
	-o-transition: all 800ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
	transition: all 800ms cubic-bezier(0.175, 0.885, 0.320, 1.275); /* easeOutBack */
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); /* older webkit */
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275); /* easeOutBack */
}
.product-box-hover > h4 {
	color: #fff;
	float: left;
	font-size: 25px;
	margin: 3px 0 20px;
	width: 100%;
	opacity: 0;
	-webkit-transform: translateX(100px);
	-moz-transform: translateX(100px);
	-ms-transform: translateX(100px);
	-o-transform: translateX(100px);
	transform: translateX(100px);
	-webkit-transition: all 800ms cubic-bezier(0.175, 0.885, 0.320, 1); /* older webkit */
	-webkit-transition: all 800ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
	-moz-transition: all 800ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
	-o-transition: all 800ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
	transition: all 800ms cubic-bezier(0.175, 0.885, 0.320, 1.275); /* easeOutBack */
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); /* older webkit */
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275); /* easeOutBack */
}
.product-box:hover .product-box-hover > span, .product-box:hover .product-box-hover > h4 {
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}
.product-box-hover > h4 a {
	color: inherit
}
.product-links {
	float: left;
	width: 100%;
}
.product-links > a {
	background: #fff none repeat scroll 0 0;
	color: #4a4a4a;
	float: left;
	font-size: 17px;
	height: 42px;
	line-height: 42px;
	margin-right: 10px;
	text-align: center;
	width: 42px;
	opacity: 0;
	-webkit-transform: translateY(100px);
	-moz-transform: translateY(100px);
	-ms-transform: translateY(100px);
	-o-transform: translateY(100px);
	transform: translateY(100px);
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	-ms-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
.product-links > a:last-child {
	-webkit-transition-delay: 0.5s;
	-moz-transition-delay: 0.5s;
	-ms-transition-delay: 0.5s;
	-o-transition-delay: 0.5s;
	transition-delay: 0.5s;
}
.product-box:hover .product-links > a {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
/*=============== Sidebar ===================*/
.sidebar .widget {
	background: #fafafa;
	padding: 40px;
	margin-bottom: 40px;
	-webkit-box-shadow: 2px 3px 1px #eaeaea;
	-moz-box-shadow: 2px 3px 1px #eaeaea;
	-ms-box-shadow: 2px 3px 1px #eaeaea;
	-o-box-shadow: 2px 3px 1px #eaeaea;
	box-shadow: 2px 3px 1px #eaeaea;
}
.sidebar .widget-title {
	color: #111;
	font-family: montserrat;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 2px;
	margin-bottom: 30px;
	text-transform: uppercase;
}
.sidebar .widget-title i {
	margin-right: 10px
}
.widget > ul {
	float: left;
	list-style: outside none none;
	margin: 0;
	padding: 0;
	width: 100%;
}
.widget li {
	color: #9f9f9f;
	float: left;
	line-height: 30px;
	margin-bottom: 10px;
	padding-left: 20px;
	position: relative;
	width: 100%;
}
.widget li a {
	color: inherit
}
.widget li span {
	border: 2px solid #959595;
	float: right;
	font-size: 12px;
	height: 30px;
	line-height: 27px;
	text-align: center;
	width: 30px;
}
.widget li:before {
	content: "\f105";
	font-family: fontawesome;
	font-size: 12px;
	line-height: 31px;
	position: absolute;
	left: 0;
	top: 0;
}
.affiliation-widget {
	margin: 0 -10px -10px
}
.affiliation-widget > a {
	float: left;
	margin-bottom: 10px;
	padding: 0 5px;
	width: 50%;
}
.affiliation-widget > a img {
	width: 100%
}
.feature-post-carousel {
	float: left;
	width: 100%;
}
.feature-post {
	float: left;
	width: 100%;
}
.feature-post > img {
	width: 100%
}
.feature-post h6 {
	color: #313131;
	font-size: 15px;
	margin: 20px 0 0;
	width: 100%;
}
.feature-post h6 a {
	color: inherit
}
.widget .feature-post .meta {
	margin-bottom: 5px;
	margin-top: 10px;
}
.widget .feature-post .meta li {
	line-height: 15px;
	margin-bottom: 0;
	padding: 0;
	width: auto;
}
.widget .feature-post .meta li:before {
	display: none
}
.widget .feature-post > p {
	color: #424242;
	font-size: 13px;
	letter-spacing: 1.5px;
	line-height: 24px;
	margin-top: 10px;
}
.feature-post-carousel .owl-dots {
	text-align: left
}
.social-widget {
	float: left;
	margin-bottom: -10px;
	width: 100%;
}
.social-widget > a {
	background: #f1f1f1 none repeat scroll 0 0;
	color: #969595;
	float: left;
	font-size: 13px;
	height: 36px;
	line-height: 35px;
	margin-bottom: 10px;
	margin-right: 10px;
	text-align: center;
	width: 36px;
}
.social-widget > a:hover {
	color: #FFFFFF
}
.sidebar-tabs {
	margin: -40px
}
.sidebar-tabs .nav.nav-tabs {
	border: 0 none;
	float: left;
	margin-bottom: 30px;
	width: 100%;
}
.sidebar-tabs .nav.nav-tabs li {
	border: 0 none;
	float: left;
	list-style: outside none none;
	margin: 0;
	padding: 0;
	width: auto;
}
.sidebar-tabs .nav.nav-tabs li:before {
	display: none
}
.sidebar-tabs .nav.nav-tabs li a {
	border: 0 none;
	border-radius: 0;
	color: #313131;
	float: left;
	font-family: montserrat;
	font-size: 13px;
	letter-spacing: 1px;
	margin: 0;
	padding: 12px 30px;
	text-transform: uppercase;
}
.sidebar-tabs .nav.nav-tabs li.active a {
	background: #444;
	color: #fff;
}
.sidebar .tab-content {
	float: left;
	padding: 0 30px 30px;
	width: 100%;
}
.sidebar .tab-content .news {
	border: 0 none;
	margin: 0 0 20px;
	padding: 0;
}
.sidebar .news-detail > h4 {
	color: #313131
}
.news-detail .meta {
	margin: 0
}
.news-detail .meta li {
	line-height: 20px;
	margin-bottom: 0;
	padding: 0;
	width: auto;
}
.news-detail .meta li:before {
	display: none
}
/*=============== Page Top ===================*/
.page-top {
	background: transparent url("../images/resource/pagetop.jpg") no-repeat scroll 0 0 / cover;
	float: left;
	padding: 100px 0;
	position: relative;
	text-align: center;
	width: 100%;
	z-index: 1;
}
.page-top.extra-gap {
	padding-top: 200px
}
.page-top::before {
	background: black none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.3;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}
.page-top h1 {
	color: #fff;
	float: left;
	font-size: 38px;
	font-weight: 700;
	letter-spacing: 1px;
	margin: 0 0 15px;
	text-transform: uppercase;
	width: 100%;
}
.page-top ul {
	display: inline-block;
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
.page-top ul li {
	color: #fff;
	float: left;
	font-family: montserrat;
	font-size: 13px;
	letter-spacing: 1px;
	padding: 0 15px;
	position: relative;
	text-transform: uppercase;
}
.page-top ul li a {
	color: inherit
}
.page-top ul li:before {
	content: ">";
	position: absolute;
	right: -4px;
}
.page-top ul li:last-child:before {
	display: none
}
/*=============== Blog Single ===================*/
.default-template {
	float: left;
	width: 100%;
}
.single-img {
	float: left;
	margin-bottom: 40px;
	text-align: center;
	width: 100%;
}
.single-img > img {
	max-width: 100%
}
.default-template img {
	max-width: 100%
}
.post-title {
	color: #313131;
	float: left;
	font-size: 33px;
	font-weight: 600;
	letter-spacing: 1.5px;
	margin: 0 0 30px;
	text-transform: uppercase;
	width: 100%;
}
.single-meta {
	float: left;
	list-style: outside none none;
	margin: 0 0 30px;
	padding: 0;
	width: 100%;
}
.single-meta > li {
	border-right: 1px solid #9f9f9f;
	float: left;
	font-size: 13px;
	font-style: italic;
	font-weight: 600;
	letter-spacing: 2px;
	line-height: 15px;
	padding: 0 25px;
	text-transform: uppercase;
}
.single-meta > li:first-child {
	padding-left: 0
}
.single-meta > li a {
	color: inherit
}
.single-meta > li:last-child {
	border: 0
}
.default-template > p {
	color: #505050;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 35px;
	margin: 20px 0;
}
.default-template blockquote {
	background: #fbfbfb none repeat scroll 0 0;
	border: 0 none;
	color: #2c2b2b;
	float: left;
	font-size: 22px;
	font-style: italic;
	font-weight: 400;
	letter-spacing: 3px;
	line-height: 35px;
	margin: 20px 0;
	padding: 80px 100px;
	width: 100%;
	position: relative;
}
.default-template blockquote i {
	font-size: 55px;
	position: absolute;
}
.default-template blockquote i.fa-quote-left {
	left: 40px;
	top: 40px;
}
.default-template blockquote i.fa-quote-right {
	bottom: 40px;
	right: 50px;
}
.tagcloud {
	float: left;
	width: 100%;
	margin-top: 20px;
}
.tagcloud > a {
	border: 2px dotted #f4f4f4;
	color: #7e7e7e;
	float: left;
	font-size: 13px;
	font-weight: 300;
	line-height: 13px;
	margin-right: 10px;
	padding: 10px 20px 10px 30px;
	position: relative;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
}
.tagcloud > a:before {
	border: 2px solid #f4f4f4;
	content: "";
	height: 10px;
	margin-top: -5px;
	width: 10px;
	position: absolute;
	left: 10px;
	top: 50%;
}
.admin {
	border: 2px solid #f0f0f0;
	float: left;
	margin-top: 90px;
	padding: 40px;
	width: 100%;
}
.admin-inner {
	background: transparent url("../images/admin-bg.jpg") no-repeat scroll 0 0 / cover;
	display: table;
	position: relative;
	width: 100%;
	z-index: 1;
}
.admin-inner:before {
	background: black none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.8;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}
.admin-inner > img {
	display: table-cell;
	vertical-align: top;
}
.admin-detail {
	display: table-cell;
	padding: 0 0 0 40px;
	vertical-align: middle;
	width: 40%;
}
.admin-social {
	display: table-cell;
	padding: 0 20px;
	text-align: center;
	vertical-align: middle;
}
.admin-detail h6 {
	color: #fff;
	float: left;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 1px;
	margin: 0 0 10px;
	width: 100%;
}
.admin-detail > p {
	color: #d5d3d3;
	float: left;
	font-size: 14px;
	font-weight: 500;
	line-height: 27px;
	margin: 0;
	width: 100%;
}
.admin-social strong {
	color: #fff;
	float: left;
	font-size: 22px;
	margin-bottom: 20px;
	width: 100%;
}
.admin-social > a {
	background: #575757 none repeat scroll 0 0;
	color: #fff;
	display: inline-block;
	height: 41px;
	line-height: 41px;
	margin: 0 5px;
	text-align: center;
	width: 41px;
}
.related-projects {
	float: left;
	margin-top: 100px;
	width: 100%;
}
.modern-title {
	float: left;
	margin-bottom: 50px;
	padding-bottom: 40px;
	position: relative;
	width: 100%;
}
.modern-title:before {
	background: black none repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 8px;
	left: 0;
	position: absolute;
	width: 20px;
}
.modern-title > h2 {
	float: left;
	font-size: 38px;
	font-weight: 600;
	letter-spacing: 5px;
	margin: 0 0 10px;
	width: 100%;
}
.modern-title > span {
	color: #616060;
	float: left;
	font-size: 20px;
	font-weight: 300;
	letter-spacing: 1px;
	width: 100%;
}
.comments-section {
	background: #fafafa none repeat scroll 0 0;
	float: left;
	margin-top: 100px;
	width: 100%;
}
.comment-title {
	background: #f0f0f0 none repeat scroll 0 0;
	color: #555555;
	float: left;
	font-size: 20px;
	font-weight: 800;
	letter-spacing: 1px;
	margin-bottom: 50px;
	padding: 20px;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}
.comments-section > ul {
	float: left;
	list-style: outside none none;
	margin: 0;
	padding: 40px 80px 80px;
	width: 100%;
}
.comment {
	display: table;
	float: left;
	width: 100%;
}
.avatar {
	display: table-cell;
	vertical-align: top;
}
.comment-text {
	display: table-cell;
	padding-left: 40px;
}
.name {
	color: #383838;
	float: left;
	font-size: 18px;
	font-weight: 500;
	margin: 0 0 10px;

}
.comment-text > span {
	float: left;
	font-size: 14px;
	margin-bottom: 10px;
	width: 100%;
}
.comment-text > p {
	color: #555555;
	float: left;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1px;
	margin-bottom: 20px;
	width: 100%;
}
.rep {
	font-size: 13px;
	font-weight: 300;
	letter-spacing: 1px;
}
.avatar > img {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
}
.comments-section > ul li {
	float: left;
	margin-bottom: 50px;
	width: 100%;
}
.comments-section ul ul {
	float: left;
	list-style: outside none none;
	margin: 70px 0 0;
	padding: 0 0 0 100px;
	width: 100%;
}
.comment-form {
	float: left;
	margin-top: 100px;
	width: 100%;
}
/*=============== About Page 1 ===================*/
.style2 .tab-description, .style2 .tab-mockup {
	padding-bottom: 0;
	vertical-align: middle;
}
.style2 .tab-description, .style2 .tab-mockup {
	padding-bottom: 0;
	vertical-align: middle;
}
.dark .tab-description > span {
	color: #4a4a4a
}
.dark .tab-description > h4 {
	color: #010000
}
.dark .tab-description > p {
	color: #424242;
	font-size: 15px;
}
.light .toggle-item h3 {
	background: #fff;
	color: #363636;
}
.light.toggle .content p {
	color: #a49e9e
}
.light .toggle-item h3.active {
	color: #FFF
}
/*=============== About CEO ===================*/
.about-ceo {
	float: left;
	position: relative;
	width: 100%;
}
.about-ceo > img {
	width: 100%
}
.ceo-overlay {
	padding: 20px 40px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.about-ceo:before {
	background: black none repeat scroll 0 0;
	content: "";
	height: 100%;
	opacity: 0.64;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
.ceo-overlay > h4 {
	color: #fff;
	float: left;
	font-size: 25px;
	font-weight: 600;
	letter-spacing: 1px;
	margin: 0 0 10px;
	width: 100%;
}
.ceo-overlay > h4 a {
	color: inherit
}
.ceo-overlay > span {
	float: left;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 4px;
	line-height: 15px;
	text-transform: uppercase;
	width: 100%;
}
.about-skills > p {
	float: left;
	margin-bottom: 30px;
	width: 100%;
}
.full-img {
	float: left;
	margin-bottom: 30px;
	width: 100%;
}
.full-img > img {
	max-width: 100%
}
/*=============== Company View ===================*/
.company-view {
	float: left;
	width: 100%;
}
.company-view p {
	float: left;
	margin-top: 30px;
	width: 100%;
}
.readmore {
	float: left;
	font-family: montserrat;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 1px;
	margin-top: 10px;
	width: 100%;
}
.video {
	float: left;
	position: relative;
	width: 100%;
}
.video > img {
	width: 100%
}
.video:before {
	background: black none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.video:hover:before {
	opacity: 0.4
}
.video > a {
	color: #fff;
	height: 58px;
	line-height: 58px;
	margin-left: -29px;
	margin-top: -29px;
	text-align: center;
	width: 58px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}
.video:hover > a {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
/*=============== Company Skills ===================*/
.company-skills {
	float: left;
	width: 100%;
}
.company-skills-img {
	display: table-cell;
	padding: 30px 0;
	vertical-align: middle;
	width: 40%;
}
.company-skills-img > img {
	width: 100%
}
.company-skills-detail {
	background: #f9f9f9 none repeat scroll 0 0;
	display: table-cell;
	padding: 70px;
	position: relative;
	width: 50%;
}
.company-skills-detail::before, .company-skills-detail::after {
	border-bottom: 31px solid #d9d9d9;
	border-left: 40px solid transparent;
	content: "";
	height: 0;
	left: -40px;
	position: absolute;
	top: 0;
	width: 0;
}
.company-skills-detail:after {
	border-bottom: 0 none;
	border-top: 31px solid #d9d9d9;
	bottom: 0;
	top: auto;
}
.company-skills-detail .progressbars {
	margin-top: 40px
}
/*=============== Map ===================*/
.map {
	float: left;
	width: 100%;
}
.map #map-canvas {
	height: 500px;
	margin: 0px;
	padding: 0px
}
.contact .map {
	display: table-cell;
	float: none;
	position: relative;
	width: auto;
}
.contact .map #map-canvas {
	height: 100%;
	left: 0;
	position: absolute !important;
	top: 0;
	width: 100%;
}
/*=============== Address Boxes ===================*/
.address-boxes {
	float: left;
	margin-bottom: -30px;
	width: 100%;
}
.add-box {
	background: #fbfbfb none repeat scroll 0 0;
	float: left;
	margin-bottom: 30px;
	padding: 36px 25px;
	position: relative;
	text-align: center;
	width: 100%;
	z-index: 1;
}
.add-box i {
	color: #f4f4f4;
	font-size: 188px;
	left: 0;
	position: absolute;
	top: 50%;
	width: 100%;
	z-index: -1;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.add-box:hover i {
	-webkit-transform: translateY(-50%) scale(0.5);
	-moz-transform: translateY(-50%) scale(0.5);
	-ms-transform: translateY(-50%) scale(0.5);
	-o-transform: translateY(-50%) scale(0.5);
	transform: translateY(-50%) scale(0.5);
}
.add-box strong {
	color: #0e0e0e;
	float: left;
	font-size: 20px;
	font-weight: 800;
	letter-spacing: 4px;
	margin-bottom: 5px;
	width: 100%;
}
.add-box > span {
	color: #555555;
	font-size: 17px;
	font-weight: 400;
	letter-spacing: 2px;
	line-height: 32px;
}
/*=============== Contact Info ===================*/
.contact-info {
	float: left;
	list-style: outside none none;
	margin: 0 0 -20px;
	padding: 0;
	width: 100%;
}
.contact-info li {
	display: table;
	margin-bottom: 20px;
	width: 100%;
}
.contact-info li i {
	display: table-cell;
	font-size: 36px;
	text-align: center;
	vertical-align: top;
	width: 50px;
}
.contact-info span {
	color: #4a4a4a;
	display: table-cell;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 25px;
	vertical-align: top;
}
/*=============== Projects Page 1 ===================*/
.project-box {
	float: left;
	position: relative;
	width: 100%;
}
.project-box > img {
	width: 100%
}
.project-box-hover {
	padding: 0 50px;
	text-align: center;
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.project-box-hover > h4 {
	color: #1f1f1f;
	float: left;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 1px;
	margin: 0 0 10px;
	text-transform: uppercase;
	width: 100%;
	opacity: 0;
	-webkit-transform: scale(1.4);
	-moz-transform: scale(1.4);
	-ms-transform: scale(1.4);
	-o-transform: scale(1.4);
	transform: scale(1.4);
	-webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1); /* older webkit */
	-webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
	-moz-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
	-o-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
	transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275); /* easeOutBack */
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); /* older webkit */
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275); /* easeOutBack */
}
.project-box-hover > p {
	color: #656565;
	float: left;
	font-size: 14px;
	line-height: 26px;
	font-weight: 400;
	margin-bottom: 20px;
	width: 100%;
	opacity: 0;
	-webkit-transform: scale(1.4);
	-moz-transform: scale(1.4);
	-ms-transform: scale(1.4);
	-o-transform: scale(1.4);
	transform: scale(1.4);
	-webkit-transition: all 700ms cubic-bezier(0.175, 0.885, 0.320, 1); /* older webkit */
	-webkit-transition: all 700ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
	-moz-transition: all 700ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
	-o-transition: all 700ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
	transition: all 700ms cubic-bezier(0.175, 0.885, 0.320, 1.275); /* easeOutBack */
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); /* older webkit */
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275); /* easeOutBack */
}
.project-box-hover > a {
	background: black none repeat scroll 0 0;
	color: #fff;
	display: inline-block;
	font-family: montserrat;
	font-size: 12px;
	font-weight: 600;
	padding: 12px 24px;
	text-transform: uppercase;
	opacity: 0;
	-webkit-transform: scale(1.4);
	-moz-transform: scale(1.4);
	-ms-transform: scale(1.4);
	-o-transform: scale(1.4);
	transform: scale(1.4);
	-webkit-transition: all 1s cubic-bezier(0.175, 0.885, 0.320, 1); /* older webkit */
	-webkit-transition: all 1s cubic-bezier(0.175, 0.885, 0.320, 1.275);
	-moz-transition: all 1s cubic-bezier(0.175, 0.885, 0.320, 1.275);
	-o-transition: all 1s cubic-bezier(0.175, 0.885, 0.320, 1.275);
	transition: all 1s cubic-bezier(0.175, 0.885, 0.320, 1.275); /* easeOutBack */
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); /* older webkit */
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275); /* easeOutBack */
}
.project-box:hover .project-box-hover > h4, .project-box:hover .project-box-hover > p, .project-box:hover .project-box-hover > a {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.project-box:before {
	background: white none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.project-box:hover:before {
	opacity: 0.7
}
/*=============== Single Project Style 1 ===================*/
.single-project {
	display: table;
	width: 100%;
}
.single-project-img {
	display: table-cell;
	vertical-align: middle;
	width: 50%;
}
.single-project-img > img {
	width: 100%;
}
.single-project-detail {
	display: table-cell;
	padding: 0 100px 0 50px;
	vertical-align: middle;
}
ul.project-list {
	float: left;
	list-style: outside none none;
	margin: 50px 0 0;
	padding: 0;
	width: 100%;
}
ul.project-list li {
	float: left;
	margin-bottom: 6px;
	width: 100%;
}
ul.project-list strong {
	color: #424242;
	float: left;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 1.4px;
	text-transform: uppercase;
	width: 90px;
}
ul.project-list span {
	color: #424242;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 1px;
	padding-left: 20px;
}
/*=============== Single Project Style 2 ===================*/
.style2 .single-project-detail {
	padding: 0 50px 0 100px;
	vertical-align: top;
}
.detailing-images {
	display: table;
	margin: 0 -100px 0 -50px;
}
.style2 .detailing-images {
	margin: 0 -50px 50px -100px;
}
.detailing-images > div {
	padding: 0
}
.detailing-images > div img {
	width: 100%
}
.full-image {
	float: left;
	width: 100%;
	text-align: center;
}
.full-image img {
	max-width: 100%;
}
/*=============== Single Product Page ===================*/
.single-product-tabs {
	display: table;
	padding: 80px;
	width: 100%;
}
.single-product-tabs .nav.nav-tabs {
	border: 0 none;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 250px;
}
.single-product-tabs .nav.nav-tabs li {
	display: inline-block;
	float: none;
	margin: 10px 0;
}
.single-product-tabs .nav.nav-tabs li a {
	border: 1px solid #e1e1e1;
	border-radius: 3px;
	margin: 0;
	overflow: hidden;
	padding: 0;
}
.single-product-tabs .nav.nav-tabs li a img {
	width: 100%
}
.single-product-tabs .tab-content {
	text-align: center
}
.single-product-tabs .tab-content img {
	max-width: 100%
}
.product-customize-box {
	background: #fff none repeat scroll 0 0;
	display: table-cell;
	padding: 60px 40px;
	vertical-align: middle;
	width: 40%;
}
.product-nav {
	color: #000;
	float: left;
	font-size: 30px;
	margin-bottom: 20px;
	text-align: center;
	width: 30px;
}
.product-nav.right {
	float: right
}
.product-customize-box h2 {
	float: left;
	font-size: 30px;
	font-weight: 600;
	margin: 20px 0;
	width: 100%;
}
.product-customize-box > span {
	color: #616161;
	float: left;
	font-size: 28px;
	font-weight: 400;
	width: 100%;
}
.input-group {
	background: #f8f8f8;
	float: left;
	margin-bottom: 30px;
	margin-top: 20px;
	overflow: hidden;
	padding-right: 30px;
	position: relative;
}
.input-group input {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 0 none;
	height: 40px;
	width: 80px;
}
.input-group:before {
	background: none repeat scroll 0 0 #d2d0d0;
	content: "";
	height: 10px;
	margin-top: -5px;
	position: absolute;
	right: 30px;
	top: 50%;
	width: 1px;
}
.input-group span.input-group-btn {
	border: 0 none;
	height: 50%;
	width: 30px;
	padding: 0;
	z-index: 5;
	position: absolute;
	right: 1px;
	top: 1px;
}
.input-group input.form-control {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 0 none;
	box-shadow: none;
	color: #6f6f6f;
	font-family: arimo;
	font-size: 11px;
}
.input-group span.input-group-btn:last-child {
	bottom: 1px;
	top: auto;
}
.input-group span.input-group-btn button.btn {
	background: none;
	border: 0 none;
	box-shadow: none;
	border-radius: 0;
	color: rgba(0, 0, 0, 0);
	float: left;
	height: 100%;
	margin: 0;
	padding: 0;
	width: 100%;
	z-index: 2;
}
.input-group span.input-group-btn:before {
	border-bottom: 4px solid #6f6f6f;
	border-left: 4px solid rgba(0, 0, 0, 0);
	border-right: 4px solid rgba(0, 0, 0, 0);
	bottom: 3px;
	content: "";
	height: 0;
	left: 50%;
	margin-left: -2px;
	position: absolute;
	width: 0;
	z-index: 0;
}
.input-group span.input-group-btn:last-child:before {
	border-bottom: 0 none;
	border-top: 4px solid #6f6f6f;
	top: 3px;
}
.product-cats strong {
	color: #2f2f2f;
	float: left;
	font-size: 17px;
	font-weight: 700;
	letter-spacing: 2px;
	margin-right: 10px;
	text-transform: uppercase;
}
.product-customize-box .product-cats {
	margin: 30px 0 0
}
.product-customize-box .product-cats a {
	color: #8d8787;
	font-size: 14px;
	margin-left: 5px;
	margin-top: 3px;
	text-transform: uppercase;
}
.product-customize-box .dark-btn {
	font-size: 15px;
	letter-spacing: 3px;
	margin-top: 30px;
	padding: 15px 40px;
}
.single-product-details {
	float: left;
	width: 100%;
}
.single-product-details > h4 {
	color: #010000;
	float: left;
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 2px;
	margin: 0 0 20px;
	text-transform: uppercase;
	width: 100%;
}
/*=============== Profile Intro ===================*/
.profile-intro {
	float: left;
	padding: 100px 0 40px;
	text-align: center;
	width: 100%;
}
.profile-intro h1 {
	color: #fff;
	float: left;
	font-size: 60px;
	font-weight: 700;
	line-height: 50px;
	margin: 0 0 10px;
	width: 100%;
}
.profile-intro > span {
	color: #fff;
	float: left;
	font-size: 20px;
	font-style: italic;
	font-weight: 800;
	letter-spacing: 1px;
	line-height: 23px;
	margin-bottom: 15px;
	width: 100%;
}
.profile-intro > p {
	color: #d3d3d3;
	float: left;
	font-size: 16px;
	margin-bottom: 30px;
	width: 100%;
}
/*=============== 404 Page ===================*/
.error-text {
	float: left;
	width: 100%;
}
.error-text strong {
	color: #3f3f3f;
	float: left;
	font-size: 40px;
	font-weight: 800;
	line-height: 40px;
	width: 100%;
}
.error-text strong i {
	font-size: 80px;
	margin: 0 10px;
}
.error-text > p {
	color: #3f3f3f;
	float: left;
	font-size: 15px;
	font-style: italic;
	width: 100%;
}
.error-text > span {
	float: left;
	font-family: montserrat;
	font-size: 80px;
	font-weight: 700;
	line-height: 80px;
	margin-top: 20px;
	text-transform: uppercase;
	width: 100%;
}
.error-text > span i {
	font-family: playfair display;
	font-style: normal;
	font-weight: 400;
	text-transform: capitalize;
}
form.search-form {
	background: #b3b3b3 none repeat scroll 0 0;
	float: left;
	height: 50px;
	margin-top: 30px;
	position: relative;
	width: 100%;
}
form.search-form input {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 0 none;
	color: #fff;
	float: left;
	height: 100%;
	padding: 10px 20px;
	width: 100%;
}
form.search-form button {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 0 none;
	color: #fff;
	height: 100%;
	position: absolute;
	right: 0;
	width: 50px;
}
/*=============== Cart Page ===================*/
.cart-page {
	float: left;
	width: 100%;
}
table {
	width: 100%
}
th {
	border: 2px solid #f2f2f2;
	color: #2f2f2f;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 15px 40px;
	text-align: center;
}
td {
	border: 2px solid #f2f2f2;
	color: #2f2f2f;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 1px;
	text-align: center;
}
.cart-page td span {
	border-right: 2px solid #f2f2f2;
	display: table-cell;
	vertical-align: middle;
	padding: 0 10px;
}
.cart-product {
	display: table-cell;
	padding: 30px 50px;
	vertical-align: middle;
}
.cart-page td span i {
	border: 2px solid #f2f2f2;
	font-size: 15px;
	padding: 10px;
}
.cart-product > img {
	float: left;
	vertical-align: middle;
}
.cart-product h3 {
	color: #2f2f2f;
	float: left;
	font-size: 15px;
	font-weight: 600;
	margin-top: 70px;
	padding-left: 40px;
}
.cart-product h3 a {
	color: inherit
}
td .input-group {
	display: inline-block;
	float: none;
	padding: 0 60px 0 0;
}
.cart-btns {
	float: left;
	margin-top: 30px;
	width: 100%;
}
.cart-btns > button {
	background: black none repeat scroll 0 0;
	border: 0 none;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.6px;
	padding: 13px 30px;
}
.cart-btns > button {
	float: right;
	margin-left: 30px;
}
.cart-extras {
	float: left;
	width: 100%;
	margin-top: 50px;
}
.coupon .subscription-form.style2 {
	border: 2px solid #f2f2f2;
	height: 54px;
	top: 0;
}
.coupon .subscription-form.style2 button {
	background: black none repeat scroll 0 0;
	height: 47px;
	right: 2px;
	top: 2px;
}
.subtitle {
	color: #2f2f2f;
	float: left;
	margin: 0 0 20px;
	width: 100%;
}
.cart-totals {
	float: left;
	list-style: outside none none;
	margin: 0;
	padding: 0;
	width: 100%;
}
.cart-totals > li {
	border-bottom: 2px solid #f2f2f2;
	float: left;
	line-height: 25px;
	padding: 10px 0;
	position: relative;
	width: 100%;
}
.cart-totals > li::before {
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	top: 100%;
	width: 100px;
}
.cart-totals > li span {
	color: #555555;
	display: inline-block;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0.8px;
	width: 45%;
}
.cart-totals > li strong {
	color: #555555;
	display: inline-block;
	font-size: 17px;
	font-weight: 600;
	letter-spacing: 2px;
	min-width: 50%;
	text-align: right;
}
.cart-totals > li strong.total-price {
	font-size: 30px;
	line-height: 50px;
	vertical-align: bottom;
}
/*=============== Checkout Page ===================*/
form .select2 {
	margin-bottom: 10px
}
form.style3 .field input, form.style3 .field textarea {
	background: none
}
form.style3 .field {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border-bottom: 2px solid #f2f2f2;
	margin-bottom: 20px;
	padding: 0;
	position: relative;
}
form.style3 .field:before {
	bottom: -2px;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	width: 100px;
}
form.style3 .select2-container--default .select2-selection--single {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border-bottom: 2px solid #f2f2f2;
	padding: 0;
}
form.style3 .select2-container--default .select2-selection--single span {
	padding: 0
}
form.style3 .select2-container--default .select2-selection--single:before {
	bottom: 0;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	width: 100px;
}
.field.ch-rd {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	padding: 0;
}
.field.ch-rd input {
	float: left;
	height: 30px;
	margin: 0;
	width: auto;
}
.field.ch-rd label {
	color: #9b9a9a;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0.6px;
	line-height: 30px;
	margin: 0;
	padding-left: 10px;
}
.field.ch-rd, form.style3 .field.ch-rd {
	border: 0;
}
.field.ch-rd:before, form.style3 .field.ch-rd:before {
	display: none;
}
form.style3 .field textarea {
	background: #fcfcfc none repeat scroll 0 0;
	padding: 30px;
}
.order {
	background: #fafafa none repeat scroll 0 0;
	float: left;
	padding: 50px 30px;
	width: 100%;
}
.order > ul {
	float: left;
	list-style: outside none none;
	margin: 0 0 30px;
	padding: 0;
	width: 100%;
}
.order > ul li {
	border-bottom: 2px solid #e9e9e9;
	float: left;
	width: 100%;
}
.order > ul li strong {
	border-right: 2px solid #f2f2f2;
	float: left;
	font-size: 13px;
	letter-spacing: 1px;
	line-height: 20px;
	padding: 20px;
	width: 50%;
}
.order > ul li strong:last-child {
	border: 0 none
}
.order > ul li span {
	border-right: 2px solid #f2f2f2;
	color: #616161;
	float: left;
	font-size: 13px;
	font-weight: 600;
	line-height: 20px;
	padding: 20px;
	width: 50%;
}
.order > ul li span:last-child {
	border: 0 none
}
.order > ul li:last-child {
	border: 0 none
}
.order > label {
	color: #2f2f2f;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 17px;
	margin: 0;
	padding-left: 10px;
}
.order > p {
	float: left;
	margin-top: 10px;
	width: 100%;
}
/*=============== Comming Soon Page ===================*/
.comming-soon-page {
	background: #222 url("../images/resource/parallax31.jpg") no-repeat scroll 0 0 / cover;
	float: left;
	padding: 0 0 100px;
	width: 100%;
}

.comming-logo {
	float: left
}
.info {
	float: right;
	margin-top: 25px;
}
.info span {
	color: #fff;
	font-family: open sans;
	font-size: 20px;
	font-weight: 600;
	margin-left: 30px;
}
.info span i {
	margin-right: 10px
}
.launching {
	float: left;
	margin-left: 35%;
	margin-top: 90px;
	width: 65%;
}
.launching h1 {
	color: #fff;
	float: left;
	font-size: 50px;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 40px;
	margin: 0 0 10px;
	width: 100%;
}
.launching > span {
	color: #fff;
	float: left;
	font-size: 15px;
	font-weight: 300;
	letter-spacing: 0.4px;
	width: 100%;
}
.timer {
	float: left;
	margin-top: 30px;
	width: 100%;
}
.timer ul {
	float: left;
	list-style: outside none none;
	margin: 0;
	padding: 0 0 50px;
	position: relative;
	width: 100%;
}
.timer ul li {
	border: 2px solid #919191;
	border-radius: 50%;
	float: left;
	font-size: 20px;
	height: 135px;
	line-height: 135px;
	margin-right: 20px;
	position: relative;
	text-align: center;
	width: 135px;
}
.timer ul li span {
	color: #fff;
	font-family: open sans;
	font-size: 45px;
}
.timer ul li p {
	color: #fff;
	font-family: open sans;
	font-size: 13px;
	font-weight: 600;
	left: 0;
	letter-spacing: 3px;
	margin-top: 12px;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	top: 100%;
	width: 100%;
}
.stay {
	float: left;
	margin-top: 50px;
	width: 100%;
}
.stay strong {
	color: #fff;
	float: left;
	font-size: 20px;
	font-weight: 800;
	width: 100%;
}
.stay .member-social > a {
	background: #595959 none repeat scroll 0 0;
	color: #fff;
	height: 33px;
	line-height: 33px;
	width: 33px;
}
/*=============== Footer ===================*/
footer {
	background: #222222 none repeat scroll 0 0;
	float: left;
	width: 100%;
}
footer .block {
	padding: 50px 10px
}
footer.fancy {
	background: url(../images/resource/parallax8.jpg) no-repeat scroll 0 bottom transparent;
	position: relative;
}
footer.fancy:before {
	background: #101010 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.88;
	position: absolute;
	top: 0;
	width: 100%;
}
footer.center {
	text-align: center
}
footer .widget {
	float: left;
	width: calc(100%/6);
	position: relative;
	text-align: center;
}
footer.fancy .widget:before, footer.fancy .widget:after {
	background: #2a292a;
	content: "";
	height: 120px;
	position: absolute;
	right: -15px;
	top: -85px;
	width: 1px;
}
footer.fancy .widget:after {
	bottom: -85px;
	top: auto;
}
.code {
	position: absolute;
	text-align: center;
	right: 20px;
	top: 40px;
}
.code img {
	width: 100px;
	float: none;
}
.code p {
	color: #fff;
	font-size: 12px;
	letter-spacing: 1px;
	margin: 0 auto;
	padding: 10px;
}
.widget-title {
	color: #fff;
	float: left;
	font-size: 17px;
	font-weight: 800;
	letter-spacing: 1px;
	margin-bottom: 20px;
	margin-top: 0;
	width: 100%;
}
.widget a {
	color: #b6b1b1;
	float: left;
	font-size: 13px;
	line-height: 28px;
	margin: 0;
	width: 100%;
}
.widget a:hover {
	color: rgba(182, 177, 177, .8);
	cursor: pointer;
}
.about-widget {
	float: left;
	width: 100%;
}
.about-widget > ul {
	float: left;
	list-style: outside none none;
	margin: 15px 0 0;
	padding: 0;
	width: 100%;
}
.about-widget li:before {
	display: none
}
.about-widget li {
	border-bottom: 1px solid #2d2d2d;
	color: #dddddd;
	float: left;
	font-size: 13px;
	font-weight: 600;
	line-height: 20px;
	margin: 0;
	padding: 12px 0;
	width: 100%;
}
.about-widget li i {
	margin-right: 10px
}
.news-widget {
	float: left;
	margin-bottom: -20px;
	width: 100%;
}
.news.chrome {
	margin-bottom: 0;
	padding-bottom: 0;
	float: none;
}

.news-img {
	float: left;
	margin-right: 20px;
}
.news-detail {
	overflow: hidden
}
.news-detail > h4 {
	color: #fff;
	float: left;
	font-size: 13px;
	font-weight: 700;
	line-height: 22px;
	margin: 10px 0;
	width: 100%;
}
.news-detail > h4 a {
	color: inherit
}
.news-detail > span {
	color: #a9a9a9;
	float: left;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 2px;
	width: 100%;
}
.news:last-child {
	border: 0;
	padding: 0;
}
.gallery-widget > a {
	float: left;
	padding: 2px;
	width: 50%;
	position: relative;
}
.gallery-widget > a:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: all 0.3s ease 0.2s;
	-moz-transition: all 0.3s ease 0.2s;
	-ms-transition: all 0.3s ease 0.2s;
	-o-transition: all 0.3s ease 0.2s;
	transition: all 0.3s ease 0.2s;
}
.gallery-widget > a:hover:before {
	opacity: 0.8;
}
.gallery-widget a img {
	width: 100%
}
.gallery-widget {
	margin: 0 -2px
}
a.small-btn {
	color: #fff;
	display: inline-block;
	float: none;
	font-size: 12px;
	font-weight: 800;
	margin-top: 10px;
	padding: 5px 12px;
	text-transform: uppercase;
	width: auto;
}
.logo-widget {
	float: left;
	width: 100%;
}
.logo-widget > a {
	display: inline-block;
	margin-bottom: 20px;
}
.logo-widget > p {
	color: #969595;
	font-size: 14px;
	margin-bottom: 20px;
}
.news-carousel-widget {
	float: left;
	width: 100%;
}
.news-box {
	float: left;
	width: 100%;
}
.news-box img {
	width: 100%
}
.news-box h5 {
	float: left;
	width: 100%;
	margin: 10px 0 5px;
	line-height: 20px;
	letter-spacing: 0.8px;
	font-weight: 700;
	font-size: 13px;
	color: #e8e8e8;
}
.news-box h5 a {
	color: inherit;
}
.news-box span {
	display: inline-block;
	font-size: 10px;
	color: #b8b8b8;
}
.owl-dots {
	float: left;
	margin-top: 20px;
	text-align: center;
	width: 100%;
}
.owl-dot {
	background: #545353 none repeat scroll 0 0;
	display: inline-block;
	height: 8px;
	margin: 0 2px;
	width: 8px;
}
.address-widget {
	float: left;
	width: 100%;
}
.address-widget > ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
.address-widget li {
	color: #969595;
	font-size: 14px;
	line-height: 30px;
	padding: 3px 0;
	margin: 0;
}
.address-widget li:before {
	display: none
}
.address-widget li span {
	border: 0 none;
	color: #e3e3e3;
	float: none;
	font-weight: 800;
	height: auto;
	width: auto;
}
.address-widget .member-social > a {
	background: #545353 none repeat scroll 0 0;
	color: #fff;
}
.address-widget .member-social {
	margin-top: 30px
}
.bottom-footer {
	background: #1a1a1a none repeat scroll 0 0;
	float: left;
	padding: 10px 0;
	text-align: center;
	width: 100%;
}
.bottom-footer p {
	color: #666;
	font-size: 12px;
	letter-spacing: 1px;
	margin: 0 auto;
	padding: 20px;
}
.bottom-footer a {
	color: #666;
}
.bottom-footer img {
	float: left;
	margin: 12px 20px 0 20px;
}
/** ISOTOPE STYLING **/
.isotope-item {
	z-index: 2;
}
.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}
.isotope, .isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: -o-transform, opacity;
	transition-property: transform, opacity;
}
.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}
/* ===============================================================
    OWL CAROUSEL STYLING
================================================================*/
.owl-carousel .animated {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
	z-index: 0;
}
.owl-carousel .owl-animated-out {
	z-index: 1;
}
.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
 0% {
 opacity: 1;
}
 100% {
 opacity: 0;
}
}
@keyframes fadeOut {
 0% {
 opacity: 1;
}
 100% {
 opacity: 0;
}
} /* *   Owl Carousel - Auto Height Plugin*/
.owl-height {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
} /* *  Core Owl Carousel CSS File*/
.owl-carousel {
	display: none;
	-webkit-tap-highlight-color: transparent; /* position relative and z-index fix webkit rendering fonts issue */
	position: relative;
	z-index: 1;
}
.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden; /* fix for flashing background */
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-dot {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.owl-carousel.owl-loaded {
	display: block;
}
.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}
.owl-carousel.owl-hidden {
	opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
	display: none;
}
.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.owl-carousel .owl-item img {
	-webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
	-webkit-user-select: auto;
	-moz-user-select: auto;
	-ms-user-select: auto;
	user-select: auto;
}
.owl-carousel .owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}
.owl-carousel.owl-rtl {
	direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
	float: right;
} /* No Js */
.no-js .owl-carousel {
	display: block;
} /* *    Owl Carousel - Lazy Load Plugin*/
.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	-webkit-transition: opacity 400ms ease;
	-moz-transition: opacity 400ms ease;
	-ms-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
	transform-style: preserve-3d;
} /* *  Owl Carousel - Video Plugin*/
.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}
.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url("owl.video.play.png") no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transition: scale 100ms ease;
	-moz-transition: scale 100ms ease;
	-ms-transition: scale 100ms ease;
	-o-transition: scale 100ms ease;
	transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
	-webkit-transition: scale(1.3, 1.3);
	-moz-transition: scale(1.3, 1.3);
	-ms-transition: scale(1.3, 1.3);
	-o-transition: scale(1.3, 1.3);
	transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none;
}
.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	-webkit-transition: opacity 400ms ease;
	-moz-transition: opacity 400ms ease;
	-ms-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
}
/* ===============================================================
    SELECT2 PLUGIN STYLING
================================================================*/
.select2-container {
	box-sizing: border-box;
	display: inline-block;
	margin: 0;
	position: relative;
	vertical-align: middle;
	z-index: 10000000000000;
}
.select2-container .select2-selection--single {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	user-select: none;
	-webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
	display: block;
	padding-left: 8px;
	padding-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
	padding-right: 8px;
	padding-left: 20px;
}
.select2-container .select2-selection--multiple {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	min-height: 32px;
	user-select: none;
	-webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
	display: inline-block;
	overflow: hidden;
	padding-left: 8px;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.select2-container .select2-search--inline {
	float: left;
}
.select2-container .select2-search--inline .select2-search__field {
	box-sizing: border-box;
	border: none;
	font-size: 100%;
	margin-top: 5px;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
 -webkit-appearance: none;
}
.select2-dropdown {
	background-color: white;
	border: 1px solid #aaa;
	border-radius: 4px;
	box-sizing: border-box;
	display: block;
	position: absolute;
	left: -100000px;
	width: 100%;
	z-index: 1051;
}
.select2-results {
	display: block;
}
.select2-results__options {
	list-style: none;
	margin: 0;
	padding: 0;
}
.select2-results__option {
	padding: 6px;
	user-select: none;
	-webkit-user-select: none;
}
.select2-results__option[aria-selected] {
	cursor: pointer;
}
.select2-container--open .select2-dropdown {
	left: 0;
}
.select2-container--open .select2-dropdown--above {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.select2-search--dropdown {
	display: block;
	padding: 4px;
}
.select2-search--dropdown .select2-search__field {
	padding: 4px;
	width: 100%;
	box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
 -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
	display: none;
}
.select2-close-mask {
	border: 0;
	margin: 0;
	padding: 0;
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	min-height: 100%;
	min-width: 100%;
	height: auto;
	width: auto;
	opacity: 0;
	z-index: 99;
	background-color: #fff;
	filter: alpha(opacity=0);
}
.select2-container--default .select2-selection--single {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #444;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	position: absolute;
	top: 1px;
	right: 1px;
	width: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
	float: left;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
	left: 1px;
	right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
	background-color: #eee;
	cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
	display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #888 transparent;
	border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
	background-color: white;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
	box-sizing: border-box;
	list-style: none;
	margin: 0;
	padding: 0 5px;
	width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
	color: #999;
	margin-top: 5px;
	float: left;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	color: #999;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	margin-right: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #333;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder {
	float: right;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
	margin-left: 5px;
	margin-right: auto;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
	border: solid black 1px;
	outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
	background-color: #eee;
	cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
	display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
	background: transparent;
	border: none;
	outline: 0;
}
.select2-container--default .select2-results > .select2-results__options {
	max-height: 200px;
	overflow-y: auto;
}
.select2-container--default .select2-results__option[role=group] {
	padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
	color: #999;
}
.select2-container--default .select2-results__option[aria-selected=true] {
}
.select2-container--default .select2-results__option .select2-results__option {
	padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
	padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -1em;
	padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -2em;
	padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -3em;
	padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -4em;
	padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -5em;
	padding-left: 6em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #5897fb;
	color: white;
}
.select2-container--default .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px;
}
.select2-container--classic .select2-selection--single {
	background-color: #f6f6f6;
	border: 1px solid #aaa;
	border-radius: 4px;
	outline: 0;
	background-image: -webkit-linear-gradient(top, #ffffff 50%, #eeeeee 100%);
	background-image: -o-linear-gradient(top, #ffffff 50%, #eeeeee 100%);
	background-image: linear-gradient(to bottom, #ffffff 50%, #eeeeee 100%);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
	border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: bold;
	margin-right: 10px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
	color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
	background-color: #ddd;
	border: none;
	border-left: 1px solid #aaa;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
	background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
	background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
	background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
	float: left;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
	border: none;
	border-right: 1px solid #aaa;
	border-radius: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	left: 1px;
	right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
	border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
	background: transparent;
	border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #888 transparent;
	border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	background-image: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
	background-image: -o-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
	background-image: linear-gradient(to bottom, #ffffff 0%, #eeeeee 50%);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	background-image: -webkit-linear-gradient(top, #eeeeee 50%, #ffffff 100%);
	background-image: -o-linear-gradient(top, #eeeeee 50%, #ffffff 100%);
	background-image: linear-gradient(to bottom, #eeeeee 50%, #ffffff 100%);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
	background-color: white;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: text;
	outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
	border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
	list-style: none;
	margin: 0;
	padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
	display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
	color: #888;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	margin-right: 2px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #555;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
	float: right;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
	margin-left: 5px;
	margin-right: auto;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
	border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa;
	outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
	outline: 0;
}
.select2-container--classic .select2-dropdown {
	background-color: white;
	border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
	border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
	border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
	max-height: 200px;
	overflow-y: auto;
}
.select2-container--classic .select2-results__option[role=group] {
	padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled=true] {
	color: grey;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
	background-color: #3875d7;
	color: white;
}
.select2-container--classic .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
	border-color: #5897fb;
}
.select2-container {
	float: left;
	width: 100% !important;
}
.select2-container--default .select2-selection--single {
	background: #efefef none repeat scroll 0 0;
	border: 0 none;
	border-radius: 0;
	height: 47px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 100%;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #818181;
	font-size: 14px;
	font-weight: 400;
	height: 100%;
	letter-spacing: 1.5px;
	line-height: 47px;
}
.select2-dropdown {
	background: #efefef none repeat scroll 0 0;
	border: 0 none;
	box-shadow: 0 4px 3px #ededed;
	padding: 20px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
	float: left;
	margin-bottom: 20px;
	width: 100%;
}
.select2-search--dropdown {
	float: left;
	width: 100%;
}
.select2-results {
	float: left;
	width: 100%;
}
.select2-results__option {
	font-size: 12px;
	padding: 8px 20px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
	padding: 0 40px 0 20px;
}
.wdth70 {
	width: 70%;
}
.wdth42 {
	width: 42%;
}
.wdth69 {
	width: 69%;
}
.wdth90 {
	width: 90%;
}
.wdth84 {
	width: 84%;
}
.wdth86 {
	width: 86%;
}
.wdth92 {
	width: 92%;
}
.wdth64 {
	width: 64%;
}
/*-------------------- AniClass --------------------*/
#aboutsk .container {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
#aboutsk .main_cont_bg::before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
 height;
 100%;
}
#aboutsk .main_cont_bg::after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
 height;
 100%;
	background: #000;
	opacity: 0.5;
}
#aboutsk .main_cont_a:focus .main_cont_bg::after, #aboutsk .main_cont_a:hover .main_cont_bg::after {
	animation: blinkBg 1s forwards;
}

@media (min-width: 1200px) {
}
.lineAni {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	margin: 10px;
	overflow: hidden;
}
.lineAni_top {
	content: '';
	display: inline-block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 0%;
	height: 1px;
	background: #fff;
	opacity: 0;
	transition: all .5s ease-out;
}
.lineAni_bottom {
	content: '';
	display: inline-block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	width: 0%;
	height: 1px;
	background: #fff;
	opacity: 0;
	transition: all .5s ease-out;
}
.lineAni:hover .lineAni_top {
	width: 100%;
	opacity: 1;
	transition: all .5s ease-in-out;
}
.lineAni:hover .lineAni_bottom {
	width: 100%;
	opacity: 1;
	transition: all .5s ease-in-out;
}
.lineAni_right {
	content: '';
	display: inline-block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	width: 1px;
	height: 0%;
	background: #fff;
	opacity: 0;
	transition: all .5s ease-out;
}
.lineAni_left {
	content: '';
	display: inline-block;
	position: absolute;
	left: 0;
	z-index: 1;
	width: 1px;
	height: 0%;
	background: #fff;
	opacity: 0;
	transition: all .5s ease-out;
}
.lineAni:hover .lineAni_right {
	height: 100%;
	opacity: 1;
	transition: all .5s ease-in-out;
}
.lineAni:hover .lineAni_left {
	height: 100%;
	opacity: 1;
	transition: all .5s ease-in-out;
}
/*==================== SKMS ==========================*/
.skms .layout_content {
	padding-top: 55px;
}
.skms_intro {
	position: relative;
	width: 100%;
	max-width: 2200px;
	height: 400px;
	max-height: 600px;
	margin: 0 auto;
	text-align: center;
}
.skms_intro_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	max-width: 2200px;
	height: 100%;
	background: url(../images/skms_main.jpg);
	background-size: cover;
	background-position: center;
	transition: all .5s ease-out;
}
.skms_intro_title {
	display: block;
	position: absolute;
	top: 40%;
	width: 100%;
	margin: auto;
	text-align: center;
	font-size: 35px;
	font-weight: 100;
	line-height: 43px;
	color: #fff;
	transition: all .5s ease-out;
}
.skms_intro_title .point {
	font-weight: 500;
}
.skms_pdf_btn {
	display: inline-block;
	position: relative;
	top: 82%;
	right: 0;
	left: 0;
	height: 50px;
	padding: 0 22px 0 0;
	margin: 0 23px;
	font-size: 15px;
	line-height: 1.5;
	font-weight: 500;
	letter-spacing: -0.01em;
	text-align: center;
	color: #fff;
	transition: all .5s ease-out;
}
.skms_pdf_view {
	background: url(../images/skms_right_triangle_btn.png) no-repeat;
	background-size: 6px 11px;
	background-position: 100% 7px;
}
.skms_pdf_down {
	background: url(../images/desktop/tiny_down_arrow.png) no-repeat;
	background-size: 11px 10px;
	background-position: 100% 6px;
}
.skms_pdf_btn::before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 28px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 100%;
	height: 1px;
	background: rgba(255, 255, 255, 0.5);
	transition: all .3s;
}
.skms_pdf_btn::after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 28px;
	left: 0;
	width: 0%;
	height: 1px;
	background: rgba(255, 255, 255, 1);
	transition: all .3s ease-out;
}
.skms_pdf_btn:focus::before, .skms_pdf_btn:hover::before {
	opacity: 0;
	transition: all .3s ease;
}
.skms_pdf_btn:focus::after, .skms_pdf_btn:hover::after {
	width: 100%;
	background: rgba(255, 255, 255, 1);
	transition: all .5s ease-out;
}
@-webkit-keyframes smks_filmBtn_ani {
 0% {
 width: 80%
}
 70% {
 width: 90%;
}
 100% {
 width: 80%;
}
}
@keyframes smks_filmBtn_ani {
 0% {
 width: 80%
}
 70% {
 width: 90%;
}
 100% {
 width: 80%;
}
}
.skms_moreBtn {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 3%;
	width: 60px;
	height: 60px;
	margin: 0 auto;
	background: url(../images/desktop/circle_wheelBtn.png);
	background-size: cover;
	transition: transform .3s;
}
.skms_moreBtn:hover, .skms_moreBtn:focus {
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

@media only screen and (min-width:0) and (max-width:1023px) {
/*Mobile*/
.skms .layout_content {
	padding-top: 0;
}
.skms_intro_title {
	left: 0;
	font-size: 5.34vw;
	line-height: 1.5;
	width: calc(100% - 40px);
	margin: 0 20px;
}
.skms_pdf_view {
	background-size: 1.5vw 2.5vw;
	background-position: 100% 52%;
}
.skms_pdf_down {
	background-size: 2.4vw 2.6vw;
	background-position: 98% 52%;
}
.skms_pdf_btn {
	top: 76.3%;
	height: 6.3vw;
	padding: 0 5vw 0 0;
	margin: 0 4.5vw;
	font-size: 4.1vw;
}
.skms_pdf_btn::before {
	top: 120%;
}
.skms_pdf_btn::after {
	top: 120%;
}
.skms_moreBtn {
	top: 90%;
	width: 11.0666vw;
	height: 11.0666vw;
}
.skms_moreBtn {
	background: url(../images/desktop/circle_moreBtn.png);
	background-size: cover;
}
}

@media only screen and (min-width:1024px) and (max-width:1199px) {
/*Tablet*/
.skms_intro_title {
	top: 40%;
}
}
.skms_contentArea01 > .layout_grid_cont3 {
	display: inline-block;
	position: relative;
	height: 500px;
	border: 10px solid #fff;
	border-right-width: 5px;
	border-left-width: 5px;
	vertical-align: top;
}
.skms_cont_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 112%;
	overflow: hidden;
}
.skms_cont_bg::before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
 height;
 100%;
}
.skms_cont_bg::after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
 height;
 100%;
	background: #000;
	opacity: 0.7;
}
.skms_cont01 .skms_cont_bg::before {
	background: url(../images/skms_cont01_bg.jpg);
	background-size: cover;
	background-position: center;
}
.skms_cont02 .skms_cont_bg::before {
	background: url(../images/skms_cont02_bg.jpg);
	background-size: cover;
	background-position: center;
}
.skms_cont03 .skms_cont_bg::before {
	background: url(../images/skms_cont03_bg.jpg);
	background-size: cover;
	background-position: center;
}
.skms_cont_a {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 480px;
	padding: 50px;
	text-align: left;
	overflow: hidden;
}
.skms_cont_a:focus .skms_cont_bg::after, .skms_cont_a:hover .skms_cont_bg::after {
	animation: blinkBg 1s forwards;
}
@-webkit-keyframes blinkBg {
 0% {
 opacity: 0.5;
}
 10% {
 opacity: 0;
}
 100% {
 opacity: 0.8;
}
}
@keyframes blinkBg {
 0% {
 opacity: 0.5;
}
 10% {
 opacity: 0;
}
 100% {
 opacity: 0.8;
}
}
.skms_cont_subject {
	display: inline-block;
	position: relative;
	height: 80px;
	text-align: left;
	font-size: 30px;
	line-height: 1.1;
	font-weight: 700;
	word-break: keep-all;
	letter-spacing: -0.01em;
	color: #de071a;
	transition: all .3s;
	font-family: 'Microsoft YaHei', "微软雅黑";
}
.skms_cont_subject::after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 55px;
	left: 2px;
	width: 22px;
	height: 2px;
	background: #de071a;
	transition: all .3s;
}
.skms_cont_title {
	display: inline-block;
	position: absolute;
	top: 21.3%;
	left: 50px;
	text-align: left;
	font-size: 20px;
	line-height: 40px;
	font-weight: 100;
	letter-spacing: -0.04em;
	word-break: keep-all;
	color: #fff;
	transition: all .3s;
}
.skms_cont_link {
	display: inline-block;
	position: absolute;
	top: 85%;
	left: 50px;
	padding: 12px 48px 11px 14px;
	margin: auto;
	font-size: 15px;
	line-height: 13px;
	color: #fff;
	background: #000;
	transition: all .3s;
}
.skms_cont_link::after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 14px;
	right: 10px;
	width: 10px;
	height: 10px;
	background: url(../images/plus_btn.png) no-repeat;
	background-size: cover;
	background-position: center;
	transition: all .3s;
}
.skms_cont_a:focus .skms_cont_subject::after, .skms_cont_a:hover .skms_cont_subject::after {
	width: 100px;
}
.skms_cont_a:focus .skms_cont_link::after, .skms_cont_a:hover .skms_cont_link::after {
	transform: rotate(360deg);
	background: url(../images/tiny_right_triangle_btn.png) no-repeat;
	background-size: cover;
	background-position: center;
}

@media only screen and (min-width:0) and (max-width:1023px) {
/*Mobile*/
.skms_contentArea01 > .layout_grid_cont3 {
	height: 500px;
	border: none;
	margin-top: 2.7vw;
}
.skms_cont_bg {
	height: 500px;
}
.skms_cont_a {
	padding: 50px 40px;
}
body[data-device="mobileView"] .skms_cont_a::before {
	display: none;
}
body[data-device="mobileView"] .skms_cont_a::after {
	display: none;
}
.skms_cont_bg::after {
	opacity: 0.7;
}
.skms_cont_subject {
	height: 10rem;
	font-size: 3rem;
	font-weight: 600;
	line-height: 1.5;
	left: 10px;
}
.skms_cont_subject::after {
	top: 55%;
	width: 5.2vw;
}
.skms_cont_title {
	top: 30%;
	font-size: 2rem;
	line-height: 1.58;
}
}

@media only screen and (min-width:1024px) and (max-width:1199px) {
/*Tablet*/
.skms_contentArea01 > .layout_grid_cont3 {
	height: 600px;
}
.skms_cont_bg {
	height: 600px;
}
.skms_cont_a {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 580px;
	padding: 50px;
	text-align: left;
	overflow: hidden;
	padding: 50px 40px;
}
.skms_cont_title {
	top: 25%;
	left: 40px;
	width: 80%;
	font-size: 18px;
}
.skms_cont_link {
	left: 40px;
}
}
.skms_linkArea {
	border-right: 5px solid #fff;
	border-left: 5px solid #fff;
}
.skms_linkArea > article {
	display: inline-block;
	position: relative;
	height: 326px;
	border-right-width: 5px;
	border-left-width: 5px;
	vertical-align: top;
}
.skms_link_a {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: left;
}
.skms_link_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.skms_link_bg::before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
 height;
 100%;
	margin: auto;
	opacity: 0;
	transform: scale(1);
	transition: opacity .3s, transform 1s ease-out;
}
.skms_link_a:focus .skms_link_bg::before, .skms_link_a:hover .skms_link_bg::before {
	opacity: 1;
	transform: scale(1.02);
}
.skms_link01 .skms_link_bg {
	background: url(../images/skms_link01_bg.jpg);
	background-size: cover;
	background-position: center;
}
.skms_link02 .skms_link_bg {
	background: url(../images/skms_link02_bg.jpg);
	background-size: cover;
	background-position: center;
}
.skms_link01 .skms_link_bg::before, .skms_link01 .skms_link_bg::before {
	background: url(../images/skms_link01_bg_color.jpg);
	background-size: cover;
	background-position: center;
}
.skms_link02 .skms_link_bg::before, .skms_link02 .skms_link_bg::before {
	background: url(../images/skms_link02_bg.jpg);
	background-size: cover;
	background-position: center;
}
.skms_link_title {
	display: inline-block;
	position: absolute;
	top: 28%;
	left: 10%;
	text-align: left;
	font-size: 30px;
	line-height: 1.5;
	color: #fff;
}
.skms_link_p {
	display: inline-block;
	position: relative;
	top: 65.7%;
	left: 10%;
	height: 30px;
	font-size: 15px;
	line-height: 13px;
	color: #fff;
	overflow: hidden;
}
body[data-device="desktopView"] .skms_link_p::after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 24px;
	left: 0px;
	width: 100%;
	height: 1px;
	background: #fff;
	transition: opacity 1s ease-out;
}
body[data-device="desktopView"] .skms_link_a:focus .skms_link_p::after, body[data-device="desktopView"] .skms_link_a:hover .skms_link_p::after {
	left: 151%;
	width: 100%;
	opacity: 0;
	transition: all .3s ease-out;
}
body[data-device="desktopView"] .skms_link_p::before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 24px;
	left: -120%;
	width: 100%;
	height: 1px;
	background: #fff;
	transition: all .3s ease-out;
}
body[data-device="desktopView"] .skms_link_a:focus .skms_link_p::before, body[data-device="desktopView"] .skms_link_a:hover .skms_link_p::before {
	left: -20%;
	width: 120%;
	transition: all 0.4s cubic-bezier(0.58, -0.34, 1, 1);
}

@media only screen and (min-width:0) and (max-width:1023px) {
/*Mobile*/
.skms_linkArea {
	border: none;
	margin-top: 2vw;
}
.skms_linkArea > article {
	height: 33vw;
	border: none;
}
.skms_link_bg::before {
	transition: all .5s
}
.skms_link_title {
	display: none;
}
.skms_link_p {
	top: 41%;
	left: 43%;
	font-size: 4vw;
	line-height: 1;
	opacity: 1;
	overflow: visible;
}
.skms_link02 .skms_link_p {
	left: 10%;
}
.skms_link_p::after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 0;
	right: -11%;
	left: auto;
	left: unset;
	width: 2vw;
	height: 4vw;
	opacity: 1;
	background: url(../images/mobile/right_triangle_btn.png);
	background-size: cover;
	background-position: center;
}
.skms_link02 .skms_link_p::after {
	left: -20%;
	background: url(../images/mobile/left_triangle_btn.png);
	background-size: cover;
	background-position: center;
}
}

@media only screen and (min-width:1024px) and (max-width:1199px) {
/*Tablet*/
.skms_linkArea > article {
	height: 20vw;
}
.skms_link_title {
	font-size: 2vw;
}
.skms_link_p {
	font-size: 1vw;
}
body[data-device="desktopView"] .skms_link_p::after {
	top: 20px;
}
body[data-device="desktopView"] .skms_link_p::before {
	top: 20px;
}
}
.layout_grid_full {
	width: 100%;
}
.layout_grid_wrap {
	font-size: 0;
}
.layout_grid_wrap > .layout_grid_cont1, .layout_grid_wrap > .layout_grid_cont2, .layout_grid_wrap > .layout_grid_cont3 {
	display: inline-block;
	font-family: 'Microsoft YaHei', "微软雅黑";
}
.layout_grid_cont1 {
	width: 100%;
}
.layout_grid_cont2 {
	width: 50%;
}
.layout_grid_cont3 {
	width: 33.3%;
}

@media only screen and (min-width:0) and (max-width:1023px) {
.layout_grid_cont2 {
	width: 100%;
}
.layout_grid_cont3 {
	width: 100%;
}
}

@media only screen and (min-width:0) and (max-width:1023px) {
/*Mobile*/
.main_news_a {
	width: 94.7%;
	height: 74.8vw;
	max-height: none;
	margin: 2.65%;
	margin-top: 0;
}
.main_news_a .main_news_bg_dimmed {
	top: 100%;
	width: 100%;
	height: 35.71428%;
}
.appeared .main_news_bg_dimmed {
	top: 64.3%;
	width: 100%;
	height: 35.71428%;
}
.main_news_a:focus .main_news_bg_dimmed, .main_news_a:hover .main_news_bg_dimmed {
	width: 100%;
	background: rgba(0, 0, 0, 0.9)
}
.main_news_title {
	top: 100%;
	width: 100%;
	padding: 7% 19% 0% 7%;
	font-size: 4.5vw;
	line-height: 7vw;
	transition: top .5s, opacity .5s;
}
.appeared .main_news_title {
	top: 65%;
}
.main_news_a:focus .main_news_title, .main_news_a:hover .main_news_title {
	right: 0;
}
.main_news_link {
	top: 100%;
	left: 80%;
	width: 9vw;
	max-height: 9vw;
	transition: top .5s, opacity .5s, left .5s;
}
.appeared .main_news_link {
	left: 83%;
}
.appeared .main_news_link {
	top: 76%;
	transition: top .5s;
}
.main_news_a:focus .main_news_link, .main_news_a:hover .main_news_link {
	left: 85%;
	transition: top .5s, left .5s;
}
}
/* 弹出层 样式 */
/*-------------------- Popup --------------------*/
.dimmed_bg {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0);
	overflow: hidden;
	transition: background .3s;
}
.displayPopup .dimmed_bg {
	display: block;
}
.dimmed_bg.dimmedOn {
	background: rgba(0, 0, 0, 0.8);
}
.popupContent {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 0;
	margin: auto;
	text-align: center;
	opacity: 0;
	overflow: hidden;
	transition: all .3s;
}
.popupContentOn {
	opacity: 1;
	overflow: auto;
}
.popupContentOn.hidden {
	display: none;
}
.dimmed_bg .popup_close_btn {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 1;
	width: 30px;
	height: 30px;
	font-size: 30px;
	color: #000;
	background: #fff;
}
/*==================== Popup contents Styles ==========================*/
/*skms popup*/
.skms_cont01_popup {
	width: 100%;
	max-width: 1200px;
	height: 700px;
	background: #fff;
} /*SK와 SKMS*/
.skms_cont02_popup {
	width: 100%;
	max-width: 1200px;
	height: 700px;
	background: #fff;
} /*경영철학*/
.skms_cont03_popup {
	width: 100%;
	max-width: 1200px;
	height: 700px;
	background: #fff;
} /*실행원리*/
.skms_video_popup {
	width: 100%;
	height: 100%;
	background: #fff;
}
.skms_popup_wrap {
	position: relative;
	width: 100%;
	height: 700px;
	padding: 92px 88px 0px; /* margin:0 79.5px 0px; */
	font-size: 0;
	text-align: left;
	overflow-y: auto;
}
.skms_popup_title {
	display: inline-block;
	width: 100%;
	padding: 0 11px;
	margin: 0 auto;
	text-align: left;
}
.skms_popup_h1 {
	display: inline-block;
	position: relative;
	margin-bottom: 73px;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: -0.01em;
	color: #de071a;
}
.skms_popup_h1::after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 59px;
	left: 0;
	width: 20px;
	height: 2px;
	background: #de071a;
}
.skms_popup_graphic01, .skms_popup_graphic02 {
	position: absolute;
}
.skms_popup_h2 {
	position: relative;
	padding-left: 11px;
	padding-bottom: 21px;
	font-size: 28px;
	line-height: 35px;
	letter-spacing: -0.01em;
	word-break: keep-all;
}
.skms_popup_p {
	position: relative;
	z-index: 1;
	padding-left: 11px;
	margin-bottom: 15px;
	font-size: 15px;
	line-height: 25px;
	font-weight: 400;
	color: #444;
}
.skms_popup_p .point {
	font-weight: 600;
	color: #de071a;
}
.skms_popup_close_wrap {
	position: absolute;
	top: 0px;
	right: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 81px;
	text-align: center;
	opacity: 0;
	background-color: #fff;
}
.popupContentOn .skms_popup_close_wrap {
	opacity: 1;
}
.skms_popup_close_btn {
	display: inline-block;
	width: 43px;
	height: 43px;
	margin: 30px auto 0;
	font-size: 0;
	color: rgba(0, 0, 0, 0);
	vertical-align: top;
	background-image: url(../images/popup_close_btn.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	float: none;
}

@media only screen and (min-width:0) and (max-width:1023px) {
/*Mobile*/
.skms_cont01_popup, .skms_cont02_popup, .skms_cont03_popup {
	height: auto;
}
.skms_popup_wrap {
	height: auto;
	padding: 13vw 7.3vw 27vw;
	vertical-align: top;
}
.skms_popup_title {
	padding: 0 0;
	margin: 0 auto;
}
.skms_popup_h1 {
	height: 13vw;
	margin-bottom: 6.5vw;
	font-size: 4vw;
	line-height: 1;
	letter-spacing: -0.01em;
}
.skms_popup_h1::after {
	top: auto;
	top: unset;
	top: 12vw;
	width: 5.5vw;
}
.skms_popup_h2 {
	padding-left: 0vw;
	padding-bottom: 6vw;
	font-size: 7.5vw;
	line-height: 1.05;
	font-weight: 500;
	letter-spacing: -0.02em;
}
.skms_popup_p {
	padding-left: 0vw;
	margin-bottom: 4vw;
	font-size: 4vw;
	line-height: 1.75;
}
.skms_popup_close_wrap {
	position: fixed;
	top: auto;
	bottom: 0px;
	right: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 16Vw;
}
.skms_popup_close_btn {
	width: 11vw;
	height: 11vw;
	margin: 2.5vw auto 0;
	vertical-align: top;
	background-image: url(../images/mobile/popup_close_btn.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
}
}

@media only screen and (min-width:1024px) and (max-width:1199px) {
/*Tablet*/
.skms_popup_wrap {
	padding: 92px 30px 0;
}
}
/*skms popup01*/
.skms_cont01_popup .skms_popup_graphic01 {
	top: 295px;
	right: 126px;
}
.skms_cont01_popup .skms_popup_texts {
	margin-bottom: 60px;
}
.skms_cont01_popup .skms_popup_texts2 {
	margin-bottom: 40px;
}

@media only screen and (min-width:0) and (max-width:1023px) {
.skms_cont01_popup .skms_popup_graphic01 {
	top: 121vw;
	right: 0%;
	width: 93%;
	text-align: right;
}
.skms_cont01_popup .skms_popup_graphic01 .skms_cont01_popup_img01 {
	width: 100%;
}
.skms_cont01_popup .skms_popup_texts {
	margin-bottom: 83.5vw;
}
.skms_cont01_popup .skms_popup_texts2 {
	margin-bottom: 0;
}
}
/*skms popup02*/
.skms_cont02_popup .skms_popup_graphic01 {
	top: 160px;
	right: 62px;
}
.skms_cont02_popup .skms_popup_graphic02 {
	top: 850px;
	left: 122px;
}
.skms_cont02_popup .skms_popup_texts {
	padding-bottom: 180px;
}
.skms_popup_line {
	position: relative;
	left: 0;
	right: 0;
	width: 97%;
	height: 1px;
	margin: 0 auto;
	background: #fff;
}
.skms_cont02_popup .skms_popup_texts2 {
	padding: 0px 0 100px 550px;
}
.skms_cont02_popup .skms_popup_fnote {
	width: 100%;
	padding: 3px 0 0 9px;
	font-size: 13px;
	letter-spacing: -0.03em;
 m;
	color: rgba(0, 0, 0, 0.5);
}

@media only screen and (min-width:0) and (max-width:1023px) {
.skms_cont02_popup .skms_popup_graphic01 {
	top: 158vw;
	right: 5vw;
	/* right: 0; */
	left: 5vw;
	width: 90vw;
	text-align: center;
}
.skms_cont02_popup .skms_popup_graphic01 img {
	width: 100%;
	max-width: 685px;
}
.skms_cont02_popup .skms_popup_graphic02 {
	top: 342.8vw;
	left: 4vw;
	width: 92vw;
}
.skms_cont02_popup .skms_popup_graphic02 img {
	width: 100vw;
}
.skms_cont02_popup .skms_popup_texts {
	padding-bottom: 103vw;
}
.skms_popup_line {
	display: none;
}
.skms_cont02_popup .skms_popup_texts2 {
	padding: 0vw 0 0 0vw;
	margin-bottom: 66.5vw;
}
.skms_cont02_popup .skms_popup_texts2 h2 {
	padding: 0 0 5vw;
	line-height: 1.25;
}
.skms_cont02_popup .skms_popup_fnote {
	width: 100%;
	padding: 0vw 0 0 0vw;
	margin-top: -1vw;
	font-size: 3.5vw;
	line-height: 1.7;
	letter-spacing: -0.03em;
	font-weight: 500;
	color: rgba(0, 0, 0, 0.5);
}
}
/*skms popup03*/
.skms_cont03_popup .skms_popup_graphic01 {
	position: relative;
	margin: 40px 0;
}
.skms_cont03_popup .skms_popup_graphic02 {
	position: relative;
	margin: 40px 0;
}
.skms_cont03_popup .skms_popup_graphic03 {
	margin: 20px 0 80px -120px;
}
.skms_cont03_popup .skms_popup_texts {
}
.skms_cont03_popup .skms_popup_texts2 {
}
.skms_cont03_popup .skms_popup_texts2 .skms_popup_main_left {
	width: 45%;
	display: inline-block
}
.skms_cont03_popup .skms_popup_texts2 .skms_popup_main_right {
	width: 45%;
	margin-left: 5%;
	display: inline-block;
}
.skms_cont03_popup .skms_popup_texts2 .skms_popup_fnote {
	width: 45%;
	margin-left: 50%;
	padding: 3px 0 0 9px;
	font-size: 13px;
	letter-spacing: -0.03em;
	color: rgba(0, 0, 0, 0.5);
}
.skms_cont03_popup .skms_popup_wrap {
	padding: 92px 88px 100px
}
.skms_cont03_popup .skms_popup_graphic03 img {
	width: 100%;
}

@media only screen and (min-width:0) and (max-width:1023px) {
.skms_cont03_popup .skms_popup_wrap {
	padding: 13vw 7.3vw 27vw
}
.skms_cont03_popup .skms_popup_texts2 .skms_popup_main_left {
	width: 100%;
	display: inline-block
}
.skms_cont03_popup .skms_popup_texts2 .skms_popup_main_right {
	width: 100%;
	margin-left: 0;
	display: inline-block;
}
.skms_cont03_popup .skms_popup_texts2 .skms_popup_fnote {
	width: 100%;
	margin-left: 0;
	padding: 3px 0 0 9px;
	font-size: 13px;
	letter-spacing: -0.03em;
	color: rgba(0, 0, 0, 0.5);
}
.skms_cont03_popup .skms_popup_graphic01 {
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
}
.skms_cont03_popup .skms_popup_graphic02 {
	top: 57vw;
	left: 0;
	width: 100%;
}
.skms_cont03_popup .skms_popup_graphic03 {
	top: 127vw;
	left: 0;
	width: 100%;
	margin: 80px 0px 80px -80px;
}
.skms_cont03_popup .skms_popup_graphic01 img {
	margin: 0 auto;
	width: 100%;
	max-width: 563px;
}
.skms_cont03_popup .skms_popup_graphic02 img {
	width: 100vw;
}
.skms_cont03_popup .skms_popup_graphic03 img {
	width: 100vw;
	margin: 0;
}
.skms_cont03_popup .skms_popup_texts {
}
.skms_cont03_popup .skms_popup_texts2 {
	position: relative;
	padding: 0 0 0 0;
	margin-bottom: 0vw;
}
}

@media (max-width: 600px) {
.skms_cont03_popup .skms_popup_graphic03 {
	top: 127vw;
	left: 0;
	width: 100%;
	margin: 80px 0px 80px -40px;
}
}
/** 导航 **/
.nav_content {
	height: 70px;
	position: relative;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
	transition: top .3s, background .5s;
}
.nav_content .container {
	width: 100%;
}
.navbar-nav {
	font-weight: bold;
	height: 70px;
}
.navbar-logo {
	margin-left: 30px;
}
.navbar-nav > li {
	margin: 0 15px;
}
.navbar-nav > li > a {
	color: #000;
	float: left;
	padding: 0px 5px;
	font-size: 16px;
	position: relative;
	text-transform: uppercase;
	line-height: 70px;
	height: 100px;
}
.navbar-nav > li.active > a, .navbar-nav > li > a:focus {
	color: #e51836;
}
.navbar-nav > li > a:hover {
	color: #e51836;
}
.dropdown .dropdown-menu {
	display: none;
	transition: max-height .3s ease-in;
	transform-origin: 50% 0;
	animation: slide-down 0.3s ease-in;
	-webkit-animation: slide-down 0.3s ease-in;
	text-align: right;
}
.dropdown:hover .dropdown-menu, .dropdown:focus .dropdown-menu {
	display: block;
}
.navbar-nav > li.active > a:before, .navbar-nav > li > a:before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 50px;
	left: 0;
	width: 0%;
	height: 1px;
	background: #e51836;
	transition: all .5s ease-out;
}
.navbar-nav > li > a:before {
	margin-left: 8px
}
.navbar-nav > li.active > a:before, .navbar-nav > li > a:hover:before, .navbar-nav > li > a:focus:before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 50px;
	left: 0;
	width: 100%;
	margin: 0;
	height: 1px;
	background: #e51836;
	transition: all .5s ease-out;
}
.dropdown-menu > li > a:before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 30px;
	left: 0;
	width: 0%;
	height: 3px;
	background: #e51836;
	transition: all .5s ease-out;
}
.dropdown-menu > li > a:hover:before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 30px;
	left: 0;
	width: 100%;
	margin: 0;
	height: 3px;
	background: #e51836;
	transition: all .5s ease-out;
}
.dropdown-menu > li > a.topNavSub_a {
	color: #e51836;
}
.dropdown-menu > li > a.topNavSub_a:before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 30px;
	left: 0;
	width: 100%;
	margin: 0;
	height: 3px;
	background: #e51836;
	transition: all .5s ease-out;
}
.dropdown-menu > li > a.topNavSub_a:hover:before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 30px;
	left: 0;
	width: 100%;
	margin: 0;
	height: 3px;
	background: #e51836;
	transition: all .5s ease-out;
}
/** 导航 多国语**/
.nav_content .util.clearfix {
	width: 200px;
	float: right;
	margin: 0 10px 0 0;
}
.nav_content .util.clearfix li {
	float: right;
	margin: 0 0 0 15px;
	display: inline;
	font-size: 12px;
}
.nav_content .util.clearfix .btn-global {
	width: 100%;
	margin: 15px 0 5px 15px;
	padding: 0;
	text-align: right;
}
.nav_content .util.clearfix li span {
	color: #999;
	font-size: 13px;
}
.nav_content .util.clearfix li a {
	color: #666;
}
.nav_content .util.clearfix li a:hover {
	color: #e51836;
	border-bottom: 1px solid #e51836;
}
/* dim */
#mcover {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	display: none;
	z-index: 20000;
}

/** 导航 移动端**/
@media (max-width:1200px) {
.dropdown-menu > li > a:before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 50px;
	left: 0;
	width: 0%;
	height: 1px;
	background: #e51836;
	transition: all .5s ease-out;
}
.dropdown-menu > li > a:hover:before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 50px;
	left: 0;
	width: 0%;
	margin: 0;
	height: 1px;
	background: #e51836;
	transition: all .5s ease-out;
}
.dropdown-menu > li > a.topNavSub_a:before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 50px;
	left: 0;
	width: 0%;
	height: 1px;
	background: #e51836;
	transition: all .5s ease-out;
}
.dropdown-menu > li > a.topNavSub_a:hover:before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 50px;
	left: 0;
	width: 0%;
	margin: 0;
	height: 1px;
	background: #e51836;
	transition: all .5s ease-out;
}
.navbar-nav > li.active > a:before, .navbar-nav > li > a:before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 50px;
	left: 0;
	width: 0%;
	height: 0;
	background: #e1e1e1;
	transition: all .5s ease-out;
}
.navbar-nav > li.active > a:before, .navbar-nav > li > a:hover:before, .navbar-nav > li > a:focus:before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 50px;
	left: 0;
	width: 100%;
	margin: 0;
	height: 0;
	background: #e1e1e1;
	transition: all .5s ease-out;
}
.dropdown:focus .dropdown-menu {
	display: block;
}
.nav_content {
	display: none;
}
.navbar-nav > li > a {
	color: #000;
	float: left;
	padding: 0px 5px;
	font-size: 16px;
	position: relative;
	text-transform: uppercase;
	line-height: 70px;
	height: 70px;
}
.responsive-links ul li ul {
	padding-left: 10px;
	margin: 0;
	position: relative;
	width: 100%;
	color: hsla(0, 0%, 100%, 0.80);
	background: #1e1e1e;
}
.responsive-links ul li ul a {
	line-height: 50px;
	height: 50px;
	font-size: 14px;
	color: rgba(255, 255, 255, .8);
}
}
.responsive-links ul li {
	color: #ffffff;
	float: left;
	font-size: 13px;
	font-weight: 600;
	padding: 0;
	position: relative;
	width: 100%;
	margin: 0;
	text-align: left;
}
@keyframes slide-down {
 0% {
 transform: scale(1, 0);
 opacity: 0;
 transition: all .1s;
}
 100% {
 transform: scale(1, 1);
 opacity: 1;
 transition: all .1s;
}
}
@-webkit-keyframes slide-down {
 0% {
 -webkit-transform: scale(1, 0);
 -webkit-opacity: 0;
 -webkit-transition: all .1s;
}
 100% {
 -webkit-transform: scale(1, 1);
 -webkit-opacity: 1;
 -webkit-transition: all .1s;
}
}
/*==================== 社会价值 Styles ==========================*/
/* Layout & common */
.together a:focus, .together input:focus, .together button:focus, .together textarea:focus { /*outline:0;*/
}
.together.foundation .layout_grid_wrap, .together.happiness .layout_grid_wrap, .together.social .layout_grid_wrap {
	max-width: 1000px;
	padding: 60px 0 100px;
}

@media only screen and (max-width: 1023px) and (min-width: 0) {
.together.foundation .layout_grid_wrap, .together.happiness .layout_grid_wrap, .together.social .layout_grid_wrap {
	max-width: none;
	padding: 9.34vw 7.5vw 16vw;
	overflow: hidden;
}
.sk.about.together.foundation .layout_grid_wrap, .together.happiness .layout_grid_wrap, .together.social .layout_grid_wrap {
	max-width: none;
	padding: 9.34vw 7.5vw 6vw;
	overflow: hidden;
}
}
/* pc banner */
.together .together_section01 .together_banner01 {
	display: inline-block;
	position: relative;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 400px;
	overflow: hidden;
	background: #000;
}
.together .together_section01 .together_banner01 .together_cont_bg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	transition: opacity .5s ease-out;
} /*for Mac safari & other browsers*/
.together .together_section01 .together_banner01 .together_cont_bg {
	background-image: url(../images/happiness_main_banner01_v02.jpg);
	background-size: cover;
	background-position: center;
	transition: all .5s ease-out;
} /*mib190405 background 수정*/
.together.happiness .together_section01 .together_banner01 .together_cont_bg {
	background-image: url(../images/happiness_main_banner01_v02.jpg);
} /*mib190405 background 수정*/
.together.social .together_section01 .together_banner01 .together_cont_bg {
	background-image: url(../images/social_main_banner01.jpg);
}
.together.programs .together_section01 .together_banner01 .together_cont_bg {
	background-image: url(../images/programs_main_banner01.jpg);
}
.together.foundation .together_section01 .together_banner01 .together_cont_bg {
	background-image: url(../images/foundation_main_banner01.jpg);
}
.together .together_section01 .together_banner01 .together_cont_title {
	position: absolute;
	top: 40%;
	left: 50%;
	z-index: 1;
	font-size: 35px;
	line-height: 35px;
	font-weight: 100;
	color: #fff;
	opacity: 1;
	transition: all .5s ease-out;
	width: 750px;
	text-align: center;
	margin-left: -375px;
} /*mib190405 letterspacing 추가*/
.together .together_section01 .together_banner01 .together_cont_title > strong {
	display: block;
	font-weight: 500;
	line-height: 35px;
	margin-top: 20px;
}
.together .together_section01 .together_banner01 .together_cont_subTitle {
	position: absolute;
	top: 220px;
	left: 50%;
	z-index: 1;
	font-size: 15px;
	line-height: 32px;
	font-weight: 100;
	color: #fff;
	opacity: 0.7;
	transition: all .5s ease-out;
	width: 750px;
	text-align: center;
	margin-left: -375px;
}

@media only screen and (min-width:0) and (max-width:1023px) {
.together .together_section01 .together_banner01 .together_cont_bg {
	background-image: url(../images/mobile/happiness_m_main_banner01.jpg);
}
.together.social .together_section01 .together_banner01 .together_cont_bg {
	background-image: url(../images/mobile/social_m_main_banner01.jpg);
}
.together.programs .together_section01 .together_banner01 .together_cont_bg {
	background-image: url(../images/mobile/programs_m_main_banner01.jpg);
}
.together.foundation .together_section01 .together_banner01 .together_cont_bg {
	background-image: url(../images/mobile/foundation_m_main_banner01.jpg);
}
.together .together_section01 .together_banner01 .together_cont_title {
	left: 0;
	top: 35%;
	font-size: 5.34vw;
	line-height: 1.5;
	width: calc(100% - 40px);
	margin: 0 20px;
}
}

@media (max-width:1023px) {
}

@media only screen and (min-width:1024px) {
.happiness_titlegroup {
	display: block;
}
.happiness_title {
	font-size: 30px;
	font-weight: 100;
	color: #000000;
	word-break: keep-all;
	margin-bottom: 50px;
}
.happiness_title {
	font-size: 25px;
	font-weight: 500;
	letter-spacing: 0.06em;
}
.happiness_title .eng {
	position: relative;
	display: inline-block;
	line-height: 100%;
	font-size: 28px;
	top: 2px;
}
}
/*컨텐츠*/
.happiness_article_point {
	position: relative;
	font-weight: 600;
	letter-spacing: -0.01em;
	color: #de071a;
}
.happiness_article_point:lang(en) {
	font-weight: 700;
}
.happiness_article_point::before {
	position: absolute;
	content: '';
	background-color: #de071a;
	left: 0;
	bottom: 0;
}
.happiness_article_content {
	position: relative;
}
.happiness_article_content.cont-why {
}
.happiness_article_content.cont-dbl {
}
.happiness_article_content.cont-share {
}
.happiness_article_content.cont-spc {
}
.happiness_article_content.cont-happy {
}
.happiness_article_content.cont-mba {
}
.happiness_article_title {
	font-weight: 500;
	color: #000000;
}
.happiness_article_title:lang(en) {
	font-size: 21px;
	font-weight: 700;
	line-height: 1.2222;
	letter-spacing: 0;
} /*mib190819 추가*/
.happiness_article_title .red {
	display: inline-block;
	font-weight: 500;
	color: #de071a;
}
.happiness_article_title .red:lang(en) {
	font-weight: 700;
} /*mib190819 추가*/
.happiness_article_sub {
	font-weight: 500;
	line-height: 1.2222;
	color: #444;
} /*mib190819 lineheight 수정*/
.happiness_article_sub:lang(en) {
	letter-spacing: 0;
} /*mib190819 추가*/
.happiness_article_sub:lang(zh) {
	font-weight: 600;
} /*mib190819 추가*/
.happiness_article_sub_point {
	font-weight: 700;
	color: #d70000;
}
.happiness_article_sub_point:lang(zh) {
	letter-spacing: 0.06em;
} /*mib190819 추가*/
.happiness_article_desc {
	font-weight: 400;
	color: #444;
}
.happiness_article_desc:lang(en) {
	letter-spacing: 0;
	word-break: keep-all
} /*mib190819 추가*/
.happiness_figure {
	margin: 0;
}
.happiness_figure.cont-dbl {
}
.happiness_figure.cont-share {
	text-align: center;
}
.happiness_figure.cont-spc {
}
.happiness_figure.cont-happy {
	text-align: center;
}
.happiness_img {
	max-width: 100%;
}

@media (max-width:1023px) {
.happiness_article_point {
	padding-bottom: 8.1vw;
	margin-bottom: 8vw;
	font-size: 4vw;
	line-height: 4vw;
}
.happiness_article_point::before {
	width: 5.333334vw;
	height: 0.533334vw;
}
.happiness_article_content.cont-why {
	padding-bottom: 13.7vw;
}
.happiness_article_content.cont-dbl {
	padding-bottom: 13vw;
}
.happiness_article_content.cont-share {
	padding-bottom: 13.3333vw;
}
.about_img.happiness_article_content.cont-share {
	padding-bottom: 0;
}
.happiness_article_content.cont-spc {
	padding-bottom: 13.3333vw;
}
.happiness_article_content.cont-happy {
	padding-bottom: 8vw;
}
.happiness_article_content.cont-mba {
	padding-bottom: 4vw;
}
.happiness_article_title {
	margin-bottom: 8vw;
	font-size: 5.333334vw;
	line-height: 1.2222;
} /*mib190819 lineheight 수정*/
.happiness_article_title .red {
	line-height: 5.333334vw;
}
.happiness_article_title:lang(zh) {
	letter-spacing: 0
} /*mib190819 추가*/
.happiness_article_sub {
	margin-bottom: 4.65555vw;
	font-size: 4.26666vw;
}
.happiness_article_sub:lang(en) {
	font-size: 4vw;
	letter-spacing: -0.01em;
} /*mib190819 추가*/
.happiness_article_sub:lang(zh) {
	font-size: 4vw;
	letter-spacing: 0;
} /*mib190819 추가*/
.happiness_article_sub_point {
	margin-top: -0.6555vw;
	margin-bottom: 2.5vw;
	font-size: 4vw;
	line-height: 1.2222;
} /*mib190819 lineheight 수정*/
.happiness_article_desc {
	font-size: 4vw;
	line-height: 1.5;
}
.happiness_article_desc:lang(zh) {
	letter-spacing: 0em;
} /*mib190819 추가*/
.happiness_figure {
}
.happiness_figure.cont-dbl {
	padding: 5.3vw 0 8vw;
	text-align: center;
}
.sk.about .happiness_figure.cont-dbl {
	padding: 5.3vw 0 0;
	text-align: center;
}
.happiness_figure.cont-share {
	padding-top: 8vw;
}
.happiness_figure.cont-spc {
	padding-top: 8vw;
	text-align: center;
}
.happiness_figure.cont-sunny {
	padding-top: 8vw;
	text-align: center;
}
.happiness_figure.cont-happy {
	padding-top: 8vw;
}
.happiness_img {
}
.happiness_img.cont-dbl {
	width: 85.0073vw;
}
.happiness_img.cont-share {
	width: 70.0666vw;
}
.happiness_img.cont-spc {
	width: 84.5333vw;
}
.happiness_img.cont-happy {
	width: 25.3333vw;
}
}

@media (min-width:1024px) {
.happiness_article_point {
	padding-bottom: 32px;
	margin-bottom: 47px;
	font-size: 17px;
	line-height: 17px;
}
.happiness_article_point::before {
	width: 38px;
	height: 2px;
}
.happiness_article_content {
}
.happiness_article_content.cont-why {
	padding-bottom: 75px;
}
.happiness_article_content.cont-dbl {
	padding-bottom: 189px;
}
.happiness_article_content.cont-dbl:lang(zh) {
	padding-bottom: 94px;
} /*mib190819 추가*/
.happiness_article_content.cont-share {
	padding-bottom: 122px;
}
.happiness_article_content.cont-spc {
	padding-bottom: 150px;
}
.happiness_article_content.cont-spc:lang(en) {
	padding-bottom: 36px;
} /*mib190819 추가*/
.happiness_article_content.cont-spc:lang(zh) {
	padding-bottom: 84px;
} /*mib190819 추가*/
.happiness_article_content.cont-happy {
	padding: 51px 0 70px;
}
.happiness_article_content.cont-happy:lang(en) {
	padding-bottom: 20px;
} /*mib190819 추가*/
.happiness_article_content.cont-happy:lang(zh) {
	padding-bottom: 20px;
} /*mib190819 추가*/
.happiness_article_content.cont-mba {
	padding: 51px 0 75px;
}
.happiness_article_content.cont-mba:lang(en) {
	padding-bottom: 20px;
} /*mib190819 추가*/
.happiness_article_title {
	margin-bottom: 33px;
	font-size: 26px;
	line-height: 26px;
}
.happiness_article_title .red {
	line-height: 26px;
}
.happiness_article_title:lang(zh) {
	letter-spacing: 0.06em;
} /*mib190819 추가*/
.happiness_article_title .eng:lang(zh) {
	position: relative;
	display: inline-block;
	line-height: 100%;
	font-size: 28px;
	top: 2px;
} /*mib190819 추가*/
.happiness_article_sub {
	margin-bottom: 18px;
	font-size: 20px;
}
.happiness_article_sub:lang(zh) {
	font-size: 19px;
	letter-spacing: 0.06em;
} /*mib190819 추가*/
.happiness_article_sub_point {
	margin-top: -12px;
	margin-bottom: 5px;
	font-size: 17px;
	line-height: 37px;
}
.happiness_article_desc {
	font-size: 17px;
}
.happiness_article_desc:lang(zh) {
	letter-spacing: 0.06em;
} /*mib190819 추가*/
.happiness_article_desc.desc_shorts:lang(en) {
	max-width: 920px;
} /*mib190819 추가*/
.happiness_figure {
}
.happiness_figure.cont-dbl {
	position: absolute;
	top: 0;
	padding-left: 57.3%;
	margin-top: -27px;
}
.about_img.happiness_figure.cont-dbl {
	position: absolute;
	top: 0;
	padding-left: 55.3%;
	margin-top: 0px;
	right: 0
}
.happiness_figure.cont-share {
	padding-top: 50px;
}
.happiness_figure.cont-spc {
	position: absolute;
	top: 0;
	padding-left: 51.8%;
	margin-top: -27px;
}
.happiness_figure.cont-sunny {
	position: absolute;
	top: 0;
	padding-left: 51.8%;
	margin-top: 0;
}
.happiness_figure.cont-happy {
	padding-top: 50px;
}
.happiness_img {
}
}
.together.happiness .happiness_section02 .happiness_cont0, .together.happiness .happiness_section02 .happiness_cont1 {
	position: relative;
	width: 100%;
}
.together.happiness .happiness_section02 .happiness_cont0 .common_page_top_txt {
	font-size: 30px;
	font-weight: 100;
	color: #000000;
	word-break: keep-all;
	margin-bottom: 60px;
}
.together.happiness .happiness_section02 .happiness_cont1 .happiness_cont_h5 {
	position: relative;
	font-size: 17px;
	color: #de071a;
	line-height: 17px;
	height: 48px;
	margin-bottom: 50px;
	font-weight: 600;
	letter-spacing: -0.01em;
}
.together.happiness .happiness_section02 .happiness_cont1 .happiness_cont_h5::before {
	position: absolute;
	content: '';
	width: 26px;
	height: 2px;
	background-color: #de071a;
	left: 0;
	bottom: 0;
}
.together.happiness .happiness_section02 .happiness_cont1 .happiness_cont_h4 {
	font-size: 26px;
	font-weight: 500;
	color: #000000;
	margin-bottom: 30px;
	line-height: 26px;
}
.together.happiness .happiness_section02 .happiness_cont1 .happiness_cont_h4 > .red {
	line-height: 26px;
	display: inline-block;
}
.together.happiness .happiness_section02 .happiness_cont1 .happiness_cont_txt {
	font-size: 17px;
	color: #444;
	margin-bottom: 25px;
	font-weight: 400;
}
.together.happiness .happiness_section02 .happiness_cont1 .red {
	color: #de071a;
	font-weight: 500;
}

@media only screen and (min-width:0) and (max-width:1023px) {
.together.happiness .happiness_section02 .happiness_cont1 .happiness_cont_h5 {
	font-size: 4vw;
	line-height: 4vw;
	height: 12vw;
	margin-bottom: 8vw;
}
.together.happiness .happiness_section02 .happiness_cont1 .happiness_cont_h5::before {
	width: 5.333334vw;
	height: 0.533334vw;
}
.together.happiness .happiness_section02 .happiness_cont1 .happiness_cont_h4 {
	font-size: 5.333334vw;
	margin-bottom: 6vw;
	line-height: 5.333334vw;
}
.together.happiness .happiness_section02 .happiness_cont1 .happiness_cont_h4 > .red {
	line-height: 5.333334vw;
}
.together.happiness .happiness_section02 .happiness_cont1 .happiness_cont_txt {
	font-size: 4vw;
	margin-bottom: 4vw;
}
}
/* happiness_cont2 */
.together.happiness .happiness_section02 .happiness_cont2 {
	margin-top: 45px;
}
.together.happiness .happiness_section02 .happiness_cont2 .happiness_bg {
	position: relative;
	margin: 0 auto;
	width: 566px;
	height: 563px;
	overflow: hidden;
	background-image: url("../images/happiness_cont_img.png");
	background-repeat: no-repeat;
	background-position: center center;
}
.together.happiness .happiness_section02 .happiness_cont2 .happiness_bg .subTit {
	position: absolute;
	font-size: 16px;
	color: #000;
	text-align: center;
	font-weight: 500;
	width: 175px;
	top: 65px;
}
.together.happiness .happiness_section02 .happiness_cont2 .happiness_bg .subTit.subTit01 {
	left: 0;
}
.together.happiness .happiness_section02 .happiness_cont2 .happiness_bg .subTit.subTit02 {
	left: 195px;
}
.together.happiness .happiness_section02 .happiness_cont2 .happiness_bg .subTit.subTit03 {
	left: 390px;
}
.together.happiness .happiness_section02 .happiness_cont2 .happiness_bg .lineTit {
	position: absolute;
	width: 100%;
	font-size: 17px;
	line-height: 17px;
	color: #000;
	text-align: center;
	font-weight: 500;
	top: 212px;
	left: 0;
}
.together.happiness .happiness_section02 .happiness_cont2 .happiness_bg .mainTit {
	position: absolute;
	width: 100%;
	font-size: 25px;
	line-height: 40px;
	letter-spacing: -0.01em;
	color: #ffffff;
	text-align: center;
	font-weight: 300;
	top: 410px;
	left: 0;
}

@media only screen and (min-width:0) and (max-width:1023px) {
.together.happiness .happiness_section02 .happiness_cont2 {
	margin-top: 4vw;
}
.together.happiness .happiness_section02 .happiness_cont2 .happiness_bg {
	width: 100%;
	height: 86vw;
	background-size: 80vw;
	background-image: url("../images/mobile/happiness_m_cont_img.png");
}
.together.happiness .happiness_section02 .happiness_cont2 .happiness_bg .subTit {
	font-size: 3.74vw;
	width: auto;
	top: 9vw;
	font-weight: 600;
}
.together.happiness .happiness_section02 .happiness_cont2 .happiness_bg .subTit.subTit01 {
	left: 7vw;
} /*mib190405 left 수정*/
.together.happiness .happiness_section02 .happiness_cont2 .happiness_bg .subTit.subTit02 {
	left: 33vw;
} /*mib190405 left 수정*/
.together.happiness .happiness_section02 .happiness_cont2 .happiness_bg .subTit.subTit03 {
	left: 59vw;
} /*mib190405 left 수정*/
.together.happiness .happiness_section02 .happiness_cont2 .happiness_bg .lineTit {
	font-size: 3.74vw;
	line-height: 3.74vw;
	top: 32.6vw;
}
.together.happiness .happiness_section02 .happiness_cont2 .happiness_bg .mainTit {
	font-size: 4.8vw;
	top: 60vw;
	line-height: 1.3
} /*mib190405 lineheight 추가*/
}
/*==================== careers Styles ==========================*/
/* Layout & common */
.careers a:focus, .careers input:focus, .careers button:focus, .careers textarea:focus { /*outline:0;*/
}
.careers.person .layout_grid_wrap, .careers.policy .layout_grid_wrap {
	max-width: 1000px;
	padding: 60px 0 100px;
}

@media only screen and (min-width:0) and (max-width:1023px) {
.careers.person .layout_grid_wrap {
	max-width: none;
	padding: 9.34vw 0 16vw;
}
.careers.policy .layout_grid_wrap {
	max-width: none;
	padding: 9.34vw 7.5vw 16vw;
}
}
.careers .careers_section01 .careers_banner01 {
	display: inline-block;
	position: relative;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 400px;
	overflow: hidden;
	background: #000;
}
.careers .careers_section01 .careers_banner01 .careers_cont_bg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	transition: opacity .5s ease-out;
} /*for Mac safari & other browsers*/
.careers .careers_section01 .careers_banner01 .careers_cont_bg {
	background-image: url(../images/person_main_banner01.jpg);
	background-size: cover;
	background-position: center;
	transition: all .5s ease-out;
}
.careers.person .careers_section01 .careers_banner01 .careers_cont_bg {
	background-image: url(../images/person_main_banner01.jpg);
}
.careers.policy .careers_section01 .careers_banner01 .careers_cont_bg {
	background-image: url(../images/policy_main_banner01.jpg);
}
.careers .careers_section01 .careers_banner01 .careers_cont_title {
	position: absolute;
	top: 40%;
	left: 50%;
	z-index: 1;
	font-size: 35px;
	line-height: 35px;
	font-weight: 100;
	color: #fff;
	opacity: 1;
	transition: all .5s ease-out;
	width: 800px;
	text-align: center;
	margin-left: -400px;
}
.careers .careers_section01 .careers_banner01 .careers_cont_title > strong {
	display: block;
	font-weight: 500;
	line-height: 35px;
	margin-top: 20px;
}
.careers .careers_section01 .careers_banner01 .careers_cont_subTitle {
	position: absolute;
	top: 220px;
	left: 50%;
	z-index: 1;
	font-size: 15px;
	line-height: 32px;
	font-weight: 100;
	color: #fff;
	opacity: 0.7;
	transition: all .5s ease-out;
	width: 800px;
	text-align: center;
	margin-left: -400px;
}

@media only screen and (min-width:0) and (max-width:1023px) {
.careers .careers_section01 .careers_banner01 {
}
.careers .careers_section01 .careers_banner01 .careers_cont_title {
	left: 0;
	font-size: 5.34vw;
	line-height: 1.5;
	width: calc(100% - 40px);
	margin: 0 20px;
}
}
/*==================== person page Styles ==========================*/
.careers.person .person_section02 .layout_grid_cont1 {
	position: relative;
	width: 100%;
}
.careers.person .person_section02 .person_cont0 .common_page_top_txt {
	font-size: 30px;
	font-weight: 100;
	color: #000000;
	word-break: keep-all;
	margin-bottom: 60px;
}
.careers.person .person_section02 .person_cont1 {
	background: url("../images/person_cont01_bg.png") no-repeat right top 50px;
	height: 363px;
}
.careers.person .person_section02 .person_cont2 {
	background: url("../images/person_cont02_bg.png") no-repeat right top 50px;
	height: 326px;
}
.careers.person .person_section02 .layout_grid_cont1 .person_cont_h5 {
	position: relative;
	font-size: 17px;
	color: #de071a;
	line-height: 17px;
	height: 48px;
	margin-bottom: 50px;
	font-weight: 600;
	letter-spacing: -0.01em;
}
.careers.person .person_section02 .layout_grid_cont1 .person_cont_h5::before {
	position: absolute;
	content: '';
	width: 26px;
	height: 2px;
	background-color: #de071a;
	left: 0;
	bottom: 0;
}
.careers.person .person_section02 .layout_grid_cont1 .person_cont_h4 {
	font-size: 26px;
	font-weight: 500;
	color: #000000;
	margin-bottom: 30px;
}
.careers.person .person_section02 .person_cont1 .person_subCont {
	position: relative;
	width: 680px;
	padding: 0;
}
.careers.person .person_section02 .person_cont1 .person_subCont > li {
	float: left;
	width: 50%;
}
.careers.person .person_section02 .person_cont1 .person_subCont > li .person_cont_subTit {
	font-size: 17px;
	color: #de071a;
	line-height: 17px;
	margin-bottom: 15px;
	font-weight: 600;
}
.careers.person .person_section02 .layout_grid_cont1 .person_cont_txt {
	font-size: 17px;
	color: #444;
	margin-bottom: 25px;
}
.careers.person .person_section02 .layout_grid_cont1 .red {
	color: #de071a;
	font-weight: 500;
}

@media only screen and (min-width:0) and (max-width:1023px) {
.careers.person .person_section02 .layout_grid_cont1 {
	padding: 0 7.5vw
}
.careers.person .person_section02 .person_cont1 {
	background: url("../images/mobile/person_m_cont01_bg.png") no-repeat right -11.733vw top 40vw / 60vw;
	height: 122vw;
}
.careers.person .person_section02 .person_cont2 {
	background: url("../images/mobile/person_m_cont02_bg.png") no-repeat right -11.733vw top 40vw / 60vw;
	height: 121vw;
}
.careers.person .person_section02 .layout_grid_cont1 .person_cont_h5 {
	font-size: 4vw;
	line-height: 4vw;
	height: 12vw;
	margin-bottom: 8vw;
}
.careers.person .person_section02 .layout_grid_cont1 .person_cont_h5::before {
	width: 5.333334vw;
	height: 0.533334vw;
}
.careers.person .person_section02 .layout_grid_cont1 .person_cont_h4 {
	font-size: 5.333334vw;
	margin-bottom: 6vw;
}
.careers.person .person_section02 .person_cont1 .person_subCont {
	width: 100%;
}
.careers.person .person_section02 .person_cont1 .person_subCont > li {
	width: 100%;
}
.careers.person .person_section02 .person_cont1 .person_subCont > li .person_cont_subTit {
	font-size: 4vw;
	line-height: 4vw;
	margin-bottom: 4vw;
}
.careers.person .person_section02 .layout_grid_cont1 .person_cont_txt {
	font-size: 4vw;
	margin-bottom: 4vw;
}
}
/*==================== person page Styles ==========================*/
.careers .careers_section01 .careers_banner01 .careers_cont_title {
	letter-spacing: 0.06em;
}
.careers .careers_section01 .careers_banner01 .careers_cont_title span.eng {
	position: relative;
	display: inline-block;
	line-height: 100%;
	font-size: 37px;
	top: 1px;
}
.careers.person .person_section02 .person_cont0 .common_page_top_txt {
	letter-spacing: 0.06em;
	font-size: 25px;
}
.careers.person .person_section02 .person_cont0 .common_page_top_txt span.eng {
	position: relative;
	display: inline-block;
	line-height: 100%;
	font-size: 28px;
	top: 2px;
}
.careers.person .person_section02 .layout_grid_cont1 .person_cont_h4 {
	letter-spacing: 0.06em;
}
.careers.person .person_section02 .layout_grid_cont1 .person_cont_h5 {
	font-weight: 700;
}
.careers.person .person_section02 .layout_grid_cont1 .person_cont_txt {
	letter-spacing: 0.06em;
}

@media only screen and (min-width:0) and (max-width:1023px) {
.careers .careers_section01 .careers_banner01 .careers_cont_title {
}
.careers.person .person_section02 .layout_grid_cont1 .person_cont_txt {
	width: 45%;
}
.careers.person .person_section02 .layout_grid_cont1.person_cont2 .person_cont_txt {
	width: 50%;
}
.careers.person .person_section02 .person_cont2 {
	height: 100vw;
	background: url("../images/mobile/person_m_cont02_bg.png") no-repeat right -11.733vw top 30vw / 60vw;
}
}
/*==================== policy page Styles ==========================*/
.careers.policy .policy_section02 .layout_grid_cont1 {
	position: relative;
	width: 100%;
}
.careers.policy .policy_section02 .policy_cont0 .common_page_top_txt {
	font-size: 30px;
	font-weight: 100;
	color: #000000;
	word-break: keep-all;
	margin-bottom: 60px;
}
.careers.policy .policy_section02 .layout_grid_cont1 .policy_cont_h5 {
	position: relative;
	font-size: 17px;
	color: #de071a;
	line-height: 17px;
	height: 48px;
	margin-bottom: 50px;
	font-weight: 600;
	letter-spacing: -0.01em;
}
.careers.policy .policy_section02 .layout_grid_cont1 .policy_cont_h5::before {
	position: absolute;
	content: '';
	width: 26px;
	height: 2px;
	background-color: #de071a;
	left: 0;
	bottom: 0;
}
.careers.policy .policy_section02 .layout_grid_cont1 .policy_cont_h4 {
	font-size: 26px;
	font-weight: 500;
	color: #000000;
	margin-bottom: 30px;
	line-height: 26px;
}
.careers.policy .policy_section02 .layout_grid_cont1 ul {
	position: relative;
	width: 100%;
}
.careers.policy .policy_section02 .policy_cont1, .careers.policy .policy_section02 .policy_cont2 {
	margin-bottom: 90px;
}
.careers.policy .policy_section02 .policy_cont1 ul, .careers.policy .policy_section02 .policy_cont3 ul {
	padding: 0 30px;
}
.careers.policy .policy_section02 .layout_grid_cont1 ul > li {
	float: left;
}
.careers.policy .policy_section02 .policy_cont1 ul > li, .careers.policy .policy_section02 .policy_cont3 ul > li {
	width: 50%;
	margin-right: 0;
}
.careers.policy .policy_section02 .policy_cont1 ul > li:last-child, .careers.policy .policy_section02 .policy_cont3 ul > li:last-child {
	margin-right: 0;
}
.careers.policy .policy_section02 .policy_cont2 ul > li {
	width: 50%;
}
.careers.policy .policy_section02 .layout_grid_cont1 ul > li .content_title {
	font-size: 20px;
	color: #de071a;
	font-weight: 600;
	letter-spacing: -0.01em;
	line-height: 20px;
}
.careers.policy .policy_section02 .layout_grid_cont1 ul > li .content_title .num {
	display: block;
	font-family: 'Roboto', 'Noto Sans KR', sans-serif;
	line-height: 20px;
	margin-bottom: 10px;
}
.careers.policy .policy_section02 .layout_grid_cont1 ul .policy_cont01_content01 .content_title {
	height: 150px;
	background: url("../images/policy_cont1_bg01.png") no-repeat center center;
	padding-top: 25px;
	padding-left: 45px;
}
.careers.policy .policy_section02 .layout_grid_cont1 ul .policy_cont01_content02 .content_title {
	height: 150px;
	background: url("../images/policy_cont1_bg02.png") no-repeat center center;
	padding-top: 25px;
	padding-left: 45px;
}
.careers.policy .policy_section02 .layout_grid_cont1 ul .policy_cont01_content03 .content_title {
	height: 150px;
	background: url("../images/policy_cont1_bg03.png") no-repeat center center;
	padding-top: 25px;
	padding-left: 45px;
}
.careers.policy .policy_section02 .layout_grid_cont1 ul .policy_cont02_content01 .content_title {
	height: 195px;
	background: url("../images/policy_cont2_bg01.png") no-repeat center center;
	padding-top: 40px;
	padding-left: 70px;
}
.careers.policy .policy_section02 .layout_grid_cont1 ul .policy_cont02_content02 .content_title {
	height: 195px;
	background: url("../images/policy_cont2_bg02.png") no-repeat center center;
	padding-top: 40px;
	padding-left: 70px;
}
.careers.policy .policy_section02 .layout_grid_cont1 ul .policy_cont03_content01 .content_title {
	height: 150px;
	background: url("../images/policy_cont3_bg01.png") no-repeat center center;
	padding-top: 25px;
	padding-left: 25px;
	line-height: 1.5;
	margin-bottom: 15px;
}
.careers.policy .policy_section02 .layout_grid_cont1 ul .policy_cont03_content02 .content_title {
	height: 150px;
	background: url("../images/policy_cont3_bg02.png") no-repeat left 70px center;
	padding-top: 30px;
	padding-left: 25px;
	margin-bottom: 15px;
}
.careers.policy .policy_section02 .layout_grid_cont1 ul .policy_cont03_content03 .content_title {
	height: 150px;
	background: url("../images/policy_cont3_bg03.png") no-repeat left 70px center;
	padding-top: 30px;
	padding-left: 25px;
	margin-bottom: 15px;
}
.careers.policy .policy_section02 .layout_grid_cont1 ul > li .content_txt {
	font-size: 17px;
	color: #444444;
}
.careers.policy .policy_section02 .policy_cont1 ul > li .content_txt, .careers.policy .policy_section02 .policy_cont2 ul > li .content_txt {
	text-align: center;
	margin-top: 15px;
}
.careers.policy .policy_section02 .policy_cont2 ul > li .cont02_img_wrap {
	position: relative;
	width: 100%;
	height: 195px;
}
.careers.policy .policy_section02 .policy_cont2 ul .policy_cont02_content01 .cont02_img_wrap .left_txt {
	position: absolute;
	font-size: 18px;
	line-height: 18px;
	color: #000000;
	font-weight: 500;
	top: 140px;
	left: 156px;
}
.careers.policy .policy_section02 .policy_cont2 ul .policy_cont02_content01 .cont02_img_wrap .right_txt {
	position: absolute;
	font-size: 15px;
	color: #666666;
	font-weight: 300;
	text-align: center;
}
.careers.policy .policy_section02 .policy_cont2 ul .policy_cont02_content01 .cont02_img_wrap .right_txt.right_txt01 {
	top: 36px;
	left: 274px;
}
.careers.policy .policy_section02 .policy_cont2 ul .policy_cont02_content01 .cont02_img_wrap .right_txt.right_txt02 {
	top: 36px;
	left: 366px;
}
.careers.policy .policy_section02 .policy_cont2 ul .policy_cont02_content01 .cont02_img_wrap .right_txt.right_txt03 {
	top: 118px;
	left: 274px;
}
.careers.policy .policy_section02 .policy_cont2 ul .policy_cont02_content01 .cont02_img_wrap .right_txt.right_txt04 {
	top: 118px;
	left: 353px;
}
.careers.policy .policy_section02 .policy_cont2 ul .policy_cont02_content02 .cont02_img_wrap .left_txt {
	position: absolute;
	font-size: 18px;
	line-height: 18px;
	color: #000000;
	font-weight: 500;
	top: 140px;
	left: 150px;
}
.careers.policy .policy_section02 .policy_cont2 ul .policy_cont02_content02 .cont02_img_wrap .right_txt {
	position: absolute;
	font-size: 18px;
	line-height: 18px;
	color: #000000;
	font-weight: 500;
	top: 140px;
	right: 133px;
}
.careers.policy .policy_section02 .policy_cont3 ul > li > p {
	padding-left: 75px;
}
.careers.policy .policy_section02 .policy_cont3 ul > li .content_tit {
	position: relative;
	font-size: 17px;
	color: #444444;
	font-weight: 500;
}
.careers.policy .policy_section02 .policy_cont3 ul > li .content_tit::before {
	content: '';
	position: absolute;
	width: 4px;
	height: 2px;
	background-color: #666666;
	left: 56px;
	top: 11.5px;
}
.careers.policy .policy_section02 .policy_cont3 ul > li .content_txt {
	margin-bottom: 10px;
}

@media only screen and (min-width:0) and (max-width:1023px) {
.careers.policy .policy_section02 .layout_grid_cont1 .policy_cont_h5 {
	font-size: 4vw;
	line-height: 4vw;
	height: 12vw;
	margin-bottom: 7vw;
}
.careers.policy .policy_section02 .layout_grid_cont1 .policy_cont_h5::before {
	width: 5.333334vw;
	height: 0.533334vw;
}
.careers.policy .policy_section02 .layout_grid_cont1 .policy_cont_h4 {
	font-size: 5.333334vw;
	margin-bottom: 6vw;
	line-height: 1.5;
}
.careers.policy .policy_section02 .policy_cont1, .careers.policy .policy_section02 .policy_cont2 {
	margin-bottom: 28vw;
}
.careers.policy .policy_section02 .policy_cont1 ul, .careers.policy .policy_section02 .policy_cont3 ul {
	padding: 0;
}
.careers.policy .policy_section02 .policy_cont1 ul > li, .careers.policy .policy_section02 .policy_cont3 ul > li {
	width: 100%;
	margin-right: 0;
}
.careers.policy .policy_section02 .policy_cont2 ul > li {
	width: 100%;
}
.careers.policy .policy_section02 .layout_grid_cont1 ul > li .content_title {
	font-size: 4.27vw;
	line-height: 4.27vw;
}
.careers.policy .policy_section02 .layout_grid_cont1 ul > li .content_title .num {
	font-size: 3.47vw;
	line-height: 3.47vw;
	margin-bottom: 2vw;
}
.careers.policy .policy_section02 .layout_grid_cont1 ul .policy_cont01_content01 .content_title {
	height: 26.667vw;
	background: url("../images/mobile/policy_m_cont1_bg01.png") no-repeat left 36vw center / 26.667vw;
	padding-top: 8vw;
	padding-left: 25vw;
}
.careers.policy .policy_section02 .layout_grid_cont1 ul .policy_cont01_content02 .content_title {
	height: 26.667vw;
	background: url("../images/mobile/policy_m_cont1_bg02.png") no-repeat left 36vw center / 26.667vw;
	padding-top: 8vw;
	padding-left: 25vw;
	margin-top: 8vw;
}
.careers.policy .policy_section02 .layout_grid_cont1 ul .policy_cont01_content03 .content_title {
	height: 26.667vw;
	background: url("../images/mobile/policy_m_cont1_bg03.png") no-repeat left 36vw center / 26.667vw;
	padding-top: 8vw;
	padding-left: 25vw;
	margin-top: 8vw;
}
.careers.policy .policy_section02 .layout_grid_cont1 ul .policy_cont02_content01 .content_title {
	height: 36.267vw;
	background: url("../images/mobile/policy_m_cont2_bg01.png") no-repeat left 12vw center / 65.467vw;
	padding-top: 8vw;
	padding-left: 8.8vw;
}
.careers.policy .policy_section02 .layout_grid_cont1 ul .policy_cont02_content02 .content_title {
	height: 36.267vw;
	background: url("../images/mobile/policy_m_cont2_bg02.png") no-repeat left 12vw center / 67.333vw;
	padding-top: 8vw;
	padding-left: 8.8vw;
	margin-top: 8vw;
}
.careers.policy .policy_section02 .layout_grid_cont1 ul .policy_cont03_content01 .content_title {
	height: 36.267vw;
	background: url("../images/mobile/policy_m_cont3_bg01.png") no-repeat left 26.333vw center / 36.267vw;
	padding-top: 2vw;
	padding-left: 14.267vw;
	margin-bottom: 2vw;
}
.careers.policy .policy_section02 .layout_grid_cont1 ul .policy_cont03_content02 .content_title {
	height: 36.267vw;
	background: url("../images/mobile/policy_m_cont3_bg02.png") no-repeat left 26.333vw center / 36.267vw;
	padding-top: 9.333vw;
	padding-left: 14.267vw;
	margin-bottom: 2vw;
	margin-top: 5.333vw;
}
.careers.policy .policy_section02 .layout_grid_cont1 ul .policy_cont03_content03 .content_title {
	height: 36.267vw;
	background: url("../images/mobile/policy_m_cont3_bg03.png") no-repeat left 26.333vw center / 36.267vw;
	padding-top: 9.333vw;
	padding-left: 14.267vw;
	margin-bottom: 2vw;
	margin-top: 5.333vw;
}
.careers.policy .policy_section02 .layout_grid_cont1 ul > li .content_txt {
	font-size: 4vw;
}
.careers.policy .policy_section02 .policy_cont1 ul > li .content_txt, .careers.policy .policy_section02 .policy_cont2 ul > li .content_txt {
	margin-top: 2vw;
}
.careers.policy .policy_section02 .policy_cont2 ul > li .cont02_img_wrap {
	height: 36.267vw;
}
.careers.policy .policy_section02 .policy_cont2 ul .policy_cont02_content01 .cont02_img_wrap .left_txt {
	font-size: 4vw;
	line-height: 4vw;
	top: 26.133vw;
	left: 26.667vw;
}
.careers.policy .policy_section02 .policy_cont2 ul .policy_cont02_content01 .cont02_img_wrap .right_txt {
	font-size: 3.467vw;
}
.careers.policy .policy_section02 .policy_cont2 ul .policy_cont02_content01 .cont02_img_wrap .right_txt.right_txt01 {
	top: 7.2vw;
	left: 48.8vw;
}
.careers.policy .policy_section02 .policy_cont2 ul .policy_cont02_content01 .cont02_img_wrap .right_txt.right_txt02 {
	top: 7.2vw;
	left: 65.733vw;
}
.careers.policy .policy_section02 .policy_cont2 ul .policy_cont02_content01 .cont02_img_wrap .right_txt.right_txt03 {
	top: 22.133vw;
	left: 48.8vw;
}
.careers.policy .policy_section02 .policy_cont2 ul .policy_cont02_content01 .cont02_img_wrap .right_txt.right_txt04 {
	top: 22.133vw;
	left: 62.933vw;
}
.careers.policy .policy_section02 .policy_cont2 ul .policy_cont02_content02 .cont02_img_wrap .left_txt {
	font-size: 4vw;
	line-height: 4vw;
	top: 26.133vw;
	left: 26.133vw;
}
.careers.policy .policy_section02 .policy_cont2 ul .policy_cont02_content02 .cont02_img_wrap .right_txt {
	font-size: 4vw;
	line-height: 4vw;
	top: 26.133vw;
	right: 14.467vw;
}
.careers.policy .policy_section02 .policy_cont3 ul > li > p {
	padding-left: 0;
}
.careers.policy .policy_section02 .policy_cont3 ul > li .content_tit {
	font-size: 4vw;
	color: #000000;
	float: left;
	margin-bottom: 1.4vw;
	width: 35vw;
	padding-left: 8vw;
}
.careers.policy .policy_section02 .policy_cont3 ul > li .content_tit::before {
	width: 0.8vw;
	height: 0.533vw;
	left: 6vw;
	top: 3vw;
}
.careers.policy .policy_section02 .policy_cont3 ul > li .content_txt {
	margin-bottom: 0;
	float: right;
	margin-bottom: 1.4vw;
	width: 50vw;
}
}
.news-contact {
}

@media (max-width: 1023px) {
.news-contact {
	padding: 25px 0;
}
}

@media (min-width: 1024px) {
.news-contact {
	margin-top: -15px;
	margin-bottom: 26px;
}
}
.news-contact .news-contact-tit {
	font-weight: 600;
	letter-spacing: -0.01em;
	color: #000;
}

@media (max-width: 1023px) {
.news-contact .news-contact-tit {
	font-size: 3.75vw;
	line-height: 1.583333;
}
}

@media (min-width: 1024px) {
.news-contact .news-contact-tit {
	font-size: 16px;
	line-height: 1;
}
}
.news-contact .news-contact-desc {
	font-weight: 400;
	color: #000;
}

@media (max-width: 1023px) {
.news-contact .news-contact-desc {
	font-size: 3.2vw;
	line-height: 1.583333;
}
}

@media (min-width: 1024px) {
.news-contact .news-contact-desc {
	font-size: 14px;
	line-height: 20px;
}
}
.news-contact .news-contact-desc a {
	text-decoration: none;
	color: #000;
}
/*---------------  招聘信息  ---------------*/
.careers.recruit .careers_section01 .careers_banner01 .careers_cont_bg {
	background-image: url("../images/policy_main_banner03.jpg");
	background-size: cover;
	background-position: center;
	transition: all .5s ease-out;
}
.recruit .layout_main .container {
	padding: 60px 0 70px;
}
.affiliates_section02_point {
	display: inline-block;
	position: relative;
	height: 49px;
	padding-left: 6px;
	font-size: 17px;
	line-height: 1;
	font-weight: 600;
	letter-spacing: -0.01em;
	color: #de071a;
}
.affiliates_section02_point::before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 47px;
	left: 6px;
	width: 25px;
	height: 2px;
	background: #de071a;
}

@media only screen and (max-width: 1023px) and (min-width: 0) {
.recruit .layout_main .container {
	max-width: none;
	padding: 9.34vw 7.5vw 16vw;
}
}

@media (max-width: 768px) {
.bg-red {
	font-size: 4vw !important;
	line-height: 4vw !important;
	height: 12vw !important;
	margin-bottom: 7vw;
	position: relative;
	color: #de071a !important;
	font-weight: 600;
	letter-spacing: -0.01em;
	background-color: #fff !important;
	text-align: left;
	padding-top: 0 !important;
}
.bg-red h2 {
	display: none;
}
.bg-red h4 {
	font-size: 4vw;
	line-height: 4vw;
	height: 12vw;
	margin-bottom: 7vw;
}
.bg-red h4::before {
	position: absolute;
	content: '';
	width: 5.333334vw;
	height: 0.533334vw;
	background-color: #de071a;
	left: 0;
	bottom: 0;
}
}
.bg-red {
	background-color: #ff6a68;
	color: #fff;
	position: relative;
	font-size: 17px;
	line-height: 17px;
	height: 190px;
	font-weight: bold;
	letter-spacing: -0.01em;
	padding-top: 45px;
	margin-bottom: 30px;
}
.list-topics-content {
	position: relative;
	top: -98px;
	z-index: 1;
}
.list-topics-content ul {
	text-align: center;
}
.list-topics-content ul li {
	display: inline-block;
}
.single-list-topics-content {
	height: 190px;
	background: #fff;
	border: 1px solid rgbs(#000, 0.2);
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	position: relative;
	padding: 30px;
	margin-bottom: 30px;
}
.single-list-topics-content h4 {
	margin: 15px 0;
}
.single-list-topics-icon [class^="flaticon-"]:before, .single-list-topics-icon [class*=" flaticon-"]:before, .single-list-topics-icon [class^="flaticon-"]:after, .single-list-topics-icon [class*=" flaticon-"]:after {
	font-size: 45px;
	color: #343a3f;
}
.single-list-topics-content:hover .single-list-topics-icon [class^="flaticon-"]:before, .single-list-topics-content:hover .single-list-topics-icon [class*=" flaticon-"]:before, .single-list-topics-content:hover .single-list-topics-icon [class^="flaticon-"]:after, .single-list-topics-content:hover .single-list-topics-icon [class*=" flaticon-"]:after {
	color: #fff;
}
.single-list-topics-content:hover {
	-webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.25);
	-ms-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.25);
	-o-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.25);
	cursor: pointer;
}
.single-list-topics-content span {
	font-size: 10px;
	color: #FF6063;
	border: 1px solid #FF6063;
	padding: 2px 15px;
	border-radius: 100px;
}
.single-list-topics-content p {
	margin: 0;
	color: #666;
}
.single-list-topics-content .one-column {
	color: #f1caa3;
	margin-top: 3px;
}
.single-list-topics-content:hover .one-column {
	color: #b99470;
}
/*-------- 分页 -----*/
.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px
}
.pagination > li {
	display: inline
}
.pagination > li > a, .pagination > li > span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #afafaf;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
	margin-left: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px
}
.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
	z-index: 2;
	color: #666;
	background-color: #eee;
	border-color: #ddd
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
	z-index: 3;
	color: #f1152f;
	cursor: default;
	background-color: #fff;
	border-color: #f1152f
}
.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
	color: #777;
	cursor: not-allowed;
	background-color: #fff;
	border-color: #ddd
}
.pagination-lg > li > a, .pagination-lg > li > span {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333
}
.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px
}
.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px
}
.pagination-sm > li > a, .pagination-sm > li > span {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5
}
.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px
}
.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px
}
/*-------------------- news_section01 --------------------*/
.media.news .fh5co-bg-section .container {
	max-width: 1000px;
	padding: 60px 0 100px;
}
.media.news .news_section01 .news_banner01 .news_cont_bg {
	background-image: url(../images/news_main_banner01.jpg);
}
.media.news .news_section01 .news_banner01 .news_cont_bg {
	background-image: url(../images/news_main_banner01.jpg);
	background-size: cover;
	background-position: center;
	transition: all .5s ease-out;
}
.media.news .news_section01 .news_banner01 .news_cont_bg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	transition: opacity .5s ease-out;
}
.media.news .news_section01 .news_banner01 .news_cont_title {
	position: absolute;
	top: 40%;
	left: 50%;
	z-index: 1;
	font-size: 35px;
	line-height: 35px;
	font-weight: 100;
	color: #fff;
	opacity: 1;
	transition: all .5s ease-out;
	width: 750px;
	text-align: center;
	margin-left: -375px;
}
.media.news .news_section01 .news_banner01 .news_cont_title > strong {
	display: block;
	font-weight: 500;
	line-height: 35px;
	margin-top: 20px;
}
.media.news .news_section01 .news_banner01 {
	display: inline-block;
	position: relative;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 400px;
	overflow: hidden;
}
.media.news .news_section01 .news_section_h {
	font-size: 40px;
	font-weight: 500;
	color: #000000;
	padding-top: 60px;
	padding-bottom: 30px;
}
.media.news .news_section01 .news_banner_list {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px;
}
.media.news .news_section01 .news_banner_list > li {
	float: left;
	width: 50%;
}
.media.news .news_section01 .news_banner_list > li:nth-child(odd) .banner_cont {
	margin-right: 30px;
}
.media.news .news_section01 .news_banner_list > li:nth-child(even) .banner_cont {
	margin-left: 30px;
}
.media.news .news_section01 .news_banner_list .banner_cont {
	margin-bottom: 34px;
}
.media.news .news_section01 .news_banner_list .banner_cont > a {
	display: block;
}
.media.news .news_section01 .news_banner_list .banner_cont .banner_cont_img {
	margin-bottom: 15px;
	height: 185px;
	overflow: hidden;
}
.media.news .news_section01 .news_banner_list .banner_cont .banner_cont_img > img {
	width: 100%;
}
.media.news .news_section01 .news_banner_list .banner_cont .banner_cont_cate {
	font-size: 15px;
	color: #de071a;
	margin-bottom: 5px;
}
.media.news .news_section01 .news_banner_list .banner_cont .banner_cont_title {
	font-size: 17px;
	color: #000000;
	letter-spacing: -1.1px;
	margin-bottom: 5px;
	display: block;
	width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.media.news .news_section01 .news_banner_list .banner_cont .banner_cont_date {
	font-family: 'Roboto', 'Noto Sans KR', sans-serif;
	font-size: 13px;
	color: #878787;
}

@media only screen and (min-width:1024px) and (max-width:1199px) {
.media.news .news_section01 .news_section_h {
	padding-top: 30px;
}
}

@media only screen and (min-width:0) and (max-width:1023px) {
.media.news .fh5co-bg-section .container {
	max-width: none;
	padding: 9.34vw 7.5vw 16vw;
	overflow: hidden;
}
.sk-news {
	margin-bottom: 0px;
}
.media.news .news_section01 .news_banner01 .news_cont_title {
	left: 0;
	font-size: 5.34vw;
	line-height: 1.5;
	width: calc(100% - 40px);
	margin: 0 20px;
}
.media.news .news_section01 {
	width: 100%;
	margin: 0 auto;
}
.media.news .news_section01 .news_section_h {
	display: none;
}
.media.news .news_section01 .news_banner_list {
	margin-bottom: 10px;
}
.media.news .news_section01 .news_banner_list > li {
	width: 100%;
}
.media.news .news_section01 .news_banner_list > li:nth-child(odd) .banner_cont {
	margin-right: 0;
}
.media.news .news_section01 .news_banner_list > li:nth-child(even) .banner_cont {
	margin-left: 0;
}
.media.news .news_section01 .news_banner_list .banner_cont {
	margin-bottom: 4.2vw;
}
.media.news .news_section01 .news_banner_list .banner_cont .banner_cont_img {
	margin-bottom: 2.8vw;
	height: auto;
}
.media.news .news_section01 .news_banner_list .banner_cont .banner_cont_cate {
	font-size: 3.2vw;
	margin-bottom: 5px;
}
.media.news .news_section01 .news_banner_list .banner_cont .banner_cont_title {
	font-size: 4.2vw;
	margin-bottom: 1.4vw;
	line-height: 5.6vw;
	letter-spacing: 0;
	white-space: normal;
	word-break: keep-all;
}
.media.news .news_section01 .news_banner_list .banner_cont .banner_cont_date {
	font-size: 2.6vw;
}
}
/*-------------------- 新闻详情 --------------------*/
.media.news.news_view .layout_main.container {
	max-width: 1000px;
	padding: 0px 0 100px;
}
.media.news.news_view .news_view_top {
	position: relative;
	width: 100%;
}
.media.news.news_view .news_view_top > div {
	position: relative;
	width: 100%;
	border-top: 1px solid #444444;
	border-bottom: 1px solid #e1e1e1;
	background-color: #f9f9f9;
	padding: 25px 20px;
}
.media.news.news_view .news_view_top > div > p {
	float: left;
	margin-bottom: 0;
}
.media.news.news_view .news_view_top > div .top_cate {
	width: 100%;
	font-size: 15px;
	color: #de071a;
	margin-bottom: 10px;
}
.media.news.news_view .news_view_top > div .top_title {
	width: 870px;
	font-size: 20px;
	color: #000000;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.media.news.news_view .news_view_top > div .top_title:lang(en) {
	word-break: keep-all;
} /*mib200305 추가*/
.media.news.news_view .news_view_top > div .top_date {
	width: 80px;
	font-size: 15px;
	color: #878787;
	font-family: 'Roboto', 'Noto Sans KR', sans-serif;
	margin-top: 8px;
	text-align: right;
}
.media.news.news_view .news_view_content {
	position: relative;
	width: 100%;
	overflow: hidden;
	padding: 25px 20px;
	font-size: 17px;
	color: #666666;
	line-height: 30px;
}

@media only screen and (min-width:0) and (max-width:1023px) {
.media.news.news_view .news_view_content {
	padding: 6vw 7.5vw;
	font-size: 4.2vw;
	line-height: 6.2vw;
}
.media.news.news_view .news_view_top > div {
	border-top: 1px solid #fff;
}
.media.news.news_view .news_view_top > div {
	background-color: #ffffff;
	padding: 6vw 7.5vw;
}
.media.news.news_view .news_view_top > div .top_cate {
	font-size: 3.2vw;
	margin-bottom: 2.2vw;
}
.media.news.news_view .news_view_top > div .top_title {
	width: 100%;
	font-size: 4.8vw;
	text-overflow: clip;
	white-space: normal;
	font-weight: 500;
}
.media.news.news_view .news_view_top > div .top_date {
	width: 100%;
	font-size: 3.2vw;
	margin-top: 1.8vw;
	text-align: left;
}
}
.media.news.news_view .content_wrap {
	width: 100%;
	text-align: center;
}
.media.news.news_view .content_wrap img {
	margin: 20px auto;
	max-width: 100%;
}
.media.news.news_view .content_wrap p {
	text-align: left;
}
/*-------------------- SK集团 --------------------*/
/*==================== group Styles ==========================*/
/* Layout & common */
.group a:focus, .group input:focus, .group button:focus, .group textarea:focus {
	outline: 0;
}
.group.person .layout_grid_wrap, .group.policy .layout_grid_wrap {
	max-width: 1000px;
	padding: 60px 0 100px;
}

@media only screen and (min-width:0) and (max-width:1023px) {
.group.person .layout_grid_wrap {
	max-width: none;
	padding: 9.34vw 0 16vw;
}
.group.policy .layout_grid_wrap {
	max-width: none;
	padding: 9.34vw 7.5vw 16vw;
}
}
.group .group_section01 .group_banner01 {
	display: inline-block;
	position: relative;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 400px;
	overflow: hidden;
	background: #000;
}
.group .group_section01 .group_banner01 .group_cont_bg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	transition: opacity .5s ease-out;
}
/*for Mac safari & other browsers*/
.group .group_section01 .group_banner01 .group_cont_bg {
	background-image: url(../images/group_main_banner01.jpg);
	background-size: cover;
	background-position: center;
	transition: all .5s ease-out;
}
.group.affiliates .group_section01 .group_banner01 .group_cont_bg {
	background-image: url(../images/group_main_banner04.jpg);
}
.group .group_section01 .group_banner01 .group_cont_title {
	position: absolute;
	top: 40%;
	left: 50%;
	z-index: 1;
	font-size: 35px;
	line-height: 35px;
	font-weight: 100;
	color: #fff;
	opacity: 1;
	transition: all .5s ease-out;
	width: 800px;
	text-align: center;
	margin-left: -400px;
}
.group .group_section01 .group_banner01 .group_cont_title > strong {
	display: block;
	font-weight: 500;
	line-height: 35px;
	margin-top: 20px;
}

@media only screen and (min-width:0) and (max-width:1023px) {
.group .group_section01 .group_banner01 {
}
.group .group_section01 .group_banner01 .group_cont_title {
	left: 0;
	font-size: 5.34vw;
	line-height: 1.5;
	width: calc(100% - 40px);
	margin: 0 20px;
}
}
/*==================== affiliates page Styles ==========================*/
.group .group_section01 .group_banner01 .group_cont_title {
	letter-spacing: 0.06em;
}
.affiliates .slider {
	width: 100%;
	margin: 40px auto;
}
.affiliates .slick-slide {
	margin: 0px 5px;
}

@media only screen and (min-width:0) and (max-width:1024px) {
.affiliates .slider {
	margin: 20px auto;
}
}
.affiliates .slick-slide {
	transition: all ease-in-out .3s;
	opacity: .5;
}
.affiliates .slick-active {
	opacity: 1;
}
.affiliates .slick-current {
	opacity: 1;
}
.affiliates .slick-arrow {
	background: #FFFFFF;
	height: 64px;
	width: 64px;
	right: -32px;
	top: 50%;
}
.affiliates .slick-arrow:hover {
	background: #FFFFFF
}
.affiliates .slick-arrow::before {
	left: 0;
	line-height: 60px;
	color: #333;
}
.affiliates .slick-arrow.slick-prev {
	left: -32px;
	right: 0;
	z-index: 99;
}
.affiliates .slick-arrow.slick-prev:before {
	content: "\f104";
	color: #333;
}
.affiliates_slider_wrap {
	margin-top: 50px;
}
.affiliates_slide {
	width: 327px;
	height: 479px;
	padding: 0;
	position: relative;
}
.affiliates_slide_a {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 100%;
}
.affiliates_slide_a:active, .affiliates_slide_a:focus {
	outline: 2px solid #de071a;
}
.affiliates_slide_bg {
	width: 100%;
	height: 100%;
}
.affiliates_slide_dimmed {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 52.631578%;
	background: rgba(0, 0, 0, 0.5);
}
.affiliates_slide_title {
	display: inline-block;
	position: absolute;
	top: 53.6%;
	right: 0;
	left: 0;
	width: 50%;
	margin: 0 auto;
}
.affiliates_slide_logo {
	height: 48px;
	margin: 0 auto;
}
.affiliates_slide_p {
	position: absolute;
	top: 67.5%;
	left: 0;
	width: 100%;
	font-size: 15px;
	line-height: 25px;
	font-weight: 300;
	text-align: center;
	word-break: break-all;
	color: #fff;
	padding: 0 10px
}
/*==============ci ===============*/
.group.ci .group_section01 .group_banner01 .group_cont_bg {
	background-image: url(../images/group_main_banner06.jpg);
	background-position: right;
}
.group.ci .layout_grid_wrap {
	max-width: 1000px;
	padding: 60px 0 100px;
}
.group.ci .ci_section02 .ci_cont0 .common_page_top_txt {
	font-size: 30px;
	font-weight: 100;
	color: #000000;
	word-break: keep-all;
	margin-bottom: 60px;
}
.group.ci .ci_section02 .layout_grid_cont1 .ci_cont_h5 {
	position: relative;
	font-size: 17px;
	color: #de071a;
	line-height: 17px;
	height: 48px;
	margin-bottom: 50px;
	font-weight: 600;
	letter-spacing: -0.01em;
}
.group.ci .ci_section02 .layout_grid_cont1 .ci_cont_h5::before {
	position: absolute;
	content: '';
	width: 26px;
	height: 2px;
	background-color: #de071a;
	left: 0;
	bottom: 0;
}
.group.ci .ci_table {
	width: 90%;
	border: none;
	font-size: 13px;
	margin: 30px 5%;
}
.group.ci .ci_table td {
	text-align: left;
	border: none;
	font-weight: 400;
	font-size: 13px;
	letter-spacing: 0;
}
.group.ci .ci_table td.text-right {
	text-align: right;
}
.group.ci .ci_section02 .layout_grid_cont1 {
	position: relative;
	width: 100%;
}
.group.ci .ci_section02 .ci_cont0 .common_page_top_txt {
	font-size: 30px;
	font-weight: 100;
	color: #000000;
	word-break: keep-all;
	letter-spacing: -0.06em;
	margin-bottom: 60px;
}
.group.ci .ci_section02 .layout_grid_cont1 .ci_cont_h5 {
	position: relative;
	font-size: 17px;
	color: #de071a;
	line-height: 17px;
	height: 48px;
	margin-bottom: 50px;
	font-weight: 600;
	letter-spacing: -0.01em;
}
.group.ci .ci_section02 .layout_grid_cont1 .ci_cont_h5::before {
	position: absolute;
	content: '';
	width: 26px;
	height: 2px;
	background-color: #de071a;
	left: 0;
	bottom: 0;
}
.group.ci .ci_section02 .layout_grid_cont1 .ci_cont_h4 {
	font-size: 26px;
	font-weight: 500;
	color: #000000;
	margin-bottom: 30px;
	letter-spacing: -0.06em;
	line-height: 34px;
}
.group.ci .ci_section02 .layout_grid_cont1 ul {
	position: relative;
	width: 100%;
}
.group.ci .ci_section02 .ci_cont1, .group.ci .ci_section02 .ci_cont2 {
	margin-bottom: 90px;
}
.group.ci .ci_section02 .ci_cont1 ul, .group.ci .ci_section02 .ci_cont3 ul {
	padding: 0 30px;
}
.group.ci .ci_section02 .layout_grid_cont1 ul > li {
	float: left;
}
.group.ci .ci_section02 .ci_cont1 ul > li, .group.ci .ci_section02 .ci_cont3 ul > li {
	width: 300px;
	margin-right: 20px;
}
.group.ci .ci_section02 .ci_cont1 ul > li:last-child, .group.ci .ci_section02 .ci_cont3 ul > li:last-child {
	margin-right: 0;
}
.group.ci .ci_section02 .ci_cont2 ul > li {
	width: 50%;
}
.group.ci .ci_section02 .layout_grid_cont1 ul > li .content_title {
	font-size: 20px;
	color: #de071a;
	font-weight: 600;
	letter-spacing: -0.01em;
	line-height: 20px;
}
.group.ci .ci_section02 .layout_grid_cont1 ul > li .content_title .num {
	display: block;
	font-family: 'Roboto', 'Noto Sans KR', sans-serif;
	line-height: 20px;
	margin-bottom: 10px;
}
.group.ci .ci_section02 .layout_grid_cont1 ul .ci_cont02_content01 .content_title {
	height: 284px;
	background: url("../images/CI/img_spacerule_01.gif") no-repeat center center;
	background-size: contain;
}
.group.ci .ci_section02 .layout_grid_cont1 ul .ci_cont02_content02 .content_title {
	height: 284px;
	background: url("../images/CI/img_spacerule_02.gif") no-repeat center center;
	background-size: contain;
}
.group.ci .ci_section02 .layout_grid_cont1 ul .ci_cont02_content03 .content_title {
	height: 195px;
	background: url("../images/CI/img_logo_01.gif") no-repeat center center;
	padding-top: 40px;
	padding-left: 70px;
}
.group.ci .ci_section02 .layout_grid_cont1 ul .ci_cont02_content04 .content_title {
	height: 195px;
	background: url("../images/CI/img_logo_02.gif") no-repeat center center;
	padding-top: 40px;
	padding-left: 70px;
}
.group.ci .ci_section02 .layout_grid_cont1 ul .ci_cont02_content05 .content_title {
	height: 229px;
	background: url("../images/CI/img_bgcolor_01.jpg") no-repeat center center;
	padding-top: 40px;
	padding-left: 70px;
}
.group.ci .ci_section02 .layout_grid_cont1 ul .ci_cont02_content06 .content_title {
	height: 229px;
	background: url("../images/CI/img_bgcolor_02.jpg") no-repeat center center;
	padding-top: 40px;
	padding-left: 70px;
}
.group.ci .ci_section02 .layout_grid_cont1 ul .ci_cont02_content07 .content_title {
	height: 195px;
	background: url("../images/CI/img_bgcolor_03.jpg") no-repeat center center;
	padding-top: 40px;
	padding-left: 70px;
}
.group.ci .ci_section02 .layout_grid_cont1 ul .ci_cont02_content08 .content_title {
	height: 195px;
	background: url("../images/CI/img_bgcolor_04.jpg") no-repeat center center;
	padding-top: 40px;
	padding-left: 70px;
}
.group.ci .ci_section02 .layout_grid_cont1 ul > li .content_tit {
	text-align: center;
	margin-top: 15px;
	position: relative;
	font-size: 17px;
	color: #de071a;
	font-weight: 500;
}
.group.ci .ci_section02 .layout_grid_cont1 ul > li .content_txt {
	font-size: 17px;
	color: #444444;
	letter-spacing: -0.06em;
}
.group.ci .ci_section02 .ci_cont1 ul > li .content_txt, .group.ci .ci_section02 .ci_cont2 ul > li .content_txt {
	text-align: center;
	margin-top: 15px;
}
.group.ci .ci_section02 .ci_cont2 ul > li .cont02_img_wrap {
	position: relative;
	width: 100%;
	height: 284px;
}
.group.ci .ci_section02 .ci_cont2 ul .ci_cont02_content01 .cont02_img_wrap .left_txt {
	position: absolute;
	font-size: 18px;
	line-height: 18px;
	color: #000000;
	letter-spacing: -0.06em;
	font-weight: 500;
	top: 140px;
	left: 156px;
}
.group.ci .ci_section02 .ci_cont2 ul .ci_cont02_content01 .cont02_img_wrap .right_txt {
	position: absolute;
	font-size: 15px;
	color: #666666;
	letter-spacing: -0.06em;
	font-weight: 300;
	text-align: center;
}
.group.ci .ci_section02 .ci_cont2 ul .ci_cont02_content01 .cont02_img_wrap .right_txt.right_txt01 {
	top: 36px;
	left: 274px;
}
.group.ci .ci_section02 .ci_cont2 ul .ci_cont02_content01 .cont02_img_wrap .right_txt.right_txt02 {
	top: 36px;
	left: 366px;
}
.group.ci .ci_section02 .ci_cont2 ul .ci_cont02_content01 .cont02_img_wrap .right_txt.right_txt03 {
	top: 118px;
	left: 274px;
}
.group.ci .ci_section02 .ci_cont2 ul .ci_cont02_content01 .cont02_img_wrap .right_txt.right_txt04 {
	top: 118px;
	left: 353px;
}
.group.ci .ci_section02 .ci_cont2 ul .ci_cont02_content02 .cont02_img_wrap .left_txt {
	position: absolute;
	font-size: 18px;
	line-height: 18px;
	color: #000000;
	letter-spacing: -0.06em;
	font-weight: 500;
	top: 140px;
	left: 150px;
}
.group.ci .ci_section02 .ci_cont2 ul .ci_cont02_content02 .cont02_img_wrap .right_txt {
	position: absolute;
	font-size: 18px;
	line-height: 18px;
	color: #000000;
	letter-spacing: -0.06em;
	font-weight: 500;
	top: 140px;
	right: 145px;
}
.group.ci .ci_section02 .ci_cont3 ul > li > p {
	padding-left: 75px;
}
.group.ci .ci_section02 .ci_cont3 ul > li .content_tit {
	position: relative;
	font-size: 17px;
	color: #444444;
	font-weight: 500;
	letter-spacing: -0.06em;
}
.group.ci .ci_section02 .ci_cont3 ul > li .content_tit::before {
	content: '';
	position: absolute;
	width: 4px;
	height: 2px;
	background-color: #666666;
	left: 56px;
	top: 11.5px;
}
.group.ci .ci_section02 .ci_cont3 ul > li .content_txt {
	margin-bottom: 10px;
}

@media only screen and (min-width:0) and (max-width:1023px) {
.group.ci .ci_table {
	width: auto;
	border: none;
	font-size: 13px;
	margin: 30px 0;
}
.group.ci .ci_table td {
	padding-right: 20px;
}
.group.ci .ci_section02 .ci_cont0 .common_page_top_txt {
	font-size: 4vw;
	letter-spacing: 0;
	line-height: 1.3;
}
.group.ci .layout_grid_wrap {
	max-width: none;
	padding: 9.34vw 7.5vw 16vw;
}
.group.ci .ci_section02 .layout_grid_cont1 ul > li .content_tit {
	font-size: 4.27vw;
	line-height: 4.27vw;
	text-align: left;
}
.group.ci .ci_section02 .ci_cont0 img {
	width: 20vw;
}
.group.ci .ci_section02 .layout_grid_cont1 ul > li .content_title .num {
	font-size: 3.47vw;
	line-height: 3.47vw;
	margin-bottom: 2vw;
}
.group.ci .ci_section02 .layout_grid_cont1 ul .ci_cont02_content01 .content_title {
	height: 42vw;
	background: url("../images/CI/img_spacerule_01.gif") no-repeat left / 42vw;
}
.group.ci .ci_section02 .layout_grid_cont1 ul .ci_cont02_content02 .content_title {
	height: 42vw;
	background: url("../images/CI/img_spacerule_02.gif") no-repeat left / 42vw;
}
.group.ci .ci_section02 .layout_grid_cont1 ul .ci_cont02_content03 .content_title {
	height: 42vw;
	background: url("../images/CI/img_logo_01.gif") no-repeat left / 42vw;
}
.group.ci .ci_section02 .layout_grid_cont1 ul .ci_cont02_content04 .content_title {
	height: 42vw;
	background: url("../images/CI/img_logo_02.gif") no-repeat left / 42vw;
}
.group.ci .ci_section02 .layout_grid_cont1 ul .ci_cont02_content05 .content_title {
	height: 30vw;
	background: url("../images/CI/img_bgcolor_01.jpg") no-repeat left / 42vw;
}
.group.ci .ci_section02 .layout_grid_cont1 ul .ci_cont02_content06 .content_title {
	height: 40vw;
	background: url("../images/CI/img_bgcolor_02.jpg") no-repeat left / 42vw;
}
.group.ci .ci_section02 .layout_grid_cont1 ul .ci_cont02_content07 .content_title {
	height: 30vw;
	background: url("../images/CI/img_bgcolor_03.jpg") no-repeat left / 42vw;
}
.group.ci .ci_section02 .layout_grid_cont1 ul .ci_cont02_content08 .content_title {
	height: 30vw;
	background: url("../images/CI/img_bgcolor_04.jpg") no-repeat left / 42vw;
}
.group.ci .ci_section02 .layout_grid_cont1 .ci_cont_h5 {
	font-size: 4vw;
	line-height: 4vw;
	height: 12vw;
	margin-bottom: 7vw;
}
.group.ci .ci_section02 .layout_grid_cont1 .ci_cont_h5::before {
	width: 5.333334vw;
	height: 0.533334vw;
}
.group.ci .ci_section02 .layout_grid_cont1 .ci_cont_h4 {
	font-size: 5.333334vw;
	margin-bottom: 6vw;
	line-height: 1.5;
}
.group.ci .ci_section02 .ci_cont1, .group.ci .ci_section02 .ci_cont2 {
	margin-bottom: 28vw;
}
.group.ci .ci_section02 .ci_cont2.last {
	margin-bottom: 0;
}
.group.ci .ci_section02 .ci_cont1 ul, .group.ci .ci_section02 .ci_cont3 ul {
	padding: 0;
}
.group.ci .ci_section02 .ci_cont1 ul > li, .group.ci .ci_section02 .ci_cont3 ul > li {
	width: 100%;
	margin-right: 0;
}
.group.ci .ci_section02 .ci_cont2 ul > li {
	width: 100%;
}
.group.ci .ci_section02 .layout_grid_cont1 ul > li .content_title {
	font-size: 4.27vw;
	line-height: 4.27vw;
}
.group.ci .ci_section02 .layout_grid_cont1 ul > li .content_title .num {
	font-size: 3.47vw;
	line-height: 3.47vw;
	margin-bottom: 2vw;
}
.group.ci .ci_section02 .layout_grid_cont1 ul > li .content_txt {
	font-size: 4vw;
}
.group.ci .ci_section02 .ci_cont1 ul > li .content_txt, .group.ci .ci_section02 .ci_cont2 ul > li .content_txt {
	margin-top: 2vw;
	text-align: left;
}
.group.ci .ci_section02 .ci_cont2 ul > li .cont02_img_wrap {
	height: 46.267vw;
}
.group.ci .ci_section02 .ci_cont2 ul .ci_cont02_content01 .cont02_img_wrap .left_txt {
	font-size: 4vw;
	line-height: 4vw;
	top: 26.133vw;
	left: 26.667vw;
}
.group.ci .ci_section02 .ci_cont2 ul .ci_cont02_content01 .cont02_img_wrap .right_txt {
	font-size: 3.467vw;
}
.group.ci .ci_section02 .ci_cont2 ul .ci_cont02_content01 .cont02_img_wrap .right_txt.right_txt01 {
	top: 7.2vw;
	left: 48.8vw;
}
.group.ci .ci_section02 .ci_cont2 ul .ci_cont02_content01 .cont02_img_wrap .right_txt.right_txt02 {
	top: 7.2vw;
	left: 65.733vw;
}
.group.ci .ci_section02 .ci_cont2 ul .ci_cont02_content01 .cont02_img_wrap .right_txt.right_txt03 {
	top: 22.133vw;
	left: 48.8vw;
}
.group.ci .ci_section02 .ci_cont2 ul .ci_cont02_content01 .cont02_img_wrap .right_txt.right_txt04 {
	top: 22.133vw;
	left: 62.933vw;
}
.group.ci .ci_section02 .ci_cont2 ul .ci_cont02_content02 .cont02_img_wrap .left_txt {
	font-size: 4vw;
	line-height: 4vw;
	top: 26.133vw;
	left: 26.133vw;
}
.group.ci .ci_section02 .ci_cont2 ul .ci_cont02_content02 .cont02_img_wrap .right_txt {
	font-size: 4vw;
	line-height: 4vw;
	top: 26.133vw;
	right: 18.467vw;
}
.group.ci .ci_section02 .ci_cont3 ul > li > p {
	padding-left: 0;
}
.group.ci .ci_section02 .ci_cont3 ul > li .content_tit {
	font-size: 4vw;
	color: #000000;
	float: left;
	margin-bottom: 1.4vw;
	width: 35vw;
	padding-left: 8vw;
}
.group.ci .ci_section02 .ci_cont3 ul > li .content_tit::before {
	width: 0.8vw;
	height: 0.533vw;
	left: 6vw;
	top: 3vw;
}
.group.ci .ci_section02 .ci_cont3 ul > li .content_txt {
	margin-bottom: 0;
	float: right;
	margin-bottom: 1.4vw;
	width: 50vw;
}
}
/*============ 集团概要 ==============*/
.together.happiness.group .together_section01 .together_banner01 .together_cont_bg {
	background-image: url("../images/group_main_banner01.jpg");
	background-size: cover;
	background-position: bottom right;
}
/*==================== About-SUPEX Depth Styles ==========================*/
.supex .layout_content {
}
.supex_section01 {
	position: relative;
	width: 100%;
	max-width: 2200px;
	height: 37.8vw;
	max-height: 500px;
	margin: 0 auto;
	text-align: center;
}
.together.happiness.group.supex .together_section01 .together_banner01 .together_cont_bg {
	background-image: url("../images/supex_main.jpg");
	background-size: cover;
	background-position: top right;
}
.supex_intro_title {
	display: block;
	position: absolute;
	top: 39.5%;
	width: 100%;
	margin: auto;
	text-align: center;
	font-size: 35px;
	font-weight: 100;
	line-height: 50px;
	letter-spacing: -0.06em;
	color: #fff;
	transition: all .5s ease-out;
}
.supex_intro_title .point {
	font-weight: 500;
}
/*컨텐츠 영역*/
.supex_section02 {
	position: relative;
	max-width: 1000px;
	margin: 60px auto 0;
}
.supex_section01_img {
	position: absolute;
	top: 130px;
	right: 0;
}
.supex_section01_subject {
	display: block;
	width: 100%;
	margin-bottom: 52px;
	text-align: left;
	font-size: 30px;
	font-weight: 100;
	line-height: 42px;
	letter-spacing: -0.06em;
	color: #000;
}
.supex_section01_point {
	display: inline-block;
	position: relative;
	height: 50px;
	font-size: 17px;
	line-height: 1;
	font-weight: 600;
	letter-spacing: -0.01em;
	color: #de071a;
}
.supex_section01_point::before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 47px;
	left: 0;
	width: 26px;
	height: 2px;
	background: #de071a;
}
.supex_section01_sub {
	display: block;
	margin-top: 42px;
	font-size: 26px;
	line-height: 40px;
	font-weight: 500;
	letter-spacing: -0.06em;
	color: #000;
}
.supex_section01_p {
	display: block;
	position: relative;
	margin-top: 26px;
	font-size: 17px;
	line-height: 27px;
	font-weight: 400;
	letter-spacing: -0.06em;
	color: #444;
}
.supex_accordion_wrap {
	position: relative;
	height: 356px;
	margin-top: 65px;
	margin-bottom: 120px;
}
.supex_accordion_group {
	display: inline-block;
	width: 14.285714%;
	vertical-align: top;
}
.supex_accordion_group.accordionOn {
}
.supex_accordion_btn {
	position: relative;
	width: calc(100% - 1px);
	height: 15vw;
	margin-right: 1px;
	text-align: center;
	border: none;
	background: none;
	cursor: pointer;
}
.supex_accordion_btn::before {
	content: '';
	display: inline-block;
	width: 0;
	height: 100%;
	vertical-align: middle;
}
.supex_accordion_btn h2 {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	color: #000;
	margin: 0;
	padding: 0;
	line-height: 2;
}
.supex_accordion_group.accordionOn .supex_accordion_btn {
	border-bottom: 2px solid #de071a;
	background: none;
}
.supex_accordion_group.accordionOn .supex_accordion_btn h2 {
	color: #de071a;
}
.supex_accordion_content {
	position: absolute;
	top: 120px;
	left: 0;
	width: 100%;
	height: 0;
	border-bottom: 1px solid #f1f1f1;
	text-align: left;
	letter-spacing: -0.06em;
	overflow: hidden;
}
.supex_accordion_group.accordionOn .supex_accordion_content {
	height: auto;
	padding: 40px 0 39px;
}
.supex_accordion_img {
	display: inline-block;
	width: 295px;
	height: 199px;
	margin: 0 77px 0 94px;
}
.supex_accoridion_txt {
	display: inline-block;
	width: 532px;
	padding-top: 26px;
	font-size: 18px;
	line-height: 25px;
	font-weight: 400;
	text-align: left;
	letter-spacing: -0.06em;
	color: #444;
}

@media only screen and (min-width:0) and (max-width:1023px) {
/*Mobile*/
.supex .layout_content {
}
.supex_intro_title {
	line-height: 1.5;
}
.supex_section02 {
	max-width: none;
	padding: 9.34vw 7.5vw 16vw;
	margin: 0;
}
.supex_section01_img {
	top: 179.5vw;
	right: -4.5vw;
	width: 69vw;
}
.supex_section01_sub {
	margin-top: 6vw;
	font-size: 5.35vw;
	line-height: 1.5;
}
.supex_section01_subject {
	position: absolute;
	top: 0;
	left: 0;
	height: 97vw;
	padding: 26.8vw 0vw;
	margin: 0;
	text-align: center;
	font-size: 7.5vw;
	font-weight: 300;
	line-height: 1.45;
	letter-spacing: -0.06em;
	color: #fff;
	background: url(../images/mobile/about/supex_main.jpg) no-repeat;
	background-size: cover;
	transition: all .5s ease-out;
}
.supex_section01_point {
	height: 12.5vw;
	font-size: 4vw;
}
.supex_section01_point::before {
	top: 12vw;
	width: 5.5vw;
}
.supex_section01_p {
	margin-top: 5.5vw;
	font-size: 4vw;
	line-height: 1.5;
	font-weight: 400;
	color: #444;
}
.supex_accordion_wrap {
	border-top: 1px solid #a9a9a9;
	margin-top: 39vw;
	margin-bottom: 0;
	height: auto;
}
.supex_accordion_group {
	width: 100%;
}
.supex_accordion_group.accordionOn {
}
.supex_accordion_btn {
	width: 100%;
	text-align: left;
	margin: 0;
	text-align: unset;
	background: none;
}
.supex_accordion_btn::before {
	position: absolute;
	top: 6vw;
	right: 1.5vw;
	width: 2.9vw;
	height: 2.8vw;
	background: url(../images/mobile/tiny_black_plus.png) no-repeat;
	background-size: cover;
	background-position: center;
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	transition: transform .3s ease-out;
}
.accordionOn .supex_accordion_btn::before {
	background: url(../images/mobile/tiny_black_minus.png) no-repeat;
	background-size: cover;
	background-position: center;
	-ms-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}
.supex_accordion_btn h2 {
	font-size: 4.35vw;
	font-weight: 400;
	line-height: 1;
	color: #222;
}
.supex_accordion_group.accordionOn .supex_accordion_btn {
	border: none;
	border-bottom: 1px solid #ddd;
}
.supex_accordion_content {
	position: relative;
	top: 0;
	padding-right: 10vw;
	border-bottom: none;
	font-size: 4vw;
	line-height: 1.5;
	text-align: left;
	color: #444;
}
.supex_accordion_group.accordionOn .supex_accordion_content {
	padding: 5vw 10vw 4.8vw 0;
	border-bottom: 1px solid #f1f1f1;
	transition: all .3s ease-out;
}
.supex_accoridion_txt {
	width: 100%;
	padding: 0;
	font-size: 4vw;
	line-height: 1.5;
	text-align: left;
	color: #444;
}
}
.active .supex_accordion_content {
	display: block;
	height: 220px;
	opacity: 1;
	transition: all .4s;
	display: inline-block;
}
.supex_accordion_content {
	display: none;
	opacity: 0;
	height: 220px;
	transition: all .4s;
	display: inline-block;
}
.supex .nav-pills {
	position: relative;
	height: 450px;
	margin-top: 70px;
}
.supex .nav-pills > li {
	display: inline-block;
	width: 14.285714%;
	vertical-align: top;
	margin: 0;
}
.supex .nav-pills > li > a {
	position: relative;
	width: calc(100% - 1px);
	height: 79px;
	margin-right: 1px;
	text-align: center;
	border-bottom: 2px solid #444;
	background: #f9f9f9;
	cursor: pointer;
	font-size: 14px;
	border-radius: 0;
	padding-top: 20px;
}
.supex .nav-pills > li.active > a, .supex .nav-pills > li.active > a:focus, .supex .nav-pills > li.active > a:hover {
	border-bottom: 2px solid #de071a;
	background: #fff;
	font-size: 14px;
	color: #de071a;
	text-align: center;
}
/*  supex  折叠 */
#supex_accordion {
	margin: 8vw 0;
	border-top: 1px solid #a9a9a9;
}
#supex_accordion .panel {
	-webkit-box-shadow: none;
	box-shadow: none;
}
#supex_accordion .panel-default {
}
#supex_accordion .panel-default {
	border: none;
	border-bottom: 1px solid #ddd;
}
#supex_accordion .panel-default > .panel-heading {
	color: #333;
	background-color: #ffff;
	border: none;
	width: 100%;
	margin: 0;
	text-align: unset;
	padding: 0;
}
#supex_accordion .panel-title {
	font-size: 4.5vw;
	letter-spacing: 0.02em;
	font-weight: 500;
	text-align: left;
}
.collapsed.supex_accordion_btn h2 {
	color: #333
}
.supex_accordion_btn h2 {
	color: #de071a
}
.collapsed.supex_accordion_btn::before {
	position: absolute;
	top: 6vw;
	right: 1.5vw;
	width: 2.9vw;
	height: 2.8vw;
	background: url(../images/tiny_black_plus.png) no-repeat;
	background-size: cover;
	background-position: center;
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	transition: transform .3s ease-out;
}
.supex_accordion_btn::before {
	background: url(../images/tiny_black_minus.png) no-repeat;
	background-size: cover;
	background-position: center;
	-ms-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}
#supex_accordion.panel-group .panel {
	margin: 0;
	border-radius: 0;
}
#supex_accordion .panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #ddd;
	padding: 5vw 10vw 4.8vw 0;
	transition: all .3s ease-out;
	font-size: 4vw;
	font-weight: 300;
	letter-spacing: 0.06em;
	word-break: normal;
	line-height: 1.5;
}
/* 集团经营业绩 */
/* chartist  */
.chartist li {
	display: inline-flex;
	width: 100%;
	background: none;
}
.chartist li div {
	margin-bottom: 10px;
	padding-left: 10px;
	color: #fff;
	position: relative;
	font-weight: bold;
	letter-spacing: -0.01em;
}
.chartist .red span {
	width: 50px;
	color: #ff6a68;
	line-height: 40px;
	margin-left: 10px;
	font-weight: bold;
	font-size: 20px;
}
.chartist .gray span {
	width: 50px;
	color: #a0a0a0;
	line-height: 30px;
	margin-left: 10px;
	font-weight: bold;
}
.chartist .red div {
	background-color: #ff6a68;
	line-height: 40px;
	height: 40px;
	font-size: 17px;
}
.chartist .gray div {
	background-color: #b9b9b9;
	line-height: 30px;
	height: 30px;
	font-size: 15px;
}
/*==================== history page Styles ==========================*/
.group.history .group_section01 .group_banner01 .group_cont_bg {
	background-image: url(../images/history/history_bg.jpg);
	background-size: cover;
	background-position: center right;
	transition: all .5s ease-out;
}

@media only screen and (max-width:600px) {
.group.history .group_section01 .group_banner01 .group_cont_bg {
	background-image: url(../images/history/history_bg.jpg);
	background-size: cover;
	background-position: center right -190px;
	transition: all .5s ease-out;
}
}
.history .group_section01 .group_banner01 {
	background: none;
}
.group .group_section01 .group_banner01 .group_cont_title {
	letter-spacing: 0.06em;
}
.history .history_slider_content {
	background: #ffffff;
	position: relative;
	padding: 0 80px;
}
.history .history_slide_list {
	padding: 0;
	position: relative;
}
.history .slick-list {
	top: -70px;
}
.history .history_slide_list h3 {
	font-size: 30px;
	line-height: 28px;
	text-align: left;
	margin-bottom: 50px;
	color: #e51836;
	transition: all 0.1s;
	height: 50px;
}
.history .history_slide_list i {
	position: absolute;
	width: 75%;
	height: 33px;
	background: url(../images/history/productBase-features-timeline.png) no-repeat;
	background-size: contain;
	background-position: left center;
	left: 0;
	margin-left: 0px;
	top: 55px;
	z-index: 3
}
.history .history_slide_list .slide-info-i {
	font-size: 20px;
	color: #e51836;
	line-height: 22px;
	font-weight: 500;
	text-align: left;
	margin-bottom: 10px;
	padding: 0 10px;
	height: 30px
}
.history .history_slide_list .slide-info-m {
	font-size: 14px;
	color: #757575;
	line-height: 22px;
	font-weight: 600;
	text-align: left;
	margin-bottom: 10px;
	padding: 0 10px;
}
.history .history_slide_list .slide-info-s {
	font-size: 14px;
	color: #A0A2A8;
	line-height: 24px;
	text-align: left;
	overflow: hidden;
	padding: 0 10px;
}
/*==================== 集团经营业绩 page Styles ==========================*/
.group.financeview .together_section01 .together_banner01 .together_cont_bg {
	background-image: url(../images/group_main_banner03.jpg);
	background-size: cover;
	background-position: right;
	transition: all .5s ease-out;
}
/*==================== SK about page Styles ==========================*/
.sk.contact .together_section01 .together_banner01 .together_cont_bg {
	background-image: url("../images/sk_main_banner04.jpg");
	background-size: cover;
	background-position: center;
	transition: all .5s ease-out;
}
/*==================== SK 我们的业务 page Styles ==========================*/
.sk.business .layout_grid_wrap {
	max-width: 1600px;
	padding: 20px 30px;
}

@media only screen and (max-width: 1200px) {
.sk.business .layout_grid_wrap {
	max-width: 100%;
	padding: 0;
}
.imagebox.style1 h3 {
	font-size: 13px !important;
}
.imagebox-content .imagebox.style1 h3 {
	bottom: 10px !important;
}
.imagebox.style1 .imagebox-content {
	padding: 20px 15px !important;
}
.imagebox-desc::before {
	top: 60px !important;
}
}

@media only screen and (max-width: 1023px) and (min-width: 0) {
.imagebox.style1 h3 {
	font-size: 4vw !important;
	bottom: 4vw !important;
}
.imagebox-desc::before {
	top: 80px !important;
}
.imagebox.style1 .imagebox-content {
	padding: 40px 25px !important;
}
.imagebox.style1 .imagebox-content .imagebox-desc {
	font-size: 2vw !important;
}
.sk.business .layout_grid_wrap {
	max-width: none !important;
	padding: 6vw 7.5vw 6vw !important;
	overflow: hidden !important;
}
.imagebox-item {
	width: 100% !important;
}
}
.imagebox-item.mr0 {
	margin-right: 0;
}
.imagebox-item { /* display: inherit; */
	width: 33.3%;
	/* margin-right: 20px; */
	display: inline-block;
	position: relative;
	border: 10px solid #fff;
	border-right-width: 5px;
	border-left-width: 5px;
	vertical-align: top;
}
.imagebox.style1 {
	position: relative;
	overflow: hidden;
	height: 400px;
	width: 100%;
}
.imagebox.style1 .imagebox-image {
	display: block;
	width: 100%;
	height: 100%;
	background-size: cover;
}
.business_cont1 .imagebox-image {
	background: url("../images/sk_business_cont01_bg.jpg") no-repeat center bottom;
}
.business_cont2 .imagebox-image {
	background: url("../images/sk_business_cont02_bg.jpg") no-repeat center;
}
.business_cont3 .imagebox-image {
	background: url("../images/sk_business_cont03_bg.jpg") no-repeat center;
}
.business_cont4 .imagebox-image {
	background: url("../images/sk_business_cont04_bg.jpg") no-repeat center right;
}
.business_cont5 .imagebox-image {
	background: url("../images/sk_business_cont05_bg.jpg") no-repeat center;
}
.imagebox.style1 .imagebox-title {
	padding: 0;
	min-height: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	visibility: visible;
	-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;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, 1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, .3)), color-stop(100%, rgba(0, 0, 0, 1)));
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, 1) 100%);
	background: -o-linear-gradient(top, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, 1) 100%);
	background: -ms-linear-gradient(top, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, 1) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, 1) 100%);
}
.imagebox.style1:hover .imagebox-title {
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
}
.imagebox.style1 h3 {
	font-weight: 600;
	font-size: 17px;
	text-transform: uppercase;
	margin: 0;
	position: relative;
	line-height: 1.4;
	text-align: center;
	position: absolute;
	bottom: 20px;
	text-align: center;
	width: 100%;
}
.imagebox.style1 .imagebox-content h3 {
	position: relative;
	margin-top: 20px;
	font-size: 13px;
}
/*.imagebox.style1 .imagebox-title h3:after {
    content: "\f054";
    font-family: "FontAwesome";
    position: absolute;
    top: 48%;
    right: -53px;
    color: #ffffff;
    font-size: 16px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}*/
.imagebox.style1 h3 {
	color: #fff;
}
.imagebox.style1 .imagebox-content {
	position: absolute;
	top: 0px;
	left: 0;
	opacity: 0;
	visibility: hidden;
	width: 100%;
	height: 100%;
	background: rgba(255, 51, 51, 0.85);
	font-size: 14px;
	padding: 40px 25px;
	transform: translateY(-100%);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.imagebox.style1:hover .imagebox-content {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(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;
}
.imagebox-content a {
	cursor: pointer;
}
.imagebox.style1 .imagebox-content .imagebox-desc {
	color: #ffffff;
	margin-top: 20px;
	font-size: 12px;
}
.imagebox-desc::before {
	width: 48px;
	left: calc(50% - 24px);
	top: 80px;
	content: '';
	display: inline-block;
	position: absolute;
	height: 1px;
	background: #ffffff;
}
.imagebox.style1 .imagebox-content .imagebox-button {
	color: #ffffff;
	padding: 10px 52px 13px 0;
	display: inline-block;
	line-height: 24px;
	webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-top: 20px;
	font-size: 13px;
	text-transform: uppercase;
	position: absolute;
	bottom: 10px;
}
.imagebox.style1 .imagebox-content .imagebox-button:before {
	content: "\f054";
	font-family: "FontAwesome";
	position: absolute;
	top: 50%;
	right: 30px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #ffffff;
	font-size: 12px;
}
.imagebox.style1 .imagebox-content .imagebox-button a:hover:before {
	color: rgba(255, 255, 255, 0.8);
}
.imagebox.style1 .imagebox-content .imagebox-button a:hover {
	color: rgba(255, 255, 255, 0.8);
}
.sk.business .min-title {
	font-weight: bold;
	position: relative;
	padding-top: 60px;
	padding-bottom: 16px;
	margin-bottom: 20px;
}
.sk.business .min-title:after {
	content: '';
	position: absolute;
	width: 30px;
	height: 2px;
	bottom: 0;
	left: 0;
	background-color: #e51937;
}
/*==================== SK 我们的业务 详情 Styles ==========================*/
.sk.business.together.happiness .together_section01 .together_banner01 .together_cont_bg {
	background-image: url(../images/sk_main_banner02.jpg);
}
.business_title_wrap {
	position: relative;
}
.media.news.news_view .content_wrap .business_title_code {
	position: absolute;
	right: 20px;
	top: 20px;
	width: 100px;
	margin: 0;
}
.media.news.news_view .content_wrap .business_title_code img {
	margin: 0;
	border: 2px solid #ececec;
}
.media.news.news_view .content_wrap .business_title_code p {
	font-size: 12px;
	width: 100px;
	text-align: center;
}

@media only screen and (min-width:0) and (max-width:1023px) {
.media.news.news_view .content_wrap .business_title_code {
	position: inherit;
	width: 50%;
	margin: 40px auto;
}
.media.news.news_view .content_wrap .business_title_code img {
	margin: 0 0 10px 0;
}
.media.news.news_view .content_wrap .business_title_code p {
	font-size: 3.2vw;
	width: 100%;
	text-align: center;
}
}

@media only screen and (min-width:1024px) {
.business_title_wrap {
	width: 100%;
	clear: both;
	height: 370px;
	background: #f5f5f5;
	margin-top: 50px;
}
.business_title_img {
	height: 370px;
	float: left;
}
.business_title_img img {
	margin: 0 auto !important;
	height: 370px;
}
.business_title_main {
	height: 370px;
	float: left;
	padding-left: 60px;
	font-size: 16px;
}
.business_title {
	font-size: 25px;
	font-weight: 600;
	letter-spacing: 0.06em;
	color: #000000;
	word-break: keep-all;
	margin: 50px 0 -20px 0;
}
.sk-rent-car .business_title_wrap {
	width: 100%;
	clear: both;
	height: 270px;
	background: #f5f5f5;
	margin-top: 50px;
}
.sk-rent-car .business_title_img {
	height: 270px;
	float: left;
}
.sk-rent-car .business_title_img img {
	margin: 0 auto !important;
	height: 270px;
}
.sk-rent-car .business_title_main {
	height: 270px;
	float: left;
	padding-left: 60px;
	font-size: 16px;
}
.sk-rent-car-link {
	border-radius: 100px;
	margin-top: 0;
}
}

@media only screen and (max-width: 1023px) and (min-width: 0) {
.business_title {
	margin: 20px 0;
	font-weight: bold;
}
}
/*  SK 关于我们tab  */
.sk.about.together.happiness .together_section01 .together_banner01 .together_cont_bg {
	background-image: url(../images/sk_main_banner01.jpg);
}
.sk.about .nav-tabs {
	border: none;
	text-align: center;
	margin: 50px auto;
	display: table;
}
.sk.about .nav-tabs > li {
	float: none;
	margin-bottom: 0;
	color: #000;
	display: inline-block;
}
.sk.about .nav-tabs > li > a {
	margin: 0;
	padding: 15px 75px;
	font-size: 15px;
	text-align: center;
	border-radius: 0;
	border: 1px solid #dedede;
}
#about2 {
	background-image: linear-gradient(45deg, #adadad, #e4e4e4, #ffffff, #ffffff, #f1f1f1, #e0e0e0);
	padding-top: 158px;
	margin-top: -158px;
}

@media only screen and (min-width:0) and (max-width:768px) {
.sk.about .nav-tabs > li > a {
	padding: 15px 30px;
}
#about2 {
	background-image: linear-gradient(45deg, #afafaf, #e4e4e4, #ececec, #ffffff);
	padding-top: 158px;
	margin-top: -158px;
}
}
.sk.about .nav-tabs > li.active > a, .sk.about .nav-tabs > li.active > a:focus, .sk.about .nav-tabs > li.active > a:hover {
	color: #fff;
	cursor: default;
	background-color: #f33;
	border: 1px solid #f33;
}
/*SK集团 global */
.sk.global.together.happiness.group .together_section01 .together_banner01 .together_cont_bg {
	background-image: url("../images/group_main_banner05.jpg");
	background-size: cover;
	background-position: top right;
}
.sk.global .subCont .cont_subTit {
	font-size: 28px;
	color: #de071a;
	line-height: 28px;
	margin-bottom: 15px;
	font-weight: 600;
	margin: 0 2px;
}
.sk.global .subCont .cont_h4 {
	font-size: 26px;
	font-weight: 500;
	color: #000000;
	margin-bottom: 30px;
	line-height: 26px;
}
.sk.global .subCont {
	position: relative;
	width: 100%;
	padding: 0;
	margin-top: 30px;
}
.sk.global .subCont li {
	display: inline-block;
	width: 33%;
}
.sk.global .person_cont_h4 {
	font-size: 26px;
	font-weight: 500;
	color: #000000;
	margin-bottom: 30px;
	margin-top: 40px;
}

@media only screen and (min-width:0) and (max-width:1023px) {
.sk.global .subCont .cont_h4 {
	font-size: 5.333334vw;
	margin-bottom: 6vw;
	line-height: 1.5;
}
.sk.global .subCont .cont_subTit {
	font-size: 6vw;
}
.sk.global .subCont h5 {
	font-size: 4vw;
}
.sk.global .subCont li {
	display: inline-block;
	width: 100%;
	margin-top: 8vw;
}
.sk.global .person_cont_h4 {
	font-size: 5.333334vw;
	margin-bottom: 6vw;
}
}
/*  我们的发展历程  */
.sk.growth.together.happiness .together_section01 .together_banner01 .together_cont_bg {
	background: url(../images/sk_main_banner03.jpg) left top no-repeat;
	background-size: cover;
}

@media only screen and (min-width:0) and (max-width:1023px) {
.ss-container h3 a {
	font-size: 4vw;
}
}
/*  公益中国  */
/*@media screen and (max-width: 736px) {
	body.charity{overflow-y: hidden;}
	body.charity footer.only-pc{display: none;}
	body.charity .bottom-footer.only-pc{display: none;}
}body.charity footer{display: block;}
	body.charity .bottom-footer.only-pc{display: block;}*/
.tparrows:before				{	font-family: 'FontAwesome'; font-size:15px; color:#fff; display:block; line-height: 40px; text-align: center;}
.tparrows.tp-leftarrow:before	{	content: '\f104'; }
.tparrows.tp-rightarrow:before	{	content: '\f105'; }


.hebe.tparrows:before {
  font-family: 'FontAwesome';
  font-size:30px;
  color:#aaa;
  display:block;
  line-height: 70px;
  text-align: center;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
  z-index:2;
  position:relative;
   background:#fff;
  min-width:70px;
    min-height:70px;
}
.hebe.tparrows.tp-rightarrow:before  {
      content: "\f104";
}
.hebe.tparrows.tp-rightarrow:before {
  content: "\f105";
}