
/*------------------------------------*\
    #Tabs
\*------------------------------------*/
.tabs .nav-tabs {
	border: none;
	text-align: center;
}

.tabs .nav-tabs > li {
	float: none;
	display: inline-block;
	margin: 0 11px 12px;
}

.tabs .nav-tabs > li > a {
	font-family: 'Poppins', sans-serif;
	color: #333333;
	font-size: 16px;
	font-weight: 600;
	text-transform: capitalize;
	border-radius: 0;
	border: none;
}

.tabs .nav > li > a {
	padding: 0 0 7px 0;
}

.tabs .nav-tabs > li > a:focus,
.tabs .nav-tabs > li > a:hover,
.tabs .nav-tabs > li.active > a,
.tabs .nav-tabs > li.active > a:focus,
.tabs .nav-tabs > li.active > a:hover {
	color: #bb9356;
	background-color: transparent;
	border: none;
}

.tabs .nav-tabs > li > a:after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	background-color: #bb9356;
	width: 0;
	height: 2px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	transition: all .3s linear;
}

.tabs .nav-tabs > li > a:focus:after,
.tabs .nav-tabs > li > a:hover:after,
.tabs .nav-tabs > li.active > a:after,
.tabs .nav-tabs > li.active > a:focus:after,
.tabs .nav-tabs > li.active > a:hover:after {
	width: 100%;
}

.tabs .tab-content > .tab-pane {
	margin-top: 37px;
}

.tabs .tab--logos li {
	padding-right: 15px;
	padding-left: 15px;
}

.tabs .tab--heading {
	font-size: 40px;
	font-family: 'Ruthie', cursive;
	color: #222222;
	font-weight: 400;
	line-height: 40px;
	margin-bottom: 39px;
}

.tabs ul.tab--details {
	padding: 0;
	margin-bottom: 0;
}

.tabs .tab--details li {
	font-size: 14px;
	line-height: 30px;
	list-style: none;
	position: relative;
	padding-left: 20px;
}

.tabs .tab--details li::before {
	content: "•";
	color: #222222;
	font-size: 30px;
	position: absolute;
	left: 0;
}

@media (max-width: 768px) {

.tabs .nav-tabs > li {
	margin: 0 8px;
}

.tabs .nav-tabs > li > a {
	font-size: 14px;
	margin-bottom: 15px;
}

.tabs .tab--logos li {
	margin-bottom: 10px;
}

.tabs .tab--heading {
	font-size: 25px;
	line-height: 40px;
	margin-bottom: 45px;
}

.tabs .tab--details li {
	font-size: 13px;
}

.tabs .tab--logos li {
	padding: 0;
}
}


.video--content .video--player:hover {
	background-color: #bb9356;
}

.video--content .video--player a {
	line-height: 68px;
	display: block;
}

.video--content .video--player i {
	font-size: 48px;
	color: #ffffff;
	line-height: 68px;
}

/* Video Button #1 */
.video-button-1 {
	padding: 210px 0;
}

/* Video Button #2 */
.video-button-2 .video--content {
	width: 100%;
	height: 383px;
}

.video-button-2 .video--content .video--player i {
	font-size: 32px;
}

.video-button-2 .video--content .video--player.video--player-bordered {
	font-size: 32px;
	border: 2px solid #eeeeee;
	background-color: transparent;
}

.video-button-2 .video--content .video--player.video--player-bordered i {
	line-height: 67px;
}

.video-button-2 .video--content .video--player:hover {
	background-color: #ffffff;
	color: #222222;
}

.video-button-2 .video--content .video--player:hover i {
	color: #222222;
}

/*------------------------------------*\
    #Carousel
\*------------------------------------*/
.carousel-dots .owl-controls {
	margin-top: 40px;
}

.carousel-dots .owl-controls .owl-dots .owl-dot span {
	height: 10px;
	width: 10px;
	border-radius: 50%;
	background-color: #333333;
	border: 2px solid #ffffff;
	margin: 0 4px;
}

.carousel-dots .owl-controls .owl-dots .owl-dot.active span {
	-moz-box-shadow: 0 0 0 2px #333333;
	-webkit-box-shadow: 0 0 0 2px #333333;
	box-shadow: 0 0 0 2px #333333;
	border-width: 3px;
}

.carousel-dots.carousel-white .owl-controls .owl-dots .owl-dot span {
	background-color: #fff;
	border-color: #fff;
}

.carousel-dots.carousel-white .owl-controls .owl-dots .owl-dot.active span {
	-moz-box-shadow: 0 0 0 2px #fff;
	-webkit-box-shadow: 0 0 0 2px #fff;
	box-shadow: 0 0 0 2px #fff;
	border-color: #333;
}

.carousel-navs .owl-controls .owl-nav {
	position: relative;
}

.carousel-navs .owl-controls .owl-nav [class*=owl-] {
	position: absolute;
	top: 50%;
	height: 60px;
	line-height: 60px;
	color: #222222;
	font-size: 0;
	font-weight: 400;
	text-align: center;
	background-color: transparent;
	padding: 0;
	border-radius: 0;
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
	margin-top: -250px;
}

.carousel-navs .owl-controls .owl-nav [class*=owl-]:hover {
	color: #bb9356;
	background-color: transparent;
}

.carousel-navs .owl-controls .owl-nav .owl-prev {
	left: 0;
}

.carousel-navs .owl-controls .owl-nav .owl-prev:before {
	font-family: 'Linearicons-Free';
	content: "\e875";
	font-size: 40px;
}

.carousel-navs .owl-controls .owl-nav .owl-next {
	right: 0;
}

.carousel-navs .owl-controls .owl-nav .owl-next:before {
	font-family: 'Linearicons-Free';
	content: "\e876";
	font-size: 40px;
}

.carousel-navs .owl-dots {
	position: absolute;
	bottom: 20px;
	width: 100%;
}

.carousel-navs .owl-dots .owl-dot span {
	background-color: transparent;
	border: 1px solid #fff;
}

.carousel-navs .owl-dots .owl-dot.active span,
.carousel-navs .owl-dots .owl-dot:hover span {
	background: #ffffff;
}

/**/
.slider-dots .owl-controls {
	margin-top: 0;
}

.slider-dots .owl-controls .owl-dots {
	position: absolute;
	bottom: 30px;
	width: 100%;
}

