/*------------------------------------------------------------------
[Table of contents]
This file include css code for element.
Press Ctrl + F to find component. Ex: "#Header";

#General
#Button
#Product
#Image Slider
#Icon Box
#Contact
#Contact Form
#Timeline
#Partner
#Video
#CounterBox
#Feature Box
#Map
#Galllery
#Testimonial
#Team Slider
#Event List
#Blog
#Banner
-------------------------------------------------------------------*/

/* ==========================================================================
	#General
========================================================================== */

.swin-sc {
	position: relative;
}
.swin-transition,
.swin-sc-contact .item .media-left .wrapper-icon,
.swin-sc-product.products-02 .products .item .block-img:before,
.swin-btn,
.swin-btn:after,
ul.nav.nav-tabs > li > a,
.title,
.title a,
.socials li a,
.swin-sc-isotope .grid-item .grid-wrap-item:before,
.swin-sc-isotope .grid-item .gallery-title,
.swin-sc-video .play-btn,
.swin-sc-event .swin-sc-event-inner,
.swin-sc-contact-form .form-group .input-group .input-group-addon {
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

/* ==========================================================================
	#Button
========================================================================== */
.swin-btn {
	min-width: 50px;
	min-height: 20px;
	padding: 10px 35px;
	background-color: #f15f2a;
	border: 1px solid #f15f2a;
	text-transform: uppercase;
	border-radius: 25px;
	display: inline-block;
	position: relative;
	color: #fff;
}
.swin-btn a {
	color: #fff;
}
.swin-btn span {
	position: relative;
	top: 0;
	transition: all 0.3s ease;
	transition-delay: 0.2s;
}
.swin-btn:before {
	content: '';
	position: absolute;
	height: 1px;
	left: 35px;
	right: 35px;
	bottom: 5px;
	background-color: #fff;
	opacity: 0;
	transition: all 0.3s ease;
	transition-delay: 0.2s;
}
.swin-btn:after {
	content: '';
	position: absolute;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #fff;
	top: 50%;
	right: 12px;
	margin-top: -3px;
}
.swin-btn:hover {
	color: #fff;
}
.swin-btn:hover span {
	color: #fff;
	top: -2px;
}
.swin-btn:hover:before {
	opacity: 1;
	bottom: 12px;
}
.swin-btn:hover:after {
	right: 50%;
	opacity: 0;
}
.swin-btn:focus {
	background-color: #f15f2a;
}
.swin-btn.btn-reverse:hover {
	background-color: #fff;
	color: #f15f2a;
	border-color: #fff;
}
.swin-btn.btn-reverse:hover span {
	color: #f15f2a;
}
.swin-btn.btn-reverse:hover:after {
	background-color: #f15f2a;
}
.swin-btn.btn-transparent {
	background-color: transparent;
	color: #f15f2a;
}
.swin-btn.btn-transparent span {
	color: #f15f2a;
}
.swin-btn.btn-transparent:after {
	background-color: #f15f2a;
}
.swin-btn.btn-transparent:hover {
	color: #fff;
	border-color: #f15f2a;
}
.swin-btn.btn-transparent:hover span {
	color: #f15f2a;
}
.swin-btn.btn-transparent:hover:before {
	background-color: #f15f2a;
}
.swin-btn-wrap.center {
	text-align: center;
}

/* ==========================================================================
	#Product
========================================================================== */
.swin-sc-product.products-01.style-01 .block-img img{
	border-radius: 50%;
}
.swin-sc-product.products-01.style-01 .cat-wrapper .cat-title {
	color: #f15f2a;
	font-size: 38px;
	line-height: 35px;
	margin-top: 35px;
}
.swin-sc-product .cat-box{
	position: relative;
	margin-bottom: 55px;
}
.swin-sc-product .cat-wrapper-02::before{
	position: absolute;
	content:"";
	background-color: #f1f1f1;
	height: 1px;
	width: 100%;
	left: 0;
	bottom: 0;
}
.swin-sc-product  .cat-box::before{
	position: absolute;
	content:"";
	background-color: #f1f1f1;
	height: 6px;
	width: 6px;
	border-radius: 50%;
	left: 15px;
	bottom:-2px;
}
.swin-sc-product .cat-box::after{
	position: absolute;
	content:"";
	background-color: #f1f1f1;
	height: 6px;
	width: 6px;
	right:15px;
	border-radius: 50%;
	bottom: -2px;
}
.swin-sc-product .cat-wrapper-02 .item.slick-active.slick-current:after {
	content: '';
	height: 2px;
	position: absolute;
	background-color: #f15f2a;
	left: 50%;
	width: 45%;
	transform: translateX(-50%);
	bottom: 0;
}
.swin-sc-product .cat-wrapper-02 .item.slick-active.slick-current:after {
	content: '';
	height: 2px;
	position: absolute;
	background-color: #f15f2a;
	left: 50%;
	width: 45%;
	transform: translateX(-50%);
	bottom: 0;
}
.swin-sc-product .cat-wrapper-02 .item.slick-active:hover:after {
	content: '';
	height: 2px;
	position: absolute;
	background-color: #f15f2a;
	left: 50%;
	width: 45%;
	transform: translateX(-50%);
	bottom: 0;
}
.swin-sc-product .cat-wrapper-02 .cat-title{
	cursor: pointer;
}
.swin-sc-product.light .title {
	color: #ffffff !important;
}
.swin-sc-product.light .des {
	color: #c9c9c9 !important;
}
.swin-sc-product .cat-wrapper img {
	width: 100%;
}
.swin-sc-product .cat-wrapper .slick-dots li.slick-active button:before {
	opacity: 1;
}
.swin-sc-product .cat-wrapper-02 .item .cat-icons {
	width: 70px;
	text-align: center;
	margin: auto;
	cursor: pointer;
}
.swin-sc-product .cat-wrapper-02 .item .cat-icons .icons {
	color: #cacaca;
	font-size: 30px;
	padding: 20px;
	border: 1px solid transparent;
	transition: all .3s ease;
	border-radius: 50%;
}
.swin-sc-product .cat-wrapper-02 .item .cat-icons:hover .icons {
	border-color: #f15f2a;
	color: #f15f2a;
}
.swin-sc-product .cat-wrapper-02 {
	margin: auto;
}
.swin-sc-product .cat-wrapper-02 .slick-track{
	margin: auto;
}
.swin-sc-product .cat-wrapper-02 .item {
	margin-top: 0;
	display: inline-block;
	position: relative;
}
.swin-sc-product .cat-wrapper-02 .item .cat-image {
	width: 150px;
	margin: 0 auto;
}
.swin-sc-product .cat-wrapper-02 .item .cat-title {
	font-size: 14px;
	text-transform: capitalize;
	color: #616f7d;
	text-align: center;
}
.swin-sc-product .cat-wrapper-02 .item.slick-current .cat-title {
	color: #29272e;
	font-weight: 700;
}
.swin-sc-product .cat-wrapper-02 .item.slick-current .cat-icons .icons {
	border-color: #f15f2a;
	color: #f15f2a;
}
.swin-sc-product .cat-wrapper-03 {
	margin-bottom: 50px;
}
.swin-sc-product .cat-wrapper-03 .slick-track{
	margin: auto;
}
.swin-sc-product .cat-wrapper-03 .item {
	margin-top: 0;
	display: inline-block;
	position: relative;
}
.swin-sc-product .cat-wrapper-03 .item .cat-image {
	width: 150px;
	margin: 0 auto;
}
.swin-sc-product .cat-wrapper-03 .item .cat-title {
	font-size: 14px;
	text-transform: capitalize;
	color: #29272e;
	text-align: center;
}
.swin-sc-product .cat-wrapper-03.cat-images .item.slick-active + .slick-active.item:after {
	display: none;
}
.swin-sc-product .cat-wrapper-03.main-slider .slick-active img {
	filter: grayscale(1);
}
.swin-sc-product .cat-wrapper-03.main-slider .slick-current img {
	filter: none;
}
.swin-sc-product .cat-wrapper-03.main-slider .slick-arrow .arrow-slide:before {
	width: 40px;
}
.swin-sc-product .cat-wrapper-03.main-slider .slick-arrow .arrow-slide i {
	width: 30px;
	height: 30px;
	line-height: 28px;
	font-size: 12px;
}
.swin-sc-product .cat-wrapper-03.cat-images  .item .cat-title{
	text-transform: uppercase;
	font-size: 22px;
	font-weight: 700;
	line-height: 1;
}
.swin-sc-product .cat-wrapper-03.cat-images  .item.slick-current .cat-title{
	 color: #f15f2a;
}
.swin-sc-product.products-01 {
	text-align: center;
}
.swin-sc-product.products-01 .cat-wrapper .cat-title {
	font-size: 25px;
	text-transform: uppercase;
	font-weight: bold;
	color: #29272e;
	letter-spacing: 2px;
	margin-top: 20px;
}
.swin-sc-product.products-01 .cat-wrapper .slick-dots li,
.swin-sc-product.products-01 .cat-wrapper .slick-dots li button,
.swin-sc-product.products-01 .cat-wrapper .slick-dots li button:before {
	width: 10px;
}
.swin-sc-product.products-01 .cat-wrapper .slick-dots li button:before {
	color: #f15f2a;
}
.swin-sc-product .products  .des {
	color: #616f7d;
}
.swin-sc-product.products-01 .products {
	font-family: "Rancho", serif;
}
.swin-sc-product.products-01 .products .col-md-3:nth-child(-n+4) .item {
	margin-top: 0;
}
.swin-sc-product.products-01 .products .item .block-img {
	position: relative;
}
.swin-sc-product.products-01 .products .item .block-img img {
	width: 80%;
	margin: auto;
}
.swin-sc-product.products-01 .products .item .block-img .group-btn {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate3D(-50%, -50%, 0);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}
.swin-sc-product.products-01 .products .item .block-img .swin-btn {
	min-width: 34px;
	height: 34px;
	border-radius: 50%;
	padding: 0;
	line-height: 34px;
	color: #ffffff;
}
.swin-sc-product.products-01 .products .item .block-img .swin-btn i {
	line-height: 34px;
}
.swin-sc-product.products-01 .products .item .block-img .on-sale {
	position: absolute;
	top: 5%;
	right: 5%;
}
.swin-sc-product .products .item  .on-sale {
	color: #fff;
	border-radius: 50%;
	background-color: #f15f2a;
	padding: 3px;
}
.swin-sc-product.products-01 .products .item .block-img .swin-btn:after {
	display: none;
}
.swin-sc-product.products-01 .products .item .block-img .btn-link,
.swin-sc-product.products-01 .products .item .block-img .btn-add-to-cart {
	margin-right: 8px;
	opacity: 0;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin-top: 25px;
}
.swin-sc-product.products-01 .products .item .block-img .btn-link {
	background-color: #8d8d8d;
	border-color: #8d8d8d;
}
.swin-sc-product.products-01 .products .item .block-img .btn-link:hover {
	background-color: #f15f2a;
	border-color: #f15f2a;
}
.swin-sc-product.products-01 .products .item .block-img .btn-add-to-cart {
	margin-right: 0;
	background-color: #8d8d8d;
	transition-delay: 0.2s;
	border-color: #8d8d8d;
}
.swin-sc-product.products-01 .products .item .block-img .btn-add-to-cart:hover {
	background-color: #f15f2a;
	border-color: #f15f2a;
}
.swin-sc-product.products-01 .products .item .block-img:hover img {
	opacity: 0.5;
}
.swin-sc-product.products-01 .products .item .block-img:hover .group-btn {
	display: block;
}
.swin-sc-product.products-01 .products .item .block-img:hover .btn-link,
.swin-sc-product.products-01 .products .item .block-img:hover .btn-add-to-cart {
	opacity: 1;
	margin-top: 0;
}
.swin-sc-product.products-01 .products .item .title {
	font-size: 20px;
	line-height: 24px;
	display: block;
	text-transform: capitalize;
	color: #29272e;
	margin-bottom: 5px;
}
.swin-sc-product.products-01.style-01 .products .item .title {
   margin-top: 10px;
}
.swin-sc-product.products-01 .products .item .woocommerce-Price-currencySymbol {
	vertical-align: super;
	font-size: 18px;
}
.swin-sc-product.products-01.style-01 .products .item .star-rating,
.swin-sc-product.products-01.style-03 .products .star-rating{
	display: inline-block;
}
.swin-sc-product.products-01.style-02 .products .item .star-rating,
.swin-sc-product.products-01.style-04 .products .star-rating{
   margin-top: 3px;
}
.swin-sc-product.products-01 .products .item .price {
	color: #29272e;
	font-size: 22px;
	line-height: 1;
	display: block;
}
.swin-sc-product.light .products .item .price {
	color: #fff;
}
.swin-sc-product.products-01.style-01 .cat-wrapper .cat-title{
	color: #f15f2a;
	font-size: 35px;
	line-height: 35px;
	margin-top: 35px;
}
.swin-sc-product.products-01.style-02 .cat-wrapper {
	margin-right: 65px;
}
.swin-sc-product.products-01.style-02 .products {
	text-align: left;
}
.swin-sc-product .woocommerce-Price-amount del{
	color: #aaa9af;
}
.swin-sc-product.products-01.style-02 .products div[class*='col-'] > .item {
	margin-top: 25px;
}
.swin-sc-product.products-01.style-02 .products .col-md-2:nth-child(6n+1) {
	clear: left;
}
.swin-sc-product.products-01.style-02 .products .col-md-4:nth-child(-n+3) > .item {
	margin-top: 0;
}
.swin-sc-product.products-01.style-02 .products .col-md-3:nth-child(-n+4) > .item {
	margin-top: 0;
}
.swin-sc-product.products-01.style-02 .products .col-md-6:nth-child(-n+2) > .item {
	margin-top: 0;
}
.swin-sc-product.products-01.style-02 .products .col-md-12:first-child > .item {
	margin-top: 0;
}
.swin-sc-product.products-01.style-02 .products .col-md-3:nth-child(4n+5) {
	clear: left;
}
.swin-sc-product.products-01.style-02 .products .col-md-4:nth-child(3n+4) {
	clear: left;
}
.swin-sc-product.products-01.style-02 .products .col-md-6:nth-child(2n+3) {
	clear: left;
}
.swin-sc-product.products-01.style-02 .products .item {
	display: table;
	width: 100%;
}
.swin-sc-product.products-01.style-02 .products .item-left {
	width: 88%;
	float: left;
	overflow: hidden;
}
.swin-sc-product.products-01.style-02 .products .item-left img {
	width: 70px;
	height: 70px;
	display: table-cell;
	float: left;
	margin-right: 15px;
	border-radius: 50%;
}
.swin-sc-product.products-01.style-02 .products .item-left .dot {
	display: table-cell;
	padding-left: 5px;
	opacity: 0.7;
	font-size: 12px;
	letter-spacing: 1px;
}
.swin-sc-product.products-01.style-02 .products .item-left .title {
	display: table-cell;
	font-size: 26px;
	position: relative;
}
.swin-sc-product.products-01.style-02 .products .item-left .title:before {
	content: '';
	position: absolute;
	width: 1000px;
	border-bottom: 1px dotted #616f7d;
	bottom: 6px;
	left: 102%;
}
.swin-sc-product.products-01.style-02 .products .item-left .des {
	font-family: 'Merriweather Sans', sans-serif;
}
.swin-sc-product.products-01.style-02 .products .item-right {
	width: 10%;
	float: right;
	padding-left: 5px;
	color: #1d1b20;
}
.swin-sc-product .products .btn-atc {
	background-color: #f15f2a;
	color: #fff;
	border-radius: 25px;
	border : 1px solid #f15f2a;
	padding: 2px 9px;
	margin-top: 5px;
	float: right;
	font-size: 12px;
	font-family: 'Merriweather Sans', sans-serif;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position: relative;
}
.swin-sc-product .products .btn-atc:hover:before {
	content: '';
	position: absolute;
	height: 1px;
	left: 15%;
	width: 72%;
	top: 18px;
	z-index: 1;
	background-color: #ffffff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.swin-sc-product.products-01.style-02 .products .item .price{
	color: #29272e;
}
.swin-sc-product.products-01.style-02 .woocommerce-Price-amount{
	display: block;
	min-width: 52px;
}
.swin-sc-product.products-01.style-02 .products .item-right .price {
	float: right;
}
.swin-sc-product.products-01.style-04 .products {
	text-align: left;
	padding-bottom: 70px;
}
.swin-sc-product.products-01.style-04 .products .item {
	margin-top: 10px;
	margin-bottom: 20px;
	display: table;
	width: 100%;
}
.swin-sc-product.products-01.style-04 .products .item-left {
	width: 90%;
	float: left;
	overflow: hidden;
}
.swin-sc-product.products-01.style-04 .products .item-left .img-wrap {
	width: 70px;
	height: 70px;
	display: table-cell;
	float: left;
	margin-right: 15px;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
}
.swin-sc-product.products-01.style-04 .products .item-left img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: auto;
	max-width: none;
}
.swin-sc-product.products-01.style-04 .products .item-left .dot {
	display: table-cell;
	padding-left: 5px;
	opacity: 0.7;
	font-size: 12px;
	letter-spacing: 1px;
}
.swin-sc-product.products-01.style-04 .products .item-left .content-wrapper {
	display: table-cell;
}
.swin-sc-product.products-01.style-04 .products .item-left .title {
	display: table-cell;
	font-size: 24px;
	line-height: 27px;
	font-family: "Rancho", serif;
}
.swin-sc-product.products-01.style-04 .products .item-left .des {
	font-weight: 400;
	color: #616f7d;
	font-family: 'Merriweather Sans', sans-serif;
}
.swin-sc-product.products-01.style-04 .products .item-right {
	width: 10%;
	float: right;
	padding-left: 5px;
	color: #1d1b20;
}
.swin-sc-product.products-01.style-04 .products .item-right .price {
	float: right;
}
.swin-sc-product.products-01.style-04 .products .slick-current + .slick-active {
	opacity: 0.5;
}
.swin-sc-product.products-01.style-04 .products .slick-current + .slick-active + .slick-active {
	opacity: 0.5;
}
/* style 03 */
.swin-sc-product.products-01.style-03 .products.nav-slider .item .block-img{
	padding: 0 10px;
}
/* style 06 */
.swin-sc-product.products-01.style-07 .products .item .title {
	font-size: 30px;
}
.swin-sc-product.products-01.style-07 .products .item .img-wrap {
	padding-top: 100%;
	border-radius: 50%;
	border: 1px solid #ccc;
	overflow: hidden;
	position: relative;
	margin-bottom: 15px;
}
.swin-sc-product.products-01.style-07 .products .item .img-wrap img {
	position: absolute;
	width: 100%;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.swin-sc-product.products-01.style-07 .products .block-show {
	position: relative;
}
.swin-sc-product.products-01.style-07 .products .item .block-img .group-btn {
	left: auto;
	right: 0;
	top: 0;
	-webkit-transform: none;
	-moz-transform: none;
	transform: none;
}
.swin-sc-product.products-01.style-07 .products .item .block-img .price,
.swin-sc-product.products-01.style-07 .products .item .block-img .btn-add-to-cart {
	margin-top: 0;
	margin-right: -20px;
	opacity: 0;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.swin-sc-product.products-01.style-07 .products .item .block-img .price {
	font-size: 22px;
	color: #fff;
	background-color: #f15f2a;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	line-height: 50px;
	margin-bottom: 10px;
}
.swin-sc-product.products-01.style-07 .products .item .block-img .price .woocommerce-Price-currencySymbol {
	font-size: 16px;
	margin-right: 3px;
}
.swin-sc-product.products-01.style-07 .products .item .block-img .btn-add-to-cart {
	transition-delay: 0.2s;
}
.swin-sc-product.products-01.style-07 .products .item .block-img:hover .price,
.swin-sc-product.products-01.style-07 .products .item .block-img:hover .btn-add-to-cart {
	opacity: 1;
	margin-right: 0;
}
.swin-sc-product.products-01.style-07 .products .item .block-img:hover .img-wrap {
	background-color: #fff;
}
.swin-sc-product.style-07 .products .item {
	padding: 0 15px;
}
.swin-sc-product.style-07 .prev-slide {
	left: -40px;
	top: 40%;
}
.swin-sc-product.style-07 .next-slide {
	right: -40px;
	top: 40%;
}
.swin-sc-product.style-07 .slick-arrow .arrow-slide::before {
	display: none;
}
.swin-sc-product.products-02 .nav-slider .row.slick-slide .col-md-4:nth-child(3n+1) {
	clear: left;
}
.swin-sc-product.products-02 .products .item .block-img .on-sale {
	position: absolute;
	top: 5%;
	right: 5%;
}
.swin-sc-product.products-02 .btn-load-more {
	margin-top: 55px;
}
.swin-sc-product.products-02 .products .slick-padding {
	padding: 10px;
}
.swin-sc-product.products-02 .products .item {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.swin-sc-product.products-02 .products .item:hover {
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
.swin-sc-product.products-02 .products .item .block-img {
	position: relative;
}
.swin-sc-product.products-02 .products .item .block-img .price-wrapper {
	position: absolute;
	bottom: -23px;
	right: 15px;
	text-align: center;
	width: 60px;
	line-height: 54px;
	height: 60px;
	color: #ffffff;
	box-shadow: 0 0 16px 4px rgba(0, 0, 0, 0.2);
}
.swin-sc-product.products-02 .products .item .block-img .group-btn {
	position: absolute;
	bottom: 30px;
	right: 28px;
	width: 35px;
}
.swin-sc-product.products-02 .products .item .block-img .swin-btn {
	min-width: 34px;
	height: 34px;
	border-radius: 50%;
	padding: 0;
	line-height: 34px;
	color: #ffffff;
}
.swin-sc-product.products-02 .products .item .block-img .swin-btn:after {
	display: none;
}
.swin-sc-product.products-02 .products .item .block-img .btn-link,
.swin-sc-product.products-02 .products .item .block-img .btn-add-to-cart {
	margin-bottom: 8px;
	opacity: 0;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-align: center;
	position: relative;
	bottom: 0;
}
.swin-sc-product.products-02 .products .item .block-img .btn-link {
	background-color: #8d8d8d;
	border-color: #8d8d8d;
}
.swin-sc-product.products-02 .products .item .block-img .btn-link:hover {
	background-color: #f15f2a;
	border-color: #f15f2a;
}
.swin-sc-product.products-02 .products .item .block-img .btn-add-to-cart {
	margin-right: 0;
	background-color: #8d8d8d;
	transition-delay: 0.2s;
	border-color: #8d8d8d;
}
.swin-sc-product.products-02 .products .item .block-img .btn-add-to-cart:hover {
	background-color: #f15f2a;
	border-color: #f15f2a;
}
.swin-sc-product.products-02 .products .item .block-img:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 0;
}
.swin-sc-product.products-02 .products .item:hover .block-img:before {
	opacity: 1;
}
.swin-sc-product.products-02 .products .item .block-img:hover .group-btn {
	display: block;
}
.swin-sc-product.products-02 .products .item:hover .block-img .btn-link,
.swin-sc-product.products-02 .products .item:hover .block-img .btn-add-to-cart {
	opacity: 1;
	bottom: 10px;
}
.swin-sc-product.products-02 .products .item .block-content {
	padding: 30px 30px 20px;
}
.swin-sc-product.products-02 .products .item .title {
	margin-top: 0;
	margin-bottom: 8px;
	font-size: 30px;
	font-family: "Rancho", serif;
	text-transform: capitalize;
}
.swin-sc-product.products-02 .products .item .product-info {
	margin-bottom: 0;
}
.swin-sc-product.products-02.carousel-01 .products .slick-list {
	padding: 25px 8px;
}
.swin-sc-product.products-02.carousel-01 .products .item {
	margin: 0 15px;
}
.swin-sc-product.products-02.carousel-01 .slick-arrow .arrow-slide:before {
	background-color: #f1f1f1;
}
.swin-sc-product.products-02.carousel-01 .slick-arrow .arrow-slide i {
	color: #aeaead;
	border-color: #f1f1f1;
}
.swin-sc-product.products-02.carousel-01 .prev-slide {
	left: -100px;
}
.swin-sc-product.products-02.carousel-01 .next-slide {
	right: -100px;
}
.swin-sc-product.products-02 .block-content .price-wrapper {
	background-color: transparent;
	width: auto;
	height: auto;
}
.swin-sc-product.products-02 .block-img .price-wrapper del{
	display: none;
}
.swin-sc-product.products-02 .block-content .price-wrapper  ins,
.swin-sc-product.products-02 .block-content .price .woocommerce-Price-amount{
	display: none;
}
.swin-sc-product.products-02 .block-content .price del .woocommerce-Price-amount{
	display: block;
}
.swin-sc-product.products-02 .product-info{
	display: table;
	width: 100%;
}
.swin-sc-product.products-02 .product-info .star-rating{
	float: left;
}
.swin-sc-product.products-02 .des{
	margin-bottom: 10px;
}
.swin-sc-product ins{
	text-decoration: none;
}
.product-info {
	margin-bottom: 15px;
}
.product-info .author {
	margin-right: 20px;
	position: relative;
}
.product-info .author .text {
	color: #f15f2a;
	margin-left: 7px;
}
.product-info .author:after {
	content: '';
	position: absolute;
	top: 5px;
	right: -14px;
	height: 12px;
	width: 2px;
	background-color: #ccc;
}
.product-info .rating a i {
	color: #f15f2a;
}
.product-info .rating a i.fa-star-o {
	color: #616f7d;
}
.product-info .rating span {
	margin-left: 7px;
}

/* ==========================================================================
	#Image Slider
========================================================================== */
.swin-sc-image-slider .slick-arrow .arrow-slide i{
	border-color: #fff;
	color: #fff;
}
.swin-sc-image-slider .slick-arrow .arrow-slide:before{
	background-color: #fff;
}
.swin-sc-image-slider ul.slick-dots li button:before,
.swin-sc-image-slider ul.slick-dots li.slick-active button:before{
	color: #fff;
}
.swin-sc-image-slider ul.slick-dots{
	bottom: 25px;
}
.swin-sc-image-slider .slick-dots li button:before{
	font-size: 9px;
}

/* ==========================================================================
	#Icon Box
========================================================================== */

/*style 01*/
.swin-sc-iconbox .item {
	margin-top: 40px;
	color: #404a53;
	text-align: center;
}
.swin-sc-iconbox .item .wrapper-icon {
	margin: auto;
	font-size: 60px;
	width: 120px;
	height: 120px;
	background-color: #ffffff;
	line-height: 120px;
	text-align: center;
	border-radius: 50%;
	transition: all .3s ease;
	border: 1px dashed #7b7b7b;
}
.swin-sc-iconbox .item .title {
	margin-top: 30px;
	text-transform: uppercase;
	transition: all .3s ease;
}
.swin-sc-iconbox .item .description {
	font-size: 14px;
	color: #616f7d;
}
.swin-sc-iconbox .icon-box-01 .title {
	font-size: 14px;
	color: #404a53;
	line-height: 1;
	font-weight: 400;
	margin-bottom: 10px;
	font-family: 'Merriweather Sans', sans-serif;
}
.swin-sc-iconbox .icon-box-01:hover {
	color: #f15f2a;
}
.swin-sc-iconbox .icon-box-01:hover .wrapper-icon {
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
	border-color: #f15f2a;
}
.swin-sc-iconbox .icon-box-01:hover .wrapper-icon {
	box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}

.swin-sc-iconbox.light .icon-box-01 .title {
	color: #fff;
}
.swin-sc-iconbox.light .icon-box-01 .wrapper-icon{
	border-color: #fff;
}
.swin-sc-iconbox.light .icon-box-01 .wrapper-icon i{
	color: #fff;
}

/*style 02*/
.swin-sc-iconbox .icon-box-02 .wrapper-icon {
	border: 1px dashed #7b7b7b;
	margin-bottom: 20px;
	background-position: -40px top;
	background-size: cover;
	transition-duration: .5s;
	position: relative;
}
.swin-sc-iconbox .icon-box-02:hover .wrapper-icon {
	background-position: 0 top;
}
.swin-sc-iconbox .icon-box-02 .title {
	font-size: 30px;
	margin-bottom: 10px;
	text-transform: capitalize;
}
.swin-sc-iconbox .icon-box-02 .number {
	position: absolute;
	font-size: 15px;
	width: 35px;
	border-radius: 50%;
	border: 2px solid #f3f3f3;
	line-height: 30px;
	background-color: #fff;
	color: #3f3e44;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.swin-sc-iconbox .icon-box-02 .icons {
	color: #f15f2a;
}
.swin-sc-iconbox .icon-box-02:hover .number {
	border: 2px solid #f3f3f3;
	background-color: #f15f2a;
	color: #ffffff;
}

.swin-sc-iconbox.light .item .wrapper-icon {
	background-color: transparent;
}
.swin-sc-iconbox.light .description {
	color: #a2aab8;
}
.swin-sc-iconbox.light .icon-box-02 .title {
	color: #fff;
}

/* ==========================================================================
	#Contact
========================================================================== */
.swin-sc-contact .item:not(:first-child) {
	margin-top: 25px;
}
.swin-sc-contact .item {
	overflow: visible;
	margin-bottom: 35px;
}
.swin-sc-contact .item:last-child {
    margin-bottom: 0;
}
.swin-sc-contact .item .media-left {
	padding-right: 20px;
}
.swin-sc-contact .item .media-left .wrapper-icon {
	border-radius: 50%;
	background-color: #f4f4f4;
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 52px;
	border: 3px solid transparent;
	font-size: 24px;
}
.swin-sc-contact .item .media-left .wrapper-icon i.icons {
	color: #9d9d9d;
	position: relative;
}
.swin-sc-contact .item .media-left .wrapper-icon i.icons:after {
	content: '';
	height: 1px;
	background-color: #9d9d9d;
	display: block;
	margin-top: 2px;
	position: absolute;
	width: 16px;
	left: 50%;
	margin-left: -8px;
	bottom: -3px;
}
.swin-sc-contact .item .media-body {
	font-size: 14px;
	padding-top: 8px;
}
.swin-sc-contact .item .media-body .title {
	color: #29272e;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 14px;
	font-family: "Merriweather Sans", serif;
    margin-bottom: 5px;
}
.swin-sc-contact .item .media-body .description {
	color: #505b65;
}
.swin-sc-contact .item .media-body .description p {
	margin: 0;
}
.swin-sc-contact .item:hover .wrapper-icon {
	border: 3px solid #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	background-color: #f15f2a;
}
.swin-sc-contact .item:hover .wrapper-icon i.icons {
	color: #ffffff;
}
.swin-sc-contact .item:hover .wrapper-icon i.icons:after {
	background-color: #ffffff;
}
.swin-sc-contact .vc-oi-dial:before {
	line-height: 1;
}

/* ==========================================================================
	#Contact Form
========================================================================== */
.form-pos-01 {
	position: relative;
	margin-top: -45px;
	margin-bottom: -45px;
	padding: 100px 55px;
}
.form-pos-01.section-dark {
	background-color: rgba(0, 0, 0, 0.97);
}
.swin-sc-contact-form.style-02,
.swin-sc-contact-form.style-03 {
	border: 4px solid #dfdfdf;
	padding: 40px 5%; 
}
.swin-sc-contact-form.style-02 .reservation-form-title{
	color: #505b65;
	margin-bottom: 30px;
}
.swin-sc-contact-form .form-group.submit{
	margin-bottom: 0;
}
.swin-sc-contact-form.style-03 .form-group .input-group{
	width: 100%;
}
.swin-sc-contact-form  .wpcf7-form-control-wrap{
	position: static;
}
.swin-sc-contact-form .form-group:last-child {
	margin-bottom: 0;
}
.swin-sc-contact-form .form-group {
	padding: 0 15px;
	margin-bottom: 30px;
}
.swin-sc-contact-form .form-group:before {
	content: '';
	display: table;
}
.swin-sc-contact-form .form-group:after {
	content: '';
	display: table;
	clear: both;
}
.swin-sc-contact-form .form-group .input-group {
	width: 50%;
	float: left;
	padding-right: 30px;
	position: relative;
}
.swin-sc-contact-form span.wpcf7-not-valid-tip{
	position: absolute;
	bottom: -24px;
	left: 2px;
	font-size: 12px;
}
.swin-sc-contact-form .form-group .input-group .input-group-addon {
	background-color: rgba(255, 255, 255, 0.05);
	border: 0;
	border-radius: 0;
	color: #9d9d9d;
	position: relative;
	min-width: 40px;
}
.swin-sc-contact-form .form-group .input-group .input-group-addon:after {
	content: '';
	position: absolute;
	top: 5px;
	right: 0;
	width: 1px;
	height: 30px;
	background-color: rgba(255, 255, 255, 0.15);
}
.swin-sc-contact-form .form-group .input-group .form-control {
	background-color: rgba(255, 255, 255, 0.05);
	border: 0;
	border-radius: 0;
	height: 40px;
	color: #a2a2a2;
	box-shadow: none;
}
.swin-sc-contact-form .form-group .input-group .form-control:focus {
	box-shadow: none;
}
.swin-sc-contact-form .form-group .input-group .form-control option {
	color: #000;
	background-color: #f3f3f3;
}
.swin-sc-contact-form .form-group .input-group:hover .input-group-addon,
.swin-sc-contact-form .form-group .input-group:focus .input-group-addon {
	color: #f15f2a;
}
.swin-sc-contact-form .form-group .input-group:last-child {
	padding-right: 0;
}
.swin-sc-contact-form textarea {
	padding: 15px;
	background-color: rgba(255, 255, 255, 0.05);
	height: 95px;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}
.swin-sc-contact-form textarea:focus {
	box-shadow: none;
}
.swin-sc-contact-form .form-submit {
	margin-top: 35px;
}
.swin-sc-contact-form.light .form-group .input-group .input-group-addon {
	background-color: #f6f6f6;
}
.swin-sc-contact-form.light .form-group .input-group .input-group-addon:after {
	background-color: #e4e4e4;
}
.swin-sc-contact-form.light .form-group .input-group .form-control {
	background-color: #f6f6f6;
	color: #999;
}
.swin-sc-contact-form.light .form-group .input-group:hover .input-group-addon,
.swin-sc-contact-form.light .form-group .input-group:focus .input-group-addon {
	color: #000;
}
.swin-sc-contact-form.light .form-group textarea {
	background-color: #f6f6f6;
	color: #999;
}

/* ==========================================================================
	#Timeline
========================================================================== */
/* style 01 */
.swin-sc-timeline .main-slider {
	background-color: transparent;
	border: none;
	margin-bottom: 0;
}
.swin-sc-timeline .main-slider .item-inner {
	padding: 5px;
}
.swin-sc-timeline .nav-slider {
	background-color: transparent;
	border: none;
}
.swin-sc-timeline .nav-slider .slides {
	padding-top: 20px;
	position: relative;
}
.swin-sc-timeline .nav-slider .slides:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 10px;
	height: 1px;
	background-color: #504d5a;
}
.swin-sc-timeline .nav-slider li a {
	position: relative;
	color: #504d5a;
}
.swin-sc-timeline .nav-slider li a:before {
	content: '';
	position: absolute;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: 3px solid #504d5a;
	background-color: #000;
	top: -18px;
	left: 10px;
}
.swin-sc-timeline .nav-slider li a:hover,
.swin-sc-timeline .nav-slider li a:focus {
	color: #fff;
	text-decoration: none;
}
.swin-sc-timeline .nav-slider li a:hover:before,
.swin-sc-timeline .nav-slider li a:focus:before {
	background-color: #f15f2a;
	border-color: #fff;
}
.swin-sc-timeline .nav-slider li:first-child a:before {
	left: 0;
}
.swin-sc-timeline .nav-slider .flex-active-slide a {
	color: #fff;
}
.swin-sc-timeline .nav-slider .flex-active-slide a:before {
	background-color: #f15f2a;
	border-color: #fff;
}
.swin-sc-timeline .img-effect {
	position: relative;
	overflow: hidden;
	margin-bottom: 25px;
}
.swin-sc-timeline .img-effect .mask {
	position: absolute;
	opacity: 1;
	width: 100%;
	height: 100%;
	top: 0;
	left: -100%;
	visibility: visible;
	background-color: rgba(0, 0, 0, 0.6);
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.swin-sc-timeline .img-effect .magnific-item {
	height: 36px;
	width: 36px;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	margin-top: -18px;
	margin-left: -18px;
	border-radius: 50%;
	background-color: #f15f2a;
	color: #fff;
	text-align: center;
	font-size: 19px;
	line-height: 38px;
}
.swin-sc-timeline .img-effect .magnific-item img {
	visibility: hidden;
}
.swin-sc-timeline .img-effect .magnific-item:hover,
.swin-sc-timeline .img-effect .magnific-item:focus {
	z-index: 20;
	text-decoration: none;
	border: 0;
	-webkit-box-shadow: 0 !important;
	box-shadow: 0 !important;
	outline: 0;
}
.swin-sc-timeline .img-effect:hover .mask {
	z-index: 10;
	visibility: visible;
	left: 0;
	opacity: 1;
}
/*color style light*/
.swin-sc-timeline.light .nav-slider li a:before,
.swin-sc-timeline.light .nav-slider li a:hover:before,
.swin-sc-timeline.light .nav-slider li a:focus:before{
	border: none;
}
.swin-sc-timeline.light .nav-slider li a:hover, .swin-sc-timeline .nav-slider li a:focus,
.swin-sc-timeline.light .nav-slider .flex-active-slide a{
	color: #f15f2a;
}

/* Style 02 */
.swin-sc-timeline-2 .timeline-heading{
	font-weight: 700;
}
.swin-sc-timeline-2 .timeline-item {
	position: relative;
	margin: 10px 0;
}
.swin-sc-timeline-2 .timeline-item .timeline-item-wrap {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
}
.swin-sc-timeline-2 .timeline-item .timeline-year {
	font-size: 40px;
	position: absolute;
	color: #fff;
	left: 50%;
	top: 50%;
	transform: translate3D(-50%, -50%, 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);
}
.swin-sc-timeline-2 .timeline-item:hover,
.swin-sc-timeline-2 .timeline-item.slick-current {
	cursor: pointer;
	z-index: 1;
}
.swin-sc-timeline-2 .timeline-item:hover .timeline-item-wrap,
.swin-sc-timeline-2 .timeline-item.slick-current .timeline-item-wrap {
	background-color: transparent;
}
.swin-sc-timeline-2 .timeline-item:hover .timeline-year {
	color: transparent;
}
.swin-sc-timeline-2 .timeline-item.slick-current {
	z-index: 2;
	-ms-transform: scale(1.1, 1.1);
	/* IE 9 */
	-webkit-transform: scale(1.1, 1.1);
	/* Safari */
	transform: scale(1.1, 1.1);
}
.swin-sc-timeline-2 .main-slider {
	margin-bottom: 60px;
}
.swin-sc-timeline-2 .timeline-content-item {
	text-align: center;
}
.swin-sc-timeline-2 .timeline-content-item p.timeline-heading {
	font-size: 16px;
	margin-bottom: 30px;
}
.swin-sc-timeline-2 .timeline-content-item p.timeline-heading strong {
	margin-right: 5px;
}
.swin-sc-timeline-2 .timeline-content-item .timeline-content-detail p {
	margin-bottom: 35px;
}
.swin-sc-timeline-2 .timeline-content-item .timeline-content-detail p:last-child {
	margin-bottom: 0;
}

/* ==========================================================================
	#Partner
========================================================================== */
.swin-sc-partner .item img {
	width: 70%;
	margin: auto;
	opacity: 0.5;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.swin-sc-partner .item a {
   height: 100%;
   width: 100%;
}
.swin-sc-partner .item:hover {
	cursor: all-scroll;
}
.swin-sc-partner .item:hover img {
	opacity: 1;
}

/* ==========================================================================
	#Video
========================================================================== */
.swin-sc-video .play-wrap {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -25px;
	margin-top: -25px;
}
.swin-sc-video .play-btn {
	display: inline-block;
	position: relative;
	width: 50px;
	height: 50px;
	line-height: 46px;
	border-radius: 50%;
	text-align: center;
	border: 2px solid #fff;
	font-size: 18px;
	color: #f15f2a;
	padding-left: 3px;
	background: #fff;
}
.swin-sc-video .play-btn:hover {
	border-color: #fff;
	background: #f15f2a;
	color: #fff;
}
.swin-sc-video .play-icon {
	display: inline-block;
	margin-left: 1px;
	line-height: 46px;
	position: relative;
}
.swin-sc-video .bg-image{
	width: 100%;
	height: auto;
}

/* ==========================================================================
	#CounterBox
========================================================================== */
.swin-sc-counter {
	text-align: center;
	font-family: "Rancho", serif;
	line-height: 1;
}
.swin-sc-counter .counter-info {
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 20px;
}
.swin-sc-counter .counter-info .number {
	font-size: 60px;
	color: #f15f2a;
}
.swin-sc-counter .counter-info .caption {
	font-size: 24px;
	color: #29272e;
}
.swin-sc-counter .counter-info:after {
	content: '';
	position: absolute;
	bottom: 0;
	width: 50px;
	height: 1px;
	background-color: #d8d8d8;
	left: 50%;
	transform: translate3D(-50%, 0, 0);
	-webkit-transform: translate3D(-50%, 0, 0);
	-moz-transform: translate3D(-50%, 0, 0);
	-ms-transform: translate3D(-50%, 0, 0);
	-o-transform: translate3D(-50%, 0, 0);
}
.swin-sc-counter .counter-avatar i {
	margin: auto;
	font-size: 80px;
	color: #38373d;
}

/* ==========================================================================
	#Feature Box
========================================================================== */
.sc-featured-box .feature-box {
	overflow: hidden;
	position: relative;
	box-shadow: 0 0 8px 5px rgba(0, 0, 0, 0.05);
	min-height: 200px;
}
.sc-featured-box .feature-box .box-bg {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: auto;
	width: 100%;
	height: auto;
}
.sc-featured-box .feature-box:before,
.sc-featured-box .feature-box:after {
	content: '';
	position: absolute;
	display: block;
	left: 30px;
	right: 30px;
	height: 1px;
	background-color: #fff;
	z-index: 1;
	transition: all 0.6s cubic-bezier(0.57, -0.04, 0.32, 1.14);
	transition-delay: 0.1s;
}
.sc-featured-box .feature-box:before {
	top: 30px;
	left: 100%;
	right: 30px;
}
.sc-featured-box .feature-box:after {
	bottom: 30px;
	left: 30px;
	right: 100%;
}
.sc-featured-box .feature-box .box-inner {
	position: relative;
	padding: 100px 35px;
	text-align: center;
	background-color: #FFF;
	height: 100%;
	min-height: 420px;
	transition: all 0.4s cubic-bezier(0.57, -0.04, 0.32, 1.14);
}
.sc-featured-box .feature-box .box-inner:before,
.sc-featured-box .feature-box .box-inner:after {
	content: '';
	position: absolute;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background-color: #fff;
}
.sc-featured-box .feature-box .box-inner:before {
	top: 29px;
	right: 30px;
}
.sc-featured-box .feature-box .box-inner:after {
	bottom: 29px;
	left: 30px;
}
.sc-featured-box .feature-box .box-inner .box-title {
	opacity: 0;
	font-size: 30px;
	font-weight: 700;
	color: #f15f2a;
	margin-bottom: 20px;
}
.sc-featured-box .feature-box .box-inner .box-content {
	opacity: 0;
	color: #fff;
	margin-bottom: 20px;
}
.sc-featured-box .feature-box .box-inner .swin-btn {
	opacity: 0;
}
.sc-featured-box .feature-box .box-inner .showcase {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
}
.sc-featured-box .feature-box .box-inner .img-showcase {
	opacity: 1;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 2;
}
.sc-featured-box .feature-box .box-inner .title-showcase {
	opacity: 1;
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
	bottom: 60px;
	font-size: 30px;
	font-weight: 700;
	color: #f15f2a;
	z-index: 3;
    background-color: rgba(255, 255, 255, 0.8);
}
.sc-featured-box .feature-box:hover:before {
	left: 30px;
}
.sc-featured-box .feature-box:hover:after {
	right: 30px;
}
.sc-featured-box .feature-box:hover .box-inner {
	background-color: rgba(0, 0, 0, 0.8);
}
.sc-featured-box .feature-box:hover .box-title {
	opacity: 1;
	color: #fff;
	margin-top: 30px;
}
.sc-featured-box .feature-box:hover .box-content {
	opacity: 1;
}
.sc-featured-box .feature-box:hover .swin-btn {
	opacity: 1;
	display: inline-block;
}
.sc-featured-box .feature-box:hover .showcase {
	display: none;
}

/* ==========================================================================
	#Map
========================================================================== */
#map {
	height: 500px;
	box-shadow: 0 0 5px #c8c8c8;
}

/* ==========================================================================
	#Galllery
========================================================================== */
.swin-sc-isotope .grid:after {
	content: '';
	display: block;
	clear: both;
}
.swin-sc-isotope .grid-item {
	padding: 0;
	transition: all 0.3s ease;
	overflow: hidden;
}
.swin-sc-isotope .grid-item .grid-wrap-item {
	position: relative;
	overflow: hidden;
	width: 101%;/* fix 1px margin with some screen */
	height: 101%;
}
.swin-sc-isotope .grid-item .grid-wrap-item:before {
	content: '';
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	width: 101%;
	height: 101%;
	background-color: rgba(255, 255, 255, 0.7);
	opacity: 0;
}
.swin-sc-isotope .grid-item .gallery-title {
	position: absolute;
	width: 100%;
	text-align: center;
	font-size: 30px;
	z-index: 2;
	opacity: 0;
	top: 50%;
	margin-top: -50px;
}
.swin-sc-isotope .grid-item .view-lightbox,
.swin-sc-isotope .grid-item .view-more {
	position: absolute;
	z-index: 2;
	opacity: 0;
	top: 50%;
	left: 50%;
	margin-top: 20px;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border-radius: 50%;
	background-color: #8d8d8d;
	transition: all 0.2s ease;
}
.swin-sc-isotope .grid-item .view-lightbox i,
.swin-sc-isotope .grid-item .view-more i {
	font-size: 14px;
	color: #fff;
}
.swin-sc-isotope .grid-item .view-lightbox:hover,
.swin-sc-isotope .grid-item .view-more:hover {
	background-color: #f15f2a;
}
.swin-sc-isotope .grid-item .view-lightbox {
	margin-left: -20px;
	transition-delay: 0.2s;
}
.swin-sc-isotope .grid-item .view-more {
	margin-right: -10px;
	transition-delay: 0.3s;
}
.swin-sc-isotope .grid-item .img-wrap {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
}
.swin-sc-isotope .grid-item img {
	display: block;
	z-index: 3;
	width: auto;
	height: 100%;
	max-width: none;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate3D(-50%, -50%, 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);
}
.swin-sc-isotope .grid-item.grid-item-h1 {
	height: 330px;
}
.swin-sc-isotope .grid-item.grid-item-h2 {
	height: 660px;
}
.swin-sc-isotope .grid-item:hover {
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
	z-index: 1;
}
.swin-sc-isotope .grid-item:hover .grid-wrap-item:before {
	opacity: 1;
}
.swin-sc-isotope .grid-item:hover .gallery-title {
	margin-top: -40px;
	opacity: 1;
}
.swin-sc-isotope .grid-item:hover .view-lightbox,
.swin-sc-isotope .grid-item:hover .view-more {
	margin-top: -10px;
	opacity: 1;
	transition-delay: unset;
}
.swin-sc-isotope .grid-item:hover img {
	z-index: 1;
}

/* ==========================================================================
	#Testimonial
========================================================================== */
.swin-sc-testimonial {
	position: relative;
	padding: 30px 0 0;
	border-top: 1px solid #434245;
}
.swin-sc-testimonial.dark {
	border-color: #dddddd;
}
.swin-sc-testimonial .main-slider{
	background-color: transparent;
	border: transparent;
}
.swin-sc-testimonial.dark:before,
.swin-sc-testimonial.dark:after {
	background-color: #dddddd;
}
.swin-sc-testimonial.dark .testi-content {
	color: #616f7d;
}
.swin-sc-testimonial.dark .testi-info .name {
	color: #29272e;
}
.swin-sc-testimonial.dark .testi-info .position {
	color: #616f7d;
}
.swin-sc-testimonial.dark .testi-info .position:before {
	color: #cfcfcf;
}
.swin-sc-testimonial:before,
.swin-sc-testimonial:after {
	content: '';
	position: absolute;
	height: 1px;
	background-color: #434245;
	display: block;
}
.swin-sc-testimonial:before {
	bottom: 40px;
	left: 0;
	right: 58%;
}
.swin-sc-testimonial:after {
	bottom: 40px;
	left: 58%;
	right: 0;
	z-index: 0;
}
.swin-sc-testimonial .main-slider {
	margin-bottom: 45px;
}
.swin-sc-testimonial .testi-item {
	padding-top: 10px;
}
.swin-sc-testimonial .testi-icon {
	font-style: italic;
	color: #f15f2a;
	font-size: 17px;
	position: absolute;
	top: 0;
}
.swin-sc-testimonial .testi-content {
	color: #c9c9c9;
	font-size: 16px;
	padding: 0 20px;
	font-style: italic;
	text-align: center;
	margin-bottom: 25px;
}
.swin-sc-testimonial .testi-info {
	text-align: center;
	color: #555;
}
.swin-sc-testimonial .testi-info .name {
	display: inline-block;
	margin-right: 3px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
}
.swin-sc-testimonial .testi-info .position {
	display: inline-block;
	margin-left: 3px;
	color: #a6a6a6;
	position: relative;
	padding-left: 10px;
}
.swin-sc-testimonial .testi-info .position:before {
	content: "|";
	position: absolute;
	right: 100%;
	width: 2px;
}
.swin-sc-testimonial .nav-slider {
	text-align: center;
	margin: auto;
	width: 250px;
	position: relative;
	z-index: 1;
}
.swin-sc-testimonial .nav-slider .slick-list.draggable a {
	cursor: inherit;
}
.swin-sc-testimonial .nav-slider .slides li img {
	width: 84px;
	height: 84px;
	border-radius: 50%;
	border: 0 solid #f15f2a;
	-ms-transform: scale(0.7, 0.7);
	/* IE 9 */
	
	-webkit-transform: scale(0.7, 0.7);
	/* Safari */
	
	transform: scale(0.7, 0.7);
	filter: grayscale(1);
}
.swin-sc-testimonial .nav-slider .slides .slick-current img {
	-ms-transform: scale(1, 1);
	/* IE 9 */
	
	-webkit-transform: scale(1, 1);
	/* Safari */
	
	transform: scale(1, 1);
	border-width: 2px;
	filter: grayscale(0);
}

/* #Testimonial 2 */
.swin-sc-testimonial.style-02 .main-slider {
	margin-bottom: 0;
}
.swin-sc-testimonial.style-02 .testi-icon {
	color: #fff;
}
.swin-sc-testimonial.style-02:after {
	bottom: 0;
}
.swin-sc-testimonial .testi-signal {
	width: auto !important;
	margin: 0 auto 30px;
}
.swin-sc-testimonial.style-02 {
	padding: 40px 0;
}
.swin-sc-testimonial.style-02:before {
	display: none;
}
.swin-sc-testimonial.style-02:after {
	bottom: 0;
	left: 0;
}
/* #Testimonial 3 */
.swin-sc-testimonial.style-03 {
	border: 2px solid #f15f2a;
	border-radius: 4px;
	padding: 80px 40px 40px;
}
.swin-sc-testimonial.style-03:before,
.swin-sc-testimonial.style-03:after {
	display: none;
}
.swin-sc-testimonial.style-03 .slick-dots {
	bottom: -125px;
}
.swin-sc-testimonial.style-03 .slick-dots li {
	width: 10px;
}
.swin-sc-testimonial.style-03 .slick-dots li button::before {
	font-size: 8px;
}
/* ==========================================================================
	#Team Slider
========================================================================== */
.swin-sc-team-slider .prev-slide {
	left: -42px;
}
.swin-sc-team-slider .next-slide {
	right: -42px;
}
.swin-sc-team-slider .slick-arrow .arrow-slide:before {
	width: 30px;
}
.swin-sc-team-slider .team-item {
	margin: auto;
	padding: 0 45px;
	text-align: center;
	-ms-transform: scale(0.9, 0.9);
	/* IE 9 */
	-webkit-transform: scale(0.9, 0.9);
	/* Safari */
	transform: scale(0.9, 0.9);
}
.swin-sc-team-slider .team-item .team-img {
	position: relative;
	min-height: 350px;
	margin-bottom: 25px;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.swin-sc-team-slider .team-item .team-img img {
	margin: auto;
	position: relative;
	z-index: 1;
}
.swin-sc-team-slider .team-item .team-img:before {
	content: '';
	position: absolute;
	width: 300px;
	height: 300px;
	border-radius: 50%;
	background-color: transparent;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	z-index: 0;
	left: 50%;
	bottom: 0;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.swin-sc-team-slider .team-item .team-img:after {
	content: '';
	position: absolute;
	width: 340px;
	border-radius: 50%;
}
.swin-sc-team-slider .team-item .team-name {
	font-size: 22px;
	line-height: 1;
	font-weight: 700;
	color: #f15f2a;
	text-transform: uppercase;
}
.swin-sc-team-slider .team-item .team-position {
	line-height: 1;
	color: #616f7d;
}
.swin-sc-team-slider .team-item hr {
	width: 50px;
	border-color: #c1c1c1;
	margin-bottom: 15px;
}
.swin-sc-team-slider .team-item.slick-current + .slick-active {
	-ms-transform: scale(1, 1);
	/* IE 9 */
	-webkit-transform: scale(1, 1);
	/* Safari */
	transform: scale(1, 1);
}
.swin-sc-team-slider .team-item.slick-current + .slick-active .team-img:before {
	background-color: #f15f2a;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}
.swin-sc-team-slider .socials-nb li a i {
	font-size: 16px;
}
/* #Team SLider 2 */

.swin-sc-team-slider-2 .team-item {
	padding-left: 2px;
}
.swin-sc-team-slider-2 .team-name {
	float: left;
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
}
.swin-sc-team-slider-2 .team-position {
	float: left;
	color: #d1d1d1;
	line-height: 26px;
	margin-left: 16px;
	position: relative;
}
.swin-sc-team-slider-2 .team-position:before {
	content: '';
	position: absolute;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background-color: #d1d1d1;
	top: 15px;
	left: -8px;
}
.swin-sc-team-slider-2 .team-description {
	color: #c9c9c9;
	margin-bottom: 30px;
}
.swin-sc-team-slider-2 .socials-nb {
	float: right;
}
.swin-sc-team-slider-2 .nav-slider {
	width: 350px;
}
.swin-sc-team-slider-2 .nav-slider .slides li img {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	filter: grayscale(1);
	margin-left: 0;
}
.swin-sc-team-slider-2 .nav-slider .slides li.slick-current img {
	filter: grayscale(0);
}
.swin-sc-team-slider-2.dark .team-name,.swin-sc-team-slider-2.dark .team-position,
.swin-sc-team-slider-2.dark .team-description{
	color:#616f7d;
}
.swin-sc-team-slider-2.dark .slick-dots li.slick-active button:before,
.swin-sc-team-slider-2.dark .slick-dots li button::before{
	color: #fff;
}
.swin-sc-team-slider-2.dark .team-position:before{
	background-color: #616f7d;
}

/* ==========================================================================
	#Event List
========================================================================== */
.swin-sc-event {
	padding-bottom: 45px;
}
.swin-sc-event .swin-sc-event-inner {
	position: relative;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}
.swin-sc-event .event-info {
	padding: 10px 0;
	font-family: "Rancho", serif;
}
.swin-sc-event .event-info .event-date {
	height: 50px;
	line-height: 50px;
	color: #f15f2a;
	text-align: center;
	padding: 0 20px;
	float: left;
	border-right: 1px solid #e4e4e4;
}
.swin-sc-event .event-info .event-date span.day {
	font-size: 35px;
	line-height: 1;
	display: block;
}
.swin-sc-event .event-info .event-date span.month {
	font-size: 16px;
	line-height: 1;
	display: block;
	text-transform: uppercase;
}
.swin-sc-event .event-info .event-title {
	float: left;
	font-size: 30px;
	line-height: 50px;
	padding: 0 20px;
}
.swin-sc-event .event-info .event-title{
	color: #29272e;
}
.swin-sc-event .event-countdown {
	position: absolute;
	width: 80%;
	height: 90px;
	overflow: hidden;
	left: 50%;
	bottom: -45px;
	transform: translate3D(-50%, 0, 0);
	-webkit-transform: translate3D(-50%, 0, 0);
	-moz-transform: translate3D(-50%, 0, 0);
	-ms-transform: translate3D(-50%, 0, 0);
	-o-transform: translate3D(-50%, 0, 0);
}
.swin-sc-event .event-countdown .event-countdown-inner {
	position: relative;
	height: 100%;
}
.swin-sc-event .event-countdown .event-img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
.swin-sc-event .event-countdown .event-img:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: #f15f2a;
	opacity: 0.9;
}
.swin-sc-event .event-countdown .event-countdown-content {
	position: relative;
	color: #fff;
	margin: 0;
	padding: 0 25px;
	top: 50%;
	transform: translate3D(0, -50%, 0);
	-webkit-transform: translate3D(0, -50%, 0);
	-moz-transform: translate3D(0, -50%, 0);
	-ms-transform: translate3D(0, -50%, 0);
	-o-transform: translate3D(0, -50%, 0);
}
.swin-sc-event .event-countdown .event-countdown-content .num {
	font-size: 30px;
}
.swin-sc-event .event-countdown .event-countdown-content .cap {
	font-size: 13px;
}
.swin-sc-event .swin-sc-event-inner:hover {
	box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
}
.swin-sc-event .event-countdown:hover {
	box-shadow: 0 0 10px #f15f2a;
}

/* ==========================================================================
	#Blog
========================================================================== */
/* #Blog Masonry */
.swin-sc-blog-masonry .blog-item .blog-featured-img {
	padding-top: 280px;
	overflow: hidden;
}
.swin-sc-blog-masonry .blog-item .blog-featured-img img {
	position: absolute;
	top: 0;
	left: 0;
}
/*fixed height for masonry*/
.swin-sc-blog-masonry .col-md-5.grid-item-h1 .blog-item .blog-featured-img img {
	height: 100%;
	width: auto;
	max-width: none;
}
.swin-sc-blog-masonry .grid-item {
	padding: 15px;
}
.swin-sc-blog-masonry .grid-item.grid-item-h1 .blog-item {
	min-height: 490px;
}
.video-format iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
.video-format .swin-sc-video {
	position: static;
	min-height: inherit;
}
.video-format .swin-sc-video .play-btn {
	background-color: #fff;
}
.quote-format:after,
.audio-format:after {
	content: "";
	background-color: rgba(0, 0, 0, 0.24);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 0;
}
.quote-format i.quote-icon {
	font-size: 30px;
	position: absolute;
	color: #ffffff;
	top: -10%;
	left: -35px;
}
.quote-format .quote-text {
	position: absolute;
	z-index: 1;
	color: #ffffff;
	top: 20%;
	right: 5%;
	max-width: 455px;
	font-size: 22px;
	line-height: 28px;
	font-weight: 400;
	font-style: italic;
}
.audio-format .audiojs {
	position: absolute;
	top: 20%;
	background: none;
	box-shadow: none;
	left: 50%;
	margin-left: -230px;
	z-index: 1;
}
.audio-format .audiojs .play-pause {
	background-color: #ffffff;
	border-radius: 50%;
	width: 36px;
	height: 36px;
	position: relative;
	margin-right: 20px;
	border-right: none !important;
}
.audio-format .audiojs .play-pause p.play {
	background: none;
	font: normal normal normal 14px/1 FontAwesome;
	position: absolute;
	top: 50%;
	margin-top: -7px;
	margin-left: -4px;
	left: 50%;
	width: auto;
	height: auto;
}
.audio-format .audiojs .play-pause p.play:before {
	content: "\f04b";
	width: 20px;
	height: 20px;
	color: #f15f2a;
}
.audio-format .audiojs .play-pause p.pause {
	background: none;
	font: normal normal normal 14px/1 FontAwesome;
	position: absolute;
	top: 50%;
	margin-top: -7px;
	margin-left: -6px;
	left: 50%;
	width: auto;
	height: auto;
}
.audio-format .audiojs .play-pause p.pause:before {
	content: "\f04c";
	width: 20px;
	height: 20px;
	color: #f15f2a;
}
.audio-format .audiojs .time {
	border-left: none;
}
.audio-format .audiojs .progress {
	height: 4px;
	background: #f15f2a;
	margin-bottom: 0;
}
.audio-format .audiojs .loaded {
	background: #d0d0d0;
	height: 4px;
}
.audio-format .audiojs .scrubber {
	background: #fff;
	height: 4px;
    top: 50%;
	margin: -2px 0 0;
	border-top: none !important;
}
.pagination-wrapper ul.pagination {
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	padding: 0 20px;
}
.pagination-wrapper ul.pagination li a {
	color: #616f7d;
	border: none;
	padding: 6px 8px;
}
.pagination-wrapper ul.pagination li a:hover {
	background: none;
	color: #f15f2a;
	text-decoration: underline;
}

/* ==========================================================================
	#Banner
========================================================================== */
.swin-sc-banner {
	-webkit-background-size: cover;
	background-size: cover;
}
.swin-sc-banner .banner-featured-img {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.swin-sc-banner .banner-featured-img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
}
.swin-sc-banner .banner-featured-img .banner-content {
	position: relative;
	float: right;
	padding: 75px 60px 55px;
	color: #fff;
	text-align: center;
}
.swin-sc-banner .banner-featured-img .banner-content .banner-title {
	text-align: center;
	font-size: 40px;
	line-height: 1;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 5px;
}
.swin-sc-banner .banner-featured-img .banner-content .banner-title:before,
.swin-sc-banner .banner-featured-img .banner-content .banner-title:after {
	content: '';
	width: 5px;
	height: 5px;
	background-color: #fff;
	border-radius: 50%;
	position: absolute;
	top: 14px;
}
.swin-sc-banner .banner-featured-img .banner-content .banner-title:before {
	left: -15px;
}
.swin-sc-banner .banner-featured-img .banner-content .banner-title:after {
	right: -15px;
}
.swin-sc-banner .banner-featured-img .banner-content .banner-subtitle {
	font-size: 14px;
	margin-bottom: 25px;
}
.swin-sc-banner.right .banner-content {
	float: right;
}
.swin-sc-banner.left .banner-content {
	float: left;
}

@media screen and (max-width: 700px) {
	.swin-sc-blog-slider .blog-item .blog-featured-img:not(.empty) {
		padding-top: 56.25%;
		position: relative;
		overflow: hidden;
	}
	.swin-sc-blog-slider .blog-item .blog-featured-img img {
		position: absolute;
		height: auto;
		top: 0;
		width: 100%;
		left: 0;
		max-width: none;
	}
}
@media screen and (max-width: 480px) {
	.swin-sc-blog-slider .blog-item .blog-date {
	    width: 80px;
	    height: 80px;
	    padding: 0;
	}
    .swin-sc-isotope .grid-item img {
        height:115%;
    }
}
@media screen and (max-width: 320px) {
    .swin-sc-isotope .grid-item img {
        height:100%;
    }
}