/*
Theme Name: Luxrest
Theme URI: http://www.ongoingthemes.com/luxrest/
Author: Ongoing Themes
Author URI: http://www.ongoingthemes.com
Description: Luxrest is a modern, unique & highly functional WordPress theme suitable for any restaurants, cafes, wineries, sushi bars, bistros, bakery, pubs and-and any other food-related businesses.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog
Text Domain: luxrest

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*
	========================================
	TABLE OF CONTENT
	========================================
	
	[1. GLOBAL STYLE]
	[2. TOPBAR]
	[3. NAVBAR]
	[4. HEADER]
	[5. SERVICE]
	[6. CONTENT]
	[7. TESTIMONIAL]
	[8. NEWS]
	[9. SUBSCRIBE]
	[10. PARTNER]
	[11. FOOTER]
	[12. COPYRIGHT]
    [13. POPULAR]
    [14. MENU LIST]
    [15. CONTACT]
    [16. BOOKING]
    [17. ABOUT US]
    [18. 404]
    [19. WORDPRESS STYLES]
    [20. WOOCOMMERCE]

*/


/* 
	==================
	[1. GLOBAL STYLE]
	==================
*/


body{
	margin: 0;
	padding: 0;
	font-family: 'Tahoma', sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #6b6e80;
    background: #fff;
    overflow-x: hidden;
	scrollbar-face-color: #333;
}

::-moz-selection { 
	color: #fff; 
	text-shadow: none; 
	background: #3498db; 
}

::-webkit-selection { 
	color: #fff; 
	text-shadow: none; 
	background: #3498db; 
}

::selection { 
	color: #fff; 
	text-shadow: none; 
	background: #3498db; 
}

::-webkit-scrollbar {
	width: 10px;
} 

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #000; /*F5F5F5*/
} 

::-webkit-scrollbar-thumb {
	background-color: #52140b;
} 

::-webkit-scrollbar-button {
	display: none;
} 

::-webkit-scrollbar-corner {
	background-color: #000000;
}

h1,h2,h3,h4,h5,h6{
	font-family: 'Tahoma', sans-serif;
	font-weight: 800;
}

a{
	color: #5F6277;
	text-decoration: none;
}

a:hover{
	color: #5F6277;
	text-decoration: none;
}

img {
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

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"],
.uneditable-input {
	color: #333;
}

select:focus,
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,
.uneditable-input:focus {
	color: #1B1D2A;
	border-color: #bbb;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
		  	box-shadow: none;
}

.btn,
.form-control{
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
		 -o-border-radius: 2px;
			border-radius: 2px;
}

.form-control:focus{
	color: #1B1D2A;
	border-color: #bbb;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
		  	box-shadow: none;
}

.clear-marg{
	margin: 0 !important;
}

.btn-success{
	background-color: #1B1D2A;
	border-color: #7aa93c;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.dropdown-toggle{
	background-color: #6f9a37;
	border-color: #6f9a37;
}


/* 
	==================
	[2. TOPBAR]
	==================
*/
.topbar{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1001;
	width: 100%;
	background: #52140b; /*#f03b17*/
	height: 40px;
}

.topbar .container{
	position: relative;
}

.topbar-right{
	float: right;
}

.topbar-left{
	float: left;
}

.topbar-nav{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.topbar-nav > li{
	float: left;
}

.topbar-nav > li > a{
	display: block;
	padding: 8px 12px;
	background-color: transparent;
    color: #fff;
}

.topbar-nav > li > a:hover{
	background: #333333;
}

.topbar-nav > .active > a,
.topbar-nav > .active > a:hover,
.topbar-nav > .active > a:focus{
	background: #242636;
}

.topbar-nav > .disabled > a,
.topbar-nav > .disabled > a:hover,
.topbar-nav > .disabled > a:focus{
	color: #fff;
	background: #333333;
}


/* 
	==================
	[3. NAVBAR]
	==================
*/
.navbar-default{
	background-color: #1b1d2a;
	border-color: #1b1d2a;
}

.navbar-default.navbar-fixed-top{
	top: 40px;
    min-height: 80px;
}

.navbar-default .navbar-brand img{
	height: 60px;
	width: auto;
	display: block;
}

.navbar-default .navbar-brand{
	position: relative;
	color: #1B1D2A;
	font-size: 26px;
	display: block;
	padding: 10px 40px 10px 15px;
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		 -o-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
}

.navbar-default .navbar-brand span{
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
	font-weight: 400;
}

.navbar-default .navbar-brand:hover{
	color: #fff;
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		 -o-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
}

.navbar-default .navbar-brand:hover > span{
	color: #fff;
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		 -o-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
}

.navbar-default .navbar-nav > li > a{
	color: #fff;
	font-size: 16px;
	text-shadow: none;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		 -o-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: #fff;
	background-color: #0f101a;
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		 -o-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover{
	position: relative;
	color: #fff;
	background-color: transparent;
}

.navbar-default .navbar-nav > .active > a::before{
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	height: 3px;
	width: 100%;
	background: #1B1D2A;
}

.navbar.navbar-default .navbar-nav li.dropdown.open > a,
.navbar.navbar-default .navbar-nav li.dropdown.open > a:hover{
	color: #fff;
	background-color: #1B1D2A;
}

.dropdown-menu {
	background-color: #1B1D2A;
	border: none;
	padding-top: 0;
	padding-bottom: 0;
	-webkit-border-radius: 1px;
	   -moz-border-radius: 1px;
		 -o-border-radius: 1px;
			border-radius: 1px;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
		 -o-box-shadow: none;
			box-shadow: none;
}

.dropdown-menu > li > a{
	color: #efefef;
	padding-top: 12px;
	padding-bottom: 12px;
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		 -o-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus{
	color: #fff;
	background-color: #1B1D2A;
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		 -o-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
}

.signin{
	padding: 12px 18px !important;
	margin-top: 19px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
		-ms-border-radius: 4px;
		 -o-border-radius: 4px;
			border-radius: 4px;
}

.signup{
	padding: 12px 12px 10px !important;
	margin-top: 19px;
	margin-left: 15px;
	background-color: #1B1D2A !important;
	color: #fce163!important;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
		-ms-border-radius: 4px;
		 -o-border-radius: 4px;
			border-radius: 4px;
}

.cart-contents.cart{
	padding: 12px 12px 10px !important;
	margin-top: 19px;
	margin-left: 15px;
	background-color: #36373d !important;
	color: #fce163 !important;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
		-ms-border-radius: 4px;
		 -o-border-radius: 4px;
			border-radius: 4px;
}

.signup:hover,
.signup:focus,
.signup:active{
	background-color: #6f9a37 !important;
}
#modal-signin .modal-header,
#modal-signup .modal-header,
#modal-forgot .modal-header {
    background: #52140b; /*eee*/
}
#modal-signin .modal-header h4,
#modal-signup .modal-header h4,
#modal-forgot .modal-header h4{
	text-align: center;
	color: #fce163; /*888*/
}
#modal-signin .modal-body,
#modal-signup .modal-body,
#modal-forgot .modal-body {
    background: #eee;
}
#modal-signin .modal-footer,
#modal-signup .modal-footer,
#modal-forgot .modal-footer{
	margin-top: 0;
	background-color: #444; /*f4f4f4*/
	text-align: left !important;
}

#modal-signin .modal-footer p,
#modal-signup .modal-footer p,
#modal-forgot .modal-footer p{
	margin-bottom: 15px;
    color: #aaa;
}
#modal-signin .modal-footer a,
#modal-signup .modal-footer a,
#modal-forgot .modal-footer a{
    color: #78c524;
}

#modal-signin .input-icon,
#modal-signup .input-icon,
#modal-forgot .input-icon {
    float: left;
    margin-left: 15px;
    margin-top: -30px;
    position: relative;
    z-index: 2;
    color: #909090;
}
#modal-signin .input-lg,
#modal-signup .input-lg,
#modal-forgot .input-lg {
    padding: 10px 40px;
}

/* 
	==================
	[4. HEADER]
	==================
*/
#header{
	width: 100%;
	min-height: 500px;
	height: auto;
}

#header.carousel-fade .carousel-inner .item {
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition-property: opacity;
	   -moz-transition-property: opacity;
	    -ms-transition-property: opacity;
		 -o-transition-property: opacity;
			transition-property: opacity;
}

#header.carousel-fade .carousel-inner .active {
	opacity: 1;
	filter: alpha(opacity=100);
}

#header.carousel-fade .carousel-inner .active.left,
#header.carousel-fade .carousel-inner .active.right {
	left: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: 1;
}

#header.carousel-fade .carousel-inner .next.left,
#header.carousel-fade .carousel-inner .prev.right {
	opacity: 1;
	filter: alpha(opacity=100);
}

#header.carousel-fade .carousel-control {
	z-index: 2;
}

#header .carousel-inner .item{
	min-height: 700px;
	height: auto;
	-webkit-background-size: cover !important;
	   -moz-background-size: cover !important;
		-ms-background-size: cover !important;
		 -o-background-size: cover !important;
			background-size: cover !important;
	background-attachment: fixed;
	background-position: center 0;
	background-repeat: no-repeat;
}

#header .carousel-inner .item .carousel-caption{
    top: 45%;
	right: 20%;
	left: 20%;
	color: #6b6e80;
	text-shadow: none;
	text-align: left;
	padding: 25px;
}