.slider-dots .owl-controls .owl-dots .owl-dot span {
	height: 11px;
	width: 11px;
	border-radius: 50%;
	background-color: #ffffff;
	border: 2px solid rgba(0, 0, 0, 0.6);
	margin: 0 4px;
}

.slider-dots .owl-controls .owl-dots .owl-dot.active span {
	-moz-box-shadow: 0 0 0 2px #3d3c3c;
	-webkit-box-shadow: 0 0 0 2px #3d3c3c;
	box-shadow: 0 0 0 2px #ffffff;
}

.slider-navs .owl-controls .owl-nav [class*=owl-] {
	position: absolute;
	top: 50%;
	height: 60px;
	width: 60px;
	line-height: 60px;
	margin-top: -30px;
	color: #ffffff;
	font-size: 0;
	font-weight: 400;
	background-color: rgba(27, 26, 26, 0.5);
	text-align: center;
	padding: 0;
	border-radius: 0;
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}

.slider-navs .owl-controls .owl-nav [class*=owl-]:hover {
	color: #999999;
	background-color: #ffffff;
}

.slider-navs .owl-controls .owl-nav .owl-prev {
	left: 30px;
}

.slider-navs .owl-controls .owl-nav .owl-prev:before,
.slider-navs .owl-controls .owl-nav .owl-next:before {
	font-family: fontawesome;
	font-size: 25px;
}

.slider-navs .owl-controls .owl-nav .owl-prev:before {
	content: "\f104";
}

.slider-navs .owl-controls .owl-nav .owl-next {
	right: 30px;
}

.slider-navs .owl-controls .owl-nav .owl-next:before {
	content: "\f105";
}

.slider-navs .owl-dots {
	position: absolute;
	bottom: 20px;
	width: 100%;
}

.slider-navs .owl-dots .owl-dot span {
	background-color: transparent;
	border: 1px solid #fff;
}

.slider-navs .owl-dots .owl-dot.active span,
.slider-navs .owl-dots .owl-dot:hover span {
	background: #ffffff;
}

.slider-navs.slider-shop .owl-controls .owl-dots .owl-dot span {
	background-color: #3d3c3c;
	border: 2px solid #ffffff;
}

.slider-navs.slider-shop .owl-controls .owl-dots .owl-dot.active span {
	-moz-box-shadow: 0 0 0 2px #3d3c3c;
	-webkit-box-shadow: 0 0 0 2px #3d3c3c;
	box-shadow: 0 0 0 2px #3d3c3c;
}

.slider-theme.slider-navs .owl-controls .owl-nav [class*=owl-]:hover {
	color: #222222;
}

