

@import url("font-awesome.css");
@import url("elagant.css");
@import url("fontawesome.css");
@import url("themify-icons.css");
@import url("simple-line-icons.css");
@import url("flexslider.css");
@import url("owl.carousel.css");
@import url("owl.carousel.min.css");
@import url("jquery-fancybox.css");
@import url("liblary.css");
@import url("woocommerce.css");
@import url("shortcodes.css");
@import url("jquery-ui.css");
@import url("revolution-slider.css");
@import url("magnific-popup.css");
@import url("https://fonts.googleapis.com/css?family=Libre+Baskerville:400,400i,700|Marcellus|Rouge+Script|Laila:300,400,500,600,700");

	html {
		overflow-y: scroll;
		-webkit-text-size-adjust: 100%;
		   -ms-text-size-adjust: 100%;
	}

	body {
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-webkit-text-size-adjust: 100%;
		   -ms-text-size-adjust: 100%;
	}

	a, article, aside, body, caption, canvas, center,
	 details, div, figure, form, footer, header, h1, h2, h3, h4, h5, h6, html, i, iframe, label,li, mark, menu, nav,object, ol, output, p, samp, section, small, span, strike, strong, sub, summary, sup, tt, table, tbody, textarea, tfoot, thead, time, tr, th, td, u, ul, var,  { 
		font-family: inherit; 
		font-size: 100%; 
		font-weight: inherit; 
		font-style: inherit; 
		vertical-align: baseline; 
		margin: 0; 
		padding: 0; 
		border: 0; 
		outline: 0;
		background: transparent;
	}

	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
		display: block;

	}

	                          
	ol, ul {
		list-style: none;
	}

	blockquote, q { 
		-webkit-hyphens: none;
		  -moz-hyphens: none;
		   -ms-hyphens: none;
		       hyphens: none;
		        quotes: none;
	}

	figure {
		margin: 0;
	}

	:focus {
		outline: 0;
	}

	table { 
		border-collapse: collapse; 
		border-spacing: 0;
	}



	legend {
		white-space: normal;
	}

	button,
	input,
	select,
	textarea {
		font-size: 100%;
		margin: 0;
		max-width: 100%;
		vertical-align: baseline;
		-webkit-box-sizing: border-box;
		  -moz-box-sizing: border-box;
		       box-sizing: border-box;
	}

	button,
	input {
		line-height: normal;
	}

	input,
	textarea {
		background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
	}

	button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"] {
		line-height: 1;
		cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
		-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
		border: none;
	}

	input[type="checkbox"],
	input[type="radio"] {
		padding: 0; /* Addresses excess padding in IE8/9 */
	}

	input[type="search"] {
		-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	}

	input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
		-webkit-appearance: none;
	}

	button::-moz-focus-inner,
	input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
		border: 0;
		padding: 0;
	}

	*,
	*:before,
	*:after {
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}	

/*
-------------------------------------------------------------- */
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

body {
	font: 14px/24px "Libre Baskerville", sans-serif;
	font-weight: 400;
	background-color: #fff;		
	color: #595959;
}

a {		
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}

a:hover,
a:focus {
	color: #313131;
	text-decoration: none;
	outline: 0;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}

ul, ol {
	padding: 0;
}

img {
	max-width: 100%;
	height: auto;		
}



b, strong {
	font-weight: 900;
}

.entry-page p {
	margin-bottom: 25px;
}

button {
	border: none;
}


button,
input[type="button"],
input[type="reset"],
input[type="submit"] {		
    display: inline-block;
    color: #ffffff; 
    font-size: 14px;
    color: #191919;
    background: #fff;   
    font-weight: 400;
    position: relative;	
   -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
       -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
           transition: all 0.3s ease-in-out;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {	
	position: relative;
    display: block;
    width: 100%;
    line-height: 36px;
    padding: 5px 15px;
    color: #a6a6a6;
    border: 1px solid #e5e5e5;
    height: 46px;
    border-radius: 3px;   
    margin-bottom: 20px;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
	border: 1px solid #c02323;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;
}

textarea {
	width: 100%;
	padding: 10px 15px;    
    height: 120px;
}

input[type="checkbox"] {
	display: inline;
}

textarea:-moz-placeholder,
textarea::-moz-placeholder,
input:-moz-placeholder,
input::-moz-placeholder {		
	color: #a6a6a6;
	opacity: 1;
}

input:-ms-input-placeholder {
	color: #a6a6a6;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
	color: #a6a6a6;
	opacity: 1;
}


.btn {
	background-image: none;
}

textarea, 
input[type="text"],
input[type="submit"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="color"], 
.uneditable-input,
.dropdown-menu,
.navbar .nav > .active > a, 
.navbar .nav > .active > a:hover, 
.navbar .nav > .active > a:focus {
	-webkit-appearance: none;
	text-shadow: none;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	     -o-box-shadow: none;
	        box-shadow: none;
	color: #191919;
}

.blog-single .entry p {
	margin-bottom: 30px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Libre Baskerville', sans-serif;
	font-weight: 400;
	color: #191919;
	text-decoration: none;
}

h1 { font-size: 36px; line-height: 40px; }
h2 { font-size: 24px; line-height: 32px; }
h3 { font-size: 16px; line-height: 20px; }
h4 { font-size: 14px; line-height: 18px; }

p{
	line-height: 26px;
}



/* header.style3*/

header.style3 {
	height: 160px;
	text-align: center;
	z-index: 2;
	position:relative;
	width:100%;
}



header.style3 #site-header {
	height: 160px;
	position: relative;
	width: 100%;
	

}

header.style3.fixed-header {
	position: fixed;
	width: 85.655%;
	top: 0;
	background-color: #fff;
	z-index: 2;
}

header.style3 #mainnav > ul.menu > li {
    display: inline-block;
    line-height: 100px;
    position: relative;
    padding: 0 45px;
}

header.style3 .container {
	max-width: 1600px;
}


header.style3 .logo {
	padding-top: 34px; 
	display: inline-block;
	float: left;
}

