body {
   font-family: 'Poppins', sans-serif;
   font-size: 15px;
   font-weight: 400;
   color: #666666;
}
img {
	width: auto;
	max-width: 100%;
}
ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
a, a:hover, a:focus, a:active {
	text-decoration: none;
	outline: none;
}
h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
	font-weight: 700;
}
.frame { overflow: hidden; }
/*============= TOP BAR =============*/
#topbar
{
	padding: 30px 0px;
}
.top-menu
{
	float: right;
}
.top-menu ul li
{
	display: inline-block;
	margin-left: 20px;
}
.top-menu ul li span
{
	color:#b7984a;
}
.top-menu ul li a
{
	color: #b7984a;
}
.top-menu ul li input[type=text] {
    width: 30px;
    background: url('../images/searchs.png') no-repeat center left;
    border: none;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
    padding: 5px 0px;
}

/* When the input field gets focus, change its width to 100% */
.top-menu ul li input[type=text]:focus {
    width: 100%;
}
.top-text
{
	display: inline-block;
	margin-right: 20px;
}
/*============= HEADER AND NAVIGATION =============*/
#header {
	height: 80px;
}
.header-bg
{
	background: url('../images/bg.jpg') no-repeat;
}
.logo-holder
{
	text-align: center;
	padding: 30px 0px;
}
.site-header {
	background: rgba(164,124,76,1);
background: -moz-linear-gradient(left, rgba(164,124,76,1) 0%, rgba(219,205,113,1) 39%, rgba(159,124,76,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(164,124,76,1)), color-stop(39%, rgba(219,205,113,1)), color-stop(100%, rgba(159,124,76,1)));
background: -webkit-linear-gradient(left, rgba(164,124,76,1) 0%, rgba(219,205,113,1) 39%, rgba(159,124,76,1) 100%);
background: -o-linear-gradient(left, rgba(164,124,76,1) 0%, rgba(219,205,113,1) 39%, rgba(159,124,76,1) 100%);
background: -ms-linear-gradient(left, rgba(164,124,76,1) 0%, rgba(219,205,113,1) 39%, rgba(159,124,76,1) 100%);
background: linear-gradient(to right, rgba(164,124,76,1) 0%, rgba(219,205,113,1) 39%, rgba(159,124,76,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a47c4c', endColorstr='#9f7c4c', GradientType=1 );
}
.site-header.home-header { box-shadow: none; }
.brand { 
	float: left; 
	margin-top: 15px;
}
.brand a { display: block; }
.brand img { display: inline-block; }

.toggle-menu { 
	display: none; 
	border: 0;
	background: #a71c1f;
	color: #FFFFFF;
	font-size: 22px;
	padding: 6px 12px;
	border-radius: 2px;
}
.menu { float: none; }
.menu a {
	font-weight: 700;
	text-transform: uppercase;
	display: block;
}
.menu > ul 
{
	display: table;
	width: 100%
}
.menu > ul > li { 
	position: relative;
	display: table-cell;
	text-align: center;
}
.menu > ul > li > a {
	color: #fff;
	padding: 10px 22px;
	line-height: 60px;
    -webkit-transition: color 1s ease-out;
    -moz-transition: color 1s ease-out;
    -o-transition: color 1s ease-out;
  transition: color 1s ease-out;
}
.menu > ul > li > a.nav-spec {
	background: #a61c1f;
	color: #FFFFFF;
	border-radius: 3px;
	margin: 18px 0 0 15px;
	line-height: 24px;
}
.menu > ul > li:hover a {
	color: #1f1f1c;
}
.menu > ul > li > a.nav-spec:hover {
	background: #2e353f;
	color: #FFFFFF;
}
.menu ul li .sub-menu li a {
	padding: 6px 25px;
	color: #FFFFFF;
}
.menu ul li .sub-menu li:hover a {
	color: #FFFFFF;
	background: #2e353f;
}

/*============= COMMEN STYLE =============*/
.main-heading {
	font-weight: 40px;
	color: #b7984a;
	margin-bottom: 45px;
	text-transform: uppercase;
}
.section {
	padding: 110px 0;
}
.section-bg
{
	background: #fff;
}
.no-pad
{
	padding: 0;
	margin: 0;
}
.grey-section {
	background: #eef3f7;
}
.box-head {
	font-size: 16px;
	color: #424a60;
	margin-bottom: 20px;
}
.box-para {
	font-size: 14px;
	color: #8493a0;
	line-height: 24px;
	margin: 0;
}
.button-inverse,
.button-normal {
	display: inline-block;
	border: 0;
	padding: 10px 35px;
	font-weight: 700;
	font-size: 20px;
	text-transform: uppercase;
}

.button-normal {

	border: solid 1px #b7984a;
	height: 60px;
	text-align: center;
	display: table;
	padding: 0px 60px;
	text-transform: uppercase;
	line-height: 60px;
	color:#b7984a;
	background: none;
	margin:30px auto 0px auto;
	font-size: 18px;
	-webkit-transition: background-color 1s ease-out;
    -moz-transition: background-color 1s ease-out;
    -o-transition: background-color 1s ease-out;
    transition: background-color 1s ease-out;
}
.button-normal:hover
{
	color: #fff;
	background: #b7984a;
}
.breadcrumb-panel {
	padding: 20px 0;
	background: #faf8f5;
}
.breadcrumb {
	text-align: center;
	margin: 0;
	background: transparent;
}
.breadcrumb > li + li:before {
	color: #424a60;
	content: "> ";
	padding: 0 10px;
}
.breadcrumb > li > a {
	color: #424a60;
}
.breadcrumb > .active {
	color: #a71c1f;
}
.inner-head-panel {
	text-align: center;
}
.inner-head-panel .inner-head-note,
.inner-head-panel .inner-head-note-panel {
	font-size: 15px;
	line-height: 26px;
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
}
.inner-head-panel .inner-head-note-panel {
	text-align: left;
}


/*============= SLIDER =============*/
#mainSlider {
	position: relative;
	background: #000000;
}
#mainSlider .owl-item {
	width: 100%;
}
#mainSlider img {
	display: block;
	height: 735px;
	position: relative;
	object-position: center;
	object-fit: cover;
}
.slider-page
{
	display: block;
}
#mainSlider .owl-dots {
	display: block;
	text-align: center;
	margin-bottom: 0px;
	position: absolute;
	bottom: 20px;
	left: 0;
	right:0;
}
#mainSlider .owl-dots .owl-dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #fff;
	margin: 0 5px;
	border-radius: 100px;
}
#mainSlider .owl-dots .owl-dot.active {
	background: #b7984a;
}
.slider-frame {
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.slider-frame .container {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.slider-frame .slider-head {
	font-size: 48px;
	font-weight: 700;
	color: #FFFFFF;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.slider-content
	{
		color: #fff;
		padding: 20px;
		font-size: 18px;
	}

/*.slider-frame */

/*============= ABOUT =============*/
.about-section { 
	text-align: center; 
	/*padding: 110px 0 100px 0;*/
}
.about-section p, .right-text p {
	width: 100%;
	max-width: 1130px;
	font-size: 15px;
	line-height: 26px;
	margin: 0 auto;
}




/*============= SERVICES =============*/
.service-section {}
.sbox {
	padding: 0px 0px 110px 0px;
	text-align: center;
	position: relative;
	transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
}
.sbox img {
	display: inline-block;
	margin-bottom: 20px;
}
.sbox h4,
.sbox p {
	transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
}
.sbox:hover {
	transform: translateY(-5px);

}
.sbox:hover h4 {
	color: #FFFFFF;
}
.sbox:hover p {
	color: #FFFFFF;
}
.about-cover
{

	display: block;
}
.about-frame-1
{
	width: 220px;
	height: 220px;
	margin: auto;
	display:block;
	background: url('../images/about-1.jpg') no-repeat;
	line-height: 220px;
	text-align: center;
}
.about-frame-2
{
	width: 220px;
	height: 220px;
	margin: auto;
	display:block;
	background: url('../images/about-2.jpg') no-repeat;
	line-height: 220px;
	text-align: center;
}
.about-text
{
	text-align: center;
	margin:30px auto 0px auto;
	max-width: 400px;
	display: block;
}
.about-text h3
{
	font-size: 26px;
	color: #b7984a;
	font-weight: lighter;
	margin-bottom: 30px;
}
.read-button
{
	border: solid 1px #b7984a;
	height: 60px;
	text-align: center;
	display: table;
	padding: 0px 60px;
	text-transform: uppercase;
	line-height: 60px;
	color:#b7984a;
	margin:30px auto 0px auto;
	font-size: 18px;
	 -webkit-transition: background-color 1s ease-out;
  -moz-transition: background-color 1s ease-out;
  -o-transition: background-color 1s ease-out;
  transition: background-color 1s ease-out;
}
.read-button:hover
{
	background: #b7984a;
	color: #fff;
}

/*============= FEATURES =============*/
/*.feature-section {
	padding: 130px 0 110px 0;
}*/
.feature-top { text-align: center; }
.feature-sub {
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
	font-size: 15px;
	line-height: 26px;
}
.rbox {
	padding-left: 130px;
	position: relative;
	margin-top: 60px;
}
.rbox img {
	position: absolute;
	top: 15px;
	left: 0;
}

/*============= WINE SLIDER =============*/
.wine-section {
	background: #e8e0da;
	background-size: cover;
	/*padding: 110px 0;*/
}
.winebox {
	text-align: center;
}
.wine-content {
	position: relative;
	padding: 40px 40px 0px 40px;
	color: #8493a0;
	line-height: 24px;
	border-radius: 10px;
	margin-bottom:0px;
}
.wine-content > strong {
	display: block;
}
.wine-content a
{
	width: 50px;
	height: 50px;
	line-height: 50px;
	display:inline-block;
	border-radius: 100px;
	border: solid 1px #b7984a;
	color: #b7984a;
	font-size: 20px;
	text-align: center;
	vertical-align: middle;
	margin: 20px auto 0px auto;
		 -webkit-transition: background-color 1s ease-out;
  -moz-transition: background-color 1s ease-out;
  -o-transition: background-color 1s ease-out;
  transition: background-color 1s ease-out;
}
.wine-content a:hover
{
	color: #fff;
	background: #b7984a;
}
#testSlider .owl-nav {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	z-index: 2000;
	color: #b7984a;
	display: block !important;
}
#testSlider .owl-nav .owl-prev,
#testSlider .owl-nav .owl-next {
	font-size: 30px;
}
#testSlider .owl-nav .owl-prev {
	float: left;
	margin-left: 30px;
}
#testSlider .owl-nav .owl-next {
	float: right;
	margin-right: 30px;
}