.slider-theme.slider-dots .owl-controls .owl-dots .owl-dot span {
	border-color: #bb9356;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {

.carousel-dots .owl-controls {
	margin-top: 20px;
}

.slider-navs .owl-controls .owl-nav .owl-prev {
	left: 0;
}

.slider-navs .owl-controls .owl-nav .owl-next {
	right: 0;
}

.slider-navs .owl-controls .owl-nav .owl-next:before,
 .slider-navs .owl-controls .owl-nav .owl-prev:before {
	font-size: 20px;
}
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {

.slider-navs .owl-controls .owl-nav .owl-next:before,
 .slider-navs .owl-controls .owl-nav .owl-prev:before {
	font-size: 30px;
}
}

/*------------------------------------*\
    #Divider
\*------------------------------------*/
.section-divider {
	padding-top: 297px;
	padding-bottom: 94px;
}

.section-divider2 {
	padding-top: 297px;
	padding-bottom: 275px;
}

.section-divider3 {
	padding-top: 200px;
	padding-bottom: 200px;
}

.divider--line {
	position: relative;
	height: 2px;
}

.divider--line:after {
	position: absolute;
	content: "";
	height: 2px;
	width: 40px;
	background-color: #bb9356;
	bottom: 0;
	left: 0;
	margin: 0 auto;
}

.divider--center:after {
	left: 50%;
	margin-left: -20px;
}

.divider--medium:after {
	width: 70px;
}

.divider--center.divider--medium:after {
	margin-left: -35px;
}

.divider--line.divider--white:after {
	background-color: #ffffff;
}

.divider--line.divider--gray:after {
	background-color: #9b9b9b;
}

.section-bordered {
	border-bottom: 1px solid #f0f0f0;
}

.divider--section {
	border-top: 1px solid #f0f0f0;
	margin-top: 0;
	margin-bottom: 0;
}

/* divider Shape #1 */
.divider--shape-1down {
	width: 124px;
	height: 13px;
	background: url(../images/background/shapes/arrow-down.png) center no-repeat;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -62px;
}

.divider--shape-1down.divider--shape-white {
	background: url(../images/background/shapes/arrow-down-white.png) center no-repeat;
}

.divider--shape-1up {
	width: 124px;
	height: 13px;
	background: url(../images/background/shapes/arrow-up.png) center no-repeat;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -62px;
}

/* divider Shape #2 */
.divider--shape-2up {
	width: 100%;
	height: 28px;
	background: url(../images/background/shapes/shape-2up.png) center repeat-x;
	position: absolute;
	left: 0;
	top: 0;
}

.divider--shape-2down {
	width: 100%;
	height: 28px;
	background: url(../images/background/shapes/shape-2down.png) center repeat-x;
	position: absolute;
	bottom: 0;
	left: 0;
}

/* divider Shape #3 */
.divider--shape-3up {
	width: 100%;
	height: 9px;
	background: url(../images/background/shapes/shape-3up.png) center repeat-x;
	position: absolute;
	top: 0;
	left: 0;
}

.divider--shape-3down {
	width: 100%;
	height: 9px;
	background: url(../images/background/shapes/shape-3down.png) center repeat-x;
	position: absolute;
	bottom: 0;
	left: 0;
}

/* divider Shape #4 */
.divider--shape-4up {
	width: 100%;
	height: 4px;
	background: url(../images/background/shapes/shape-4up.png) center repeat-x;
	position: absolute;
	top: 0;
	left: 0;
}

.divider--shape-4down {
	width: 100%;
	height: 4px;
	background: url(../images/background/shapes/shape-4down.png) center repeat-x;
	position: absolute;
	bottom: 0;
	left: 0;
}

/* divider Shape #5 */
.divider--shape-5up {
	width: 100%;
	height: 12px;
	background: url(../images/background/shapes/shape-5up.png) center repeat-x;
	position: absolute;
	top: 0;
	left: 0;
}

.divider--shape-5down {
	width: 100%;
	height: 12px;
	background: url(../images/background/shapes/shape-5down.png) center repeat-x;
	position: absolute;
	bottom: 0;
	left: 0;
}

/* divider Shape #6 */
.divider--shape-6up {
	width: 122px;
	height: 24px;
	background: url(../images/background/shapes/shape-6up.png) center repeat-x;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -61px;
}

.divider--shape-6down {
	width: 122px;
	height: 24px;
	background: url(../images/background/shapes/shape-6down.png) center repeat-x;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -61px;
}

/* divider Shape #10 */
.divider--shape-4 {
	width: 100%;
	height: 16px;
	background: url(shape-4.png) center no-repeat;
	margin-bottom: 25px;
	margin-top: 22px;
}

.divider--shape-5 {
	width: 100%;
	height: 10px;
	background: url(../images/background/shapes/shape-5.png) center no-repeat;
	margin-bottom: 25px;
	margin-top: 20px;
}

/* divider Shape #11 */
.divider--shape-theme {
	width: 92px;
	height: 20px;
	background: url(../images/background/shapes/arrow-up-theme.png) center no-repeat;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -46px;
}

/* divider Shape #11*/
.divider--shape-11 {
	width: 100%;
	height: 16px;
	background: url(../images/background/shapes/shape-11.png) center no-repeat;
}

/* divider Shape #12*/
.divider--shape-12 {
	width: 100%;
	height: 16px;
	background: url(../images/background/shapes/shape-9.png) center no-repeat;
	margin-bottom: 25px;
	margin-top: 22px;
}

/**/
.divider--shape-dark {
	width: 124px;
	height: 13px;
	background: url(../images/background/shapes/arrow-down-dark.png) center no-repeat;
	position: absolute;
	top: -13px;
	left: 50%;
	margin-left: -62px;
}

.divider--shape-dark2 {
	width: 108px;
	height: 28px;
	background: url(../images/background/shapes/arrow-down-dark2.png) center no-repeat;
	position: absolute;
	top: -22px;
	left: 50%;
	margin-left: -54px;
}

/**/
.divider--shape-10up {
	width: 124px;
	height: 13px;
	background: url(../images/background/shapes/shape-10up.png) center no-repeat;
	position: absolute;
	top: -13px;
	left: 50%;
	margin-left: -62px;
}

.divider--shape-10down {
	width: 124px;
	height: 13px;
	background: url(../images/background/shapes/shape-10down.png) center no-repeat;
	position: absolute;
	bottom: -13px;
	left: 50%;
	margin-left: -62px;
}

.divider--shape-10uptheme {
	width: 92px;
	height: 20px;
	background: url(../images/background/shapes/arrow-up-theme.png) center no-repeat;
	position: absolute;
	top: -20px;
	left: 50%;
	margin-left: -46px;
}

/* divider Shape #13 */
.divider--shape-13 {
	width: 100%;
	height: 16px;
	background: url(../images/background/shapes/shape-13.png) center no-repeat;
	margin-bottom: 25px;
	margin-top: 20px;
}

/* divider Shape #14 */
.divider--shape-14up {
	width: 92px;
	height: 20px;
	background: url(../images/background/shapes/shape-14up.png) center no-repeat;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -46px;
}

.divider--shape-14down {
	width: 92px;
	height: 20px;
	background: url(../images/background/shapes/shape-14down.png) center no-repeat;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -46px;
}

/* divider Shape #14 */
.divider--shape-left {
	width: 13px;
	height: 124px;
	background: url(shape-left.png) center no-repeat;
	position: absolute;
	top: 30%;
	left: 0;
	margin-top: -62px;
}

.divider--shape-right {
	width: 13px;
	height: 124px;
	background: url(shape-right.png) center no-repeat;
	position: absolute;
	top: 30%;
	right: 0;
	margin-top: -62px;
}

.divider--shape-header {
	width: 100%;
	height: 9px;
	background: url(../images/background/shapes/shape-header.png) center repeat-x;
	position: absolute;
	left: 0;
	bottom: -9px;
}

/*------------------------------------*\
    #Number Process
\*------------------------------------*/
.number-panel {
	position: relative;
}

.number-panel .number--img {
	margin-bottom: 30px;
}

.number-panel .number--img img {
	max-width: 100%;
	height: auto;
}

.number-panel .number--content h6 {
	color: #bb9356;
	font-family: 'Ruthie', cursive;
	font-size: 13px;
	font-style: italic;
	line-height: 1;
	margin-bottom: 14px;
	position: relative;
	z-index: 2;
}

.number-panel .number--content h3 {
	font-size: 18px;
	font-weight: 600;
	line-height: 1;
	color: #282828;
	margin-bottom: 21px;
}

.number-panel .number--content p {
	color: #9b9b9b;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 0;
}

.number-panel .number--content a {
	color: #bb9356;
	font-size: 13px;
	font-weight: 600;
	line-height: 1;
	padding-bottom: 4px;
	text-transform: uppercase;
	position: relative;
	margin-top: 26px;
	display: inline-block;
}

.number-panel .number--content a:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 22px;
	height: 2px;
	background-color: #bb9356;
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}

.number-panel:hover .number--content a:after {
	width: 100%;
}

.number-panel .num {
	position: absolute;
	left: 0;
	top: -32px;
	color: #efefef;
	font-size: 65px;
	font-weight: 600;
	line-height: 1;
}

/* Number #1 */
.number-1 .number-panel .number--content h3 span {
	color: #bb9356;
	position: relative;
	padding-bottom: 3px;
}

.number-1 .number-panel .number--content h3 span:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background-color: #dd543d;
}

/* Number #2 */
.number-2 .number-panel .number--content h3 {
	margin-bottom: 15px;
}

/* Number #3 */
.number-3 .number-panel .num {
	left: auto;
	right: 0;
	top: -5px;
}

/* Number White */
.number-white .number-panel {
	padding: 76px 50px 57px 50px;
}

.number-white .number-panel .number--content h6 {
	color: #f9f9f9;
}

.number-white .number-panel .number--content h3 {
	color: #ffffff;
	position: relative;
	padding-bottom: 16px;
}

.number-white .number-panel .number--content h3:before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 30px;
	height: 2px;
	background-color: #ffffff;
}

.number-white .number-panel .number--content p {
	color: #ffffff;
}

.number-white .number-panel .number--content a {
	color: #ffffff;
}

