@font-face {/*
	font-family: "minicart-font";
	
	src: url("../fonts/minicart-font.eot?v=1.0");
	src: url("../fonts/minicart-font.eot?#iefix&v=1.0") format("embedded-opentype"), url("../fonts/minicart-font.woff?v=1.0") format("woff"), url("../fonts/minicart-font.ttf?v=1.0") format("truetype"), url("../fonts/minicart-font.svg?v=1.0#minicart-font") format("svg");
	
	font-weight: normal;
	font-style: normal;
    
	font-family: "華康行書體";
	src: url("/css/fonts/華康行書體.TTF");
	font-weight: normal;
	font-style: normal;	
	
	font-family: "华康行书体";
	src: url("/css/fonts/华康行书体.TTF");
	font-weight: normal;
	font-style: normal;*/
}

body {
	font-size: 13px;
	line-height: 1.5;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
	position: relative;
	min-height: 1px;
	padding-right: 0;
	padding-left: 0;
}

.col-xs-5ths {
	width: 20%;
	float: left;
}

@media (min-width: 768px) {
	.col-sm-5ths {
		width: 20%;
		float: left;
	}
}
@media (min-width: 992px) {
	.col-md-5ths {
		width: 20%;
		float: left;
	}
}
@media (min-width: 1200px) {
	.col-lg-5ths {
		width: 20%;
		float: left;
	}
}
.alternative-font {
	font-family: "Roboto Slab", serif;
	font-size: inherit;
}

.default-font {
	font-family: "Open Sans", Arial, sans-serif;
	font-size: inherit;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Roboto Slab", serif;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1em;
}

h5 {
	font-size: 0.9em;
}

h6 {
	font-size: 0.8em;
}

.custom-font-size-1 {
	font-size: 2em;
	line-height: 1;
}

.custom-font-size-2 {
	font-size: 3.5em;
	line-height: 1;
}

.custom-border-radius {
	border-radius: 30px !important;
}

.custom-carousel-arrows-style .owl-nav .owl-prev, .custom-carousel-arrows-style .owl-nav .owl-next {
	height: 80px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.custom-carousel-arrows-style .owl-nav .owl-prev::before, .custom-carousel-arrows-style .owl-nav .owl-next::before {
	font-family: simple-line-icons;
	content: "\e605";
	top: 27px;
}
.custom-carousel-arrows-style .owl-nav .owl-next::before {
	content: "\e606";
}

.custom-carousel-dots-style {
	margin: 30px 0;
}
.custom-carousel-dots-style .owl-dots .owl-dot span {
	background: transparent;
	border: 2px solid #192830;
	opacity: 0.5;
}
.custom-carousel-dots-style .owl-dots .owl-dot.active span {
	opacity: 1;
}
.custom-carousel-dots-style.custom-carousel-dots-style-inside {
	position: relative;
}
.custom-carousel-dots-style.custom-carousel-dots-style-inside .owl-dots {
	position: absolute;
	bottom: 10px;
	right: 10px;
}

.owl-carousel.rounded-nav .owl-nav [class*="owl-"],
.owl-carousel.rounded-nav .owl-nav [class*="owl-"]:hover {
	border-radius: 100% !important;
}

.list.list-icons-style-2 li > .fa:first-child,
.list.list-icons-style-2 li a:first-child > .fa:first-child,
.list.list-icons-style-2 li > .icons:first-child,
.list.list-icons-style-2 li a:first-child > .icons:first-child {
	border-width: 2px !important;
}

.form .form-control {
	border: 1px solid #dde4e6;
	border-radius: 2px;
	height: 45px;
	padding: 10px 12px;
}
.form .form-control::-webkit-input-placeholder {
	text-transform: uppercase;
}
.form .form-control::-moz-placeholder {
	text-transform: uppercase;
}
.form .form-control:-ms-input-placeholder {
	text-transform: uppercase;
}
.form .form-control:-moz-placeholder {
	text-transform: uppercase;
}
.form textarea.form-control {
	height: auto;
}
.form input[type="submit"] {
	border-radius: 25px;
	padding: 11px 21px;
	border-width: 2px;
	font-size: 1em;
}

#header .header-body {
	border-top: 0;
	padding-top:50px;
	padding-bottom:0px;
	margin-bottom:0px;
}
#header .header-nav-main nav > ul > li:hover > a {
	color: #adb3c2 !important;
}
#header .header-nav-main nav > ul > li:hover > a.dropdown-toggle:after {
	border-color: #adb3c2 transparent transparent transparent !important;
}
#header .header-nav-main nav > ul > li.active > a {
	background: transparent;
	color: #adb3c2 !important;
}
#header .header-nav-main nav > ul > li.active > a.dropdown-toggle:after {
	border-color: #adb3c2 transparent transparent transparent !important;
}
#header .header-nav-main nav > ul > li a {
	background: none !important;
}
#header .header-nav-main nav > ul > li a:focus, #header .header-nav-main nav > ul > li a:active {
	color: #adb3c2 !important;
}
#header .header-nav-main nav > ul > li ul.custom-dropdown-menu-style-1 {
	background-color: #182027;
	border-top: none !important;
	box-shadow: none !important;
}
#header .header-nav-main nav > ul > li ul.custom-dropdown-menu-style-1 li:last-child > a {
	border-bottom: none !important;
}
#header .header-nav-main nav > ul > li ul.custom-dropdown-menu-style-1 li > a {
	border-bottom: none;
	color: #777;
}
#header .header-nav-main nav > ul > li ul.custom-dropdown-menu-style-1 li > a:hover {
	background: none !important;
}
#header .header-nav-main nav > ul > li ul.custom-dropdown-menu-style-1 li > a > i {
	float: right;
}
#header .header-btn-collapse-nav {
	border-radius: 50%;
	height: 34px;
	width: 34px;
	padding: 0;
	margin-top: 14px;
}

html:not(.boxed) #header.header-full-width .header-container {
	padding-right: 27px;
	padding-left: 27px;
}

html.sticky-header-active #header .header-body {
	box-shadow: none;
}

@media (min-width: 991px) {
	#header .header-nav-main {
		margin-top: 7px;
	}
	#header .header-nav-main nav > ul > li > a {
		background: transparent !important;
		-webkit-transition: color 0.3s ease;
		-moz-transition: color 0.3s ease;
		transition: color 0.3s ease;
	}
	#header .header-nav-main nav > ul > li.active > a {
		background: transparent;
		color: #adb3c2 !important;
	}
	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > a:after {
		content: "\f105";
		font-family: FontAwesome;
		border: none;
		margin: 0;
	}
	#header .header-nav-main nav > ul > li ul.custom-dropdown-menu-style-1 {
		padding: 7px 17px !important;
	}
	#header .header-nav-main nav > ul > li ul.custom-dropdown-menu-style-1 li.dropdown-submenu a i:nth-child(1) {
		display: block;
	}
	#header .header-nav-main nav > ul > li ul.custom-dropdown-menu-style-1 li > a {
		padding: 10px 0px !important;
		border-bottom: 0 !important;
		color: #999 !important;
	}
	#header .header-nav-main nav > ul > li ul.custom-dropdown-menu-style-1 li > a:hover {
		color: #FFF !important;
	}
	#header .header-nav-main nav > ul > li ul.custom-dropdown-menu-style-1 li > a > i {
		margin-top: 3px;
	}
	#header .header-social-icons {
		margin-top: 10px;
	}
}
.header-logo {
	padding:0px;
	margin-top:-40px;
}
@media (max-width: 767px) {
	#header.header-narrow .header-logo img {
		height: auto !important;
		max-width: 160px;
	}
}
#main {
	min-height: calc( 100vh - 173px );
	margin:0px;
	padding:0px;
	background-color:#fff;
}

.slider-container {
	background: transparent !important;
}
.slider-container:hover .arrows-side-header-1.tp-leftarrow {
	left: -0px !important;
}
.slider-container:hover .arrows-side-header-1.tp-rightarrow {
	left: 100% !important;
}
.slider-container .hermes .tp-bullet {
	box-shadow: 0 0 0 2px #242E39 inset;
}
.slider-container .hermes .tp-bullet:after {
	background-color: #242E39;
	box-shadow: 0 0 1px #242E39;
}

.tp-caption-photo-label {
	color: #000000;
	font-family: "Roboto Slab", serif;
	font-size: 1em;
	font-weight: 50;
	letter-spacing: -1px;
	padding-bottom: 0px;
	text-shadow: none;
}

.arrows-portfolio-detail-1 {
	width: 30px;
	height: 80px;
}
.arrows-portfolio-detail-1:before {
	line-height: 80px;
}

.arrows-transparent-header-photography-1 {
	width: 30px;
	height: 55px;
	background: transparent;
	opacity: 0.5;
}
.arrows-transparent-header-photography-1:before {
	line-height: 55px;
	font-weight: bold;
}
.arrows-transparent-header-photography-1:hover {
	background: transparent;
	opacity: 1;
}

.arrows-side-header-1 {
	width: 30px;
	height: 55px;
	background: rgba(255, 255, 255, 0.3);
}
.arrows-side-header-1:before {
	line-height: 55px;
	font-weight: bold;
}
.arrows-side-header-1:hover {
	background: #FFF;
}
.arrows-side-header-1:hover:before {
	color: #000;
}
.arrows-side-header-1.tp-leftarrow {
	left: -30px !important;
	-webkit-transition: ease left 300ms;
	-moz-transition: ease left 300ms;
	transition: ease left 300ms;
}
.arrows-side-header-1.tp-rightarrow {
	left: 103% !important;
	-webkit-transition: ease left 300ms;
	-moz-transition: ease left 300ms;
	transition: ease left 300ms;
}

.social-icons li {
	box-shadow: none;
}
.social-icons li a {
	border: 2px solid #333;
	width: 34px;
	height: 34px;
}

.portfolio-stripes .owl-item .portfolio-item {
	width: calc(100% + 2px);
}
.portfolio-stripes .owl-item .portfolio-item .thumb-info {
	border: none;
}
.portfolio-stripes .owl-item .portfolio-item .thumb-info:hover .thumb-info-wrapper .background-image {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.portfolio-stripes .owl-item .portfolio-item .thumb-info:hover .thumb-info-wrapper .thumb-info-title {
	background: none;
}
.portfolio-stripes .owl-item .portfolio-item .thumb-info:hover .thumb-info-wrapper .thumb-info-plus {
	opacity: 1;
	width: 30%;
}
.portfolio-stripes .owl-item .portfolio-item .thumb-info:hover .thumb-info-wrapper .thumb-info-plus::after {
	-webkit-transform: translate3d(-50%, -50%, 0) rotate(90deg);
	-moz-transform: translate3d(-50%, -50%, 0) rotate(90deg);
	-ms-transform: translate3d(-50%, -50%, 0) rotate(90deg);
	-o-transform: translate3d(-50%, -50%, 0) rotate(90deg);
	transform: translate3d(-50%, -50%, 0) rotate(90deg);
}
.portfolio-stripes .owl-item .portfolio-item .thumb-info .thumb-info-wrapper {
	height: calc(100vh - 89px);
}
.portfolio-stripes .owl-item .portfolio-item .thumb-info .thumb-info-wrapper::before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	box-shadow: 0 50px 190px 110px #182027;
	z-index: 1;
}
.portfolio-stripes .owl-item .portfolio-item .thumb-info .thumb-info-wrapper::after {
	background: rgba(10, 12, 36, 0.5);
}
.portfolio-stripes .owl-item .portfolio-item .thumb-info .thumb-info-wrapper .background-image {
	position: absolute;
	top: 0;
	left: 0;
	background-size: cover;
	width: 100%;
	height: 100%;
	-webkit-transition: ease all 0.3s;
	-moz-transition: ease all 0.3s;
	transition: ease all 0.3s;
}
.portfolio-stripes .owl-item .portfolio-item .thumb-info .thumb-info-wrapper .thumb-info-plus {
	opacity: 0;
	position: absolute;
	width: 10%;
	top: 50%;
	left: 50%;
	z-index: 2;
	-webkit-transform: translate3d(-50%, -50%, 0);
	-moz-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate3d(-50%, -50%, 0);
	-o-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	-webkit-transition: ease all 0.3s;
	-moz-transition: ease all 0.3s;
	transition: ease all 0.3s;
}
.portfolio-stripes .owl-item .portfolio-item .thumb-info .thumb-info-wrapper .thumb-info-plus::before, .portfolio-stripes .owl-item .portfolio-item .thumb-info .thumb-info-wrapper .thumb-info-plus::after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	border-top: 1px solid #FFF;
	-webkit-transform: translate3d(-50%, -50%, 0);
	-moz-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate3d(-50%, -50%, 0);
	-o-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}