/*============= DEMO =============*/
.subscribe-section 
{
  background: #101111;
}
.subscribe-head {
	display: table;
	height: 100px;
	line-height: 100px;

}
.subscribe-text
{
	font-size: 22px;
	font-weight: 400;
	color: #ffffff;
	display: table-cell;
    vertical-align: middle;

}
.subscribe-form
{
	float: right;
}
.text
{
	height: 100px;
	background: #414042;
	border: none;
	padding: 0px 20px;
	margin: 0px 10px 0px 0px;
}
.subscribe-form button
{
	background: none;
	border: 0;
}
.demo-section .button-normal { margin-left: 25px; }


/*============= FOOTER =============*/
.footer-logo
{
	float: left;
	display: inline-block;
}
.right-logo
{
	float: right;
	display: inline-block;
}
#footer {
	color: #8493a0;
	padding: 100px 0 100px 0;
	background: #1f1f1c;
}
.footer-box {
}
.footer-box .footer-head {
	color: #FFFFFF;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 35px;
}
.footer-line
{
	height: 1px;
	display: block;
	background: #b7984a;
	margin: 30px 0px 30px 0px;
}
.footer-box p {
	line-height: 24px;
}
.footer-box .footer-social-nav a {
	display: inline-block;
	text-align: center;
	font-size: 20px;
	color: #a3acc4;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 50px;
	border: 1px solid #353532;
	margin: 10px 5px 0 0;
	transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
}
.footer-social-nav a:hover {
	color: #FFFFFF;
}
.footer-social-nav a.fb:hover {
	background: #3b5998;
	border-color: #3b5998;
}
.footer-social-nav a.linked:hover {
	background: #0077b5;
	border-color: #0077b5;
}
.footer-social-nav a.twt:hover {
	background: #1da1f2;
	border-color: #1da1f2;
}
.footer-social-nav a.gplus:hover {
	background: #dd4b39;
	border-color: #dd4b39;
}
.footer-social-nav a.insta:hover {
	background: #c13584;
	border-color: #c13584;
}
.footer-box .footer-contact-list li {
	padding: 0 0 10px 0;
	margin: 0 0 20px 0;
}
.footer-box .footer-contact-list li:last-child {
	padding: 0;
	margin: 0;
	border: 0;
}
.footer-box .footer-contact-box {
	position: relative;
}
.footer-box .footer-contact-box img {
	position: absolute;
	left: 0;
	top: 2px;
}
.footer-box .footer-contact-box strong {
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	display: block;
}
.social
{
	color: #939598;
	font-size: 15px;
	display: inline-block;
	margin: 0px 10px 0px 0px;
}
.footer-links ul li
{
 display: inline-block;
 min-width: 200px;
 float: left;
 text-align: left;
 margin-bottom: 10px;
}
.footer-links ul li a
{
	color: #fff;
}
.footer-links ul li a:hover
{
	color: #b7984a;
}
.footer-box .footer-contact-box small {
	font-size: 13px;
}
.footer-links {
	text-align: center;
}
.footer-links a {
	color: #8493a0;
	display: inline-block;
	margin: 2px 5px;
}
.footer-links a:hover {
	color: #FFFFFF;
}
.form-email {
	position: relative;
	padding-right: 190px;
}
.form-email button {
	position: absolute;
	right: 0;
	bottom: 0;
}
#base
{
	padding: 30px 0px;
	font-size: 14px;
}
.base-right
{
	float: right;
	color: #b7984a;
}
.base-right ul li 
{
	display: inline-block;
	margin-left: 15px;
}
.base-right ul li a 
{
	color: #b7984a;
}