#header .carousel-inner .item .carousel-caption h3{
    margin: -35px;
    font-weight: 500;
    color: #656D78;
    color: #fce163;
    font-family: Tahoma;
    text-transform: uppercase;
    font-size: 60px;
    text-align: center;

}
#header .carousel-inner .item .carousel-caption h3 a {
    background: #52140b; /*#f03b17*/
    color: #fce163;
    padding: 10px 40px;
    border-radius: 50px;
    -webkit-box-shadow: 0px 5px 55px 3.6px rgba(0, 0, 0, 0.5); 
    -moz-box-shadow: 0px 5px 55px 3.6px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 5px 55px 3.6px rgba(0, 0, 0, 0.5);
}
#header .carousel-inner .item .carousel-caption p {
    padding: 80px 50px 40px;
    font-size: 22px;
    margin: 0;
    background-color: rgba(255,255,255,.9);
}

#header .carousel-inner .item .carousel-caption .list-features{
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 0;
}

#header .carousel-inner .item .carousel-caption .list-features li{
	display: inline-block;
	padding: 5px 10px;
	margin-bottom: 4px;
	background-color: #eaeaea;
	border-radius: 4px;
	border: 1px solid #ccc;
}

#header .carousel-inner .item .carousel-caption .property-btn{
	display: block;
	border-top: 1px solid #ccc;
}
#header .carousel-inner .item .carousel-caption .btn {
    text-shadow: none;
    background: #000;
    border: none;
    float: right;
}

#header .carousel-control > .glyphicon,
#header .carousel-control > .fa{
	font-size: 16px;
	line-height: 30px;
}

#header .carousel-control.left,
#header .carousel-control.right{
	position: absolute;
	background-image: none;
	width: 50px;
	height: 50px;
	margin-top: 25%;
	background-color: rgba(0, 0, 0, 0.4) !important;
	color: #52140b;
	text-shadow: none;
	opacity: 0;
	filter: alpha(opacity=0);
}

#header .carousel-control.left:hover,
#header .carousel-control.right:hover{
	background-color: #52140b !important;
	color: #fce163;
	text-shadow: none;
}

#header .carousel-control.left{
	left: 30px;
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		 -o-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
}

#header .carousel-control.right{
	right: 30px;
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		 -o-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
}

#header:hover > .carousel-control.left,
#header:hover > .carousel-control.right{
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		 -o-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
}

#header.heading{
	position: relative;
	min-height: 200px;
	padding-top: 180px;
	padding-bottom: 40px;
	-webkit-background-size: cover !important;
	   -moz-background-size: cover !important;
		-ms-background-size: cover !important;
		 -o-background-size: cover !important;
			background-size: cover !important;
}

#header.heading > *{
	position: relative;
	z-index: 2;
}

#header.heading .page-title{
	position: relative;
	z-index: 2;
	display: block;
	margin-bottom: 20px;
	text-align: center;
	color: #ddd;
	font-size: 14px;
	line-height: 24px;
}

#header.heading .page-title h2{
	margin-bottom: 15px;
	font-size: 40px;
	line-height: 40px;
	color: #fff;
	text-align: center;
	font-weight: 600;
}

#header.heading .page-title h2 span{
	font-weight: 400;
}

#header.heading .breadcrumb{
	position: relative;
	z-index: 2;
	display: table;
	margin-left: auto;
	margin-right: auto;
    background-color: rgba(0, 0, 0, 0.3);
    text-align: center;
}

#header.heading .breadcrumb > .active{
	color: #dedede;
}

#header.heading .breadcrumb li a {
    color: #fff;
}

#header.heading .breadcrumb strong {
    color: #ddd;
    font-weight: 500;
}

#header.heading .quick-search{
	margin-top: 20px;
	margin-bottom: 20px;
}


/* 
	==================
	[5. SERVICE]
	==================
*/
.service{
	width: 100%;
    color: #fff;
}
.service h2{
	display: block;
	margin-bottom: 60px;
	font-size: 28px;
	line-height: 32px;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
}

.service h2 small{
	display: block;
	margin-top: 10px;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 400;
}

.service-container{
	display: block;
	margin-bottom: 20px;
}

.service-container:hover > .service-icon a{
	-webkit-box-shadow: 0 0 0 5px #d02128;
	   -moz-box-shadow: 0 0 0 5px #d02128;
		-ms-box-shadow: 0 0 0 5px #d02128;
		 -o-box-shadow: 0 0 0 5px #d02128;
			box-shadow: 0 0 0 5px #d02128;
}

.service-icon{
	display: block;
	margin-bottom: 20px;
}

.service-icon a{
	position: relative;
	display: block;
	width: 100px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	-webkit-border-radius: 100%;
	   -moz-border-radius: 100%;
		-ms-border-radius: 100%;
		 -o-border-radius: 100%;
			border-radius: 100%;
}

.service-icon a > i{
	position: absolute;
	left: 50%;
	top: 65%;
	width: 50px;
	height: 50px;
	margin-left: -25px;
	margin-top: -30px;
	font-size: 45px;
	color: #fce163;
	text-align: center;
	vertical-align: middle;
}

.service-icon a > i:before {
    font-size: 50px;
}

.service-content{
	text-align: center;
}

.service-content h3{
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 15px;
	font-weight: 500;
    font-style: italic;
}


/* 
	==================
	[6. CONTENT]
	==================
*/
.content{
	position: relative;
	width: 100%;
	padding: 60px 0;
	background: #fff; /*f4f4f4*/
}

.heading-title{
	display: block;
	text-align: center;
	margin-bottom: 40px;
}

.heading-title h2{
	position: relative;
	display: inline;
	padding: 12px 20px;
	font-size: 28px;
	line-height: 32px;
    color: #5f6277;
	font-weight: 700;
}
.heading-title h2 small {
    background: #eee;
}

.heading-title.heading-title-sm h2{
	padding: 10px 14px;
	font-size: 18px;
	line-height: 24px;
}

.heading-title.bg-white h2::before{
	background: #fff;
}
.heading-title.red h2 {
    color: #52140b;
}
.heading-title.red p, .heading-title.orange p {
    color: #fff;
}
.heading-title.orange h2 {
    color: #ef792e;
}

.heading-title.heading-title-alt{
	text-align: left;
	margin: 0 0 30px;
}

.heading-title.heading-title-alt h3{
	font-size: 26px;
	line-height: 30px;
}

.post-container{
	margin-bottom: 30px;
	background: #f5f5f5;
    text-align: center;
	border: 1px solid #eee;
}

.post-thumb{
	position: relative;
	overflow: hidden;
}
.post-thumb::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 5px;
  z-index: 3;
  background: url('img/bottom.png') left bottom repeat-x;
}


.post-thumb img{
	max-width: 100%;
	width: 100%;
	height: auto;
}

.post-status{
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: auto;
	max-width: 70%;
	padding: 5px 10px;
	background: #1b1d2a;
	font-weight: 400;
	color: #fff;
}

.property-price{
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	width: auto;
	max-width: 80%;
	padding: 8px 16px;
	background: #1B1D2A;
	color: #fff;
	text-align: center;
	font-size: 18px;
	line-height: 22px;
	font-weight: 600;
}

.property-price h4{
	font-size: 14px;
	line-height: 20px;
	margin: 0 0 5px;
	font-weight: 400;
}

.property-price small{
	font-size: 13px;
	font-weight: 400;
}

.post-features{
	display: block;
	padding: 5px 10px;
	background: #e8e4e4;
	color: #411e23;
}

.post-features span{
	padding: 2px 5px;
	font-size: 13px;
}

.post-features i{
    width: 16px;
}

.post-content{
	padding: 10px 15px;
}

.post-content h3,
.post-text h3{
	display: block;
	margin-bottom: 20px;
	font-size: 20px;
	line-height: 24px;
	font-weight: 500;
}

.post-content h4,
.post-text h4{
	color: #52140b;
}

.post-content h3 small,
.post-text h3 small{
	display: block;
	margin-top: 10px;
	font-size: 13px;
}

.post-content-list{
	display: table;
}

.post-thumb-list{
	position: relative;
	width: 50%;
	display: table-cell;
	vertical-align: top;
    background: #eee;
}

.post-thumb-list img{
	max-width: 100%;
	width: 100%;
	height: auto;
}

.post-thumb-list .post-status{
	position: absolute;
	left: 0;
}

.post-thumb-list .post-footer a{
	color: rgba(172,172,172,0.4);
}

.post-thumb-list .post-footer a:hover{
	background: #898ba2;
	color: #d9dae9;
}

.post-text{
	position: relative;
	width: 50%;
	display: table-cell;
	padding: 15px;
	vertical-align: top;
}

.post-footer{
	position: relative;
	display: table;
	width: 100%;
	padding: 0;

    border-top-width: 1px;
    border-top-style: solid;
    border-color: rgba(172,172,172,0.25);
}

.post-footer a{
	display: table-cell;
	width: 25%;
	padding: 8px 12px;
	text-align: center;
	font-size: 18px;
    color: #bbb;
	overflow: hidden;
}

.post-footer a:hover,
.post-footer a:focus{
	color: #eee;
	background: #6f9a37;
	overflow: hidden;
	outline: none;
}


/* 
	==================
	[6.1 ARTICLE]
	==================
*/
.sort{
	padding-bottom: 20px;
}