header.style3 .nav-wrap {
	text-align: center;
	display: inline-block;
	margin-top: 15px;
	

}

header.style3 .nav-wrap > ul {
	margin-left: 30px;
}

header.style3 .nav-wrap > ul > li {
    position: relative;
    margin-right:100px;
}


header.style3 .nav-wrap ul li a {
    font-family: Libre Baskerville;
    font-size: 14px;
    line-height: 26px;
    color: #191919;
    letter-spacing: 1px;
} 

header.style3 .nav-wrap ul li a:hover,
header.style3 .nav-wrap ul > li.a > a {
	color: #c02323;
}

header.style3 .nav-wrap ul.sub-menu li a:hover,
header.style3 .nav-wrap ul.sub-menu li.active a {
	
	color: #c02323;
}

header.style3 .nav-wrap > ul > li {
    display: inline-block; 
}

header.style3 .nav-wrap > ul > li > a { 
    display: block; 
    padding: 36px 0;
} 
header.style3 .nav-wrap ul.sub-menu {
	position: absolute;
	left: 0;
	top: 150%;
	width: 230px;
	margin-top: -20px;
	text-align: left;
	background-color: #ffffff;
	z-index: 9999;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;  
	visibility: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

header.style3 .nav-wrap ul li:hover > ul.sub-menu {
    top: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    visibility: visible;
    border-top: 2px solid #c02323;
}

header.style3 .nav-wrap ul.sub-menu li ul {
    position: absolute;
    left: 300px;
    top: 0 !important;
}

header.style3 .nav-wrap ul.sub-menu li:first-child {
    border-top: none;
}

header.style3 .nav-wrap ul.sub-menu > li > a {
    display: block;
    padding: 0 0 0 42px;
    line-height: 45px;
    font-weight: 400;
    font-size: 13px;
}

header.style3 .search {
	display: inline-block;
	float: right;
	margin-top: 15px;
	text-decoration: none;
}

header.style3 .search ul.sub-search {
	position: relative;
	margin-top: 35px;
}

header.style3 .search ul.sub-search li.active {
	margin-left: 48px;
}

header.style3 .search i.ti-search {
	font-size: 18px;
	line-height: 26px;
	margin-right: 30px;

}

 header.style3 .search i.ti-search:hover {
 	color: #c02323;
 	text-decoration: none;
 }

header.style3  #site-header .header-search-form.show {
	opacity: 1;
    visibility: visible;
}

header.style3 .screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
}

header.style3 #site-header .header-search-field {
    margin: 0;
    width: 245px;
    background-color: #fff;
    
}

header.style3 #site-header .header-search-submit {
    position: absolute;
    right: 0;
    top: 0;
    padding: 12px 17px 20px;
    display: inline-block;
}

header.style3 #site-header .header-search-form {
    position: absolute;
    right: 17%;
    top: 100%;
    opacity: 0;
    visibility: hidden;
}

header.style3 .header-search-submit{
	background-color: #c02323;
	color: #fff;
}

header.style3 .header-search-submit .fa {
	margin-left: 0;
}

header.style3 .header-search-submit:hover{
	background-color: #191919;
	color: #ffffff;
}

 header.style3 .search i.ti-align-justify {
	font-size: 24px;
	line-height: 26px;
}

 header.style3 .search ul {
	list-style-type: none;
}

 header.style3 .search > ul > li {
    position: relative;
}

 header.style3 .search ul li:last-of-type {
	padding-right: 0px;
}

 header.style3 .search ul li a {
    font-family: Baskerville;
    font-size: 14px;
    line-height: 26px;
    color: #191919;
    letter-spacing: 1px;
} 

 header.style3 .search ul li a:hover{
	color: #c02323;
}

header.style3 .search > ul > li {
    display: inline-block; 
}