.portfolio-stripes .owl-item .portfolio-item .thumb-info .thumb-info-wrapper .thumb-info-plus::after {
	-webkit-transform: translate3d(-50%, -50%, 0) rotate(0deg);
	-moz-transform: translate3d(-50%, -50%, 0) rotate(0deg);
	-ms-transform: translate3d(-50%, -50%, 0) rotate(0deg);
	-o-transform: translate3d(-50%, -50%, 0) rotate(0deg);
	transform: translate3d(-50%, -50%, 0) rotate(0deg);
}
.portfolio-stripes .owl-item .portfolio-item .thumb-info .thumb-info-wrapper .thumb-info-title {
	background: none;
	bottom: 5.5%;
	left: 5%;
	padding: 0;
	font-size: 2em;
	line-height: 1;
	text-shadow: none;
}

.thumb-info-icons.position-style-1 {
	position: absolute;
	bottom: 5%;
	right: 5%;
	z-index: 2;
}
.thumb-info-icons.position-style-2 {
	position: absolute;
	top: -15px;
	left: 50%;
	z-index: 3;
	-webkit-transform: translateX(-51%);
	-moz-transform: translateX(-51%);
	-ms-transform: translateX(-51%);
	-o-transform: translateX(-51%);
	transform: translateX(-51%);
}
.thumb-info-icons.position-style-3 {
	position: absolute;
	bottom: 7%;
	right: 2%;
}
.thumb-info-icons .thumb-info-icon {
	display: inline-block;
	padding: 5px 11px;
	border-radius: 20px;
	-webkit-transition: ease all 0.3s;
	-moz-transition: ease all 0.3s;
	transition: ease all 0.3s;
}
.thumb-info-icons .thumb-info-icon.love {
	margin-left: 0.2em;
}
.thumb-info-icons .thumb-info-icon i {
	margin-left: 8px;
}

#portfolioDetailLoadMoreWrapper li {
	list-style: none;
	/*max-height: 318px;*/
	/*overflow: hidden;*/
}

.portfolioDetail-load-more-loader, .portfolioInfiniteScroll-load-more-loader {
	display: none;
	min-height: 132px;
}

.portfolio-detail-item {
	position: relative;
	display: inline-block;
	text-align: center;
	/*max-width: 360px;*/
	width: 100%;
	min-height: 283px;
	height:450px;
	margin: 35px 15px 15px 15px;  /*  上 右 下 左 */
	cursor: pointer;
	box-shadow: 0px 0px 49px -21px rgba(0, 0, 0, 0.3);
	/*
	-webkit-transition: box-shadow 0.3s ease;
	-moz-transition: box-shadow 0.3s ease;
	transition: box-shadow 0.3s ease;
	*/
}
.portfolio-detail-item:hover {
	box-shadow: 0px 0px 49px -21px rgba(0, 0, 0, 0.7);
}
.portfolio-detail-item:hover .thumb-info-icons .thumb-info-icon {
	background-color: #ef4545 !important;
}
.portfolio-detail-item a {
	text-decoration: none !important;
}
.portfolio-detail-item .owl-carousel {
	margin-bottom: 0;
	position: relative;
	width: 100%;
	/*max-width: 360px;*/
	min-height: 283px;
}
.portfolio-detail-item .owl-carousel .item-image-wrapper {
	box-shadow: none;
	width: 100%;
}
.portfolio-detail-item .owl-carousel .item-image-wrapper .item-image {
	margin-top: 0;
	width: 100%;
	height:auto;
	border:1px solid;
}
.portfolio-detail-item .owl-carousel .item-image {
	margin-top: 0;
	width: 100%;
	height:auto;
	border:1px solid;
}
.portfolio-detail-item .owl-carousel .owl-item {
	width: 100%;
	/*max-width: 360px;*/
}
.portfolio-detail-item .owl-carousel .owl-item > div {
	position: relative;
	width: 100%;
	/*max-width: 360px;*/
	min-height: 283px;
}
.portfolio-detail-item .owl-carousel .owl-nav .owl-prev,
.portfolio-detail-item .owl-carousel .owl-nav .owl-next {
	border: 0 none;
	color: #FFF;
	height: 50px;
	line-height: 38px;
	margin-top: -4px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.portfolio-detail-item .owl-carousel .owl-nav .owl-prev:before,
.portfolio-detail-item .owl-carousel .owl-nav .owl-next:before {
	font-family: simple-line-icons;
	content: "\e605";
	font-size: 11px;
}
.portfolio-detail-item .owl-carousel .owl-nav .owl-next::before {
	font-family: simple-line-icons;
	content: "\e606";
}
.portfolio-detail-item .owl-carousel.show-nav-hover .owl-nav .owl-prev {
	left: -5px;
}
.portfolio-detail-item .owl-carousel.show-nav-hover .owl-nav .owl-next {
	right: -5px;
}

.portfolio-detail-item .sub-item-description {
	display: block;
	left: 0;
	bottom: 60px;
	padding: 0;
	position: absolute;
	z-index: 3;
	text-align: left;
	
	/*
	overflow: hidden;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	*/
}
.portfolio-detail-item .sub-item-description:before {
	/*content: '';*/
	display: block;
	position: absolute;
	bottom: 0%;
	left: 0;
	width: 100%;
	box-shadow: 0 50px 130px 110px #182027;
	z-index: 1;
	text-align: left;
	/*
	opacity: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	*/
}
.portfolio-detail-item .sub-item-description h5 {
	/*
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	*/
	color: #000;
	position: absolute;
	z-index: 2;
	bottom: -20px;
	width: 100%;
	text-align: left;
	left: 0;
	padding-bottom: 25px;
}
.portfolio-detail-item:hover .sub-item-description h5 {
	bottom: 0;
}
.portfolio-detail-item:hover .sub-item-description:before {
	opacity: 1;
}

.portfolio-detail-item .sub-item-description2 {
	display: block;
	left: 0;
	bottom: -20px;
	padding: 0;
	position: absolute;
	z-index: 3;
	text-align: left;
	
	/*
	overflow: hidden;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	*/
}
.portfolio-detail-item .sub-item-description2:before {
	/*content: '';*/
	display: block;
	position: absolute;
	bottom: 0%;
	left: 0;
	width: 100%;
	box-shadow: 0 50px 130px 110px #182027;
	z-index: 1;
	text-align: left;
	/*
	opacity: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	*/
}
.portfolio-detail-item .sub-item-description2 h5 {
	/*
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	*/
	color: #000;
	position: absolute;
	z-index: 2;
	bottom: -20px;
	width: 100%;
	text-align: left;
	left: 0;
	padding-bottom: 25px;
}
.portfolio-detail-item:hover .sub-item-description2 h5 {
	bottom: 0;
}
.portfolio-detail-item:hover .sub-item-description2:before {
	opacity: 1;
}

.portfolio-detail-item .item-image-wrapper {
	background: #FFF;
	width: 100%;
	display: inline-block;
	border: none;
	box-shadow: 10px 10px 74px -15px rgba(0, 0, 0, 0.1);
	-webkit-transition: box-shadow 0.3s ease;
	-moz-transition: box-shadow 0.3s ease;
	transition: box-shadow 0.3s ease;
}
.portfolio-detail-item .item-image-wrapper .fa-spin {
	background: transparent none repeat scroll 0 0;
	color: #ccc;
	font-size: 25px;
	left: 50%;
	margin: -13px;
	position: absolute;
	top: 50%;
	z-index: 1;
}
.portfolio-detail-item a:hover .item-image-wrapper {
	box-shadow: 10px 10px 74px -15px rgba(0, 0, 0, 0.4);
}
.portfolio-detail-item .item-image {
	min-height: 283px;
	max-width: 360px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-size: cover;
	z-index: 2;
}
.portfolio-detail-item .item-description {
	display: block;
	padding: 15px 0;
}
.portfolio-detail-item h5 {
	padding: 0;
	margin: 0;
	font-size: 14px;
}
.portfolio-detail-item p {
	padding: 0;
	margin: 0;
	font-size: 12px;
}

@media (max-width: 767px) {
	.portfolio-detail-item {
		margin-left: 0;
		margin-right: 0;
	}
}
#portfolioDetailLoadMore {
	margin: 50px 0px 30px 0px;
	padding: 13px 30px;
	outline: none;
}

#porfolioDetailsAjaxBoxContent .slider-container .hermes .tp-bullet {
	box-shadow: 0 0 0 2px #FFF inset;
}
#porfolioDetailsAjaxBoxContent .slider-container .hermes .tp-bullet:after {
	background-color: #FFF;
	box-shadow: 0 0 1px #FFF;
}

.portfolio-parallax {
	height: 40vh;
}
.portfolio-parallax:before {
	content: '';
	display: block;
	position: absolute;
	background: rgba(10, 12, 36, 0);
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-transition: ease all 300ms;
	-moz-transition: ease all 300ms;
	transition: ease all 300ms;
}
.portfolio-parallax:hover:before {
	background: rgba(10, 12, 36, 0.5);
}
.portfolio-parallax:hover .thumb-info-plus {
	opacity: 1;
	width: 8%;
}
.portfolio-parallax:hover .thumb-info-plus::after {
	-webkit-transform: translate3d(-50%, -50%, 0) rotate(90deg);
	-moz-transform: translate3d(-50%, -50%, 0) rotate(90deg);
	-ms-transform: translate3d(-50%, -50%, 0) rotate(90deg);
	-o-transform: translate3d(-50%, -50%, 0) rotate(90deg);
	transform: translate3d(-50%, -50%, 0) rotate(90deg);
}
.portfolio-parallax.hidden-plus:before {
	content: none;
}
.portfolio-parallax.hidden-plus .thumb-info-plus {
	display: none;
}
.portfolio-parallax h2 {
	position: absolute;
	bottom: 7%;
	left: 1%;
	padding: 0;
	font-size: 2em;
	line-height: 1;
	margin: 0;
}
.portfolio-parallax .thumb-info-plus {
	opacity: 0;
	position: absolute;
	width: 2%;
	top: 50%;
	left: 50%;
	z-index: 2;
	-webkit-transform: translate3d(-50%, -50%, 0);
	-moz-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate3d(-50%, -50%, 0);
	-o-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	-webkit-transition: ease all 0.3s;
	-moz-transition: ease all 0.3s;
	transition: ease all 0.3s;
}
.portfolio-parallax .thumb-info-plus::before, .portfolio-parallax .thumb-info-plus::after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	border-top: 1px solid #FFF;
	-webkit-transform: translate3d(-50%, -50%, 0);
	-moz-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate3d(-50%, -50%, 0);
	-o-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}
.portfolio-parallax .thumb-info-plus::after {
	-webkit-transform: translate3d(-50%, -50%, 0) rotate(0deg);
	-moz-transform: translate3d(-50%, -50%, 0) rotate(0deg);
	-ms-transform: translate3d(-50%, -50%, 0) rotate(0deg);
	-o-transform: translate3d(-50%, -50%, 0) rotate(0deg);
	transform: translate3d(-50%, -50%, 0) rotate(0deg);
}

@media (max-width: 991px) {
	.portfolio-parallax {
		height: 30vh;
	}
	.portfolio-parallax:hover .thumb-info-plus {
		width: 20%;
	}
}
@media (max-width: 767px) {
	.portfolio-parallax {
		height: 25vh;
	}
}
#portfolioGrid {
	margin: 0.5vw;
}
#portfolioGrid li {
	list-style: none;
}
#portfolioGrid.portfolioGridFullNoMargins {
	margin: 0;
}
#portfolioGrid.portfolioGridFullNoMargins .portfolio-grid-item {
	padding: 0;
}

