/*------------------------------------------------------------------
    Main Style Stylesheet
    Project:        ZAP | The Multi-Purpose HTML5 Template
    Version:        1.0
    Author:         M_Adnan
    Last change:    10/02/2015
    Primary use:    Creative, Coporate, Business, Portfolio, Personal
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
body 
 + WRAP
 + HEADER
 + NAVIGATION
 + BANNER
 + SERVICES
 + OUR FEATURED FOUNDERS
 + BLOG UPDATES 
 + APPOINMENT
 + NEWS FROM BLOG
 + PATNERS / CLIENTS
 + FOOTER
 + SOCIAL ICONS
 + MEGA MENU
 + 3 MENU LEVEL 
-------------------------------------------------------------------*/
/*=======================================================
      IMPORT FILE
========================================================*/
@import url("animate.css");
/*=======================================================
      THEME STYLING START
========================================================*/
* {
	margin: 0px;
	padding: 0px;
}
body {
	background: #FFF;
	font-weight: normal;
	position: relative;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
}
/*=======================================================
      WRAPPER
========================================================*/
#wrap {
	position: relative;
	width: 100%;
	overflow: hidden;
}
/*=======================================================
      HEADINGS
========================================================*/
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #3c3c3c;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	letter-spacing: 1.5px;
}
h1 {
	font-size: 42px;
}
h2 {
	font-size: 36px;
	font-weight: bold;
}
h3 {
	font-size: 30px;
}
h4 {
	font-size: 24px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
	font-weight: 600;
}
p {
	font-family: inherit;
	font-weight: 500;
	color: #535353;
	font-size: 14px;
	line-height: 24px;
	text-rendering: optimizeLegibility;
}
a {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	text-decoration: none !important;
	font-family: 'Open Sans', sans-serif;
}
img {
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	display: inline-block !important;
}
ul {
	margin-bottom: 0px;
}
li {
	list-style: none;
}
a {
	text-decoration: none;
	color: #141414;
}
p.intro-small {
	width: 80%;
	margin: 0 auto;
}
.font-damion {
	font-family: 'Damion', cursive;
}
.font-crimson {
	font-family: 'Crimson Text', serif;
}
.text-transform-none {
	text-transform: none !important;
}
.text-white {
	color: #fff !important;
}
.text-bold {
	font-weight: bold !important;
}
.text-normal {
	font-weight: normal !important;
}
.font-12px {
	font-size: 12px !important;
}
.font-14px {
	font-size: 14px !important;
}
.font-16px {
	font-size: 16px !important;
}
.font-18px {
	font-size: 18px !important;
}
.font-20px {
	font-size: 20px !important;
}
.font-30px {
	font-size: 30px !important;
}
.font-50px {
	font-size: 50px !important;
}
.font-bold {
	font-weight: bold !important;
}
.font-normal {
	font-weight: normal !important;
}
.white-text {
	color: #fff !important;
}
.font-italic {
	font-style: italic !important;
}
.font-bold {
	font-weight: bold !important;
}
a:hover, a:focus {
	color: #34495E;
}
.text-color-primary {
	color: #987654;
}
.position-center-center {
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.dark-pattern {
	background: url(../images/portfolio/2/bg-parallax-1.png) repeat;
}
.primary-color {
	color: #34495E !important;
}
.white-bg {
	background: #fff;
}
.relative {
	position: relative;
}
.line-height-24 {
	line-height: 24px !important;
}
.dark-text p {
	color: #141414;
}
#cd-menu-trigger.dark span {
	background: #171717;
}
#cd-menu-trigger.dark.is-clicked .cd-menu-icon::before {
	background: #171717;
}
#cd-menu-trigger.dark.is-clicked .cd-menu-icon::after {
	background: #171717;
}
.is-sticky .sticky.dark-header {
	background: #202020;
}
.gray-bg {
	background: #f5f5f5;
}
/*=======================================================
      SECTION
========================================================*/
section {
	position: relative;
	overflow: hidden;
	width: 100%;
	background: #fff;
}
/*=======================================================
      HEADINGS
========================================================*/
.heading-block {
	margin-bottom: 20px;
	margin-top:10px;
	display: inline-block;
	width: 100%;
}
.heading-block h3 {
	font-size: 30px;
	text-transform: uppercase;
	margin: 20px;
	font-weight: normal;
	letter-spacing: 3px;
}
.heading-block h2 {
	font-size: 48px;
	font-weight: 200;
	text-transform: uppercase;
	margin: 0px;
}
.heading-block h2 small {
	font-size: 26px;
	display: inline-block;
	width: 100%;
	color: #3c3c3c;
	font-weight: 300;
	text-transform: none;
}
.heading-block .intro-small {
	width: 85%;
	margin: 0 auto;
}
.heading-block hr.main {
	height: 2px;
	width: 25px;
	background: #444444;
	border: none;
	margin: 30px auto;
}
.heading-block h1 small {
	font-size: 26px;
	display: inline-block;
	width: 100%;
	color: #3c3c3c;
	font-weight: 300;
	text-transform: none;
}
.heading-block h1 {
	text-transform: none;
	font-size: 60px;
	font-weight: 100;
}
.heading-parallax h1 {
	font-size: 60px;
}
.heading-block.light span {
	color: #fff;
}
.heading-block.light h2 {
	color: #fff;
}
.heading-block.light h3 {
	color: #fff;
}
.heading-block.light p {
	color: #fff;
}
.heading-block.light hr.main {
	background: #fff;
}
.heading-block.style-2 h2 {
	font-size: 48px;
	font-weight: normal;
}
.heading-block.style-3 h2 {
	font-size: 48px;
	letter-spacing: 0.5px;
	color: #141414;
	margin-top: 5px;
	margin-bottom: 20px;
}
.heading-block.style-3 h3 {
	color: #141414;
	font-size: 40px;
	letter-spacing: -2px;
	text-transform: none;
}
.heading-block.style-3 p {
	font-size: 13px;
	line-height: 30px;
	width: 75%;
	margin: 0 auto;
}
.heading-block.style-6 p {
	font-size: 18px;
	line-height: 30px;
	width: 80%;
	margin: 0 auto;
}
.heading-block.style-3 hr {
	height: 4px;
	width: 50px;
}
.heading-block.style-4 {
	width: 68%;
	margin: 0 auto;
	display: block;
}
.heading-block.style-6 span {
	width: 68%;
	margin: 0 auto;
	display: block;
}
.heading-block.style-4 h2 {
	font-style: italic;
	font-weight: bold;
	font-family: 'Crimson Text', serif;
	text-transform: none;
	font-size: 60px;
	color: #141414;
	letter-spacing: -2px;
	margin-top: 0px;
}
.heading-block.style-4 h4 {
	font-size: 48px;
	color: #141414;
	font-style: italic;
	font-weight: bold;
	font-family: 'Crimson Text', serif;
	text-transform: none;
	letter-spacing: 0px;
	margin-top: 0px;
}
.heading-block.style-4 h3 {
	font-style: italic;
	font-weight: bold;
	font-family: 'Crimson Text', serif;
	text-transform: none;
	font-size: 36px;
	color: #141414;
	letter-spacing: -2px;
	margin-top: 0px;
}
.heading-block.style-4 span {
	font-size: 20px;
}
.heading-block.style-4 hr {
}
.heading-block.style-5 h4 {
	letter-spacing: 3px;
}
.heading-block.style-5 p {
	font-size: 18px;
	font-family: 'Crimson Text', serif;
	width: 65%;
	margin: 0 auto;
	font-weight: 400;
}
.heading-block.style-6 span {
	font-size: 16px;
}
.heading-block.style-6 h4 {
	font-size: 24px;
	font-weight: normal;
	letter-spacing: 1px;
}
.heading-block h2.border {
	letter-spacing: 1px;
	padding: 15px 60px;
	border: 2px solid #ececec;
	display: inline-block;
	margin-top: 0px;
}
.heading-border h2 {
	font-size: 40px;
	display: inline-block;
	border: 4px solid #fff;
}
.heading-border h3 {
	font-size: 30px;
	display: inline-block;
	border: 2px solid rgba(255,255,255,0.5);
}
/*=======================================================
      BUTTON
========================================================*/
.btn {
	background: #34495E;
	display: inline-block;
	font-size: 12px;
	text-transform: uppercase;
	padding: 15px 40px;
	font-weight: normal;
	border-radius: 0px;
	letter-spacing: 2px;
	color: #fff;
	border: none !important;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.btn:hover {
	color: #fff;
}
.btn:before {
	position: absolute;
	left: 0px;
	z-index: -1;
	height: 100%;
	width: 0%;
	content: "";
	top: 0px;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
.btn:hover:before {
	background: #3c3c3c;
	width: 100%;
}
.btn.btn-white {
	background: #fff;
	padding: 15px 40px;
	color: #333 !important;
}
.btn.btn-white:hover {
	color: #fff !important;
}
.btn.btn-dark {
	background: #3c3c3c;
	color: #fff;
}
.btn.btn-dark:hover:before {
	background: #ff83a6 !important;
	color: #fff;
}
.btn.btn-white.btn-1 {
	background: none;
	border: 2px solid #fff;
	color: #fff !important;
}
.btn.btn-white.btn-1:hover {
	background: #fff;
	color: #333 !important;
}
.btn.btn-blank {
	border: 1px solid rgba(255,255,255,0.8) !important;
	background: none;
}
.btn.btn-blank:hover:before {
	background: #ff83a6 !important;
	color: #fff;
}
.btn.btn-blank:hover {
	border: 1px solid #ff83a6 !important;
}
.btn.btn-blank-dark {
	border: 1px solid rgba(0,0,0,0.8) !important;
	color: rgba(0,0,0,0.8) !important;
}
.btn.btn-blank-dark:hover {
	color: #fff !important;
}
.btn-small {
	padding: 8px 20px;
	font-size: 10px;
}
.btn.btn-med {
	padding: 18px 30px;
}
.btn.btn-large {
	padding: 20px 60px;
	font-size: 14px;
}
.btn.btn-x-large {
	padding: 20px 60px;
	font-size: 14px;
}
.btn.btn-color {
	background: #ff83a6;
	color: #fff;
}
.btn.btn-color:hover {
	color: #fff;
}
.btn.gray-border {
	background: none;
	border: 2px solid #ececec;
}
.btn.gray-border:hover {
	background: #ececec;
}
.btn.dark-border {
	background: none;
	border: 1px solid #141414;
}
.btn.dark-border:hover {
	color: #fff;
	background: #141414;
}
.btn.gary {
	background: #909090;
	color: #fff;
}
.btn.gary:hover {
	background: #6d6d6d;
}
.btn.dark {
	background: #141414;
	color: #fff;
	border: 2px solid #141414;
}
.btn.dark:hover {
}
.btn.radius {
	border-radius: 4px;
}
.btn-icon {
	font-size: 18px;
	padding: 0px;
	display: inline-block;
	height: 60px;
	position: relative;
	overflow: hidden;
	line-height: 58px;
	padding-left: 25px;
}
.btn-icon i {
	background: rgba(0,0,0,0.1);
	float: right;
	height: 60px;
	line-height: 58px;
	margin-left: 25px;
	padding: 0 15px;
}
.btn-icon.dark i {
	background: none;
}
.btn.blue {
	background: #6b97c5;
}
.btn.orange {
	background: #e86211;
}
.btn.light-green {
	background: #42d4c8;
}
.btn.blue-2 {
	background: #2ba4c7;
}
.btn.green {
	background: #8da263;
}
.btn.light-purple {
	background: #ad8bbf;
}
.btn.purple {
	background: #cb457b;
}
.btn.pink-dark {
	background: #e14260;
}
.link-round {
	margin-top: 50px;
}
.link-round a {
	margin-right: 30px;
}
.link-round i {
	height: 45px;
	width: 45px;
	margin-right: 10px;
	text-align: center;
	display: inline-block;
	border-radius: 50%;
	line-height: 43px;
	border: 1px solid #ebebeb;
	color: #676767;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
.link-round a:hover i {
	background: #ff83a6;
	border-color: #ff83a6;
	color: #fff;
}
/*=======================================================
      SERVICES
========================================================*/
.service-intro-img h4 {
	font-style: italic;
	font-weight: normal;
	margin-top: 30px;
	letter-spacing: 0px;
	margin-bottom: 0px;
	font-family: 'Crimson Text', serif;
}
.service-intro-img li {
	margin-bottom: 30px;
}
.service-intro-img hr {
	border: none;
	height: 2px;
	margin: 15px auto;
	background: #ff83a6;
	width: 22px;
}
.service-intro-img p {
	line-height: 30px;
}
.service-welcome li i {
	color: #ff83a6;
	font-size: 40px;
	display: inline-block;
	width: 100%;
	margin-bottom: 15px;
}
.service-welcome h6 {
	margin-bottom: 15px;
}
.more-border {
	padding: 10px 30px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	border-top: 1px solid rgba(0,0,0,0.1);
	display: inline-block;
}
.busins-list li {
	margin-bottom: 35px;
}
.busins-list h4 i {
	font-size: 18px;
	color: #dbdbdb;
	margin-right: 10px;
}
.busins-list h4 {
	font-style: italic;
	font-weight: normal;
	letter-spacing: 0px;
	font-family: 'Crimson Text', serif;
}
.services li {
	background: #f0f0f0;
	padding: 0px;
}
.services li:nth-child(2) {
	background: #e7e7e7;
}
.services li .ser-inn {
	padding: 70px 35px;
}
.services li .ser-inn h4 {
	font-weight: 200;
	color: #fff;
	margin: 0px;
	margin-bottom: 30px;
}
.services li .ser-inn i {
	font-size: 50px;
	position: absolute;
	right: 40px;
	top: 60px;
}
.services li .ser-inn p {
	color: #848383;
	margin: 0px;
}
.services li .ser-inn .gray-border {
	border-color: #c4c4c4;
}
.services li .ser-inn p {
	font-size: 14px;
}
.offer-services ul {
	text-align: center;
}
.offer-services ul li {
	float: none;
	display: inline-block;
}
.simple-ser h6 {
	margin-top: 30px;
	letter-spacing: 1px;
}
.simple-ser p {
	font-size: 13px;
	letter-spacing: 0px;
	line-height: 24px;
}
.services.full-pattrn {
}
.services.full-pattrn li {
	padding: 50px;
}
.services.full-pattrn li .ser-inn {
	padding: 0px;
}
.services.full-pattrn p {
	font-size: 13px;
	letter-spacing: 0px;
	line-height: 24px;
}
.services li:nth-child(1) {
	background: #2f2d2e;
}
.services li:nth-child(2) {
	background: #2b282a;
}
.services li:nth-child(3) {
	background: #2f2d2e;
}
.services li:nth-child(4) {
	background: #2b282a;
}
.services li:nth-child(5) {
	background: #2f2d2e;
}
.services li:nth-child(6) {
	background: #2b282a;
}
.services li:nth-child(7) {
	background: #2f2d2e;
}
.services li:nth-child(8) {
	background: #2b282a;
}
.services li:nth-child(9) {
	background: #2f2d2e;
}
.services.full-pattrn li .ser-inn .btn:hover {
	background: #fff;
	border: 2px solid #141414;
}
.have-sikills {
	padding-left: 35%;
}
.service-intro p {
	font-size: 16px;
}
hr.balck {
	background: #141414 !important;
	border-top: none;
	height: 1px;
	line-height: 1px;
}
hr.black {
	background: #141414 !important;
	border-top: none;
	height: 1px;
	line-height: 1px;
}
.float-none {
	float: none !important;
}
.services-coporate {
}
.services-coporate li {
	text-align: center;
}
.services-coporate li {
}
.services-coporate li h6 {
	margin: 20px 0;
}
.services-coporate li p {
	line-height: 24px;
}
.services-coporate li i {
	height: 57px;
	width: 57px;
	border-radius: 50%;
	border: 1px solid #ececec;
	line-height: 55px;
	font-size: 24px;
	margin-top: 30px;
}
.services-coporate li hr {
	width: 30px;
	margin: 10px auto;
	height: 2px;
	margin-bottom: 20px;
}
.beuti-craft {
	padding-right: 42%;
}
.beuti-craft li {
	margin-bottom: 50px;
}
.beuti-craft li h6 {
	margin: 20px 0;
	text-transform: uppercase;
	margin-top: 25px;
}
.beuti-craft i {
	font-size: 38px;
	float: left;
	margin-top: -10px;
	margin-right: 20px;
}
.sml-ser h4 {
	font-weight: normal;
	letter-spacing: 0px;
}
.sml-ser p {
	line-height: 30px;
}
.sml-ser a {
	display: inline-block;
	margin-top: 10px;
	font-size: 12px;
}
.services-images {
}
.services-images .icon-images {
	height: 136px;
	width: 136px;
	position: relative;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	overflow: hidden;
	margin-bottom: 15px;
}
.services-images .icon-images img {
	border-radius: 50%;
}
.services-images .icon-images a {
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 9;
	color: #fff;
	background: rgba(255,131,166,0.9);
	top: 0px;
	left: 0px;
	padding-top: 40%;
	opacity: 0;
	border-radius: 50%;
	top: 100%;
}
.services-images .icon-images a:hover {
	background: rgba(255,131,166,1);
}
.services-images .icon-images a i {
	width: 100%;
	margin-top: 5px;
}
.services-images article:hover .icon-images a {
	opacity: 1;
	top: 0px;
}
.we-provide article {
	text-align: center;
	margin-bottom: 40px;
}
.we-provide article h6 {
	font-weight: normal;
	color: #fff;
	font-size: 14px;
	margin: 15px;
	text-transform: uppercase;
}
.we-provide article p {
	color: #a1a1a1;
}
.flexibility .beuti-craft li {
	margin-bottom: 40px;
}
.provide-best {
	background: #343434;
}
.provide-best .services-images {
	padding: 80px 15%;
}
.provide-best .services-images h6 {
	margin: 20px 0;
}
.provide-best .services-images p {
	line-height: 30px;
}
.provide-best .owl-nav {
	display: none;
}
.provide-best .owl-dots {
	width: 100%;
	display: inline-block;
	text-align: center;
	position: absolute;
	bottom: -80px;
}
.provide-best .owl-dots div {
	display: inline-block;
	height: 10px;
	width: 10px;
	border-radius: 50%;
	margin: 0 2px;
	border: 1px solid #6e6e6e;
}
.provide-best .owl-dots div.active {
	background: #ff83a6;
	border-color: #ff83a6;
}
.slider-studio .owl-nav div.owl-prev {
	display: inline-block !important;
	color: #344248;
	margin: 0 15px;
	height: 68px;
	width: 68px;
	border-radius: 0px;
	line-height: 64px;
	text-align: center;
	position: absolute;
	border: 1px solid #dbdbdb;
	top: 45%;
	left: 50px;
	background: none;
	margin-top: -35px;
}
.slider-studio .owl-nav div.owl-next {
	display: inline-block !important;
	color: #686868;
	margin: 0 15px;
	height: 68px;
	width: 68px;
	border-radius: 0px;
	line-height: 64px;
	text-align: center;
	position: absolute;
	top: 45%;
	border: 1px solid #dbdbdb;
	background: none;
	right: 50px;
	margin-top: -35px;
}
.slider-studio .owl-nav div.owl-next:hover {
	background: #ff83a6;
	border: 1px solid #ff83a6;
	color: #fff;
}
.slider-studio .owl-nav div.owl-prev:hover {
	background: #ff83a6;
	border: 1px solid #ff83a6;
	color: #fff;
}
/*=======================================================
      DIVIDERS
========================================================*/
.divider {
	color: #e5e5e5;
	margin: 1.07143rem 0;
	overflow: hidden;
	position: relative;
	text-align: left;
	width: 100%;
}
.divider:after, .divider.divider-center:before, .divider.divider-center.divider-short:before {
	border-top: 1px solid rgba(20, 20, 20, 0.2);
	content: "";
	height: 0;
	left: 30px;
	position: absolute;
	top: 49%;
	width: 100%;
}
.divider.divider-very-short:after, .divider.divider-very-short:before {
	width: 5rem !important;
}
.divider.divider-right {
	text-align: right;
}
.divider.divider-right:after {
	left: auto;
	right: 30px;
}
.divider.divider-short:after {
	width: 30%;
}
.divider.divider-center {
	text-align: center;
}
.divider.divider-center:before {
	left: -50% !important;
	margin-left: -20px;
	right: 0;
}
.divider.divider-center:after {
	left: 50% !important;
	margin-left: 20px;
	right: 0;
}
.divider.divider-center.divider-short:before {
	left: auto !important;
	margin-right: 30px;
	right: 50%;
	width: 8%;
}
.divider.divider-center.divider-short:after {
	left: 50% !important;
	margin-left: 30px;
	right: auto !important;
	width: 8%;
}
.divider .i-div {
	display: inline-block !important;
	font-size: 18px;
	height: 18px;
	line-height: 1;
	position: relative;
	text-align: center;
	width: 18px;
}
/*=======================================================
      TOP BAR
========================================================*/
.top-bar {
	background: #ececec;
	height: 43px;
}
.top-bar p {
	font-size: 11px;
	letter-spacing: 1px;
	line-height: 43px;
	margin: 0px;
}
.top-bar ul li {
	display: inline-block;
}
.top-bar .social-top a {
	line-height: 43px;
	color: #909090;
	font-size: 11px;
	margin: 0 5px;
}
/*=======================================================
      HEADER
========================================================*/
header {
	position: absolute;
	width: 100%;
	z-index: 999;
	padding: 0px;
	padding-top: 10px;
	background: rgba(0,0,0,0.2);
}
header .logo {
	float: left;
	position: absolute;
	text-align: left;
	z-index: 9999;
}
header nav {
	display: inline-block;
	width: 100%;
	float: right;
	position: relative;
	z-index: 999;
	min-height: 50px;
	text-align: right;
}
header nav li a {
	padding: 18px 0px;
	padding-bottom: 25px;
	margin: 0;
	text-decoration: none;
	line-height: 20px;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 1px;
	float: left;
	font-size: 13px;
	font-weight: 500;
	position: relative;
}
header.dark-text nav .ownmenu li a {
	color: #141414;
}
header nav .ownmenu li {
	padding: 0 15px;
}
header nav li a:hover {
	color: #fff;
}
header nav li.active a {
	color: #fff;
}
header nav li.active a:after {
	width: 100%;
}
header nav li a:hover:after {
	width: 100%;
}
header nav li a:after {
	display: block;
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 0;
	height: 2px;
	background-color: #34495E;
	content: "";
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
header .ownmenu li.active .dropdown a:after {
	opacity: 0;
}
header .ownmenu li.active .dropdown a:hover:after {
	opacity: 1;
}
header nav li .dropdown a:after {
	height: 1px;
	bottom: -1px;
}
header .ownmenu li .dropdown a:hover:after {
}
header nav li .megamenu a:after {
	height: 1px;
	bottom: -1px;
}
header .ownmenu ul.dropdown {
	padding-bottom: 0px;
	background: #141414;
	padding: 20px 35px;
	padding-top: 15px;
}
header .ownmenu ul.dropdown li a {
	text-transform: none;
	border: none !important;
	line-height: 20px;
	background: none;
	color: #7d7d7d !important;
	font-size: 13px;
	display: inline-block;
	width: 100%;
	font-weight: normal;
	letter-spacing: 0px;
	padding-right: 0px;
	text-align: left;
	padding: 7px 0px;
}
header .ownmenu ul.dropdown li a:hover {
	color: #428bca !important;
	background: none;
}
header .ownmenu li > .megamenu li a:hover {
	color: #428bca !important;
}
header .ownmenu li > .megamenu li a {
	text-transform: uppercase;
	border: none !important;
	line-height: 40px;
	background: none;
	color: #6f6f6f !important;
	font-size: 13px;
	display: inline-block;
	width: 100%;
	font-weight: normal;
	letter-spacing: 0px;
	padding-right: 0px;
	text-align: left;
	padding: 0px;
}
header .ownmenu .megamenu hr {
	width: 23px;
	height: 3px;
	background: #ff83a6;
	margin: 15px 0px;
	border: none;
	display: inline-block;
}
header ul.dropdown li {
	padding: 0px;
}
header ul.dropdown li:hover {
	background: none
}
header .ownmenu .megamenu h6 {
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	margin-top: 0px;
}
header .ownmenu .megamenu img {
	width: auto;
	margin-top: -1px;
}
header .ownmenu > li > .megamenu.full-width {
	background: #141414;
	padding: 50px;
	padding-bottom: 40px;
}
header .ownmenu > li > .megamenu.full-width li {
	text-align: left;
}
header nav .ownmenu .indicator {
	margin-left: 5px;
	display: none;
}
header .language {
	float: left;
}
header .language a {
	font-size: 10px;
	color: #ffffff;
	margin-right: 10px;
	display: inline-block;
}
.home-6-style header .language a {
	color: #fff;
}
header .language a:hover {
	color: #af5875;
}
header .language a.active {
	color: #af5875;
}
header .bootstrap-select.btn-group .btn .filter-option {
	font-size: 10px;
}
header.header-dark nav li a {
	color: #272727;
}
header.header-dark .top-links li a {
	color: #898989;
}
header.header-dark .top-links li {
	color: #898989;
}
header .language a {
	color: #fff;
}
header .search-nav {
	float: right !important;
	font-family: 'Open Sans', sans-serif;
}
header .search-nav ul.dropdown {
	padding: 20px;
}
header .search-nav ul.dropdown {
	padding: 30px !important;
	width: 100% !important;
}
header .search-nav input {
	width: 100%;
	background: rgba(255,255,255,0.1);
	border: none;
	box-shadow: none;
	border-radius: 0px;
	height: 50px;
	padding-left: 20px;
	text-transform: uppercase;
	color: #fff;
	font-size: 18px;
	border: 1px solid;
	border-color: transparent;
}
.search-nav :-moz-placeholder { /* Firefox 18- */
 color: #e4e4e4;
}
.search-nav ::-moz-placeholder {  /* Firefox 19+ */
 color: #e4e4e4;
}
.search-nav :-ms-input-placeholder {
 color: #e4e4e4;
}
.search-nav ::-webkit-input-placeholder {
 color: #e4e4e4;
}
header input:focus, textarea:focus, keygen:focus, select:focus {
	outline: none !important;
	border: 1px solid #ff83a6 !important;
}
header .search-nav .btn {
	margin-top: 0px;
	border-right: 1px solid #272727;
	color: #272727;
}
header .search-nav .bootstrap-select.btn-group .dropdown-menu li a {
	padding: 2px 10px;
	font-size: 10px !important;
}
header .search-nav button {
	border: none;
	color: #fff;
	background: #ff83a6;
	height: 50px;
	float: right;
	right: 0px;
	padding: 0 40px;
	margin-top: -50px;
}
header .search-nav .ownmenu ul.dropdown li a:hover {
	background: #af5875 !important;
	color: #fff !important;
}
header .search-nav .bootstrap-select .dropdown-menu>li>a:hover {
	background: #af5875 !important;
	color: #fff !important;
}
header .search-nav .bootstrap-select .dropdown-menu>li.selected a {
	color: #fff !important;
}
header .ownmenu > li.search-nav i {
	font-size: 12px;
	margin: 0px;
	height: 32px;
	width: 32px;
	color: #fff;
	background: #141414;
	text-align: center;
	line-height: 32px;
	padding-top: 5px;
	padding-left: 2px;
	border-radius: 50%;
}
header nav .ownmenu li.search-nav .row {
	margin: 0px;
}
header nav .ownmenu li.search-nav {
	padding: 0px;
	margin: 0 5px;
}
header nav .ownmenu li.search-nav a {
	border: none !important;
	padding: 5px 0 !important;
	margin-top: 5px;
}
header nav .ownmenu li.search-nav ul.dropdown {
	border: 2px solid rgba(255,255,255,0.2);
}
header nav .ownmenu .cart-img {
	width: 80px;
	display: inline-block;
	margin-right: 20px;
}
header nav .ownmenu .cart-img img {
	width: 100%;
}
header nav .ownmenu .cart-img a {
	padding: 0px;
}
header .ownmenu > li.shop-cart {
	padding: 0px;
	margin-left: 15px;
}
header .ownmenu > li.shop-cart a {
	border: none !important;
	padding: 5px 0 !important;
	margin-top: 5px;
}
header .ownmenu > li.shop-cart i {
	font-size: 12px;
	margin: 0px;
	height: 32px;
	width: 32px;
	color: #fff;
	background: #141414;
	text-align: center;
	line-height: 32px;
	padding-top: 5px;
	padding-left: 2px;
	border-radius: 50%;
}
header .shop-cart {
	position: relative;
}
header .shop-cart .numb {
	height: 18px;
	width: 18px;
	border-radius: 50%;
	background: #ff83a6;
	font-size: 10px;
	color: #fff;
	position: absolute;
	top: 0px;
	padding: 0px;
	margin: 0px;
	right: 0px;
	margin: 0 auto;
	text-align: center;
	line-height: 15px;
	padding-top: 1px;
	z-index: 99;
}
header .shop-cart {
	float: right !important;
	font-family: 'Open Sans', sans-serif;
	text-align: left;
}
header .shop-cart span {
	display: inline-block;
	width: 100%;
	margin: 5px 0;
	font-size: 12px;
	color: #858585;
}
header .shop-cart span.price {
	color: #af5875;
}
header .shop-cart li {
	border-bottom: 1px solid rgba(255,255,255,0.1);
	padding-bottom: 15px !important;
	margin-bottom: 15px;
	display: inline-block;
	width: 100%;
}
header .shop-cart h6 {
	color: #fff;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: normal;
	font-size: 11px;
	letter-spacing: 1px;
}
header .shop-cart ul.dropdown {
	padding: 20px !important;
	width: 360px !important;
}
header .shop-cart h5 {
	color: #fff;
	margin: 0px;
	font-size: 16px;
	margin-top: 10px;
	font-weight: normal;
	letter-spacing: 2px;
}
header .shop-cart h5 span {
	font-size: 36px;
	width: auto;
	margin-left: 20px;
}
header .ownmenu .shop-cart ul.dropdown li.no-border {
	border: none !important;
}
header .ownmenu .shop-cart ul.dropdown li a.btn {
	padding: 15px 10px !important;
	width: auto !important;
	margin: 0px;
	width: 100% !important;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #fff !important;
	background: #ff83a6 !important;
}
header .ownmenu .shop-cart ul.dropdown li a.btn-1 {
	float: right;
	margin-top: 20px;
	background: #909090 !important;
}
header .ownmenu .shop-cart ul.dropdown li a.btn:hover {
	opacity: 0.8;
}
header .ownmenu .look-book .nav-img {
	width: 170px;
	margin-right: 20px;
}
header .ownmenu .look-book .nav-img a {
	padding: 0px;
}
header .ownmenu .look-book .media-heading {
	font-size: 10px;
	border: none;
	padding: 0px;
	margin-top: 15px;
}
header .ownmenu .look-book .media {
	padding-bottom: 20px;
}
header .ownmenu .look-book p {
	font-size: 10px;
	color: #b8b8b8;
	line-height: 18px;
}
header .ownmenu .look-book .media-body a {
	color: #af5875;
}
.sticky-wrapper {
	height: auto !important;
}
.sticky-wrapper .sticky {
	width: 100%;
	left: 0;
}
.is-sticky .sticky .logo {
}
.is-sticky .sticky {
	padding-top: 10px;
	background: rgba(0,0,0,0.8);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.ownmenu ul.dropdown {
	top: 63px;
}
.ownmenu > li > .megamenu {
	top: 63px;
}
.single-pages .ownmenu {
	width: auto;
}
header.dark-text .is-sticky .sticky {
	background: rgba(255,255,255,0.9);
	box-shadow: 0 0 4px rgba(0,0,0,0.3);
}
header.coporate-header {
	position: relative;
	margin-top: 0px;
	padding: 20px 0;
	background: #fff;
}
header.coporate-header .logo {
}
header.coporate-header nav li a {
	color: #141414;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 15px 0;
	border-color: transparent;
}
header.coporate-header nav li.active a {
	color: #ff83a6;
}
header.coporate-header nav li a:hover {
	color: #ff83a6;
	border-top: 1px solid #ff83a6;
	border-bottom: 1px solid #ff83a6;
	border-color: transparent;
}
header.coporate-header nav li.active a:before {
	width: 100%;
}
header.coporate-header nav li a:hover:before {
	width: 100%;
}
/*header.coporate-header nav li a:before {
	display: block;
	position: absolute;
	left: 0;
	top: -1px;
	width: 0;
	height: 2px;
	background-color: #ff83a6;
	content: "";
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}*/
header.coporate-header nav li.active a:after {
	width: 100%;
}
header.coporate-header nav li a:hover:after {
	width: 100%;
}
header.coporate-header nav li a:after {
	display: block;
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 0;
	height: 2px;
	background-color: #ff83a6;
	content: "";
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
header.coporate-header nav li ul li a:before {
	display: none;
}
header.coporate-header nav li ul li a:after {
	height: 1px;
}
header.coporate-header nav li ul li a:before {
	height: 1px;
}
header.coporate-header .ownmenu ul.dropdown {
	top: 52px;
}
header.coporate-header .ownmenu > li > .megamenu {
	top: 52px;
}
header.coporate-header .is-sticky .sticky {
	padding-top: 10px;
	padding-bottom: 10px;
	background: rgba(255,255,255,0.9);
	box-shadow: 0 0 4px rgba(0,0,0,0.3);
}
header.coporate-header .is-sticky .sticky .ownmenu ul.dropdown {
	top: 63px;
}
header.coporate-header .is-sticky .sticky .ownmenu > li > .megamenu {
	top: 63px;
}
#cd-menu-trigger {
	position: fixed;
	left: 380px;
	top: 50px;
	z-index: 9999999;
	width: 60px;
	height: 60px;
	padding: 20px;
	background: rgba(255,255,255,0.5);
}
.home-agency {
	text-align: center;
}
.home-agency h1 {
	font-size: 80px;
	color: #fff;
	letter-spacing: -5px;
}
.home-agency h3 {
	font-size: 60px;
	color: #fff;
	font-weight: normal;
}
.home-agency p {
	font-size: 16px;
	color: #fff;
	font-weight: normal;
}
.home-agency {
	background: url(../images/sliders/slide-2-3.jpg) center center no-repeat;
	background-size:cover;
}
.home-agency .ag-text {
	margin-top: 50px;
}
/*=======================================================
      LEFT MENU
========================================================*/
.left-header {
}
.left-header li a {
	padding-left: 30px;
	color: #a7a7a7;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 48px;
	letter-spacing: 1px;
}
.left-header li a:hover {
	background: #ff83a6;
	color: #fff;
}
.left-header li a.submenu-open {
	background: #ff83a6;
	color: #fff;
}
.left-header .sub-menu {
	background: #343434;
	padding: 10px 0;
}
.left-header .sub-menu li a {
	line-height: 36px;
	color: #a7a7a7;
}
.left-header .sub-menu li a:hover {
	color: #fff;
}
/*=======================================================
      VERTICAL MENU
========================================================*/
.vertical-menu {
	padding-left: 340px;
}
.vertical-menu .header {
	position: fixed;
	height: 100%;
	left: 0;
	top: 0;
	margin: 0px;
	z-index: 99999;
	width: 340px;
	padding: 0 0px;
	padding-top: 100px;
	background-color: #171717;
}
.vertical-menu .ownmenu ul.dropdown {
	top: inherit;
}
.vertical-menu .header nav {
	float: left;
	text-align: left;
	margin-top: 80px;
}
.vertical-menu .ownmenu li:hover a:after {
	display: block;
	position: absolute;
	left: 0;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: #ff83a6;
	content: "";
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.vertical-menu .ownmenu ul.dropdown li a:after {
	width: 0px;
}
.vertical-menu .ownmenu ul.dropdown li:hover a:after {
	display: none;
}
.vertical-menu .ownmenu ul.dropdown li a:hover:after {
	display: block;
	width: 100%;
}
.vertical-menu header nav li a:after {
	height: 100%;
	z-index: -1;
}
.vertical-menu .header nav .ownmenu {
	width: 100%;
}
.vertical-menu .header nav li a {
	border: none !important;
}
.vertical-menu .header .logo {
	position: relative;
	text-align: center;
	width: 100%;
}
.vertical-menu .header .ownmenu li {
	width: 100%;
	padding: 0px;
}
.vertical-menu .header .ownmenu li a {
	width: 100%;
	padding: 15px 0;
	margin: 0px;
	font-size: 12px;
	color: #6f6f6f;
	padding-left: 30px;
}
.vertical-menu .header .ownmenu li a:hover {
	color: #fff;
}
.vertical-menu .header .ownmenu li.active a {
	color: #fff;
}
.vertical-menu header .ownmenu ul.dropdown li a {
	padding-left: 0px;
}
.vertical-menu .header nav li a:after {
	bottom: auto;
	top: 0px;
}
.vertical-menu header .ownmenu ul.dropdown li a:after {
	height: 1px;
	top: auto;
	bottom: 0px;
}
.vertical-menu .header nav .ownmenu .indicator {
	display: block;
	font-size: 10px;
	right: 20px;
}
.vertical-menu .ownmenu ul.dropdown li ul.dropdown {
	margin-left: 0px;
}
.vertical-menu .header .ownmenu ul.dropdown {
	left: 100%;
}
.vertical-menu .header .ownmenu ul.dropdown li a {
	padding: 10px 0;
}
.vertical-menu .header .social-icons {
	position: absolute;
	bottom: 20px;
	text-align: center;
	width: 100%;
}
/*=======================================================
      HOME SLIDER
========================================================*/
.home-slide {
	position: relative;
	height: 560px;
}
.home-slide li {
	height: 560px;
	text-align: center;
	position: relative;
}
.home-slide li h1 {
	margin-bottom: 30px;
	font-size: 60px;
	color:#fff;
	letter-spacing:-3px;
}
.home-slide li h5 {
	font-size: 18px;
	color:#fff;
	font-weight:normal;
	letter-spacing:0px;
	font-style:italic;
}
.home-slide .slide-img-1 {
	background: url(../images/sliders/slide-2-1.jpg) center center no-repeat;
	background-size: cover;
}
.home-slide .slide-img-2 {
	background: url(../images/sliders/slide-2-2.jpg) center center no-repeat;
	background-size: cover;
}
.home-slide .slide-img-3 {
	background: url(../images/sliders/slide-2-3.jpg) center center no-repeat;
	background-size: cover;
}
.home-slide .flex-control-nav {
	position: absolute;
    z-index: 99;
    bottom: 10px;
    left: 0px;
    right: 0px;
    width: 100px;
    margin: 0 auto;
}
.home-slide .flex-control-nav li {
	height: auto;
}
.home-slide .flex-direction-nav {
	display: none;
}
.home-slide .position-center-center {
	width: 100%;
}
.home-slide .flex-control-paging li a{
    background: rgba(255, 255, 255, 0.5);
}
.home-slide  .flex-control-nav li{
	margin:0 3px;
}
.flex-control-paging li a.flex-active{
	background:#fff;
}
/*=======================================================
      HOME SLIDER
========================================================*/
.home-slider {
	height: 100%;
	position: relative;
	overflow: hidden;
}
.intro-portfolio {
	position: relative;
	z-index: 9;
}
.intro-portfolio .lamp {
	position: absolute;
	right: 100px;
	z-index: -1;
	top: 0px;
}
.intro-portfolio {
	text-align: center;
	padding-top: 200px;
	padding-bottom: 70px;
}
.intro-portfolio h1 {
	font-size: 60px;
	font-weight: 100;
	margin-bottom: 30px;
}
.intro-portfolio p {
	line-height: 30px;
}
.intro-portfolio .social-links li {
	margin: 0 5px;
	padding: 0px;
	margin-top: 20px;
}
.intro-portfolio .social-links a {
	display: inline-block;
	height: 50px;
	width: 50px;
	border: 1px solid #dfdfdf;
	line-height: 48px;
	text-align: center;
	color: #dbdbdb;
	font-size: 14px;
	border-radius: 50%;
}
.intro-portfolio .social-links a:hover {
	background: #ff83a6;
	border-color: #ff83a6;
	color: #fff;
}
/*=======================================================
      WELCOME ZAP
========================================================*/
.welcome .icon-box h6 {
	text-transform: uppercase;
	font-weight: normal;
}
.welcome .icon-box i {
}
.intro-style-2 p {
	font-size: 16px;
	line-height: 24px;
}
.intro.style-6 hr {
	border: none;
	background: #000000;
	height: 1px;
}
.intro.style-6 h6 {
	font-size: 10px;
	margin-top: 30px;
	color: #141414;
	letter-spacing: 1px;
}
.font-16px {
	font-size: 16px;
}
/*=======================================================
      ICON STYLE
========================================================*/
.icon-style .icon {
	display: inline-block;
	height: 70px;
	width: 70px;
	border-radius: 50%;
	line-height: 68px;
	border: 1px solid #ff83a6;
	color: #3c3c3c;
	font-size: 25px;
	margin-right: 15px;
	text-align: center;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.icon-style .icon-large {
	height: 103px;
	width: 103px;
	font-size: 40px;
	border-color: #dddddd;
	line-height: 105px;
	margin-bottom: 0px;
	margin: 0px;
}
.icon-style .icon-med {
	height: 98px;
	width: 98px;
	line-height: 98px;
	font-size: 30px;
}
.icon-style .icon-small {
	height: 40px;
	width: 40px;
	border-color: #ff83a6;
	color: #fff;
	line-height: 40px;
	background: #ff83a6;
	font-size: 14px;
}
.icon-style article {
	margin-bottom: 40px;
}
.icon-style article:hover .icon {
	background: #ff83a6;
	color: #fff;
	border-color: #ff83a6;
}
.icon-style article:hover .icon-small {
	background: none;
	color: #ff83a6;
}
.icon-style.icon-center .icon {
	margin-right: 0px;
}
.icon-style h5 {
	font-size: 18px;
	margin: 0px;
	letter-spacing: 0px;
	font-weight: 600;
}
.icon-style p {
	line-height: 30px;
}
.icon-style h4 {
	font-weight: 500;
	letter-spacing: 0px;
	margin-top: 20px;
	font-family: 'Crimson Text', serif;
	font-style: italic;
}
.icon-fill .icon-large {
	background: #ff89ad;
	color: #fff;
	border-color: #ff89ad;
	margin-bottom: 30px;
	font-size: 35px;
}
.icon-fill h5 {
	margin-bottom: 10px;
}
.icon-fill article:hover .icon-large {
	background: #fff;
	color: #ff89ad;
}
.best-sol p {
	line-height: 24px;
}
.best-sol h4 {
	margin: 0px;
	margin-bottom: 10px;
	letter-spacing: 0px;
}
.best-sol .icon-style article {
	margin-bottom: 20px;
}
hr.small {
	height: 1px;
	width: 20px;
	margin: 15px 0;
	margin-bottom: 10px;
	background: #535353;
	border: none;
}
hr.center {
	margin: 15px auto;
}
.icon-color ul .icon {
	color: #fff;
}
.icon-color ul li h5 {
	margin-bottom: 10px;
}
.icon-color ul li:nth-child(1) .icon {
	background: #ea6a6a;
	border-color: #ea6a6a;
}
.icon-color ul li:nth-child(2) .icon {
	background: #67bbb4;
	border-color: #67bbb4;
}
.icon-color ul li:nth-child(3) .icon {
	background: #e8852d;
	border-color: #e8852d;
}
.icon-color ul li:nth-child(4) .icon {
	background: #ce5281;
	border-color: #ce5281;
}
.icon-color ul li:nth-child(5) .icon {
	background: #ce5281;
	border-color: #ce5281;
}
.studio-intro ul p {
	line-height: 24px;
}
.studio-intro h4 {
	margin: 0px;
}
.studio-intro ul li:nth-child(1) .icon {
	background: #e78686;
	border-color: #e78686;
}
.studio-intro ul li:nth-child(2) .icon {
	background: #8dbdd8;
	border-color: #8dbdd8;
}
.studio-intro ul li:nth-child(3) .icon {
	background: #aabd88;
	border-color: #aabd88;
}
.studio-intro ul li:nth-child(4) .icon {
	background: #e387b5;
	border-color: #e387b5;
}
.studio-intro ul li:nth-child(5) .icon {
	background: #80b69d;
	border-color: #80b69d;
}
.studio-intro ul li:nth-child(6) .icon {
	background: #9caaae;
	border-color: #9caaae;
}
.studio-intro ul li hr {
	margin-bottom: 20px;
}
.best-wpe p {
	line-height: 30px !important;
	font-weight: normal !important;
}
/*=======================================================
      WHY CHOOSE US
========================================================*/
.why-choose {
}
.why-choose .h6 {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 0px;
}
.why-choose .ib-info p {
	font-size: 13px;
	letter-spacing: 0px;
}
.why-choose h4 {
	font-weight: bold;
	text-transform: uppercase;
}
.why-choose .ultra-ser span {
	font-weight: 900;
	font-size: 10px;
	font-style: italic;
	text-transform: uppercase;
}
.why-choose .ultra-ser .name {
	font-weight: 700;
	font-size: 10px;
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	text-transform: uppercase;
}
.why-choose .ultra-ser hr {
	border: none;
	height: 1px;
	width: 72px;
	background: #141414;
	margin: 0px;
	margin-bottom: 15px;
	margin-top: 30px;
}
/*=======================================================
      PORTFOLIO
========================================================*/
.portfolio-overlay {
	background-color: rgba(0, 0, 0, 0.8);
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 2;
	transition: all 400ms ease-out;
	overflow: hidden;
}
.portfolio-overlay h3, .portfolio-overlay span {
	color: #FFFFFF;
}
.portfolio-overlay .position-center-center {
	width: 100%;
	padding: 0 30px;
}
.portfolio-overlay a {
	display: block;
	color: #fff;
	font-size: 18px;
	margin-bottom: 10px;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.portfolio-overlay a:hover {
	color: #ff83a6;
}
.portfolio-overlay span {
	font-size: 12px;
	font-weight: normal;
	line-height: 24px;
	color: #9f9f9f;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.portfolio-item:hover .portfolio-overlay, .portfolio-item:active .portfolio-overlay, .portfolio-item.active .portfolio-overlay, .portfolio-item:focus .portfolio-overlay {
	opacity: 1;
}
.portfolio-item:hover img {
	transform: scale(1.1);
}
.portfolio-item {
	position: relative;
	overflow: hidden;
}
.portfolio-item .zoom-icon {
	position: absolute;
	bottom: 0px;
	right: 0px;
	height: 40px;
	width: 40px;
	background: #ff83a6;
	text-align: center;
	line-height: 40px;
	margin: 0px;
	color: #fff !important;
	margin-bottom: -40px;
}
.portfolio-item .zoom-icon:hover {
	background: #fff;
	color: #ff83a6 !important;
}
.portfolio-item:hover .zoom-icon {
	margin-bottom: 0px;
}
.portfolio-item .link-icon {
	position: absolute;
	bottom: 0px;
	right: 42px;
	height: 40px;
	width: 40px;
	background: #ff83a6;
	text-align: center;
	line-height: 40px;
	margin: 0px;
	color: #fff !important;
	margin-bottom: -40px;
}
.portfolio-item .link-icon:hover {
	background: #fff;
	color: #ff83a6 !important;
}
.portfolio-item:hover .link-icon {
	margin-bottom: 0px;
}
.portfolio-item .portfolio-image {
	position: relative;
	overflow: hidden;
}
.portfolio .item-space .portfolio-item {
	padding: 15px;
}
.portfolio .item-space .portfolio-item img {
	width: 100%;
}
.portfolio-overlay.style-2 .detail-info {
	bottom: 0px;
	position: absolute;
	background: #141414;
	width: 100%;
	text-align: left;
	padding: 0 30px;
}
.portfolio-overlay.style-2 .detail-info span a {
	font-size: 18px;
	color: #8a8a8a;
}
.portfolio-overlay.style-4 {
	background: none;
	border: 35px solid;
	border-color: transparent;
}
.portfolio-overlay.style-4 .position-center-center {
}
.portfolio-overlay.style-4 .detail-info {
	background: #fff;
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
}
.portfolio-overlay.style-4 .detail-info h3 {
	color: #141414;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0px;
}
.portfolio-overlay.style-4 .detail-info hr.balck {
	width: 100px;
	margin: 0 auto;
	display: inline-block;
}
.portfolio-overlay.style-4 .detail-info span {
	color: #6f6f6f;
	font-size: 18px;
	margin-top: 15px;
	display: inline-block;
	width: 100%;
	text-align: center;
}
.portfolio-overlay.style-4:before {
	display: none;
	background: none;
}
.portfolio-overlay.style-4 .go {
	height: 30px;
	width: 30px;
	font-size: 10px;
	background: #efb521;
	color: #fff;
	line-height: 26px;
}
.portfolio-overlay.style-4 .go:hover {
	color: #efb521;
	background: none;
}
.portfolio-overlay a.go {
	color: #ffffff;
	height: 30px;
	width: 30px;
	font-size: 20px;
	line-height: 26px;
	text-align: center;
	border: 2px solid #ffffff;
	border-radius: 50%;
	display: inline-block;
}
.portfolio-overlay a.go:hover {
	border: 2px solid #ff83a6;
	color: #ff83a6;
}
.portfolio-overlay.style-2 a.go {
	color: #ff83a6;
	height: 30px;
	width: 30px;
	font-size: 20px;
	line-height: 26px;
	text-align: center;
	border: 2px solid #ff83a6;
	border-radius: 50%;
	position: absolute;
	right: 20px;
	bottom: 30px;
}
.portfolio-overlay.style-3 .huge-plus {
	font-size: 200px;
	background: none;
	color: rgba(255,255,255,0.3);
}
.portfolio-overlay.style-3 .huge-plus:hover {
	color: #fff;
}
.portfolio-image img {
	width: 100%;
}
.portfolio-overlay.style-3:before {
	display: none;
}
.width-70 {
	width: 70% !important;
	float: left;
}
.width-60 {
	width: 60% !important;
	float: left;
}
.width-30 {
	width: 30% !important;
	float: left;
}
.width-40 {
	width: 40% !important;
	float: left;
}
.width-20 {
	width: 20% !important;
	float: left;
}
.width-10 {
	width: 10% !important;
	float: left;
}
.width-100 {
	width: 100% !important;
}
.nav-active .owl-nav div {
	color: #fff;
	height: 53px;
	width: 53px;
	text-align: center;
	border: 1px solid rgba(255,255,255,0.2);
	line-height: 50px;
	font-size: 18px;
}
.nav-active .owl-nav .owl-prev {
	display: block !important;
	position: absolute;
	top: 50%;
	left: -100px;
	margin-top: -25px;
}
.nav-active .owl-nav .owl-next {
	display: block !important;
	position: absolute;
	top: 50%;
	right: -100px;
	margin-top: -25px;
}
.portfolio .promo.dark {
	background: none;
	border: 1px solid #5e5e5e;
}
.portfolio .promo.dark h4 {
	color: #fff;
}
.portfolio .promo.dark .btn {
	background: #ffffff;
	color: #333;
	border-color: #fff;
}
.portfolio .promo.dark .btn:hover {
	background: none;
	color: #fff;
}
.project-info li {
	text-transform: uppercase;
}
.project-info {
	margin-top: 30px;
}
.project-info li h6 {
	font-weight: normal;
	font-size: 12px;
	margin: 0px;
	color: #141414;
	line-height: 36px;
}
.project-info li span {
	font-size: 10px;
}
.with-nav .owl-nav {
}
.with-nav .owl-nav div {
	height: 35px;
	width: 35px;
	text-align: center;
	line-height: 35px;
	background: #fff;
}
.with-nav .owl-nav .owl-next {
	right: 10px;
	position: absolute;
	top: 50%;
	margin-top: -18px;
}
.with-nav .owl-nav .owl-prev {
	left: 10px;
	position: absolute;
	top: 50%;
	margin-top: -18px;
}
.cbp-popup-singlePage .cbp-popup-close {
	background: none;
	top: 20px;
}
.cbp-popup-singlePage .cbp-popup-navigation-wrap {
	height: 84px;
}
.cbp-popup-singlePage .cbp-popup-close:before {
	content: '\e870';
	font-family: 'Linearicons-Free';
	color: #000;
	line-height: 45px;
	font-size: 20px;
}
.cbp-popup-singlePage .cbp-popup-prev {
	background: none;
}
.cbp-popup-singlePage .cbp-popup-prev:before {
	content: '\e875';
	font-family: 'Linearicons-Free';
	color: #000;
	line-height: 45px;
	font-size: 20px;
}
.cbp-popup-singlePage .cbp-popup-next {
	background: none;
}
.cbp-popup-singlePage .cbp-popup-next:before {
	content: '\e876';
	font-family: 'Linearicons-Free';
	color: #000;
	line-height: 45px;
	font-size: 20px;
}
.cbp-popup-singlePage .cbp-popup-navigation {
	position: relative;
	width: auto;
	height: 100%;
	max-width: 1170px;
	margin: 0 auto;
}
.cbp-popup-singlePage .cbp-popup-navigation-wrap {
	background: #fff;
	box-shadow: 0 0 2px rgba(0,0,0,0.5);
}
.cbp-popup-singlePage .cbp-popup-next {
	left: auto;
	right: 0px;
	top: 20px;
}
.cbp-popup-singlePage .cbp-popup-prev {
	left: 0px;
	right: auto;
	top: 20px;
}
.cbp-popup-singlePage-counter {
	left: 0px;
	right: 0px;
	top: -50px;
	color: #333333;
	opacity: 0.3;
}
.filter-style-2 {
	display: inline-block;
	margin-bottom: 50px;
}
.filter-style-2 .cbp-filter-item {
	margin: 0px;
	float: left;
	border: none;
	background: none;
	text-transform: uppercase;
	font-size: 12px;
	color: #010101;
	border: 1px solid rgba(255,255,255,0.5);
	padding: 5px 25px;
	margin: 0 8px;
}
.cbp-l-filters-buttonCenter .cbp-filter-counter {
	background: #ff83a6;
}
.cbp-l-filters-buttonCenter .cbp-filter-counter:after {
	border-top: 4px solid #ff83a6;
}
.cbp-popup-singlePage .cbp-popup-content {
	max-width: 100%;
	width: 100%;
}
.filter-style-2 .cbp-filter-item:hover {
	background: #ffffff;
	color: #3c3c3c;
}
.filter-style-2 .cbp-filter-item.cbp-filter-item-active {
	background: #ffffff;
	color: #3c3c3c;
}
.filter-style-2.dark .cbp-filter-item {
	border: 1px solid #dbdbdb;
}
.filter-style-2.dark .cbp-filter-item.cbp-filter-item-active {
	background: #ff83a6;
	color: #fff;
	border-color: #ff83a6;
}
.filter-style-2.dark .cbp-filter-item:hover {
	background: #ff83a6;
	color: #fff;
	border-color: #ff83a6
}
.filter-style-2 {
}
.filter-style-2.hr-style .cbp-filter-item.cbp-filter-item {
	padding: 0px;
	margin: 0 10px;
	border: none !important;
	font-size: 12px;
	letter-spacing: 1px;
	font-size: 12px;
	border-bottom: 3px solid #fff !important;
}
.filter-style-2.hr-style .cbp-filter-item.cbp-filter-item:hover {
	border-bottom: 3px solid #ff83a6 !important;
}
.filter-style-2.hr-style .cbp-filter-item.cbp-filter-item-active {
	border-bottom: 3px solid #ff83a6 !important;
}
.portfolio-home .portfolio-overlay {
	background: rgba(225,131,166,0.8);
}
.portfolio-home .btm-info {
	bottom: 30px;
	left: 20px;
	position: absolute;
}
.portfolio-home .btm-info a {
	color: #fff;
	text-align: left;
	margin-bottom: 0px;
	font-weight: 600;
	letter-spacing: 0px;
}
.portfolio-home .btm-info span {
	color: #fff;
	letter-spacing: 0px;
	text-transform: none;
}
.portfolio-home .portfolio-item .zoom-icon {
	background: #fff;
	color: #ff83a6 !important;
}
.portfolio-home .portfolio-item .zoom-icon:hover {
	background: #3c3c3c;
	color: #fff !important;
}
.portfolio-home .portfolio-item .link-icon {
	background: #fff;
	color: #ff83a6 !important;
}
.portfolio-home .portfolio-item .link-icon:hover {
	background: #3c3c3c;
	color: #fff !important;
}
/*=======================================================
      POERFOLIO COL
========================================================*/
.col-4 .portfolio-item {
	width: 25%;
	float: left;
}
.col-3 .portfolio-item {
	width: 33.3333%;
	float: left;
}
.col-2 .portfolio-item {
	width: 50%;
	float: left;
}
.col-1 .portfolio-item {
	width: 100%;
	float: left;
}
.portfolio-item .item-info {
	background: #fff;
	position: relative;
	z-index: 99;
	padding: 25px 0;
}
.portfolio-item .item-info h6 {
	margin: 0px;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.portfolio-item .link-simple {
	height: 85px;
	width: 85px;
	border-radius: 50%;
	line-height: 85px;
	text-align: center;
	color: #3c3c3c;
	display: inline-block;
	background: #fff;
	font-size: 38px;
	position: relative;
	top: -50px;
	margin: 0 auto;
}
.portfolio-item .link-simple:hover {
	background: #ff83a6;
	color: #fff;
}
.portfolio-item .link-simple {
}
.with-space {
	margin: 0 -15px;
}
.with-space .portfolio-item {
	padding: 15px;
}
.portfolio-single .link-simple {
	font-size: 28px;
}
.portfolio-single .portfolio-item .link-simple {
	top: 0px;
}
.portfolio-single .port-detail h4 {
	text-transform: uppercase;
	font-weight: normal;
	margin-top: 0px;
}
.portfolio-single .port-detail span {
	display: inline-block;
	margin-bottom: 30px;
	width: 100%;
}
.portfolio-single .port-detail p {
	line-height: 30px;
	font-size: 14px;
}
.portfolio-single .port-detail li {
	font-size: 12px;
	margin-bottom: 30px;
	text-transform: uppercase;
	font-weight: bold;
	color: #535353;
}
.portfolio-single .port-detail li span {
	margin-bottom: 10px;
	font-weight: normal;
	color: #919191;
}
.portfolio-single .portfolio-item {
	margin-bottom: 30px;
}
.portfolio-single .portfolio-item:hover img {
	transform: scale(1.0);
}
.portfolio-single .list-port ul {
	display: inline-block;
	width: 100%;
}
.portfolio-single .list-port li {
	float: left;
	padding-right: 0px;
	margin-right: 20px;
	border-right: 1px solid rgba(0,0,0,0.1);
}
/*=======================================================
			OUR TEAM
========================================================*/
.our-team h4 {
	font-weight: bold;
}
.our-team .btn {
	font-weight: normal;
	letter-spacing: 3px;
}
/*=======================================================
			OUR VALUE
========================================================*/
.our-value {
}
.our-value p {
	line-height: 26px;
	margin: 0px;
}
.our-value h6 {
	margin-top: 15px;
	margin-bottom: 10px;
}
/*=======================================================
			CORE FEATURE
========================================================*/
.core-feature.style-2 {
	background: #8d8183;
	padding-top: 120px;
}
.core-feature.style-2:before {
	content: "";
	position: absolute;
	top: -80px;
	left: -5%;
	width: 120%;
	height: 340px;
	background: #fff;
	-ms-transform: rotate(5deg); /* IE 9 */
	-webkit-transform: rotate(5deg); /* Safari */
	transform: rotate(5deg);
}
.core-inn {
	background: url(../images/promo/promo-bg-2.png) right top no-repeat;
	position: relative;
	z-index: 1;
}
.core-inn .icon-box.ib-style-1 .ib-info {
	float: left;
	color: #fff;
}
.core-inn p {
	color: #fff;
}
.core-inn .icon-box .ib-icon i {
	color: #fff;
}
.core-inn .icon-box.ib-style-1 {
	margin-bottom: 30px;
}
.core-inn .icon-box .h6 {
	font-size: 14px;
	color: #fff;
	letter-spacing: 0.9px;
	margin-left: 20px;
	margin-top: 30px;
	font-weight: normal;
}
/*=======================================================
      Make Success
========================================================*/
.make-success .icon-style {
	padding-right: 40%;
	margin-top: 100px;
}
.make-success .icon-style li h4 {
	margin-top: 5px;
	margin-bottom: 0px;
}
.make-success .icon-style li article p {
	line-height: 24px;
}
.make-success .icon-style li article {
	margin-bottom: 20px;
}
.make-success .icon-style li article:hover .icon {
	background: #3c3c3c;
	border-color: #3c3c3c;
}
/*=======================================================
      Popurlar Product
========================================================*/
.popurlar_product {
}
.popurlar_product .items-in {
	position: relative;
	overflow: hidden;
	margin-top: 40px;
}
.popurlar_product .over-item {
	position: absolute;
	bottom: -100%;
	left: 0px;
	width: 100%;
	text-align: center;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	z-index: 99;
}
.popurlar_product .items-in:hover .over-item {
	bottom: 0px;
}
.popurlar_product .items-in:hover .over-item a {
	background: #fff;
	height: 63px;
	width: 63px;
	line-height: 63px;
	text-align: center;
	color: #272727;
	font-size: 20px;
	display: inline-block;
}
.popurlar_product .items-in:hover img {
	-webkit-transition: all 250ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
	-moz-transition: all 250ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
	-o-transition: all 250ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
	transition: all 250ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.popurlar_product .items-in .over-item a.btn {
	font-size: 14px;
	padding: 0px;
	height: auto;
	width: 100%;
	padding: 10px 20px;
	line-height: 40px;
	color: #141414;
	font-weight: normal;
	background: #ff83a6;
	font-size: 14px;
}
.popurlar_product .items-in:hover .over-item .btn:hover {
	background: #141414;
	color: #fff;
	border-color: #141414;
}
.popurlar_product .items-in:hover .over-item a:hover {
	background: #af5875;
	color: #fff;
}
.popurlar_product .items-in:hover .over-item ul {
	display: table;
	margin: 0 auto;
}
.popurlar_product .details-sec {
	position: relative;
	z-index: 99;
	background: #fff;
	text-align: left;
}
.popurlar_product .details-sec a {
	display: inline-block;
	width: 100%;
	padding: 15px 0;
	color: #272727;
	letter-spacing: 1px;
	font-size: 12px;
}
.popurlar_product .details-sec span {
	font-size: 10px;
	letter-spacing: 1px;
	color: #141414;
}
.popurlar_product .shop-tags {
	border: 2px solid #000000;
	font-size: 10px;
	font-weight: bold;
	float: left;
	position: absolute;
	top: 20px;
	left: 20px;
	padding: 10px 8px;
	z-index: 9;
}
.popurlar_product .off-tags {
	background: #ff83a6;
	color: #000;
	position: absolute;
	top: 0px;
	font-size: 12px;
	padding: 5px 10px;
	right: 0px;
	z-index: 9;
}
.popurlar_product .details-sec span {
}
.text-strike {
	text-decoration: line-through;
}
.popurlar_product .owl-nav {
	position: absolute;
	top: -10px;
	width: 100%;
	text-align: center;
}
.popurlar_product .owl-nav:before {
	height: 1px;
	content: "";
	position: absolute;
	width: 20px;
	margin: 0 auto;
	left: 0px;
	right: 0px;
	background: #ebebeb;
	top: 15px;
}
.popurlar_product .owl-nav div {
	height: 32px;
	width: 32px;
	display: inline-block;
	border: 1px solid #ebebeb;
	line-height: 28px;
	text-align: center;
	margin: 0 10px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.popurlar_product .owl-nav div:hover {
	background: #af5875;
	color: #fff;
	border-color: #af5875;
}
.popurlar_product li img {
	width: 100%;
}
.full-w {
	display: inline-block;
	width: 100% !important;
}
.rock-land {
	min-height: 795px;
}
.rock-land span {
	display: inline-block;
	width: 100%;
}
.rock-land h2 {
	letter-spacing: -1px;
}
.look-up li {
	padding: 0px;
}
.look-up li article {
	position: relative;
	overflow: hidden;
	float: left;
	width: 100%;
	display: inline-block;
}
.look-up li article img {
	width: 100%;
}
.look-up li article a {
	float: left;
	width: 100%;
}
.look-up li article a:hover {
}
.look-up li article:hover {
	background: #000;
}
.look-up li article:hover img {
	-webkit-transition: all 250ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
	-moz-transition: all 250ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
	-o-transition: all 250ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
	transition: all 250ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.shop-pages .items-fer {
	display: inline-block;
	width: 100%;
	float: left;
}
.shop-pages .items-fer li {
	float: left;
	width: 20%;
}
.shop-pages .items-fer.col-4 li {
	width: 25%;
}
.shop-pages .items-fer .item-hover {
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.shop-pages .items-fer .item-inn:hover .item-hover {
	opacity: 1;
}
.shop-pages .items-fer .item-inn {
	position: relative;
	overflow: hidden;
}
.shop-pages .items-fer .item-inn img {
	width: 100%;
}
.shop-pages .items-fer .item-detail {
	position: absolute;
	left: 0px;
	bottom: -100%;
	width: 100%;
	background: #ffffff;
	padding: 25px 20px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.shop-pages .items-fer .item-inn:hover .item-detail {
	bottom: 0px;
}
.shop-pages .item-detail h6 {
	font-size: 16px;
	color: #3c3c3c;
	margin: 0px;
	margin-bottom: 15px;
}
.shop-pages .item-detail span {
	color: #ff83a6;
	font-size: 14px;
	float: right;
	font-weight: bold;
	margin-top: 0px;
}
.shop-pages .item-detail a {
	color: #3c3c3c;
	font-size: 16px;
	margin: 0 0 0 5px;
}
.shop-pages .item-detail .some-info {
}
.shop-pages .items-fer .zoom {
	height: 63px;
	width: 63px;
	display: inline-block;
	background: #fff;
	color: #272727;
	text-align: center;
	line-height: 63px;
	font-size: 18px;
	float: left;
	box-shadow: 0 0 30px rgba(0,0,0,0.1);
	margin-top: -50px;
}
.shop-pages .items-fer .zoom:hover {
	background: #ff83a6;
	color: #fff;
}
/*=======================================================
      ITEM INFORMATION
========================================================*/
.item-info li {
	list-style: circle !important;
}
.item-detail-page h5 {
	margin: 0px;
	margin-bottom: 20px;
}
.item-detail-page p {
	color: #b8b8b8;
}
.item-detail-page {
}
.item-detail-page .price {
	display: inline-block;
	width: 100%;
	color: #6f6f6f;
	letter-spacing: 3px;
	font-size: 20px;
	margin-bottom: 10px;
}
.item-detail-page .code {
	display: inline-block;
	width: 100%;
	color: #b8b8b8;
	font-size: 10px;
	margin-bottom: 15px;
}
.item-detail-page .some-info {
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.item-detail-page .in-stoke {
	display: inline-block;
	font-size: 12px;
}
.item-detail-page .in-stoke i {
	color: #78ae51;
	margin: 0 5px;
	font-size: 14px;
}
.item-detail-page .stars {
	display: inline-block;
	width: auto;
	margin: 0 20px;
}
.item-detail-page .review {
	color: #b8b8b8;
}
.item-detail-page .images-slider img {
	width: 100%;
}
.item-detail-page .slides {
	display: inline-block;
	width: 100%;
}
.item-detail-page .flex-nav-next {
	right: 15px;
}
.item-detail-page .flex-nav-prev {
	left: 15px;
}
.item-detail-page .flex-direction-nav {
	display: none;
}
.item-detail-page .flex-control-thumbs {
	display: inline-block;
	width: 100%;
	margin-top: 0px;
}
.item-detail-page .item-select p {
	font-size: 12px;
	color: #272727;
	margin-top: 10px;
}
.item-detail-page .item-select .bootstrap-select .btn {
	margin-top: 0px;
	background: #fff !important;
	border: 1px solid #ebebeb;
	color: #c2c2c2;
	font-size: 10px;
	text-transform: uppercase;
}
.item-detail-page .item-select .bootstrap-select .dropdown-menu>li>a {
	font-size: 10px;
	line-height: 22px;
}
.item-detail-page .fun-share {
	display: inline-block;
	width: 100%;
}
.item-detail-page .fun-share .btn {
	height: 44px;
	line-height: 42px;
	float: left;
	margin-right: 10px;
	padding: 0 20px;
}
.item-detail-page .fun-share input {
	border: 1px solid #ebebeb;
	width: 60px;
	height: 44px;
	float: left;
	display: inline-block;
	text-align: center;
	margin-top: 20px;
	margin-right: 10px;
}
.item-detail-page .share-sec {
	font-size: 16px;
	color: #272727;
	display: inline-block;
	margin-top: 20px;
	height: 44px;
	float: left;
	line-height: 42px;
	padding: 0px 24px;
	margin-right: 10px;
	border: 1px solid #ebebeb;
}
.item-detail-page .share-sec:hover {
	background: #af5875;
	color: #fff;
	border-color: #af5875;
}
.item-detail-page .share-with {
	display: inline-block;
	width: 100%;
	margin-top: 20px;
}
.item-detail-page .share-with li {
	display: inline-block;
	margin-right: 10px;
}
.item-detail-page .share-with li p {
	font-size: 12px;
	color: #272727;
}
.large-detail .short-by {
	display: inline-block;
	width: 100%;
}
.large-detail .price {
	font-size: 36px;
	font-style: italic;
}
.large-detail .social-icons {
	margin-top: 50px;
}
.large-detail .social-icons li a {
	background: #f9f9f9;
}
.quantiny {
	display: inline-block;
	width: 140px;
	float: left;
}
.quantiny input {
	height: 40px;
	padding: 0 10px;
	border: 2px solid #ececec;
	text-align: center;
	width: 100%;
}
.quantiny button {
	background: none;
	border: none;
	margin: 0 10px;
	margin-top: -30px;
	float: left;
	position: relative;
	z-index: 5;
}
.sku-feature {
	margin-top: 20px;
}
.sku-feature li {
	font-size: 10px;
	line-height: 30px;
	width: 100%;
	color: #6f6f6f;
}
.sku-feature li span {
	color: #141414;
}
.large-detail .short-by .bootstrap-select.btn-group {
	width: 100%;
}
/*=======================================================
      PRODUCT DESCRIPTION
========================================================*/
.item-decribe {
	margin-top: 50px;
}
.item-decribe .tab-content {
	padding: 30px;
	border: 1px solid #ebebeb;
}
.item-decribe .tab-content p {
	font-size: 12px;
}
.item-decribe .avatar {
	margin-right: 15px;
	height: 82px;
	width: 82px;
	border-radius: 50%;
	position: relative;
	overflow: hidden;
}
.item-decribe .avatar img {
	border-radius: 50%;
}
.item-decribe .media-body p {
	width: 80%;
	font-style: italic;
}
.item-decribe .media-body h6 {
	font-size: 12px;
	font-weight: normal;
}
.item-decribe .media {
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 20px;
	padding-top: 20px;
}
.item-decribe form {
	margin-top: 50px;
}
.item-decribe form label {
	display: inline-block;
	width: 100%;
	font-size: 11px;
	font-weight: normal;
	margin-bottom: 20px;
}
.item-decribe form input {
	width: 100%;
	margin-top: 10px;
	padding: 0 10px;
	display: inline-block;
	height: 40px;
	border: 1px solid #ebebeb;
}
.item-decribe form textarea {
	width: 100%;
	margin-top: 10px;
	padding: 10px;
	display: inline-block;
	height: 140px;
	border: 1px solid #ebebeb;
}
.item-detail-page .item-decribe .stars span {
	color: #272727;
}
.item-detail-page .item-decribe .stars {
	margin: 0px;
	color: #b8b8b8;
}
.chart-page .payment_steps {
	margin: 30px 0;
	text-align: center;
}
.chart-page .payment_steps i {
	font-size: 24px;
	border: 1px solid #ebebeb;
	height: 73px;
	width: 73px;
	border-radius: 50%;
	line-height: 71px;
	position: relative;
	color: #b8b8b8;
	margin-bottom: 20px;
}
.chart-page .payment_steps h6:before {
	content: "";
	background: #ebebeb;
	height: 18px;
	width: 2px;
	position: absolute;
	top: 85px;
	left: 0px;
	right: 0px;
	margin: 0 auto;
}
.chart-page .payment_steps h6 {
	font-size: 12px;
	margin: 20px 0;
	font-weight: normal;
	color: #272727;
}
.chart-page .payment_steps .current i {
	color: #af5875;
}
.chart-page .payment_steps .current h6 {
	color: #af5875;
}
.chart-page .shopping-cart {
}
.shopping-cart .item-img {
	width: 150px;
	display: inline-block;
}
.shopping-cart img {
	width: 100%;
}
.shopping-cart li {
	position: relative;
}
.shopping-cart li span {
	color: #141414;
}
.shopping-cart li input {
	display: inline-block;
	width: 100%;
}
.shopping-cart li {
	font-size: 12px;
	color: #af5875;
}
.shopping-cart li input {
	border: 1px solid #ebebeb;
	width: 60px;
	height: 44px;
	float: left;
	width: 100%;
	display: inline-block;
	text-align: center;
}
.shopping-cart li a {
	color: #272727;
	font-size: 16px;
}
.shopping-cart .cart-details {
	padding: 0 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 30px;
}
.shopping-cart .cart-details li {
	min-height: 175px;
}
.shopping-cart .cart-details h6 {
	font-weight: normal;
	font-size: 12px;
}
.shopping-cart .cart-head {
	border-bottom: 1px solid #ebebeb;
	display: inline-block;
	width: 100%;
	padding: 20px 0;
	margin-bottom: 30px;
}
.shopping-cart .cart-head h6 {
	margin: 0px;
	font-size: 12px;
}
.shopping-cart .btn-sec {
	display: inline-block;
	width: 100%;
}
.shopping-cart .btn-sec .btn {
	padding: 15px 30px;
	float: left;
	font-size: 12px;
	margin-right: 20px;
}
.shopping-cart .btn-sec .btn i {
	margin-right: 10px;
	font-size: 16px;
}
.shopping-cart .btn.right-btn {
	float: right;
	margin-right: 0px;
}
.shopping-cart .cart-ship-info {
	text-align: left;
	margin-top: 50px;
}
.shopping-cart .cart-ship-info h6 {
	margin-top: 0px;
	margin-bottom: 30px;
	font-weight: normal;
	padding-left: 15px;
}
.shopping-cart .cart-ship-info h6:before {
	content: '';
	height: 6px;
	width: 6px;
	border: 1px solid #000;
	position: absolute;
	top: 5px;
	left: 15px;
	-ms-transform: rotate(45deg); /* IE 9 */
	-webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
	transform: rotate(45deg);
}
.shopping-cart .cart-ship-info input {
	border: 1px solid #ebebeb;
	width: 60px;
	height: 44px;
	float: left;
	width: 100%;
	font-size: 11px;
	padding: 0 10px;
	letter-spacing: 1px;
	display: inline-block;
	font-weight: normal;
	text-align: left;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.shopping-cart .cart-ship-info button {
}
.shopping-cart .bootstrap-select .btn {
	margin-top: 10px;
	background: #fff !important;
	border: 1px solid #ebebeb;
	color: #b8b8b8;
	font-size: 10px;
	letter-spacing: 1px;
}
.cart-ship-info .bootstrap-select {
	width: 100%;
	box-shadow: none;
}
.shopping-cart .bootstrap-select .btn {
	box-shadow: none;
	padding: 15px 18px;
	padding-bottom: 10px;
}
.shopping-cart .bootstrap-select.btn-group .dropdown-menu li a {
	font-family: 'Crimson Text', serif;
	font-size: 14px;
	padding: 8px 20px;
}
.shopping-cart .cart-ship-info input {
	margin-top: 10px;
	font-family: 'Crimson Text', serif;
	font-style: italic;
	font-size: 16px;
}
.shopping-cart .cart-ship-info label {
	font-size: 10px;
	margin-bottom: 20px;
	display: inline-block;
	width: 100%;
	font-style: italic;
	font-size: 13px;
	font-weight: normal;
	color: #141414;
	font-weight: 600;
	font-family: 'Crimson Text', serif;
}
.shopping-cart .cart-ship-info .grand-total {
	border: 2px solid #ececec;
	padding: 30px 20px;
}
.shopping-cart .cart-ship-info .grand-total {
}
.shopping-cart .cart-ship-info .grand-total h4 {
	font-size: 12px;
	font-weight: normal;
	margin: 20px 0px;
	line-height: 30px;
	letter-spacing: 1px;
}
.shopping-cart .cart-ship-info .grand-total h4 span {
	color: #141414;
	font-size: 36px;
	float: right;
}
.shopping-cart .cart-ship-info .grand-total .btn {
	background: #ff83a6;
	border-color: #ff83a6;
	width: 100%;
	margin: 0px;
	color: #fff;
	padding: 15px 0;
	margin-bottom: 10px;
}
.shopping-cart .cart-ship-info .grand-total .btn:hover {
	background: #141414;
	border-color: #141414;
}
.shopping-cart .cart-ship-info .grand-total p {
	letter-spacing: 1px;
	font-size: 10px;
}
.shopping-cart .checkbox input {
	height: auto;
}
.shopping-cart .checkbox label::before {
	margin-left: 0px;
}
.shopping-cart .order-place {
	border: 2px solid #ececec;
	padding: 30px;
	display: inline-block;
	width: 100%;
}
.shopping-cart .order-place h5 {
	font-weight: bold;
	color: #ff83a6;
	margin: 0px;
}
.shopping-cart .order-place .pay-meth label {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
}
.shopping-cart .cart-ship-info .checkbox label {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
}
.shopping-cart .order-place .order-detail p {
	font-weight: normal;
	color: #272727;
	letter-spacing: 1.5px;
	border-top: 1px solid #ebebeb;
	padding: 10px 0;
	font-size: 12px;
	margin: 0px;
}
.shopping-cart .order-place .order-detail p span {
	float: right;
}
.shopping-cart .order-place .order-detail {
	margin-top: 40px;
	margin-bottom: 30px;
}
.shopping-cart .order-place .item-order span {
	color: #af5875;
	float: none;
}
.shopping-cart .order-place .item-order {
	min-height: 100px;
	padding-bottom: 30px;
	padding-top: 20px;
	border-top: 1px solid #ebebeb;
}
.shopping-cart .order-place .item-order p {
	text-transform: none;
	font-size: 10px;
	border: none;
	margin: 0px;
	padding: 0px;
	color: #6f6f6f;
	font-weight: normal;
}
.shopping-cart .order-place .pay-meth p {
	color: #b8b8b8;
	font-size: 12px;
}
.shopping-cart .order-place .pay-meth ul {
	margin-top: 30px;
}
.shopping-cart .order-place .pay-meth ul li {
	border-top: 1px solid #ebebeb;
	display: inline-block;
	width: 100%;
	padding-top: 2px;
}
.shopping-cart .order-place .pay-meth label {
	margin-bottom: 0px;
	font-weight: normal;
	font-size: 10px;
}
.shopping-cart .order-place .pay-meth .color {
	color: #af5875;
}
.grand-total p {
	line-height: 24px;
}
.grand-total span {
	font-size: 12px;
	color: #141414;
}
.grand-total .radio label {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	color: #6f6f6f;
	font-weight: normal;
	line-height: 24px;
	font-size: 10px;
	letter-spacing: 1px;
	margin-top: 0px;
}
.grand-total .radio-info input[type="radio"]:checked + label::before {
	border-color: #ededed !important;
	margin-top: 4px;
}
.grand-total .radio-info input[type="radio"]:checked + label::after {
	background: #ff83a6;
	margin-top: 4px;
}
.grand-total .radio label::before {
	margin-top: 4px;
}
.grand-total .radio input[type="radio"]:checked + label::after {
	margin-top: 4px;
	background: #ff83a6;
}
.grand-total .radio label span {
	font-family: 'Crimson Text', serif;
	font-size: 18px;
	display: inline-block;
	width: 100%;
	font-style: italic;
}
input:focus, textarea:focus, keygen:focus, select:focus {
	outline: none !important;
	border: 1px solid #141414 !important;
}
.order-place .btn {
	width: 100%;
	margin-top: 20px;
	color: #fff;
	padding: 15px 0;
}
.order-place .btn:hover {
	background: #141414;
}
/*=======================================================
      ABOUT STUDIO
========================================================*/
.about-studio h3 {
	font-weight: 200;
	font-size: 36px;
	margin: 0px;
	margin-bottom: 30px;
}
.about-studio p {
	line-height: 30px;
}
.about-studio {
}
.about-studio .owl-nav div.owl-prev {
	display: inline-block !important;
	color: #344248;
	margin: 0 15px;
	height: 30px;
	width: 30px;
	border-radius: 0px;
	;
	line-height: 30px;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	background: #fff;
	margin-top: -15px;
}
.about-studio .owl-nav div.owl-next {
	display: inline-block !important;
	color: #344248;
	margin: 0 15px;
	height: 30px;
	width: 30px;
	border-radius: 0px;
	line-height: 30px;
	text-align: center;
	position: absolute;
	top: 50%;
	background: #fff;
	right: 0px;
	margin-top: -15px;
}
.about-studio .owl-nav div.owl-next:hover {
	background: #ff83a6;
	color: #fff;
}
.about-studio .owl-nav div.owl-prev:hover {
	background: #ff83a6;
	color: #fff;
}
/*=======================================================
      PAGINATION
========================================================*/
/*.pagination {
	margin-top: 50px;
	padding-top: 20px;
	padding-bottom: 20px;
	border: none;
	border-bottom: 1px solid #ececec;
	border-top: 1px solid #ececec;
	display: inline-block;
	width: 100%;
	text-align: center;
}
.pagination ul li {
	border: none;
}
.pagination>li {
	display: inline-block;
}
.pagination>li>a, .pagination>li>span {
	border: none;
	padding: 0px;
	height: 37px;
	width: 37px;
	background: #fff;
	border: 1px solid #ececec;
	text-align: center;
	line-height: 35px;
	color: #272727;
	margin: 0 5px;
	font-size: 12px;
}
.pagination>li>a:hover {
	background: #af5875;
	color: #fff;
	border-color: #af5875;
}*/
/*=======================================================
      ITEMS TYPE
========================================================*/
.items-short-type {
	display: inline-block;
	width: 100%;
}
.items-short-type .grid-list {
	float: left;
}
.items-short-type .grid-list a {
	height: 30px;
	width: 30px;
	display: inline-block;
	text-align: center;
	line-height: 28px;
	color: #272727;
	margin-right: 10px;
	float: left;
}
.items-short-type .grid-list a:hover {
	background: #ff83a6;
	color: #fff;
	border-color: #ff83a6;
}
.items-short-type .grid-list a.active {
	background: #af5875;
	color: #fff;
	border-color: #af5875;
}
.short-by {
	width: 400px;
	float: left;
}
.short-by .bootstrap-select.btn-group {
	width: 49%;
	background: #fff;
	float: left;
}
.short-by .bootstrap-select .btn {
	background: #fff !important;
	border: none;
	border-bottom: 1px solid #ececec;
	font-weight: normal;
	color: #141414;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
	color: #141414;
	font-weight: 600;
	font-style: italic;
	font-size: 12px;
}
.short-by select {
}
.short-by .btn {
	margin-top: 0px;
}
.short-by p {
	display: inline-block;
	letter-spacing: 0px;
	font-size: 12px;
	margin-left: 10px;
	color: #bdbdbd;
}
.short-by .bootstrap-select .btn {
	height: 30px;
	padding-top: 0px;
	line-height: 30px;
	letter-spacing: 0px;
	color: #272727;
	padding-left: 10px;
	color: #bdbdbd;
	box-shadow: none;
}
.short-by .bootstrap-select li a {
	line-height: 22px;
	letter-spacing: 0px;
	font-size: 12px;
	text-transform: uppercase;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
	background: #ff83a6;
	color: #fff;
}
.view-num {
	float: right;
	color: #b8b8b8;
}
.view-num li {
	display: inline-block;
	float: left;
	line-height: 30px;
	font-size: 16px;
	font-style: italic;
	color: #383838;
}
.view-num li a {
	color: #383838;
	font-size: 16px;
	letter-spacing: 3px;
}
.view-num li a:hover {
	color: #af5875;
}
.view-num .short-by .bootstrap-select.btn-group {
	width: 32.3333%;
}
.bootstrap-select .dropdown-menu {
	border-radius: 0px;
	margin: 0px;
	font-weight: normal;
	border: none;
}
/*===========================================
    Rating Stars 
===========================================*/
.stars {
	display: inline-block;
	width: 100%;
	color: #ebc52d;
	font-size: 12px;
	margin-top: 20px;
}
/*=======================================================
			TAB SECTION
========================================================*/
.tab-services {
}
.tab-services .tab-pane {
	padding: 80px 0;
}
.tab-services .tab-pane p {
	line-height: 30px;
}
.tab-services .tab-pane h4 {
	font-weight: 300;
	font-size: 30px;
	margin-bottom: 20px;
}
.up-tabs {
	background: #ff83a6;
}
.up-tabs li {
	display: inline-block;
	float: left;
	width: 33.3333%;
	position: relative;
}
.up-tabs li a {
	color: #fff;
	font-size: 30px;
	font-weight: 100;
	padding: 60px 0;
	display: inline-block;
	width: 100%;
	position: relative;
}
.up-tabs li a i {
	float: left;
	margin-right: 20px;
	font-size: 40px;
}
.up-tabs li.active:before {
	content: "";
	width: 0;
	position: absolute;
	bottom: 0px;
	height: 0;
	width: 45px;
	margin: 0 auto;
	left: 0px;
	right: 0px;
	border-style: solid;
	border-width: 0 22.5px 12px 22.5px;
	border-color: transparent transparent #ffffff transparent;
}
.up-tabs li:hover:before {
	content: "";
	width: 0;
	position: absolute;
	bottom: 0px;
	height: 0;
	width: 45px;
	margin: 0 auto;
	left: 0px;
	right: 0px;
	border-style: solid;
	border-width: 0 22.5px 12px 22.5px;
	border-color: transparent transparent #ffffff transparent;
}
/*=======================================================
			CONTACT FORM
========================================================*/
.contact .icon-box .ib-icon i {
	color: #ff83a6;
	font-size: 40px;
}
.contact .ib-info p {
	color: #ffffff;
	margin-bottom: 0px;
	font-size: 16px;
}
.contact .ib-info a {
	color: #ffffff;
	margin-bottom: 0px;
	font-size: 16px;
}
.contact #contact_form {
	text-align: center;
}
.contact .error {
	border: 1px solid red;
}
.contact .error:before {
	content: "\f071";
	font-family: 'FontAwesome';
	position: absolute;
	color: red;
}
.success-msg {
	background: #fff;
	border: 1px solid #ABD0A8;
	color: #589051;
	margin-bottom: 30px;
	width: 100%;
	display: inline-block;
	text-align: center;
	padding: 11px 16px;
	border-radius: 4px;
	display: none;
}
.success-msg i {
	padding: 10px;
	border-radius: 50%;
	border: 1px solid #ABD0A8;
	margin-right: 10px;
}
#contact_form li {
	text-align: left;
	margin-bottom: 10px;
}
#contact_form li input {
	display: inline-block;
	width: 100%;
	height: 55px;
	padding: 0 20px;
	background: none;
	font-size: 16px;
	border-radius: 4px;
}
.studio-loc li {
	padding: 8px 0;
	font-size: 13px;
}
.studio-loc li i {
	width: 30px;
	float: left;
	margin-top: 8px;
	height: 20px;
}
.studio-loc li {
	line-height: 24px;
}
.contact-social .social-links {
	margin-top: 20px;
}
.contact-social .social-links li {
	margin: 0px;
	padding: 0px;
	margin-right: 5px;
}
.contact-social .social-links a {
	border-radius: 50%;
	border: 1px solid #ff83a6;
	display: inline-block;
	height: 38px;
	width: 38px;
	text-align: center;
	line-height: 36px;
}
.contact-social .social-links a:hover {
	background: #ff83a6;
	color: #fff;
}
.contat-widget .block-instagram-widget {
	margin: 0 -5px;
}
#contact_form li .form-control {
	height: 55px;
	border: none;
	box-shadow: none;
	border-radius: 4px;
	background: none;
	color: #fff;
	border: 1px solid #5d5d5e;
}
#contact_form li textarea {
	background: none;
	height: 300px !important;
}
#contact_form li .btn {
	text-transform: uppercase;
}
.contact-form .tittle {
	text-align: center;
}
.contact-form .tittle hr {
	width: 28px;
	height: 5px;
	margin: 15px auto;
	background: #448aff;
	border: none;
}
.contact-form .tittle p {
	text-transform: none;
	font-size: 16px;
}
.contact-form label {
	font-weight: normal;
	color: #fff;
	font-size: 13px;
	display: inline-block;
	width: 100%;
	margin: 0px;
	line-height: 30px;
}
.contact-form label span {
	color: #fff;
}
.contact-form textarea {
	display: inline-block;
	width: 100%;
	position: relative;
	padding: 10px 20px;
}
#contact_form li .form-control:focus {
	border: 1px solid #ff83a6 !important;
}
.contact-form button {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.contact.style-2 .contact-img {
	position: relative;
}
.contact.style-2 .contact-img img {
	width: 100%;
}
.contact.style-2 .contact-img {
}
.contact.style-2 .contact-right {
	padding-right: 45%;
}
.contact.style-2 #contact_form li {
	display: inline-block;
	width: 100%;
}
.contact.style-2 .contact-form label {
	bottom: 0px;
}
.contact.style-2 #contact_form li .form-control {
	background: #fff;
	border: none;
	font-size: 14px;
	color: #000;
}
.contact.style-2 button {
	float: right;
	padding: 10px 30px;
	margin-top: 0px;
	color: #141414;
	border: 2px solid #c4c4c4;
}
.contact.style-2 button:hover {
	background: #141414;
	color: #fff;
	border-color: #141414;
}
.contact.style-2 .social-icons {
	position: absolute;
	bottom: 30px;
	width: 100%;
	text-align: center;
}
#map {
	height: 460px;
}
.contact.style-2 .contact-img li {
	display: inline-block;
}
.social-icons li {
	display: inline-block;
}
.social-icons-large {
	text-align: center;
}
.social-icons-large li a {
	height: 100px;
	width: 100px;
	line-height: 98px;
	font-size: 30px;
	border-radius: 50%;
	border: 1px solid rgba(255,255,255,0.5);
	color: rgba(255,255,255,0.5);
	display: inline-block;
}
.social-icons-large li a:hover {
	background: #ff83a6;
	color: #fff;
}
.social-icons li a {
	border-radius: 50%;
	background: rgba(255,255,255,0.3);
	height: 42px;
	width: 42px;
	display: inline-block;
	text-align: center;
	line-height: 42px;
	font-size: 14px;
}
.contact.style-3 li a {
	background: #f9f9f9;
}
.social-icons li a:hover {
	background: #ff83a6;
	color: #fff;
}
.contact.style-3 #contact_form li .form-control {
	border: 1px solid #141414;
	color: #141414;
	margin-bottom: 20px;
	height: 50px;
	font-size: 15px;
	padding: 0 20px;
	line-height: 50px;
}
.contact.light-border #contact_form li .form-control {
	border: 1px solid #ececec !important;
}
.contact.light-border #contact_form li .form-control:focus {
	border: 1px solid #ff83a6 !important;
}
.contact.style-3 #contact_form li textarea {
	padding: 0px;
	padding-left: 10px;
}
.contact.style-3 #contact_form li textarea {
	padding-left: 20px;
}
.contact-parallax ::-webkit-input-placeholder {
 color: #fff;
}
.contact-parallax .contact.style-3 #contact_form li .form-control {
	color: #fff;
	border: 1px solid rgba(255,255,255,0.5) !important;
}
.contact-parallax .contact.style-3 #contact_form li .form-control:focus {
	color: #fff;
	border: 1px solid #ff83a6 !important;
}
.contact-parallax :-moz-placeholder { /* Firefox 18- */
 color: #fff;
}
.contact-parallax ::-moz-placeholder {  /* Firefox 19+ */
 color: #fff;
}
.contact-parallax :-ms-input-placeholder {
 color: #fff;
}
.contact.light-border #contact_form li textarea {
	height: 200px !important;
}
.contact.style-3 .contact-form button {
	color: #141414;
	border: 2px solid #e4e4e4;
	padding: 10px 30px;
	margin-top: 0px;
	font-size: 12px;
}
.contact.style-3 .contact-form button:hover {
	border: 2px solid #ff83a6;
}
.bg-parallax.style-4 h2 {
	font-size: 48px;
	font-weight: bold;
	margin: 20px 0;
}
.bg-parallax.style-4 span.hand-craft {
	color: #6f6f6f;
	font-size: 24px;
	font-style: italic;
	display: inline-block;
	width: 100%;
}
.bg-parallax.style-4 a {
	color: #fff;
	font-size: 30px;
	margin-top: 30px;
	display: inline-block;
}
.contact.dark-contact .contact-form label {
	color: #3c3c3c;
}
.contact.dark-contact #contact_form li .form-control {
	border: 1px solid #ffc1d2;
}
.contact.dark-contact #contact_form li .form-control {
	color: #333;
}
.contact-info p {
	line-height: 24px;
}
.contact-info h6 {
	font-weight: 600;
	margin-top: 0px;
}
.page-404 p {
	margin-top: 30px;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 1px;
	font-weight: 400;
}
/*=======================================================
			PARTHNER
========================================================*/
.section-parthner ul {
	text-align: center;
}
.section-parthner ul li {
	display: inline-block;
	width: 24.5%;
	padding: 10px;
	text-align: center;
}
.parthners {
}
.parthners .col-5 li {
	width: 20%;
	float: left;
	display: inline-block;
}
/*=======================================================
			SUB BANNER
========================================================*/
.sub-banner {
	min-height: 700px;
	background: url(../images/user/pl-back1.jpeg) center center fixed no-repeat;
	background-size:cover;
	text-align: center;
	width:100%;
	height:100%;

}
.sub-banner small {
	font-size: 70px;
	color: #fff;
	font-weight: 100;
}
.sub-banner .position-center-center {
	width: 100%;
}
.sub-banner h1 {
	color: #fff;
	margin: 0px;
	font-size: 90px;
	letter-spacing: 10px;
	text-transform: uppercase;
	margin-top: 90px;
	font-weight: 100;
}
.sub-banner h4 {
	color: #fff;
	font-size: 36px;
	font-weight: 100;
	letter-spacing: 0px;
}
.breadcrumb {
	text-align: center;
	background: none;
	text-transform: uppercase;
	margin-bottom: 0px;
}
.breadcrumb a {
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
}
.breadcrumb>.active {
	color: #ffffff;
	font-size: 13px;
	font-weight: normal;
	font-family: 'Open Sans', sans-serif;
}
.breadcrumb>li+li:before {
	content: "\f105";
	font-family: 'FontAwesome';
	padding: 0 20px;
	font-size: 13px;
	color: #ffffff;
	font-weight: normal;
}
/*=======================================================
			WEB TREND
========================================================*/
.new-trend-web {
}
.new-trend-web .owl-nav {
	display: none;
}
.new-trend-web .owl-dots {
	width: 100%;
	display: inline-block;
	text-align: center;
	position: absolute;
	bottom: -80px;
}
.new-trend-web .owl-dots div {
	display: inline-block;
	height: 10px;
	width: 10px;
	border-radius: 50%;
	margin: 0 2px;
	border: 1px solid #6e6e6e;
}
.new-trend-web .owl-dots div.active {
	background: #ff83a6;
	border-color: #ff83a6;
}
.new-age {
	background: #f4f4f4;
}
.new-age .link-round i {
	background: #3c3c3c;
	color: #fff;
}
/*=======================================================
			LOVE CREATIVE
========================================================*/
.love-creative {
	background: rgba(0,0,0,0.5);
	padding: 80px;
	text-align: center;
}
.love-creative h2 {
	text-transform: none;
}
.love-creative .owl-nav {
	background: #ff83a6;
	width: 51px;
	height: 105px;
	position: absolute;
	right: -130px;
	top: 20%;
	margin-top: -50px;
}
.love-creative .owl-nav div {
	color: #fff;
	font-size: 20px;
	line-height: 50px;
}
.lucian-agency {
	padding: 60px;
	padding-right: 20%;
}
.lucian-agency p {
	color: #676767;
	font-weight: 600;
	line-height: 24px;
}
.luc-studio {
	background: #212121;
}
.luc-studio .icon {
	display: inline-block;
	height: 60px;
	width: 60px;
	background: #2aaec6;
	border-radius: 50%;
	line-height: 60px;
	text-align: center;
	color: #fff;
	font-size: 26px;
	margin-right: 10px;
}
.luc-studio li:nth-child(2) .icon {
	background: #95c146;
}
.luc-studio li:nth-child(3) .icon {
	background: #ff8f2e;
}
.luc-studio ul {
	margin-top: 50px;
}
.luc-studio ul h5 {
	font-weight: 100;
	color: #fff;
	margin-top: 20px;
}
/*=======================================================
			SERVICE INFOMATION
========================================================*/
.serv-info li p {
	color: #fff !important;
}
.services.serv-info li .ser-inn {
	padding: 55px;
	padding-top: 80px;
}
.services.serv-info li .ser-inn h4 {
	margin-bottom: 20px;
}
.serv-info li {
	min-height: 360px;
}
.serv-info li:nth-child(1) {
	background: url(../images/services/servics-bg-1.jpg) no-repeat;
	background-size: cover;
}
.serv-info li:nth-child(2) {
	background: url(../images/services/servics-bg-2.jpg) no-repeat;
	background-size: cover;
}
.serv-info li:nth-child(3) {
	background: url(../images/services/servics-bg-3.jpg) no-repeat;
	background-size: cover;
}
.serv-info li:nth-child(4) {
	background: url(../images/services/servics-bg-3.jpg) no-repeat;
	background-size: cover;
}
.serv-info li:nth-child(5) {
	background: url(../images/services/servics-bg-1.jpg) no-repeat;
	background-size: cover;
}
.serv-info li:nth-child(6) {
	background: url(../images/services/servics-bg-2.jpg) no-repeat;
	background-size: cover;
}
/*=======================================================
			TESTIMONIAL
========================================================*/
.testimonial {
}
.testimonial {
}
.testimonial .testi {
	width: 65%;
	text-align: center;
	margin: 0 auto;
	position: relative;
}
.testimonial.style-1 .testi {
	text-align: center;
	min-height: 370px;
}
.testimonial .testi p {
	font-size: 14px;
	color: #6f6f6f;
	line-height: 24px;
	font-style: italic;
}
.testimonial .flex-control-thumbs {
	position: relative;
	top: 0px;
	left: 0px;
}
.testimonial .flex-control-thumbs li {
	width: auto;
	height: 97px;
	width: 97px;
	position: relative;
	overflow: hidden;
	float: none;
	margin: 0px;
	padding: 0px;
	border-radius: 50%;
}
.testimonial .flex-control-thumbs li img {
	border-radius: 50%;
	border: 6px solid;
	border-color: rgba(255,255,255,0.5);
}
.testimonial .slides {
	margin-top: 130px;
	position: absolute;
	width: 100%;
}
.testimonial .divider .i-div {
	margin: 15px 0;
}
.testimonial .testi h6 {
	font-weight: 600;
	font-size: 16px;
	margin-top: 25px;
}
.testimonial .testi span {
	text-transform: none;
}
.testimonial .white-text {
}
.testimonial p {
	font-style: italic;
	font-size: 14px;
}
.testimonial.style-2 .testi {
}
.testimonial.style-2 .testi p {
	font-size: 16px;
	line-height: 26px;
}
.testimonial.style-2 hr {
	width: 20px;
	height: 1px;
	border: none;
	background: #fff;
	margin: 20px auto;
}
.testimonial.style-2 .testi {
	min-height: auto;
}
.testimonial.style-2 .bx-controls-direction .bx-next:before {
	color: #fff !important;
}
.testimonial.style-2 .bx-controls-direction .bx-prev:before {
	color: #fff !important;
}
.testimonial.style-2 .avatar {
	height: 113px;
	width: 113px;
	border-radius: 50%;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	margin-bottom: 30px;
}
.testimonial.style-3 {
}
.testimonial.style-3 li {
	padding-left: 70px;
}
.testimonial.style-3 .testi-in {
	position: relative;
	border: 1px solid #e5e5e5;
	padding: 40px;
	padding-left: 90px;
}
.testimonial.style-3 .testi-in p {
	font-size: 16px;
	color: #6f6f6f;
	font-weight: 500;
}
.testimonial.style-3 .testi-in h6 {
	text-transform: uppercase;
	font-size: 12px;
	margin-top: 40px;
	margin-bottom: 0px;
}
.testimonial.style-3 .testi-in span {
	font-family: 'Crimson Text', serif;
	font-style: italic;
	font-size: 14px;
}
.testimonial.style-3 .testi-in .avatar {
	height: 114px;
	width: 114px;
	position: absolute;
	left: -60px;
	border-radius: 50%;
	margin-top: 5%;
}
.testimonial.style-4 {
}
.testimonial.style-4 .avatar {
	height: 115px;
	width: 115px;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	margin-bottom: 40px;
}
.testimonial.style-4 .testi {
	width: 89%;
}
.testimonial.style-4 .testi h6 {
	color: #000 !important;
	letter-spacing: 1px;
}
.testimonial.style-4 {
}
.testimonial.style-4 .testi .text-in:before {
	font-family: 'FontAwesome';
	content: "\f0d8";
	position: absolute;
	font-size: 50px;
	left: 0px;
	right: 0px;
	width: 50px;
	margin: 0 auto;
	top: -43px;
	color: #fff;
	text-shadow: 0px -1px 1px rgba(0,0,0,0.2);
}
.testimonial.style-4 .testi .text-in {
	border: 1px solid #ececec;
	padding: 30px 30px;
	margin-bottom: 10px;
	position: relative;
}
.testimonial.style-4 .testi .text-in p {
	color: #000 !important;
	margin-bottom: 30px;
}
.testimonial.style-5 .avatar {
	height: 114px;
	width: 114px;
	margin-top: 0;
	margin: 0 auto;
	margin-bottom: 30px;
}
.testimonial.style-5 .testi {
	width: 89%;
}
.testimonial.style-5 .testi p {
	color: #535353 !important;
	margin-bottom: 10px;
}
.testimonial.style-6 {
}
.testimonial.style-6 li {
	padding-left: 70px;
}
.testimonial.style-6 .testi-in {
	position: relative;
	padding: 40px;
	padding-left: 40px;
	padding-top: 0px;
	padding-bottom: 30px;
}
.testimonial.style-6 .testi-in p {
	font-size: 14px;
	color: #535353 !important;
	font-weight: 500;
	font-style: italic;
}
.testimonial.style-6 .testi-in h6 {
	text-transform: uppercase;
	font-size: 12px;
	color: #3f3f3f;
	margin-top: 0px;
	margin-bottom: 0px;
	letter-spacing: 1px;
	margin-bottom: 10px;
	font-weight: 600;
}
.testimonial.style-6 .testi-in span {
	font-size: 12px;
	margin-left: 10px;
	font-weight: 500;
	text-transform: none;
}
.testimonial.style-6 hr {
	width: 100%;
	height: 2px;
	border: none;
	background: #e5e5e5;
	margin: 20px 0;
}
.testimonial.style-6 .testi-in .avatar {
	height: 70px;
	width: 70px;
	position: absolute;
	left: -60px;
	border-radius: 50%;
	margin-top: 0px;
}
.testimonial.style-7 {
}
.testimonial.style-7 li {
	padding-left: 70px;
}
.testimonial.style-7 .testi-in {
	position: relative;
	padding-left: 40px;
}
.testimonial.style-7 .testi-in p {
	font-size: 16px;
	color: #6f6f6f;
	line-height: 24px;
	font-weight: 500;
	font-style: normal;
}
.testimonial.style-7 .testi-in h6 {
	text-transform: uppercase;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
	letter-spacing: 1px;
	margin-bottom: 5px;
	margin-top: 20px;
	font-weight: normal;
	text-align: right;
}
.testimonial.style-7 .testi-in span {
	font-family: 'Crimson Text', serif;
	font-style: italic;
	font-size: 14px;
	text-align: right;
	display: inline-block;
	width: 100%;
}
.testimonial.style-7 .testi-in .avatar {
	height: 70px;
	width: 70px;
	position: absolute;
	left: -60px;
	border-radius: 0px;
	margin-top: 0px;
}
.testimonial.style-7 .text-in {
	border: 1px solid #ececec;
	padding: 30px;
}
.testimonial.style-7 .text-in:before {
	content: "";
	position: absolute;
	height: 11px;
	width: 11px;
	float: left;
	left: 30px;
	top: 30px;
	background: url(../images/testimonials/small-bulet.jpg) no-repeat;
}
.testimonial .white-text {
	color: #fff !important;
}
.testimonial .white-text p {
	color: #fff !important;
}
.testimonial .white-text h6 {
	color: #fff !important;
}
.bx-controls-direction {
}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 40%;
	margin-top: -20px;
	outline: 0;
	width: 35px;
	height: 35px;
	background: rgba(0,0,0,0.4);
	z-index: 99;
	overflow: hidden;
}
.bx-wrapper .bx-pager {
	margin-top: 0px;
	position: relative;
}
.testi.testi-simple {
	width: 100% !important;
}
.testi.testi-simple article {
	border: 4px solid #f3f3f3;
	padding: 25px;
	padding-bottom: 40px;
}
.testi.testi-simple article p {
	font-size: 13px;
}
.testi.testi-simple-slide article {
	border: 1px solid #dbdbdb;
	border-radius: 10px;
	padding: 20px;
	padding-top: 40px;
	padding-bottom: 60px;
	margin-bottom: 50px;
}
.testi.testi-simple-slide article p {
	font-size: 14px;
}
.testi.testi-simple-slide article .avatar {
	position: absolute;
	height: 96px;
	width: 96px;
	margin-top: 10px;
	z-index: 99;
}
.testi.testi-simple-slide article .text-in h6 {
	font-size: 13px;
	letter-spacing: 0px;
}
.testi.testi-simple-slide article .text-in h6 span {
	font-weight: normal;
}
.testi.testi-simple-slide .owl-dots {
	width: 100%;
	display: inline-block;
	text-align: center;
	position: absolute;
	bottom: 0px;
	left: 0px;
}
.testi.testi-simple-slide .owl-dots div {
	display: inline-block;
	height: 10px;
	width: 10px;
	border-radius: 50%;
	margin: 0 2px;
	border: 1px solid #6e6e6e;
}
.testi.testi-simple-slide .owl-dots div.active {
	background: #ff83a6;
	border-color: #ff83a6;
}
/*=======================================================
			PROMO
========================================================*/
.promo.dark {
	background: #323232;
	padding: 25px 0;
}
.promo.light {
	background: #aeaeae;
	padding: 25px 0;
}
.promo h4 {
	font-weight: normal;
	margin: 10px 0;
	display: inline-block;
}
.promo h3 {
	margin: 0px;
	display: inline-block;
	font-size: 30px;
	line-height: 50px;
	font-weight: normal;
}
.promo a.btn {
	float: right;
}
.promo.bg {
}
.bg-parallax {
	background-position: left center;
	background-attachment: fixed !important;
	background-size: cover !important;
}
/*=======================================================
			EVENT BLOCK
========================================================*/
.event-block {
}
.event-block .huge-text {
	font-size: 156px;
	letter-spacing: -10px;
	color: #ff83a6;
	font-weight: bold;
	line-height: 120px;
}
.event-block .huge-text small {
	font-size: 100px;
	width: 100%;
	display: inline-block;
}
.event-block .dark-border {
	border: 1px solid #ff83a6;
	color: #ff83a6;
}
.event-block p {
	color: #909090;
	font-size: 22px;
	font-style: italic;
}
.event-block .dark-border:hover {
	background: #ff83a6;
}
.lamp {
	position: absolute;
	right: 10%;
	width: 297px;
	height: 332px;
	top: 0px;
	float: right;
}
/*=======================================================
			NEWS POST
========================================================*/
.news.style-1 li {
	position: relative;
	overflow: hidden;
	width: 20%;
	float: left;
}
.news.style-1 li a {
	position: absolute;
	bottom: -100px;
	background: rgba(60,60,60,0.8);
	padding: 20px 0;
	text-align: center;
	font-size: 22px;
	width: 100%;
	color: #fff;
	font-weight: 200;
    left: 0px;
}
.news.style-1 li:hover a {
	bottom: 0px;
}
.news.style-1 li a:hover {
	background: rgba(60,60,60,1);
}
.news.style-2 a {
	display: inline-block;
	width: 100%;
	margin: 10px 0;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.news.style-2 hr {
	margin: 0px;
	margin-top: 15px;
	margin-bottom: 10px;
}
.text-primary {
	color: #ff83a6!important;
}
/*=======================================================
			PRICINF TABLE
========================================================*/
.light-gray-bg {
	background: #f6f6f6 !important;
}
.pricing-table {
	margin-left: 0;
	position: relative;
	z-index: 3;
}
.pricing-table .title {
	color: #fff;
	text-align: center;
	background: #b99937;
	font-weight: 300;
	font-size: 20px;
	padding: 15px 0;
}
.pricing-table .title2 {
	color: #fff;
	text-align: center;
	background: #b99937;
	font-weight: 300;
	font-size: 20px;
	padding: 15px 0;
}
.pricing-table .price {
	background-color: transparent;
	color: #141414;
	font-size: 60px;
	font-weight: 100;
	padding: 40px 0;
	padding-bottom: 20px;
	text-align: center;
	line-height: 30px;
}
.pricing-table .description {
	background-color: transparent;
	border-bottom: none;
	color: #6f6f6f;
	font-weight: 400;
	text-align: center;
}
.pricing-table .bullet-item {
	background-color: transparent;
	border-bottom: none;
	color: #535353;
	font-weight: 400;
	line-height: 36px;
	text-align: center;
	font-size: 13px;
}
.pricing-table .price-label {
	background-color: #F76626;
	color: #FFFFFF;
	display: block;
	overflow: hidden;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 0.78571rem;
	text-transform: uppercase;
	border-radius: 50%;
	height: 3.21429rem;
	line-height: 3.21429rem;
	padding: 0 0.35714rem;
	width: 3.21429rem;
}
.pricing-table .price-label {
	position: absolute;
	top: 0;
	left: 84%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.pricing-table .mixed {
	position: relative;
}
.pricing-table .mixed .price-label {
	bottom: 0;
	top: auto;
	-webkit-transform: translate(-50%, 50%);
	-moz-transform: translate(-50%, 50%);
	-ms-transform: translate(-50%, 50%);
	-o-transform: translate(-50%, 50%);
	transform: translate(-50%, 50%);
}
.pricing-table .price .currency {
	font-size: 18px;
	padding-right: 5px;
	vertical-align: top;
	position: relative;
	top: -15px;
}
.pricing-table .price .period {
	font-size: 14px;
	font-style: italic;
	color: #141414;
	font-weight: 400;
	display: inline-block;
	width: 100%;
}
.pricing-table .cta-button .button {
	margin: 0;
}
.pricing-table.style-1 {
	position: relative;
}
.table-price:nth-child(1) .title {
}
.table-price:nth-child(2) .title {
	background: #5ab7d6;
}
.table-price:nth-child(3) .title {
	background: #5c71a1;
}
.table-price:nth-child(4) .title {
	background: #c66892;
}
.table-price:nth-child(5) .title {
	background: #4cb5b6;
}
.pricing-table.style-1 {
}
.pricing-table.style-1 .cta-button {
	position: static;
}
.pricing-table.style-1 .cta-button .btn {
	margin: 0;
	width: 100%;
	margin-top: 30px;
}
.pricing .table-price {
	width: 20%;
	float: left;
	margin-top: 30px;
}
.pricing .papupalr {
	margin-top: 0px;
	box-shadow: 0px 0px 30px rgba(0,0,0,0.15);
}
.pricing .papupalr .price {
	margin-top: 30px;
}
.pricing .papupalr .btn {
	margin-top: 60px !important;
}
.pricing-table.mixed-skew-bottom-left .mixed:before {
	border-bottom: 20px solid #fff;
	border-left: 280px solid transparent;
	bottom: -2px;
	content: "";
	left: 0;
	position: absolute;
	-webkit-transform: rotate3d(0, 0, 1, 0deg);
	-moz-transform: rotate3d(0, 0, 1, 0deg);
	-ms-transform: rotate3d(0, 0, 1, 0deg);
	-o-transform: rotate3d(0, 0, 1, 0deg);
	transform: rotate3d(0, 0, 1, 0deg);
	-webkit-transform-origin: 0 100% 0;
	-moz-transform-origin: 0 100% 0;
	-ms-transform-origin: 0 100% 0;
	-o-transform-origin: 0 100% 0;
	transform-origin: 0 100% 0;
	width: 100%;
	z-index: 0;
}
.pricing-table.mixed-skew-bottom-right .mixed:before {
	border-bottom: 20px solid #fff;
	border-right: 280px solid transparent;
	bottom: -2px;
	content: "";
	left: 0;
	position: absolute;
	-webkit-transform: rotate3d(0, 0, 1, 0deg);
	-moz-transform: rotate3d(0, 0, 1, 0deg);
	-ms-transform: rotate3d(0, 0, 1, 0deg);
	-o-transform: rotate3d(0, 0, 1, 0deg);
	transform: rotate3d(0, 0, 1, 0deg);
	-webkit-transform-origin: 0 100% 0;
	-moz-transform-origin: 0 100% 0;
	-ms-transform-origin: 0 100% 0;
	-o-transform-origin: 0 100% 0;
	transform-origin: 0 100% 0;
	width: 100%;
	z-index: 0;
}
.pricing.style-2 .icon {
	background: #fff url(../images/fact/pattern-bg.jpg) repeat;
	height: 80px;
	width: 80px;
	line-height: 78px;
	border: 1px solid #eeeeee;
	border-radius: 50%;
	position: relative;
	overflow: hidden;
	text-align: center;
	z-index: 99;
	margin: 0 auto;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
}
.pricing .style-2 {
	margin-top: 50px;
	padding-top: 50px;
}
.pricing.style-2 .pricing-table .title {
	background: #34495E;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 20px;
}
.pricing.style-2 .pricing-table .title2 {
	background: #34495E;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 20px;
}
.pricing.style-2 .pricing-table p {
	line-height: 42px;
}
.pricing.style-2 .pricing-table {
	background: rgba(0, 3, 19, 0.6);
}
.pricing .pricing-table.style-2 .price {
	letter-spacing: -0.6px;
	font-style: italic;
	padding: 0px;
	border-bottom: 1px solid #ececec;
}
.pricing .pricing-table.style-2 .price .currency {
	font-style: normal;
	padding-right: 0px;
}
.pricing .pricing-table.style-2 .btn {
	width: 100%;
	background: #141414;
	margin-top: 20px;
	color: #fff;
	padding: 20px 0;
	font-size: 14px;
	border: none;
}
.pricing .pricing-table.style-2 .btn:hover {
	background: #ff83a6;
}
.pricing .pricing-table.style-3 .price {
	padding-top: 0px;
	background-size: cover;
	color: #fff;
	font-size: 24px;
	padding-top: 30px;
	font-style: italic;
	padding-bottom: 40px;
	position: relative;
	overflow: hidden;
}
.pricing .pricing-table.style-3 .bg-img {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	z-index: -1;
}
.pricing .pricing-table.style-3 .price:before {
	content: "";
	height: 50px;
	background: #fff;
	width: 120%;
	-ms-transform: rotate(7deg); /* IE 9 */
	-webkit-transform: rotate(7deg); /* Chrome, Safari, Opera */
	transform: rotate(7deg);
	position: absolute;
	left: -20px;
	bottom: -20px;
}
.pricing .pricing-table.style-3 .period {
	color: #fff;
	font-size: 18px;
}
.pricing .pricing-table.style-3 .currency {
}
.pricing .pricing-table.style-3 h5 {
	color: #fff;
	font-size: 18px;
	margin-bottom: 30px;
	font-style: normal;
	border: 2px solid #fff;
	text-transform: uppercase;
	display: inline-block;
	padding: 10px 20px;
}
.pricing .pricing-table.style-3 .btn {
	width: 100%;
	background: #ececec;
	margin-top: 20px;
	color: #141414;
	padding: 20px 0;
	font-size: 14px;
	border: none;
}
.pricing .pricing-table.style-3 .btn:hover {
	background: #141414;
	color: #fff;
}
/*=======================================================
			FACTS
========================================================*/
.facts {
	background-color: #343434;
}
.facts.style-2 {
	padding: 150px 0;
}
.facts.style-2:before {
	content: "";
	position: absolute;
	top: 0px;
	height: 55px;
	width: 100%;
	left: 0px;
	z-index: 9;
	background: #fff;
}
.facts.style-2:after {
	content: "";
	position: absolute;
	bottom: 0px;
	height: 150px;
	width: 100%;
	left: 0px;
	z-index: 9;
	background: #fff;
}
.facts .app-image {
	position: absolute;
	left: 0px;
	right: 0px;
	width: 100%;
	top: 0px;
	text-align: center;
	z-index: 99;
}
.facts.style-3 {
	text-align: center;
}
.facts.style-3 .icon {
	margin: 0 auto;
	text-align: center;
	margin-bottom: 40px;
}
.facts.style-3 .icon i {
	height: 100px;
	width: 100px;
	font-size: 42px;
	text-align: center;
	line-height: 100px;
	color: #141414;
	background: #fff;
	border-radius: 50%;
	display: inline-block;
}
.facts.style-3 .number {
	font-size: 48px;
}
.facts.style-3 .c-style-6 {
	text-align: center;
}
.facts.style-3 .c-style-6 {
	margin-bottom: 0px;
}
.facts.style-3 .c-style-6 p {
	color: #fff;
	margin-top: 15px;
}
.facts.style-3 .c-style-6 span {
	color: rgba(255,255,255,0.5);
	line-height: 30px;
}
.facts.style-3 .c-style-6 span.timer {
	color: #fff !important;
	margin-bottom: 10px;
}
.facts.style-3 .c-style-6 h5 {
	font-weight: normal;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	margin: 0px;
}
.facts.style-4 {
	text-align: center;
}
.facts.style-4 .c-style-7 h5 {
	font-size: 18px;
	color: #fff;
	font-style: italic;
	text-transform: none;
	margin: 0px;
	color: #6f6f6f;
	font-weight: normal;
}
.facts.style-4 .c-style-7 .number {
	font-size: 30px;
	color: #6f6f6f;
	margin: 10px 0;
	display: inline-block;
	width: 100%;
}
/*=======================================================
			COUNTER
========================================================*/
.counter article {
	display: inline-block;
	text-align: center;
}
.counter article .icon {
	width: 90px;
	display: inline-block;
}
.counter article i {
	font-size: 50px;
}
.counter.style-1 {
	background: #575757;
}
.counter.pattern {
	background: url(../images/fact/pattern-bg.jpg) repeat;
}
.counter h5 {
	margin: 0px;
}
.counter .c-text-white {
	color: #FFFFFF !important;
}
.counter .c-style-1 {
	height: 172px;
	width: 172px;
	border-radius: 50%;
	border: 5px solid #ff83a6;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.counter .c-style-1 .number {
	display: block;
	font-size: 30px;
	margin-bottom: 10px;
	font-weight: 200;
}
.counter .c-style-1 h5 {
	font-size: 12px;
	color: #fff;
	font-weight: 200;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.counter .c-style-2 {
	font-style: italic;
	height: 172px;
	width: 172px;
	position: relative;
	border-radius: 50%;
	border: 5px solid #000000;
	background: #fff;
	z-index: 99;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.counter .c-style-2:before {
	height: 192px;
	width: 192px;
	content: "";
	z-index: 1;
	border-radius: 50%;
	margin: 0 auto;
	left: -15px;
	right: 0px;
	top: -15px;
	border: 10px solid #fff;
	position: absolute;
	box-shadow: 0 0 1px rgba(51,51,51,0.5);
}
.counter .c-style-2 .number, .counter.c-style-2 h5 {
	font-family: inherit;
	font-style: inherit;
}
.counter .c-style-2 .number {
	font-size: 40px;
	font-weight: bold;
}
.counter.c-style-2 .number .timer {
	margin-right: 5px;
}
.counter .c-style-2 h5 {
	font-size: 18px;
	text-transform: capitalize;
	font-weight: 600;
	color: #141414;
	letter-spacing: 0;
}
.counter.style-2 p {
	font-size: 18px;
	color: #6f6f6f;
}
.counter .c-style-3 {
	font-style: italic;
	height: 172px;
	width: 172px;
	position: relative;
	border-radius: 50%;
	border: 5px solid #000000;
	background: #fff;
	z-index: 99;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.counter .c-style-3 .number {
	background-color: #ff83a6;
	color: #FFFFFF;
	display: block;
	height: 72px;
	line-height: 72px;
	margin-left: auto;
	margin-right: auto;
	font-family: inherit;
	font-size: 26px;
	font-style: inherit;
	font-weight: bold;
	text-align: center;
	width: 72px;
	border-radius: 50%;
}
.counter .c-style-3 .number:nth-child(1) {
	background: #b1857a;
}
.counter .c-style-3 .number:nth-child(2) {
	background: #7fa08f;
}
.counter .c-style-3 .number:nth-child(3) {
	background: #807c76;
}
.counter .c-style-3 .number:nth-child(4) {
	background: #bf9e2c;
}
.counter.style-3 h5 {
	font-size: 12px;
	text-transform: uppercase;
	margin-top: 40px;
	font-weight: normal;
	margin-bottom: 20px;
}
.counter.style-3 p {
	font-size: 16px;
	font-style: italic;
	color: #6f6f6f;
	line-height: 24px;
}
.counter .c-style-4 {
	font-weight: 400;
	position: relative;
	text-align: left;
	padding-left: 10px;
	padding-bottom: 0px;
}
.counter .c-style-4 .number {
	display: block;
	font-size: 40px;
	color: #fff;
	margin-bottom: 0px;
	font-weight: normal;
}
.counter .c-style-4 h5 {
	font-size: 18px;
	font-style: italic;
	font-weight: 400;
	letter-spacing: 1px;
	color: #fff;
	margin-top: 10px;
}
.counter .c-style-4 p {
	color: #fff;
	font-size: 14px;
	line-height: 24px;
}
.counter .c-style-5 {
	position: relative;
	z-index: 999;
}
.counter .c-style-5 .number {
	font-style: italic;
	font-size: 60px;
	color: #fff;
	margin-right: 20px;
	min-width: 50px;
	display: inline-block;
}
.counter .c-style-5 p {
	color: #b2b1b0;
	font-size: 14px;
	line-height: 24px;
}
.counter .c-style-5 h5 {
	color: #fff;
	letter-spacing: 2px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 14px;
}
.clients img {
	width: auto;
}
.clients .owl-nav {
	display: none;
}
.clients .owl-dots {
	text-align: center;
	margin-top: 20px;
}
.clients .owl-dots div {
	background: #d8d8d8;
	width: 12px;
	display: inline-block;
	height: 12px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px
}
.clients .owl-dots .owl-dot.active {
	background: #ff83a6;
}
/*=======================================================
			FOOTER
========================================================*/
#footer {
	background-color: #212121;
	color: #636363;
	font-size: 12px;
}
#footer li {
	line-height: 36px;
}
#footer a {
	color: #a7a7a7;
}
#footer a:hover {
	color: #428bca;
}
#footer p {
	line-height: 24px;
	font-size: 13px;
	font-weight: 600;
	color: #a7a7a7;
}
#footer .footer-top {
	padding-top: 50px;
}
#footer .footer-top .columns {
	border-left: 1px solid #2e2e2e;
}
#footer .footer-top .columns:first-child {
	border: none;
}
#footer .block-about strong {
	color: #FFFFFF;
	font-weight: normal;
}
#footer .block-about p {
	margin-bottom: 0px;
	margin-top: 10px;
}
#footer .footer-bottom {
	margin-top: 20px;
	background: #181818;
	padding-top: 15px;
	padding-bottom: 10px;
}
#footer .block {
	margin-bottom: 20px;
}
#footer .text-primary {
	color: #ff83a6!important;
}
#footer .block .block-title {
	color: #ffffff;
	font-size: 14px;
	letter-spacing: 1px;
	margin-top: 0;
	font-weight: normal;
	margin-top: 25px;
	padding-bottom: 10px;
	position: relative;
	text-transform: uppercase;
}
#footer .block-links a {
	text-transform: uppercase;
	font-size: 12px;
}
#footer .block-content img {
	margin-bottom: 5px;
}
#footer .copyright {
	text-transform: uppercase;
}
#footer .copyright p {
	font-size: 11px;
	letter-spacing: 1px;
	margin-bottom: 0px;
}
.block-instagram-widget a {
	position: relative;
	display: block;
}
.block-instagram-widget {
	margin: 0 5px;
}
.block-instagram-widget li {
	float: left;
	width: 50%;
	padding: 0 5px;
	position: relative;
	overflow: hidden;
	padding-bottom: 10px;
}
.block-instagram-widget li img {
	width: 100%;
}
.block-instagram-widget a .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	color: #FFFFFF;
	font-size: 16px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.block-instagram-widget a .overlay i {
	top: 50%;
	left: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
}
.block-instagram-widget a:hover .overlay {
	opacity: 1;
	background-color: #34495E;
}
.block-twitter-widget {
	font-size: 11px;
	line-height: 18px;
}
.block-twitter-widget .twitter-item {
	margin-top: 20px;
}
.block-twitter-widget .twitter-item .twitter-context {
	margin: 10px 0 10px 0;
}
.block-twitter-widget .twitter-item .twitter-context i {
	margin-right: 5px;
}
.social-links ul {
	border-bottom: 1px solid rgba(255,255,255,0.1);
	padding-bottom: 10px;
	padding-top: 10px;
	margin-bottom: 20px;
}
.social-links li a {
	font-size: 12px;
}
.social-links li {
	padding-right: 20px;
	display: inline-block;
	text-align: right;
}
.light-footer {
	background-color: #ffffff !important;
	border-top: 3px solid #e7e7e7;
}
.light-footer .block .block-title {
	color: #333 !important;
}
#footer.light-footer .footer-bottom {
	background: #f4f4f4;
}
/*=======================================================
			PASSION
========================================================*/
.passion {
}
.passion .text-style-2 p {
	color: #fff;
	font-size: 22px;
	font-style: italic;
}
.passion .owl-nav {
	margin-top: 50px;
	position: relative
}
.passion .owl-nav div {
	display: inline-block;
	height: 34px;
	width: 34px;
	color: #fff;
	line-height: 32px;
	font-size: 18px;
	text-align: center;
	border: 1px solid #fff;
}
.passion .owl-nav div.owl-next {
	margin-left: 40px;
}
.passion .owl-nav div.owl-next:before {
	content: "";
	left: 34px;
	top: 16px;
	position: absolute;
	width: 40px;
	height: 1px;
	background: #fff;
}
.gallery #carousel-gallery {
	margin: 0 -5px;
	margin-top: 10px;
	text-align: center;
}
.gallery #carousel-gallery .slides > li {
	padding: 0 5px;
}
.gallery #carousel-gallery .slides > li img {
	background: #ff83a6;
}
.gallery #carousel-gallery .flex-active-slide img {
	opacity: 0.3;
}
.gallery .flex-direction-nav {
	display: none;
}
/*=======================================================
			OUR TEAM
========================================================*/
.team-title h4 {
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
	margin: 10px 0px;
	text-transform: uppercase;
}
.team-title h4 > a {
	color: inherit;
}
.team-title span {
	color: #fff;
	display: block;
	font-style: italic;
	font-weight: normal;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}