/*====================================================================================
||| INNER PAGES
====================================================================================*/
/*.cols-hr-img {
	background: #EEF3F7 url(../images/hr-banner.png) no-repeat;
	background: #EEF3F7;
	background-size: contain;
	background-position: center right;
}*/
.product-content h3, .right-text h3, .collabor h3
{
	font-size: 26px;
	color: #b7984a;
	font-weight: lighter;
	margin-bottom: 30px;
	text-transform: uppercase;
}
.product-price
{
	font-size: 20px;
}
.product-price span
{
	color: #000;
}
.point-block ul li
{
  margin:20px 0px 0px 20px;
  list-style-type: circle; 
}
.quantity
{
	margin-top:10px;
}
.quantity span
{
	margin-right:20px; 
}
.quantity span:first-child
{
	margin-right: 10px;
}
.payment-cover
{
	display: block;
	margin-top: 40px;
}
.payment-cover a
{
	margin: 0px 20px 0px 0px;
}
.buy-button
{
	border: solid 1px #b7984a;
	height: 60px;
	text-align: center;
	padding: 0px 60px;
	display: inline-block;
	text-transform: uppercase;
	line-height: 60px;
	color:#b7984a;
	font-size: 18px;
}
.collabor
{
	background: #e8e0da;
	padding: 30px;
	margin-bottom: 30px;
	text-align: left;
}
.buy-button:hover
{
	background: #b7984a;
	color: #fff;
}
.product-text
{
	line-height: 26px;
	margin-top:40px; 
	display: block;
}
.sbox.sbox-inner {
	min-height: auto;
	margin: 15px 0;
}
.sbox.sbox-inner .box-head {
	margin: 0;
}
.sbox.sbox-inner:hover {
	background: #FFFFFF;
	transform: translateY(0);
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}
.sbox.sbox-inner:hover .box-head {
	color: #424a60;
}
.lr-txt > strong {
	font-size: 20px;
	font-weight: 700;
}
.section-reverse {
   background: #EEF3F7;
}
.reverse-table {
   display: table;
}
.reverse-table-cell {
   display: table-cell;
   float: none;
   vertical-align: middle;
}
.reverse-table-cell.img-tbl {
   text-align: right;
}
.reverse-table-cell.img-tbl img {
   display: inline-block;
}
.reverse-table-cell.txt-tbl {
   background: #A71C1F;
   padding: 40px 70px;
}
/*CONTACT PAGE*/
.contact-page{
}
.contact-text
{
	margin-bottom: 20px;
}
.text-contact
{
	height: 50px;
	width: 100%;
	background: #414042;
	border: none;
	padding: 0px 20px;
	margin: 0px 10px 0px 0px;
}
.text-message
{
	height: 100px;
	width: 100%;
	background: #414042;
	border: none;
	padding: 10px 20px;
	margin: 0px 10px 0px 0px;
}
.button-contact
{
	background: #b7984a;
	padding: 10px 30px;
	color: #fff;
	border: none;
}
.contact-list ul li{
	margin: 0px 0px 20px 0px;
}
.contact-list ul li strong
{
	display: block;
	font-size: 20px;
	font-weight: 400;
}