.portfolio-grid-item {
	padding: 0.5vw;
}
.portfolio-grid-item .thumb-info {
	border: none;
}
.portfolio-grid-item .thumb-info:hover .thumb-info-wrapper .thumb-info-background {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.portfolio-grid-item .thumb-info:hover .thumb-info-wrapper .thumb-info-title {
	opacity: 1;
	-webkit-transform: translate3d(-50%, 50%, 0px);
	-moz-transform: translate3d(-50%, 50%, 0px);
	-ms-transform: translate3d(-50%, 50%, 0px);
	-o-transform: translate3d(-50%, 50%, 0px);
	transform: translate3d(-50%, 50%, 0px);
}
.portfolio-grid-item .thumb-info:hover .thumb-info-wrapper .thumb-info-title span {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.portfolio-grid-item .thumb-info:hover .thumb-info-wrapper .thumb-info-plus {
	opacity: 1;
	width: 30%;
}
.portfolio-grid-item .thumb-info:hover .thumb-info-wrapper .thumb-info-plus::after {
	-webkit-transform: translate3d(-50%, -50%, 0) rotate(90deg);
	-moz-transform: translate3d(-50%, -50%, 0) rotate(90deg);
	-ms-transform: translate3d(-50%, -50%, 0) rotate(90deg);
	-o-transform: translate3d(-50%, -50%, 0) rotate(90deg);
	transform: translate3d(-50%, -50%, 0) rotate(90deg);
}
.portfolio-grid-item .thumb-info .thumb-info-wrapper {
	background-size: cover;
	width: 100%;
}
.portfolio-grid-item .thumb-info .thumb-info-wrapper.size-1 {
	height: 33.5vw;
}
.portfolio-grid-item .thumb-info .thumb-info-wrapper.size-2 {
	height: 16.25vw;
}
.portfolio-grid-item .thumb-info .thumb-info-wrapper.size-3 {
	height: 12.25vw;
}
.portfolio-grid-item .thumb-info .thumb-info-wrapper.size-4 {
	height: 19.25vw;
}
.portfolio-grid-item .thumb-info .thumb-info-wrapper:after {
	background: rgba(10, 12, 36, 0.5);
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.portfolio-grid-item .thumb-info .thumb-info-wrapper .thumb-info-background {
	position: absolute;
	top: 0;
	left: 0;
	background-size: cover;
	width: 100%;
	height: 100%;
	-webkit-transition: ease all 0.3s;
	-moz-transition: ease all 0.3s;
	transition: ease all 0.3s;
}
.portfolio-grid-item .thumb-info .thumb-info-wrapper .thumb-info-title {
	width: 90%;
	background: transparent;
	bottom: 50%;
	left: 50%;
	opacity: 0;
	text-transform: none;
	margin: 0;
	line-height: 1.4;
	font-size: 30px;
	font-weight: 300 !important;
	text-shadow: none;
	letter-spacing: -1px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transform: translate3d(-50%, 40%, 0px);
	-moz-transform: translate3d(-50%, 40%, 0px);
	-ms-transform: translate3d(-50%, 40%, 0px);
	-o-transform: translate3d(-50%, 40%, 0px);
	transform: translate3d(-50%, 40%, 0px);
}
.portfolio-grid-item .thumb-info .thumb-info-wrapper .thumb-info-title span {
	display: block;
	opacity: 0;
	text-transform: none;
	font-size: 16px;
	-webkit-transform: translate3d(0, -40%, 0px);
	-moz-transform: translate3d(0, -40%, 0px);
	-ms-transform: translate3d(0, -40%, 0px);
	-o-transform: translate3d(0, -40%, 0px);
	transform: translate3d(0, -40%, 0px);
	-webkit-transition: all 0.3s ease 0.3s;
	-moz-transition: all 0.3s ease 0.3s;
	transition: all 0.3s ease 0.3s;
}
.portfolio-grid-item .thumb-info .thumb-info-wrapper .thumb-info-plus {
	opacity: 0;
	position: absolute;
	width: 10%;
	top: 50%;
	left: 50%;
	z-index: 2;
	-webkit-transform: translate3d(-50%, -50%, 0);
	-moz-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate3d(-50%, -50%, 0);
	-o-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	-webkit-transition: ease all 0.3s;
	-moz-transition: ease all 0.3s;
	transition: ease all 0.3s;
}
.portfolio-grid-item .thumb-info .thumb-info-wrapper .thumb-info-plus::before, .portfolio-grid-item .thumb-info .thumb-info-wrapper .thumb-info-plus::after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	border-top: 1px solid #FFF;
	-webkit-transform: translate3d(-50%, -50%, 0);
	-moz-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate3d(-50%, -50%, 0);
	-o-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}
.portfolio-grid-item .thumb-info .thumb-info-wrapper .thumb-info-plus::after {
	-webkit-transform: translate3d(-50%, -50%, 0) rotate(0deg);
	-moz-transform: translate3d(-50%, -50%, 0) rotate(0deg);
	-ms-transform: translate3d(-50%, -50%, 0) rotate(0deg);
	-o-transform: translate3d(-50%, -50%, 0) rotate(0deg);
	transform: translate3d(-50%, -50%, 0) rotate(0deg);
}

@media (max-width: 991px) {
	#portfolioGrid {
		margin: 1.5vw;
	}

	.portfolio-grid-item {
		padding: 1.5vw;
	}
	.portfolio-grid-item .thumb-info .thumb-info-wrapper.size-1 {
		height: 47.5vw;
	}
	.portfolio-grid-item .thumb-info .thumb-info-wrapper.size-2 {
		height: 22.25vw;
	}
	.portfolio-grid-item .thumb-info .thumb-info-wrapper.size-3 {
		height: 20.25vw;
	}
	.portfolio-grid-item .thumb-info .thumb-info-wrapper.size-4 {
		height: 30.25vw;
	}
}
@media (max-width: 767px) {
	#portfolioGrid:not(.portfolioGridFullNoMargins) {
		margin: 0vw;
	}
	#portfolioGrid:not(.portfolioGridFullNoMargins) li:last-child .portfolio-grid-item {
		padding: 4.5vw 4.5vw 4.5vw 4.5vw;
	}

	.portfolio-grid-item {
		padding: 4.5vw 4.5vw 0vw 4.5vw;
	}
	.portfolio-grid-item .thumb-info .thumb-info-wrapper.size-1, .portfolio-grid-item .thumb-info .thumb-info-wrapper.size-2, .portfolio-grid-item .thumb-info .thumb-info-wrapper.size-3, .portfolio-grid-item .thumb-info .thumb-info-wrapper.size-4 {
		height: 71.5vw;
	}
}
#portfolioVertical {
	margin: 0;
	padding: 0;
	margin-top: 25px;
}
#portfolioVertical li {
	list-style: none;
	margin-bottom: 25px;
}

@media (max-width: 767px) {
	#portfolioVertical {
		margin-top: 15px;
	}
	#portfolioVertical li {
		margin-bottom: 15px;
	}
}
.portfolio-vertical-item, .horizontal-scroll-item, .portfolio-detail-image-item {
	-webkit-transition: ease box-shadow 300ms;
	-moz-transition: ease box-shadow 300ms;
	transition: ease box-shadow 300ms;
}
.portfolio-vertical-item:hover, .horizontal-scroll-item:hover, .portfolio-detail-image-item:hover {
	box-shadow: 0px 0px 59px -16px rgba(0, 0, 0, 0.4);
}
.portfolio-vertical-item .thumb-info, .horizontal-scroll-item .thumb-info, .portfolio-detail-image-item .thumb-info {
	border: none;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}
.portfolio-vertical-item .thumb-info:hover .thumb-info-wrapper .thumb-info-title, .horizontal-scroll-item .thumb-info:hover .thumb-info-wrapper .thumb-info-title, .portfolio-detail-image-item .thumb-info:hover .thumb-info-wrapper .thumb-info-title {
	opacity: 1;
	-webkit-transform: translate3d(-50%, 50%, 0px);
	-moz-transform: translate3d(-50%, 50%, 0px);
	-ms-transform: translate3d(-50%, 50%, 0px);
	-o-transform: translate3d(-50%, 50%, 0px);
	transform: translate3d(-50%, 50%, 0px);
}
.portfolio-vertical-item .thumb-info:hover .thumb-info-wrapper .thumb-info-title span, .horizontal-scroll-item .thumb-info:hover .thumb-info-wrapper .thumb-info-title span, .portfolio-detail-image-item .thumb-info:hover .thumb-info-wrapper .thumb-info-title span {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.portfolio-vertical-item .thumb-info:hover .thumb-info-wrapper .thumb-info-plus, .horizontal-scroll-item .thumb-info:hover .thumb-info-wrapper .thumb-info-plus, .portfolio-detail-image-item .thumb-info:hover .thumb-info-wrapper .thumb-info-plus {
	opacity: 1;
	width: 30%;
}
.portfolio-vertical-item .thumb-info:hover .thumb-info-wrapper .thumb-info-plus::after, .horizontal-scroll-item .thumb-info:hover .thumb-info-wrapper .thumb-info-plus::after, .portfolio-detail-image-item .thumb-info:hover .thumb-info-wrapper .thumb-info-plus::after {
	-webkit-transform: translate3d(-50%, -50%, 0) rotate(90deg);
	-moz-transform: translate3d(-50%, -50%, 0) rotate(90deg);
	-ms-transform: translate3d(-50%, -50%, 0) rotate(90deg);
	-o-transform: translate3d(-50%, -50%, 0) rotate(90deg);
	transform: translate3d(-50%, -50%, 0) rotate(90deg);
}
.portfolio-vertical-item .thumb-info:hover .thumb-info-wrapper .thumb-info-plus.alternative-size, .horizontal-scroll-item .thumb-info:hover .thumb-info-wrapper .thumb-info-plus.alternative-size, .portfolio-detail-image-item .thumb-info:hover .thumb-info-wrapper .thumb-info-plus.alternative-size {
	width: 21%;
}
.portfolio-vertical-item .thumb-info .thumb-info-wrapper, .horizontal-scroll-item .thumb-info .thumb-info-wrapper, .portfolio-detail-image-item .thumb-info .thumb-info-wrapper {
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}
.portfolio-vertical-item .thumb-info .thumb-info-wrapper:after, .horizontal-scroll-item .thumb-info .thumb-info-wrapper:after, .portfolio-detail-image-item .thumb-info .thumb-info-wrapper:after {
	background: rgba(10, 12, 36, 0.5);
}
.portfolio-vertical-item .thumb-info .thumb-info-wrapper .thumb-info-title, .horizontal-scroll-item .thumb-info .thumb-info-wrapper .thumb-info-title, .portfolio-detail-image-item .thumb-info .thumb-info-wrapper .thumb-info-title {
	width: 90%;
	background: transparent;
	bottom: 50%;
	left: 50%;
	opacity: 0;
	text-transform: none;
	margin: 0;
	line-height: 1.4;
	font-size: 30px;
	font-weight: 300 !important;
	text-shadow: none;
	letter-spacing: -1px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transform: translate3d(-50%, 40%, 0);
	-moz-transform: translate3d(-50%, 40%, 0);
	-ms-transform: translate3d(-50%, 40%, 0);
	-o-transform: translate3d(-50%, 40%, 0);
	transform: translate3d(-50%, 40%, 0);
}
.portfolio-vertical-item .thumb-info .thumb-info-wrapper .thumb-info-title span, .horizontal-scroll-item .thumb-info .thumb-info-wrapper .thumb-info-title span, .portfolio-detail-image-item .thumb-info .thumb-info-wrapper .thumb-info-title span {
	display: block;
	opacity: 1;
	text-transform: none;
	font-size: 16px;
	-webkit-transform: translate3d(0, -40%, 0);
	-moz-transform: translate3d(0, -40%, 0);
	-ms-transform: translate3d(0, -40%, 0);
	-o-transform: translate3d(0, -40%, 0);
	transform: translate3d(0, -40%, 0);
	-webkit-transition: all 0.3s ease 0.3s;
	-moz-transition: all 0.3s ease 0.3s;
	transition: all 0.3s ease 0.3s;
}
.portfolio-vertical-item .thumb-info .thumb-info-wrapper .thumb-info-plus, .horizontal-scroll-item .thumb-info .thumb-info-wrapper .thumb-info-plus, .portfolio-detail-image-item .thumb-info .thumb-info-wrapper .thumb-info-plus {
	opacity: 0;
	position: absolute;
	width: 10%;
	top: 50%;
	left: 50%;
	z-index: 2;
	-webkit-transform: translate3d(-50%, -50%, 0);
	-moz-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate3d(-50%, -50%, 0);
	-o-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	-webkit-transition: ease all 0.3s;
	-moz-transition: ease all 0.3s;
	transition: ease all 0.3s;
}
.portfolio-vertical-item .thumb-info .thumb-info-wrapper .thumb-info-plus::before, .portfolio-vertical-item .thumb-info .thumb-info-wrapper .thumb-info-plus::after, .horizontal-scroll-item .thumb-info .thumb-info-wrapper .thumb-info-plus::before, .horizontal-scroll-item .thumb-info .thumb-info-wrapper .thumb-info-plus::after, .portfolio-detail-image-item .thumb-info .thumb-info-wrapper .thumb-info-plus::before, .portfolio-detail-image-item .thumb-info .thumb-info-wrapper .thumb-info-plus::after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	border-top: 1px solid #FFF;
	-webkit-transform: translate3d(-50%, -50%, 0);
	-moz-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate3d(-50%, -50%, 0);
	-o-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}