.team {
	position: relative;
	z-index: 1;
}
.team:before, .team:after {
	content: " ";
	display: table;
}
.team:after {
	clear: both;
}
.team .team-image img {
	width: 100%;
}
.team.style-1 .team-desc {
	background-color: transparent;
	border-top: 2px solid #ededed;
	color: #FFFFFF;
	bottom: 0;
	display: block;
	left: 0;
	padding: 1rem 1.42857rem;
	position: absolute;
	width: 100%;
	z-index: 2;
}
.team.style-2 .team-small li {
	float: left;
	width: 16.666666%;
	position: relative;
	overflow: hidden;
}
.team.style-2 .team-small li .hover {
	background: rgba(0,0,0,0.8);
	font-size: 14px;
	position: absolute;
	padding: 10px;
	width: 100%;
	bottom: -100%;
	left: 0px;
	float: left;
	text-align: center;
	color: #fff;
	z-index: 999;
}
.team.style-2 .team-small li:hover .hover {
	bottom: 0px;
}
.team.style-2 .team-small li a i {
	float: right;
	color: #ff83a6;
}
.team.style-3 ul li {
	text-align: left;
}
.team.style-3 ul li span {
	font-size: 13px;
}
.team.style-3 ul li h6 {
	text-transform: uppercase;
	font-weight: 700;
	margin: 0px;
	margin-top: 20px;
	margin-bottom: 10px;
	color: #3c3c3c;
}
.team.style-3 ul li .team-image {
	position: relative;
	overflow: hidden;
}
.team.style-3 p {
	font-weight: normal;
}
.team.style-3 li hr {
	border-color: #dbdbdb;
	margin: 15px 0;
}
.team.style-3 ul .hover-social {
	margin-top: 40px;
}
.team.style-3 ul .hover-social li {
	display: inline-block;
	background: #ffffff;
	margin: 0;
	margin-right: 10px;
	float: left;
	width:auto !important;
	font-size: 16px;
	margin-bottom:30px;
}
.team.style-3 ul li a {
	height: 40px;
	width: 40px;
	border: 1px solid #dbdbdb;
	text-align: center;
	color: #535353;
	line-height: 38px;
	float: left;
	border-radius: 4px;
}
.team.style-3 ul li a:hover {
	background: #ff83a6;
	border-color: #ff83a6;
	color: #fff;
}
.team.style-3 li:hover .team-image {
	background: #000;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.team.style-3 li:hover .team-image img {
	opacity: 0.8;
}
.team.style-4 .hover-detail {
	background: rgba(255,131,166,0.9);
	left: 0px;
	width: 100%;
	text-align: center;
}
.team.style-4 .hover-detail {
	color: #fff;
	padding: 40px 10px;
	display: inline-block;
	width: 100%;
}
.team.style-4 .hover-detail h6 {
	color: #fff;
	margin: 0px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.team.style-4 .hover-detail span {
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
	text-transform: none;
}
.team.style-4 .hover-detail ul {
	float: right;
	width: 100%;
	text-align: center;
	display: inline-block;
}
.team.style-4 .hover-detail ul li {
	display: inline-block;
	margin: 0 5px;
	width: auto;
	float: none;
}
.team.style-4 .hover-inn {
	position: absolute;
	left: 0px;
	display: inline-block;
	width: 100%;
	bottom: -100%;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.team.style-4 .hover-detail ul li a {
	color: #fff;
	display: inline-block;
	margin-top: 10px;
	font-size: 14px;
}
.team.style-4 li:hover .hover-inn {
	bottom: 0px;
}
.team.style-4 .team-image {
	position: relative;
	overflow: hidden;
}
.team.style-4 .style-4-1 .hover-detail {
	background: #ff83a6;
	padding: 20px;
	text-align: left;
}
.team.style-4 .style-4-1 .hover-detail h6 {
	font-size: 16px;
	margin: 0px;
	margin-bottom: 5px;
	letter-spacing: 1px;
	font-weight: 600;
}
.team.style-4 .style-4-1 .hover-detail span {
	font-size: 12px;
	margin: 0px;
}
.team.style-4 .style-4-1 .hover-detail ul {
	position: absolute;
	right: 20px;
	width: auto;
	float: right;
	top: 20px;
}
.team.style-4 .style-4-2 .hover-detail h6 {
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 5px;
}
.team.style-4 .style-4-2 .hover-detail span {
	margin: 0px;
	color: #676767;
	font-size: 12px;
}
.team.style-4 .style-4-2 .hover-detail {
	padding: 15px;
	background: #3f3f3f;
}
.team.style-4 .style-4-2 .hover-inn {
	bottom: -50%;
	z-index: -1;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.team.style-4 li:hover .hover-inn {
	bottom: 0px;
	z-index: 1;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.team.style-4 .style-4-2 .team-image {
	padding-top: 30px;
}
.team.style-4 .style-4-2 li:hover .team-image {
	padding-top: 0px;
	padding-bottom: 30px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.team-col-5 li {
	width: 20%;
	float: left;
}
.team.style-5 {
	background: #323233;
}
.team.style-5 .team-image {
	position: relative;
	overflow: hidden;
}
.team.style-5 .team-image img {
	opacity: 0.3;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.team.style-5 .hover-detail span {
	font-style: italic;
}
.team.style-5 .hover-detail h6 {
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	margin-top: 0px;
}
.team.style-5 .hover-detail {
	background: rgba(0,0,0,0.4);
	width: 100%;
	text-align: center;
	color: #fff;
	padding: 50px 0;
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.team.style-5 .hover-detail li {
	display: inline-block;
	margin: 0 10px;
	margin-top: 40px;
}
.team.style-5 .hover-detail li a {
	color: #fff;
}
.team.style-5 .hover-detail li a:hover {
	color: #ff83a6;
}
.team.style-5 .position-center-center {
	width: 100%;
}
.team.style-5 .team-image:hover img {
	opacity: 1;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.team.style-5 .team-image:hover .hover-detail {
	opacity: 1;
}
.team.style-5 .owl-nav div {
	color: #fff;
	height: 53px;
	width: 53px;
	text-align: center;
	border: 1px solid rgba(255,255,255,0.2);
	line-height: 50px;
	font-size: 18px;
}
.team.style-5 .owl-nav .owl-prev {
	display: block !important;
	position: absolute;
	top: 50%;
	left: -100px;
}
.team.style-5 .owl-nav .owl-next {
	display: block !important;
	position: absolute;
	top: 50%;
	right: -100px;
}
.team.style-6 {
}
.team.style-6 ul li img {
	position: relative;
}
.team.style-6 .member-detail {
	text-align: center;
	padding: 20px 20px;
	height: 85px;
	position: relative;
	overflow: hidden;
}
.team.style-6 .team-image {
	background: #ff83a6;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	position: relative;
	overflow: hidden;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.team.style-6 .team-image:hover {
	background: #141414;
}
.team.style-6 .member-detail h6 {
	color: #fff;
	margin: 0px;
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 10px;
	letter-spacing: 1px;
}
.team.style-6 .member-detail span {
	color: #fff;
}
.team.style-6 .team-image:hover .member-detail {
}
.team.style-6 .team-image:hover .member-detail {
	position: absolute;
	width: 100%;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.team.style-6 .team-image .social-icons {
	padding: 22px 0;
	padding-bottom: 0px;
	position: absolute;
	z-index: 99;
	height: 85px;
	width: 100%;
	bottom: -100%;
	text-align: center;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.team.style-6 .team-image .social-icons a {
	color: #fff;
}
.team.style-6 .team-image:hover .social-icons {
	bottom: 0px;
	position: relative;
}
/*=======================================================
			BLOG POST
========================================================*/
.posts-list.list-style-1 {
	background-color: #eaeaea;
}
.posts-list.list-style-1 .entry {
	display: block;
	overflow: hidden;
	zoom: 1;
}
.posts-list.list-style-1 .entry:before, .posts-list.list-style-1 .entry:after {
	content: " ";
	display: table;
}
.posts-list.list-style-1 .entry:after {
	clear: both;
}
.posts-list.list-style-1 .entry-image {
	float: left;
	position: relative;
	width: 50%;
}
.posts-list.list-style-1 .entry-image img {
	width: 100%;
}
.posts-list.list-style-1 .entry-image:before {
	border: inset 1.78571rem;
	content: "";
	display: block;
	height: 0;
	width: 0;
	border-color: transparent #eaeaea transparent transparent;
	border-right-style: solid;
	position: absolute;
	left: auto;
	right: 0;
	top: 50%;
	margin-top: -1.78571rem;
}
.posts-list.list-style-1 .entry-image-right .entry-image:before {
	border: inset 1.78571rem;
	content: "";
	display: block;
	height: 0;
	width: 0;
	border-color: transparent transparent transparent #eaeaea;
	border-left-style: solid;
	left: 0;
	right: auto;
}
.posts-list.list-style-1 .entry-image-right .entry-body {
	left: -50%;
	right: auto;
	position: relative;
}
.posts-list.list-style-1 .entry-image-right .entry-image {
	left: 50%;
	right: auto;
	position: relative;
}
.posts-list.list-style-1 .entry-body {
	float: right;
	padding: 2.85714rem 4.28571rem;
	position: relative;
	width: 50%;
}
.posts-list.list-style-1 .entry-title {
	font-weight: 400;
	letter-spacing: 0.5px;
	margin-bottom: 0.85714rem;
	margin-top: 15px;
}
.posts-list.list-style-1 .entry-category {
	color: #141414;
	font-style: italic;
}
.posts-list.list-style-1 .more-link {
	font-size: 12px;
	letter-spacing: 2px;
	text-transform: uppercase;
	transition: all 300ms ease-out;
}
.news.style-2 img{
	width:100%;
}
.intro-3 span {
	color: #141414;
}
.intro-3 h2 {
	font-size: 36px;
	font-weight: normal;
	color: #141414;
	letter-spacing: 1px;
}
.intro-3 img {
	position: relative;
	z-index: 3;
}
.intro-3.bottom-white-space:before {
	position: absolute;
	bottom: 0px;
	height: 55px;
	left: 0px;
	width: 100%;
	background: #fff;
	content: "";
	z-index: 1;
}
/*=======================================================
			BLOG
========================================================*/
.blog-posts {
	margin-bottom: 18px;
}
.blog-posts .posts-tittle {
	display: inline-block;
	width: 100%;
	margin-top: 20px;
	font-size: 24px;
	font-weight: 100;
}
.blog-posts .cate-tags {
	font-family: 'Damion', cursive;
	font-size: 24px;
	color: #676767;
	display: inline-block;
	width: 100%;
	margin: 6px 0;
}
.blog-posts p {
	line-height: 28px;
	font-size: 14px;
	color: #333333;
	letter-spacing: 0px;
}
.btm-post {
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	padding: 15px 0;
	margin-top: 20px;
}
.btm-post a {
	display: inline-block;
}
.btm-post .social-icons {
	display: inline-block;
	float: right;
}
.btm-post .social-icons a {
	font-size: 12px;
	margin-left: 10px;
	color: #676767;
}
.blog-single p {
	line-height: 30px;
}
.blog-single h4 {
	/*margin-top: 20px;
	margin-bottom: 15px;*/
	font-weight: 100;
	letter-spacing: 0px;
}
.blog-single h6 {
	letter-spacing: 0px;
	text-transform: uppercase;
	margin-top: 30px;
	margin-bottom: 15px;
}
.blog-single .share a {
	font-size: 12px;
	display: inline-block;
	background: rgba(0,0,0,0.1);
	padding: 5px 30px;
	border-radius: 4px;
}
.blog-single .share a:hover {
	background: #ff83a6;
	color: #fff;
}
/*=======================================================
			Process Steps
========================================================*/
.process .thumb {
	border-radius: 50%;
	position: relative;
	overflow: hidden;
	display: inline-block;
}
.process h6 {
	text-transform: uppercase;
	text-align: center;
	margin-top: 30px;
	font-size: 12px;
	letter-spacing: 1px;
}
.process li {
	position: relative;
	width: 25%;
	float: left;
	padding: 0 15px;
	text-align: center;
	display: inline-block;
}
.process span {
	font-size: 20px;
	font-weight: 100;
	display: inline-block;
	margin-bottom: 20px;
}
.process-style-1 {
	display: inline-block;
	width: 100%;
}
.process-style-1 li:hover .thumb img {
	transform: scale(1.3);
}
.process-style-1 li .thumb img {
	border-radius: 50%;
}
.process li:hover .thumb {
	border-radius: 4px;
}
.process li:hover span {
	border-radius: 4px;
}
.process-style-2 {
}
.process-style-3 {
	display: inline-block;
	width: 100%;
}
.process-style-1 li:before {
	content: '\f054';
	font-family: 'FontAwesome';
	position: absolute;
	right: 0px;
	line-height: 140px;
	color: #909090;
	font-size: 20px;
}
.process-style-1 li:nth-last-child(1):before {
	display: none;
}
.process-style-1 .thumb {
	height: 131px;
	width: 131px;
}
.process-style-1 .thumb span {
	font-size: 40px;
	color: #fff;
	font-style: italic;
	position: absolute;
	height: 100%;
	line-height: 140px;
	width: 100%;
	left: 0px;
	top: 0px;
	border-radius: 50%;
	background: rgba(0,0,0,0.5);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.process-style-2 .icon {
	text-align: center;
	display: inline-block;
}
.process-style-2 li:before {
	content: "";
	position: absolute;
	height: 2px;
	width: 20%;
	right: 0px;
	top: 70px;
	background: #e8e8e8;
}
.process-style-2 li:after {
	content: "";
	position: absolute;
	height: 2px;
	width: 20%;
	left: 0px;
	top: 70px;
	background: #e8e8e8;
}
.process-style-2 li:nth-child(1):after {
	display: none;
}
.process-style-2 li:nth-last-child(1):before {
	display: none;
}
.process-style-2 h3 {
	margin-top: 20px;
	font-weight: 100;
	margin-bottom: 10px;
	font-size: 60px;
}
.process-style-2 span {
	font-size: 20px;
}
.process-style-3 .media {
	text-align: center;
}
.process-style-3 .media-body {
	text-align: left;
}
.process-style-3 h3 {
	font-size: 30px;
	margin-bottom: 0px;
	font-weight: bolder;
}
.process-style-3 .icon {
	height: 100px;
	width: 100px;
	margin-right: 10px;
	text-align: center;
	font-size: 24px;
	line-height: 98px;
	color: #a9b876;
	border: 1px solid #ececec;
	border-radius: 4px;
}
.process-style-3 .icon:before {
	position: absolute;
	width: 1px;
	content: '';
	height: 59px;
	left: 50px;
	top: 100%;
	background: #ececec;
}
.process-style-3 li:before {
	position: absolute;
	bottom: 0px;
	width: 100%;
	content: '';
	height: 1px;
	left: 50px;
	top: 159%;
	background: #ececec;
}
.process-style-3 li:nth-last-child(1):before {
	display: none;
}
.process-style-3 p {
	font-size: 12px;
}
.dropcap.dark:first-letter {
	background-color: #141414;
	color: #FFFFFF;
	font-size: 30px;
	padding: 12px 20px;
	margin-right: 15px;
	margin-top: 5px;
}
.dropcap:first-letter {
	color: #141414;
	float: left;
	font-weight: bolder;
	font-size: 30px;
	padding: 12px 20px;
	margin-right: 15px;
	margin-top: 5px;
	display: inline-block;
}
blockquote {
	font-family: 'Crimson Text', serif;
	font-size: 18px;
	font-style: italic;
	font-weight: 500;
	border: 1px solid #ececec;
	padding: 50px;
	position: relative;
}
blockquote.style-2:before {
	content: '“';
	font-size: 60px;
	font-style: italic;
	left: 30px;
	position: absolute;
	top: 30px;
}
blockquote.style-2 {
	border-top: 1px solid #141414;
	padding: 60px;
	padding-left: 70px;
	padding-bottom: 30px;
}
blockquote cite {
	font-weight: bold;
	color: #ff83a6;
	display: inline-block;
	width: 100%;
	margin-top: 20px;
}
/*=======================================================
      PAGINATION
========================================================*/
/*.pagination {
	margin-top: 50px;
	padding-top: 40px;
	padding-bottom: 30px;
	border: none;
	border-top: 1px solid #ececec;
	display: inline-block;
	width: 100%;
	text-align: center;
}
.pagination ul li {
	border: none;
}
.pagination>li {
	display: inline-block;
}
.pagination>li>a, .pagination>li>span {
	border: none;
	padding: 0px;
	height: 43px;
	width: 43px;
	background: #fff;
	border: 1px solid #ececec;
	text-align: center;
	line-height: 42px;
	color: #272727;
	margin: 0 5px;
	font-style: italic;
	font-size: 18px;
	font-family: 'Crimson Text', serif;
}
.pagination>li>a:hover {
	background: #ff83a6;
	color: #fff;
	border-color: #ff83a6;
}*/
/*=======================================================
			According
========================================================*/
.blog {
}
.blog .bx-wrapper .bx-pager {
	position: absolute;
	bottom: 20px;
}
.blog .blog-post {
	display: inline-block;
	width: 100%;
}
.blog .blog-post .tittle-post {
	font-size: 18px;
	color: #141414;
	display: inline-block;
	width: 100%;
	margin: 10px 0;
}
.blog .blog-post .tittle-post:hover {
	color: #ff83a6;
}
.blog .blog-post p {
	line-height: 24px;
	letter-spacing: 0px;
	font-size: 13px;
}
.blog-post .post-bt {
	font-size: 14px;
	color: #141414;
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}
.blog-post .post-info {
	border-top: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
	padding: 10px 0;
	margin-top: 10px;
	position: relative;
	margin-top: 10px;
	margin-bottom: 20px;
}
.blog-post .post-img {
	position: relative;
	overflow: hidden;
}
.blog-post .post-img img {
	width: 100%;
}
.blog-post .post-info li {
	display: inline-block;
	color: #6f6f6f;
	margin-right: 20px;
	font-size: 12px;
}
.blog-post .post-info li i {
	margin-right: 10px;
	font-size: 14px;
}
.blog-post .post-info li .date {
	height: 52px;
	width: 58px;
	background: #ff83a6;
	color: #fff;
	float: right;
	position: absolute;
	right: 0px;
	top: -11px;
	padding: 0 10px;
	text-align: center;
	padding-top: 5px;
	font-size: 16px;
	font-style: italic;
}
.blog.style-2 .tittle-post {
	font-size: 20px;
	font-weight: bold;
	margin-top: 20px;
}
.blog.style-2 .date {
	height: 52px;
	width: 58px;
	background: #ff83a6;
	color: #fff;
	float: right;
	position: absolute;
	left: 0px;
	bottom: 40px;
	padding: 0 10px;
	text-align: center;
	padding-top: 5px;
	font-size: 16px;
	font-style: italic;
}
.enter-round {
	border: 1px solid #fff;
	height: 83px;
	width: 83px;
	border-radius: 50%;
	line-height: 83px;
	text-align: center;
}
.side-bar .search input {
	width: 100%;
	border: none;
	border: 1px solid #e3e7f0;
	border-radius: 0px;
	height: 50px;
	padding: 0 20px;
	font-style: italic;
	color: #7b7b7b;
	font-size: 18px;
}
.side-bar .search button {
	height: 50px;
	color: #909090;
	background: none;
	border: none;
	font-size: 18px;
	position: relative;
	float: right;
	margin-top: -50px;
	width: 60px;
	text-align: center;
}
.heading-side-bar {
	margin-top: 10px;
	position: relative;
}
.heading-side-bar h4 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	padding-bottom: 12px;
	margin: 0px;
	color: #333333;
	padding-left: 0px;
}
.heading-side-bar {
}
.about-me-small p {
	line-height: 24px;
	font-style: italic;
}
.about-me-small span {
	line-height: 24px;
	margin: 5px 0;
	display: inline-block;
	width: 100%;
}
.about-me-small h6 {
	font-weight: 600 !important;
	font-size: 14px;
}
.about-me-small img {
	border-radius: 50%;
}
.side-bar .latest-post li {
	padding: 15px 0;
}
.side-bar .latest-post li a {
	padding: 0px !important;
	line-height: 26px;
	font-size: 16px;
	font-weight: 300;
}
.side-bar .cate li a:before {
	content: "\f105";
	position: absolute;
	left: 0px;
	font-family: 'FontAwesome';
}
.side-bar .cate li {
	position: relative;
}
.side-bar .cate li a {
	color: #6f6f6f;
	width: 100%;
	line-height: 40px;
	font-size: 14px;
	display: inline-block;
	padding-left: 20px;
}
.side-bar .block-instagram-widget {
	margin: 0 -5px;
}
.side-bar .widget p {
	line-height: 24px;
	font-size: 13px;
}
.side-bar .widget h5 {
	font-weight: normal;
	letter-spacing: 0px;
}
.side-bar .cate li a span {
	color: #b8b8b8;
}
.side-bar .cate li a:hover {
	color: #ff83a6;
}
.side-bar .tags {
	display: inline-block;
	width: 100%;
}
.side-bar .tags li {
	display: inline-block;
	margin-bottom: 10px;
	margin-right: 10px;
	float: left;
}
.side-bar .tags li a {
	display: inline-block;
	background: #fff;
	border: 1px solid #ebebeb;
	color: #272727;
	float: left;
	font-size: 12px;
	padding: 8px 15px;
}
.side-bar .tags li a:hover {
	background: #ff83a6;
	color: #fff;
	border-color: #ff83a6;
}
.side-bar .top-sale li a {
	font-size: 12px;
	letter-spacing: 1px;
	display: inline-block;
}
.side-bar .top-sale li p {
	font-size: 18px;
	color: #141414;
	margin-top: 15px;
}
.side-bar .tags.size a {
	font-size: 12px;
	border: 1px solid #ececec;
	color: #141414;
}
.side-bar .tags.size a:hover {
	border: 1px solid #141414;
	background: none;
	color: #141414;
}
.split-post .blog-post .tittle-post {
	font-size: 26px;
}
.blog-detail .blog-post p {
	line-height: 30px;
}
.comments {
	margin-top: 40px;
}
.comments h5 {
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	font-size: 20px;
	margin-bottom: 40px;
}
.comments .avatar {
	margin-right: 30px;
	width: 70px;
	position: relative;
	overflow: hidden;
}
.comments a i {
	margin-left: 10px;
}
.comments .a-name {
	font-weight: 600;
	font-size: 14px;
}
.comments a {
	margin-bottom: 10px;
	display: inline-block;
	width: 100%;
	font-size: 12px;
	color: #141414;
}
.comments .a-com p {
	color: #272727;
	font-size: 14px;
	line-height: 24px;
	font-style: italic;
}
.comments .more-comments {
	border: 1px solid #ececec;
	padding: 20px 30px;
	margin-top: 30px;
}
.comments .more-comments a {
	margin: 0px;
}
.comments .a-com {
	display: inline-block;
	width: 100%;
	border: 1px solid #ebebeb;
	padding: 30px;
}
.comments .date {
	color: #6f6f6f;
	font-size: 10px;
	font-weight: normal;
	margin-top: 10px;
	margin-left: 20px;
}
.comments .btn {
	width: auto;
	float: right;
	margin: 0px;
}
.comments ul {
}
.comments .com-reply {
	margin-left: 110px;
}
.comments .comment-form {
	margin-top: 40px;
}
.comments .comment-form {
}
.comments .comment-form label {
	font-style: italic;
	font-weight: normal;
	margin-bottom: 20px;
}
.comments .comment-form input {
	display: inline-block;
	width: 100%;
	padding: 0 10px;
	font-weight: bold;
	color: #272727;
	font-size: 18px;
	letter-spacing: 1px;
	height: 40px;
}
.comments .comment-form .form-control {
	height: 40px;
	border: none;
	display: inline-block;
	width: 100%;
	box-shadow: none;
	margin-top: 10px;
	border-radius: 0px;
	background: #fff;
	border: 1px solid #ebebeb;
}
.comments .comment-form {
	margin-bottom: 40px;
}
.comments .comment-form ul {
	border-bottom: none;
}
.comments .comment-form textarea {
	height: 250px;
	font-family: 'Crimson Text', serif;
	font-style: italic;
	border: none;
	padding: 10px 20px;
	display: inline-block;
	width: 100%;
	box-shadow: none;
	margin-top: 10px;
	border-radius: 0px;
	background: #fff;
	border: 1px solid #ebebeb;
}
.comments .comment-form .btn {
	margin-top: 20px;
	color: #fff;
}
.comments .comment-form label {
	width: 100%;
	font-size: 12px;
}
.comments .comment-form .form-control:focus {
	border: 1px solid #ff83a6;
}
.auther-name .social-icons {
	margin-top: 20px;
}
.auther-name .social-icons a {
	background: #f0f0f0;
	height: 37px;
	width: 37px;
	line-height: 37px;
	font-size: 12px;
}
.next-prev a {
	color: #141414;
}
.next-prev {
	margin-top: 50px;
	padding: 10px 0;
	border-top: 1px solid #141414;
	border-bottom: 1px solid #141414;
}
/*=======================================================
      Promo Block
========================================================*/
.promo-block {
	background: #141414;
}
.promo-block .promo-text {
	padding: 40px;
	padding-left: 15px;
	padding-right: 40%;
}
.promo-block .promo-text ul {
	padding-right: 30%;
}
.promo-block .promo-text ul li {
	margin-bottom: 30px;
}
.promo-block .promo-text {
	font-weight: 800;
}
.promo-block .promo-text ul li h6 {
	color: #a9b876;
	margin-bottom: 10px;
}
.promo-block .promo-text ul li p {
	font-family: 'Crimson Text', serif;
	font-size: 16px;
	color: #6f7657;
	font-style: italic;
	font-weight: 600;
	line-height: 24px;
}
/*=======================================================
      PRICING RANGE
========================================================*/
.cost-price-content {
}
.cost-price-content h5 {
	margin-bottom: 30px;
}
.noUi-background {
	margin-bottom: 20px;
}
.cost-price-content .btn {
	padding: 6px 20px;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
}
.cost-price-content {
	display: inline-block;
	position: relative;
	margin-top: 45px;
	width: 100%;
}
.cost-price-content span {
	font-size: 12px;
	letter-spacing: 0px;
}
.price-min {
	top: -40px;
	left: 40%;
	position: absolute;
	-webkit-transform: translate(-100%, -50%);
	-moz-transform: translate(-100%, -50%);
	-ms-transform: translate(-100%, -50%);
	transform: translate(-100%, -50%);
}
.price-max {
	top: -40px;
	left: 60%;
	position: absolute;
	-webkit-transform: translate(-0%, -50%);
	-moz-transform: translate(-0%, -50%);
	-ms-transform: translate(-0%, -50%);
	transform: translate(-0%, -50%);
}
/*=======================================================
			According
========================================================*/
.accordion {
	font-family: 'Open Sans', sans-serif;
}
.accordion.gray-bg {
	background: #f3f3f3;
}
.accordion .panel-default > .panel-heading .panel-title a:before {
	content: "\f209";
	font-family: "Ionicons";
	color: #FFF;
	padding: 0px;
	color: #202020;
	float: right;
	position: absolute;
	right: 15px;
	font-size: 12px;
}
.accordion .panel-default > .panel-heading .panel-title a.collapsed:before {
	content: "\f218";
	font-family: "Ionicons";
}
.accordion .panel-default > .panel-heading {
	background-color: #fff;
	padding: 0px;
	border-radius: 0px;
	overflow: hidden;
}
.accordion .panel-default > .panel-heading a {
	text-decoration: none;
	font-size: 14px;
	width: 100%;
	font-weight: 600;
	padding: 10px;
	padding-left: 20px;
	line-height: 20px;
	padding-right: 26px;
	display: inline-block;
	text-transform: none;
	letter-spacing: 0px;
}
.accordion .panel {
	box-shadow: none;
	border-radius: 0px;
	margin-bottom: 15px;
	position: relative;
}
.accordion .panel-body {
	color: #b8b8b8;
	line-height: 24px;
	font-size: 12px;
}
.accordion .panel-default>.panel-heading+.panel-collapse>.panel-body {
	border: none;
}
.accordion-style-2 .panel-default > .panel-heading a:before {
	right: 0px !important;
}
.accordion-style-2 .panel-default > .panel-heading a {
	font-size: 14px;
	text-transform: none;
	color: #34495E;
}
.accordion-style-2 .panel-default > .panel-heading .panel-title a.collapsed {
	color: #6f6f6f;
}
.accordion-style-2 .panel {
	background: none;
	border: none;
	margin: 0px;
}
.accordion-style-2 .panel-body p {
	line-height: 28px;
}
.accordion-style-2 .panel-body {
	background: #fff;
	margin-top: 0px;
	padding: 20px;
	color: #6f6f6f;
	line-height: 26px;
	background: rgba(0,0,0,0.05);
}
.accordion-style-2 .panel-default > .panel-heading .panel-title a:before {
	font-size: 8px;
	height: 26px;
	width: 26px;
	line-height: 24px;
	text-align: center;
	background: #34495E;
	border-color:#34495E ;
	color: #fff;
}
.accordion-style-2 .panel-default > .panel-heading .panel-title a.collapsed:before {
	border: 1px solid #ececec;
	background: #fff;
	color: #141414;
}
.accordion-style-2 .panel-default > .panel-heading a {
	padding: 15px 0px;
	line-height: 26px;
	border-bottom: 1px solid rgba(0,0,0,0.05)
}
/*=======================================================
			List Style
========================================================*/
.list-w-icon-small p {
	line-height: 28px;
}
.list-w-number p {
	line-height: 28px;
}
.list-w-icon li .icon {
	height: 69px;
	width: 69px;
	text-align: center;
	line-height: 67px;
	border: 1px solid #909090;
	border-radius: 50%;
	display: inline-block;
	margin-right: 20px;
	font-size: 24px;
}
.list-w-icon li {
	vertical-align: middle;
	margin-bottom: 30px;
}
.list-w-icon li h6 {
	display: inline-block;
}
.list-w-bullets li {
	padding: 4.5px 0;
	padding-left: 40px;
}
.list-w-bullets.check li:before {
	height: 20px;
	width: 20px;
	text-align: center;
	line-height: 20px;
	background: #ff83a6;
	color: #fff;
	position: absolute;
	float: left;
	left: 0px;
	margin-top: 0px;
	font-size: 10px;
	border-radius: 50%;
	content: "\f00c";
	font-family: 'FontAwesome';
}
.list-w-bullets li:before {
	height: 20px;
	width: 20px;
	text-align: center;
	line-height: 20px;
	background: #909090;
	color: #fff;
	position: absolute;
	float: left;
	left: 0px;
	margin-top: 5px;
	padding-left: 2px;
	font-size: 12px;
	border-radius: 50%;
	content: "\f105";
	font-family: 'FontAwesome';
}
.list-w-bullets p {
	text-transform: none;
	margin-bottom: 0px;
}
.list-w-bullets.check li {
	padding: 15px 0;
	padding-left: 40px;
}
.list-w-bullets p {
	text-transform: none;
	margin-bottom: 0px;
	line-height: 28px;
}
.list-style p {
	text-transform: none;
}
.list-heading {
	border-top: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
	padding: 10px 0;
	margin-bottom: 20px;
}
.list-heading h6 {
	font-weight: normal;
	letter-spacing: 1px;
	margin: 0px;
	line-height: 24px;
}
.list-heading i {
	margin-right: 10px;
}
.list-w-icon-small li i {
	color: #ff83a6;
	margin-right: 10px;
	font-size: 16px;
}
.list-w-number {
	padding-left: 15px;
	font-size: 12px;
}
.list-w-number li {
	list-style: decimal !important;
}
.list-style-featured .row {
	margin-left: 0px;
	margin-right: 0px;
}
.list-style-featured .icon {
	height: 70px;
	width: 70px;
	line-height: 69px;
	text-align: center;
	color: #ff89ad;
	border: 1px solid #ff89ad;
	background: #fff;
	border-radius: 50%;
	font-size: 22px;
	margin-right: 20px;
	-webkit-transition: all 0.4s ease-in-out;	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.list-style-featured hr {	background: #e5e5e5;
	margin: 15px 0;
}
.list-style-featured h4 {
	font-family: 'Crimson Text', serif;
	font-style: italic;
	font-weight: normal;
	margin: 0px;
	letter-spacing: 0px;
}
.list-style-featured p {
	font-size: 12px;
	font-weight: bold;
	color: #141414;
	text-transform: uppercase;
	line-height: 16px;
	letter-spacing: 1px;
	margin-bottom: 10px;
}
.list-style-featured span {
	font-size: 14px;
	line-height: 24px;
	display: inline-block;
	width: 100%;
}
.list-style-featured li {
	margin-top: 20px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
}
.list-style-featured .media-right .icon {
	margin-right: 0px;
	margin-left: 20px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.list-style-featured li:hover .icon {
	background: #ff89ad;
	color: #fff;
	border-color: #ff89ad;
}
.list-style-featured .text-right hr {
	float: right;
}
.amazing-list li {
	margin-bottom: 30px;
}
.amazing-list h6 {
	letter-spacing: 0px;
	margin-bottom: 15px;
	font-weight: 600;
}
.video-btn {
	color: #fff;
	margin-top: 20px;
	display: inline-block;
	line-height: normal;
	font-size: 70px;
}
/*=======================================================
			Instagram Section 
========================================================*/
.instagram-studio li {
	padding: 0px;
	background: #000;
}
.instagram-studio li a img {
	width: 100%;
}
.instagram-studio li a:hover {
	opacity: 0.5;
}
/*=======================================================
			SKILLS
========================================================*/

.progress-bars p {
	margin: 0px;
	font-size: 10px;
	color: #6f6f6f;
	text-align: left;
	font-weight: 600;
	margin-bottom: 10px;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	margin-bottom: 0px;
	line-height: 24px;
}
.progress-bars {
	display: inline-block;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.progress {
	border-radius: 0px;
	position: relative;
	background: #8b8b8b;
	box-shadow: none;
	display: inline-block;
	width: 100%;
	margin-bottom: 15px;
	overflow: inherit;
	position: relative;
	height: 4px;
	margin-top: 10px;
}
.progress-bar {
	border-radius: 0px;
	background: #393939;
	height: 4px;
	box-shadow: none;
}
.progress-bars .bar {
	position: relative;
}
.progress-bar-tooltip {
	float: right;
	position: relative;
	right: 0px;
	top: 0px;
	color: #141414;
	font-size: 12px;
	line-height: 30px;
	font-weight: bold;
	padding-right: 10px;
}
.progress-bars.style-2 .progress {
	height: 10px;
	border-radius: 0px;
	position: relative;
	background: #e1e1e1;
	box-shadow: none;
	display: inline-block;
	width: 100%;
	margin-bottom: 15px;
	overflow: hidden;
	position: relative;
	height: 10px;
}
.progress-bars.style-2 .progress-bar {
	border-radius: 0px;
	background: #ff83a6;
	height: 10px;
}
.progress-bars.style-2 p {
	font-size: 12px;
	font-weight: normal;
}
.progress-bars.style-2 .progress-bar-tooltip {
	position: absolute;
	font-weight: normal;
	padding-right: 0px;
	line-height: 24px;
}
.progress-bars.style-1 .progress-bar-tooltip {
	float: right;
	right: 0px;
	top: -30px;
	color: #fff;
	background: #393939;
	font-size: 10px;
	font-weight: normal;
	width: 35px;
	padding-right: 0px;
	border-radius: 4px;
	line-height: 24px;
	text-align: center;
}
.progress-bars.style-2 .progress-bars p {
	margin: 0px;
	font-size: 11px;
	color: #141414;
	margin-bottom: 0px;
}
.progress-bars.style-3 .progress-bar-tooltip {
	color: #fff;
	padding-right: 20px;
}
.progress-bars.style-3 .progress {
	border: 1px solid #141414;
	border-radius: 4px;
	background: #fff;
	margin-top: 0px;
}
.progress-bars.style-3 .progress-bar {
	background: #141414;
}
.progress-bars.style-3 p {
	color: #fff;
	display: inline-block;
	padding-left: 20px;
	float: left;
	font-weight: bold;
	line-height: 28px;
}
.progress-bars .caret-left {
	padding-left: 15px;
}
.progress-bars .caret-left:before {
	content: "\f0da";
	position: absolute;
	font-size: 14px;
	left: 0px;
	color: #909090;
	font-family: 'FontAwesome';
}
.progress-bars .caret-down {
	padding-right: 0px;
}
.progress-bars .caret-down:before {
	content: "\f0d7";
	position: absolute;
	font-size: 14px;
	right: 0px;
	left: 0px;
	margin: 0 auto;
	bottom: -14px;
	color: #393939;
	font-family: 'FontAwesome';
}
.instagram-studio {
	margin-bottom: -1px;
}
/*==========================================================================
	   Countdown styles
========================================================================== */
.coming-soon {
	background-size: cover;
	background: url(../images/bg/soon-bg.jpg) no-repeat;
	padding: 150px 0;
	text-align: center;
}
.coming-soon {
	color: #b8b8b8;
}
.coming-soon .countdown {
	margin-top: 100px;
	display: inline-block;
	width: 100%;
}
.coming-soon .countdown li {
	text-align: center;
	display: inline-block;
	width: 25%;
	float: left;
}
.coming-soon .countdown li span {
	font-size: 60px;
	font-style: italic;
	color: #fff;
	line-height: 60px;
}
.coming-soon .countdown li p {
	font-size: 24px;
	color: #fff;
	text-transform: capitalize;
}
.coming-soon .time {
	display: inline-block;
	width: 100%;
}
.coming-soon .countdown li {
}
.coming-soon .countdown li article {
	height: 160px;
	width: 160px;
	padding-top: 40px;
	display: inline-block;
	border-radius: 50%;
	background: rgba(255,255,255,0.1);
}
.coming-soon .social-icons {
	margin-top: 80px;
}
.coming-soon .social-icons li {
	float: none;
	margin: 0 5px;
}
.coming-soon .social-icons li a {
	background: none;
	color: #fff;
	border: 1px solid rgba(255,255,255,0.3);
}
.coming-soon .social-icons li a:hover {
	background: #ff83a6;
}
.coming-soon.style-2 {
}
.coming-soon.style-2 h1 {
	font-size: 60px;
	letter-spacing: -4px;
	margin-bottom: 20px;
}
.coming-soon.style-2 .countdown li span {
	font-size: 60px;
	color: #3c3c3c;
	font-weight: 100;
	padding-bottom: 10px;
	border-bottom: 3px solid #fff;
	font-style: normal;
	line-height: 60px;
}
.coming-soon.style-2 .countdown li article {
	border-right: 1px solid rgba(0,0,0,0.1);
	border-radius: 0px;
	width: 100%;
	padding: 0px;
	padding: 30px 0px;
	height: auto;
}
.coming-soon.style-2 .countdown li p {
	font-size: 24px;
	font-weight: 100;
	color: #3c3c3c;
	margin-top: 30px;
}
.coming-soon.style-2 .subcribe .sub-mail input {
	background: rgba(255,255,255,0.2);
}
.coming-soon.style-3 {
	text-align: left;
}
.coming-soon.style-3 h3 {
	font-size: 100px;
	text-transform: none;
	letter-spacing: -8px !important;
	color: #141414 !important;
	text-align: left;
	line-height: 80px;
}
.coming-soon.style-3 .countdown li {
	width: auto;
	margin-right: 40px;
}
.coming-soon.style-3 .countdown li span {
	font-size: 48px;
	font-style: italic;
	font-family: 'Open Sans', sans-serif;
	color: #141414 !important;
	font-weight: bold;
	letter-spacing: -5px;
	font-style: normal;
	line-height: 60px;
}
.coming-soon.style-3 .countdown li article {
	height: 110px;
	width: 110px;
	text-align: center;
	padding: 10px 0;
	display: inline-block;
	border-radius: 0%;
	border: 2px solid #c6c4c5;
	background: none;
}
.coming-soon.style-3 .countdown li p {
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	color: #141414;
	font-weight: bold;
	margin: 0px;
	letter-spacing: -1px;
	line-height: 20px;
	text-transform: none;
}
/*=======================================================
      Subcribe
========================================================*/
.subcribe {
	width: 60%;
	margin: 0 auto;
}
.subcribe .sub-mail input {
	width: 100%;
	border: 1px solid rgba(255,255,255,0.2);
	line-height: 60px;
	background: none;
	color: #fff;
	padding: 0 20px;
	letter-spacing: 3px;
	font-size: 12px;
	height: 60px;
}
.subcribe .sub-mail button {
	border: none;
	background: none;
	color: #fff;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 3px;
	font-size: 12px;
	border-left: 1px solid rgba(255,255,255,0.2);
	float: right;
	padding: 20px 30px;
	position: relative;
	margin-top: -59px;
}
.news-letter {
	background: url(../images/bg/bg-6.jpg) no-repeat;
	background-size: cover;
}
.news-letter .news-letter-form {
	width: 50%;
	margin: 0 auto;
	margin-top: 40px;
}
.news-letter .sub-mail input {
	border: 1px solid rgba(255,255,255,0.6);
}
/*=======================================================
			SHOP PAGES
========================================================*/
.shop-bnr {
}
.shop-bnr article {
	position: relative;
	overflow: hidden;
	background: #000000;
}
.shop-bnr .heading-border h3 {
	padding: 10px 30px;
	border: 4px solid #fff;
	color: #fff;
}
.shop-bnr span.large {
	font-size: 72px;
	color: #fff;
	font-weight: bold;
	line-height: 70px;
}
.shop-bnr a.link-full {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	z-index: 999;
}
.shop-bnr li article:hover img {
	-webkit-transition: all 250ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
	-moz-transition: all 250ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
	-o-transition: all 250ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
	transition: all 250ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.shop-bnr li {
}
.shop-bnr article:hover img {
	opacity: 0.5;
}
.shop-bnr-large h1 {
	font-size: 60px;
}
.shop-bnr-large span.large {
	font-size: 130px;
	display: inline-block;
	width: 100%;
	margin-bottom: 30px;
	line-height: 170px;
}
/*=======================================================
      PARALLAX HOME
========================================================*/
.parallax-home {
	text-align: center;
}
.parallax-home span {
	display: inline-block;
	width: 100%;
	color: #fff;
	font-weight: bold;
	letter-spacing: -1px;
}
.parallax-home .text-one {
	font-size: 48px;
	display: inline-block;
	width: 100%;
	font-weight: bold;
}
.parallax-home .huge-100 {
	font-size: 100px;
	font-weight: bold;
}
.parallax-home .huge-80 {
	font-size: 100px;
	font-weight: bold;
}
.parallax-home .huge-60 {
	font-size: 60px;
	font-weight: bold;
}
.parallax-home .huge-45 {
	font-size: 45px;
	font-weight: bold;
}
.center-auto {
	margin: 0 auto !important;
	float: none !important;
}
/*=======================================================
      TABS STYLE
========================================================*/
.tabs li {
	/*display: inline-block;*/
	position: relative;
}
.tabs li a {
	float: left;
	border: 1px solid #ececec;
	font-size: 10px;
	text-transform: uppercase;
	padding: 10px 20px;
	color: #141414;
}
.tabs li a.active {
	border: 1px solid #ff83a6;
}
.tabs.style-2 {
}
.tabs.style-2 li a {
	border: none !important;
}
.tabs.style-2 li.active a {
}
.tabs.style-2 li {
}
.tabs.style-2 li a:hover:before {
	position: absolute;
	height: 8px;
	width: 8px;
	margin: 0 auto;
	left: 0px;
	right: 0px;
	content: "";
	background: #ff83a6;
	margin-top: 20px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-ms-transform: rotate(40deg); /* IE 9 */
	-webkit-transform: rotate(40deg); /* Safari */
	transform: rotate(40deg);
}
.tabs.style-2 li:hover a {
	color: #ff83a6
}
.tabs.style-2 li.active a {
	color: #ff83a6
}
.tabs.style-2 li a.active:before {
	position: absolute;
	height: 8px;
	width: 8px;
	margin: 0 auto;
	left: 0px;
	right: 0px;
	content: "";
	background: #ff83a6;
	margin-top: 20px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-ms-transform: rotate(50deg); /* IE 9 */
	-webkit-transform: rotate(50deg); /* Safari */
	transform: rotate(50deg);
}
.tabs.style-2 li.active a:before {
	position: absolute;
	height: 8px;
	width: 8px;
	margin: 0 auto;
	left: 0px;
	right: 0px;
	content: "";
	background: #ff83a6;
	margin-top: 20px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-ms-transform: rotate(50deg); /* IE 9 */
	-webkit-transform: rotate(50deg); /* Safari */
	transform: rotate(50deg);
}
.tabs.style-2.big a {
	color: #141414;
	font-size: 14px;
	font-weight: bold;
}
.tabs.style-2.big li.active a:before {
	margin-top: 30px;
}
.tabs.style-2.big li a:hover:before {
	margin-top: 30px;
}
.tabs.style-3 {
}
.nav-tabs {
	border: none;
}
.nav-tabs.tabs.style-3 {
	border: none;
	padding: 20px;
	border: 1px solid #e5e5e5;
}
.nav-tabs.tabs.style-3 .nav {
	margin-bottom: 20px;
	display: inline-block;
	width: 100%;
}
.nav-tabs.tabs.style-3 .nav li a {
	border: none;
	font-size: 11px;
	font-weight: bold;
	padding: 0px;
	display: inline-block;
	text-align: center;
	width: 100%;
	background: none !important;
	padding-bottom: 10px;
	border-bottom: 2px solid #fff;
	letter-spacing: 1px;
}
.nav-tabs.tabs.style-3 .nav li {
	float: left;
	text-align: center;
	width: 33.333%;
}
.nav-tabs.tabs.style-3 .nav li a:hover {
	background: none;
	border-bottom: 2px solid #ff83a6;
}
.nav-tabs.tabs.style-3 .nav li.active a {
	background: none;
	border-bottom: 2px solid #ff83a6;
}
.nav-tabs.tabs.style-3 .nav li:hover a {
	background: none;
}
.nav-tabs.tabs.style-3 .tab-content p {
	font-size: 13px;
	line-height: 26px;
	margin-bottom: 0px;
}
.tabs.style-4 .nav-pills li {
	width: 140px;
	margin-bottom: 20px;
}
.tabs.style-4 .nav-pills li a {
	display: inline-block;
	width: 96%;
	padding: 15px 20px;
	font-size: 12px;
	border: none;
	background: #ececec;
	color: #6f6f6f;
	border-radius: 0px;
	text-align: center;
	letter-spacing: 2px;
}
.tabs.style-4 .nav-pills li i {
	margin-top: 3px;
	float: left;
}
.tabs.style-4 .nav-pills li.active a {
	background: #34495E;
	color: #fff;
}
.tabs.style-4 .nav-pills li:hover a {
	background: #34495E;
	color: #fff;
}
.nav-pills>li+li {
	margin-left: 0px;
}
.tabs.style-5 {
	border: 1px solid #ececec;
	border-top: none;
}
.tabs.style-5 .nav li {
	width: 50%;
	margin: 0px;
	padding: 0px;
	float: left;
}
.tabs.style-5 .nav {
	display: inline-block;
	width: 100%;
	margin-bottom: 30px;
}
.tabs.style-5 .tab-pane {
	padding: 20px;
	padding-top: 0px;
}
.tabs.style-5.tabs li a {
	background: none;
	border: none;
	display: inline-block;
	width: 100%;
	text-align: center;
	font-size: 12px;
	border: 1px solid #ececec;
	background: #f2f2f2;
}
.tabs.style-5.tabs li.active a {
	border: 1px solid #fff;
	border-top: 1px solid #ff83a6;
	background: #fff;
}
.tabs.style-6 .nav-pills li {
	width: 180px;
	margin-bottom: 20px;
}
.tabs.style-6 .nav-pills li a {
	display: inline-block;
	width: 93%;
	padding: 15px 20px;
	font-size: 12px;
	border: none;
	background: #ececec;
	color: #6f6f6f;
	border-radius: 0px;
	text-align: center;
	letter-spacing: 2px;
}
.tabs.style-6 .nav-pills li i {
	margin-top: 3px;
	float: left;
}
.tabs.style-6 .nav-pills li.active a {
	background: #34495E;
	color: #fff;
}
.tabs.style-6 .nav-pills li:hover a {
	background: #34495E;
	color: #fff;
}
.nav-pills>li+li {
	margin-left: 0px;
}
.post-type-small {
	display: inline-block;
	width: 100%;
}
.post-type-small .media-left a {
	height: 70px;
	width: 70px;
	display: inline-block;
	margin-right: 10px;
}
.post-type-small a {
	font-size: 16px;
	color: #141414;
	display: inline-block;
	width: 100%;
}
.post-type-small span {
	color: #6f6f6f;
	font-size: 12px;
	font-style: italic;
}
/*=======================================================
			ABOUT ME
========================================================*/
.light-pattern {
	background: url(../images/fact/pattern-bg.jpg) repeat;
}
.dark-pattern {
	background: url(../images/bg/pattern-dark-bg.jpg) repeat;
}
.yellow-pattern {
	background: url(../images/bg/pattern-bg.png) repeat;
	background-color: #f0b82b;
}
.about-me:before {
	position: absolute;
	top: 0px;
	height: 50px;
	left: 0px;
	width: 100%;
	background: #fff;
	content: "";
}
.about-me {
	position: relative;
}
.about-me .about-me-text p {
	font-size: 18px;
}
.about-me .about-me-text h4 {
	margin-bottom: 30px;
	line-height: 36px;
}
.about-me .about-me-text span {
	margin-bottom: 10px;
	display: inline-block;
	width: 100%;
	font-size: 26px;
	font-style: italic;
	font-weight: bold;
	letter-spacing: 0px;
}
/*=======================================================
			Alert Boxes
========================================================*/
.alert {
	color: #fff;
	text-transform: uppercase;
	font-size: 11px;
	border: none;
	border-radius: 0px;
	padding: 25px 30px;
	position: relative;
	font-weight: bold;
	letter-spacing: 1.5px;
}
.alert .close {
	color: #fff;
	opacity: 1;
	font-size: 14px;
	top: inherit;
	right: 30px;
	position: absolute;
}
.alert .fa-2x {
	font-size: 16px;
	margin-right: 20px;
}
.alert.alert-success {
	background: #2fba87;
}
.alert.alert-info {
	background: #6dcff6;
}
.alert.alert-danger {
	background: #ffc11b;
}
.alert.alert-warning {
	background: #eb5020;
}
.alert.alert-success.style-2 {
	background: #e7f6f0;
	border: 1px solid #2fba87;
	color: #2fba87;
}
.alert.alert-success.style-2 i {
	color: #2fba87;
}
.alert.alert-info.style-2 {
	background: #effaff;
	border: 1px solid #6dcff6;
	color: #6dcff6;
}
.alert.alert-info.style-2 i {
	color: #6dcff6;
}
.alert.alert-danger.style-2 {
	background: #fffbf0;
	border: 1px solid #ffc11b;
	color: #ffc11b;
}
.alert.alert-danger.style-2 i {
	color: #ffc11b;
}
.alert.alert-warning.style-2 {
	background: #fff0ec;
	border: 1px solid #eb5020;
	color: #eb5020;
}
.alert.alert-warning.style-2 i {
	color: #eb5020;
}
.alert.alert-large {
	font-size: 14px;
	letter-spacing: 1px;
}
.alert.alert-large .fa-2x {
	height: 50px;
	width: 50px;
	text-align: center;
	line-height: 50px;
	color: #141414;
	border-radius: 50%;
	background: #fff;
	float: left;
	margin-top: 10px;
	font-size: 24px;
}
.alert.alert-large p {
	color: #fff;
	font-size: 11px;
	text-transform: none;
	line-height: 22px;
	margin-top: 10px;
}
.alert.alert-large .close {
	top: 20px;
	right: 20px;
}
.alert.x-large {
	font-size: 14px;
}
.alert.x-large .fa-border {
	height: 50px;
	width: 50px;
	border-radius: 50%;
	line-height: 38px;
	text-align: center;
	border-radius: 50%;
	font-size: 18px;
	padding-left: 8px;
	margin-right: 20px;
}
.alert.alert-success.x-large {
	border: 2px solid #2fba87;
}
.alert.alert-info.x-large {
	border: 2px solid #6dcff6;
}
.alert.alert-danger.x-large {
	border: 2px solid #ffc11b;
}
.alert.alert-warning.x-large {
	border: 2px solid #eb5020;
}
.alert.alert-success.x-large .fa-border {
	border: 2px solid #2fba87;
}
.alert.alert-info.x-large .fa-border {
	border: 2px solid #6dcff6;
}
.alert.alert-danger.x-large .fa-border {
	border: 2px solid #ffc11b;
}
.alert.alert-warning.x-large .fa-border {
	border: 2px solid #eb5020;
}
/*=======================================================
			GO TO TOP
========================================================*/
.cd-top {
	display: inline-block;
	height: 40px;
	z-index: 9;
	width: 40px;
	position: fixed;
	bottom: 40px;
	right: 40px;
	color: #34495E;
	border-radius: 4px;
	font-size: 20px;
	text-align: center;
	line-height: 30px;
	border: 3px solid #34495E;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
	overflow: hidden;
	white-space: nowrap;
	background: none;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
	visibility: visible;
	opacity: 0.5;
}
.cd-top.cd-fade-out {
	opacity: .5;
}
.no-touch .cd-top:hover {
	background-color: #ff83a6;
	opacity: 1;
	color: #fff;
}
#wrap.boxed-layout {
	max-width: 1250px;
	margin: 0 auto;
	background: #fff;
	box-shadow: 0 0 20px rgba(0,0,0,0.5);
}
#wrap.boxed-layout .is-sticky .sticky {
	left: 0px;
}
.bg1-body {
	background: url(../images/bg/bg-parallax-3.jpg) fixed no-repeat;
	background-size: cover;
}
#wrap.boxed-layout .contact.style-2 .contact-right {
	padding-right: 20px;
}

/*追加*/
.top-block01 {
	padding: 350px 0;
	text-align: center;
	position: relative;
	margin-bottom: 0px;
	background: url(../images/pl-top2.jpg) 50% 0 repeat fixed;
	background-attachment: fixed;
	background-size: cover !important;
    background-position: center center !important;		
}
.top-block02 {
	/*padding: 100px 0;*/
	text-align: center;
	position: relative;
	background: url(../images/pl-back3.jpeg)  repeat fixed;
    background-attachment: fixed;
	background-size: cover !important;
    background-position: center center !important;
	width:100%;
	height:100%
}
.top-block03 {
	/*padding: 100px 0;*/
	text-align: center;
	position: relative;
	background: url(../images/pl-back6.jpg)  repeat fixed;
    background-attachment: fixed;
	background-size: cover !important;
    background-position: center center !important;
	width:100%;
	height:100%
}
.top-block04 {
	/*padding: 100px 0;*/
	text-align: center;
	position: relative;
	background: url(../images/pl-back9.jpeg)  repeat fixed;
    background-attachment: fixed;
	background-size: cover !important;
	width:100%;
	height:100%
}
.top-block05 {
	/*padding: 100px 0;*/
	text-align: center;
	position: relative;
	background: url(../images/pl-back4.jpeg)  repeat fixed;
    background-attachment: fixed;
	background-size: cover !important;
    background-position: center center !important;
	width:100%;
	height:100%
}
.top-block07 {
	/*padding: 100px 0;*/
	text-align: center;
	position: relative;
	background: url(../images/pl-back10.jpeg)  repeat fixed;
    background-attachment: fixed;
	background-size: cover !important;
    background-position: center center !important;
	width:100%;
	height:100%
}
/*トップ文字部分追加*/
.Cinzel {
    font-family: 'Cinzel', serif;
}
.mt-30 {
    margin-top: 30px !important;
}
/*ブログ部分*/
.accordion-heading{
	border-top:1px solid #ddd;
}
.map{
	float:right;
}
.lastbox{
	border-bottom:1px solid #ddd;
	padding-bottom:20px;
}
/*ショップ（本日出勤）*/
/* rotation */
/* line 155, ../sass/_helper-classes.scss */
.rotation {
  background: none;
  -webkit-perspective: 600px;
  perspective: 600px;
}
/* line 161, ../sass/_helper-classes.scss */
.rotation.product, .rotation.employee {
  overflow: visible;
}
/* line 165, ../sass/_helper-classes.scss */
.rotation .default,
.rotation .front-end {
  overflow: hidden;
  position: relative;
  -webkit-transform: rotateX(0deg) rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-transform: rotateX(0deg) rotateY(0deg);
  -moz-transform-style: preserve-3d;
  -moz-backface-visibility: hidden;
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
  z-index: 24;
}
/* line 181, ../sass/_helper-classes.scss */
.rotation .default {
  background: #f7f7f7;
  border-radius: 3px;
}
/* line 185, ../sass/_helper-classes.scss */
.rotation.product .product-hover,
.rotation .back-end {
  display: block;
  height: inherit;
  -webkit-transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  /*-webkit-backface-visibility: hidden;*/
  -moz-transform: rotateY(-180deg);
  -moz-transform-style: preserve-3d;
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
  width: 100%;
  z-index: 13;
}
/* line 202, ../sass/_helper-classes.scss */
.rotation.hover .default,
.rotation.hover .front-end {
  z-index: 35;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}
/* line 212, ../sass/_helper-classes.scss */
.rotation.hover .product-hover,
.rotation.hover .back-end {
  z-index: 46;
  -webkit-transform: rotateX(0deg) rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}

/* line 224, ../sass/_helper-classes.scss */
.btn.dropdown-toggle,
.btn.dropdown-toggle:hover,
.btn.dropdown-toggle:focus {
  outline: none;
}

/* line 229, ../sass/_helper-classes.scss */
.btn-group.btn-select {
  color: #7f7f7f;
  font-size: 12px;
  vertical-align: top;
}
/* line 234, ../sass/_helper-classes.scss */
.btn-group.btn-select .dropdown-toggle {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid transparent;
  box-shadow: none;
  color: #7f7f7f;
  font-size: 12px;
  height: 24px;
  line-height: 24px;
  padding: 0 7px 3px;
  z-index: 2;
}
/* line 245, ../sass/_helper-classes.scss */
.btn-group.btn-select .btn.dropdown-toggle .caret {
  color: #fff;
  color: rgba(255, 255, 255, 0.5);
  margin-left: 0;
}
/* line 251, ../sass/_helper-classes.scss */
.btn-group.btn-select.open .btn.dropdown-toggle {
  background: #fff;
  border: 1px solid #ccc;
  border-bottom: 0 none;
  border-radius: 3px 3px 0 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  color: #7f7f7f;
}
/* line 259, ../sass/_helper-classes.scss */
.btn-group.btn-select.open .btn.dropdown-toggle:after {
  background: #fff;
  bottom: 0;
  content: "";
  display: block;
  height: 6px;
  left: 0px;
  margin: 0 0 -6px;
  position: absolute;
  right: 0;
  top: auto;
  z-index: 27;
  -webkit-animation: fadeIn 0.3s;
  animation: fadeIn 0.3s;
}
/* line 274, ../sass/_helper-classes.scss */
.btn-group.btn-select.open .btn.dropdown-toggle .caret {
  color: #777;
}
/* line 279, ../sass/_helper-classes.scss */
.btn-group.btn-select .dropdown-menu {
  border-radius: 0 3px 3px 3px;
  margin: 0;
  padding-top: 8px;
  z-index: 25;
}
/* line 285, ../sass/_helper-classes.scss */
.btn-group.btn-select .dropdown-menu > li > a {
  font-size: 12px;
  line-height: 22px;
  padding: 4px 6px;
}
/* line 290, ../sass/_helper-classes.scss */
.btn-group.btn-select .dropdown-menu > li > a:hover {
  background: #f2f2f2;
}
/* line 293, ../sass/_helper-classes.scss */
.btn-group.btn-select .dropdown-menu > li > a img {
  margin: 5px 9px 0 0;
  vertical-align: top;
}

/* line 300, ../sass/_helper-classes.scss */
.jslider .jslider-pointer {
  background: none;
  height: 12px;
  margin: 0 0 0 -4px;
  width: 8px;
}
/* line 306, ../sass/_helper-classes.scss */
.jslider .jslider-pointer svg {
  vertical-align: top;
}

/* line 310, ../sass/_helper-classes.scss */
.pagination-box {
  margin: 40px 0 0;
}

/* line 313, ../sass/_helper-classes.scss */
.pagination-box .pagination {
  margin: 0 10px 0 0;
}

/* line 317, ../sass/_helper-classes.scss */
.map-box iframe {
  border: 0 none;
  border-radius: 5px;
  width: 100%;
}
/* line 322, ../sass/_helper-classes.scss */
.map-box img {
  max-width: inherit;
}

/* line 326, ../sass/_helper-classes.scss */
.map-canvas {
  height: 400px;
}
/* line 329, ../sass/_helper-classes.scss */
.map-canvas * {
  border: 0 none;
}

/* line 333, ../sass/_helper-classes.scss */
.map-content {
  width: 200px;
}
/* line 336, ../sass/_helper-classes.scss */
.map-content .title {
  font-size: 16px;
  margin-bottom: 10px;
}

/* line 341, ../sass/_helper-classes.scss */
.caret {
  color: #777;
  border: 0 none;
  height: 6px;
  width: 9px;
}
/* line 347, ../sass/_helper-classes.scss */
.caret:before {
  content: "\f107";
  display: block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 6px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 6px;
  position: absolute;
  width: 9px;
}
/* line 360, ../sass/_helper-classes.scss */
.open .caret {
  color: #777;
}
/* line 363, ../sass/_helper-classes.scss */
.btn .caret {
  margin: -2px 0 0;
}
/* line 366, ../sass/_helper-classes.scss */
.btn-group .caret {
  color: #fff;
}
/* line 369, ../sass/_helper-classes.scss */
.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
  border: 0 none;
}
/* line 373, ../sass/_helper-classes.scss */
.dropup .caret:before, .navbar-fixed-bottom .dropdown .caret:before {
  content: "\f106";
}

/* line 378, ../sass/_helper-classes.scss */
.help-block {
  margin-top: -10px;
  margin-bottom: 15px;
}

/* line 382, ../sass/_helper-classes.scss */
.buttons-box .required {
  font-size: 11px;
}

/* Social */
/* line 387, ../sass/_helper-classes.scss */
.social .social-list {
  margin: 0 -4px;
}
/* line 390, ../sass/_helper-classes.scss */
.social .icon {
  background: #1e1e1e;
  border-radius: 2px;
  color: #fff;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  margin-left: 4px;
  margin-right: 4px;
  opacity: .35;
  filter: alpha(opacity=35);
  -webkit-transition: opacity .2s linear;
          transition: opacity .2s linear;
  text-align: center;
  width: 40px;
}
/* line 405, ../sass/_helper-classes.scss */
.social .icon:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity .2s linear;
          transition: opacity .2s linear;
}
/* line 411, ../sass/_helper-classes.scss */
.social .icon-facebook {
  background: #3b5998;
}
/* line 414, ../sass/_helper-classes.scss */
.social .icon-twitter {
  background: #00bdec;
}
/* line 417, ../sass/_helper-classes.scss */
.social .icon-google {
  background: #d94a39;
}
/* line 420, ../sass/_helper-classes.scss */
.social .icon-linkedin {
  background: #1b92bd;
}
/******************************************************************************
  Shop
*******************************************************************************/
/* line 5, ../sass/_shop.scss */
.product-name a {
  color: #1e1e1e;
  text-decoration: none;
  -webkit-transition: opacity .2s linear;
          transition: opacity .2s linear;
}
/* line 10, ../sass/_shop.scss */
.product-name a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: opacity .2s linear;
          transition: opacity .2s linear;
}

/* line 17, ../sass/_shop.scss */
.product-image {
  background: #f2f2f2;
  border: 0 none;
  display: inline-block;
  line-height: 0;
  text-decoration: none;
}
/* line 24, ../sass/_shop.scss */
.product-image > img {
  width: 100%;
  height:auto;
  -webkit-transition: opacity 0.2s linear;
          transition: opacity 0.2s linear;
}
/* line 29, ../sass/_shop.scss */
.product-image:hover > img {
  opacity: .9;
  filter: alpha(opacity=90);
  -webkit-transition: opacity 0.2s linear;
          transition: opacity 0.2s linear;
}
/* line 34, ../sass/_shop.scss */
.rotation .product-image:hover > img {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 42, ../sass/_shop.scss */
.price-box .price-label {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 14px;
}
/* line 48, ../sass/_shop.scss */
.price-box .emergence .price {
  display: none;
}
/* line 51, ../sass/_shop.scss */
.price-box .emergence .emergence-price {
  color: #7f7f7f;
  font-size: 12px;
  vertical-align: middle;
}

/* line 58, ../sass/_shop.scss */
.price-old {
  color: #7f7f7f;
  display: inline-block;
  margin-right: 6px;
  position: relative;
}
/* line 64, ../sass/_shop.scss */
.price-old:before {
  background: #f00;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  margin: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
      transform: rotate(330deg);
  width: 100%;
}

/* line 78, ../sass/_shop.scss */
.sale {
  border-top: 56px solid #f89406;
  border-right: 56px solid transparent;
  display: block;
  height: 0;
  line-height: 22px;
  position: absolute;
  width: 0;
  z-index: 1;
  -webkit-transform: translateZ(0px);
}
/* line 89, ../sass/_shop.scss */
.sale:before {
  color: #fff;
  content: "Good";
  display: block;
  font-size: 11px;
  font-weight: bold;
  margin: -46px 0 0 5px;
  position: absolute;
  text-transform: uppercase;
  -webkit-transform: rotate(315deg);
      -ms-transform: rotate(315deg);
          transform: rotate(315deg);
}
/* line 100, ../sass/_shop.scss */
.sale.Premium {
  border-top: 56px solid #738d00;
}
/* line 103, ../sass/_shop.scss */
.sale.Premium:before {
  content: "Premium";
  font-size: 9px;
  margin: -47px 0 0 -3px;
}
/* line 107, ../sass/_shop.scss */
.sale.top {
  border-top: 56px solid #c10841;
}
/* line 110, ../sass/_shop.scss */
.sale.top:before {
  content: "New";
}
.sale.no1 {
  border-top: 56px solid #F1C40F;
}
/* line 110, ../sass/_shop.scss */
.sale.no1:before {
  content: "No.1";
}
.sale.no2 {
  border-top: 56px solid #BDC3C7;
}
/* line 110, ../sass/_shop.scss */
.sale.no2:before {
  content: "No.2";
}
.sale.no3 {
  border-top: 56px solid #987654;
}
/* line 110, ../sass/_shop.scss */
.sale.no3:before {
  content: "No.3";
}
.sale.no4 {
  border-top: 56px solid #3498DB;
}
.sale.no4:before {
  content: "No.4";
}
.sale.no5 {
  border-top: 56px solid #9b59b6;
}
.sale.no5:before {
  content: "No.5";
}
/* line 114, ../sass/_shop.scss */
.sale.best {
  border-top: 56px solid #0098ca;
}
/* line 117, ../sass/_shop.scss */
.sale.best:before {
  content: "Best";
}

/* line 123, ../sass/_shop.scss */
.product-remove {
  color: #7f7f7f;
  height: 16px;
  text-decoration: none;
  width: 16px;
  -webkit-transition: color .2s linear;
          transition: color .2s linear;
}
/* line 130, ../sass/_shop.scss */
.product-remove:hover {
  color: #1e1e1e;
  -webkit-transition: color .2s linear;
          transition: color .2s linear;
}
/* line 134, ../sass/_shop.scss */
.product-remove path {
  fill: currentColor;
  -webkit-transition: all .2s linear;
          transition: all .2s linear;
}
/* line 138, ../sass/_shop.scss */
.product-remove i {
  font-size: 16px;
}

/* One product */
/* line 143, ../sass/_shop.scss */
.product {
  border-radius: 3px;
  display: inline-block;
  float: left;
  margin: 0 0 20px;
 /* min-width: 240px;*/
  overflow: hidden;
  position: relative;
  text-align: left;
  vertical-align: top;
  padding-right:5px;
  padding-left:5px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 155, ../sass/_shop.scss */
  .product.col-md-3, .col-md-3 > .product {
    max-width: 242px;
  }
}
/* line 160, ../sass/_shop.scss */
.product.product-mini {
  min-width: 180px;
}
/* line 163, ../sass/_shop.scss */
.carousel .product.product-mini {
  width: 200px;
}
/* line 167, ../sass/_shop.scss */
.carousel .product.rotation {
  margin-top: 40px;
}
/* line 170, ../sass/_shop.scss */
.product .default {
  background: #f7f7f7;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
}
/* line 176, ../sass/_shop.scss */
.product .product-image {
  border: 0 none;
  display: block;
  line-height: 0;
  margin: 0;
  text-decoration: none;
}
/* line 183, ../sass/_shop.scss */
.product .limit-offer {
  background: #1e1e1e;
  background: rgba(30, 30, 30, 0.9);
  bottom: 72px;
  color: #fff;
  font-size: 12px;
  left: 0;
  line-height: 1;
  padding: 10px 0 13px;
  position: absolute;
  right: 0;
  width: auto !important;
}
/* line 196, ../sass/_shop.scss */
.product .limit-offer .title {
  margin: 0 0 3px;
}
/* line 199, ../sass/_shop.scss */
.product .limit-offer .county-days-wrapper,
.product .limit-offer .county-hours-wrapper,
.product .limit-offer .county-minutes-wrapper,
.product .limit-offer .county-seconds-wrapper {
  box-sizing: content-box;
  display: inline-block;
  font-size: 30px;
  height: 26px;
  overflow: hidden;
  padding: 0 7px 2px 6px;
  position: relative;
  text-align: center;
}
/* line 212, ../sass/_shop.scss */
.product .limit-offer .county-days-wrapper span,
.product .limit-offer .county-hours-wrapper span,
.product .limit-offer .county-minutes-wrapper span,
.product .limit-offer .county-seconds-wrapper span {
  opacity: 1 !important;
}
/* line 216, ../sass/_shop.scss */
.product .limit-offer .county-days-wrapper:before,
.product .limit-offer .county-hours-wrapper:before,
.product .limit-offer .county-minutes-wrapper:before {
  background: #fff;
  background: rgba(255, 255, 255, 0.4);
  content: "";
  display: block;
  height: 11px;
  position: absolute;
  right: 0;
  top: 11px;
  width: 1px;
}
/* line 229, ../sass/_shop.scss */
.product .limit-offer .county-days,
.product .limit-offer .county-hours,
.product .limit-offer .county-minutes,
.product .limit-offer .county-seconds {
  font-size: 30px;
  left: 0;
  right: 0;
}
/* line 237, ../sass/_shop.scss */
.product .limit-offer .county-label-days,
.product .limit-offer .county-label-hours,
.product .limit-offer .county-label-minutes,
.product .limit-offer .county-label-seconds {
  color: rgba(255, 255, 255, 0.7);
  display: inline-block;
  text-align: center;
  text-transform: lowercase;
}
/* line 246, ../sass/_shop.scss */
.product .limit-offer .county-label-days i,
.product .limit-offer .county-label-hours i,
.product .limit-offer .county-label-minutes i,
.product .limit-offer .county-label-seconds i {
  display: none;
}
/* line 250, ../sass/_shop.scss */
.product .limit-offer .loaded {
  box-sizing: content-box;
  padding-left: 7px;
  padding-right: 6px;
  position: absolute;
}
/* line 257, ../sass/_shop.scss */
.product .actions.not-rotation-actions {
  background: #1e1e1e;
  background: rgba(30, 30, 30, 0.9);
  bottom: 0;
  left: 0;
  right: 0;
  padding: 9px 10px;
  position: absolute;
  text-align: center;
  -webkit-transition: bottom .2s linear;
          transition: bottom .2s linear;
  z-index: 1;
}
/* line 269, ../sass/_shop.scss */
.product .actions.not-rotation-actions + .product-description .limit-offer {
  -webkit-transition: bottom .2s linear;
          transition: bottom .2s linear;
}
/* line 274, ../sass/_shop.scss */
.product:hover .actions.not-rotation-actions {
  bottom: 72px;
  -webkit-transition: bottom .2s linear;
          transition: bottom .2s linear;
}
/* line 278, ../sass/_shop.scss */
.product:hover .actions.not-rotation-actions + .product-description .limit-offer {
  bottom: 144px;
  -webkit-transition: bottom .2s linear;
          transition: bottom .2s linear;
}
/* line 284, ../sass/_shop.scss */
.product .product-description {
  background: #f2f2f2;
  border-top: 1px solid #e1e1e1;
  color: #505050;
  display: table;
  font-size: 13px;
  height: 72px;
  line-height: 18px;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 1;
}
/* line 297, ../sass/_shop.scss */
.product .product-description .vertical {
  display: table-cell;
  height: 72px;
  padding-left: 5px;
  padding-right: 5px;
  vertical-align: middle;
}
/* line 305, ../sass/_shop.scss */
.product .product-name {
  color: #1e1e1e;
  font-size: 13px;
  font-weight: normal;
 /* line-height: 18px;*/
  margin: 0 0 4px;
}
/* line 312, ../sass/_shop.scss */
.product .product-name a {
  text-decoration: none;
  -webkit-transition: opacity .2s linear;
          transition: opacity .2s linear;
	}
/* line 316, ../sass/_shop.scss */
.product .product-name a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: opacity .2s linear;
          transition: opacity .2s linear;
}
/* line 323, ../sass/_shop.scss */
.products-tab .product .product-name {
  text-transform: none;
}
/* line 327, ../sass/_shop.scss */
.product .product .price {
  font-weight: bold;
}
/* line 330, ../sass/_shop.scss */
.product .product-hover {
  background: #1e1e1e;
  border-radius: 3px;
  bottom: 0;
  color: #7f7f7f;
  display: none;
  font-size: 16px;
  line-height: 20px;
  left: 0;
  padding: 16px 20px 90px;
  position: absolute;
  right: 0;
  top: 0;
  width: auto !important;
}
/* line 345, ../sass/_shop.scss */
.product .product-hover .product-name {
  font-size: 24px;
  font-weight: normal;
  line-height: 18px;
  position: relative;
  margin: 0 0 7px;
}
/* line 351, ../sass/_shop.scss */
.product .product-hover .product-name a {
  color: #fff;
  -webkit-transition: opacity .2s linear;
          transition: opacity .2s linear;
}
/* line 355, ../sass/_shop.scss */
.product .product-hover .product-name a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: opacity .2s linear;
          transition: opacity .2s linear;
  text-decoration: none;
}
/* line 363, ../sass/_shop.scss */
.product .product-hover .price {
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  margin: 2px 0 24px;
  position: relative;
}
/* line 369, ../sass/_shop.scss */
.product .product-hover .product-image {
  background: #f7f7f7;
  border: 0 none;
  border-radius: 2px;
  display: block;
  height: auto;
  float: right;
  line-height: 0;
  margin: 4px 0 0 5px;
  padding: 0;
  position: relative;
  text-decoration: none;
  width: 35%;
  z-index: 1;
}
/* line 384, ../sass/_shop.scss */
.product .product-hover .product-image img {
  background: #f7f7f7;
  border-radius: 2px;
}
/* line 389, ../sass/_shop.scss */
.product .product-hover ul {
  margin: 0;
  max-height: 120px;
  overflow: hidden;
  padding: 0;
}
/* line 395, ../sass/_shop.scss */
.product .product-hover ul li {
  background-image: url("../img/svg/check-icon.svg"), none;
  background-repeat: no-repeat;
  background-position: 0 5px;
  line-height: 20px;
  list-style: none;
/*  padding: 0 0 0 15px;*/
  position: relative;
}
/* line 407, ../sass/_shop.scss */
.product:hover .product-hover {
  display: block;
  -webkit-animation: fadeIn 0.8s;
  animation: fadeIn 0.8s;
}
/* line 413, ../sass/_shop.scss */
.product.col-md-1 .product-hover, .product.col-md-2 .product-hover, .product.col-md-3 .product-hover, .product.col-md-4 .product-hover, .product.col-md-5 .product-hover, .product.col-md-6 .product-hover, .product.col-md-7 .product-hover, .product.col-md-8 .product-hover, .product.col-md-9 .product-hover, .product.col-md-10 .product-hover, .product.col-md-11 .product-hover, .product.col-md-11 .product-hover {
  left: 5px;
  right: 5px;
}
/* line 428, ../sass/_shop.scss */
.product .actions {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  bottom: 20px;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.product .actions2 {
  bottom: 20px;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
/* line 436, ../sass/_shop.scss */
.product .actions a {
  /*background: #fff;
  display: inline-block;*/
  height: 54px;
  margin: 0 -2px;
  padding-top: 19px;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  width: 54px;
  -webkit-transition: all .2s linear;
          transition: all .2s linear;
}
/* line 448, ../sass/_shop.scss */
.product .actions a + a {
  border-left-width: 1px;
}
/* line 451, ../sass/_shop.scss */
.product .actions a:hover {
  background: #f2f2f2;
  -webkit-transition: all .2s linear;
          transition: all .2s linear;
}
/* line 455, ../sass/_shop.scss */
.product .actions a i {
  color: #1e1e1e;
  line-height: 57px;
}
/* line 459, ../sass/_shop.scss */
.product .actions a i:before {
  font-size: 16px;
  width: auto;
}
/* line 465, ../sass/_shop.scss */
.product .actions .add-cart {
  border-radius: 3px 0 0 3px;
}
/* line 468, ../sass/_shop.scss */
.product .actions .add-compare {
  border-radius: 0 3px 3px 0;
}
/* line 473, ../sass/_shop.scss */
.product.product-danger .product-hover,
.product.product-danger .limit-offer,
.product.product-danger .actions.not-rotation-actions {
  background-color: #c10841;
}
/* line 478, ../sass/_shop.scss */
.product.product-danger .limit-offer,
.product.product-danger .actions.not-rotation-actions {
  background-color: rgba(193, 8, 65, 0.9);
}
/* line 482, ../sass/_shop.scss */
.product.product-danger .actions a svg path {
  fill: #c10841;
}
/* line 487, ../sass/_shop.scss */
.product.product-success .product-hover,
.product.product-success .limit-offer,
.product.product-success .actions.not-rotation-actions {
  background-color: #738d00;
}
/* line 492, ../sass/_shop.scss */
.product.product-success .limit-offer,
.product.product-success .actions.not-rotation-actions {
  background-color: rgba(115, 141, 0, 0.9);
}
/* line 496, ../sass/_shop.scss */
.product.product-success .actions a svg path {
  fill: #738d00;
}
/* line 501, ../sass/_shop.scss */
.product.product-info .product-hover,
.product.product-info .limit-offer,
.product.product-info .actions.not-rotation-actions {
  background-color: #0098ca;
}
/* line 506, ../sass/_shop.scss */
.product.product-info .limit-offer,
.product.product-info .actions.not-rotation-actions {
  background-color: rgba(0, 152, 202, 0.9);
}
/* line 510, ../sass/_shop.scss */
.product.product-info .actions a svg path {
  fill: #0098ca;
}
/* line 515, ../sass/_shop.scss */
.product.product-warning .product-hover,
.product.product-warning .limit-offer,
.product.product-warning .actions.not-rotation-actions {
  background-color: #f89406;
}
/* line 520, ../sass/_shop.scss */
.product.product-warning .limit-offer,
.product.product-warning .actions.not-rotation-actions {
  background-color: rgba(248, 148, 6, 0.9);
}
/* line 524, ../sass/_shop.scss */
.product.product-warning .actions a svg path {
  fill: #f89406;
}

/* line 530, ../sass/_shop.scss */
.double-product {
  min-width: 240px;
}
/* line 533, ../sass/_shop.scss */
.double-product .product.rotation {
  min-width: 210px;
}
/* line 536, ../sass/_shop.scss */
.carousel .double-product .product.rotation + .product.rotation {
  margin-top: 0;
}

/* line 541, ../sass/_shop.scss */
.county-label-days i,
.county-label-hours i,
.county-label-minutes i,
.county-label-seconds i {
  font-style: normal;
}

/* products list */
/* line 549, ../sass/_shop.scss */
.list .product {
  background: none;
  display: block;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
  width: auto;
}
/* line 557, ../sass/_shop.scss */
.list .product .product-image {
  background: #f7f7f7;
  border-radius: 3px;
  margin: 0;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
}
/* line 566, ../sass/_shop.scss */
.list .product .product-name {
  color: #1e1e1e;
  font-size: 20px;
  font-weight: normal;
  line-height: 30px;
  margin: 0 0 14px;
}
/* line 573, ../sass/_shop.scss */
.list .product .reviews-box {
  margin: 0 0 16px;
}
/* line 576, ../sass/_shop.scss */
.list .product .excerpt {
  color: #7f7f7f;
  font-size: 12px;
  line-height: 20px;
  margin: 0 0 15px;
}
/* line 582, ../sass/_shop.scss */
.list .product .price-box {
  margin: 0 0 30px;
}
/* line 585, ../sass/_shop.scss */
.list .product .price {
  font-size: 24px;
  font-weight: normal;
}
/* line 589, ../sass/_shop.scss */
.list .product .price-old {
  font-size: 18px;
}
/* line 592, ../sass/_shop.scss */
.list .product .actions {
  bottom: 0;
  position: relative;
  text-align: left;
}
/* line 597, ../sass/_shop.scss */
.list .product .actions a {
  background: #f2f2f2;
  -webkit-transition: all .2s linear;
          transition: all .2s linear;
}
/* line 601, ../sass/_shop.scss */
.list .product .actions a:hover {
  background: #1e1e1e;
  -webkit-transition: all .2s linear;
          transition: all .2s linear;
}
/* line 605, ../sass/_shop.scss */
.list .product .actions a:hover path {
  fill: #fff;
  -webkit-transition: all .2s linear;
          transition: all .2s linear;
}
/* line 610, ../sass/_shop.scss */
.list .product .actions a path {
  -webkit-transition: all .2s linear;
          transition: all .2s linear;
}

/* Products Tab */
/* line 619, ../sass/_shop.scss */
.products-tab .product.rotation {
  overflow: visible;
}
/* line 624, ../sass/_shop.scss */
.products-tab .nav-tabs > li > a {
  color: #7f7f7f;
  font-size: 18px;
  line-height: 33px;
}
/* line 631, ../sass/_shop.scss */
.products-tab .nav-tabs > .active > a,
.products-tab .nav-tabs > .active > a:hover,
.products-tab .nav-tabs > .active > a:focus {
  color: #7f7f7f;
  font-weight: normal;
}
/* line 639, ../sass/_shop.scss */
.products-tab .tab-content > .tab-pane {
  overflow: hidden;
  padding: 40px 0 0;
}

/* Product View */
/* line 645, ../sass/_shop.scss */
.zoomWindow {
  background-color: #f7f7f7;
  border: 1px solid #ccc;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

/* line 650, ../sass/_shop.scss */
.zoomContainer {
  height: auto !important;
}

/* line 654, ../sass/_shop.scss */
.product-page .image-box {
  border-radius: 3px;
  overflow: hidden;
  position: relative;
  width:400px;
  height:auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* line 659, ../sass/_shop.scss */
.product-page .image-box .general-img {
  background: #f7f7f7;
  border-radius: 3px;
  overflow: hidden;
}
/* line 664, ../sass/_shop.scss */
.product-page .image-box .thumblist-box {
  margin: 30px 0 0;
  max-height: 100px;
  overflow: hidden;
  padding: 0 54px;
  position: relative;
}
/* line 671, ../sass/_shop.scss */
.product-page .image-box .thumblist-box.load {
  opacity: 0;
}
/* line 674, ../sass/_shop.scss */
.product-page .image-box .thumblist-box .prev,
.product-page .image-box .thumblist-box .next {
  background-color: #ccc;
  border-radius: 3px;
  color: #fbfbfb;
  display: block;
  float: right;
  height: 40px;
  line-height: 40px;
  left: 0;
  margin: -20px 0 0 0;
  position: absolute;
  text-align: center;
  top: 50%;
  text-decoration: none;
  width: 40px;
  -webkit-transition: all .2s linear;
          transition: all .2s linear;
}
/* line 692, ../sass/_shop.scss */
.product-page .image-box .thumblist-box .prev:hover,
.product-page .image-box .thumblist-box .next:hover {
  background-color: #000;
  color: #efefef;
  text-decoration: none;
  -webkit-transition: all .2s linear;
          transition: all .2s linear;
}
/* line 698, ../sass/_shop.scss */
.product-page .image-box .thumblist-box .prev:hover polygon,
.product-page .image-box .thumblist-box .next:hover polygon {
  fill: #efefef;
}
/* line 702, ../sass/_shop.scss */
.product-page .image-box .thumblist-box .prev *,
.product-page .image-box .thumblist-box .next * {
  vertical-align: middle;
}
/* line 706, ../sass/_shop.scss */
.product-page .image-box .thumblist-box .next {
  left: auto;
  right: 0;
}
/* line 712, ../sass/_shop.scss */
.product-page .image-box #thumblist a {
  background: #f7f7f7;
  display: block;
  float: left;
  height: 100px;
  margin: 0 9px;
  width: 100px;
}
/* line 720, ../sass/_shop.scss */
.product-page .image-box #thumblist a img {
  border-radius: 2px;
  -webkit-transition: opacity 0.2s linear;
          transition: opacity 0.2s linear;
}
/* line 725, ../sass/_shop.scss */
.product-page .image-box #thumblist a:hover img {
  opacity: .8;
  filter: alpha(opacity=80);
  -webkit-transition: opacity 0.2s linear;
          transition: opacity 0.2s linear;
}
/* line 734, ../sass/_shop.scss */
.product-page .reviews-box {
  margin: 0 0 38px;
}
/* line 737, ../sass/_shop.scss */
.product-page .description {
  color: #7f7f7f;
  font-size: 12px;
  line-height: 20px;
  margin: 0 0 32px;
}
/* line 744, ../sass/_shop.scss */
.product-page .col-md-7 .price-box {
  border-bottom-width: 1px;
  font-size: 48px;
  line-height: 1;
  margin: 0 0 40px;
  padding: 0 0 35px;
}
/* line 751, ../sass/_shop.scss */
.product-page .col-md-7 .price-box .price-old {
  font-size: 30px;
}
/* line 756, ../sass/_shop.scss */
.product-page .add-cart-form {
  margin: 0;
}
/* line 759, ../sass/_shop.scss */
.product-page .add-cart-form .add-cart {
  font-weight: bold;
  margin: 0 17px 40px 0;
  min-width: 290px;
  text-transform: uppercase;
}
/* line 765, ../sass/_shop.scss */
.product-page .add-cart-form .number {
  display: inline-block;
  margin-bottom: 40px;
  vertical-align: top;
}
/* line 770, ../sass/_shop.scss */
.product-page .add-cart-form .number label {
  color: #7f7f7f;
  font-weight: normal;
  line-height: 54px;
  margin: 0 7px 0 0;
  vertical-align: top;
}
/* line 777, ../sass/_shop.scss */
.product-page .add-cart-form .number input {
  color: #7f7f7f;
  display: inline-block;
  height: 54px;
  padding: 15px 12px;
  text-align: center;
  vertical-align: top;
  width: 80px;
}
/* line 786, ../sass/_shop.scss */
.product-page .add-cart-form .number .regulator {
  display: inline-block;
  vertical-align: top;
}
/* line 790, ../sass/_shop.scss */
.product-page .add-cart-form .number .regulator a {
  background: #ccc;
  border-radius: 2px;
  color: #fff;
  display: block;
  height: 24px;
  text-align: center;
  width: 24px;
  -webkit-transition: background-color .2s linear;
          transition: background-color .2s linear;
}
/* line 800, ../sass/_shop.scss */
.product-page .add-cart-form .number .regulator a:hover {
  background-color: #1e1e1e;
  background-color: rgba(30, 30, 30, 0.5);
  -webkit-transition: background-color .2s linear;
          transition: background-color .2s linear;
}
/* line 805, ../sass/_shop.scss */
.product-page .add-cart-form .number .regulator a .fa {
  line-height: 24px;
}
/* line 809, ../sass/_shop.scss */
.product-page .add-cart-form .number .regulator .number-down {
  margin: 6px 0 0 0;
}
/* line 815, ../sass/_shop.scss */
.product-page .availability-sku {
  font-size: 12px;
  line-height: 20px;
  margin: 0 0 36px;
}
/* line 820, ../sass/_shop.scss */
.product-page .availability-sku .availability span {
  color: #2ca073;
}
/* line 824, ../sass/_shop.scss */
.product-page .product-options-border {
  border-top: 1px solid #1e1e1e;
  padding: 40px 0 0;
}
/* line 828, ../sass/_shop.scss */
.product-page .product-options {
  font-size: 12px;
  line-height: 20px;
}
/* line 832, ../sass/_shop.scss */
.product-page .product-options .selectBox,
.product-page .product-options .select {
  margin: 0 0 10px;
}
/* line 836, ../sass/_shop.scss */
.product-page .product-options .selectBox:last-child,
.product-page .product-options .select:last-child {
  margin: 0;
}
/* line 842, ../sass/_shop.scss */
.product-page .product-options-table table {
  margin: 0 0 35px;
}
/* line 845, ../sass/_shop.scss */
.product-page .product-options-table table th,
.product-page .product-options-table table td {
  line-height: 20px;
  padding: 16px 25px 13px;
  text-align: left;
  vertical-align: middle;
}
/* line 852, ../sass/_shop.scss */
.product-page .product-options-table table .price {
  text-align: right;
  width: 150px;
}
/* line 856, ../sass/_shop.scss */
.product-page .product-options-table table td.price {
  font-size: 16px;
}
/* line 859, ../sass/_shop.scss */
.product-page .product-options-table table .qty {
  text-align: right;
  width: 70px;
}
/* line 863, ../sass/_shop.scss */
.product-page .product-options-table table .qty input {
  margin: 0;
  width: 50px;
}
/* line 868, ../sass/_shop.scss */
.product-page .product-options-table table td.qty {
  padding: 5px 25px;
}
/* line 873, ../sass/_shop.scss */
.product-page .product-options-samples {
  font-size: 12px;
  line-height: 20px;
  margin: 0 0 30px;
}
/* line 878, ../sass/_shop.scss */
.product-page .product-options-samples .title {
  display: block;
  font-size: 14px;
  line-height: 1;
  margin: 0 0 14px;
}
/* line 884, ../sass/_shop.scss */
.product-page .product-options-samples label {
  line-height: 20px;
  margin: 0;
}
/* line 888, ../sass/_shop.scss */
.product-page .product-options-samples label .new-checkbox {
  margin-top: 1px;
}
/* line 892, ../sass/_shop.scss */
.product-page .product-options-samples .required-box {
  font-size: 11px;
  line-height: 1;
  text-align: right;
}
/* line 897, ../sass/_shop.scss */
.product-page .product-options-samples .required {
  font-size: 11px;
  line-height: 1;
}
/* line 902, ../sass/_shop.scss */
.product-page .product-price-configured {
  font-size: 12px;
  line-height: 16px;
  padding-bottom: 30px;
}
/* line 908, ../sass/_shop.scss */
.product-page .col-md-7 .actions {
  margin: 0 0 40px;
}
/* line 911, ../sass/_shop.scss */
.product-page .col-md-7 .actions a {
  background: #f2f2f2;
  display: inline-block;
  height: 54px;
  margin: 0 -2px;
  padding-top: 19px;
  text-align: center;
  text-decoration: none;
  width: 54px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}
/* line 923, ../sass/_shop.scss */
.product-page .col-md-7 .actions a path {
  fill: #1e1e1e;
  -webkit-transition: all .2s linear;
          transition: all .2s linear;
}
/* line 927, ../sass/_shop.scss */
.product-page .col-md-7 .actions a:hover {
  background: #1e1e1e;
  -webkit-transition: all .2s linear;
          transition: all .2s linear;
}
/* line 931, ../sass/_shop.scss */
.product-page .col-md-7 .actions a:hover path {
  fill: #fff;
  -webkit-transition: all .2s linear;
          transition: all .2s linear;
}
/* line 936, ../sass/_shop.scss */
.product-page .col-md-7 .actions a + a {
  border-left-width: 1px;
}
/* line 940, ../sass/_shop.scss */
.product-page .col-md-7 .actions .add-wishlist {
  border-radius: 3px 0 0 3px;
}
/* line 943, ../sass/_shop.scss */
.product-page .col-md-7 .actions .add-compare {
  border-radius: 0 3px 3px 0;
}
/* line 948, ../sass/_shop.scss */
.product-page .product-tab {
  margin: 80px 0;
}
/* line 951, ../sass/_shop.scss */
.product-page .product-tab .tab-pane {
  padding: 36px 0 0;
}
/* line 954, ../sass/_shop.scss */
.product-page .product-tab .tab-pane .title {
  margin: 0 0 18px;
}

/* line 960, ../sass/_shop.scss */
.product-options-detail {
  background: #f2f2f2;
  font-size: 12px;
  line-height: 20px;
  padding: 27px 30px 30px;
}
/* line 966, ../sass/_shop.scss */
.product-options-detail .detail-box {
  margin: 0 0 25px;
}
/* line 969, ../sass/_shop.scss */
.product-options-detail .pull-right.required {
  font-size: 11px;
  line-height: 18px;
}
/* line 973, ../sass/_shop.scss */
.product-options-detail .title {
  display: block;
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 11px;
}
/* line 979, ../sass/_shop.scss */
.product-options-detail .checkbox,
.product-options-detail .radio {
  line-height: 20px;
  margin: 0;
}
/* line 984, ../sass/_shop.scss */
.product-options-detail .checkbox .new-checkbox,
.product-options-detail .checkbox .new-radio,
.product-options-detail .radio .new-checkbox,
.product-options-detail .radio .new-radio {
  margin-top: 0;
}
/* line 989, ../sass/_shop.scss */
.product-options-detail .qty {
  margin: 15px 0 0;
}
/* line 992, ../sass/_shop.scss */
.product-options-detail .qty label {
  float: left;
  font-size: 12px;
  line-height: 40px;
  margin: 0 12px 0 0;
}
/* line 998, ../sass/_shop.scss */
.product-options-detail .qty input {
  margin: 0;
  width: 48px;
}
/* line 1003, ../sass/_shop.scss */
.product-options-detail .price {
  font-size: 48px;
  line-height: 1;
}
/* line 1007, ../sass/_shop.scss */
.product-options-detail .add-cart {
  float: right;
  font-weight: bold;
  margin: -14px 17px 0 0;
  min-width: 290px;
  text-transform: uppercase;
}

/* Related Products */
/* line 1016, ../sass/_shop.scss */
.product-bottom {
  padding: 40px 0 0;
  overflow: hidden;
}
/* line 1021, ../sass/_shop.scss */
.product-bottom .related-products .select-all {
  margin: -4px 0 13px;
}
/* line 1024, ../sass/_shop.scss */
.product-bottom .related-products ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 1029, ../sass/_shop.scss */
.product-bottom .related-products ul li {
  padding: 24px 0;
}
/* line 1032, ../sass/_shop.scss */
.product-bottom .related-products ul li + li {
  border-top-width: 1px;
}
/* line 1035, ../sass/_shop.scss */
.product-bottom .related-products ul li .product-image {
  border: 1px solid #f5f5f5;
  background: #f7f7f7;
  float: left;
  height: 64px;
  margin: 0 15px 1px 0;
  padding: 2px;
  width: 64px;
}
/* line 1044, ../sass/_shop.scss */
.product-bottom .related-products ul li .product-name {
  font-size: 12px;
  font-weight: normal;
  line-height: 20px;
  margin: 0 0 4px;
}
/* line 1050, ../sass/_shop.scss */
.product-bottom .related-products ul li .price-box {
  font-size: 16px;
  line-height: 22px;
}
/* line 1054, ../sass/_shop.scss */
.product-bottom .related-products ul li .button-box {
  margin: 10px 0 0;
  overflow: hidden;
  text-align: right;
}
/* line 1059, ../sass/_shop.scss */
.product-bottom .related-products ul li .button-box label,
.product-bottom .related-products ul li .button-box .wishlist {
  color: #ccc;
  float: right;
  margin: 0 0 0 10px;
}
/* line 1065, ../sass/_shop.scss */
.product-bottom .related-products ul li .button-box .new-checkbox {
  margin-top: 0;
}
/* line 1069, ../sass/_shop.scss */
.product-bottom .related-products ul li .button-box .wishlist svg path {
  fill: #ccc;
  -webkit-transition: fill .2s linear;
          transition: fill .2s linear;
}
/* line 1074, ../sass/_shop.scss */
.product-bottom .related-products ul li .button-box .wishlist:hover svg path {
  fill: #1e1e1e;
  -webkit-transition: fill .2s linear;
          transition: fill .2s linear;
}

/* Catalog */
/* line 1087, ../sass/_shop.scss */
#catalog .products {
  clear: both;
  margin-top: 20px;
}
/* line 1091, ../sass/_shop.scss */
#catalog .products.grid {
  text-align: center;
}
/* line 1095, ../sass/_shop.scss */
#catalog .category-img {
  background: #f2f2f2;
  margin: 0 0 80px;
  position: relative;
}
/* line 1100, ../sass/_shop.scss */
#catalog .category-img img {
  width: 100%;
}
/* line 1103, ../sass/_shop.scss */
#catalog .category-img .description {
  background: #1e1e1e;
  background: rgba(30, 30, 30, 0.7);
  bottom: 0;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  left: 0;
  padding: 35px 38px;
  position: absolute;
  right: 0;
}

/* line 1118, ../sass/_shop.scss */
.toolbar .grid-list {
  float: left;
}
/* line 1121, ../sass/_shop.scss */
.toolbar .grid-list .grid,
.toolbar .grid-list .list {
  background-color: #1e1e1e;
  background-color: rgba(30, 30, 30, 0.7);
  border-radius: 2px;
  display: block;
  float: left;
  height: 24px;
  margin: 0 7px 0 0;
  text-align: center;
  width: 24px;
}
/* line 1133, ../sass/_shop.scss */
.toolbar .grid-list .grid .glyphicon,
.toolbar .grid-list .list .glyphicon {
  color: #fff;
  font-size: 12px;
  margin: 5px 0 0;
  top: 0;
  vertical-align: top;
}
/* line 1141, ../sass/_shop.scss */
.toolbar .grid-list a.grid,
.toolbar .grid-list a.list {
  background: #ccc;

  -webkit-transition: background .2s linear;
          transition: background .2s linear;
}
/* line 1146, ../sass/_shop.scss */
.toolbar .grid-list a.grid:hover,
.toolbar .grid-list a.list:hover {
  background: #1e1e1e;
  -webkit-transition: background .2s linear;
          transition: background .2s linear;
}
/* line 1152, ../sass/_shop.scss */
.toolbar .sort-catalog {
  float: left;
  margin: 0 17px 0 13px;
}
/* line 1156, ../sass/_shop.scss */
.toolbar .sort-catalog .dropdown-toggle {
  background-color: #1e1e1e;
  background-color: rgba(30, 30, 30, 0.7);
  color: #ccc;
  z-index: 26;
}
/* line 1162, ../sass/_shop.scss */
.toolbar .sort-catalog .dropdown-toggle span {
  color: #f7f7f7;
}
/* line 1167, ../sass/_shop.scss */
.toolbar .sort-catalog .open .dropdown-toggle span {
  color: #7f7f7f;
}
/* line 1172, ../sass/_shop.scss */
.toolbar .up-down {
  background-color: #1e1e1e;
  background-color: rgba(30, 30, 30, 0.7);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  box-shadow: none;
  font-size: 10px;
  height: 24px;
  margin: 0 0 0 3px;
  padding: 0;
  vertical-align: top;
  width: 22px;
}
/* line 1186, ../sass/_shop.scss */
.toolbar .up-down:before {
  content: "\f062";
}
/* line 1190, ../sass/_shop.scss */
.toolbar .up-down.active:before {
  content: "\f063";
}
/* line 1195, ../sass/_shop.scss */
.toolbar .per-page {
  color: #7f7f7f;
  font-size: 12px;
  line-height: 24px;
  margin: 0 0 0 3px;
}
/* line 1201, ../sass/_shop.scss */
.toolbar .price-regulator {
  color: #7f7f7f;
  font-size: 12px;
  width: 323px;
}
/* line 1206, ../sass/_shop.scss */
.toolbar .price-regulator b {
  color: #1e1e1e;
  display: inline-block;
  margin-top: 5px;
}
/* line 1211, ../sass/_shop.scss */
.toolbar .price-regulator .layout-slider {
  float: right;
  margin-top: 5px;
  width: 270px;
}
/* line 1217, ../sass/_shop.scss */
.toolbar .grid-list,
.toolbar .sort-catalog {
  margin-bottom: 20px;
}

/* Shopping Cart */
/* line 1223, ../sass/_shop.scss */
.shopping-cart-table.table {
  border-bottom-width: 0;
  margin: 0;
}
/* line 1227, ../sass/_shop.scss */
.shopping-cart-table.table thead th {
  padding: 16px 30px 12px;
  text-align: left;
  vertical-align: top;
}
/* line 1232, ../sass/_shop.scss */
.shopping-cart-table.table tbody td {
  font-size: 12px;
  line-height: 20px;
  padding: 30px;
}
/* line 1237, ../sass/_shop.scss */
.shopping-cart-table.table .td-images {
  width: 131px;
}
/* line 1240, ../sass/_shop.scss */
.shopping-cart-table.table .product-image {
  background: #f2f2f2;
  border-radius: 3px;
  display: block;
  width: 70px;
}
/* line 1246, ../sass/_shop.scss */
.shopping-cart-table.table .td-name {
  text-align: left;
}
/* line 1249, ../sass/_shop.scss */
.shopping-cart-table.table .td-name .product-name {
  font-size: 12px;
  font-weight: normal;
  line-height: 20px;
}
/* line 1255, ../sass/_shop.scss */
.shopping-cart-table.table .td-edit {
  padding-left: 20px;
  padding-right: 20px;
  width: 92px;
}
/* line 1260, ../sass/_shop.scss */
.shopping-cart-table.table .td-price {
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  width: 112px;
}
/* line 1266, ../sass/_shop.scss */
.shopping-cart-table.table .td-qty {
  min-width: 48px;
  padding-left: 25px;
  padding-right: 25px;
  text-align: center;
  width: 100px;
}
/* line 1273, ../sass/_shop.scss */
.shopping-cart-table.table .td-qty input {
  margin: 0;
  min-width: 40px;
  text-align: center;
}
/* line 1279, ../sass/_shop.scss */
.shopping-cart-table.table td.td-qty {
  padding-top: 19px;
}
/* line 1282, ../sass/_shop.scss */
.shopping-cart-table.table .td-total {
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  width: 102px;
}
/* line 1288, ../sass/_shop.scss */
.shopping-cart-table.table .td-remove {
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  width: 60px;
}

/* line 1295, ../sass/_shop.scss */
.shopping-cart-table-button.table {
  border-bottom-width: 1px;
  border-right-width: 0;
  margin: 0 0 40px;
}
/* line 1300, ../sass/_shop.scss */
.shopping-cart-table-button.table tbody td {
  border-left-width: 0;
  border-top-width: 0;
  height: 49px;
  padding: 0;
  text-align: left;
  vertical-align: middle;
}
/* line 1308, ../sass/_shop.scss */
.shopping-cart-table-button.table a {
  line-height: 22px;
}
/* line 1311, ../sass/_shop.scss */
.shopping-cart-table-button.table a i {
  font-size: 17px;
  line-height: 20px;
  vertical-align: top;
}
/* line 1317, ../sass/_shop.scss */
.shopping-cart-table-button.table .update {
  float: right;
}
/* line 1320, ../sass/_shop.scss */
.shopping-cart-table-button.table .update i {
  font-size: 12px;
}

/* line 1325, ../sass/_shop.scss */
#car-bottom {
  margin-bottom: 40px;
}
/* line 1328, ../sass/_shop.scss */
#car-bottom .car-bottom-box {
  font-size: 12px;
  line-height: 18px;
  margin: 0 auto 40px;
  max-width: 350px;
  padding: 27px 30px 30px;
}
/* line 1335, ../sass/_shop.scss */
#car-bottom .car-bottom-box h5 {
  margin: 0 0 17px;
}
/* line 1338, ../sass/_shop.scss */
#car-bottom .car-bottom-box p {
  line-height: 18px;
  margin: 0 0 18px;
}
/* line 1342, ../sass/_shop.scss */
#car-bottom .car-bottom-box label {
  line-height: 20px;
}
/* line 1345, ../sass/_shop.scss */
#car-bottom .car-bottom-box .btn {
  margin: 8px 0 0;
}
/* line 1349, ../sass/_shop.scss */
#car-bottom .total {
  padding-bottom: 26px;
  text-align: right;
}
/* line 1353, ../sass/_shop.scss */
#car-bottom .total table {
  margin: 0 0 32px auto;
}
/* line 1356, ../sass/_shop.scss */
#car-bottom .total table td {
  font-size: 13px;
  height: 35px;
  line-height: 24px;
  padding: 0 0 0 5px;
  vertical-align: top;
}
/* line 1363, ../sass/_shop.scss */
#car-bottom .total table .price {
  font-size: 18px;
}
/* line 1367, ../sass/_shop.scss */
#car-bottom .total table .tr-total td {
  font-size: 18px;
  line-height: 30px;
}
/* line 1371, ../sass/_shop.scss */
#car-bottom .total table .tr-total td:first-child {
  padding-right: 12px;
}
/* line 1375, ../sass/_shop.scss */
#car-bottom .total table .tr-total .price {
  font-size: 30px;
}
/* line 1380, ../sass/_shop.scss */
#car-bottom .total .checkout {
  font-weight: bold;
  margin: 0 0 19px;
  text-transform: uppercase;
}