header.style3 .search ul.sub-menu {
	position: absolute;
	top: 80%;
	width: 170px;
	margin-top: 30px;
	text-align: left;
	background-color: #ffffff;
	z-index: 9999;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;  
	visibility: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

header.style3 .search ul li:hover > ul.sub-menu {
    top: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    visibility: visible;
}

header.style3 .search ul.sub-menu li ul {
    position: absolute;
    left: 300px;
    top: 0 !important;
}

header.style3 .search ul.sub-menu li:first-child {
    border-top: none;
}

header.style3 .search ul.sub-menu > li > a {
    display: block;
    padding: 0 0 0 20px;
    line-height: 45px;
    font-weight: 400;
    font-size: 13px;
}

header.style3 .search ul.sub-menu > li.language:before {
 	content: "";
 	position: absolute;
 	left: 0;
    top: 65%;
    width: 100%;
    height: 1px;
    background-color: #595959;
    margin-top: 20px;
}

header.style3 .search ul.sub-menu > li.flag {
 	display: inline-block;
}

header.style3 .search ul.sub-menu > li.flag span {
 	margin: 0 10px 0 0;
}

header.style3 .search ul.sub-menu > li.flag span img {
 	width: 17%;
}

body.bg-boxed {
	background-color: #f2f4f5;
}

.main-homepage-3{
	position: relative;
}


 /* flat-about.style3 */




.flat-about.style3 {
	padding: 100px 0 81px 0;
}

   


    /* flat-deal-of-the-week.style3 */

.flat-deal-of-the-week.style3 {
	padding: 94px 0 91px 0;
	background-image: url(../image/homepage71.png);
	text-align: center;
}

.flat-deal-of-the-week.style3 p {
	font-family: Libre Baskerville;
	font-size: 14px;
    color: #595959;
    padding: 0 300px;
}

.flat-deal-of-the-week.style3 p {
	margin-top: -28px;
}

.flat-deal-of-the-week.style3 .flat-counter {
    margin-top: 35px;
}

.flat-deal-of-the-week.style3 .outline.ol-accent {
	margin-top: 47px;
}

   /*products.style*/

.flat-products.style3 {
	padding: 105px 0 100px 0;
	text-align: center;
}

.flat-products.style3 .outline.ol-accent {
	padding: 7px 34px;
	margin-top: -13px;
}




   /*new-latest.style */

.flat-new-latest.style3 {
	padding: 103px 0 62px;
}



.flat-new-latest.style3 .content-post {
    padding: 30px;
    background-image: url(../image/homepage72.png);
    background-size: cover;
   
}

.flat-new-latest.style3 .content-post .post-heading {
	margin-top: 0px;
}

.flat-new-latest.style3 .content-post .post-heading span a {
	font-family: Libre Baskerville;
	font-style: italic;
	font-size: 14px;
	line-height: 30px;
	color: #c02323;
	letter-spacing: 1.3px;
}

.flat-new-latest.style3 .content-post .post-heading span a:hover {
	color: #191919;
}

.flat-new-latest.style3 .content-post .post-title {
	margin-top: 2px;
	padding-right: 40px;
}

.flat-new-latest.style3 .content-post .post-title h2 a {
	font-family: Marcellus;
	font-size: 24px;
	color: #191919;
}

.flat-new-latest.style3 .content-post .post-title h2 a:hover {
	color: #c02323;
}

.flat-new-latest.style3 .content-post .post-meta {
	margin-top: 5px;
}

.flat-new-latest.style3 .content-post .post-meta span a {
	font-family: Libre Baskerville;
	font-size: 14px;
	line-height: 36px;
	color: #a6a6a6;
}

.flat-new-latest.style3 .content-post .post-meta span a:hover {
	color: #c02323;
}

.flat-new-latest.style3 .content-post .post-submit {
	margin-top: 6px;
}

.flat-new-latest.style3 .content-post .post-submit a {
	font-family: Marcellus;
	font-size: 14px;
	line-height: 48px;
	color: #c02323;
	letter-spacing: 1px;
}

.flat-new-latest.style3 .content-post .post-submit a:hover {
	color: #191919;
}

.flat-new-latest.style3 .content-post .post-submit a:hover i {
	margin-left: 5px;
	    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.main-shop-fullwidth-grid .product-content:last-of-type {
	margin-bottom: -48px;
}

.main-shop-fullwidth-grid .blog-pagination {
	width: 100%;
    margin-top: 57px;
    display: inline-block;
}






/*TOP 100 WINES*/




.main-homepage-4 .slider-style4 {
	background-image: url(../image/footer.jpg);
	padding: 200px 0 100px 0;
}

.main-homepage-4 .slider-style4 .container{
	max-width: 85.655%;
}

.main-homepage-4 .slider-style4 .product-thumb {

	height: 500px;

}


.main-homepage-4 .slider-style4 .product-thumb img {

	height: 400px;

}


.main-homepage-4 .slider-style4 .product-item .product-info {
	padding: 0 4px 22px 0;
}

.main-homepage-4 .slider-style4 .owl-prev {
	position: absolute;
	border: 1px solid #c02323 !important;
	padding: 2px 11px;
	left: -10.5%;
	top: 41%;
	background-color: transparent;
}

.main-homepage-4 .slider-style4 .owl-prev:before {
	content: "\e64a";
	font-family: themify;
}

.main-homepage-4 .slider-style4 button.owl-prev span {
	display: none;
}

.main-homepage-4 .slider-style4 button.owl-prev {
	font-size: 18px;
	line-height: 30px;
	width: 40px;
	height: 40px;
}

.main-homepage-4 .slider-style4 button.owl-prev:hover {
    background: #c02323;
    color: #fff;
}

.main-homepage-4 .slider-style4 .owl-next {
	position: absolute;
	border: 1px solid #c02323 !important;
	padding: 2px 11px;
	right: -10%;
	top: 41%;
	background-color: transparent;
}

.main-homepage-4 .slider-style4 button.owl-next:before {
	content: "\e649";
	font-family: themify;
}

.main-homepage-4 .slider-style4 button.owl-next span {
	display: none;
}

.main-homepage-4 .slider-style4 button.owl-next {
	font-size: 18px;
	line-height: 30px;
	width: 40px;
	height: 40px;
}

.main-homepage-4 .slider-style4 button.owl-next:hover {
    background: #c02323;
    color: #fff;
}

.main-homepage-4 .slider-style4 .product-title {
	font-family: Marcellus;
	font-size: 20px;
	line-height: 34px;
    color: #191919;
}

.main-homepage-4 .slider-style4 .product-title:hover {
	color: #c02323;
}

.main-homepage-4 .slider-style4 .amount {
	font-family: Libre Baskerville;
	font-size: 14px;
	line-height: 34px;
	color: #c02323;
}

   /* flat-about */

.flat-about.style4 .container {
	width: 85.655%;
	height: 650px;
	padding-top: 80px;

}

.flat-about.style4 .about-wrap {
	/*margin-top: -215px;*/
	background-color: #fff;
	box-shadow: 5px 5px 8px 5px #eee;
	padding: 25px 25px;
}

.flat-about.style4 .about-image {
	width: 50%;
	float: left;
}

.flat-about.style4 .about-image img{
	width: 500px;
	height: 400px;
}

.flat-about.style4 .about-inner {
	width: 50%;
	float: right;
	text-align: center;
}

.flat-about.style4 .title-section .our-product-image {
	margin-top: 12px;
}

.flat-about.style4 .about-content {
	padding: 0 105px;
	margin-top: -27px;
}

.flat-about.style4 .outline.ol-accent {
	padding: 7px 34px;
}



/*TOP PRODUCTS*/

/*our-product style4*/

.flat-our-product.style4 {
	margin-top: 22px;
	padding: 80px 0 76px 0;
	background-image: url(../image/homepage78.png);
	text-align: left;
}

.flat-divider.padding-top70px {
	height: 70px;
}



.flat-our-product.style4 .product-item .new {
    font-family: Libre Baskerville;
    font-size: 14px;
    line-height: 45px;
    letter-spacing: 0.7px;
    width: 45px;
    height: 44px;
    padding: 0;
    text-align: center;
    background-color: #dd8500;
    color: #ffffff;
    display: block;
    position: absolute;
    border-radius: 30px;
    top: 13%;
    left: 6%;
}

.product-item .sale {
    background-color: #f63440;
}

.flat-our-product.style4 .product-item .product-info {
    padding: 0px 25px 35px 25px;
}

.flat-our-product.style4 .product-item .new {
    font-family: Libre Baskerville;
    font-size: 14px;
    line-height: 30px;
    padding:6px 6px;
    text-align: center;
    background-color: #dd8500;
    color: #ffffff;
    display: block;
    position: absolute;
    border-radius: 30px;
    top: 41px;
    left: 42px;
}

.flat-our-product.style4 .product-item .product-review {
    display: block;
}

.flat-our-product.style4 .product-item .product-thumb clearfix img{

	margin-top:0;

}

.flat-our-product.style4 .product-item .product-title {
    font-family: Marcellus;
    font-size: 18px;
    line-height: 30px;
    color: #191919;
}

.flat-our-product.style4 .product-item .price ins {
    font-family: Libre Baskerville;
    font-size: 14px;
    line-height: 34px;
    color: #c02323;
    text-decoration: none;
}

.flat-our-product.style4 .product-item .price del {
    font-family: Libre Baskerville;
    font-size: 12px;
    line-height: 34px;
    color: #a6a6a6;
}

.flat-our-product.style4 .product-item .add-cart a {
    position: relative;
    display: inline-block;
    padding: 10px 15px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #a6a6a6;
    margin-bottom: 18px;
}

.flat-our-product.style4 .product-item .add-cart i {
    color: #191919;
    font-size: 18px;
    line-height: 26px;
}

.flat-our-product.style4 .product-item .add-cart a:hover {
    background-color: #c02323;
    border: 1px solid #c02323;
}

.flat-our-product.style4 .product-item .add-cart a:hover i {
	color: #fff;
}

.flat-our-product.style4 .product-item .product-review { 
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 16px;
    right: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
 }
.flat-our-product.style4 .product-item:hover .product-review { 
    opacity: 1;
    visibility: visible;
    right: 6%;
 }

.flat-our-product.style4 .owl-nav.disabled {
	display: inline-block;
}

.flat-our-product.style4 button.owl-prev {
	position: absolute;
	border: 1px solid #c02323;
	border-radius: 60%;
	padding: 3px 11px 3px 10px !important;
	top: 47%;
	left: -7%;
	background-color: transparent;
}

.flat-our-product.style4 button.owl-prev:before {
	content: "\e64a";
	font-family: themify;
}

.flat-our-product.style4 button.owl-prev span {
	display: none;
}

.flat-our-product.style4 button.owl-prev {
	font-size: 16px;
	line-height: 30px;
}

.flat-our-product.style4 button.owl-prev:hover {
    background: #c02323;
    color: #fff;
}

.flat-our-product.style4 button.owl-next {
	position: absolute;
	border: 1px solid #c02323;
	border-radius: 60%;
	padding: 3px 10px 3px 11px !important;
	top: 47%;
	right: -7%; 
	background-color: transparent;
}

.flat-our-product.style4 .owl-next:before{
	content: "\e649";
	font-family: themify;
}

.flat-our-product.style4 button.owl-next span {
	display: none;
}

.flat-our-product.style4 button.owl-next {
	font-size: 16px;
	line-height: 30px;
}

.flat-our-product.style4 button.owl-next:hover {
    background: #c02323;
    color: #ffffff;
}





/*DEAL OF THE WEEK*/


 .flat-deal-of-the-week.style2 {
	padding: 106px 0 102px 0;

}

.flat-deal-of-the-week.style2 .container {
	max-width: 1400px;
	height: 500px; 
	margin: auto;	

}

.flat-deal-of-the-week.style2 .row {
	width: 1400px;
	margin-right: 80px;
}

.flat-deal-of-the-week.style2 .col-lg-6 .photo img{

	height: 500px;
	width: 700px;

}


 .flat-deal-of-the-week.style2 .elm-btn {
 	text-align: center;
 	margin-top: 10px;
}

.flat-deal-of-the-week.style2 .ol-accent {
	padding: 7px 31px;
	margin-top: 38px;
}

 .flat-deal-of-the-week.style2 .deal-week-content {
 	margin-top: -27px;
 }

  .flat-deal-of-the-week.style2 .flat-counter {
    margin-top: 32px;
  }

 .flat-deal-of-the-week.style2 .deal-week-content p {
 	font-family: Libre Baskerville;
 	font-size: 14px;
 	color: #595959;
 }







/*BLOG*/


.main-blog-grid3{

	width: 100%;
	background-color: #ffffff;
	margin: auto;
	padding: 80px 80px 40px;
	

}


.page-title parallax parallax1 .container {

	background-color: #000000;

}


.main-blog-grid3 .container {
	max-width: 1400px;
	/*margin-top: 69px;	*/
	color: #ffffff;
	/*position: relative;*/
	height: 1500px;
}

.main-blog-grid3 .container .post {
	text-align: center;
	padding: 25px;

}


.main-blog-grid3 .container .post img{
	height: 210px;

}




.main-blog-grid3 .container .post .content-post .post-title {
	margin-top: 14px;
}

.main-blog-grid3 .container .post .content-post .post-title span a {
	font-family: Libre Baskerville;
	font-style: italic;
	font-size: 14px;
	line-height: 30px;
	color: #c02323;
	letter-spacing: 1.3px;
}

.main-blog-grid3 .container .post .content-post .post-title span a:hover {
	color: #191919;
}

.main-blog-grid3 .container .post .content-post .post-content {
	margin-top: 2px;
}

.main-blog-grid3 .container .post .content-post .content {
	padding: 0 18px;
}

.main-blog-grid3 .container .post .content-post .post-content h2 a {
	font-family: Marcellus;
	font-size: 24px;
	color: #191919;
}

.main-blog-grid3 .container .post .content-post .post-content h2 a:hover {
	color: #c02323;
}

.main-blog-grid3 .container .post .content-post .post-meta {
	padding-top: 5px;
}

.main-blog-grid3 .container .post .content-post .post-meta span a {
	font-family: Libre Baskerville;
	font-size: 14px;
	line-height: 36px;
	color: #a6a6a6;
}

.main-blog-grid3 .container .post .content-post .post-meta span a:hover {
	color: #c02323;
}

.main-blog-grid3 .container .post .content-post .post-button {
	padding-top: 6px;
	padding-left: 7px;
}

.main-blog-grid3 .container .post .content-post .post-button a {
	font-family: Marcellus;
	font-size: 14px;
	line-height: 48px;
	color: #c02323;
	letter-spacing: 1.3px;
}

.main-blog-grid3 .container .post .content-post .post-button a i {
	-webkit-transition: all 0.3s ease-in-out;
	    -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	    -o-transition: all 0.3s ease-in-out;
	    transition: all 0.3s ease-in-out;
}

.main-blog-grid3 .container .post .content-post .post-button a:hover {
	color: #191919;
}

.main-blog-grid3 .container .post .content-post .post-button a:hover i {
	padding-left: 5px;
}

.main-blog-grid3 .container .post-main {
	margin-bottom: 31px;
}

 .main-blog-grid3 .blog-pagination {
	text-align: center;
	margin-top: 12px;
}




/* pagination*/

.main-blog-grid .blog-pagination {
	text-align: center;
	margin-top: 20px;
}

.blog-pagination ul {
	list-style-type: none;
}

.blog-pagination ul li {
    display: inline-block;
    position: relative;
    background-color: #f2f4f5;  
    margin: 0 4px;   
    border-radius: 4px; 
}

.blog-pagination ul li a {
	text-decoration: none;
    color: #a6a6a6;
    font-size: 16px;
    line-height: 40px;
    padding: 0 15px; 
    text-align: center;
    display: block;
}





 /* flat-new-latest.style1 */



 .flat-products.style1 .featured-post {

 	height: 200px;
 }


.flat-products.style1 .container {


	max-width: 1400px;
 	height: 800px;
 	margin: auto;
 }



.flat-products.style1 .post-between{

	margin-top: 100px;
}



.featured-post img{

 	height: 140px;
 }





/*EVENTS*/

.past-events {

	margin-top: 20px;
	margin: auto;
	height: 2000px;
}

/*.past-events .container{
	margin-top: 260px;
	
}*/

.past-events .container .about-wrap{

	width: 1200px;
	padding: 25px;
	margin-top: 45px;


}



.past-events .about-image img{
	padding-top: 10px;
	height: 350px;
	padding-left: 10px;
	margin: 8px;
	
}


.past-events .about-image{
	padding-top: 25px;
}




/*CONTACTS*/


.main-contact-2 form {
	text-align: center;
}

.flat-contact {
	padding: 99px 0 80px 0;
	background-image: url(../image/homepage78.png);
}

.flat-contact .contact-icon a i {
	font-family: themify;
	font-size: 36px;
	line-height: 36px;
	color: #c02323;
}

.flat-contact .contact-icon a i {
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
}
 
.flat-contact .contact-icon a i:hover {
	color: #191919;
	transform: scale(1.1,1.1);
	-webkit-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
}

.flat-contact .title-contact h3 a {
	font-family: Marcellus;
	font-size: 22px;
	line-height: 36px;
	color: #595959;
}

.flat-contact .info-contact p a {
	font-family: Libre Baskerville;
	font-size: 16px;
	color: #191919;
}

.flat-contact .text-contact p a {
	font-family: Libre Baskerville;
	font-size: 16px;
	line-height: 28px;
	color: #191919;
}

.flat-contact .title-contact {
	margin-top: 17px;
}

.flat-contact .title-contact a:hover {
	color: #c02323;
}

.flat-contact .info-contact {
	margin-top: 6px;
}

.flat-contact .info-contact a:hover {
	color: #c02323;
}


.flat-contact .text-contact a:hover {
	color: #c02323;
}

.flat-contact-s2 {
	text-align: center;
}


.banner img{
	margin: auto;


}






 /* flat-get-in-touch */



.flat-get-in-touch {
 	padding: 80px 0 0 0;

}

.flat-get-in-touch .container{
 
 	margin-bottom: 80px;

}

.flat-get-in-touch input {
 	width: 48%;
}

.flat-get-in-touch input.left {
  	float: left;
  	padding-right: 10px !important;}

.flat-get-in-touch input.right {
  	float: right;
  	padding-left: 10px;
}
  
.flat-get-in-touch .elm-btn {
	text-align: center;
}

.flat-get-in-touch .ol-accent {
	padding: 7px 40px;
	margin-top: 8px;
}

 .main-wish-list .elm-btn a {
 	margin-top: -15px;
}

.flat-get-in-touch.style2 .mg-both-sides {
	margin: 0 200px;
}






/* footer.style3 */

footer.style3 {

	background-image: url(../image/footer.jpg);
	max-height: 600px;
	


}

footer.style3 .container {
   text-align: center;
   max-width: 1200px;
   margin: auto;
   height: 450px;
   padding: 66px;
   
}


footer.style3 .footer-widgets .logo h2 {
	font-family: Marcellus;
	font-size: 24px;
	line-height: 36px;
	margin-top: 100px;
}

footer.style3 .footer-widgets .widget-title {
	/*padding-top: 17px;*/
	margin-bottom: 15px;
	/*margin-top: 20px;*/
	margin-top: 25px;
}

footer.style3 .footer-widgets .widget-title h1 {
	font-family: Marcellus;
	font-size: 24px;
	line-height: 36px;
	color: #191919;
	
}

footer.style3 .footer-widgets .widget-title h2:hover {

	color: #c02323;
}

footer.style3 .footer-widgets .widget-icon {
	padding-top: 25px;
	
}

footer.style3 .footer-widgets .widget-icon ul {
	list-style-type: none;
}

footer.style3 .footer-widgets .widget-icon ul li {
	display: inline-block;
	position: relative;
	padding: 0 21px;		
}

footer.style3 .footer-widgets .widget-icon ul li a{
	text-decoration: none;
	color: #a6a6a6;
	margin-top: 35px;
	padding: 5px 5px;
	margin-bottom: 50px;
}
	
footer.style3 .footer-widgets .widget-icon ul li a:hover,
footer.style3 .footer-widgets .widget-icon ul li.active a {
	color: #c02323;
}


footer.style3 .footer-widgets .widget-contact {
	max-width: 370px;
    margin: 0 auto;
    position: relative;
}

footer.style3 .footer-widgets .widget-contact input {
	border-radius: 20px;
    border: 0;
    width: 100%;
    display: inline-block;
}

footer.style3 .footer-widgets .widget-contact button {
	padding: 16px 18px;
    background-color: #c02323;
    border-radius: 30px;
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
}

footer.style3 .footer-widgets .widget-contact button:hover {
	background-color: #191919;
	color: #c02323;
}

footer.style3 .footer-widgets .widget-contact button:hover i {
	color: #c02323;
}

footer.style3 .footer-widgets .widget-menu {
	padding-top: 20px;
}

footer.style3 .footer-widgets .widget-menu ul {
	list-style-type: none;
}

footer.style3 .footer-widgets .widget-menu ul li {
	display: inline-block;
	position: relative;
	padding: 0 22px;
}

footer.style3 .footer-widgets .widget-menu ul li:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 11px;
    background-color: #999999;
    transform: translateY(-50%);
}

footer.style3 .footer-widgets .widget-menu ul li.contact:after {
	display: none;
}

footer.style3 .footer-widgets .widget-menu ul li a {
 	text-decoration: none;
 	font-family: Marcellus;
 	font-size: 14px;
 	line-height: 36px;
 	color: #a6a6a6;
}

footer.style3 .footer-widgets .widget-menu ul li a:hover,
footer.style3 .footer-widgets .widget-menu ul li.active a {
 	color: #c02323;
}

footer.style3 .footer-widgets .widget-text span {
	font-family: Libre Baskerville;
	font-size: 14px;
	line-height: 36px;
	color: #a6a6a6;
}


    /* flat-event */


.flat-event.style1 {

    padding: 105px 0 80px 0;

    background-color:#313131;
}

.flat-event.style1 .flat-carousel-box .owl-dots {
	margin-top: 50px;
}

.flat-event.style1 .flat-carousel-box .owl-dot {
	margin: 0 4px;
}

.flat-event.style1 .flat-carousel-box .owl-dot.active {
	background-color: #ffffff;
}

.flat-event.style1 .title-section h3 a {
    color: #fff;
}

.flat-event.style1 .title-section h3 a:hover {
    color: #c02323;
}

.flat-event.style1 .title-section h1 a {
    color: #fff;
}

.flat-event.style1 .title-section h1 a:hover {
	color: #c02323;
}

.flat-event.style1 .title-section .our-product-image {
    position: relative;
    display: inline-block;
    margin-top: 15px;
    color: #c02323;
}

.flat-event.style1 .title-section .our-product-image:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -86px;
    width: 73px;
    height: 4px;
    background: url(../image/homepage41.png);
    z-index: 1;
}