.portfolio-vertical-item .thumb-info .thumb-info-wrapper .thumb-info-plus::after, .horizontal-scroll-item .thumb-info .thumb-info-wrapper .thumb-info-plus::after, .portfolio-detail-image-item .thumb-info .thumb-info-wrapper .thumb-info-plus::after {
	-webkit-transform: translate3d(-50%, -50%, 0) rotate(0deg);
	-moz-transform: translate3d(-50%, -50%, 0) rotate(0deg);
	-ms-transform: translate3d(-50%, -50%, 0) rotate(0deg);
	-o-transform: translate3d(-50%, -50%, 0) rotate(0deg);
	transform: translate3d(-50%, -50%, 0) rotate(0deg);
}

#horizontalScrollBox {
	position: relative;
	width: 100%;
	height: calc( 100vh - 183px );
	overflow-y: hidden;
	overflow-x: scroll;
}
#horizontalScrollBox::-webkit-scrollbar {
	height: 10px;
}
#horizontalScrollBox::-webkit-scrollbar-track {
	background: #e2e2e2;
	border-radius: 10px;
	margin: 18px;
}
#horizontalScrollBox::-webkit-scrollbar-thumb {
	background: #888888;
	border-radius: 10px;
}
#horizontalScrollBox .content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#horizontalScrollBox .content li {
	display: inline-block;
	margin: 20px 0px 20px 20px;
}
#horizontalScrollBox .content li:first-child {
	margin: 20px 0px 20px 0px;
}
#horizontalScrollBox .content li .horizontal-scroll-item .thumb-info:hover .thumb-info-wrapper .thumb-info-plus {
	opacity: 1;
	width: 30%;
}
#horizontalScrollBox .content li .horizontal-scroll-item .thumb-info:hover .thumb-info-wrapper .thumb-info-plus::after {
	-webkit-transform: translate3d(-50%, -50%, 0) rotate(90deg);
	-moz-transform: translate3d(-50%, -50%, 0) rotate(90deg);
	-ms-transform: translate3d(-50%, -50%, 0) rotate(90deg);
	-o-transform: translate3d(-50%, -50%, 0) rotate(90deg);
	transform: translate3d(-50%, -50%, 0) rotate(90deg);
}
#horizontalScrollBox .content li .horizontal-scroll-item .thumb-info .thumb-info-wrapper img {
	width: auto;
	height: calc( 100vh - 223px );
}
#horizontalScrollBox .content li .horizontal-scroll-item .thumb-info .thumb-info-wrapper .thumb-info-plus {
	opacity: 0;
	position: absolute;
	width: 10%;
	top: 50%;
	left: 50%;
	z-index: 2;
	-webkit-transform: translate3d(-50%, -50%, 0);
	-moz-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate3d(-50%, -50%, 0);
	-o-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	-webkit-transition: ease all 0.3s;
	-moz-transition: ease all 0.3s;
	transition: ease all 0.3s;
}
#horizontalScrollBox .content li .horizontal-scroll-item .thumb-info .thumb-info-wrapper .thumb-info-plus::before, #horizontalScrollBox .content li .horizontal-scroll-item .thumb-info .thumb-info-wrapper .thumb-info-plus::after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	border-top: 1px solid #FFF;
	-webkit-transform: translate3d(-50%, -50%, 0);
	-moz-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate3d(-50%, -50%, 0);
	-o-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}
#horizontalScrollBox .content li .horizontal-scroll-item .thumb-info .thumb-info-wrapper .thumb-info-plus::after {
	-webkit-transform: translate3d(-50%, -50%, 0) rotate(0deg);
	-moz-transform: translate3d(-50%, -50%, 0) rotate(0deg);
	-ms-transform: translate3d(-50%, -50%, 0) rotate(0deg);
	-o-transform: translate3d(-50%, -50%, 0) rotate(0deg);
	transform: translate3d(-50%, -50%, 0) rotate(0deg);
}
#horizontalScrollBox .custom-portfolio-navigation {
	position: fixed;
	width: 100vw;
	top: 47%;
	z-index: 10;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
#horizontalScrollBox .custom-portfolio-navigation .prev, #horizontalScrollBox .custom-portfolio-navigation .next {
	position: absolute;
	width: 30px;
	height: 80px;
	top: -40px;
	left: 0;
	color: #FFF;
	background-color: #242E39;
	cursor: pointer;
}
#horizontalScrollBox .custom-portfolio-navigation .prev::before, #horizontalScrollBox .custom-portfolio-navigation .next::before {
	position: relative;
	content: "\e605";
	font-family: simple-line-icons;
	top: 27px;
	left: 5px;
}
#horizontalScrollBox .custom-portfolio-navigation .prev:hover, #horizontalScrollBox .custom-portfolio-navigation .next:hover {
	background-color: #252f3a;
}
#horizontalScrollBox .custom-portfolio-navigation .prev.disable-button, #horizontalScrollBox .custom-portfolio-navigation .next.disable-button {
	opacity: 0.5;
}
#horizontalScrollBox .custom-portfolio-navigation .next {
	left: initial;
	right: 0;
}
#horizontalScrollBox .custom-portfolio-navigation .next::before {
	content: "\e606";
	left: 9px;
}

@media (max-width: 991px) {
	#horizontalScrollBox {
		height: initial !important;
		overflow: initial !important;
	}
	#horizontalScrollBox::-webkit-scrollbar {
		width: 0;
	}
	#horizontalScrollBox .content {
		position: initial;
		width: 100% !important;
	}
	#horizontalScrollBox .content li {
		margin: 20px 20px 0px 20px;
	}
	#horizontalScrollBox .content li:first-child {
		margin: 20px 20px 0px 20px;
	}
	#horizontalScrollBox .content li:last-child {
		margin: 20px;
	}
	#horizontalScrollBox .content li .horizontal-scroll-item .thumb-info .thumb-info-wrapper img {
		width: 100%;
		height: auto;
	}
	#horizontalScrollBox .custom-portfolio-navigation {
		display: none;
	}
}
ul.portfolio-list .portfolio-item {
	margin-bottom: 25px;
}

.mfp-wrap.photography-portfolio-gallery {
	opacity: 0;
	-webkit-transition: ease opacity 300ms;
	-moz-transition: ease opacity 300ms;
	transition: ease opacity 300ms;
}

#photographyLightbox {
	position: absolute;
	width: 100vw;
	height: 100vh;
	top: 50%;
	left: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	-moz-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate3d(-50%, -50%, 0);
	-o-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}
#photographyLightbox .mfp-close {
	background-color: #242E39;
	color: #FFF;
	top: 0;
	right: 0;
	opacity: 1;
}
#photographyLightbox .mfp-close:hover {
	opacity: 0.7;
}
#photographyLightbox .thumb-gallery {
	position: absolute;
	width: 100vw;
	height: 95vh;
	top: 50%;
	left: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	-moz-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate3d(-50%, -50%, 0);
	-o-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}
#photographyLightbox .owl-carousel .owl-item > div {
	position: relative;
	height: 95vh;
}
#photographyLightbox .owl-carousel .owl-item > div .img-thumbnail {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	padding: 0;
	border: none;
	background: transparent;
	text-align: center;
	-webkit-transform: translate3d(-50%, -50%, 0);
	-moz-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate3d(-50%, -50%, 0);
	-o-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}
#photographyLightbox .owl-carousel .owl-item img {
	display: initial !important;
	width: auto;
	max-width: 95vw;
	max-height: 85vh;
	box-shadow: 0px 0px 40px -10px #000;
}
#photographyLightbox .owl-carousel .owl-nav .owl-prev,
#photographyLightbox .owl-carousel .owl-nav .owl-next {
	border: 0 none;
	color: #FFF;
	height: 80px;
	line-height: 68px;
	margin-top: -20px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#photographyLightbox .owl-carousel .owl-nav .owl-prev:before,
#photographyLightbox .owl-carousel .owl-nav .owl-next:before {
	font-family: simple-line-icons;
	content: "\e605";
	font-size: 11px;
}
#photographyLightbox .owl-carousel .owl-nav .owl-next::before {
	font-family: simple-line-icons;
	content: "\e606";
}
#photographyLightbox #thumbGalleryThumbs {
	width: 98%;
	height: 13vh;
	position: fixed;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
#photographyLightbox #thumbGalleryThumbs:hover .owl-stage-outer, #photographyLightbox #thumbGalleryThumbs.show-thumbs .owl-stage-outer {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
#photographyLightbox #thumbGalleryThumbs.boxed-thumbs:hover .owl-stage-outer {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
#photographyLightbox #thumbGalleryThumbs.boxed-thumbs .owl-item > div {
	height: 20vh;
}
#photographyLightbox #thumbGalleryThumbs.boxed-thumbs .owl-item > div .img-thumbnail {
	height: 5.3vw;
	overflow: hidden;
	border: none;
	box-shadow: none;
}
#photographyLightbox #thumbGalleryThumbs.boxed-thumbs .owl-item img {
	width: auto;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	-moz-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate3d(-50%, -50%, 0);
	-o-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}
#photographyLightbox #thumbGalleryThumbs.full-proportion-thumbs:hover .owl-stage-outer {
	opacity: 1;
	-webkit-transform: translateY(-32%);
	-moz-transform: translateY(-32%);
	-ms-transform: translateY(-32%);
	-o-transform: translateY(-32%);
	transform: translateY(-32%);
}
#photographyLightbox #thumbGalleryThumbs.full-proportion-thumbs .owl-item.active-thumb {
	opacity: 0.5;
}
#photographyLightbox #thumbGalleryThumbs.full-proportion-thumbs .owl-item > div {
	height: 20vh;
}
#photographyLightbox #thumbGalleryThumbs.full-proportion-thumbs .owl-item > div .img-thumbnail {
	border: none;
	box-shadow: none;
	overflow: initial;
}
#photographyLightbox #thumbGalleryThumbs.full-proportion-thumbs .owl-item img {
	max-height: 20vh;
	box-shadow: none;
	height: auto;
	width: 100%;
}
#photographyLightbox #thumbGalleryThumbs .owl-stage-outer {
	opacity: 0;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: ease all 300ms;
	-moz-transition: ease all 300ms;
	transition: ease all 300ms;
}
#photographyLightbox #thumbGalleryThumbs .owl-stage {
	margin: 0 auto;
}
#photographyLightbox #thumbGalleryThumbs .owl-item.active-thumb {
	opacity: 0.5;
}
#photographyLightbox #thumbGalleryThumbs .owl-item > div {
	height: 20vh;
}
#photographyLightbox #thumbGalleryThumbs .owl-item > div .img-thumbnail {
	height: 5.3vw;
	box-shadow: 0px 0px 50px -10px #000;
	overflow: hidden;
}
#photographyLightbox #thumbGalleryThumbs .owl-item img {
	width: 100%;
	height: auto;
	max-height: initial;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	-moz-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate3d(-50%, -50%, 0);
	-o-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}