/* Checkout */
/* line 1388, ../sass/_shop.scss */
#checkoutsteps {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 1393, ../sass/_shop.scss */
#checkoutsteps > li {
  margin: 0 0 11px;
}
/* line 1396, ../sass/_shop.scss */
#checkoutsteps .step-title {
  background: #f2f2f2;
  border: 1px solid #e1e1e1;
  color: #1e1e1e;
  display: block;
  height: 50px;
  padding: 0 18px;
  text-decoration: none;
  -webkit-transition: opacity .2s linear;
          transition: opacity .2s linear;
}
/* line 1406, ../sass/_shop.scss */
#checkoutsteps .step-title.collapsed {
  border-color: #f2f2f2;
  color: #7f7f7f;
}
/* line 1410, ../sass/_shop.scss */
#checkoutsteps .step-title .number {
  color: #7f7f7f;
  float: right;
  font-size: 16px;
  line-height: 49px;
}
/* line 1416, ../sass/_shop.scss */
#checkoutsteps .step-title h6 {
  font-size: 16px;
  font-weight: normal;
  line-height: 49px;
  margin: 0;
}
/* line 1424, ../sass/_shop.scss */
#checkoutsteps a.step-title:hover {
  opacity: 0.85;
  filter: alpha(opacity=85);
  -webkit-transition: opacity .2s linear;
          transition: opacity .2s linear;
}
/* line 1430, ../sass/_shop.scss */
#checkoutsteps .step-content {
  border: 1px solid #e1e1e1;
  border-top: 0 none;
  font-size: 12px;
  line-height: 20px;
  padding: 22px 18px 19px;
}
/* line 1437, ../sass/_shop.scss */
#checkoutsteps .step-content label {
  font-size: 12px;
  line-height: 22px;
}
/* line 1441, ../sass/_shop.scss */
#checkoutsteps .step-content .radio,
#checkoutsteps .step-content .checkbox {
  line-height: 18px;
}
/* line 1445, ../sass/_shop.scss */
#checkoutsteps .step-content .radio .new-radio,
#checkoutsteps .step-content .radio .new-checkbox,
#checkoutsteps .step-content .checkbox .new-radio,
#checkoutsteps .step-content .checkbox .new-checkbox {
  margin-top: 0;
}
/* line 1450, ../sass/_shop.scss */
#checkoutsteps .step-content .title {
  border-bottom: 1px solid #e1e1e1;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  margin: 0 0 17px;
  padding: 0 0 10px;
  position: relative;
}
/* line 1459, ../sass/_shop.scss */
#checkoutsteps .step-content .title:before {
  background: #1e1e1e;
  bottom: 0px;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  margin: 0 0 -1px;
  position: absolute;
  width: 40px;
}
/* line 1471, ../sass/_shop.scss */
#checkoutsteps .step-content .register-radio {
  margin: 0 0 22px 39px;
}
/* line 1474, ../sass/_shop.scss */
#checkoutsteps .step-content ul {
  list-style-type: disc;
}
/* line 1477, ../sass/_shop.scss */
#checkoutsteps .step-content input.last {
  margin-bottom: 14px;
}
/* line 1480, ../sass/_shop.scss */
#checkoutsteps .step-content .buttons-box {
  font-size: 11px;
  line-height: 1.5;
  margin-top: 6px;
  overflow: hidden;
  padding-top: 10px;
  text-align: right;
}
/* line 1488, ../sass/_shop.scss */
#checkoutsteps .step-content .buttons-box .btn {
  float: left;
  margin: -10px 10px 0 0;
}
/* line 1492, ../sass/_shop.scss */
#checkoutsteps .step-content .buttons-box .required {
  display: inline-block;
  font-size: 11px;
  margin-left: 12px;
}

