/* This css file is to over write bootstarp css
* ---------------------------------------------------------------------- 
* Theme Name: Foody
* Theme URI: https://jeweltheme.com/
* Author: JewelTheme
* Author URI: https://jeweltheme.com/
* Description: Foody Restaurant HTML Template by JewelTheme
* Version: 1.2.0
* License: GNU General Public License v2 or later
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
* Tags: html, themplate, foody, restaurant  jeweltheme
* ---------------------------------------------------------------------- */


/* 1 - Google Font
------------------------------------------------------------------------*/
@import url(https://fonts.googleapis.com/css?family=BenchNine:700);
@import url(https://fonts.googleapis.com/css?family=Dancing+Script:700);
@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,700);

/* 1 - Google Font End 
------------------------------------------------------------------------*/


/* Preloader
------------------------------------------------------------------------*/
body.preloader-site {
    overflow: hidden;
}

.preloader-wrapper {
    height: 100%;
    width: 100%;
    background: #FFF;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
}

.preloader-wrapper .preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 120px;
}

/* Preloader End
------------------------------------------------------------------------*/


/* 2 - General Styles
------------------------------------------------------------------------*/
html,
body {
	font-family: 'Ubuntu', sans-serif;
	color: #545454;
	font-size: 16px;
	background: #bfbfbf;
}
.container {
	background: #9bce5b;
}