@media (max-width: 991px) {
	#photographyLightbox .thumb-gallery {
		-webkit-transform: translate3d(-50%, -50%, 0);
		-moz-transform: translate3d(-50%, -50%, 0);
		-ms-transform: translate3d(-50%, -50%, 0);
		-o-transform: translate3d(-50%, -50%, 0);
		transform: translate3d(-50%, -50%, 0);
	}
	#photographyLightbox .owl-carousel .owl-item img {
		box-shadow: 0px 0px 20px #000;
		max-width: 89vw;
	}
	#photographyLightbox #thumbGalleryThumbs .owl-item img {
		box-shadow: none;
	}
	#photographyLightbox #thumbGalleryThumbs .owl-stage-outer {
		display: none;
	}
}
@media (max-width: 767px) {
	#photographyLightbox .owl-carousel .owl-item img {
		max-width: 80vw;
	}
}
#portfolioSliderWithThumbs {
	margin-top: 0;
}
#portfolioSliderWithThumbs #thumbGalleryDetail {
	height: 600px;
}
#portfolioSliderWithThumbs #thumbGalleryDetail .owl-nav {
	margin-top: 0;
}
#portfolioSliderWithThumbs #thumbGalleryDetail .owl-nav .owl-prev,
#portfolioSliderWithThumbs #thumbGalleryDetail .owl-nav .owl-next {
	border: 0 none;
	color: #FFF;
	height: 80px;
	line-height: 68px;
	margin-top: -20px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#portfolioSliderWithThumbs #thumbGalleryDetail .owl-nav .owl-prev:before,
#portfolioSliderWithThumbs #thumbGalleryDetail .owl-nav .owl-next:before {
	font-family: simple-line-icons;
	content: "\e605";
	font-size: 11px;
}
#portfolioSliderWithThumbs #thumbGalleryDetail .owl-nav .owl-next::before {
	font-family: simple-line-icons;
	content: "\e606";
}
#portfolioSliderWithThumbs #thumbGalleryDetail .owl-item > div {
	background-size: cover !important;
	width: 100%;
	height: 600px;
}
#portfolioSliderWithThumbs #thumbGalleryThumbs {
	height: 80px;
}
#portfolioSliderWithThumbs #thumbGalleryThumbs .owl-item.active-thumb {
	opacity: 0.5;
}
#portfolioSliderWithThumbs #thumbGalleryThumbs .owl-item > div {
	background-size: cover !important;
	width: 100%;
	height: 80px;
}

@media (max-width: 1200px) {
	#portfolioSliderWithThumbs #thumbGalleryDetail {
		height: 520px;
	}
	#portfolioSliderWithThumbs #thumbGalleryDetail .owl-item > div {
		height: 520px;
	}
	#portfolioSliderWithThumbs #thumbGalleryThumbs {
		height: 75px;
	}
	#portfolioSliderWithThumbs #thumbGalleryThumbs .owl-item > div {
		height: 75px;
	}
}
@media (max-width: 991px) {
	#portfolioSliderWithThumbs #thumbGalleryDetail {
		height: 390px;
	}
	#portfolioSliderWithThumbs #thumbGalleryDetail .owl-item > div {
		height: 390px;
	}
	#portfolioSliderWithThumbs #thumbGalleryThumbs {
		height: 65px;
	}
	#portfolioSliderWithThumbs #thumbGalleryThumbs .owl-item > div {
		height: 65px;
	}
}
@media (max-width: 767px) {
	#portfolioSliderWithThumbs #thumbGalleryDetail {
		height: 50vw;
	}
	#portfolioSliderWithThumbs #thumbGalleryDetail .owl-item > div {
		height: 50vw;
	}
	#portfolioSliderWithThumbs #thumbGalleryThumbs {
		height: 17vw;
	}
	#portfolioSliderWithThumbs #thumbGalleryThumbs .owl-item > div {
		height: 17vw;
	}
}
section.section-title {
	padding: 60px 0;
	margin: 0;
}

section.photographers {
	background: #ecf2f4;
	border-top: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
section.photographers .owl-carousel {
	padding: 0px;
	margin: 0;
}
section.photographers .owl-carousel .owl-nav {
	margin: 0;
}

.custom-thumb-info-photographers {
	background: #ecf2f4;
	border: none;
	position: relative;
}
.custom-thumb-info-photographers .thumb-info-wrapper {
	-webkit-transform: initial;
	-moz-transform: initial;
	-ms-transform: initial;
	-o-transform: initial;
	transform: initial;
	margin: 0 !important;
}
.custom-thumb-info-photographers .thumb-info-wrapper > a {
	display: block;
}
.custom-thumb-info-photographers .thumb-info-wrapper:before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	box-shadow: 0 50px 190px 110px #182027;
	opacity: 0;
	z-index: 1;
}
.custom-thumb-info-photographers .thumb-info-wrapper:after {
	background: rgba(24, 32, 39, 0.5) !important;
}
.custom-thumb-info-photographers .thumb-info-action {
	height: 100% !important;
	margin: 0 !important;
	top: 0 !important;
}
.custom-thumb-info-photographers .social-icons {
	bottom: 0;
	left: 0;
	opacity: 1;
	position: absolute;
	width: 100%;
	opacity: 0;
	text-align: center;
	z-index: 3;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
	-webkit-transition: all 0.3s ease 0.2s;
	-moz-transition: all 0.3s ease 0.2s;
	transition: all 0.3s ease 0.2s;
}
.custom-thumb-info-photographers .social-icons li:hover.social-icons-facebook a {
	background: #3b5a9a;
}
.custom-thumb-info-photographers .social-icons li:hover.social-icons-twitter a {
	background: #1aa9e1;
}
.custom-thumb-info-photographers .social-icons li:hover.social-icons-instagram a {
	background: #7c4a3a;
}
.custom-thumb-info-photographers .social-icons li a {
	background: transparent;
	width: 40px;
	height: 40px;
	border-color: #fff;
	color: #fff !important;
	line-height: 36px;
}
.custom-thumb-info-photographers .social-icons li.social-icons-facebook a i {
	margin-left: -3px;
}
.custom-thumb-info-photographers .social-icons li.social-icons-instagram a i {
	margin-left: -1px;
}
.custom-thumb-info-photographers:hover .thumb-info-action {
	display: block !important;
}
.custom-thumb-info-photographers:hover .thumb-info-wrapper:before {
	opacity: 1;
}
.custom-thumb-info-photographers:hover .thumb-info-title {
	background: none;
}
.custom-thumb-info-photographers:hover .thumb-info-title > span {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.custom-thumb-info-photographers:hover .social-icons {
	opacity: 1;
	-webkit-transform: translateY(-15px);
	-moz-transform: translateY(-15px);
	-ms-transform: translateY(-15px);
	-o-transform: translateY(-15px);
	transform: translateY(-15px);
}
.custom-thumb-info-photographers .thumb-info-title {
	background: none;
	text-transform: none;
	bottom: 50%;
	left: 5%;
	width: 90%;
	font-weight: 400;
	text-shadow: none;
	font-size: 24px;
	-webkit-transform: translate3d(0, 50%, 0);
	-moz-transform: translate3d(0, 50%, 0);
	-ms-transform: translate3d(0, 50%, 0);
	-o-transform: translate3d(0, 50%, 0);
	transform: translate3d(0, 50%, 0);
}
.custom-thumb-info-photographers .thumb-info-title > span {
	display: block;
	font-weight: 100;
	opacity: 0;
	font-size: 16px;
	padding-top: 2px;
	-webkit-transform: translateY(-35%);
	-moz-transform: translateY(-35%);
	-ms-transform: translateY(-35%);
	-o-transform: translateY(-35%);
	transform: translateY(-35%);
	-webkit-transition: all 0.3s ease 0.1s;
	-moz-transition: all 0.3s ease 0.1s;
	transition: all 0.3s ease 0.1s;
}

section.our-services {
	background: #FFF;
	border: none;
	margin: 0;
	padding: 60px 0;
}
section.our-services .feature-box {
	padding: 20px 10px;
}
section.our-services .feature-box:after {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
}
section.our-services .feature-box.hidden-vertical-line:after {
	content: none;
}
section.our-services .feature-box .feature-box-icon {
	background: transparent;
	width: 100px;
	position: relative;
	height: 100px;
	border: 2px solid #000;
	border-radius: 100%;
	padding: 5px;
	margin-right: 20px;
	overflow: hidden;
	z-index: 1;
}
section.our-services .feature-box .feature-box-icon:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 6px solid #FFF;
	border-radius: 100%;
	z-index: 1;
}
section.our-services .feature-box .feature-box-icon img {
	position: absolute;
	width: 113%;
	top: 50%;
	left: 50%;
	z-index: 0;
	-webkit-transform: translate3d(-50%, -50%, 0);
	-moz-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate3d(-50%, -50%, 0);
	-o-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}

section.why-choose-us {
	border: none;
	margin: 0;
}
section.why-choose-us .feature-box {
	padding: 20px 10px;
}
section.why-choose-us .feature-box .feature-box-icon {
	float: none;
	margin: 0;
}
section.why-choose-us .feature-box .feature-box-info {
	padding: 0;
}
section.why-choose-us .feature-box p {
	color: #b8b5b1;
}

section.our-clients {
	background: #FFF;
	border: 0;
	margin: 0;
	padding: 60px 0;
}
section.our-clients .content-grid .content-grid-item {
	padding: 0;
}
section.our-clients .content-grid .content-grid-item:before, section.our-clients .content-grid .content-grid-item:after {
	content: none;
}

.award-item {
	display: inline-table;
	margin: 0 15px;
}
.award-item img.border-rounded {
	border-radius: 100%;
}
.award-item p {
	max-width: 100%;
	margin: 15px auto 10px;
}

.blog-bg {
	background: #ecf2f4;
}

section.our-blog {
	padding: 60px 0;
	margin: 0;
	
}

#ourBlog {
	margin-top: 60px;
	
}
#ourBlog li {
	list-style: none;
}

.our-blog-item {
	position: relative;
	-webkit-transition: ease box-shadow 300ms;
	-moz-transition: ease box-shadow 300ms;
	transition: ease box-shadow 300ms;
}
.our-blog-item:hover:not(.blog-post) {
	box-shadow: 0px 0px 49px -21px rgba(0, 0, 0, 0.3);
}
.our-blog-item:hover:not(.blog-post) .image-wrapper img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.our-blog-item.blog-post .post-infos {
	padding: 75px;
}
.our-blog-item.blog-post .post-infos .testimonial blockquote {
	background: transparent;
	padding: 0px 0 10px 80px;
}
.our-blog-item.blog-post .post-infos .testimonial blockquote:before {
	color: #333;
}
.our-blog-item.blog-post .post-infos .testimonial blockquote:after {
	content: none;
}
.our-blog-item.blog-post .post-infos .testimonial blockquote p {
	font-family: "Roboto Slab", serif;
	color: #777;
	font-style: normal;
	line-height: 1.5;
	font-size: 1.1em;
	font-weight: 100;
}
.our-blog-item.blog-post .author-info {
	padding: 75px;
}
.our-blog-item.blog-post .author-info:after {
	content: '';
	display: block;
	clear: both;
}
.our-blog-item.blog-post .author-info img.border-rounded {
	border-radius: 100%;
}
.our-blog-item.blog-post .author-info .designation {
	color: #b1b6be;
}
.our-blog-item.blog-post .author-info p {
	color: #c3c7ce;
}
.our-blog-item .image-wrapper {
	display: block;
	overflow: hidden;
}
.our-blog-item .image-wrapper img {
	-webkit-transition: ease transform 300ms;
	-moz-transition: ease transform 300ms;
	transition: ease transform 300ms;
}
.our-blog-item .category {
	position: absolute;
	top: 15px;
	right: 15px;
	color: #fff;
	padding: 5px 25px;
	border-radius: 20px;
}
.our-blog-item .post-infos {
	position: relative;
	background: #FFF;
	padding: 25px;
}
.our-blog-item .post-infos .share {
	position: absolute;
	bottom: calc(100% - 22px);
	right: 25px;
	border-radius: 50px;
	width: 43px;
	height: 43px;
	overflow: hidden;
	z-index: 1;
	-webkit-transition: ease height 300ms;
	-moz-transition: ease height 300ms;
	transition: ease height 300ms;
	border:1px solid;
	background-color:#000;
}
.our-blog-item .post-infos .share:hover {
	height: 96px;
}
.our-blog-item .post-infos .share .share-icons {
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
}
.our-blog-item .post-infos .share .share-icons i {
	display: block;
	color: #FFF;
	padding: 15px;
	opacity: 0.5;
	-webkit-transition: ease opacity 300ms;
	-moz-transition: ease opacity 300ms;
	transition: ease opacity 300ms;
}
.our-blog-item .post-infos .share .share-icons i.fa-share-alt {
	opacity: 1;
}
.our-blog-item .post-infos .share .share-icons i:hover {
	opacity: 1;
}
.our-blog-item .post-infos .post-date {
	color: #646974;
}
.our-blog-item .post-infos h1 {
	line-height: 1.2;
	margin-bottom: 10px;
}