.sort .form-inline{
	float: right;
}

/* pagination */
.pagination > li > a, 
.pagination > li > span {
	color: #1B1D2A;
	background-color: #fff;
	border: 1px solid #ddd;
}

.pagination > .active > a, 
.pagination > .active > span, 
.pagination > .active > a:hover, 
.pagination > .active > span:hover, 
.pagination > .active > a:focus, 
.pagination > .active > span:focus {
	z-index: 2;
	color: #fff;
	cursor: default;
	background-color: #1B1D2A;
	border-color: #1B1D2A;
}

.blog-container{
	position: relative;
	width: auto;
	padding: 0;
	margin: 0 0 40px;
}

.blog-image{
	position: relative;
	width: 100%;
	height: 320px;
	-webkit-background-size: cover !important;
	   -moz-background-size: cover !important;
		-ms-background-size: cover !important;
		 -o-background-size: cover !important;
			background-size: cover !important;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.blog-image .blog-author{
	position: absolute;
	left: 20px;
	top: 20px;
	color: #fff;
	text-shadow: 1px 1px #999;
}

.blog-image .blog-author img{
	width: 60px;
	height: 60px;
	-webkit-border-radius: 100%;
	   -moz-border-radius: 100%;
		-ms-border-radius: 100%;
		 -o-border-radius: 100%;
			border-radius: 100%;
	margin-right: 10px;
}

.blog-image .blog-author a{
	color: #fff;
	text-shadow: 1px 1px #999;
}

.blog-image .blog-author a:hover{
	border-bottom: 1px dashed #fff;
}

.blog-content{
	position: relative;
	padding: 30px 0;
}

.blog-title{
	display: block;
	padding-left: 15%;
	padding-right: 15%;
	margin-bottom: 40px;
}

.blog-title h2{
	font-size: 46px;
	line-height: 52px;
	font-weight: 800;
}

.blog-text{
	display: block;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 15%;
	padding-right: 15%;
	font-size: 18px;
	line-height: 32px;
}

.blog-meta{
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 15%;
	padding-right: 15%;
	font-size: 13px;
}

.blog-paged::before,
.blog-paged::after,
.blog-comment::before,
.blog-comment::after,
.blog-comment-form::before,
.blog-comment-form::after{
	content: "";
	display: table;
	clear: both;
}

.blog-paged{
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 15%;
	padding-right: 15%; 
}

.blog-paged > .pager li > a:hover,
.blog-paged > .pager li > a:focus{
	background-color: #1B1D2A;
	color: #fff;
	border-color: #6f9a37;
}

.blog-paged > .pager .disabled > a,
.blog-paged > .pager .disabled > a:hover,
.blog-paged > .pager .disabled > a:focus,
.blog-paged > .pager .disabled > span {
	color: #999;
	cursor: not-allowed;
	background-color: #fff;
	border-color: #ddd;
}

.blog-comment{
}

.blog-comment ul{
	list-style-type: none;
	padding: 0;
}

.blog-comment img{
	opacity: 1;
	filter: Alpha(opacity=100);
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	  	 -o-border-radius: 4px;
			border-radius: 4px;
}

.blog-comment img.avatar {
	position: relative;
	float: left;
	margin-left: 0;
	margin-top: 0;
	width: 65px;
	height: 65px;
}

.blog-comment .post-comments{
	border: 1px solid #ddd;
    margin-bottom: 20px;
    margin-left: 85px;
	margin-right: 0px;
    padding: 10px 20px;
    position: relative;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
       	 -o-border-radius: 4px;
    		border-radius: 4px;
	background: #fff;
	color: #6b6e80;
	position: relative;
}

.blog-comment .meta {
	font-size: 13px;
	color: #aaaaaa;
	padding-bottom: 8px;
	margin-bottom: 10px !important;
	border-bottom: 1px solid #eee;
}

.blog-comment ul.comments ul{
	list-style-type: none;
	padding: 0;
	margin-left: 85px;
}

.blog-comment-form{
	padding-top: 40px;
}

.blog-comment .comment-heading,
.blog-comment-form .comment-heading {
	margin-bottom: 40px;
	font-size: 26px;
	line-height: 30px;
	font-weight: 800;
}

.contact{
	font-size: 14px;
	line-height: 26px;
}

#map,
#map-property{
	background-color: #1b1d2a;
	width: 100%;
}

#map-property{
	margin-bottom: 40px;
}

#map img,
#map-property img{
	max-width: none;
}



/* 
	==================
	[6.3 SIDEBAR]
	==================
*/
.sidebar{
	margin-bottom: 20px;
}

.sidebar .widget:before,
.sidebar .widget:after,
.sidebar .widget-sidebar:before,
.sidebar .widget-sidebar:after{
	content: "";
	display: table;
	clear: both;
}

.sidebar .widget,
.sidebar .widget-sidebar{
	margin-bottom: 20px;
}


.sidebar .widget .widget-header{
	margin-bottom: 20px;
}

.sidebar .widget .widget-header h3{
	color: #595e75;
	font-size: 18px;
	font-weight: 700;
	margin-top: 20px;
    position: relative;
    margin-bottom: 30px;
}

.sidebar .category li a {
    padding-bottom: 12px;
    display: block !important;
    color: #161616;
    font-size: 14px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    transition: all .3s ease-in-out 0s;
}

.sidebar .widget .widget-header h3:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -15px;
    left: 0px;
    width: 35px;
    height: 3px;
    background-color: #1B1D2A !important;
}

/* default widget */
.widget ul{
	list-style-type: none;
}

.widget ul > li{
	display: block;
	padding: 3px 0;
	margin-left: -40px;
}

.widget ul > li:first-child > a{
	padding-top: 0;
}

.widget ul > li > a:before{
	font-family: 'FontAwesome';
	content: "\f105";
	padding-right: 10px;
}

.widget ul > li > a{
	display: inline;
	font-size: 14px;
}

.widget select,
.widget textarea,
.widget input[type="text"],
.widget input[type="password"],
.widget input[type="datetime"],
.widget input[type="datetime-local"],
.widget input[type="date"],
.widget input[type="month"],
.widget input[type="time"],
.widget input[type="week"],
.widget input[type="number"],
.widget input[type="email"],
.widget input[type="url"],
.widget input[type="search"],
.widget input[type="tel"],
.widget input[type="color"] {
    width: 100%;
    height: 45px;
    font-size: 16px;
    font-weight: 400;
    padding-left: 13px;
    margin-top: 20px; 
    z-index: 999999999;
    background: transparent;
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
} 

.widget-sidebar .list-check > li > a:before{
    content: '\f00c';
    font-family: 'FontAwesome';
    font-size: 12px;
    color: #1B1D2A;
    padding-right: 8px;
    position: relative;
    left: 0;
    top:-1px;
}

.widget-sidebar .list-check > li > a:hover:before{
    color: #6f9a37;
}


/* 
	==================
	[7. TESTIMONIAL]
	==================
*/

.section-title {
    text-align: center;
    margin-bottom: 20px;
}
.testimonial-area {
    border-bottom: 1px solid #ddd;
    overflow: hidden;
    padding: 60px 0;
    position: relative;
}
.testimonial-image-slider {margin-top: 5px}
.slick-list {margin: 0 5px}
.testimonial-image {
    display: inline-block;
    margin-bottom: 11px;
    outline: medium none;
    display: block;
    position: relative;
}
.testimonial-image img {
    border: 1px solid #ddd;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block !important;
    height: 80px;
    margin-bottom: 10px;
    margin-top: 36px;
    outline: 0 none;
    width: 80px;
    background: rgba(66, 108, 28, 0.11);
    border-radius: 100000px;
    padding: 8px;
    transition: border-color .3s,background .3s;
}
.testimonial-image.slick-current img {
    border: 2px solid #fff;
    height: 146px;
    margin-top: 0;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    width: 146px;
    background: none;
    border-radius: 100000px;
    padding: 8px;
    border: 1px solid #D4D4D4;
    transition: border-color .3s,background .3s;
}
.testimonial-image.slick-current .author-image-carousel:before, .testimonial-image.slick-current .author-image-carousel:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top-color: #D4D4D4;
    border-bottom: 0;
    position: absolute;
    bottom: 1px;
    left: 50%;
    margin-left: -10px;
    transition: border-color .3s;
}
.testimonial-image.slick-current .author-image-carousel:after {
    border-width: 8px;
    border-top-color: #fff;
    border-bottom: 0;
    bottom: 2px;
    margin-left: -8px;
}
.testimonial-text-slider h2 {
    color: #fff;
    display: block;
    font-family: "montserratregular";
    font-size: 30px;
    font-weight: 600;
    line-height: 24px;
}
.testimonial-text-slider {
    margin: auto;
    padding: 0;
    position: relative;
    width: 51%;
    z-index: 9;
}
.testimonial-text {
    outline: none;
}

.testimonial-text p {
    margin-top: 22px;
    line-height: 24px;
}

.testimonial-text span {
    color: #52140b;
}