.number-white .number-panel .number--content a:after {
	background-color: #ffffff;
}

.number-white .number-panel .num {
	position: absolute;
	left: 49px;
	top: 31px;
	color: rgba(239, 239, 239, 0.05);
	font-size: 65px;
	font-weight: 700;
	line-height: 1;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {

.number-panel {
	margin-bottom: 30px;
}
}

/* Small Devices, Tablets */
/*------------------------------------*\
    #Side Nav
\*------------------------------------*/
/* Header Fixed Left */
.header-fixed-side {
	width: 270px;
	position: fixed;
	border-radius: 0;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #ffffff;
	webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-align: center;
}

.header-fixed-side .header--panel {
	width: 100%;
	height: 100%;
}

.header-fixed-side .navbar-header {
	float: none;
}

.header-fixed-side .header--panel-logo {
	width: 100%;
	display: block;
	text-align: center;
	padding: 30px 30px 30px 0;
	margin-bottom: 80px;
}

.header-fixed-side .header--panel .navbar-nav {
	margin-bottom: 0;
	padding: 30px;
	margin: 0;
	float: none;
}

.header-fixed-side .header--panel .navbar-nav > li {
	margin-right: 0;
	float: none;
	text-align: left;
	border-bottom: 1px solid rgba(51, 51, 51, 0.07);
}

.header-fixed-side .header--panel .navbar-nav > li:last-child {
	border-bottom: none;
}

.header-fixed-side .navbar-nav a {
	font-size: 13px;
	font-weight: 800;
	font-family: 'Poppins', sans-serif;
	line-height: 39px;
	text-transform: uppercase;
	color: #333333;
	margin-bottom: 0;
	position: relative;
}

.header-fixed-side .header--panel .navbar-nav li:last-child a {
	margin-bottom: 0;
}

.header-fixed-side .header--panel .navbar-nav a:hover {
	color: #bb9356;
}

.header--panel-footer {
	position: absolute;
	bottom: 30px;
	width: 100%;
	padding-left: 45px;
}

.header-fixed-side .header--panel .header--panel-social {
	margin-bottom: 40px;
}

.header-fixed-side .header--panel .header--panel-social a {
	line-height: 24px;
	font-size: 14px;
	font-weight: 400;
	color: #333333;
	text-align: left;
	display: inline-block;
	margin-right: 24px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	float: left;
}

.header-fixed-side .header--panel .header--panel-social a:last-of-type {
	margin-right: 0;
}

.header-fixed-side .header--panel .header--panel-social a.share-facebook:hover {
	color: #3B5998;
}

.header-fixed-side .header--panel .header--panel-social a.share-twitter:hover {
	color: #00ACEE;
}

.header-fixed-side .header--panel .header--panel-social a.share-instagram:hover {
	color: #9b6954;
}

.header-fixed-side .header--panel .header--panel-social a.share-linkedin:hover {
	color: #0E76A8;
}

.header-fixed-side .header--panel .header--panel-copyright {
	text-align: left;
	font-size: 13px;
	font-weight: 400;
	color: #9b9b9b;
}

.side-header .wrapper {
	margin: 0 0 0 270px !important;
	width: auto !important;
}

.side-header .wrapper .container {
	width: auto !important;
}

/* Header Fixed White */
.header-fixed-white .navbar-nav a,
.header-fixed-white .header--panel .header--panel-social a,
.header-fixed-white .header--panel .header--panel-copyright {
	color: #ffffff;
}

.header-fixed-white .header--panel .navbar-nav > li {
	border-bottom-color: rgba(255, 255, 255, 0.15) !important;
}

.header-fixed-white .navbar-nav a:hover,
.header-fixed-white .header--panel .header--panel-social a:hover {
	color: #222222 !important;
}

.header-fixed-white.bg-dark .navbar-nav a:hover,
.header-fixed-white.bg-dark .header--panel .header--panel-social a:hover {
	color: #bb9356 !important;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 991px) {

.header-fixed-side {
	width: 100%;
	position: relative;
}

.side-header .wrapper {
	margin: 0 !important;
}

.header-fixed-side .header--panel-logo {
	padding: 0 0 0 15px;
	margin-bottom: 0;
	float: left;
	width: auto;
}

.header--panel-footer {
	display: none;
}

.header-fixed-side .container > .navbar-collapse {
	margin-left: 0;
	background-color: #ffffff;
	border-top: 1px solid #f7f7f7;
}

.header-fixed-side .header--panel .header--panel-social a {
	color: #646464;
}

.header-fixed-side .navbar-nav a {
	color: #333333 !important;
}

.header-fixed-side .header--panel .navbar-nav a:hover {
	color: #bb9356 !important;
}
}

/*------------------------------------*\
    #Landing Page / Promo Page
\*------------------------------------*/
.landing-hero {
	height: 100vh;
	padding-top: 200px;
}

.landing-hero h6 {
	color: #bb9356;
	font-family: 'Ruthie', cursive;
	font-size: 45px;
	font-weight: 400;
	letter-spacing: 0.54px;
	margin-bottom: 5px;
}

.landing-hero h1 {
	font-family: 'Abril Fatface', cursive;
	font-size: 85px;
	font-weight: 400;
	line-height: 90px;
	font-style: italic;
	letter-spacing: 1.35px;
	margin-bottom: 50px;
}

.landing-hero p {
	font-family: 'Poppins', sans-serif;
	color: #f9f9f9;
	font-size: 17px;
	font-weight: 700;
	line-height: 27px;
	padding: 0 30px;
}

.landing-demos .portfolio-filter li a {
	font-weight: 700;
	margin-right: 20px;
}

.landing-demos .portfolio-item {
	margin-bottom: 50px;
}

.landing-demos .portfolio-title h4 {
	font-family: 'Poppins', sans-serif;
	color: #222222;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 0;
}

.landing-demos .portfolio-title:hover h4 {
	color: #bb9356;
}

.landing-demos .portfolio-img {
	-moz-box-shadow: 0 0 36px 4px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 36px 4px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 36px 4px rgba(0, 0, 0, 0.1);
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
	height: 400px;
	overflow: hidden;
	margin: 0 auto;
	text-align: center;
}
.landing-demos .portfolio-item:hover .portfolio-img {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transform: translateY(-6px);
}
.landing-demos .portfolio-img img {
	max-width: 100%;
	height: auto;
}

.landing-demos .portfolio-bio {
	padding-top: 23px;
}

.landing-banner .panel--logos li {
	width: 100px;
	height: 100px;
	box-shadow: 0 0 59px 1px rgba(0, 0, 0, 0.12);
	background-color: #ffffff;
	padding: 18px;
	margin-right: 30px;
}

.landing-banner .panel--logos li:last-child {
	margin-right: 0;
}

.landing-banner .panel--logos li img {
	max-width: 100%;
	height: auto;
}

/* Landing Action*/
.landing-action {
	padding-top: 190px;
	padding-bottom: 190px;
}

.landing-action img {
	margin-bottom: 50px;
}

.landing-action h2 {
	font-size: 85px;
	font-weight: 400;
	line-height: 95px;
	letter-spacing: 1.35px;
	font-family: 'Abril Fatface', cursive;
}

.landing-action p {
	color: #f9f9f9;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {

.landing-hero {
	padding-top: 100px;
}

.landing-hero h6 {
	font-size: 25px;
}

.landing-hero h1,
 .landing-action h2 {
	font-size: 35px;
	line-height: 40px;
}

.landing-demos .portfolio-img {
	height: auto;
}

.landing-action {
	padding: 90px 0;
}
}

/* Small Devices, Tablets */
/*------------------------------------*\
    #Daily menu
\*------------------------------------*/
.menu .dishes-wrapper {
	box-shadow: 0px 1px 73px 0px rgba(40, 40, 40, 0.1);
	overflow: hidden;
}

.menu .dish-panel {
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
}

.menu .dish-panel .dish--price {
	font-size: 15px;
	font-weight: 600;
	line-height: 29px;
	color: #bb9356;
}

.menu .dish-panel .dish--title {
	font-size: 16px;
	font-weight: 600;
	line-height: 29px;
	color: #333333;
	margin-bottom: 0;
}

.menu .dish-panel .dish--desc {
	font-size: 13px;
	font-weight: 400;
	line-height: 23px;
	margin-bottom: 0;
	margin-top:8px;
}

.menu .dish-panel .dish--tag {
	position: absolute;
	top: 20px;
	left: 20px;
	padding: 3px 6px;
	background-color: #bb9356;
	color: #ffffff;
	font-weight: 700;
	font-size: 13px;
	border-radius: 3px;
	text-transform: uppercase;
}

/* Menu Simple */
.menu-simple .dish-panel {
	margin-bottom: 50px;
	position: relative;
}

.menu-simple .dish-panel .dish--img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	height: 100px;
	overflow: hidden;
}