/* line 1501, ../sass/_shop.scss */
.sidebar.checkout-progress header {
  margin: 0 0 13px;
}
/* line 1504, ../sass/_shop.scss */
.sidebar.checkout-progress .progress-list {
  margin: 0;
}
/* line 1507, ../sass/_shop.scss */
.sidebar.checkout-progress .progress-list li {
  color: #7f7f7f;
  font-size: 12px;
  line-height: 20px;
  margin: 0;
  padding: 12px 0 7px;
}
/* line 1514, ../sass/_shop.scss */
.sidebar.checkout-progress .progress-list li + li {
  border-top-width: 1px;
}
/* line 1517, ../sass/_shop.scss */
.sidebar.checkout-progress .progress-list li a {
  color: #7f7f7f;
  float: right;
}
/* line 1521, ../sass/_shop.scss */
.sidebar.checkout-progress .progress-list li.active {
  color: #1e1e1e;
  font-weight: bold;
}
/* line 1525, ../sass/_shop.scss */
.sidebar.checkout-progress .progress-list li.active a {
  display: none;
}

/* My Account */
/* line 1534, ../sass/_shop.scss */
.my-account.margin-top {
  margin-top: -16px;
}
/* line 1537, ../sass/_shop.scss */
.my-account .subtitle {
  color: #7f7f7f;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 10px;
}
/* line 1543, ../sass/_shop.scss */
.my-account .info-box {
  margin-bottom: 40px;
}
/* line 1546, ../sass/_shop.scss */
.my-account .buttons-box .required {
  float: right;
  margin: 12px 0 0 10px;
}
/* line 1550, ../sass/_shop.scss */
.my-account .pagination-text {
  color: #999;
  font-size: 12px;
}
/* line 1554, ../sass/_shop.scss */
.my-account .btn.margin-top {
  margin-top: 10px;
}
/* line 1557, ../sass/_shop.scss */
.my-account .table {
  margin: 0;
}