.slick-prev, .slick-next {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0;
    color: rgba(0, 0, 0, 0);
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 48px;
    opacity: 0;
    filter: alpha(opacity=0);
    outline: medium none;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 34.6%;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 48px;
}
.testimonial-wrapper:hover .slick-prev, .testimonial-wrapper:hover .slick-next {
    opacity: 1;
    filter: alpha(opacity=100);
}
.slick-prev {left: -44px}
.slick-next {right: -44px}
.slick-prev:before, .slick-next:before {
    color: #d4d4d4;
    border: 1px solid #eaeaea;
    content: "?";
    font-family: fontawesome;
    font-size: 20px;
    height: 48px;
    left: 0;
    line-height: 46px;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 48px;
    border-radius: 50%
}
.slick-prev:hover:before, .slick-next:hover:before {color: #fff; background: #52140b; border-color: #52140b}
.slick-next:before {
    right: 0; 
    content: "\f105";
}
.slick-slider {z-index: 9;}
.testimonial-area:hover .slick-prev:before, .testimonial-area:hover .slick-next:before {opacity: 1;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"}


.testimonials .heading-title {
     margin-bottom: 0;
}
.testimonials .single-testimonial {
    text-align: center;
    margin: 0 auto 30px;
}

.testimonials .single-testimonial .testi-avatar {
    -wekbit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    display: inline-block;
    width: 92px;
    height: 92px;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 1000;
    bottom: 0%;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    border: 7px solid #f5f5f5;
}

.testimonials .single-testimonial .testimonial-content {
    position: relative;
    background: #fff;
    padding: 30px 15px;
    border: 1px solid #eeeeee;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding-bottom: 80px;
    border-bottom: none;
}

.testimonials .single-testimonial .testimonial-content .quote {
    position: relative;
    font-size: 13px;
    line-height: 27px;
    letter-spaing: 0.08em;
    color: #595959;
    margin-bottom: 15px;
    padding-bottom: 10px;
}

.testimonials .single-testimonial .testimonial-content .quote > p {
    margin-bottom: 0;
}

.testimonials .single-testimonial .testimonial-content .quote:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 30px;
    height: 3px;
    background: #e8e8e8;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.testimonials .single-testimonial .testimonial-content h3 {
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    letter-spaing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 0;
}

.testimonials .single-testimonial .testimonial-content h3 > a {
    color: #303030;
}

.testimonials .single-testimonial .testimonial-content h3 > a:hover {
    color: #00abc9;
}

.testimonials .single-testimonial .testimonial-content .position {
    font-size: 12px;
    line-height: 20px;
    letter-spaing: 0.05em;
    color: #7d7d7d;
}

.testimonials .single-testimonial .testimonial-content:after {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 0;
    width: 100%;
    height: 40px;
    background: #f5f5f5;
    border-top: 2px solid #e1e1e1; /*border-top:1px solid #eeeeee;*/
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.testimonials .single-testimonial:hover .testi-avatar {
    border: 7px solid #ddd;
}

.testimonials .single-testimonial:hover .testimonial-content h3 > a {
    color: #00abc9;
}

.testimonials .single-testimonial:hover .testimonial-content h3 > a:hover {
    color: #00788d;
}

.testimonials .bs-pagination {
    text-align: center;
    padding: 30px;
}

/* carousel single */
#slider-image{
	margin-bottom: 40px;
}

#slider-image .carousel-inner .item img{
	width: 100%;
	max-width: 100%;
	height: auto;
}

#slider-image .carousel-control{
	opacity: 1;
	filter: alpha(opacity=100);
}

#slider-image .carousel-control.left,
#slider-image .carousel-control.right{
	position: absolute;
	background-image: none;
	width: 50px;
	height: 50px;
	margin-top: 30%;
	background-color: rgba(255,255,255,.5) !important;
	color: #1B1D2A;
	text-shadow: none;
}

#slider-image .carousel-control.left:hover,
#slider-image .carousel-control.right:hover{
	background-color: #fff !important;
	color: #7aa93c;
	text-shadow: none;
}

#slider-image .carousel-control.left{
	left: 30px;
}

#slider-image .carousel-control.right{
	right: 30px;
}

#slider-image .carousel-control > .glyphicon,
#slider-image .carousel-control > .fa{
	font-size: 16px;
	line-height: 30px;
}

#slider-image .carousel-indicators li{
	position: relative;
	width: 100px;
	height: 65px;
	margin: 0;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
		-ms-border-radius: 2px;
		 -o-border-radius: 2px;
			border-radius: 2px;
	border-width: 2px;
	border-color: #fff;
	text-indent: 0;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		 -o-box-sizing: border-box;
			box-sizing: border-box;
}

#slider-image .carousel-indicators li::after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,.6);
	-webkit-transition: background .1s ease-in-out;
	   -moz-transition: background .1s ease-in-out;
		-ms-transition: background .1s ease-in-out;
		 -o-transition: background .1s ease-in-out;
			transition: background .1s ease-in-out;
}

#slider-image .carousel-indicators li img{
	width: 100%;
	max-width: 100%;
	height: auto;
}

#slider-image .carousel-indicators .active::after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,.1);
	-webkit-transition: background .1s ease-in-out;
	   -moz-transition: background .1s ease-in-out;
		-ms-transition: background .1s ease-in-out;
		 -o-transition: background .1s ease-in-out;
			transition: background .1s ease-in-out;
}

#slider-image .carousel-indicators .active {
  border-color: #1B1D2A;
  border-width: 2px;
}



/* 
	==================
	[10. GALLERY]
	==================
*/
#gallery{
	width: 100%;
	padding: 60px 0 55px;
	background: #fff;
}

/* Carousel */
.jcarousel-wrapper {
    position: relative;
    margin: 20px auto;
    border: 10px solid #fff;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
       	-ms-border-radius: 5px;
       	 -o-border-radius: 5px;
    		border-radius: 5px;
    -webkit-box-shadow: 0 0 2px #999;
       -moz-box-shadow: 0 0 2px #999;
    	-ms-box-shadow: 0 0 2px #999;
    	 -o-box-shadow: 0 0 2px #999;
    		box-shadow: 0 0 2px #999;
}

.jcarousel {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.jcarousel ul {
    position: relative;
    width: 20000em;
    margin: 0;
    padding: 0;
    list-style: none;
}

.jcarousel li {
    width: 200px;
    float: left;
    border: 1px solid #fff;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
    	-ms-box-sizing: border-box;
    	 -o-box-sizing: border-box;
    		box-sizing: border-box;
}

.jcarousel img {
    display: block;
    max-width: 100%;
    height: auto !important;
}

/* Carousel Controls */
.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    text-align: center;
    background: #1b1d2a;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font-size: 14px;
    line-height: 30px;
}

.jcarousel-control-prev {
    left: 15px;
}

.jcarousel-control-next {
    right: 15px;
}

/* Carousel Pagination */
.jcarousel-pagination {
    position: absolute;
    bottom: -40px;
    left: 50%;
    margin: 0;
    -webkit-transform: translate(-50%, 0);
       -moz-transform: translate(-50%, 0);
    	-ms-transform: translate(-50%, 0);
    	 -o-transform: translate(-50%, 0);
    		transform: translate(-50%, 0);
}

.jcarousel-pagination a {
    display: inline-block;
    height: 10px;
    width: 10px;
    margin-right: 7px;
    font-size: 11px;
    line-height: 10px;
    text-decoration: none;
    background: #fff;
    color: #4e443c;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
    	-ms-border-radius: 10px;
    	 -o-border-radius: 10px;
    		border-radius: 10px;
    text-indent: -9999px;
    -webkit-box-shadow: 0 0 2px #4e443c;
       -moz-box-shadow: 0 0 2px #4e443c;
		-ms-box-shadow: 0 0 2px #4e443c;
    	 -o-box-shadow: 0 0 2px #4e443c;
    		box-shadow: 0 0 2px #4e443c;
}

.jcarousel-pagination a.active {
    background: #1B1D2A;
    color: #fff;
    opacity: 1;
    -webkit-box-shadow: 0 0 0 1px #6f9a37;
       -moz-box-shadow: 0 0 0 1px #6f9a37;
    	-ms-box-shadow: 0 0 0 1px #6f9a37;
    	 -o-box-shadow: 0 0 0 1px #6f9a37;
    		box-shadow: 0 0 0 1px #6f9a37;
}


/* 
	==================
	[11. FOOTER]
	==================
*/

.footer h2 {
	margin-bottom: 30px;
	font-weight: bold;
    font-size: 18px;
    color: #f4f4f4;
    position: relative;
    display: block;
    letter-spacing: 0.5px;
}

.footer h2:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -15px;
    left: 0px;
    width: 35px;
    height: 2px;
    background-color: #1B1D2A !important;
}

.footer select,
.footer textarea,
.footer input[type="text"],
.footer input[type="search"] {
    border: 1px solid #666;
    background: rgba(255, 255, 255, 0.03);
    color: #999;
}

.footer p {
	color: #eee;
}
.footer ul > li > a {
    color: #fff;
}
.footer-one .primary-footer {
	padding-top: 40px;
	padding-bottom: 40px;
}
.footer_area {
	background: #333;
	background-size: auto 100%;
	background-position: center center;
}

.footer .widget_rss li .rssSummary {
    color: #999;
}

.footer-dark .widget_recent_posts li .post-date {
    color: #4d4d4d
}


.secondary-footer {
	padding: 27px 0;
    background: #222;
}
.form-control#subscribe::-moz-placeholder {
 color:#fce163 !important;
}
.form-control#subscribe::-webkit-placeholder {
 color:#fce163 !important;
}
.copy-text a {
	color: #fff;
}
.copy-text, .copy-text a:hover {
	color: #fafafa;
	text-align: center;
	display: block;
	font-size: 15px;
	letter-spacing: 0.5px;
}

