body {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 16px;
	color: #222222;
	overflow-x: hidden;
}
:focus {
	outline: 0;
}
.clr {
	clear: both;
}
div, header, section, footer {
	position: relative;
	box-sizing: border-box;
}
input {
	border: 1px solid #ccc;
	width: 100%;
	background: #ebebeb;
	display: block;
	padding: 12px 15px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 16px;
	box-sizing: border-box;
}
select {
	border: 1px solid #ccc;
	width: 100%;
	background: #ebebeb;
	display: block;
	padding: 12px 15px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 16px;
	box-sizing: border-box;
}
textarea {
	border: 1px solid #ccc;
	width: 100%;
	background: #ebebeb;
	display: block;
	padding: 15px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 16px;
	box-sizing: border-box;
}
input:focus, textarea:focus {
	outline: 0;
}
.wrapper {
	max-width: 1440px;
	margin: auto;
	padding: 0 20px;
}
.wrapper.wdth1170 {
	width: 1170px;
	padding: 70px 15px;
}
.wrapper.wdth1170.pad50 {
	padding-top: 50px;
}
header {
	height: 70px;
	background: rgba(246, 243, 225, 0.9);
	padding:0;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
}
header.homepage {
	position: absolute;
}
.logo {
	float: left;
	width: 244px;
	padding:10px 0 0;
}
.logo img {
	display: block;
	width: 100%;
}
.navigation {
	float: right;
}
.navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.navigation ul li {
	float: left;
	position: relative;
}
.navigation ul li a {
	color: #51051c;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	display: inline-block;
	line-height: 70px;
	padding:0 20px;
}
.navigation ul ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 250px;
	background:#720b2a;
	padding: 15px 0;
}
.navigation ul li:hover ul {
	display: block;
}
.navigation ul li li {
	margin-left: 0;
	float: none;
	padding: 0 15px;
}
.navigation ul li li:last-child a {
	border-bottom: 0;
}
.navigation ul li li a {
	font-weight: 300;
	display: block;
	border-bottom: 1px solid #51051c;
	padding: 5px 15px;
	line-height: 30px;
}
.navigation ul li li a:hover{background: #fff6db; color: #6f0526;}


.navigation ul li:hover{background: #720b2a;}
.navigation ul li:hover a{color: #fff;}







.slider ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.slider ul li img {
	display: block;
	width: 100%;
}
.slider ul li > .overlay-content {
	position: absolute;
	bottom: 50px;
	left: 5%;
	width: 400px;
	background: rgba(114, 11, 42, 0.6);
	color: #fff;
	font-family: 'Philosopher', sans-serif;
	font-size:28px;
	padding: 25px;
	visibility: visible;
	opacity: 1;
	top: inherit;
	z-index: 1;
	height: inherit;
}
.lg-box-01 {
	padding-top: 110px;
	padding-bottom: 52px;
}
.lg-box-01 .story-detail {
	position: absolute;
	top: 190px;
	left: 58px;
	margin: auto;
	background: rgba(116, 17, 45, 0.9);
	width: 800px;
	padding: 45px;
	z-index: 2;
}
.lg-box-01 .imgbox-01 {
	float: right;
}
h2 {
	font-size: 36px;
	color: #fff;
	font-weight: 300;
	margin: 0;
}
.story-detail p {
	font-style: italic;
	font-size: 20px;
	margin: 0;
	color: #fff;
}
.lg-box-02 {
	padding-bottom: 30px;
}
.lg-box-02:after {
	content: '';
	display: block;
	clear: both;
}
.lg-box-02.content-flr:nth-child(even) .short-discribtion {
	float: left;
}
.lg-box-02 .short-discribtion {
	width: 658px;
	margin-right: 88px;
	margin-left: 45px;
	padding-top: 45px;
}
.lg-box-02 .short-discribtion p {
	font-size: 18px;
}
.lg-box-02 .short-discribtion a {
	color: #6d0927;
	text-decoration: none;
	font-size: 18px;
	font-weight: 400;
}
.lg-box-02 .imgbox-02 {
	float: right;
}
.lg-box-02 .imgbox-02 img {
	display: block;
}
.lg-box-02.content-flr .short-discribtion {
	float: right;
	margin-right: 113px;
}
.lg-box-02.content-flr .imgbox-02 {
	float: left;
}
h3 {
	font-size: 48px;
	color: #8b5c43;
	font-weight: 300;
	line-height: 48px;
}
h3:after {
	content: '';
	width: 50px;
	height: 6px;
	background: #8b5c43;
	display: block;
	margin-top: 20px;
}
h4 {
	font-size: 36px;
	color: #444;
	font-weight: 300;
	margin: 0 0 25px;
}
h4:after {
	content: '';
	width: 50px;
	height: 6px;
	background: #6f0526;
	display: block;
	margin-top: 5px;
}
footer {
	background: #720b2a;
}
.copy {
	text-align: center;
	color: #fff;
	font-weight: 400;
	padding: 17px 0;
	font-size: 14px;
	overflow: hidden;
}
.copy a {
	float: right;
	color: #fff;
	text-decoration: none;
}
.sm-title-1 {
	text-align: center;
	font-size: 18px;
	color: #444;
	font-weight: 400;
	padding-bottom: 8px;
	padding-top: 60px;
}
.sm-title-1 img {
	display: inline-block;
	vertical-align: top;
}
.instagram .col-sm-6 {
	float: left;
	width: 16.6666666667%;
	padding: 0;
}
.instagram .col-sm-6 img {
	width: 100%;
	display: block;
}
.google-map {
	float: left;
	width: 50%;
	line-height: 0;
}
.google-map img {
	width: 100%;
	display: block;
}
.bgcolor {
	background: #720b2a;
}
.address {
	float: left;
	width: 50%;
	color: #fff;
	padding-left: 135px;
	padding-top: 55px;
}
.address a {
	color: #fff;
	text-decoration: none;
}
.sm-title {
	font-weight: 700;
}
.address-box-1 {
	padding-top: 21px;
	font-weight: 400;
}
.address-box-1 strong {
	display: block;
	font-weight: 400;
}
.social {
	padding-top: 21px;
}
.social a {
	display: inline-block;
	width: 53px;
	height: 53px;
	vertical-align: top;
	margin-right: 30px;
	background: #fff;
	border-radius: 100%;
	color: #720b2a;
	text-decoration: none;
	text-align: center;
	line-height: 53px;
	font-size: 33px;
}
.social a:last-child {
	margin-right: 0;
}
.col-sm-3 {
	width: 300px;
	float: left;
}
.col-sm-3:nth-child(2) {
	margin: 0 115px;
}
.title {
	font-family: 'Philosopher', sans-serif;
	font-size: 18px;
	color: #6d0927;
	padding-top: 12px;
	padding-bottom: 7px;
}
.sm-cont p {
	margin: 0;
	font-size: 14px;
}
.tstml-section {
	background: url(../img/testimonial-bg.jpg) no-repeat;
	background-size: cover;
	padding-top: 170px;
	margin-top: 55px;
}
.tsti-content {
	font-style: italic;
	font-size: 18px;
	color: #fff;
}
.author {
	font-size: 18px;
	color: #fff;
}
.testimonial-slide {
	max-width: 1170px;
	margin: auto;
}
.testimonial-slide .item {
	padding: 0 60px;
}
.testimonial-slide .slick-dots {
	list-style: none;
	margin: 0;
	padding: 70px 0;
	text-align: center;
}
.testimonial-slide .slick-dots li {
	display: inline-block;
	vertical-align: top;
	width: 16px;
	height: 16px;
	margin: 0 5px;
}
.testimonial-slide .slick-dots li button {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	overflow: hidden;
	background: #786444;
	border: 0;
	border-radius: 100%;
	cursor: pointer;
}
.testimonial-slide .slick-dots li button:focus {
	outline: 0;
}
.testimonial-slide .slick-dots li.slick-active button {
	background: #fff799;
}
.inr-banner img {
	display: block;
	width: 100%;
}
.brdcrm {
	padding: 15px 0;
	float: left;
}
.brdcrm ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.brdcrm ul li {
	display: inline-block;
	color: #444;
	font-size: 14px;
}
.brdcrm ul li a {
	color: #444;
	text-decoration: none;
}
.brdcrm ul li a:after {
	content: '/';
	display: inline-block;
	margin-left: 3px;
}
.top-social {
	float: right;
	padding-top: 12px;
}
.top-social a {
	display: inline-block;
	width: 30px;
	height: 30px;
	vertical-align: top;
	margin-right: 12px;
	background: #830128;
	border-radius: 100%;
	color: #fff;
	text-decoration: none;
	text-align: center;
	line-height: 30px;
	font-size: 17px;
}
.top-social a:last-child {
	margin-right: 0;
}
.sm-title-2 {
	font-size: 25px;
	padding-bottom: 10px;
}
.col-md-04 {
	width: 40%;
	float: left;
}
.col-md-06 {
	width: 60%;
	float: left;
}
address {
	font-style: normal;
	line-height: 30px;
}
address strong {
	display: block;
	font-weight: 600;
}
address a {
	color: #6f0526;
}
.form-box {
	display: block;
}
.form-box input, .form-box textarea {
	display: block;
	float: left;
}
.form-box span {
	float: left;
	width: 6%;
	display: block;
	line-height: 54px;
	text-align: center;
	opacity: 0;
}
.form-box input.send {
	width: 98px;
	background: #410014;
	border: 1px solid #d15d81;
	color: #fff;
	cursor: pointer;
}
.row {
	margin: 0 -15px;
}
.col-sm-5 {
	float: left;
	width: 50%;
	padding: 0 15px;
}
.heading {
	font-size: 48px;
	color: #6f0526;
	padding-bottom: 25px;
}
.heading.hand{font-family: 'Italianno', cursive;}
.content {
	line-height: 25px;
}
.content span {
	font-weight: 600;
	display: block;
}
.col-pad {
	padding: 0 15px;
}
.sm-slider .slick-dots {
	list-style: none;
	padding: 25px 0 0;
	margin: 0;
	text-align: center;
}
.sm-slider .slick-dots li {
	display: inline-block;
	vertical-align: top;
	margin: 0 5px;
	width: 15px;
	height: 15px;
}
.sm-slider .slick-dots li button {
	display: block;
	;
	text-indent: -999px;
	overflow: hidden;
	border: 2px solid #a10938;
	width: 100%;
	height: 100%;
	border-radius: 100%;
	background: none;
	cursor: pointer;
}
.sm-slider .slick-dots li button:focus {
	outline: 0;
}
.sm-slider .slick-dots li.slick-active button {
	background: #a10938;
}
.instant-form {
	background: url(../img/formbg.jpg) no-repeat;
	background-size: cover;
	padding: 25px 0 64px;
}
.heading2 {
	font-size: 36px;
	color: #fff3e8;
	text-align: center;
	padding-bottom: 35px;
}
.instant-form .form-box {
	width: 584px;
	display: block;
	margin: auto;
}
.instant-form .form-box span {
	color: #fff;
	opacity: 0;
}
.instant-form .form-box input {
	background: rgba(255, 255, 255, 0.7);
}
.instant-form .form-box select {
	background: rgba(255, 255, 255, 0.7);
}
.instant-form .form-box input.send {
	background: #410014;
	clear: left;
	margin: auto;
	float: none;
}
.instant-form .form-box input.send[disabled="disabled"]{cursor: default;}
.instant-form .form-box .error span{color: #ffbcbd; font-weight: 600;}
.prv-content p.bldtxt {
	font-weight: 600;
}
.prv-content p a {
	color: #444;
	text-decoration: none;
}
.story {
	padding: 56px 40px;
	font-size: 40px;
	line-height: 50px;
	color: #fff;
	background: #6f0526;
}
.col-sm-4 {
	float: left;
	width: 40%;
	padding: 0 15px;
}
.col-sm-6 {
	float: left;
	width: 60%;
	padding: 0 15px;
}
.col-sm-4.flr-rgt {
	float: right;
}
.heading3 {
	font-size: 36px;
	text-align: center;
	color: #6f0526;
	padding-bottom: 30px;
}
.talk-slide .item {
	padding: 0 25px 0 100px;
	background: url(../img/chat-icon.png) no-repeat 0 20px;
}
.talk-slide .item:focus {
	outline: 0;
}
.talk-slide .author {
	color: #444;
	font-weight: 600;
}
.talk-slide .slick-dots {
	list-style: none;
	padding: 25px 0 0;
	margin: 0;
	text-align: center;
}
.talk-slide .slick-dots li {
	display: inline-block;
	vertical-align: top;
	margin: 0 5px;
	width: 15px;
	height: 15px;
}
.talk-slide .slick-dots li button {
	border: 2px solid #a10938;
	display: block;
	width:15px;
	height: 15px;
	text-indent: -9999px;
	overflow: hidden;
	border: 0;
	border-radius: 100%;
	cursor: pointer;
	background: #ccc;

}
.talk-slide .slick-dots li button:focus {
	outline: 0;
}
.talk-slide .slick-dots li.slick-active button {
	background: #a10938;
}
.acrd-cont {
	margin-top: 5px;
	padding-left: 22px;
	padding-right: 100px;
	margin-bottom: 20px;
}
.acrd-cont a{color: #6f0526;}
.acrd-title {
	color: #6f0526;
	font-weight: 600;
}
.acrd-title.active {
	font-weight: 600;
}
.acrd-box {
	padding-bottom: 10px;
}
.igviewer {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-color: RGBA(29, 31, 32, 0.9);
}
.igviewer img {
	display: block;
	margin: 1rem auto;
	height: calc(100vh - 2rem);
	width: auto;
	box-shadow: 0px 10px 40px 10px rgba(0, 0, 0, 0.8);
}
.igviewer.hidden {
	display: none;
}
.instagram-feed {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	overflow: hidden;
}
.instagram-feed .image {
	background-repeat: none;
	background-position: center center;
	background-size:200%;
	height: 248px;
	overflow: hidden;
	transition: all 200ms ease;
	position: relative;
	cursor: pointer;
}
.instagram-feed .image .caption {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.7);
	color: #FFF;
	padding: 1em;
}
/*.instagram-feed .image:hover {
	background-size: 110%;
}*/
.instagram-feed .image:hover .caption {
	display: block;
}
.tb-box {
	width: 100%;
/*	background-color: #6f0526;*/
}
.tbcell {
	float: left;
	width: 33.3339%;
	background-color: #6f0526;
	position: relative;
	vertical-align: middle;
}
.tbcell img {
	display: block;
	width: 100%;
}
.tbcell.bgcolor-txt {
	padding: 74px 30px 25px;
	height: 379px !important;
}
.tbcell.bgcolor-txt .bx-controls{position: absolute; top:40%; width: 100%;}
.txt-01 {
	color: #fff;
	margin-bottom: 10px;
}
.txt-01:after {
	content: '';
	display: block;
	width: 30px;
	height: 4px;
	background-color: #fff;
	margin-top: 10px;
}
.txt-cont {
	color: #fff;
	font-size: 32px;
	line-height: 42px;
	padding:0 20px;
}
.caption {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(111, 5, 38, 0.7);
	z-index: -1;
	padding-top: 45%;
	color: #fff;
	font-weight: 600;
}
.bgcolor-txt .bx-controls-direction {padding-top:15px;}
.bgcolor-txt .bx-controls-direction a {
	display: inline-block;
	vertical-align: top;
	color: #fff;
	font-size: 0;
	text-decoration: none;
	margin-right: 10px;
}
.bgcolor-txt .bx-controls-direction a.bx-prev{float: left; margin-left: -10px;}
.bgcolor-txt .bx-controls-direction a.bx-next{float: right;  margin-right: -10px;}
.bgcolor-txt .bx-controls-direction .bx-next::before {
	font-size: 30px;
	content: '\f105';
	font-family:'FontAwesome';
}
.bgcolor-txt .bx-controls-direction .bx-prev::before {
	font-size: 30px;
	content: '\f104';
	font-family:'FontAwesome';
}
.tbcell:hover .caption {
	opacity: 1;
	visibility: visible;
	z-index: 1;
	text-align: center;
	vertical-align: middle;
}
h4.txt-center {
	text-align: center;
}
h4.txt-center:after {
	margin: 25px auto 15px;
}
.map-box .address-box-1 {
	line-height: 30px;
}
.map-box .address-box-1 strong {
	margin-bottom: 8px;
	font-size: 20px;
	font-weight: bold;
}
.map-box .sm-title {
	font-size: 25px;
}
.popup-base {
	display: none;
}
.form-row {
	margin-bottom: 25px;
	width: 100%;
	float: left;
}
.form-row .form-div {
	overflow: hidden;
}
.form-box .error {
	clear: both;
	margin-top: 3px;
	overflow: hidden;
}
.form-box .error span {
	line-height: normal;
	text-align: left;
	font-size: 12px;
	color: red;
	width: 100%;
}
.form-row .two-row {
	width: 47%;
	float: left;
}
.popup-base {
	left: 0;
	top: 0;
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	z-index: 99;
}
.popup-base .in {
	text-align: center;
	padding: 20px 10px;
	margin: -60px 0 0 -200px;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 400px;
	background: #fff;
}
.popup-base .alert-message {
	margin-bottom: 10px;
	font-size: 30px;
	font-weight: bold;
}
.popup-base .content-pop {
	line-height: 25px;
	color: #000;
}
.popup-base .close {
	cursor: pointer;
	line-height: 30px;
	font-weight: bold;
	position: absolute;
	right: 0;
	top: -30px;
	width: 30px;
	height: 30px;
	color: #fff;
	background: #720b2a;
}
.popup-base p {
	margin: 0px;
}
.product-detail {
	overflow: hidden;
}
.product-detail .left {
	padding: 10px 0;
	border: 1px solid #bababa;
	width: 60%;
	float: left;
}
.product-detail .left img {
	display: block;
	margin: 0 auto;
}
.product-detail .right {
	width: 37%;
	float: right;
}
.product-detail .pro-detail {
	margin-bottom: 24px;
	overflow: hidden;
}
.product-detail .break {
	display: block;
}
.product-detail li {
	list-style-type: none;
}
.product-detail .bx-pager li {
	margin-right: 15px;
	width: 18%;
	float: left;
}
.product-detail .bx-pager li a {
	display: block;
	padding: 10px 20px;
	border: 1px solid #bababa;
}
.product-detail .bx-pager li a.active {
	border-color: #6f0526;
}
.product-detail ul {
	margin: 0px;
	padding: 0px;
}
.product-detail .bx-pager li img {
	width: 100%;
}
.product-detail .pro-info {
	margin-bottom: 75px;
	overflow: hidden;
}
.wall {
	margin: 0 15px;
}
.wall-item.form-item {
	padding:30px 20px;
	background: #983133;
}
.wall-item.form-item h5 {
	margin: 0px;
	margin-bottom:10px;
	font-size:26px;
	line-height:30px;
	color: #fff;
	font-weight: normal;
}
.wall-item.form-item .txt-nos{padding:0; padding-bottom: 20px;}
.wall-item.form-item .form-row {
	margin-bottom: 20px;
	width: 100%;
	float: left;
}
.wall-item.form-item .form-row input {
	color: #000;
	padding: 8px 15px;
	background: #fff;
}
.wall-item.form-item form {
	overflow: hidden;
}
.wall-item.form-item textarea {
	background: #fff;
	color: #000;
}
.wall-item.form-item .btn {
	cursor: pointer;
	font-weight: bold;
	border: 1px solid #350212;
	font-size: 18px;
	color: #6f0526;
	width: 115px;
	height: 40px;
	background: #ffe4ec;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.wall-thanks {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #ff9600;
	padding: 30px 40px 0;
	color: #fff;
	font-size: 46px;
	text-align: center;
	display: none;
}
.wall-thanks span {
	display: block;
	text-align: left;
	width: 100%;
}
.input-file-container {
	position: relative;
	overflow: hidden;
}
.input-file-container .file-type {
	padding: 7px 0 0 20px;
	float: left;
	font-size: 14px;
	color: #fff;
}
.input-file-trigger {
	display: block;
	background: #6f0526;
	color: #fff;
	border: 1px solid #350212;
	transition: all .4s;
	line-height: 38px;
	text-align: center;
	width: 120px;
	height: 38px;
	cursor: pointer;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	float: left;
}
.input-file {
	position: absolute;
	top: 0;
	left: 0;
	width: 110px;
	height: 30px;
	opacity: 0;
	padding: 14px 0;
	cursor: pointer;
}
.file-return {
	margin: 0;
}
.file-return:not(:empty) {
	margin-top: 3px;
	font-size: 14px;
	font-style: italic;
	color: #e0cbcb;
}
.file-return {
	font-style: italic;
	font-size: .9em;
	font-weight: bold;
}
.wall-item {
	display: block;
	margin: 0 0 30px 0;
	padding: 1px;
	position: absolute;
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
	transition: all 220ms;
	background: #6f0526;
}
.wall-item .txt {
	padding: 20px;
	overflow: hidden;
	font-size: 14px;
	color: #fff;
}
.wall-item .txt span {
	margin-top: 13px;
	display: block;
	font-weight: bold;
}
.wall-item > img {
	display: block;
	width: 100%;
}
.wall-item h2 {
	text-align: center;
	font-size: 14px;
	text-transform: uppercase;
	margin: 0 0 12px 0;
}
.wall {
	display: block;
	position: relative;
}
.wall-column {
	display: block;
	position: relative;
	width: 33.333333%;
	float: left;
	padding: 0 15px;
	box-sizing: border-box;
}
 @media (max-width: 640px) {
.wall-column {
	width: 50%;
}
}
 @media (max-width: 480px) {
.wall-column {
	width: auto;
	float: none;
}
}
.loader {
	width: 100%;
	height: 100%;
	background: url(../img/loader.gif) center no-repeat #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999999;
	display: none;
}
.loader-process {
	width: 100%;
	height: 100%;
	background: url(../img/loader.gif) center no-repeat rgba(255,255,255,0.5);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999999;
	display: none;
}
header.fxd-menu {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 98;
}
.slide-counter {
	position: absolute;
	right: 25px;
	bottom: 25px;
	width: 50px;
	height: 50px;
	border: 3px solid #700828;
	background: #fff;
	z-index: 88;
	text-align: center;
	line-height: 45px;
	border-radius: 100%;
}




.popup-detail{width: 100%; height: 100%;  position: fixed; top: 0; left: 0; z-index: 99; background: rgba(0,0,0,0.9); padding:100px 250px; opacity: 0; visibility: hidden;}

.popup-detail .slider-pos{position: relative;}

.popup-detail .bxPrev{width: 21px; height: 40px; font-size: 0; padding:0; background: transparent; border:0; cursor: pointer; position: absolute; left: -50px; top: 50%; margin-top: -20px;}
.popup-detail .bxPrev a{display: inline-block; width: 100%; height: 100%; background: url(../img/bx-prev.png) center no-repeat;}
.popup-detail .bxNext{width: 21px; height: 40px; font-size: 0; padding:0; background: transparent; border:0; cursor: pointer; position: absolute; right: -50px; top: 50%; margin-top: -20px;}
.popup-detail .bxNext a{display: inline-block; width: 100%; height: 100%; background: url(../img/bx-next.png) center no-repeat;}



.popup-detail.ac{opacity: 1; visibility: visible;}
.popup-detail .in-ar{background: #fffad7; width:1140px; margin: auto; min-height: 200px; position: relative; padding:20px;}
.popup-detail .image-ar{width: 60%; float: left; background: #fff;}
.popup-detail .image-ar ul{margin: 0; padding:0;}
.popup-detail .image-ar ul li{list-style: none; line-height: 0; width: 100%; display: none;}
.popup-detail .image-ar ul li img{width: 100%; height: auto;}
.popup-detail .detail-ar{width: 38%; float: right; position: static;}

.popup-detail .image-ar ul li.active{display: block;}




.popup-detail .image-ar .slick-arrow{width: 30px; height: 30px; cursor: pointer; font-size: 0; background: url(../img/slider-popup-arrows.png) no-repeat;  background-position: -30px 0; z-index: 1; position: absolute; left:15px; top: 50%; margin-top: -15px; border:0;}
.popup-detail .image-ar .slick-arrow.slick-next{left: auto; right:15px; background-position:0 0;}

.popup-detail .cross-on{width: 28px; height: 28px; position: absolute; top:20px; right:20px; background: url(../img/cross-on.png) no-repeat; cursor: pointer;}

.popup-detail .gal-thumbs{margin-top: 20px; position: absolute; bottom: 22px; width:400px;}
.popup-detail .gal-thumbs ul{margin: 0; padding:0;}
.popup-detail .gal-thumbs ul li{list-style: none; line-height: 0; width:80px; float: left; margin-right: 5px;}
.popup-detail .gal-thumbs ul li a{display: inline-block; padding:5px; border:1px solid #c7c2a0;}
.popup-detail .gal-thumbs ul li a.active{border:1px solid #6f0526;}
.popup-detail .gal-thumbs ul li img{width: 100%; height: auto;}
.popup-detail .gal-thumbs ul li.slick-current a{border:1px solid #6f0526;}

.menu-icon{width: 50px; float: right; height: 30px; margin-top: 7px; display: none; background: url(../img/menu-icon.png) top right no-repeat;}
.menu-icon.active{background: url(../img/cross-on-white.png) top right no-repeat;}
.text-on-mobile{font-size:14px; color:#fff; font-weight:500; display:none; position:relative; top:-25px;}