/* Compare Product */
/* line 1562, ../sass/_shop.scss */
#compare-table {
  border: 0 none;
  margin: 0;
}
/* line 1567, ../sass/_shop.scss */
#compare-table tr th:last-child,
#compare-table tr td:last-child {
  border-right-width: 1px;
}
/* line 1572, ../sass/_shop.scss */
#compare-table .remove td {
  border-width: 0;
  height: 26px;
  padding: 0;
}
/* line 1577, ../sass/_shop.scss */
#compare-table .remove td:last-child {
  border-right-width: 0;
}
/* line 1581, ../sass/_shop.scss */
#compare-table .remove-bottom td {
  border-top-width: 1px;
  vertical-align: bottom;
}
/* line 1585, ../sass/_shop.scss */
#compare-table th {
  background: #f7f7f7;
  vertical-align: top;
}
/* line 1589, ../sass/_shop.scss */
#compare-table td {
  font-size: 12px;
  line-height: 20px;
  padding-top: 24px;
  padding-bottom: 24px;
  vertical-align: top;
}
/* line 1596, ../sass/_shop.scss */
#compare-table .first {
  font-size: 13px;
  min-width: inherit;
  padding: 19px 24px;
  text-align: left;
  width: 190px;
}
/* line 1603, ../sass/_shop.scss */
#compare-table .product-name {
  color: #1e1e1e;
  text-decoration: none;
  -webkit-transition: opacity .2s linear;
          transition: opacity .2s linear;
}
/* line 1608, ../sass/_shop.scss */
#compare-table .product-name:hover {
  opacity: .8;
  filter: alpha(opacity=80);
  -webkit-transition: opacity .2s linear;
          transition: opacity .2s linear;
}
/* line 1614, ../sass/_shop.scss */
#compare-table .product-image {
  background: #f2f2f2;
  border-radius: 3px;
  display: block;
  margin: 0 auto;
  overflow: hidden;
  width: 100px;
}
/* line 1624, ../sass/_shop.scss */
#compare-table .price-old {
  font-size: 11px;
  margin: 0 0 3px;
  text-decoration: line-through;
}
/* line 1629, ../sass/_shop.scss */
#compare-table .price-old:after {
  display: none;
}
/* line 1633, ../sass/_shop.scss */
#compare-table .price {
  font-size: 16px;
}
/* line 1636, ../sass/_shop.scss */
#compare-table .rating-box {
  margin: 0 auto;
}
/* line 1639, ../sass/_shop.scss */
#compare-table .description td {
  text-align: left;
}
/*出勤フィルター*/
.syukkin-nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    display: inline-block;
}
/*本日出勤*/
.syukkin {
   /* position: absolute;*/
    width: 100%;
    height: 35px;
    line-height: 35px;
    top: auto;
   /* bottom: 75px;*/
    left: 0;
    z-index: 6;
    color: #fff;
    display: block;
    font-size: 12px;
    background-color: #34495E;
    text-align: center;
}
.syukkin-absence {
   /* position: absolute;*/
    width: 100%;
    height: 35px;
    line-height: 35px;
    top: auto;
   /* bottom: 75px;*/
    left: 0;
    z-index: 6;
    color: #cccccc;
    display: block;
    font-size: 14px;
    background-color: #FFFFFF;
    text-align: center;
}
/*メルマガ登録*/
.newsletter-submit {
    background: none;
    color: #ccc;
    height: 38px;
   /* outline: none;*/
    padding: 0;
    position: absolute;
    right: 1px;
    top: 1px;
    width: 38px;
}
/*スマホスティッキーフッター*/
#banner-block{
	z-index: 999;
	position:fixed;
	bottom:0px;
	left:0px;
	width:100%;
	height:50px;
	/*padding:1.5%;*/
	text-align:center;
	background-color: rgba(0,0,0,0.6);
}
#btn-tel{
	margin:5px 5px 5px 5px;
    padding:0px 0px 0px 0px;
	z-index: 99;
	float:left;
	width:47%;
	height:42px;
	text-aligin:center;
	font-size:14px;
	border-radius: 3px;
	color:white;
	border: 1px solid #ccc;
 }
 #btn-kyujin{
	margin:5px 5px 0px 4px;
    padding:0px 0px 0px 0px;
	z-index: 99;
	float:left;
	width:47%;
	height:42px;
	text-aligin:center;
	font-size:14px;
	border-radius: 3px;
	color:white;
	border: 1px solid #ccc;
 }
 /*写メ日記*/
 #side-bar {
	 position:relative;
 }
 
 /*キャスト詳細*/
 .seperator {
    color: #ffffff;
    width: 100%;
    margin: 30px auto;
    overflow: hidden;
    text-align: center;
    line-height: 1.2em;
}
.seperator::before, .seperator::after {
    border-bottom: 1px solid #ffffff;
    content: "";
    display: inline-block;
    height: 0.65em;
    margin: 0 -4px 0 -100%;
    vertical-align: top;
    width: 50%;
}
.seperator::after {
    margin: 0 -100% 0 0;
}




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