.widget_recent_posts ul {
    padding: 0;
}

.widget_recent_posts li {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e0e0e0
}

.widget_recent_posts li {
    border-bottom-color: #3e3e3e
}

.widget_recent_posts li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border: 0
}

.widget_recent_posts li .post-img {
    float: left;
    width: 60px;
    margin-top: 7px;
    margin-right: 15px;
}

.widget_recent_posts li .post-img img {
    width: 100%
}
.widget_recent_posts li a {
    color: #b5b5b5;
}

.widget_recent_posts li .post-date {
    display: block;
    color: #b3b3b3;
    font-size: 13px;
}
.widget_rss .widget-title img {
	display: none;
}

.widget_rss li {
	margin-bottom: 0.625rem;
}

.widget_rss li a {
	display: block;
}

.widget_rss li .rss-date {
	display: block;
	margin-right: 0.5rem;
    font-style: italic;
}

.widget_rss li .rss-date, .widget_rss li cite {
	color: rgba(153, 153, 153, 0.7);
}

.widget_rss li .rssSummary {
	font-size: 1.2rem;
	display: block;
}

.sidebar .widget .opening-time {
  padding: 0;
}
.opening-time li {
  color: #d7d7d7;
  font-size: 15px;
  margin-bottom: 6px; /*12px*/
  padding-bottom: 6px;
  border-bottom: 1px dashed #444;
}
.opening-time li span {
  float: right;
  font-style: italic;
  color: #e7272d;
}

.opening-time li:last-child {
  margin-bottom: 0;
}
.sidebar .opening-time li {
    margin-left: 0 !important;
    border-bottom: 1px dashed #ccc;
    color: #6b6e80;
}


/* ------------------------------------
  Back To Top
------------------------------------ */
.scrollup {
	background: #fff;
	bottom: 16px;
	display: none;
	width: 46px;
	border-radius: 50px;
	height: 46px;
	opacity: 1;
	outline: medium none !important;
	position: fixed;
	right: 20px;
	cursor: pointer;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.scrollup i.topup {
	font-size: 4rem !important;
	line-height: 46px;
	width: 46px;
	text-align: center;
	color: #03a9f4;
	direction: ltr;
	display: inline-block;
	font-family: "Material Icons";
}

.social-link {
	margin-bottom: 0;
    padding: 0;
}
.social-link li {
	display: inline-block !important;
	background: #444;
	border-radius: 30px;
	margin-right: 3px;
    margin-left: inherit !important;
    padding: 0 !important;
}
.social-link li a i {
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 50%;
}
.social-link li a i {
	color: #fff;
}
.social-link li a i:hover {
	color: #03A9F4;
	background: #fff;
}
.social-link.dark li a i {
	color: #202020;
}
.social-link.dark li a i:hover {
	color: #fff;
	background: #03A9F4;
}
.social-link li > a:before {
    content: none !important;
}

.footer-list li, .footer .menu li {
	border-bottom: 1px dashed rgba(255, 255, 255, 0.25);
}
.footer-list li:last-child, .footer .menu li:last-child {
	border-bottom: 0;
}
.footer-list li a, .footer .menu li a {
	display: block;
	line-height: 45px;
	color: #eee;
	font-size: 15px;
}
.footer-list li a:hover, .footer .menu li a:hover {
	color: #fff;
}
.footer .menu>li>a:before {
	font-family: 'FontAwesome';
	content: "\f101";
	padding-right: 10px;
}

.primary-footer .widget .form-control {
	height: 40px;
	border: 1px solid #333 !important;
	font-weight: 300;
	font-size: 14px;
	padding: 0 76px 0 15px;
}
.primary-footer .form-control:focus {
	border: 1px solid #444!important;
	box-shadow: none!important;
}
.primary-footer .form-group input[type="text"], .primary-footer .form-group input[type="email"] {
	color: #444;
	background-color: #444;
	width: 100%;
	float: left;
	border-radius: 30px;
    margin: 0 0 15px 0;
}
.primary-footer.brand-bg .form-group input::-webkit-input-placeholder {
    color: #c9f0ff;
}

.primary-footer.brand-bg .form-group input::-moz-placeholder {
    color: #c9f0ff;
}

.primary-footer.brand-bg .form-group input:-ms-input-placeholder {
    color: #c9f0ff;
}

.primary-footer .form-group {
    margin-bottom: 20px;
}
.primary-footer .form-group button {
	float: left;
	width: 20%;
	background: #4e4e4e;
    color: #777;
	border: 1px solid transparent;
	height: 40px;
	/*line-height: 70px;*/
	border-radius: 30px;
	position: absolute;
	right: 15px;
}
.primary-footer .form-group button i {
	width: 100%;
	height: 100%;
	line-height: 36px;
}
/* ------------------------------------
  Tag Cloud Widget
------------------------------------ */
.widget-tags a, .tagcloud a, .nav-previous a, .nav-next a {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 8px 14px;
	color: #fff;
	border: 1px solid rgba(98, 98, 98, 0.5);
	border-radius: 30px;
}
.widget-tags a:hover, .tagcloud a:hover, .nav-previous a:hover, .nav-next a:hover {
	color: #fff;
	background-color: #52140b;
	border: 1px solid transparent;
}

.nav-previous a, .nav-next a {
    color: inherit;
}
.tagcloud {
    display: inline-block;
}


/* 
	==================
	[12. INTRO]
	==================
*/

.introduction .item {
    margin-bottom: 0;
}

@media screen and (max-width: 992px) {
    .introduction .item {
        margin-bottom: 50px;
    }
}

.row.introduction {
    margin-left: -30px;
    margin-right: -30px;
}

.introduction div[class*="col-"] {
    padding-right: 30px;
    padding-left: 30px;
}

.introduction div[class*="col-"]:last-child .item {
    margin-bottom: 0;
}

.introduction div[class*="col-"]:after {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: #fff;
}

.introduction div[class*="col-"]:last-child:after {
    display: none;
}

.introduction .item h3 {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.5px;
    margin-top: 0;
    margin-bottom: 18px;
    color: #fff;
    font-style: italic;
    font-family: 'Tahoma', sans-serif;
}

.introduction .item {
    position: relative;
}

.introduction .item h3 {
    margin-top: 0;
}

.introduction .item h3:after {
    content: " ";
    display: block;
    width: 60px;
    height: 3px;
    margin-top: 18px;
    background-color: #fff;
}

.introduction .item p {
    color: #fff; /*ababab*/
    margin-bottom: 0;
}

.introduction .item i {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    color: #fff;
}

.introduction .item i:before {
    font-size: 40px;
}



/* 
	==================
	[13. POPULAR]
	==================
*/

.popular .wrap .heading {
	color: #fff;
	margin-bottom: 40px;
}

.popular .wrap .item {

	background: #fff;
	text-align: center;
	color: #959595;
	transform: 1s;
}

.popular .wrap .item:hover img {
	transform: scale(1.2) rotate(10deg);
}

.popular .wrap .item h3 {
	color: #676767;
	padding: 0px 40px 20px;
	position: relative;
    font-size: 16px;
    font-weight: 600;
}

.popular .wrap .item h3:before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 90px;
	height: 1px;
	background: #eaa394;
	margin-left: -45px;
}

.popular .wrap .item p {
	padding-top: 5px;
    font-size: 14px;
    color: #666;
}

.popular .wrap .item .popular-img {
	float: left;
	width: 50%;
	height: 100%;
	background: #f2f2f2;
	overflow: hidden;
}

.popular .wrap .item .popular-img img {
	-webkit-transition: all 0.8s ease-out;
	-o-transition: all 0.8s ease-out;
	transition: all 0.8s ease-out;
}

.popular .wrap .item .popular-img-2 {
	width: 50%;
	float: right;
	overflow: hidden;
}

.popular .wrap .item .popular-img-2 img {
	-webkit-transition: all 0.8s ease-out;
	-o-transition: all 0.8s ease-out;
	transition: all 0.8s ease-out;
	width: 100%;
}

/* .popular .wrap .item .content:nth-child(2) */
.popular .wrap .item .content-right {
	padding: 20px;
	font-size: 16px;
	float: right;
	width: 50%;
	height: 100%;
	position: relative;
}

.popular .wrap .item .content-right:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	top: 50%;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	background: #fff;
	transform: rotate(45deg);
	margin-left: -15px;
}

/* .popular .wrap .item .content:nth-child(1) */
.popular .wrap .item .content-left {
	padding: 20px;
	width: 50%;
	height: 100%;
    font-size: 16px;
	float: left;
	position: relative;
	z-index: 999;
}

.popular .wrap .item .content-left:after {
	content: "";
	position: absolute;
	right: -15px;
	top: 50%;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	background: #fff;
	transform: rotate(45deg);
}

.popular .wrap .btn-more-info {
	float: right;
	padding: 28px 102.5px;
	border-radius: 0px;
	background: #ff530a;
	color: #fff;
	border: 1px solid transparent;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 16px;
	-webkit-transition: .3s all;
	-o-transition: .3s all;
	transition: .3s all;
}

.popular .wrap .btn-more-info:hover {
	background: transparent;
	color: #ff530a;
	border: 1px solid #ff530a;
}


.popular-small .popular-rating {
	font-size: 1.200em;
}