@media (max-width: 991px) {
	.our-blog-item.blog-post .author-info img {
		display: initial;
	}
}
@media (max-width: 767px) {
	.our-blog-item.blog-post .post-infos, .our-blog-item.blog-post .author-info {
		padding: 25px;
	}
}
.post-comments {
	margin: 45px 0;
}
.post-comments ul.comments li {
	padding: 15px 0 15px 115px;
	border-top: 1px solid #dde5e7;
}
.post-comments ul.comments li:first-child {
	border-top: none;
}
.post-comments ul.comments li ul li:first-child {
	border-top: 1px solid #dde5e7;
}
.post-comments ul.comments li .img-thumbnail {
	background: transparent;
	width: 100px;
	height: 100px;
	border: 1px solid #000;
	border-radius: 100%;
	overflow: hidden;
	z-index: 1;
}
.post-comments ul.comments li .img-thumbnail:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 6px solid #FFF;
	border-radius: 100%;
	z-index: 1;
}
.post-comments ul.comments li .img-thumbnail img {
	position: absolute;
	width: 100%;
	height: auto;
	top: 50%;
	left: 50%;
	z-index: 0;
	-webkit-transform: translate3d(-50%, -50%, 0);
	-moz-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate3d(-50%, -50%, 0);
	-o-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}
.post-comments ul.comments li a {
	text-decoration: none;
	border-radius: 25px;
	padding: 3px 21px;
	border-width: 2px;
	font-weight: bold;
	font-size: 0.9em;
}
.post-comments ul.comments .comment-block {
	background: none;
}
.post-comments ul.comments .comment-block .comment-by {
	text-transform: uppercase;
	color: #313946;
}
.post-comments ul.comments .comment-block p {
	color: #262d3d;
}

@media (max-width: 479px) {
	.post-comments ul.comments li {
		padding: 0 0 0 10px;
	}
}
.leave-comment {
	padding: 60px 0;
}

@media (max-width: 991px) {
	.leave-comment input[type="email"] {
		margin-top: 15px;
	}
}
#photographyPagination {
	margin: 60px 0;
}
#photographyPagination ul {
	padding: 0;
	text-align: center;
}
#photographyPagination ul li {
	display: inline-block;
	list-style: none;
}
#photographyPagination ul li a {
	border-radius: 25px;
	padding: 8px 13px;
	border-width: 2px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -1px;
	font-size: 0.9em;
}
#photographyPagination ul li.prev a i {
	margin-right: 5px;
}
#photographyPagination ul li.next a i {
	margin-left: 5px;
}

@media (max-width: 767px) {
	#ourBlog .isotope-item {
		text-align: left;
	}
	#ourBlog .our-blog-item .post-infos .share {
		width: 42px;
	}
}
section.contact-details {
	border: none;
	margin: 0;
}
section.contact-details .feature-box {
	padding: 20px 10px;
	text-align: center;
}
section.contact-details .feature-box .feature-box-icon {
	float: none;
	margin: 0;
}
section.contact-details .feature-box .feature-box-icon .fa, section.contact-details .feature-box .feature-box-icon .icons {
	color: #FFF;
	opacity: 0.5;
}
section.contact-details .feature-box .feature-box-info {
	padding: 0;
}
section.contact-details .feature-box p, section.contact-details .feature-box a {
	color: #b8b5b1;
}

#footer.light.narrow {
	border: 0;
	padding: 0;
	margin: 0;
}
#footer.light.narrow .footer-copyright {
	border: 0;
	margin: 0;
	padding: 0px 0;	
	height:50px;
	background: #fff;
	background-color:#ccc;
}
#footer.light.narrow .footer-copyright p {
	color: #777;
	font-family: "Roboto Slab", serif;
	font-size: 13px;
	padding-top:15px;
}

/************************************************************************************************/
.products-list {
	list-style: none;
	padding: 0;
	margin: 0 -10px 0;
}
.products-list li {
	padding: 10px;
	width: 100%;
}