.menu-simple .dish-panel .dish--img img {
	max-width: 100px;
}

.menu-simple .dish-panel .dish--content {
	padding-left: 130px;
}

.menu-simple .dish-panel .dish--content-bio {
	border-bottom: 1px dashed #d8d8d8;
	padding-bottom: 10px;
	margin-bottom: 14px;
}

.menu-simple .dish-panel .dish--price {
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	font-weight: 600;
	line-height: 29px;
	color: #bb9356;
	text-align: right;
}

.menu-simple .dish-panel .dish--title {
	font-size: 17px;
	font-weight: 600;
	line-height: 29px;
	color: #333333;
	margin-bottom: 0;
	float: left;
}

.menu-simple .dish-panel .dish--desc {
	font-size: 13px;
	font-weight: 400;
	line-height: 23px;
	margin-bottom: 0;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {

.menu-simple .dish-panel {
	max-width: 300px;
	margin-right: auto;
	margin-left: auto;
}

.menu-simple .dish-panel .dish--img {
	position: relative;
	margin: 0 auto 20px auto;
}

.menu-simple .dish-panel .dish--content {
	padding-left: 0;
}

.menu-simple .dish-panel .dish--price {
	text-align: center;
}

.menu-simple .dish-panel .dish--title {
	float: none;
	text-align: center;
}

.menu-simple .dish-panel .dish--desc {
	text-align: center;
}
}

/* Small Devices, Tablets */
@media only screen and (min-width: 992px) and (max-width: 1200px) {

.menu-simple .dish-panel .dish--title {
	float: none;
	font-size: 13px;
}

.menu-simple .dish-panel .dish--price {
	text-align: left;
}
}

/* Menu Classic */
.menu-classic .dish-panel {
	padding-bottom: 16px;
	border-bottom: 1px dashed #d8d8d8;
}

.menu-classic .dish-panel:last-child {
	padding-bottom: 0;
	border-bottom: none;
	margin-bottom: 0;
}

.menu-classic .dish-panel .dish--price {
	text-align: right;
}

.menu-classic .dish-panel .dish--title {
	float: left;
}

.menu-classic .dish-container .dish--img {
	margin-bottom: 32px;
}

.menu-classic .dish-container .dish--img img {
	max-width: 100%;
	height: auto;
}

/* Menu Gallery */
.menu-gallery .dish-panel {
	margin-bottom: 45px;
}

.menu-gallery .dish-panel .dish--img {
	margin-bottom: 20px;
	position: relative;
}

.menu-gallery .dish-panel .dish--content {
	position: relative;
}

.menu-gallery .dish-panel .dish--title {
	float: left;
}

.menu-gallery .dish-panel .dish--price {
	text-align: right;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {

.menu-gallery .dish-panel {
	max-width: 370px;
	margin-right: auto;
	margin-left: auto;
}
}

/* Small Devices, Tablets */
/* Menu Grid */
.menu-grid {
	position: relative;
}

.menu-grid .dishes-bg {
	content: "";
	position: absolute;
	top: 110px;
	left: 0;
	height: 950px;
	width: 100%;
	z-index: 0;
}

.menu-grid .dish-panel {
	background-color: #ffffff;
	overflow: hidden;
	text-align: center;
	margin-bottom: 0;
}

.menu-grid .dish-panel .dish--content {
	padding: 30px 15px;
	margin: 10px;
	border: 1px dashed #cdaf80;
	height: 272px;
}

.menu-grid .dish--img {
	height: 292px;
	margin-bottom: 0;
	overflow: hidden;
	position: relative;
}

.menu-grid .dish--img img {
	width: 100%;
	height: 100%;
}

.menu-grid .dish-panel .dish--title {
	font-size: 18px;
}

.menu-grid .dish-panel .dish--price {
	margin-bottom: 10px;
	font-size: 18px;
	position: relative;
}

.menu-grid .divider--shape-4 {
	margin-top: 15px;
	margin-bottom: 15px;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {

.menu-grid .pl-0 {
	padding-left: 15px !important;
}

.menu-grid .pr-0 {
	padding-right: 15px !important;
}

.menu-grid .p-0 {
	padding-left: 15px !important;
	padding-right: 15px;
}

.menu-grid .dishes-bg {
	display: none;
}

.menu-grid .dish-panel .dish--content {
	padding: 40px;
	height: auto;
}

.menu-grid .dish-panel .dish--title {
	font-size: 19px;
}

.menu-grid .dish-panel .dish--desc {
	font-size: 13px;
}

.menu-grid .dish--img {
	height: auto;
}

.menu-grid .dishes-wrapper {
	box-shadow: none;
}

.menu-grid .dish--img img,
 .menu-grid .dish--img,
 .menu-grid .dish-panel .dish--content {
	max-width: 290px;
	margin-right: auto;
	margin-left: auto;
}
}

@media only screen and (min-width: 600px) and (max-width: 767px) {

.menu-grid .dishes-bg {
	display: none;
}

.menu-grid .dish-panel .dish--content {
	padding: 20px;
}

.menu-grid .dish-panel {
	min-height: 600px;
}
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {

.menu-grid .dishes-bg {
	display: none;
}

.menu-grid .dish-panel .dish--content {
	height: auto;
}

.menu-grid .dish--img img,
 .menu-grid .dish--img,
 .menu-grid .dish-panel .dish--content {
	max-width: 290px;
	margin-right: auto;
	margin-left: auto;
}

.menu-grid .dish-panel {
	min-height: 600px;
}
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

.menu-grid .dish-panel .dish--content {
	padding: 5px;
}
}

/* Menu #Board */
.menu-board .dish-panel > [class*="col-"] {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.menu-board .dish-panel {
	overflow: hidden;
	text-align: center;
	height: 250px;
	margin-bottom: 0;
}

.menu-board .dish-panel .dish--content {
	padding: 30px 15px;
	margin: 0px;
	border: 1px solid #222222;
	height: 233px;
	position: relative;
	margin-top: 0px;
}

.menu-board .dish-panel .dish--img {
	height: 390px;
	margin-bottom: 0;
	overflow: hidden;
	position: relative;
}

.menu-board .dish-panel .dish--title {
	font-size: 14px;
	font-weight: 300;
	color:#fff;
}

.menu-board .dish-panel .dish--price {
	position: relative;
}

.menu-board .dish-panel .dish--price {
	font-size: 15px;
	font-weight: 600;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {

.menu-board .dish-panel,
 .menu-board .dish-panel .dish--content {
	height: auto;
}

.menu-board .dish-panel .dish--img,
 .menu-board .dish-panel .dish--content {
	max-width: 390px;
	margin-right: auto;
	margin-left: auto;
}
}

/* Small Devices, Tablets */
@media only screen and (min-width: 992px) and (max-width: 1200px) {

.menu-board .dish-panel .dish--content {
	padding: 40px 5px;
}

.menu-board .dish-panel .dish--content .divider--shape-4 {
	margin-bottom: 10px;
	margin-top: 10px;
}
}

/* Menu #3 */
.menu-3 .dish-panel {
	margin-bottom: 40px;
}

.menu-3 .dish--content {
	padding-left: 200px;
}

.menu-3 .dish--img {
	margin-bottom: 0;
	position: absolute;
	top: 0;
	left: 0;
}

.menu-3 .dish-panel .dish--title {
	margin-bottom: 6px;
}

.menu-3 .dish-panel .dish--desc {
	margin-bottom: 5px;
}

.menu-3 .dish-panel .dish--price {
	position: relative;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {

.menu-3 .dish--img {
	margin-bottom: 20px;
	position: relative;
	top: 0;
	left: 0;
}

.menu-3 .dish--content {
	padding-left: 0;
}
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {

.menu-3 .dish--content {
	padding-left: 180px;
}
}

/* Menu #4 */
.menu-4 .dish-panel {
	margin-bottom: 0;
}

.menu-4 .dish-panel .dish--img {
	margin-bottom: 20px;
}

.menu-4 .dish-panel .dish--content {
	position: relative;
	margin-bottom: 32px;
}

/* Menu #8*/
.menu-8 .dish-panel {
	margin-bottom: 15px;
}

.menu-8 .dish-panel .dish--content {
	padding: 0;
}

.menu-8 .dish-panel .dish--price {
	position: relative;
}

.menu-8 .dish-panel .dish--title {
	font-family: 'Poppins', sans-serif;
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 10px;
}

.menu-8 .dish-panel .dish--img {
	margin-bottom: 18px;
}

/* Menu #9*/
.menu-9 .row {
	margin-right: 0;
	margin-left: 0;
}

.menu-9 [class*="col-"] {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.menu-9 .dish-panel {
	margin-bottom: 0;
	position: relative;
}

.menu-9 .dish-panel .dish--content {
	position: absolute;
	bottom: 28px;
	left: 0;
	width: 100%;
	text-align: center;
}

.menu-9 .dish-panel .dish--title {
	color: #ffffff;
	font-size: 45px;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
	position: relative;
	margin-bottom: 15px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	transition: all .3s linear;
}

.menu-9 .dish-panel:hover .dish--title {
	margin-bottom: 30px;
}

.menu-9 .dish-panel .dish--price {
	font-size: 16px;
	position: relative;
}

.menu-9 .btn {
	width: 270px;
}

/*------------------------------------*\
    #Dishes
\*------------------------------------*/
.specials .dishes-wrapper {
	background-color: #ffffff;
	border-radius: 2px;
	-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.26);
	-moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.26);
	-ms-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.26);
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.26);
	padding: 10px;
}

.specials .dishes-wrapper .dishes-bordered {
	border: 1px dashed #cdaf80;
	padding: 70px 70px 20px 70px;
}

/* Specials #2*/
.specials-2 .dish-panel .dish--img {
	border-radius: 50%;
}

/* Specials #3*/
.specials .dish-panel-right {
	text-align: right;
}

.specials .dish-panel-right .dish--img {
	right: 0;
	left: auto;
}

.specials .dish-panel-right .dish--content {
	padding-right: 130px;
	padding-left: 0;
}

.specials .dish-panel-right .dish--title {
	float: right;
}

.specials .dish-panel-right .dish--price {
	text-align: left;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {

.specials .dish-panel-right .dish--content {
	padding-right: 0;
}

.specials .dish-panel-right .dish--title {
	float: none;
}

.specials .dish-panel-right .dish--price {
	text-align: center;
}
}

/* Small Devices, Tablets */
@media only screen and (min-width: 992px) and (max-width: 1200px) {

.specials .dish-panel-right .dish--title {
	float: none;
}

.specials .dish-panel-right .dish--price {
	text-align: right;
}
}

/* Specials #5*/
.specials-5 .dish-panel .dish--content {
	padding-right: 0;
	padding-left: 0;
}

.specials-5 .specials--img {
	position: relative;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 1200px) {

.specials-5 img {
	margin: 0 auto 40px auto;
	display: block;
}
}

/* Small Devices, Tablets */
@media only screen and (min-width: 992px) and (max-width: 1200px) {

.specials-5 img {
	max-width: 100%;
}
}

/* Dish Overlay */
.dish-panel .dish--img .dish--overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 5px 0;
	cursor: pointer;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	transition: all .3s linear;
}

.dish-panel .dish--img .dish--overlay:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	transform: scale(0);
	background-color: rgba(0, 0, 0, 0.5);
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	transition: all .3s linear;
}

.dish-panel .dish--img .dish--overlay:hover:before {
	transform: scale(1);
}

.dish-panel .dish--img .dish--overlay .dish-popup {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	transition: all .3s linear;
	transform: scale(0);
}

.dish-panel:hover .dish--img .dish--overlay .dish-popup {
	transform: scale(1);
}

.dish-popup i {
	color: #ffffff;
	text-align: center;
	font-size: 22px;
	position: absolute;
	top: 30%;;
	transform: translate(0px, -50%);
	left: 0;
	right: 0;
}

#dishPopup .modal-body {
	padding: 0;
}

#dishPopup .modal-body .img-popup {
	position: relative;
}

#dishPopup .modal-body .img-popup img {
	max-height: 400px;
}

#dishPopup .modal-body .img-popup .img-popup-overlay {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	padding: 50px;
	text-align: center;
}

