.sections h2,
.sections h4 {
	color: #0d1115;
	font-family: montserrat, sans-serif;
	font-size: 28px;
	font-weight: 400;
	line-height: 35px;
	margin-bottom: 10px;
	text-align: center
}

.sections h4 {
	font-size: 20px;
	text-align: inherit;
	color: #474d5d;
	margin: 0;
	line-height: normal
}

.sections {
	padding-top: 20px;
	padding-bottom: 30px
}

.sub-banner-header {
	padding-top: 10px;
	padding-bottom: 10px;
	color: #fff;
	background: url(../images/grey-bg.png)
}

.rounded {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-khtml-border-radius: 2px
}

*:focus {
	outline: none
}

.subscribe-row {
	width: 50%;
	float: right
}

.footer-divider
{
margin-top:30px;
width:90%
}

.green-button {
	background: #00b279;
	border: 1px solid #00b279;
	color: #fff;
	padding: 5px 8px
}

.green-button.inline,
.orange-button.inline,
.inline-block,
.black-button.inline {
	display: inline-block
}

.section-label .green-button.inline {
	font-size: 19px
}

a.green-button:hover,
button.green-button:hover,
input.green-button:hover,
input.green-button:focus,
a.green-button:focus,
#menu .green-button a:hover {
	text-decoration: none;
	color: #fff;
	background: #23c562;
	border: 1px solid #23c562
}

.subscribe-inner {
	position: relative;
	display: table;
	background: #6b6c6c
}

.subscribe-inner input[type=text],
.subscribe-inner button[type=submit] {
	display: table-cell;
	padding: 5px 8px
}

.subscribe-row .text-grey {
	padding: 5px 8px
}

.text-right {
	text-align: right
}

.white-text,
.order-progress-bar a,
.section-subcribe h2 {
	color: #fff
}

.green-color,
.section-feature-resto a:hover h4,
.clear-cart,
.section-checkout .i-big.green-color {
	color: #00b279
}

p,
.search-input-wraps #s,
.search-input-wraps .search-field
{
font-size:16px;
font-family:"Open Sans",sans-serif;
}

.section-subcribe,
.section-footer {
	background: url(../images/grey-bg.png);
	color: #acacab;
}

.section-subcribe .green-button,
.section-subcribe .email {
	font-size: 18px;
	padding: 13px 18px;
	font-family: montserrat, sans-serif
}

.section-subcribe .email {
	border: 1px solid #999
}


.section-footer h3 {
	margin-bottom: 10px;
	margin-top: 20px;
	color: #acacab;
	font-weight: 600;
	font-size: 15px;
	font-family: montserrat, sans-serif
}

.ribbon {
	position: absolute;
	left: -5px;
	top: -7px;
	z-index: 1;
	overflow: hidden;
	width: 100px;
	height: 100px;
	text-align: right
}

.ribbon span {
	font-family: arial;
	font-size: 11px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	line-height: 30px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	width: 120px;
	display: block;
	background: #79a70a;
	background: linear-gradient(#9BC90D 0%, #79A70A 100%);
	box shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
	position: absolute;
	top: 19px;
	left: -28px
}

.ribbon span::before {
	content: "";
	position: absolute;
	left: 0;
	top: 100%;
	z-index: -1;
	border-left: 3px solid #79a70a;
	border-right: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-top: 3px solid #79a70a
}

.ribbon span::after {
	content: "";
	position: absolute;
	right: 0;
	top: 100%;
	z-index: -1;
	border-left: 3px solid transparent;
	border-right: 3px solid #79a70a;
	border-bottom: 3px solid transparent;
	border-top: 3px solid #79a70a
}

.ribbon-offer {
	position: absolute;
	right: -5px;
	top: -7px;
	z-index: 1;
	overflow: hidden;
	width: 100px;
	height: 100px;
	text-align: right
}

.ribbon-offer span {
	font-family: arial;
	font-size: 10px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	line-height: 30px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	width: 120px;
	display: block;
	background: #79a70a;
	background: linear-gradient(#2989d8 0%, #1e5799 100%);
	box shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
	position: absolute;
	top: 19px;
	right: -28px
}

.ribbon-offer span::before {
	content: "";
	position: absolute;
	left: 0;
	top: 100%;
	z-index: -1;
	border-left: 3px solid #1e5799;
	border-right: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-top: 3px solid #1e5799
}

.ribbon-offer span::after {
	content: "";
	position: absolute;
	right: 0;
	top: 100%;
	z-index: -1;
	border-left: 3px solid transparent;
	border-right: 3px solid #1e5799;
	border-bottom: 3px solid transparent;
	border-top: 3px solid #1e5799
}

body{
	font-family: "Montserrat",sans-serif !important;
}
/* Center the loader */
#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Add animation to "page content" */
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s
}

@-webkit-keyframes animatebottom {
  from { bottom:-100px; opacity:0 } 
  to { bottom:0px; opacity:1 }
}

@keyframes animatebottom { 
  from{ bottom:-100px; opacity:0 } 
  to{ bottom:0; opacity:1 }
}

#body {
  display: none;
}