.product {
	position: relative;
}
.product .product-image-area {
	overflow: hidden;
	position: relative;
	padding: 3px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 6.99px;
}
.product .product-image-area .product-image {
	display: block;
	overflow: hidden;
	position: relative;
	border-radius: 3px;
}
.product .product-image-area .product-image img {
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.product .product-image-area .product-image .product-hover-image {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	visibility: hidden;
}
.product .product-quickview {
	position: absolute;
	right: 0;
	top: 0;
	background-color: #0088CC;
	color: #fff;
	padding: 10px;
	z-index: 9;
	border-radius: 0 5px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	transition: all 0.1s;
	font-size: 12px;
	line-height: 1.4;
}
.product .product-quickview span {
	margin-left: 2px;
}
.product .product-quickview:hover, .product .product-quickview:focus {
	opacity: 0.9 !important;
	color: #fff;
	text-decoration: none;
}
.product .product-quickview:hover span, .product .product-quickview:focus span {
	text-decoration: underline;
}
.product .product-label {
	position: absolute;
	right: 10px;
	top: 10px;
	color: #fff;
	line-height: 1;
	z-index: 5;
	text-align: center;
}
.product .product-label + .product-label {
	top: 40px;
}
.product .product-label span {
	display: block;
	position: relative;
	padding: 7px 10px;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	border-radius: 4px;
}
.product .product-label span.discount {
	background-color: #e27c7c;
}
.product .product-label span.new {
	background-color: #62b959;
}
.product .product-details-area {
	padding: 10px;
	text-align: center;
}
.product .product-details-area .product-actions {
	margin: 0 -10px;
}
.product .product-name {
	color: #777;
	font-weight: 400;
	font-size: 14px;
	margin: 0 0 3px;
}
.product .product-name a {
	color: #777;
}
.product .product-name a:hover, .product .product-name a:focus {
	color: #0088CC;
	text-decoration: none;
}
.product:hover .product-image-area .product-image .product-hover-image {
	visibility: visible;
	opacity: 1;
}
.product:hover .product-quickview {
	visibility: visible;
	opacity: 1;
}

.product-ratings {
	font-size: 11px;
	line-height: 1.25;
	background: url(../../img/demos/shop/rating-bar.png) center no-repeat;
	height: 14px;
	margin: 7px 0 6px;
}
.product-ratings .ratings-box {
	position: relative;
	display: inline-block;
	margin-top: 1.5px;
	overflow: hidden;
	width: 64px;
	height: 11px;
	font-size: 0;
	line-height: 0;
	text-indent: -999em;
}
.product-ratings .ratings-box:before {
	font-family: "FontAwesome";
	content: "\f005\20\f005\20\f005\20\f005\20\f005";
	width: 64px;
	height: 11px;
	color: #c3c5c9;
	display: block;
	font-size: 11px;
	line-height: 11px;
}
.product-ratings .ratings-box .rating {
	float: left;
	height: 11px;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
}
.product-ratings .ratings-box .rating:before {
	font-family: "FontAwesome";
	content: "\f005\20\f005\20\f005\20\f005\20\f005";
	width: 64px;
	height: 11px;
	color: #ffc600;
	display: block;
	font-size: 11px;
	line-height: 11px;
}

.product-price-box {
	font-size: 0;
	margin: 5px 0 3px;
}
.product-price-box .old-price,
.product-price-box .product-price {
	display: inline-block;
	vertical-align: middle;
	font-weight: 600;
}
.product-price-box .old-price {
	color: #999;
	font-size: 14px;
	text-decoration: line-through;
}
.product-price-box .old-price + .product-price {
	margin-left: 6px;
}
.product-price-box .product-price {
	font-size: 20px;
	color: #444;
}

.product-actions a {
	display: inline-block;
	position: relative;
	margin: 10px 1px;
	vertical-align: middle;
	border-radius: 5px;
	text-align: center;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.product-actions a:hover, .product-actions a:focus {
	text-decoration: none;
}
.product-actions a.addtocart {
	color: #333;
	background-color: #fff;
	font-size: 14px;
	padding: 0 10px 0 8px;
	height: 32px;
	line-height: 30px;
	border: 1px solid #ccc;
}
.product-actions a.addtocart i {
	font-size: 15px;
	margin-right: 2px;
}
.product:hover .product-actions a.addtocart {
	background-color: #0088CC;
	border-color: #0088CC;
	color: #fff;
}
.product-actions a.addtocart.outofstock {
	padding: 0 10px;
	cursor: default;
}
.product:hover .product-actions a.addtocart.outofstock {
	color: #333 !important;
	background-color: #fff !important;
	border-color: #ccc !important;
}
.product-actions a.addtowishlist, .product-actions a.comparelink, .product-actions a.quickview {
	font-size: 17px;
	height: 32px;
	width: 32px;
	line-height: 32px;
	background-color: transparent;
	visibility: hidden;
	opacity: 0;
}
.hide-addtolinks .product-actions a.addtowishlist, .hide-addtolinks .product-actions a.comparelink, .hide-addtolinks .product-actions a.quickview {
	display: none;
}
.product-actions a.addtowishlist {
	right: -37px;
	color: #ed4949;
	border: 1px solid #ed4949;
}
.product-actions a.addtowishlist:hover {
	color: #fff;
	background-color: #ed4949;
}
.product:hover .product-actions a.addtowishlist {
	visibility: visible;
	opacity: 1;
	right: 0;
}
.product-actions a.comparelink {
	left: -37px;
	color: #52b9b5;
	border: 1px solid #52b9b5;
}
.product-actions a.comparelink:hover {
	color: #fff;
	background-color: #52b9b5;
}
.product:hover .product-actions a.comparelink {
	visibility: visible;
	opacity: 1;
	left: 0;
}
.product-actions a.quickview {
	visibility: visible;
	opacity: 1;
	color: #0088CC;
	border: 1px solid #0088CC;
}
.product-actions a.quickview:hover {
	color: #fff;
	background-color: #0088CC;
}

.product.product-list:after {
	content: '';
	display: table;
	clear: both;
}
.product.product-list .product-details-area {
	text-align: left;
	padding: 0 20px;
}
.product.product-list .product-short-desc {
	font-size: 14px;
	line-height: 1.5;
}
.product.product-list .product-ratings {
	background: none;
	margin-bottom: 10px;
}
.product.product-list .product-name {
	font-size: 18px;
	margin: 10px 0;
}
.product.product-list .product-price-box {
	margin-top: 10px;
}
.product.product-list .product-actions {
	margin: 0;
}
.product.product-list .product-actions a.addtowishlist, .product.product-list .product-actions a.comparelink, .product.product-list .product-actions a.quickview {
	left: auto;
	right: auto;
	visibility: visible;
	opacity: 1;
}
.product.product-list .product-actions a.addtocart {
	background-color: #0088CC;
	border-color: #0088CC;
	color: #fff;
}
@media (min-width: 600px) {
	.product.product-list .product-image-area {
		float: left;
		width: 20%;
	}
	.product.product-list .product-details-area {
		float: left;
		width: 80%;
	}
}

.product.product-sm {
	padding: 6px 0 8px;
	max-width: 300px;
}
.product.product-sm:after {
	content: '';
	display: table;
	clear: both;
}
.product.product-sm .product-image-area {
	width: 33%;
	float: left;
	padding: 2px;
}
.product.product-sm .product-details-area {
	float: left;
	width: 67%;
	text-align: left;
	padding: 10px 16px;
}
.product.product-sm .product-name {
	font-size: 12px;
}
.product.product-sm .product-ratings {
	background: none;
	margin-bottom: 5px;
}
.product.product-sm .product-price-box {
	margin: 2px 0 3px;
}
.product.product-sm .product-price-box .old-price {
	font-size: 11px;
}
.product.product-sm .product-price-box .old-price + .product-price {
	margin-left: 3px;
}
.product.product-sm .product-price-box .product-price {
	font-size: 15px;
}

.sidebar.shop-sidebar .panel-group {
	margin-bottom: 40px;
}
.sidebar.shop-sidebar .panel-group .panel + .panel {
	margin-top: 14px;
}
.sidebar.shop-sidebar .panel.panel-default {
	border-radius: 6.99px;
	border: none;
}
.sidebar.shop-sidebar .panel.panel-default .panel-heading {
	border-radius: 0;
}
.sidebar.shop-sidebar .panel.panel-default .panel-heading .panel-title {
	margin: 0;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	color: #777;
}
.sidebar.shop-sidebar .panel.panel-default .panel-heading a {
	position: relative;
	border-radius: 6.99px 6.99px 0 0;
	padding-top: 11.5px;
	padding-bottom: 11.5px;
	padding-right: 45px;
	color: #777;
	border: 1px solid #ddd;
}
.sidebar.shop-sidebar .panel.panel-default .panel-heading a:before {
	font-family: 'FontAwesome';
	content: "\f0d8";
	width: 26px;
	height: 26px;
	display: block;
	border: 1px solid #ddd;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -13px;
	border-radius: 3px;
	color: #ccc;
	text-align: center;
	line-height: 24px;
	background-color: #fff;
	font-size: 10px;
}
.sidebar.shop-sidebar .panel.panel-default .panel-heading a:hover:before {
	background-color: #0088CC;
	border-color: #0088CC;
	color: #fff;
}
.sidebar.shop-sidebar .panel.panel-default .panel-heading a.collapsed {
	border-radius: 6.99px;
}
.sidebar.shop-sidebar .panel.panel-default .panel-heading a.collapsed:before {
	content: "\f0d7";
}
.sidebar.shop-sidebar .panel.panel-default .panel-body {
	padding: 15px 15px 7px;
	border: 1px solid #ddd;
	border-top: none;
	border-radius: 0 0 6.99px 6.99px;
	background-color: #fbfbfb;
}
.sidebar.shop-sidebar .filter-price {
	margin: 14px 0 9px;
}
.sidebar.shop-sidebar .filter-price #price-slider {
	margin-bottom: 20px;
}
.sidebar.shop-sidebar .filter-price .noUi-target {
	background: #eee;
	border-radius: 0;
	border: none;
	box-shadow: none;
}
.sidebar.shop-sidebar .filter-price .noUi-handle {
	background: #0088CC;
	cursor: pointer;
	border-radius: 5px;
	border: none;
	box-shadow: none;
}
.sidebar.shop-sidebar .filter-price .noUi-handle:before, .sidebar.shop-sidebar .filter-price .noUi-handle:after {
	display: none;
}
.sidebar.shop-sidebar .filter-price .noUi-horizontal {
	position: relative;
	height: 7px;
}
.sidebar.shop-sidebar .filter-price .noUi-horizontal .noUi-handle {
	position: absolute;
	width: 13px;
	height: 18px;
	border: 0;
	left: -6.5px;
	top: -6px;
}
.sidebar.shop-sidebar .filter-price .noUi-horizontal .noUi-base .noUi-origin {
	position: absolute;
}
.sidebar.shop-sidebar .filter-price .noUi-connect {
	background-color: #1ab3ff;
	box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
}
.sidebar.shop-sidebar .filter-price .filter-price-details {
	text-align: center;
}
.sidebar.shop-sidebar .filter-price .filter-price-details * {
	white-space: normal;
}
.sidebar.shop-sidebar .filter-price .filter-price-details span {
	vertical-align: middle;
	line-height: 26px;
}
.sidebar.shop-sidebar .filter-price .filter-price-details .form-control {
	display: inline-block;
	vertical-align: middle;
	color: #a3a2a2;
	padding: 2px 5px;
	font-size: 14px;
	margin: 0 2px;
	width: 50px;
	height: 26px;
}
.sidebar.shop-sidebar .filter-price .filter-price-details .btn {
	border: none;
	height: 26px;
	line-height: 26px;
	color: #fff;
	border-radius: 5px;
	padding: 0 10px;
	font-size: 14px;
	margin: 5px 0;
}
.sidebar.shop-sidebar ul, .sidebar.shop-sidebar ol {
	padding: 0;
	margin: -7px 0 0;
	list-style: none;
}
.sidebar.shop-sidebar ul li a, .sidebar.shop-sidebar ol li a {
	color: #777;
	line-height: 2.5;
}
.sidebar.shop-sidebar .configurable-filter-list {
	padding: 0;
	margin: 0 -5px;
	list-style: none;
	font-size: 0;
}
.sidebar.shop-sidebar .configurable-filter-list li {
	display: inline-block;
	margin: 0 5px 8px;
}
.sidebar.shop-sidebar .configurable-filter-list li a {
	display: block;
	color: #777;
	width: 30px;
	height: 30px;
	font-size: 14px;
	line-height: 28px;
	background: #f4f4f4;
	border: 1px solid #cccccc;
	border-radius: 3px;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
}
.sidebar.shop-sidebar .configurable-filter-list li a:hover {
	border-color: #0088CC;
	text-decoration: none;
}
.sidebar.shop-sidebar .configurable-filter-list.filter-list-color li a {
	padding: 1px;
}
.sidebar.shop-sidebar .configurable-filter-list.filter-list-color li a span {
	display: inline-block;
	width: 26px;
	height: 26px;
	border-radius: 3px;
}
.sidebar.shop-sidebar h4 {
	margin-bottom: 10px;
	text-transform: uppercase;
}
.sidebar.shop-sidebar .owl-carousel .owl-nav {
	top: -28px;
	width: auto;
	right: 5px;
	margin: 0;
	line-height: 1;
}
.sidebar.shop-sidebar .owl-carousel .owl-nav .owl-prev,
.sidebar.shop-sidebar .owl-carousel .owl-nav .owl-next {
	font-size: 16px;
	line-height: 1;
	min-width: 18px;
}

.product-essential {
	margin-bottom: 50px;
}

@media (max-width: 767px) {
	.product-img-box {
		margin-bottom: 25px;
	}
}
.product-img-box img {
	display: block;
	width: 100%;
	height: auto;
}
.product-img-box .product-img-wrapper {
	padding: 3px;
	border: 1px solid #ddd;
	border-radius: 6.99px;
}
.product-img-box .owl-carousel {
	margin-bottom: 0;
}

.zoomContainer {
	z-index: 49;
}

.product-img-box-wrapper {
	position: relative;
	margin-bottom: 10px;
}
.product-img-box-wrapper .product-img-zoom {
	position: absolute;
	right: 11px;
	bottom: 7px;
	z-index: 50;
}

.product-details-box .product-nav-container {
	float: right;
}
@media (max-width: 767px) {
	.product-details-box .product-nav-container {
		margin-top: -15px;
	}
}
.product-details-box .product-nav-container .product-nav {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	font-size: 0;
}
.product-details-box .product-nav-container .product-nav a {
	color: #555;
	display: inline-block;
	font-size: 22px;
	line-height: 58px;
	text-decoration: none;
	min-width: 31px;
	text-align: center;
}
.product-details-box .product-nav-container .product-nav a:hover, .product-details-box .product-nav-container .product-nav a:focus {
	text-decoration: none;
}
.product-details-box .product-nav-container .product-nav .product-nav-dropdown {
	border-top: 3px solid #0088CC;
	position: absolute;
	top: 100%;
	left: auto;
	right: 0;
	margin-right: -17.5px;
	padding: 10px;
	background-color: #fff;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	z-index: 1;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
	text-align: center;
	border-radius: 4px;
}
.product-details-box .product-nav-container .product-nav .product-nav-dropdown:before {
	content: "";
	width: 5px;
	height: 2px;
	border: 5px solid transparent;
	border-bottom-color: #0088CC;
	display: block;
	position: absolute;
	top: -13px;
	right: 32px;
}
.product-details-box .product-nav-container .product-nav .product-nav-dropdown img {
	display: block;
	width: 80px;
	height: auto;
	margin-bottom: 10px;
}
.product-details-box .product-nav-container .product-nav .product-nav-dropdown h4 {
	margin: 0;
	font-weight: 600;
	font-size: 11px;
	line-height: 1.35;
	color: #777;
}
.product-details-box .product-nav-container .product-nav.product-nav-prev .product-nav-dropdown {
	right: auto;
	left: 0;
	margin-left: -17.5px;
	margin-right: 0;
}
.product-details-box .product-nav-container .product-nav.product-nav-prev .product-nav-dropdown:before {
	right: auto;
	left: 32px;
}
.product-details-box .product-nav-container .product-nav:hover > .product-nav-dropdown {
	visibility: visible;
	opacity: 1;
}
.product-details-box .product-nav-container .product-nav:hover > a {
	color: #0088CC;
	text-decoration: none;
}
.product-details-box .product-name {
	margin: 15px 0;
	font-size: 28px;
	font-weight: 600;
	line-height: 1;
	color: #555;
}
.product-details-box .product-rating-container {
	margin-bottom: 20px;
}
.product-details-box .product-rating-container .product-ratings {
	vertical-align: middle;
	display: inline-block;
	background: none;
	margin: 0 2px 0 0;
	font-size: 16px;
	height: 20px;
}
.product-details-box .product-rating-container .product-ratings .ratings-box {
	margin-top: 1.5px;
	width: 100px;
	height: 16px;
}
.product-details-box .product-rating-container .product-ratings .ratings-box:before {
	width: 100px;
	height: 16px;
	font-size: 16px;
	line-height: 16px;
}
.product-details-box .product-rating-container .product-ratings .ratings-box .rating {
	height: 16px;
}
.product-details-box .product-rating-container .product-ratings .ratings-box .rating:before {
	width: 100px;
	height: 16px;
	font-size: 16px;
	line-height: 16px;
}
.product-details-box .product-rating-container .review-link {
	vertical-align: middle;
	display: inline-block;
	font-size: 14px;
	color: #bdbdbd;
}
.product-details-box .product-rating-container .review-link a {
	color: #bdbdbd;
	display: inline-block;
	vertical-align: bottom;
	padding: 0 5px;
}
.product-details-box .product-rating-container .review-link a:hover, .product-details-box .product-rating-container .review-link a:focus {
	text-decoration: none;
	color: #0088CC;
}
.product-details-box .product-short-desc {
	padding: 0 0 10px;
	border-bottom: 1px solid #ebebeb;
}
.product-details-box .product-short-desc p {
	font-size: 14px;
	line-height: 1.65;
	margin: 0 0 20px;
}
.product-details-box .product-detail-info {
	padding-bottom: 20px;
	margin-top: 20px;
	border-bottom: 1px solid #ebebeb;
}
.product-details-box .product-detail-info .product-price-box {
	margin: 0 0 20px;
}
.product-details-box .product-detail-info .product-price-box .old-price {
	vertical-align: bottom;
	font-size: 18px;
	line-height: 1.2;
	font-weight: 400;
	color: #999;
}
.product-details-box .product-detail-info .product-price-box .product-price {
	font-size: 33px;
	line-height: 1;
	color: #0088CC;
}
.product-details-box .product-detail-info .availability {
	margin: 0 0 10px;
	font-size: 14px;
	color: #777;
	font-weight: 400;
}
.product-details-box .product-detail-info .email-to-friend {
	margin-bottom: 0;
}
.product-details-box .product-detail-info .email-to-friend a {
	color: #0088CC;
}
.product-details-box .product-detail-options {
	margin: 20px 0 0;
	position: relative;
	padding-bottom: 0;
	border-bottom: 1px solid #ebebeb;
}
.product-details-box .product-detail-options label {
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	margin: 0 0 10px;
}
.product-details-box .product-detail-options label span:last-child {
	margin-left: 5px;
	font-weight: 400;
}
.product-details-box .product-detail-options .configurable-filter-list {
	padding: 0;
	margin: 0 0 20px;
	list-style: none;
	font-size: 0;
}
.product-details-box .product-detail-options .configurable-filter-list li {
	display: inline-block;
	margin: 0 3px 5px 0;
}
.product-details-box .product-detail-options .configurable-filter-list li a {
	display: block;
	color: #777;
	width: 30px;
	height: 30px;
	font-size: 14px;
	line-height: 28px;
	background: #f4f4f4;
	border: 1px solid #cccccc;
	border-radius: 3px;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
}
.product-details-box .product-detail-options .configurable-filter-list li a:hover {
	border-color: #0088CC;
	text-decoration: none;
}
.product-details-box .product-detail-options .configurable-filter-list.filter-list-color li a {
	padding: 1px;
}
.product-details-box .product-detail-options .configurable-filter-list.filter-list-color li a span {
	display: inline-block;
	width: 26px;
	height: 26px;
	border-radius: 3px;
}
.product-details-box .product-detail-qty {
	display: inline-block;
	vertical-align: middle;
	margin-right: 7px;
	width: 60px;
}
.product-details-box .product-detail-qty #product-vqty {
	border-radius: 3px;
	width: 35px !important;
	border-color: #e1e1e1;
	color: #0088CC;
	padding-left: 2px;
	padding-right: 2px;
	text-align: center;
}
.product-details-box .product-detail-qty .btn {
	border-radius: 3px;
}
.product-details-box .product-detail-qty .btn.btn-default {
	color: #ccc;
	font-size: 8px;
	border-color: #e1e1e1;
}
.product-details-box .product-detail-qty .btn.btn-default.bootstrap-touchspin-up {
	margin-top: -2px;
}
.product-details-box .product-detail-qty .btn.btn-default.bootstrap-touchspin-down {
	margin-bottom: -2px;
}
.product-details-box .product-actions {
	margin-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ebebeb;
}
.product-details-box .product-actions:after {
	content: '';
	display: table;
	clear: both;
}
.product-details-box .product-actions .addtocart {
	color: #fff;
	border-color: #0088CC;
	background-color: #0088CC;
	line-height: 36px;
	height: 38px;
	min-width: 160px;
	text-align: center;
}
.product-details-box .product-actions .addtocart:hover, .product-details-box .product-actions .addtocart:focus {
	color: #fff;
	border-color: #009ceb;
	background-color: #009ceb;
}
.product-details-box .product-actions .actions-right {
	float: right;
}
@media (max-width: 480px) {
	.product-details-box .product-actions .actions-right {
		float: none;
		margin-top: -5px;
	}
}
.product-details-box .product-actions .actions-right .addtowishlist,
.product-details-box .product-actions .actions-right .comparelink {
	opacity: 1;
	visibility: visible;
	left: auto;
	right: auto;
	width: 38px;
	height: 38px;
	line-height: 38px;
	font-size: 17px;
}
.product-details-box .product-actions .actions-right .addtowishlist + .comparelink {
	margin-left: 5px;
}
@media (min-width: 768px) {
	.product-details-box .product-share-box {
		padding-bottom: 20px;
	}
}