/*====================================================================================
||| MEDIA QUERY
====================================================================================*/
@media (min-width: 1170px) {
  .container {
    width: 1170px;
  }
}

@media (min-width: 992px) {
  #nav {
    display: block!important;
  }


}

@media only screen and (max-width: 1559px) {
	/*SERVICES*/
	.sbox {
		min-height: 340px;
	}
	/*FEATURES*/
	.box-para {
		min-height: 180px;
	}
}

@media only screen and (max-width: 1199px) {
	/*HEADER*/
	.brand a {
		width: 290px;
		overflow: hidden;
	}
	.brand img {
		width: 140px;
	}
	.menu > ul > li > a {
		padding: 10px 16px;
	}
	.menu > ul > li > a.nav-spec {
		margin: 18px 0 0 0;
	}
	/*SERVICES*/
	.sbox {
		margin: 15px 0;
	}
	/*FEATURES*/
	.box-para {
		min-height: unset;
	}
		   .text
{
	height: 50px;
	background: #414042;
	border: none;
	padding: 0px 20px;
	margin: 0px 10px 10px 0px;
}
}

@media only screen and (max-width: 991px) {
	/*HEADER*/
	#header { height: auto;
	display: block;
    min-height: 60px;
	 }
	   .text
{
	height: 50px;
	background: #414042;
	border: none;
	padding: 0px 20px;
	margin: 0px 10px 10px 0px;
}
	.brand,
	.menu { float: none; }
	.brand { 
		margin: 0; 
		padding: 15px 0;
		position: relative;
	}
	.toggle-menu { 
		display: inline-block; 
		position: absolute;
		right: 0;
		top: 19px;
		background: #1f1f1c;
	}
	#nav { display: none; }
	.menu { padding: 15px 0; }
	.menu > ul > li {
		float: none;
		display: block;
		text-align: center;
	}
	#topbar
{
	padding: 30px 0px;
}
.top-menu
{
	float: none;
}
.top-menu ul li
{
	display: inline-block;
	margin-left: 20px;
	display: block;
	text-align: center;
	padding: 10px 0px;
}
.top-menu ul li span
{
	color:#b7984a;
}
.top-menu ul li a
{
	color: #b7984a;
	display: block;
}
	.menu > ul > li > a {
		line-height: 1.423;
		padding: 13px;
	}
	.menu ul li .sub-menu {
		width: 100%;
		position: relative;
		visibility: visible;
		opacity: 1;
		transform: translateY(0);
		box-shadow: none;
		display: none;
	}
	.menu ul li:hover .sub-menu {  display: block; }
	.menu > ul > li > a.nav-spec {
		text-align: center;
		margin: 0;
	}
	/*SLIDER*/
	#mainSlider img {
		height: 400px;
	}
	.slider-frame .slider-head {
		font-size: 32px;
	}
	
	#mainSlider .button-normal {
		font-size: 16px;
	}
	/*LEFT RIGHT*/
	.row-table { display: block; }
	.row-table .cols-table-cell { display: block; }
	.row-table .cols-left-img,
	.row-table .cols-right-img {
		height: 400px;
		background-position: center;
	}
	/*SERVICES*/
	.sbox {
		min-height: auto;
	}
	/*CONTACT PAGE*/
	.contact-page-table {
		display: block;
	}
	.contact-page-table .contact-page-table-cell {
		display: block;
	}
}

@media only screen and (max-width: 767px) {
	/*LEFT RIGHT*/
	.row-table .cols-table-cell { padding: 40px 15px; }
	.lr-points li { margin-bottom: 15px; }

	/*SERVICES*/
	.rbox {
		text-align: center;
		padding: 0;
	}
	.rbox img {
		left: unset;
		top: unset;
		position: relative;
		margin-bottom: 30px;
	}

}

@media only screen and (max-width: 460px) {
	.brand a {
   	width: 220px;
	}
	.brand img {
		width: 106px;
	}
	.toggle-menu {
   	top: 10px;
	}

#mainSlider .owl-dots {
bottom: 5px !important;
}
.button-normal {
    text-transform: uppercase;
    color: #b7984a;
    background: none;
    margin: 0 auto 0px auto;
    line-height: 2;
    height: 30px;
    padding: 0 30px;
   }
}
.topmail{
	color:#666;
}
.topmail:hover{
	color:#b7984a;
}
.footmail{
	color:#fff;
}
.footmail:hover{
	color:#b7984a;
}
.fa-instagram{
	padding-right:5px;
} 
.footer-contact-box .fa-instagram{
	padding-right:10px;
} 