.popular-rating {
	position: relative;
	color: #52140b; /*F9BF3B*/
	font-size: 11px;
}

.popular-rating i {
	margin-right: 5px;
}



/* 
	==================
	[14. MENU LIST]
	==================
*/

.nav-tabs {
    border: 0;
}

.nav-tabs, .nav-pills {
    text-align:center;
}

.nav-tabs > li {
    display: inline-block;
    float: none;
    margin: 0;
}

.nav-tabs > li > a {
    border: 0;
    font-weight: 400;
    background: #52140b;
    text-align: center;
    color: #fff;
    border-radius: 50px;
}

.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
    background: #ccc;
    color: #222222;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    border: 0;
    background: #000;
    color: #fff;
}

.nav-tabs + .tab-content {
    border: 0;
    padding: 20px 0;
    margin: 30px 0 0;
}

.nav-tabs + .tab-content *:last-child {
    margin-bottom: 0;
}

.menu-list .menu-title{
    padding: 10px 0;
    border-bottom: 1px dashed #ddd;
	display: block;
	text-align: center;
	margin-bottom: 40px;
}
.menu-list .menu-title h2 {
    color: #e02c45;
    font-style: italic;
    font-weight: 600;
}
.menu-list .menu-title p {
    margin: 0;
}
.tab-content {
    padding-top: 25px;
}

.dish-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.dish-list > li {
    border-bottom: 1px dotted #d5d5d5;
    padding: 20px 0;
}

.dish-list > li:first-child {
    padding: 0 0 20px;
}

.dish-list > li:last-child {
    border: 0;
}

.dish-title,
.dish-price {
    margin: 0 0 5px;
    font-weight: 600;
    font-size: 1.25em;
    color: #52140b;
}

.dish-description {
    margin: 0;
}

.dish-price {
    text-align: right;
    color: #666;
}

@media (max-width: 767px) {
    .page-title {
        text-align: center;
        margin-bottom: 10px;
    }
}


/* 
	==================
	[15. CONTACT]
	==================
*/

.contact-content {
    padding-top: 90px;
    padding-bottom: 90px;
    background: #f5f5f5;
}

.contact-content {
    padding: 30px;
    background: #fff;
}

.contact-content .info-col span {
    display: block;
}

.contact-content textarea {
    max-height: 100px !important;
}

.contact-content .fa {
    color: #cda555;
    width: 18px;
}

.contact-content .fa-phone {
    font-size: 18px;
}

.contact-content .contact-info-left {
    padding: 15px;
    padding-top: 0;
}

.contact-content .contact-info-left .title {
    font-weight: bold;
    margin-top: 0;
}

.contact-content .contact-info-left h5 {
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 10px;
}

.contact-content .contact-info-left .adr-group {
    margin-bottom: 15px;
}

.contact-content .contact-info-left li {
    margin-bottom: 5px;
}

.contact-content .contact-info-left .contact-methods {
    margin-bottom: 15px;
    padding-top: 10px;
}

.contact-content .contact-info-right {
    padding: 15px;
    padding-top: 0;
}




/********Top********/
.fullscreen-section {
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}


.widget-img ul {
    margin: -5px;
}
.widget-img ul {
    padding-left: 0;
}
.widget-img ul {
    list-style: none;
}
.widget-img ul li {
    border: none;
    float: left;
    width: 33%;
    padding: 5px !important;
    margin: 0 !important;
}
.widget-img ul li a {
    border: 0;
    padding: 0;
}
.widget-img ul li a {
    color: #161616;
}

.widget-img ul li img {
    float: left;
    width: 100%;
    height: auto;
    padding: 0;
}
.widget-img ul > li > a:before {
    content: none !important;
}
.footer .widget-img ul li {
    width: 20%;
}



.sidebar .widget_recent_comment_widget ul li {
  overflow: hidden;
  padding: 15px 0;
}
.sidebar .widget_recent_comment_widget ul li .image-wrap {
  float: left;
  width: 50px;
  height: 50px;
  overflow: hidden;
}
.sidebar .widget_recent_comment_widget ul li .comment-info {
  margin-left: 62px;
}
.sidebar .widget_recent_comment_widget ul li .comment-info .author {
  display: block;
  font-size: 16px;
  color: #000;
}
.sidebar .widget_recent_comment_widget ul li .comment-info a {
  display: block;
  color: #333;
  padding: 5px 0;
}
.sidebar .widget_recent_comment_widget ul li .comment-info a:hover {
  color: #ffd34e;
}
.sidebar .widget_recent_comment_widget ul li .comment-info .meta {
  font-weight: 700;
  font-size: 12px;
  color: #999; 
}
.sidebar .widget_recent_comment_widget ul li .image-wrap img {
    max-width: 100%;
    width: auto\9;
    height: auto;
    vertical-align: middle;
    border: 5px solid transparent;
    background: #eee;
    border-radius: 24px;
}
.sidebar .widget-tags a, .sidebar .tagcloud a {
    color: inherit;
}
.sidebar .widget-tags a:hover, .sidebar .tagcloud a:hover {
	color: #fff;
	background-color: #52140b;
	border: 1px solid transparent;
}



/* Blog */

.single-post .entry-footer {
    margin-top: 17px;
}

.single-post .entry-footer .entry-meta {
    padding-top: 26px;
    padding-bottom: 26px;
    /*margin-bottom: 30px;*/
    border-top: 1px solid rgba(172,172,172,0.25);
    border-bottom: 1px solid rgba(172,172,172,0.25);
}

.single-post .entry-footer .entry-meta .author img{
    border: 2px solid transparent;
    background: #eee;
    border-radius: 24px;
}
.single-post .entry-footer .tags-links{
    display: block;
}
.single-post .entry-footer .tags-links a{
    padding: 10px;
    border: 1px solid #ddd;
    display: inline-block;
    margin-top: 10px;
}
.single .entry-meta span {
    margin: 0 25px 0 0;
}
@media (min-width: 544px) {
    .single-post .entry-meta .post-comment-count {
        margin-left: 20px;
    }
}
.single-post .post-comment-count {
    display: block;
}

.single-post .post-comment-count i {
    margin-right: 7px;
    vertical-align: baseline;
    font-size: 20px;
    color: rgba(172,172,172,0.4);
}

@media (min-width: 544px) {
    .single-post .post-comment-count {
        display: inline-block;
    }

    .single-post .post-comment-count i {
        vertical-align: text-top;
    }
}

.single-post .share-buttons {
    margin-top: 15px;
}

@media (min-width: 992px) {
    .single-post .share-buttons {
        float: right;
        margin-top: 0;
    }
}


.share-buttons ul {
    padding: 0;
    margin: 0;
}

.share-buttons ul li {
    display: inline-block;
    vertical-align: top;
}

.share-buttons ul li{
    margin-left: 20px;
}
.share-buttons ul li:first-child{
    margin-left: 0;
}


.single-post .share-buttons a {
    display: block;
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1;
    text-decoration: none;
    text-align: center;
    border-radius: 50%;
}

.post-navigation {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin-top: -20px;
    text-align: center;
    z-index: 1;
    height: 43px;
    overflow: hidden;
}

.single-post .post-navigation {
    position: static;
    margin-top: 0;
    width: 100%;
    text-align: left;
    height: auto;
}
.single-post .post-navigation .nav-previous {
    float: left;
}

.single-post .post-navigation .next-post, .single-post .post-navigation .nav-next {
    float: right;
}

@media (min-width: 544px) {
    .single-post .post-navigation {
        float: left;
    }
}
.post-navigation a {
    color: #fff;
    background: #52140B;
    font-family: Tahoma;
    font-style: normal;
}
.post-navigation a {
    display: inline-block;
    vertical-align: top;
    padding: 10px 26px;
    margin: 0 0 3px 0;
    text-decoration: none;
    line-height: 20px;
    border-radius: 0;
}

.single-post .share-buttons a {
    color: rgba(172,172,172,0.6);
    font-size: 20px;
}
.screen-reader-text {
    clip: rect(1px,1px,1px,1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.single-post .share-buttons>li {
    font-weight: 400;
    font-size: 16px;
    font-style: normal;
    font-family: Tahoma;
    line-height: 1.33;
    color: #acacac;
    margin: 0 25px 0 0;
}
.top-line, .both-line {
    border-top: 1px solid #ddd;
}
.bottom-line, .both-line {
    border-bottom: 1px solid #ddd;
}
.gradient {
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%) !important;
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1))) !important;
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%) !important;
    background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%) !important;
    background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%) !important;
    background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fce163', endColorstr='#ededed', GradientType=1 ) !important;
}

/* 
	==================
	[16. BOOKING]
	==================
*/
.booking i {
    color: #ffca47;
}
.booking i:before {
    font-size: 40px;
    line-height: 50px;
}
.booking .col-md-1, .booking .col-md-2 {
    padding: 0;
}

.heading .line {
  display: block;
  height: 1px;
  width: 100%;
  background-color: rgba(136, 136, 136, 0.2);
  margin-top: 20px;
  margin-bottom: 20px;
}


.valign-middle {
    vertical-align: middle;
}


.info-text {
    margin-top: 30px;
    margin-bottom: 30px;
}

ul {
    list-style-position: inside;
    list-style-type: none;
}
.site-content ul {
    margin-bottom: 25px;
    padding-left: 50px;
}