#dishPopup .modal-body .img-popup .img-popup-overlay .popup--price {
	font-family: 'Poppins', sans-serif;
	font-size: 25px;
	font-weight: 400;
	line-height: 1;
	color: #bb9356;
	margin-bottom: 18px;
}

#dishPopup .modal-body .img-popup .img-popup-overlay h3 {
	font-family: 'Ruthie', cursive;
	font-size: 34px;
	font-weight: 400;
	line-height: 1;
	color: #ffffff;
	margin-bottom: 0;
}

#dishPopup .modal-body .content-popup {
	padding: 50px 60px;
}

#dishPopup .modal-body .content-popup p {
	font-size: 14px;
	font-weight: 400;
	line-height: 23px;
	margin-bottom: 0;
	text-align: center;
}

/* PopUP Modal */
.modal-body {
	padding: 0;
}

.modal-body .popup--img {
	position: relative;
}

.modal-body .popup--img:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	opacity: 0.97;
	background-color: rgba(0, 0, 0, 0);
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000));
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), #000);
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), #000);
	background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), #000);
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), #000);
	background-image: linear-gradient(top, rgba(0, 0, 0, 0), #000);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(0, 0, 0, 0)', endColorStr='#000');
}

.modal-body .popup--img img {
	max-height: 400px;
	width: 100%;
}