KENBURNER RESPONSIVE BASIC STYLES OF HTML DOCUMENT

Screen Stylesheet

version:   	1.0
date:      	07/27/11
author:		themepunch
email:     	support@themepunch.com
website:   	http://www.themepunch.com
-----------------------------------------------------------------------------*/



.boxedcontainer		{	max-width: 1170px; margin:auto; padding:0px 30px;}

/*********************************************
	-	SETTINGS FOR BANNER CONTAINERS	-
**********************************************/

.tp-banner-container{
	width:100%;
	min-height:70%;
	position:relative;
	padding:0;

}

.tp-banner{
	width:100%;
	position:relative;
}

.tp-banner-fullscreen-container {
		width:100%;
		position:relative;
		padding:0;
}

.tp-banner-container2{
	width:100%;
	position:relative;
	padding:0;

}

.tp-banner2{
	width:100%;
	position:relative;
}

.tp-banner-fullscreen-container2 {
		width:100%;
		position:relative;
		padding:0;
}



/*背景等*/
.haikeitoka-black{
	background:rgba(0, 3, 19, 0.6) !important;
}
.haikeitoka{
	background:rgba(255, 255, 255, 0.8) !important;
}

/*テーブル内リンク色変央*/
.table a {/*リンクされた文字*/
    color:#f8f8f8;
    font-style:normal;
    text-decoration:underline;
}
.table a:link {/*未訪問のリンク*/
    color:#ff83a6;
    font-style:normal;
    text-decoration:underline;
}
.table a:visited {/*訪問後のリンク*/
    color:#934C7B;
    text-decoration:underline;
}
.table a:hover {/*マウスをのせたとき*/
    color:#ff0000;
    font-style:normal;
    text-decoration:underline;
}
.table a:active {/*クリック中*/
    text-decoration:none;
}