.reservation {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
    background: #f5f5f5;
}

.reservation .heading-title h2 {
    color: #ef792e;
}
.reservation .heading-title p {
    color: #fff;
}

.general-form {
    margin-bottom: 0;
    background: #fff;
	transition: box-shadow 0.2s ease-in-out;
}
.general-form.shadow {
	-webkit-box-shadow: 0px 39px 56.4px 3.6px rgba(0, 0, 0, 0.24);
	-moz-box-shadow: 0px 39px 56.4px 3.6px rgba(0, 0, 0, 0.24);
	box-shadow: 0px 39px 56.4px 3.6px rgba(0, 0, 0, 0.24);
}
.general-form .padding-40{
    padding: 40px 30px 20px 0;
}
.general-form .img {
    background-image: url(img/reservation.jpg);
    position: relative;
    height: 100%;
    height: auto;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -ms-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    background-position: center 0;
}
.general-form select, .general-form textarea, .general-form input[type="text"], .general-form input[type="datetime"], .general-form input[type="date"], .general-form input[type="email"] {
    border: 1px solid rgb(129, 58, 15);
    font-size: 15px;
    color: #1a1a1a;
    width: 100%;
    border-radius: 2px;
    background-color: transparent;
    box-shadow: none!important;
    border: 1px solid #d9d9d9;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    max-height: 150px;
}

.general-form .btn.btn-primary {
    color: #fff;
    background-color: #52140b;
    border-color: #52140b;
}

.general-form .btn.btn-secondary {
    color: #fff;
    background-color: #cda555;
    border-color: #cda555;
}

.site-content i {
    position: absolute;
    color: #ffca47;
}
.site-content i.icon-location:before {
    font-size: 30px;
    line-height: 70px;
}
.site-content i.icon-hour:before, .site-content i.icon-contact:before {
    font-size: 30px;
    line-height: 50px;
}

.map-block .map_model {
    height: 800px;
}
.contact {
    top: 600px;
    width: 100%;
    position: absolute;
    z-index: 30;
}
.contact .general-form .img {
    min-height: 420px !important;
}



/* 
	==================
	[17. ABOUT US]
	==================
*/
.about-us {
	padding: 60px 0 0;
}

.about-us h1 {
	margin-bottom: 40px;
    color: #52140b;
    font-size: 30px;
}

.about-us .wrap {
	text-align: left;
}

.about-us .wrap p {
	color: #959595;
	font-size: 15px;
	line-height: 26px;
}

.boxed-content {
	text-align: center;
	margin: 35px;
}

.boxed-content>i {
	font-size: 8em;
	color: #406da4;
}

.boxed-content.left-aligned {
	text-align: left;
}

.boxed-content.left-aligned .boxed-content-title {
	margin-bottom: 10px;
	line-height: 28px;
	font-weight: 600;
}

.boxed-content.left-aligned i {
	float: left;
	margin-right: 10px;
	font-size: 2em;
}

.boxed-content.left-boxed-icon i {
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	padding: 10px;
	width: 60px;
	height: 60px;
	background: #f5f5f5;
	color: #bbb;
	text-align: center;
	line-height: 40px;
    box-shadow: rgba(50, 50, 50, 0.11) 0 2px;
}
.boxed-content.left-boxed-icon i:before {
    font-size: 30px;
}

.boxed-content.left-boxed-icon .boxed-content-title,.boxed-content.left-boxed-icon p
	{
	padding-left: 80px;
}

.pad-tb-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}


.special .post-thumb::before, .promotion .post-thumb::before {
    content: none;
}



/* 
	==================
	[18. 404]
	==================
*/
.page-404 { 
    text-align: center;
}

.page-404 .content-404 {
    text-align: center;
}

.page-404 .content-404 h2 {
    height: 300px;
    margin: 0 0 25px 0;
    text-align: center;
}

.page-404 .content-404 span {
    color: #666;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 20px;
}

.select-holder span {
    float: right;
    position: absolute;
    right: 0;
    top: -25px;
    vertical-align: top;
}

.page-404-search {
    margin: 20px 0 25px;
    position: relative;
    text-align: center;
    max-width: 400px;
}

.page-404-search .txt-bar {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e4e4e4;
    display: inline-block;
    font-size: 12px;
    height: 41px;
    line-height: 22px;
    padding-left: 0;
    text-indent: 18px;
}

.page-404-search label:after {
    color: #fff;
    content: '\f002';
    cursor: pointer;
    font-family: fontawesome;
    font-size: 16px;
    height: 41px;
    position: absolute;
    right: 1px;
    top: 9px;
    width: 47px;
    z-index: 9999;
    font-weight: 400;
}

.page-404-search .search-bar {
    border: 0;
    cursor: pointer;
    height: 41px;
    position: absolute;
    right: 0;
    text-indent: -9999px;
    top: 0;
    width: 47px;
}

.cs-content404 .page-404-search {
    margin: 0 auto 20px;
}


.widget_search label{
	width: 100%;
	position: relative;
}
.widget_search .search-submit{
	display: none;
}
.widget_search label input.search-field {
    padding-left: 13px;
} 
.widget_search label .flaticon-search{
    position: absolute;
    right: 12px;
    top: 30px;
    font-size: 16px;
    color: #ccc;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; 
}

.comment-form label {
    display: none;
}

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

.ribbon{
  position: absolute; 
  top: 42px;
  width: 200px;
  padding: 5px 0;
  background: #000;
  color: #eee;

  -moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.ribbon.left{
  left: -42px;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.ribbon.right{
  right: -42px;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.ribbon a, 
.ribbon a:visited, 
.ribbon a:active, 
.ribbon a:hover{
  display: block;
  padding: 1px 0;
  height: 24px;
  line-height: 24px;
  color: inherit;  
  text-align: center;
  text-decoration: none;
  font-family: 'Tahoma', sans-serif;
  font-size: 16px;
  font-weight: 500;
  -moz-text-shadow: 0 0 10px rgba(0,0,0,0.31);
  -webkit-text-shadow: 0 0 10px rgba(0,0,0,0.31);
  text-shadow: 0 0 10px rgba(0,0,0,0.31);
}

.ribbon.black{
  background: #000;
}

.ribbon.red{
  background: #c00;
}

.ribbon.blue{
  background: #09e;
}

.ribbon.green{
  background: #0a0;
}

.ribbon.orange{
  background: #d80;
}

.ribbon.purple{
  background: #c0c;
}

.ribbon.grey{
  background: #888;
}

.ribbon.white{
  background: #eee;
  color: black;
}
.ribbon.white a{
  border: 2px dotted rgba(100,100,100,0.2);
}


/******Contact*/
.wpcf7-response-output, .div.wpcf7-mail-sent-ng {
    border: none !important;
    margin: 0;
}

.wpcf7-validation-errors {
    display: inline-block;
}
div.wpcf7-response-output {
    margin: 0;
    display: block;
    width: 100%;
    position: relative;
    width: 100%;
    float: left;
}
.wpcf7 textarea {
    resize:none;
}
.wpcf7 .text {
    height: 80px;
}


/*Table*/
table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    border: 1px solid #ddd;
}
table > thead > tr > th, table > tbody > tr > th, table > tfoot > tr > th, table > thead > tr > td, table > tbody > tr > td, table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
    border: 1px solid #ddd;
}

.footer table > thead > tr > th, .footer table > tbody > tr > th, .footer table > tfoot > tr > th, .footer table > thead > tr > td, .footer table > tbody > tr > td, .footer table > tfoot > tr > td {
    border: 1px solid #444;
}



/* 
	==================
	[19. WordPress Styles]
	==================
*/
.alignleft {
	float: left;
	margin: 0.375em 1.75em 1.75em 0;
}

.alignright {
	float: right;
	margin: 0.375em 0 1.75em 1.75em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 1.75em;
}

blockquote.alignleft {
	margin: 0.3157894737em 1.4736842105em 1.473684211em 0;
}

blockquote.alignright {
	margin: 0.3157894737em 0 1.473684211em 1.4736842105em;
}

blockquote.aligncenter {
	margin-bottom: 1.473684211em;
}
.wp-caption {
	margin-bottom: 1.75em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption .wp-caption-text {
	color: #686868;
	font-size: 13px;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 0.5384615385em;
}

.sticky {}
.bypostauthor{
    background-color: #4d535f;
    color: white;
}


/** Galleries */

.gallery {
	margin: 0 -1.1666667% 1.75em;
}

.gallery-item {
	display: inline-block;
	max-width: 33.33%;
	padding: 0 1.1400652% 2.2801304%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-icon img {
	margin: 0 auto;
}

.gallery-caption {
	color: #686868;
	display: block;
	font-size: 13px;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 0.5384615385em;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}


/* calendar widget */
.widget_calendar {margin-bottom: 20px}
#wp-calendar {width: 100%; }
#wp-calendar caption { cursor: pointer; font-size: 16px; margin: 0; padding: 8px; outline: 0 none !important; background: #52140b; color: #fff; }
#wp-calendar thead { font-size: 10px; }
#wp-calendar thead th { text-align: center; }
#wp-calendar tbody { color: #aaa; }
#wp-calendar tbody td { text-align: center; padding:2px; font-size:12px}
#wp-calendar tbody td:hover { background: #fff; }
#wp-calendar tbody .pad { background: none; }
#wp-calendar tfoot #next { text-align: right; }
#wp-calendar tfoot #prev { text-align: left; }


dl {
	margin: 0 0 1.75em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 0 1.75em;
}

.post-password-form input[type="password"] {
	margin-top: 0.4375em;
}

.post-password-form > :last-child {
	margin-bottom: 0;
}

.post-password-form input[type="button"], .post-password-form input[type="submit"] {
    display: inline-block;
    font-size: 12px;
    padding: 4px 12px;
    outline: none;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 600;
    border: none;
}

.pingback .comment-body > a {
	box-shadow: 0 1px 0 0 currentColor;
}
.pingback .comment-body > a:hover,
.pingback .comment-body > a:focus {
	box-shadow: none;
}
.blog-comment .pingback,
.blog-comment .trackback {
	border-top: 1px solid #d1d1d1;
	padding: 1.75em 0;
}

.nav-links {
    display: inline-block;
    padding-left: 0;
}
.nav-links > a,
.nav-links > span,
.page-links > a,
.page-links > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #1B1D2A;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.nav-links > a:hover,
.page-links > a:hover {
  color: #2A6496;
  background-color: #eee;
  border-color: #ddd;
}
.nav-links > span.current,
.page-links > span.current {
	z-index: 2;
	color: #fff;
	cursor: default;
	background-color: #1B1D2A;
	border-color: #1B1D2A;
}
.post-navigation .nav-links {
    display: block;
}
.page-links {
    display: inline-flex;
}

/*
=================================
       21. Popular Post
=================================
*/

.popular-post .img-cap-effect .img-box .img-caption:before {
	border-width: 2px;
}

.popular-post li {
	margin-bottom: 20px;
}

.popular-post li:last-child {
	margin-bottom: 0;
}

.popular-post .img-box,.popular-post .content {
	display: table-cell;
	vertical-align: top;
}

.popular-post .img-box img {
	width: 50px;
	height: 50px;
    max-width: initial;
}

.popular-post .content {
	padding: 0 0 0 15px;
}

.popular-post .content a h4 {
	font-size: 1em;
	font-weight: 500;
	line-height: 20px;
	margin: 0;
	padding: 0;
	transition: all .3s ease;
}

.popular-post .content a h4:hover {
	color: #ff9638;
}

.popular-post .content span {
	color: #999999;
	font-size: 13px;
	display: block;
    margin-top: 5px;
}

.popular-post .content span i {
	font-size: 12px;
    width: 16px;
	position: relative;
}


/* Gallery */
.gallery-section {
	background-color: #fff;
	padding-top: 80px;
	padding-bottom: 50px;
}

#gallery-slider div[class*="col-"] {
	float: left;
	padding: 10px;
}
#gallery-slider div[class*="col-"]:after {
	border: 1px dashed rgba(255, 255, 255, 0.5);
	bottom: 20px;
	content: '';
	display: block;
	left: 20px;
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 2;
}

#gallery-slider div[class*="col-"] img {
	width: 100%;
	height: 100%;
}