.flat-event.style1 .title-section .our-product-image:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -86px;  
    width: 73px;
    height: 4px;
    background: url(../image/homepage42.png);
    z-index: 1;
}

   /* flat-latest */
.flat-new-latest.style1 {
	padding: 104px 0 90px 0;
}

.flat-new-latest.style1 .content-post {
	margin-top: 15px;
}

.flat-new-latest.style1 .post .post-title span a {
    font-family: Libre Baskerville;
    font-style: italic;
    font-size: 14px;
    line-height: 30px;
    color: #c02323;
    letter-spacing: 1.3px;
}

.flat-new-latest.style1 .post .post-title span a:hover {
	color: #191919;
}

.flat-new-latest.style1 .post .post-content {
	margin-top: 3px;
}

.flat-new-latest.style1 .post .post-content h3 a {
	font-family: Marcellus;
	font-size: 24px;
	line-height: 31px;
	color: #191919;
}

.flat-new-latest.style1 .post .post-content h3 a:hover{
	color: #c02323;
}

.flat-new-latest.style1 .post .post-meta {
	margin-top: 6px;
}

.flat-new-latest.style1 .post .post-meta span a {
    font-family: Libre Baskerville;
    font-size: 14px;
    line-height: 36px;
    color: #a6a6a6;
}