h2, h3, h4, p{
	font-family: "Montserrat",sans-serif;
}
h2{
	font-family: "Montserrat",sans-serif;
	font-size: 28px;
    font-weight: normal;
    line-height: 35px;
}
#header{
	background: #000;
	color: #fff;
	width: 100%;
	height: 70px;
	box-shadow: 0 1rem 3rem rgba(0,0,0,.175) !important;
	position:fixed;
	z-index:9;
}
#header img{
	height:70px;
	width:150px;
	
}
.nav-bar{
	padding: .5rem 5%;
}
.banner {
	box-shadow: inset 0 1rem 3rem rgba(0, 0, 0, .175) !important;
	background: #f6f6f6;
	padding-top: 70px;
	color:#000;
}
img {
    max-width: 100%;
    height: auto;
}
#uae{
	padding:5%
}
@media only screen and (max-width: 610px) {
.col-xs-6{
	width: 100%;
	font-size:1vw;
}
#uae{
	padding: 2% 10%
}	
}
@media only screen and (max-width: 990px) {
#dae p{
	font-size:12px;
	line-height:12px
}	
}
.flipdown {
  margin: auto;
}
.flipdown.flipdown__theme-light .rotor-group-heading::before {
    color: gray !important;
}
.bold{
	font-weight:bold
}
.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(256,256,256,.5) !important;
}
.shadow-lg2{
    box-shadow: 0 1rem 3rem rgba(0,0,0,.5) !important;
}
.bod{
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	font-size: 12px;
	margin-top: 2px;
	width: 100%;
	font-weight:bold;
}
#loading {
  visibility:hidden;
  position:fixed;
  width:100%;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  height: 100%;
  justify-content: center;
  top: 0px;
  z-index:999;
}

.topnav {
  overflow: hidden;
  background-color: #333;
  position: absolute;
right: 28px;
z-index: 1;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 10px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #4CAF50;
  color: white;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 800px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 800px) {
  .topnav.responsive {
position: absolute;
right: 28px;
z-index: 1;
  }
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}
@media (min-width:300px) {
	.modal-dialog2 {
		width: 600px;
		margin: 30px auto;
	}
	.modal-content2 {
		-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
		box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
		background-color:#000;
		color:#fff;
	}
	.modal-sm {
		max-width: 300px;
		
	}
	
}
.modal-content2 {
		background-color:#000;
		color:#fff;
	}
.modal-content2 .modal-header button{
	    color:#fff;
}
#subscriber_email{
    color:#000;
}
.py-2{
    color:#fff;
}



.bts{
	background-color: #5cb85c;
 -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
}
@-webkit-keyframes glowing {
  0% { background-color: #B20000; -webkit-box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; -webkit-box-shadow: 0 0 40px #FF0000; }
  100% { background-color: #B20000; -webkit-box-shadow: 0 0 3px #B20000; }
}

@-moz-keyframes glowing {
  0% { background-color: #B20000; -moz-box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; -moz-box-shadow: 0 0 40px #FF0000; }
  100% { background-color: #B20000; -moz-box-shadow: 0 0 3px #B20000; }
}

@-o-keyframes glowing {
  0% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; box-shadow: 0 0 40px #FF0000; }
  100% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
}

@keyframes glowing {
  0% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; box-shadow: 0 0 40px #FF0000; }
  100% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
}

.bts:hover{
animation: none;	
}