.bootstrap-touchspin .input-group-btn-vertical {
	position: relative;
	white-space: nowrap;
	width: 1%;
	vertical-align: middle;
	display: table-cell;
}

.bootstrap-touchspin .input-group-btn-vertical > .btn {
	display: block;
	float: none;
	width: 100%;
	max-width: 100%;
	padding: 9px 10px;
	margin-left: -1px;
	position: relative;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
	border-radius: 3px;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
	margin-top: -2px;
	border-radius: 3px;
}

.bootstrap-touchspin .input-group-btn-vertical i {
	position: absolute;
	top: 5px;
	left: 6px;
	font-size: 9px;
	font-weight: normal;
}

.sidebar .feature-box h4 {
	color: #313131;
	font-size: 16px;
	margin: 0;
	line-height: 1.5;
	padding-top: 6px;
	font-weight: 600;
}
.sidebar .feature-box .feature-box-info {
	padding-left: 60px;
	font-size: 12px;
}
.sidebar .feature-box.feature-box-style-3 {
	min-height: 50px;
	margin-bottom: 20px;
}
.sidebar .feature-box.feature-box-style-3 .feature-box-icon {
	font-size: 30px;
	color: #000;
	float: left;
	width: 50px;
	height: 50px;
	line-height: 48px;
	border: 1px solid #bbb;
	border-radius: 50%;
	text-align: center;
}
.sidebar .feature-box.feature-box-style-3 .feature-box-icon i.fa {
	color: #000;
}
.sidebar.product-sidebar .product.product-sm .product-image-area {
	width: 44%;
}
.sidebar.product-sidebar .product.product-sm .product-details-area {
	width: 56%;
}
.sidebar.product-sidebar .product.product-sm .product-name {
	font-size: 13px;
	margin-bottom: 10px;
}
.sidebar.product-sidebar .product.product-sm .product-price-box .product-price {
	font-size: 20px;
}
.sidebar.product-sidebar .owl-carousel .owl-nav {
	top: -68px;
}

.tabs.product-tabs {
	margin-bottom: 40px;
}
@media (min-width: 992px) {
	.tabs.product-tabs {
		margin-bottom: 50px;
	}
}
@media (max-width: 600px) {
	.tabs.product-tabs .nav-tabs li {
		display: block;
	}
}
.tabs.product-tabs .tab-content {
	padding: 37px 15px;
	min-height: 200px;
	border-radius: 0 0 3px 3px;
	box-shadow: 0 1px 2px #eee;
	background-color: #fff;
}
.tabs.product-tabs .tab-content p {
	margin-bottom: 15px;
}

@media (max-width: 767px) {
	.tabs.product-tabs.tabs-left .nav-tabs {
		display: block;
		width: 100%;
		height: auto;
	}
}
@media (max-width: 767px) {
	.tabs.product-tabs.tabs-left li {
		display: block;
	}
}
.tabs.product-tabs.tabs-left li a {
	border-radius: 5px 0 0 5px;
	border-top: 1px solid #eee !important;
	border-bottom: 1px solid #eee !important;
}
@media (min-width: 768px) {
	.tabs.product-tabs.tabs-left li a {
		border-right: none;
		margin-right: -1px;
		text-align: right;
	}
}
@media (max-width: 767px) {
	.tabs.product-tabs.tabs-left li a {
		margin-left: 0;
		margin-right: 0;
		border-right: 1px solid #eee !important;
	}
}
@media (min-width: 768px) {
	.tabs.product-tabs.tabs-left li + li {
		margin-top: 2px;
	}
}
.tabs.product-tabs.tabs-left .tab-content {
	border-left: 1px solid #eee;
	padding: 37px 15px 27px;
}
@media (min-width: 768px) {
	.tabs.product-tabs.tabs-left .tab-content {
		min-height: 250px;
	}
}
@media (max-width: 767px) {
	.tabs.product-tabs.tabs-left .tab-content {
		display: block;
		width: 100%;
		height: auto;
		padding-top: 25px;
		padding-bottom: 15px;
	}
}

.product-table,
.ratings-table {
	width: 100%;
	border-spacing: 0;
	empty-cells: show;
	font-size: 100%;
}
.product-table thead th,
.product-table tbody td,
.ratings-table thead th,
.ratings-table tbody td {
	border-bottom: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	padding: 15px 10px;
	line-height: 1.3;
}
@media (max-width: 600px) {
	.product-table thead th,
	.product-table tbody td,
	.ratings-table thead th,
	.ratings-table tbody td {
		padding-left: 5px;
		padding-right: 5px;
	}
}

.product-table {
	border: 1px solid #ddd;
}
.product-table .table-label {
	font-weight: 700;
	color: #000;
}

.ratings-table {
	margin: 20px 0 40px;
	border: 1px solid #ddd;
}
@media (max-width: 767px) {
	.ratings-table {
		margin-bottom: 30px;
	}
}
.ratings-table input[type=checkbox], .ratings-table input[type=radio] {
	margin-left: auto;
	margin-right: auto;
}
@media (max-width: 600px) {
	.ratings-table thead {
		display: none;
	}
}
.ratings-table thead th {
	font-weight: 600;
	font-size: 11px;
	padding: 3px 15px;
	color: #777;
	white-space: nowrap;
	vertical-align: middle;
	text-transform: uppercase;
	background-color: #f6f6f6;
	text-align: center;
}
.ratings-table tbody td {
	font-size: 13px;
	text-align: center;
}
.ratings-table tbody td:first-child {
	font-weight: 700;
	text-align: left;
}

.product-desc-area ul {
	padding-left: 15px;
	margin-left: 2px;
}
.product-desc-area ul li {
	line-height: 20px;
}
.product-desc-area p {
	margin-bottom: 15px;
}

.product-tags-area label {
	display: block;
	font-size: 18px;
	margin: 0 0 20px;
	font-weight: 400;
}
.product-tags-area .form-control.pull-left {
	width: 250px;
	margin-right: 10px;
}

#header .dropdowns-container {
	float: right;
}
#header .dropdowns-container:after {
	content: '';
	display: table;
	clear: both;
}

#header .header-dropdown {
	position: absolute;
	padding:0px;
	margin:0px;
	float: right;
	right:15px;
	margin-top:-30px;
	font-family: "華康行書體";
	font-size:18px;
}
#header .header-dropdown > a {
	display: inline-block;
	line-height: 24px;
	color: #000;
	padding-left: 10px;
	padding-right: 15px;
}
#header .header-dropdown > a i {
	margin-left: 4px;
}
@media (max-width: 420px) {
	#header .header-dropdown > a {
		padding-left: 5px;
		padding-right: 10px;
	}
	#header .header-dropdown > a i {
		margin-left: 3px;
	}
}
#header .header-dropdown:first-child > a {
	padding-left: 0;
}
#header .header-dropdown a {
	text-transform: uppercase;
}
#header .header-dropdown a img {
	display: inline-block;
	max-width: 16px;
	height: auto;
	vertical-align: middle;
	margin-right: 6px;
	margin-top: -2px;
}
#header .header-dropdown a:hover, #header .header-dropdown a:focus {
	text-decoration: none;
}
#header .header-dropdown .header-dropdownmenu {
	list-style: none;
	display: none;
	position: absolute;
	right: 10px;
	top: 100%;
	margin: 0;
	padding: 4px 0;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 3px;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}
#header .header-dropdown .header-dropdownmenu li {
	padding: 2px 9px;
	line-height: 1;
}
#header .header-dropdown .header-dropdownmenu li a {
	line-height: 1;
	color: #000;
}
#header .header-dropdown .header-dropdownmenu li a img {
	margin-top: -3px;
}
#header .header-dropdown .header-dropdownmenu li:hover {
	background-color: #ccc;
}
#header .header-dropdown .header-dropdownmenu li:hover a {
	color: #000;
	background-color: #ccc;
}
#header .header-dropdown.lang-dropdown .header-dropdownmenu {
	min-width: 98px;
}
#header .header-dropdown:hover .header-dropdownmenu, #header .header-dropdown:focus .header-dropdownmenu {
	display: block;
}
#header .header-dropdown + .header-dropdown,
#header .header-dropdown + .compare-dropdown {
	margin-left: 7px;
}
#header .header-dropdown + .header-dropdown:before,
#header .header-dropdown + .compare-dropdown:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 1px;
	height: 14px;
	position: absolute;
	left: -7px;
	top: 50%;
	margin-top: -7px;
	background-color: #eee;
}
@media (max-width: 420px) {
	#header .header-dropdown + .header-dropdown,
	#header .header-dropdown + .compare-dropdown {
		margin-left: 4px;
	}
	#header .header-dropdown + .header-dropdown:before,
	#header .header-dropdown + .compare-dropdown:before {
		left: -5px;
	}
}


.newsletter-popup {
	max-width: 700px;
	height: 324px;
	background: #000;
	padding: 40px 40px 25px;
	border-radius: 5px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.newsletter-popup-content {
	max-width: 300px;
	text-align: center;
}
.newsletter-popup-content .btn,
.newsletter-popup-content .form-control {
	font-size: 13px;
	padding-top: 7px;
	padding-bottom: 7px;
}
.newsletter-popup-content .form-control {
	height: 34px;
}

.newsletter-popup h2 {
	font-weight: 700;
	color: #313131;
	font-size: 16px;
	line-height: 1;
	margin: 30px 0 12px;
}

.newsletter-popup p {
	font-size: 13px;
	line-height: 1.4;
	color: #444;
}

.newsletter-popup form {
	margin: 0 0 8px;
}

.newsletter-subscribe {
	font-size: 11px;
	text-align: left;
}
.newsletter-subscribe .checkbox {
	margin-top: 15px;
}
.newsletter-subscribe input {
	margin-top: 2px;
}
.newsletter-subscribe label {
	font-size: 11px;
}

.mfp-close-btn-in .newsletter-popup .mfp-close {
	color: #0088CC;
	font-weight: 700;
	opacity: 0.85;
	top: -5px;
}