.flat-new-latest.style1 .post .post-meta span a:hover {
	color: #c02323;
}

.flat-new-latest.style1 .post .post-btn span a {
	font-family: Marcellus;
	font-size: 14px;
	line-height: 48px;
	color: #c02323;
}

.flat-new-latest.style1 .post .post-btn span a i:hover {
	margin-left: 5px;
}

.flat-new-latest.style1 .content-box {
    margin-left: 50px;
    margin-top: -8px;
}

.flat-new-latest.style1 .content-box .box-heading a{
    font-family: Libre Baskerville;
    font-style: italic;
    font-size: 14px;
    line-height: 30px;
    color: #c02323;
    letter-spacing: 1.4px;
}

.flat-new-latest.style1 .content-box .box-heading a:hover {
	color:#191919;
}

.flat-new-latest.style1 .content-box .box-content a {
	font-family: Marcellus;
	font-size: 20px;
	line-height: 36px;
	color: #191919;
}

.flat-new-latest.style1 .content-box .box-content a:hover {
	color: #c02323;
}

.flat-new-latest.style1 .content-box .box-meta a {
	font-family: Libre Baskerville;
    font-size: 14px;
    line-height: 36px;
    color: #a6a6a6;
}

.flat-new-latest.style1 .content-box .box-meta a:hover {
	color: #c02323;
}