/*メルマガ*/
.form-transparent-fields .form-control {
    background-color: rgba(255, 255, 255, 0.8);
    border-color: rgba(0, 0, 0, 0.4);
}
/*リンク*/
.link li {
  display: inline-block;
  margin-left:20px;
}
/*スマホアイコン*/
.sp_menu img {
    width: 70px;
	height:70px;
    border-radius: 12px;
   /* border: 1px solid #ff83a6;*/
	background-color: #34495E;
    box-shadow: 0px 1px 0px rgba(255,255,255,0.3) inset;
}
/*ピックアップ調整*/
.pickup{
	font-size:30px;
	margin-top:50px;
}
.pickup small{
	font-size:20px;
	margin-top:30px;
}
/*ランキング画像中央よせ*/
.rnk {
	text-align:center !important;
}
.pickup{
	font-size:24px;
	margin-top:0px;
	text-align:center;
	color:#ffffff;
}
/*ラジオボックスの大きさ変更*/
input[type=checkbox] {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}
/* =======================================
    webslider
======================================= */
.wideslider {
	padding-bottom: 60px;
	width: 100%;
	min-height:195px;
	text-align: left;
	position: relative;
	overflow: hidden;
}

.wideslider ul,
.wideslider ul li {
	float: left;
	display: inline;
	overflow: hidden;
}