.modal-body .popup--img .img-popup-overlay {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	padding: 50px;
	text-align: center;
	z-index: 2;
}

.modal-body .popup--img .img-popup-overlay .popup--price {
	font-family: 'Poppins', sans-serif;
	font-size: 25px;
	font-weight: 400;
	line-height: 1;
	color: #bb9356;
	margin-bottom: 18px;
}

.modal-body .popup--img .img-popup-overlay h3 {
	font-size: 18px;
	font-weight: 400;
	line-height: 1;
	color: #ffffff;
	margin-bottom: 0;
}

.modal-body .content-popup {
	padding: 50px 60px;
}

.modal-body .content-popup p {
	font-size: 14px;
	font-weight: 400;
	line-height: 23px;
	margin-bottom: 0;
	text-align: center;
	color: #222222;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {

.specials .dishes-wrapper .dishes-bordered {
	padding: 10px;
}

.menu-classic .dish-panel {
	max-width: 450px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}

.menu-classic .dish-panel:last-child {
	padding-bottom: 16px;
	border-bottom: 1px dashed #d8d8d8;
	margin-bottom: 30px;
}

.menu-classic .dish-container {
	margin-bottom: 30px;
}

.menu-classic .dish-container:last-of-type {
	margin-bottom: 0;
}
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {

.menu-classic .dish-panel:last-child {
	margin-bottom: 30px;
}

.menu-classic .dish-panel {
	max-width: 550px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

.specials .dishes-wrapper .dishes-bordered {
	padding: 70px 40px 20px 40px;
}
}

/*------------------------------------*\
    #Banners
\*------------------------------------*/
.banner .banner-panel .banner--img {
	margin-bottom: 28px;
	position: relative;
}

.banner .banner-panel .banner--content {
	padding: 0 10px;
}

.banner .banner-panel .banner--content h3 {
	color: #bb9356;
	font-size: 30px;
	font-family: 'Ruthie', cursive;
	font-weight: 400;
	margin-bottom: 15px;
}

.banner .banner-panel .banner--content h4 {
	font-family: 'Abril Fatface', cursive;
	font-size: 25px;
	font-weight: 400;
	margin-bottom: 20px;
}

.banner .banner-panel .banner--content p {
	font-size: 13px;
}

.banner .btn--link {
	font-size: 20px;
	font-weight: 400;
	color: #bb9356;
	font-family: 'Poppins', sans-serif;
	text-transform: none;
	margin-right: 30px;
}

/* Banner #2 */
.banner-2 .banner-img,
.banner-1 .banner--img {
	position: relative;
}

.banner-2 .banner-img img,
.banner-1 .banner--img img {
	max-width: 100%;
	height: auto;
	position: relative;
}

.banner-2 .banner-img:after,
.banner-1 .banner--img:after {
	position: absolute;
	content: "";
	top: 10px;
	left: 10px;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	border: 1px dashed #bb9356;
	opacity: 0.45;
	z-index: 1;
}

/* Banner #5 */
.banner-5 .banner--desc {
	color: #333333;
	font-family: 'Ruthie', cursive;
	font-size: 40px;
	font-weight: 400;
	line-height: 42px;
	padding: 0 15px;
	margin-bottom: 55px;
}

.history-panel h6 {
	color: #bb9356;
	font-family: 'Ruthie', cursive;
	font-size: 35px;
	font-weight: 400;
	line-height: 29px;
	margin-bottom: 15px;
}

.history-panel h3 {
	font-size: 28px;
	font-weight: 400;
	line-height: 29px;
	margin-bottom: 0;
}

.history-panel .divider--shape-13 {
	margin-top: 15px;
	margin-bottom: 15px;
}

.history-panel p {
	font-size: 14px;
	font-weight: 400;
	line-height: 23px;
	margin-bottom: 0;
}

/* Banner #6 */
.banner-6 .panel--logos li {
	padding-right: 15px;
	padding-left: 15px;
}

.banner-6 .panel--heading {
	font-size: 47px;
	font-family: 'Ruthie', cursive;
	color: #333333;
	font-weight: 400;
	line-height: 40px;
	margin-bottom: 39px;
}

.banner-6 .panel--details {
	padding: 0;
	margin-bottom: 0;
}

.banner-6 .panel--details li {
	font-size: 13px;
	line-height: 30px;
	list-style: none;
	position: relative;
	padding-left: 20px;
	color: #9b9b9b;
}

.banner-6 .panel--details li::before {
	content: "•";
	color: #222222;
	font-size: 27px;
	position: absolute;
	left: 0;
}

.banner-6 .panel--details.text-right li {
	padding-right: 20px;
	padding-left: 0;
}

.banner-6 .panel--details.text-right li::before {
	right: 0;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {

.banner .banner-img img {
	max-width: 100%;
}

.banner .banner-panel .banner--content h4 {
	font-size: 22px;
	line-height: 30px;
}

.banner-6 .panel--heading {
	font-size: 36px;
}

.banner-6 .panel--logos li {
	margin-bottom: 20px;
}

.banner-1 .banner-panel .banner--img {
	max-width: 370px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}

.banner-2 .banner-img {
	margin-top: 30px;
}

.banner-2 .banner-img {
	max-width: 270px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}

.banner .banner-panel .banner--content {
	max-width: 400px;
	margin-right: auto;
	margin-left: auto;
}
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {

.banner-6 .panel--details li {
	font-size: 12px;
}

.banner-2 .banner-img {
	max-width: 270px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}

.banner .banner-panel .banner--content {
	max-width: 400px;
	margin-right: auto;
	margin-left: auto;
}

.banner .banner-img img {
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
}
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

.banner-6 .panel--details li {
	font-size: 11px;
}
}

/*------------------------------------*\
    #BOXED LAYOUT
\*------------------------------------*/
.body-boxed {
	background: url(../images/background/patterns/bg-body.jpg);
	background-attachment: fixed;
}

@media only screen and (min-width: 1200px) {

.body-boxed .wrapper {
	width: 1170px;
	margin: auto;
}
}

@media only screen and (max-width: 1200px) {

.body-boxed .wrapper {
	width: auto;
	margin: auto;
	overflow-x: hidden;
}
}

.body-boxed .header-fixed .affix {
	background-color: transparent;
}

.body-boxed .header-fixed .affix .container {
	background-color: #ffffff;
}

.body-boxed .col-content {
	padding: 90px;
}

.body-boxed .header .navbar.navbar-fixed-top .container {
	padding-right: 50px;
	padding-left: 50px;
}

.body-boxed .divider--slider-right {
	right: 0;
	margin-top: 0;
}

.body-boxed .divider--slider-left {
	left: 0;
	margin-top: 0;
}

.body-boxed .rev_slider_wrapper,
.body-boxed .slider .rev_slider {
	height: 600px !important;
}

/* To active Boxed Layout */
/*------------------------------------*\
    #Layout Bordered
\*------------------------------------*/
.body-bordered .bordered--line {
	position: fixed;
	display: block;
	background: #ffffff;
	z-index: 9999;
}

.body-bordered .bordered--line-top,
.body-bordered .bordered--line-bottom {
	height: 20px;
	left: 0;
	right: 0;
}

.body-bordered .bordered--line-right,
.body-bordered .bordered--line-left {
	width: 20px;
	top: 0;
	bottom: 0;
}

.body-bordered .bordered--line-top {
	top: 0;
}

.body-bordered .bordered--line-bottom {
	bottom: 0;
}

.body-bordered .bordered--line-right {
	right: 0;
}

.body-bordered .bordered--line-left {
	left: 0;
}

.body-bordered .navbar-fixed-top {
	top: 20px;
}

.body-bordered .navbar-fixed-top.affix {
	top: 0;
}

/*------------------------------------*\
    #Layout Wide
\*------------------------------------*/
.body-wide .wrapper {
	padding: 0;
}

.body-wide .header .navbar {
	margin: 0;
}

.body-wide .header .navbar.navbar-fixed-top {
	top: 0;
}

.body-wide .divider--slider-right {
	right: 2px;
}

.body-wide .slider .tparrows.tp-rightarrow:before {
	background-image: url(../images/sliders/arrows/right-arrow-wide.png);
	width: 22px;
	right: 5px;
}

.body-wide .divider--slider-left {
	left: 2px;
}

.body-wide .slider .tparrows.tp-leftarrow:before {
	background-image: url(../images/sliders/arrows/left-arrow-wide.png);
	width: 22px;
	left: 8px;
}

/* To active bordered Version */
/*------------------------------------*\
    #Layout Split
\*------------------------------------*/
.nav-split {
	position: fixed;
	top: 50%;
	right: 30px;
	padding: 10px;
	z-index: 99;
	margin-bottom: 0;
	list-style: none;
	background-color: #bb9356;
}

.nav-split li a {
	width: 9px;
	height: 9px;
	border: 2px solid #ffffff;
	background-color: transparent;
	font-size: 0;
	border-radius: 50%;
	display: block;
	margin-bottom: 13px;
}

.nav-split li a:hover,
.nav-split li.active a {
	background-color: #ffffff;
	border-color: #ffffff;
}

.nav-split li:last-child a {
	margin-bottom: 0;
}

.two_outer{ width:100%;}


@media only screen and (max-width: 800px) {

.menu-board .dish-panel .dish--img {
    height: auto;
    margin-bottom: 0;
    overflow: hidden;
    position: relative;
}}