.flat-new-latest.style1 .content-box ul li {
	display: block;
	position: relative;
}

.flat-new-latest.style1 .content-box ul li:after {
	content: "";
	position: absolute;
	top: 118%;
	left: 0;
	width: 100%;
	height: 4px;
	background-image: url(../image/homepage45.png);
}

.flat-new-latest.style1 .content-box ul li:last-of-type:after {
    display: none;
}

.flat-new-latest.style1 .content-box ul li.box-border {
	margin-top: 46px;
}

.slide {
	position: absolute;
	width: 100%;
	top: 0;
}
}


   /* flat-row */
.flat-row .post-title span a {
	font-family: Libre Baskerville;
	font-size: 14px;
	line-height: 30px;
	color: #c02323;
}

.flat-row .post-title span a:hover {
	color: #191919;
}

.flat-row .post-name h2 a {
	font-family: Marcellus;
	font-size: 20px;
	line-height: 30px;
	color: #191919;
}

.flat-row .post-name h2 a:hover {
	color: #c02323;
}

.flat-row .post-button span {
	font-family: Marcellus;
	font-size: 14px;
	line-height: 36px;
	color: #c02323;
	letter-spacing: 1.3px;
}

.flat-row .post-button span:hover {
	color: #191919;
}

.flat-row .post-button span:hover i {
	margin-left: 5px;
	color: #191919;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.flat-row .content-post {
	position: absolute;
	left: 35px;
	bottom: 16px;
}