.left-sidebar { 
	width: 25.64%;
	padding: 0;
	overflow: hidden;
}
.main-container {
	width:74.3604%;
	background: #ffffff;
}
a {
	color:#0d0d0d;
	-webkit-transition: color .25s ease;
	-moz-transition: color .25s ease;
	-ms-transition: color .25s ease;
	-o-transition: color .25s ease;
	transition: color .25s ease;
}
a:focus {
	outline:none;
	outline-offset:0;
	text-decoration: none;
}
a:hover {
	color: #9bce5b;
	text-decoration: none;
}
p {
	color: #545454;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 25px;
	padding-bottom: 10px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
p a:hover {
	border-bottom: 1px dotted #9bce5b;
}
mark {
	background: #9bce5b;
	color:#ffffff;
	padding: 1px 3px;
}
mark.black {
	background: #262626;
}
img {
	max-width: 100%;
	height: auto;
}
iframe,
audio {
	width: 100%;
	height: auto;
	border: none;
}
.next-section {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.carousel-indicators li {
	border-radius: 0;
	background: #ffffff;
}
.carousel-indicators li,
.carousel-indicators .active {
	width: 12px;
	height: 12px;
	margin: 2px;
}
.carousel-indicators .active {
	background: #9bce5b;
	border: none;
} 
.section-padding {
	padding: 40px 60px 0px 60px;
}
span.v-line {
	position: relative;
	display: inline-block;
	margin: 0 10px;
	width: 1px;
	height: 15px;
}
span.v-line:before {
	content: "";
	width: 1px;
	height: 200%;
	background: #cccccc;
	position: absolute;
	left: 0;
	top: -5px;
}
.icon,
.texts {
	display: inline-block;
	height: auto;
}
.alert {
	overflow: hidden;
}
.logo { 
	display: block;
	float: none;
	text-align: center;
	padding: 51px 20px 0 20px;
	height: auto;
	width: 100%;
}
.post-content {
	padding-left: 20px;
	padding-right: 20px;
} 


/* 2.1 - Headings 
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #412114;
	font-weight: 700;
	font-family: 'BenchNine', sans-serif;
	text-transform: uppercase;
	margin: 15px 0;
}
h1 { font-size: 2em; }
h2 { font-size: 1.75em; }
h3 { font-size: 1.5em; }
h4 { font-size: 1.25em; }
h5 { font-size: 1em; }
h6 { font-size: 0.875em; }
/* 2.1 - Headings End
--------------------------------------------- */


/* 2.2 - Block Quote 
--------------------------------------------- */
blockquote {
	border: none;
	position: relative;
}
/* 2.2 - Block Quote 
--------------------------------------------- */


/* 2.3 - Buttons
--------------------------------------------- */
.btn-container {
	text-align: center;
}
.btn {
	color: #262626;
	font-weight: 700;
	font-family: 'BenchNine', sans-serif;
	text-transform: uppercase;
	border-radius: 0;
	margin: 10px;
	position: relative;
	z-index: 0;
}
.btn,
.btn-effect:after {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.btn-effect.btn-bg:hover:after,
.btn-effect:after {
	content: "";
	position: absolute;
	top: -10px;
	left: -10px;
	right: -10px;
	bottom: -10px;
	z-index: -1;
}
.btn-effect.btn-bg:after,
.btn-effect:hover:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.btn-effect,
.btn-effect:hover,
.btn-effect.btn-bg:hover:after {
	background: transparent !important;
}
.btn:focus, 
.btn:active:focus, 
.btn.active:focus {
	outline:0px;
	outline-offset:0px;
	box-shadow:none;
	-webkit-box-shadow:none;
}
.btn-lg {
	font-size: 20px;
	line-height: 68px;
	height: 70px;
	line-height: 68px;
	padding: 0 70px;
}
.btn-md {
	font-size: 17px;
	line-height: 58px;
	height: 60px;
	padding: 0 60px;
}
.btn-sm {
	font-size: 1.25rem;
	line-height: 48px;
	height: 50px;
	padding: 0 50px;
}
.btn-xs {
	font-size: 13px; 
	height: 36px;
	line-height: 34px;
	padding: 0 36px;
}
.btn-orange {
	color: #ffffff;
	background: #9bce5b;
}
.btn-light-green {
	background: #9bce5b;
	color: #ffffff;
} 
/* 2.3.6 - Full Widht */
.full-width.btn {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}
/* 2.3 - Buttons End
--------------------------------------------- */



/* 2.4 - Tabs
--------------------------------------------- */
.tabs-container {
	border:3px solid #f1f2f7;
	margin-bottom: 15px;
}
.nav-tabs {
	border-bottom: none;
	background-color: #f2f2f2;
}
.nav-tabs>li>a {
	color: #262626;
	font-size: 1.125rem;
	font-weight: 800;
	line-height: 50px;
	border-radius: 0;
	border-color: transparent;
	border-right-color: #ffffff;
	margin-right: 0;
	padding: 0 50px;
	height: 50px;
}
.nav-tabs>li:last-child>a {
	border-right-color: transparent;
}
.nav-tabs>li.active>a, 
.nav-tabs>li.active>a:hover, 
.nav-tabs>li.active>a:focus {
	color: #9bce5b;
	border-color: #ffffff;
	position: relative;
}
.nav-tabs>li.active>a:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 3px;
	background-color: #9bce5b;
	top: -4px;
	left: 0;
}
.nav-tabs>li>a:hover {
	border-color: #ffffff;
	background-color: #ffffff;
}
.tab-content {
	padding: 20px;
} 
/* 2.4 - Tabs End
--------------------------------------------- */




/* 2.5 - Form Elements 
---------------------------------------------*/

/* 2.5.1 - Form Control
-------------------------------*/
.form-control{
	min-height: 50px;
	margin: 0 0 20px 0;
	border:1px solid #cccccc;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
} 
textarea.form-control{
	min-height: 120px;
}
.form-control:focus{
	border:1px solid #9bce5b;
}
.form-control,
.form-control:focus {
	border-radius: 0;
	outline-style: none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	-ms-box-shadow:none;
	-o-box-shadow:none;
	box-shadow:none;
}
/* 2.5.1 - Form Control End
-------------------------------*/


/* 2.5 - Form Elements End
---------------------------------------------*/


/* 2.7 - Dropcaps
--------------------------------------------- */
.dropcap {
	line-height: 40px;
	display: inline-block;
	font-weight: 800;
	float: left;
	width: 40px;
	height: 40px;
	margin: 8px 10px 0 0;
}
.dropcap.default {
	font-size: 3.4375em;
	color: #262626;
}
.dropcap.box {
	font-size: 2.45em;
	color: #fff;
	background-color: #9bce5b;
	text-align: center;
}
.dropcap.round {
	font-size: 2.45em;
	color: #fff;
	background-color: #262626;
	border-radius: 100%;
	text-align: center;
}
/* 2.7 - Dropcaps End
--------------------------------------------- */


/* 2.8 - Accordions 
--------------------------------------------- */
.panel-group .panel {
	border-radius: 0;
	border-width: 0px;
	border-color: transparent !important;
}
.panel-default>.panel-heading {
	background-color: transparent;
	min-height: 40px;
	padding: 0;
}
.panel-title {
	text-transform: inherit;
}
.panel-title a {
	color: #ffffff;
	font-size: 1.125rem;
	font-weight: 800;
	line-height: 40px;
	display: inline-block;
	padding: 0 15px;
	background-color: #9bce5b;
	border:1px solid #9bce5b;
	width: 100%;
	position: relative;

	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
.panel-title a.collapsed {
	background-color: transparent;
	border-color: #f1f2f7;
	color: #262626;
}
.panel-title a.collapsed:hover{
	color: #9bce5b;
}
.panel-group .panel-title a:before {
	position: absolute;
	top: 0;
	right: 12px;
	font-family: FontAwesome;	
	content: "\f0d7"; 
	font-size: 20px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.panel-group .panel-title a.collapsed:before {
	position: absolute;
	top: 0;
	right: 12px;
	font-family: FontAwesome;	
	content: "\f0da";
	font-size: 20px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.style-1 .panel-title a:before {
	content: "\f139"!important;
}
.style-1 .panel-title a.collapsed:before {
	content: "\f13a"!important;
}
.style-2 .panel-title a:before {
	content: "\f056"!important;
}
.style-2 .panel-title a.collapsed:before {
	content: "\f055"!important;
}
.style-3 .panel-title a:before {
	content: "\f068"!important;
}
.style-3 .panel-title a.collapsed:before {
	content: "\f067"!important;
}
.panel-body {
	font-size: 0.9375rem;
	line-height: 25px;
	border:2px solid #f1f2f7;
	border-top-color: transparent;
}
/* 2.8 - Accordions End
--------------------------------------------- */



/* 2.9 - Section Title 
--------------------------------------------- */
.section-title-container {
	position: relative;
	text-align: center;
	z-index: 0; 
} 
.section-title-container:before {
	position: absolute;
	content: ""; 
	right: 0;
	top: 50%;
	width: 100%;
	height: 1px;
	border-top: 1px dashed #000000; 
	z-index: -1;
}
.section-title {
	background: #ffffff; 
	color: #412114; 
	font-family: "Dancing Script",sans-serif;
	font-size: 1.5em;
	font-weight: 700;
	text-transform: inherit; 
	padding: 0 10px;
	display: inline-block;	
}

/* 2.9 - Section Headings and Description End
---------------------------------------------*/


/* 2.10 - Owl Slider
---------------------------------------------*/
.owl-controls {
	text-align: center;
	margin-top: 45px;
}
.owl-page {
	background-color: transparent;
	border:1px solid  #9bce5b;
	border-radius: 0;
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: 0 2px;
}
.owl-page.active {
	background-color: #9bce5b;
	border:1px solid  #9bce5b;
}
/* 2.10 - Owl Slider End
---------------------------------------------*/


/* 2.11 - Hexagon
---------------------------------------------*/
.hex {
	position: relative;
	width: 90px;
	height: 54px;
	border-radius: 5px;
	margin: 65px auto 50px auto;
}
.hex:before, 
.hex:after {
	position: absolute;
	width: inherit; height: inherit;
	border-radius: inherit;
	background: inherit;
	content: '';
	margin-left: -1px;
}
.hex ,
.hex:before, 
.hex:after {
	border-left: 2px solid #9bce5b;
	border-right: 2px solid #9bce5b;
	background: #9bce5b;
}
.hex:before {
	-webkit-transform: rotate(60deg);
	-moz-transform: rotate(60deg);
	-ms-transform: rotate(60deg);
	-o-transform: rotate(60deg);
	transform: rotate(60deg);
}
.hex:after {
	-webkit-transform: rotate(-60deg);
	-moz-transform: rotate(-60deg);
	-ms-transform: rotate(-60deg);
	-o-transform: rotate(-60deg);
	transform: rotate(-60deg);
}
.hex.hex-margin {
	margin-bottom: 60px;
}
.hex-icon {
	color: #ffffff;
	font-size: 2.25rem;
	line-height: 50px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
	-webkit-transition: color .25s;
	-moz-transition: color .25s;
	-ms-transition: color .25s;
	-o-transition: color .25s;
	transition: color .25s;
}
/* 2.11 - Hexagon End
---------------------------------------------*/


/* 2.12 - Featured Image link
---------------------------------------------*/
.featured-img{
	position: relative;
	overflow: hidden;
}
.featured-img .img-link {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0; 
}
.featured-img .img-link:hover{
	background: rgba(0,0,0,.3);
}

.featured-img .img-link:after, 
.featured-img .img-link:before {
	content: "";
	width: 100%;
	height: 2px;
	background-color: transparent;
	position: absolute;
	top: 50%;
	left: 0%;
	z-index: 2;
}
.featured-img .img-link:after{
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

.featured-img .img-link:hover:after, 
.featured-img .img-link:hover:before {
	background-color: #ffffff;
	width: 40%;
	left: 30%;
} 
.featured-img img,
.featured-img .img-link,
.featured-img .img-link:after, 
.featured-img .img-link:before{
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.blog .featured-img:hover img,
.home .featured-img:hover img,
.menu-page .featured-img:hover img {
	-webkit-transform: scale(1.1,1.1) rotate(3deg);
	-moz-transform: scale(1.1,1.1) rotate(3deg);
	-ms-transform: scale(1.1,1.1) rotate(3deg);
	-o-transform: scale(1.1,1.1) rotate(3deg);
	transform: scale(1.1,1.1) rotate(3deg);
}

/* 2.12 - Featured Image link End
---------------------------------------------*/ 

/* 2 - General styles End
---------------------------------------------------------------------- */

 

/* 3 - Menu Section
---------------------------------------------------------------------- */
.main-menu-continer {
	display: none;
	padding-bottom: 50px;
	position: fixed;
	top: 0;
	left: 0;
	height: auto; 
	background: #9bce5b;
	z-index: 100;
}
.main-menu-continer .menubar-toggle {
	display: none;
	background: #9bce5b;
	color: #ffffff;
	font-size: 1.5em;
	position: fixed;
	left: 280px;
	top: 10px;
	margin: 0; 
	width: 45px;
	height: 45px; 
}  
.navbar-default {
	background-color: #9bce5b;
	border: none;
	height: auto;
	overflow: auto;
	padding-left: 30px;
	padding-right: 30px; 

}
nav.navbar-collapse{
	display: inline-block;
	width: 100%;
}
.navbar-header {
	width: 100%;
}
.navbar-brand { 
	display: block;
	float: none;
	text-align: center;
	padding: 30px;
	height: auto;
	width: 100%;
}
.navbar-nav>li {
	float: none;
	text-align: center;
	position: relative;
}
.navbar-nav>li:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 25px;
	height: 2px;
	border-top:1px dashed #ffffff;
}
.navbar-default .navbar-nav>li>a:hover, 
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:hover, 
.navbar-default .navbar-nav>.active>a:focus{
	background-color: #9bce5b;
	color: #412114;
}
.navbar-default .navbar-nav>li>a {
	color: #ffffff;
	font-family: "Dancing Script",sans-serif;
	font-weight: 700;
	font-size: 1.25em;
	display: inline-block;
	background-color: #9bce5b; 
}
.navbar-nav>li>.sub-menu{ 
	padding: 0;
	list-style: none;
}
.navbar-nav>li>.sub-menu>li>a{
	color: #ffffff;
	font-family: "Dancing Script",sans-serif;
	font-weight: 700;
	font-size: 1em;
	line-height: 30px;
	width: 100%;
	display: inline-block;
}
.navbar-nav>li>.sub-menu>li>a:hover {
	color: #0d0d0d;
}
.sub-menu>.menu-item-has-children{
	position: relative;
}
.sub-menu>li>.sub-menu {
	display: none;
}
.navbar-nav>li>.sub-menu{
	display: none;
}
.toggle_nav_button { 
	display: block;
	color: #FFF;
	font-size: 28px;
	border: 1px dashed #ffffff;
	background-color: #9bce5b; 
	line-height: 15px;
	text-align: center;
	position: absolute;
	top: 5px;
	right: 0px;
	left: inherit;
	margin-left: 0px;
	padding: 10px;
	width: 42px;
	height: 42px;
	z-index: 100;
	cursor: pointer;
}
.toggle_nav_button:before {
	content: "+";
}
.toggle_nav_button.nav-open:before {
	content: "-";
}

.sub-menu .toggle_nav_button{
	right: 40px;
}

.nav-social-btn{
	padding: 25px 0 10px 0;
	text-align: center;
}
.nav-social-btn a {
	font-size: 25px;
	display: inline-block;
	margin: 3px;
	color: #ffffff
}
.nav-social-btn a:hover {
	color: #0d0d0d;
}

@media (min-width: 768px){
	.navbar-nav {
		float: none;
	}
}
/* 3 - Menu Section End
---------------------------------------------------------------------- */



/* 4 - Page Top Box
---------------------------------------------------------------------- */
.page-top-box {
	background: #494542;
	color: #ffffff;
	display: inline-block;
	display: table;
	width: 100%;
	text-align: left;
}
.page-top-box .item-box {
	padding: 20px 15px;
	font-family: 'BenchNine', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}
.item-box .icon {
	margin-right: 20px;
	float: left; 
}
.item-box .icon span{
	color: #ffffff;
	text-align: center;
	line-height: 59px;
	font-size: 2.2em;
	width: 60px;
	height: 60px;
	display: inline-block;
	background-color: #9bce5b;
	border-radius: 100%; 
}
.item-box .txt-msg {
	font-size: 1.5em; 
}
.item-box .call-us {
	font-size: 1.125em;
	display: block;
}
.item-box .phone-no{
	font-size: 1.875em;
}
.item-box .order-btn {
	color: #ffffff;
	font-size: 1.25em;
	border: 1px solid #9bce5b;
	padding: 0px 30px;
	line-height: 50px;
	margin: 0;
	margin-top: 5px;
}
/* 4 - Page Top Box End
---------------------------------------------------------------------- */



/* 6 - Welcome Section
---------------------------------------------------------------------- */
.welcome-text {
	padding-top: 20px;
	text-align: center;
}
.welcome-title {
	font-size: 1.25em;
	text-align: center;
}
.welcome-texts {
	text-align: center;
}
.best-deal {
	border:1px solid #cccccc;
	position: relative;
	overflow: hidden;
	margin-top: 100px;
	z-index: 0;
}
.best-deal .foods-img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.best-deal-content {
	padding: 20px 0;
	background: -webkit-linear-gradient(left, transparent 30%, rgba(255, 255, 255, 0.7), #ffffff 50%, #ffffff);
	background: -moz-linear-gradient(left, transparent 30%, rgba(255, 255, 255, 0.7), #ffffff 50%, #ffffff);
	background: -ms-linear-gradient(left, transparent 30%, rgba(255, 255, 255, 0.7), #ffffff 50%, #ffffff);
	background: -o-linear-gradient(left, transparent 30%, rgba(255, 255, 255, 0.7), #ffffff 50%, #ffffff);
	background: linear-gradient(left, transparent 30%, rgba(255, 255, 255, 0.7), #ffffff 50%, #ffffff);
}
[class^="deal-txt-"], 
[class*=" deal-txt-"] {
	margin:0;
	padding: 0; 
}
.deal-txt-1 {
	font-size: 1.5em;
	line-height: 1.5em;
}
.deal-txt-2 {
	color: #e12444;
	font-size: 1.875em;
	line-height: 1em;
}
.deal-txt-3 {
	font-size: 1.5em;
	line-height: 1.5em;
}
.deal-txt-3 span {
	background: #9bce5b;
	color: #ffffff;
	display:inline-block;
	padding: 0 5px;
}
/* 6 - Welcome Section End
---------------------------------------------------------------------- */




/* 7 - Impressionen Section
---------------------------------------------------------------------- */
.impressionen .section-title-container {
	margin-bottom: 30px;
}
.menus-container {
	padding: 15px 0;
	max-width: 400px;
	margin: auto;
} 
.menus-container .featured-img img {
	max-width: inherit;
	width: 100%;
}

/* 7 - Impressionen Section End
---------------------------------------------------------------------- */



/* 9 - Karte Section
---------------------------------------------------------------------- */
.karte-container {
	padding-top: 40px;
	text-align: center;
}
/* 9 - Karte Section End
---------------------------------------------------------------------- */



/* 15 - Contact Section  
---------------------------------------------------------------------- */

/* 15.2 - Open Close
--------------------------------------------- */
.open-close{
	padding-top: 25px;
	padding-bottom: 80px;
}
.oc-heading {
	margin-bottom: 25px;
}
.oc-container {
	border:2px solid #9bce5b;
	margin: 0 auto 30px auto; 
	overflow: hidden;
	width: 100%;
	max-width: 500px;
}
.os-txt-box {
	background: #9bce5b;
}
.oc-txt,
.oc-time {
	display: inline-block;
	width: 100%;  
	font-weight: 700;
	font-size: 0.875rem;
	font-family: 'BenchNine', sans-serif;
	line-height: 45px;
}
.oc-txt {
	color: #ffffff;
}
.oc-time { 
	color: #412114;
	text-align: center;
}

/* 15.2 - Open Close End
--------------------------------------------- */

/* 15 - Contact Section End
---------------------------------------------------------------------- */




/* 16 - Google Map
------------------------------------------------------------------------*/
.map-container img {
	max-width: inherit;
	height: inherit;
}
.google-map-container {
	width:100%; 
	height:500px;
	background: #dddddd;
}
/* 16 - Google Map End 
------------------------------------------------------------------------*/




/* 17 - Footer Section
---------------------------------------------------------------------- */
#footer-section {
	position: relative;
	z-index: 0;
}
#footer-section .go-top {
	background: #ffffff;
	position: absolute;
	top: -45px;
	left: 50%;
	border-radius: 8px;
	width: 100px;
	height: 100px;
	margin-left: -50px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index:-1;
	cursor: pointer;
}
#footer-section  .go-to-up {
	display: inline-block;
	font-size: 1.5em;
	padding-left: 15px;
	padding-top: 20px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.copyrights{
	background: #ffffff;
	color: #262626;
	font-family: 'BenchNine', sans-serif;
	text-align: center;
	min-height: 120px;
	width:100%;
	margin: 0;
	padding-top: 50px;
	border-top: 1px solid rgba(220, 220, 220, 0.5);
}
.home .copyrights {
	border-top: none;
}
.copyrights a{
	color: #262626;
	font-weight: 800;
	-webkit-text-stroke: 0.1px;
}
.copyrights a:hover{
	color: #9bce5b; 
}
/* 17 - Footer Section End
---------------------------------------------------------------------- */


/* 18 - Menu Page
---------------------------------------------------------------------- */
.menu-page.section-padding {
	padding-top:50px;
}
/* 18 - Menu Page
---------------------------------------------------------------------- */


/* 23 - Scroll Top Section
---------------------------------------------------------------------- */
#scroll-to-top {
	display: none;
	background: #9bce5b;
	color: #ffffff;
	font-size: 1.5em;
	line-height: 40px;
	text-align: center;
	position: fixed;  
	margin: 0;
	width: 45px;
	height: 45px;	
	bottom: 10px;
	right: 0;
	z-index: 100;
}
.go-to-top {
	cursor: pointer; 
	opacity: .9;

	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
#scroll-to-top:hover .go-to-top{
	opacity: 1;
} 

/* 23 - Scroll Top Section End
---------------------------------------------------------------------- */ 