.wideslider ul li img {
	width: 100%;
	display: none;
}

.wideslider_base {
	top: 0;
	position: absolute;
}
.wideslider_wrap {
	top: 0;
	position: absolute;
	overflow: hidden;

}
.slider_prev,
.slider_next {
	top: 0;
	overflow: hidden;
	position: absolute;
	z-index: 100;
	cursor: pointer;
}
.slider_prev {background: #fff url(../img/prev.jpg) no-repeat right center;}
.slider_next {background: #fff url(../img/next.jpg) no-repeat left center;}

.pagination2 {
	bottom: 20px;
	left: 0;
	width: 100%;
	height: 30px;
	text-align: center;
	position: absolute;
	z-index: 200;
}

.pagination2 a {
	margin: 0 2px;
	width: 100px;
	height: 40px;
	display: inline-block;
	overflow: hidden;
}
.pagination2 a.pn1 {
	background: transparent url(../img/top/top_slide01.jpg) no-repeat left top;
	background-size:contain;
}
.pagination2 a.pn2 {
	background: transparent url(../img/top/top_slide02.jpg) no-repeat left top;
	background-size:contain;
}
.pagination2 a.pn3 {
	background: transparent url(../img/top/top_slide03.jpg) no-repeat left top;
	background-size:contain;
}
.pagination2 a.pn4 {
	background: transparent url(../img/top/top_slide04.jpg) no-repeat left top;
	background-size:contain;
}
.pagination2 a.pn5 {
	background: transparent url(../img/top/top_slide05.jpg) no-repeat left top;
    background-size:contain; 
}
.pagination2 a.active {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
	border: 2px solid #34495E;
}


/* =======================================
	ClearFixElements
======================================= */
.wideslider ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

.wideslider ul {
	display: inline-block;
	overflow: hidden;
}


/* #wrapper
-------------------------------- */
#wrapper {
	margin: 0 auto;
	padding: 0 40px;
	text-align: left;
}

#wrapper p {
	padding: 0 0 20px 0;
	font-size: 100%;
	line-height: 180%;
}
/* #キャスト裏側オーバーレイ
-------------------------------- */
.background-overlay:before {
    background: url("../images/overlay-pattern/overlay-pattern-1.png");
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: " ";
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.8;
}
/*スマホ用微調整*/
.row2 {
    margin-right: -40px;
    margin-left: -40px;
}
.row3 {
    margin-right: -25px;
    margin-left: -25px;
}
/*ピンクテキスト*/
.text-pink{
	color: #ff83a6;
}
/*スマホヘッダー文字*/
.spmenu{
	font-size: 8px !important;
	color: #fff !important;
	margin-right:12px;
	margin-top:-16px;
	float:right;
}
/*くるっと裏面店長コメント文字数制限*/
.textOverflow{
  height: 208px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 13;
}
.textOverflow2{　　　　/*pcpikuup用*/
  height: 208px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
}
/*iflameアイフォン用調整*/
.frameArea {
  width:300px !important;
  height:500px  !important;
  overflow:hidden; /* scrollからautoに変更 */
  -webkit-overflow-scrolling:touch;
  display: inline-block;
  border:1px solid #c9c9c9; /* ついでに枠線も整形 */
} 
 .frame {
  width:550px;
  height:3000px;
  border:none; /* 追加で指定 */
  display:block; /* 追加で指定 */
  transform:scale(0.55);
  -o-transform:scale(0.55);
  -webkit-transform:scale(0.55);
  -moz-transform:scale(0.55);
  -ms-transform:scale(0.55);
  transform-origin:0 0;
  -o-transform-origin:0 0;
  -webkit-transform-origin:0 0;
  -moz-transform-origin:0 0;
  -ms-transform-origin:0 0;
 }
 
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	