.flat-row .isotope-post { 
	margin: 0 -15px !important;
}

.flat-row.row-image-box .post-wrap img {
	width: 100%;
}

.flat-row .isotope-post .post-wrap {
	padding: 15px;
}

.flat-row .post-wrap.v1 {
    width: 50%;
}

.flat-row .post-wrap.v2 {
    width: 25%;
}

.flat-row .content-post .post-title {
	margin-bottom: -4px;
}

.flat-row .content-post .post-name {
	margin-bottom: 4px;
}

.flat-row .post-content .post-title {
	margin-bottom: -4px;
}

.flat-row .post-border {
	position: relative;
}

.flat-row .post-content {
	position: absolute;
	left: 30px;
	bottom: 20px;
}

.flat-row  .image-bottom {
	margin-top: 30px;
}



   /* flat-our-product */



.flat-our-product {
	padding: 87px 0 99px;
	text-align: center;
}

.flat-our-product .our-product-title h1 a {
	font-family: Marcellus;
	font-size: 36px;
	line-height: 60px;
	color: #191919;
}

.flat-our-product .our-product-title h1 a:hover {
	color: #c02323;
}

.flat-our-product .our-product-title {
	position: relative;
}

.flat-our-product .our-product-title h1:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 26px;
	width: 414px;
	height: 6px;
    background-image: url(../image/homepage89.png);
}

.flat-our-product .our-product-title h1:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 26px;
	width: 414px;
	height: 6px;
    background-image: url(../image/homepage89.png);
}

.flat-our-product .our-product-content {
	margin-top: 7px;
}

.flat-our-product .product .product-item .new {
	padding: 0px 6px;
	position: absolute;
	top: 8%;
	left: 11%;
}

.flat-our-product.style5 .product-fourcolumn .product .product-item {
	width: unset;
	float: unset;
}

.flat-our-product.style5 .product .product-item .new {
	padding: 6px 6px;
	position: absolute;
	top: 12%;
	left: 14%;
}

.flat-our-product .outline.ol-accent {
	padding: 7px 39px;
	margin-top: 0px;
}

.flat-deal-of-the-week.style5 {
	padding: 95px 0 113px;
	background-image: url(../image/homepage97.png);
}

.flat-deal-of-the-week.style5 h1 a {
	font-family: Marcellus;
	font-size: 36px;
	line-height: 60px;
	color: #191919;
}

.flat-deal-of-the-week.style5 h1 a:hover {
    color: #c02323;
}

.flat-deal-of-the-week.style5 span {
	font-family: Libre Baskerville;
	font-size: 14px;
	color: #595959;
}

.flat-deal-of-the-week.style5 .deal-of-the-week-content {
	margin-top: 18px;
}

.flat-deal-of-the-week.style5 .flat-counter {
	margin-top: 36px;
}

.flat-deal-of-the-week.style5 .ol-accent {
	margin-top: 48px;
}

.main-homepage-5 .flat-products .featured-post {
	border: none;
	padding: 0 0;
}

.main-homepage-5 .flat-products.style1 .content-post {
    padding: 34px 0 38px 20px;
    overflow: hidden;
}

.main-homepage-5 .flat-products.style1 {
    padding: 94px 0 74px 0;
}

 
   /* flat-team */

.flat-team {
	padding: 94px 0;
}

.flat-team .imgbox-img {
    position: relative;
    overflow: hidden;
}

.flat-team .imgbox img {
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.flat-team .imgbox:hover img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: gray;
}

.flat-team .owl-nav.disabled {
	display: none;
}

.flat-team .imgbox-content {
	margin-top: 20px;
}

.flat-team h2 a {
    font-family: Marcellus;
    font-size: 18px;
    line-height: 30px;
    color: #191919;
}

.flat-team h2 a:hover {
	color: #c02323;
}

.flat-team h3 a {
	font-family: Libre Baskerville;
	font-size: 14px;
	line-height: 30px;
	color: #c02323;
}

.flat-team h3 a:hover {
	color: #191919;
}

.flat-team  p {
	font-family: Libre Baskerville;
	font-size: 14px;
	color: #595959;
}

  /* flat-event */

.main-event {
	padding: 132px 0 77px;
}

.flat-filter .filter-border {
	padding: 42px 0;
	background-color: #f2f4f5;
}

.flat-filter .filter-date {
	float: left;
	display: inline-block;
	margin-left: 37px;
	position: relative;
}

.flat-filter .filter-date input {
	padding: 5px 52px 5px 15px;
}

.flat-filter .filter-border i {
	position: absolute;
	right: 10px;
	top: 17px;
	color: #bfbfbf;
}

.flat-filter .filter-location {
	float: left;
	display: inline-block;
	margin-left: 37px;
	position: relative;
}

.flat-filter .filter-location input {
	padding: 5px 52px 5px 15px;
}

.flat-filter .filter-keywork {
	float: left;
	display: inline-block;
	margin-left: 37px;
}