#gallery-slider div[class*="col-"] img {
    width: 100%;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
#gallery-slider div[class*="col-"]:hover .mask {
    visibility: visible;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}
#gallery-slider div[class*="col-"]:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}


.gallery-mask {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 0;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

.gallery-mask p {
	position: absolute;
	left: 0;
	width: 100%;
	top: 30%;
	margin: 0px;
	text-align: center;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	z-index: 100;
}

.gallery-mask p a {
	color: #aaa;
	font-size: 40px;
}

.gallery-mask p a:hover {
	color: #fff;
}

#gallery-slider div[class*="col-"]:hover .gallery-mask {
	opacity: 1;
}

#gallery-slider div[class*="col-"]:hover .gallery-mask p {
	top: 50%;
}



/* 
	==================
	[20. WOOCOMMERCE]
	==================
*/
.woocommerce .woocommerce-ordering, .woocommerce .woocommerce-result-count {
    margin: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:after, .woocommerce div.product .woocommerce-tabs ul.tabs li:before {
    content: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 1px solid #d3ced2;
    background-color: #ebe9eb;
    display: inline-block;
    position: relative;
    z-index: 0;
    border-radius: 0;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    float: none;
    width: auto;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #52140b;
    text-align: center;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
    font-size: 1.45em;
    font-weight: 800;
    color: #52140b;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    margin: 0;
}
.woocommerce #reviews #comments h2 {
    margin: 20px 0;
}
.woocommerce #reviews h3 {
    margin: 20px 0;
    font-weight: 600;
    font-size: 22px;
}

.woocommerce p.stars a {
    color: #52140b;
}
.woocommerce #respond input#submit{
    background-color: #6f9a37;
    border-color: #6f9a37;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    color: #fff;
    font-weight: normal;
}
.woocommerce div.product .product_title {
    font-size: 24px;
}

.woocommerce .shop_table.cart .product-remove a {
    display: inline-block;
    color: #999 !important;
    background-color: #eee;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin: 0;
    padding: 0;
    font-size: 16px;
    text-align: center;
}

.woocommerce table.shop_table th {
    background: #E02128;
    color: #fff;
    border: none;
    height: 50px;
    vertical-align: middle;
    font-size: 16px;
}
.woocommerce table.shop_table td {
    border: none;
}
.woocommerce table.shop_table tbody tr td {
    border: none;
    border-top: 1px solid rgba(0,0,0,.1);
}
#add_payment_method table.cart input, .woocommerce-cart table.cart input, .woocommerce-checkout table.cart input {
    margin: 0;
    vertical-align: top;
}

.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
    background: #eee;
    color: inherit;
}

.single-product h2 {
    font-size: 24px;
}
.select2-container .select2-choice {
    border: none;
}
.woocommerce form .form-row .select2-container {
    line-height: inherit;
    border-color: none;
}
.woocommerce form .form-row.woocommerce-validated .select2-container, .woocommerce form .form-row.woocommerce-validated input.input-text, .woocommerce form .form-row.woocommerce-validated select {
    border-color: #ccc;
}
.woocommerce-info {
    border-top-color: #52140b;
}
.accordion.toggles-wrap p {
    padding: 25px;
}
.woocommerce .cart-collaterals .cross-sells, .woocommerce-page .cart-collaterals .cross-sells {
    width: 100%;
}
.woocommerce div.product {
    position: initial;
}

@keyframes hover-color {
    from {
        border-color: #c0c0c0;
    }

    to {
        border-color: #3e97eb;
    }
}

#payment input[type="radio"] {
    position: absolute;
    display: none;
}

#payment input[type="radio"][disabled] {
    cursor: not-allowed;
}

#payment input[type="radio"] + label {
    position: relative;
    display: block;
    padding-left: 30px;
    cursor: pointer;
    vertical-align: middle;
}

#payment input[type="radio"] + label:hover:before {
    animation-duration: 0.4s;
    animation-fill-mode: both;
    animation-name: hover-color;
}

#payment input[type="radio"] + label:before {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    content: '';
    margin-top: 2px;
    border: 1px solid #c0c0c0;
}

#payment input[type="radio"] + label:after {
    position: absolute;
    display: none;
    content: '';
}

#payment input[type="radio"][disabled] + label {
    cursor: not-allowed;
    color: #e4e4e4;
}

#payment input[type="radio"][disabled] + label:hover, input[type="radio"][disabled] + label:before, input[type="radio"][disabled] + label:after {
    cursor: not-allowed;
}

#payment input[type="radio"][disabled] + label:hover:before {
    border: 1px solid #e4e4e4;
    animation-name: none;
}

#payment input[type="radio"][disabled] + label:before {
    border-color: #e4e4e4;
}

#payment input[type="radio"]:checked + label:before {
    animation-name: none;
}

#payment input[type="radio"]:checked + label:after {
    display: block;
}

#payment input[type="radio"] + label:before {
    border-radius: 50%;
}

#payment input[type="radio"] + label:after {
    top: 8px;
    left: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #da9ea6;
}

#payment input[type="radio"]:checked + label:before {
    border: 2px solid #ccc;
}

#payment input[type="radio"]:checked[disabled] + label:before {
    border: 1px solid #c9e2f9;
}

#payment input[type="radio"]:checked[disabled] + label:after {
    background: #c9e2f9;
}

.woocommerce table.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f7fafc !important;
}
.woocommerce table.cart td.actions, .woocommerce-page #content table.cart td.actions, .woocommerce-page table.cart td.actions {
    background-color: #eee !important;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    background-color: #ddd;
}

.woocommerce .quantity .qty {
    display: inline-block;
}

.woocommerce-cart .cart-collaterals .cart_totals tr td, .woocommerce-cart .cart-collaterals .cart_totals tr th {
    vertical-align: middle;
}

.cart-contents:before {
    font-family:WooCommerce;
    content: "\e01d";
    font-size:16px;
    margin-top:10px;
    font-style:normal;
    font-weight:400;
    padding-right:5px;
    vertical-align: bottom;
}
.cart-contents:hover {
    text-decoration: none;
}
.cart-contents-count {
    color: #fff;
    background-color: #545662;
    font-weight: normal;
    border-radius: 24px;
    padding: 1px 5px;
    line-height: 1;
    font-family: Arial, Helvetica, sans-serif;
    vertical-align: top;
    font-size: 13px;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    line-height: 46px;
    height: 46px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-color: #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 32px;
    font-size: 18px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 46px;
}