.flat-filter .filter-keywork input {
	padding: 5px 52px 5px 15px;
}

.flat-filter .elm-btn .outline.ol-accent {
	margin-top: 0;
	margin-left: 45px;
	padding: 7px 42px;
}

  /* filter-content */

.main-event .filter-post {
	position: relative;
	display: inline-block;
	margin:52px 0 50px 0;
	width: 100%;
}

.main-event .filter-post-second {
	margin: 50px 0 50px 0;
}

.main-event .filter-post-se {
	margin: 47px 0 50px 0;
}

.main-event .filter-post-bottom {
	margin: 48px 0 50px 0;
}

.main-event .featured-post {
	float: left;
	display: inline-block;
	position: relative;
	margin-right: 70px;
}

.main-event .featured-post .date-time {
	padding: 18px 27px;
	background-color: #c02323;
	text-align: right;
	display: inline-block;
	position: absolute;
	bottom: 0;
	right:0;
}

.main-event .featured-post .date-time h2 {
	color: #fff;
}

.main-event .content-post {
	overflow: hidden;
}

.main-event .filter-post:after {
	content: "";
	position: absolute;
	bottom: -53px;
	left: 0;
	width: 100%;
	height: 4px;
	background-image: url(../image/homepage121.png);
}

.main-event .filter-post .featured-post {
	margin-top: 7px;
}

.main-event .content-post h2 a {
	font-family: Marcellus;
	font-size: 24px;
	color: #191919;
	letter-spacing: 1.2px;
}

.main-event .content-post h2 a:hover {
	color: #c02323;
}

.main-event .content-post p a {
	font-family: Libre Baskerville;
	font-size: 14px;
	line-height: 28px;
	color: #595959;
}

.main-event .content-post p i {
	color: #c02323;
}

.main-event .content-post p a:hover {
	color: #c02323;
}

.main-event .content-post p.content-meta {
	margin-top: 20px;
}

.main-event .content-phone ul {
	list-style-type: none;
	margin-top: 24px;
}

.main-event .content-phone ul li {
	position: relative;
	display: inline-block;
	margin-right: 20px;
}

.main-event .content-phone ul li.map:after {
	content: "";
	position: absolute;
	right: -12px;
	bottom: 5px;
	width: 2px;
	height: 14px;
	background-color: #dbdbdb;
}

.main-event .content-phone ul li a {
	text-decoration: none;
	font-family: Libre Baskerville;
	font-size: 14px;
	line-height:28px;
	color: #595959;
}

.main-event .content-phone ul li a:hover {
	color: #c02323;
}

.main-event .content-phone ul li a i {
	color: #c02323;
}

.main-event .content-post h3 a {
	font-family: Libre Baskerville;
    line-height: 50px;
	color: #c02323;
}

.main-event .content-post h3.content-price {
	margin-top: 10px;
}

.main-event .content-post h3 a:hover {
	color: #191919;
}

.main-event .elm-btn .ol-accent {
	margin-top: 20px;
	padding: 7px 40px;
}

.main-event .blog-pagination {
	float: left;
	margin-top: 53px;
	display: inline-block;
}

.main-event .showing {
	float: right;
	margin-top: 54px;
	display: inline-block;
}

.main-event .showing .select {
	float: right;
}

.main-event .showing .select select {
	height: 40px;
}

.main-event .showing p {
	display: inline-block;
	margin-right: 10px;
	margin-top: 7px;
}

.main-event .showing ul {
	padding: 7px 2px;
	border: 1px solid #595959;
	list-style-type: none;
	float: right;
	display: inline-block;
}

.main-event .showing ul li {
	display: inline-block;
	position: relative;
	margin: 0 10px;
}



/*slider-homepage-3*/
.flat-slider.style3 .tp-leftarrow {
	margin-left: 195px;
    border: 1px solid #c02323;
}

.flat-slider.style3 .tp-leftarrow:hover {
	background-color: #c02323;
}

.flat-slider.style3 .forcefullwidth_wrapper_tp_banner {
	overflow: hidden;
}

.flat-slider.style3 .tp-rightarrow {
	margin-right: 195px;
    border: 1px solid #c02323;	
}

.flat-slider.style3 .tp-rightarrow:hover {
	background-color: #c02323;
}

.flat-products.list .product-content .product .product-item {
    width: 50%;
    padding: 30px;
}

.flat-products.list .product-thumb.clearfix {
	float: left;
}

.flat-products.list .product .product-item .product-review {
	display: none;	
}

.flat-products.list .product-item .product-info {
	padding: 30px 0 0 0;
}

.flat-products.list .product-item .product-info .product-content {
	margin-top: 20px;
}

.flat-products.list .product-item .product-info .elm-btn {
	margin-top: 30px;
}

.flat-products.list .product .product-item .new {
    left: 100%;
}

.flat-products.grid .product-item .product-info .product-content,
.flat-products.grid .product-item .product-info .elm-btn {
	display: none;
}



.flat-get-in-touch p.submit-form {
	text-align: center;
}

.flat-get-in-touch button {
	padding: 6px 44px;
    border: 1px solid #c02323;
    margin-top: 7px;
    text-align: center;
    font-family: Marcellus;
    font-size: 14px;
    line-height: 32px;
    background: #fff;
    color: #c02323;
    border-radius: unset;
}

.flat-get-in-touch button:hover {
	color: #fff;
}

.flat-get-in button {
	padding: 6px 44px;
    border: 1px solid #c02323;
    margin-top: 1px;
    text-align: center;
    font-family: Marcellus;
    font-size: 14px;
    line-height: 32px;
    background: #fff;
    color: #c02323;
    border-radius: unset;
}

.flat-get-in button:hover {
	color: #fff;
}

#tab-reviews,
#tab-reviews,
#tab-order {
	display: none;
}

.flat-divider43 {
	height: 43px;
}

.flat-divider40 {
	height: 40px;
}

.flat-divider37 {
	height: 37px;
}

.flat-divider47 {
	height: 47px;
}