/*******************************/
/* CUSTOMIZE BOOTSTRAP CLASSES */
/*******************************/
.navbar {
  /* min-height: 100px; */
}
.navbar-nav {
  margin-right:60px;
  margin-top:10px;
}
.navbar-default {
  background-color: #d81159; /* VIKRAM: rgb(98, 191, 172); */
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #000;
  background-color: #fdc741;
}
.navbar-default .navbar-nav > li > a {
  color: #fff;
}
.navbar-nav > li > a {
  padding-top: 30px;
  font-size: 18px;
  padding-left: 0;
  padding-right: 0;
  margin-left: 15px;
  margin-right: 15px;
}
.navbar-nav > li > a > button {
  margin-top: -10px;
  border: 2px solid #f9f7e8;
  border-radius: 2px;
  background-color: #f9f7e8;
  color: #fff;
  text-transform: uppercase;
  transition: background-color 200ms ease-in-out;
}
.navbar-default .navbar-nav>li>a:hover {
  box-shadow: inset 0 -5px 0 0 #ffffff;
  color: #fff;
}
.navbar-default .navbar-nav>li>a.nav-order-button:hover{
  box-shadow: none;
}
.navbar-default .navbar-nav>li>a>button:hover{
  background-color: #fff;
  box-shadow: none;
  color: #f9f7e8;
  border: 2px solid #f9f7e8;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #fff3;
}
p.lead {
  font-size: 1.8em;
  font-weight: 200;
}
/* h1 {
  font-size: 3em;
}
p {
  font-size: 1.2em;
  font-weight: 200;
}
dt {
  font-size: 1.3em;
  margin-bottom: 5px;
}
dd {
  font-size: 1.2em;
  margin-bottom: 10px;
}
.btn-signup {
  color: #333;
  background-color: #fdc741;
  border-color: #fdc741;
  text-transform: uppercase;
}
.btn-signup:hover,
.btn-signup:focus,
.btn-signup:active,
.btn-signup.active,
.open .dropdown-toggle.btn-signup {
  color: #333;
  background-color: #f9b307;
  border-color: #f9b307;
} */
.btn-primary {
  color: #fff;
  background-color: #D8291D;
  border-color: #D8291D;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #FC3320;
  border-color: #FC3320;
}

/*******************************/
/* NEW CLASSES                 */
/*******************************/
/* #ibJumbotron {
  margin-top: 100px;
  height: 600px;
} */
#ibContainer {
  margin-top: 100px;
}
#ibNavbar {
  margin-top: -15px;
}
#ibCustomerLogo {
  margin-top: 20px;
  margin-bottom: 20px;
}
#ibHeadingWithMargin {
  margin-top: 50px;
  margin-bottom: 20px;
}
#ibBig {
  font-size: 2em;
  font-weight: 400;
  color: #666;
}
#ibTextMed {
  font-size: 1.3em;
  font-weight: 400;
}
#ibPhoneNumber {
  font-size: 1.8em;
  font-weight: bold;
  color: #666666;
}
#ibYelper {
  width:100px;
  height:100px;
  vertical-align:text-top;
  float:left;
  margin-right:10px;
}
#ibYelperName {
  margin-top: 0px;
}
#ibFooterTitle {
  margin-top: 0px;
}
#ibOrderButton {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 1.4em;
}
#ibOrderButtonMobile{
  margin-top: 5px;
}
#ibOrderMenuTitle {
  text-transform: uppercase;
  letter-spacing: 1px;
}
#ibOrderMenuLead {
  font-size: 1.4em;
  line-height: 1.4em;
  font-weight: 200;
}
#ibOrderMenuLink {
  font-size: 1.4em;
}
#ibOrderItemDesc {
  margin-top: 8px;
  color: #808080;
  text-align: left;
  font-size: 1.2em;
  font-weight: 200;
  margin-bottom: 8px;
}
.carousel-caption {
  position: relative;
  text-align: left;
  color: #666;
  width: 450px;
  margin-top: 25px;
}

.order_now a {
	color: #fff;
	transition-duration: .15s;
	line-height: 50px;
	padding: 0 50px;
	font-size: 17px;
	font-weight: 400;
	background: #d8291d;
	display: block;
	max-width: 365px;
	border-radius: 3px;
	box-shadow: 1px 2px 3px rgba(0,0,0,.4);
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
}
.order_now a:hover {
    text-decoration: none;
    transform: scale(1.1);
}
/* span.big_h {
	font-size: 50px;
	display: block;
	line-height: 97px;
	color: #444;
	letter-spacing: -2px;
}
.banner_txt p {
	font-size:1.9em;
	font-weight: 400;
	margin: 17px 0 25px;
} */

@media only screen and (max-width:767px)
{
.navbar-nav {
  margin:20px 0;
}
.navbar-toggle {
	border: 1px solid #fff !important;
}
.navbar-toggle span {
	background: #fff !important;
}
.navbar.navbar-default {
	background-color: #d81159; /* VIKRAM: rgb(98, 191, 172); */
	padding: 7px 15px 15px 15px;
	min-height: auto;
	box-shadow: 1px 2px 3px rgba(0,0,0,.3);
}
/* .big_h {
	color: #fff !important;
	line-height: 38px !important;
	font-size: 37px !important;
	margin-bottom: 12px;
}
.banner_txt p {
	color: #fff;
	font-size: 20px;
} */
.order_now a {
	padding: 0;
}
.nav.navbar-nav {
	display: flex;
	flex-direction: column;
}
.navbar-default .navbar-nav>li>a:hover {
    box-shadow: inset 0 -5px 0 0 #f9f7e8;
    /* color: #2d2d2d; */
}
.nav.navbar-nav > li {
	/* border-bottom: 1px solid #bdbdbd; */
	display: block;
  width: auto;
  margin-left: auto;
  margin-right: auto;
	text-align: center;
}
.nav.navbar-nav > li:last-child
{
	border:0px !important;
}
.navbar-collapse {
	border: 0px;
	padding-top: 20px;
}
.navbar-collapse {
	box-shadow: none;
}
.navbar-fixed-top.darkHeader {
    background: rgba(255,255,255,1) !important;
}
.nav.navbar-nav li a {
	line-height: 40px !important;
	color: #fff;
	padding: 10px 0;
}
.btn.btn-md.btn-signup {
	margin: 0 auto;
}
}

@media only screen and (max-width:1024px)
{
	#home-first{display:block !important;}
}
@media only screen and (min-width:768px) and (max-width:768px)
{
	.navbar.navbar-default > .container-fluid {
	display: flex;
	flex-wrap: nowrap;
}
ul.nav.navbar-nav li a {
	font-size: 17px;
	line-height: 58px;
	padding: 0 13px !important;
  font-size: 20px;
}
.navbar-collapse {
	margin-left: auto !important;
}
.nav.navbar-nav li a {
	color: #444;
}
.btn.btn-md.btn-signup {
	color: #333 !important;
}
}

@media only screen and (min-width:769px) and (max-width:1250px)
{
.navbar.navbar-default > .container-fluid {
	display: flex;
	flex-wrap: nowrap;
}
ul.nav.navbar-nav li a {
	font-size: 17px;
	line-height: 58px;
	padding: 0 13px !important;
}
.navbar-collapse {
	margin-left: auto !important;
}
.col-md-6.banner_txt {
	max-width: 65%;
}
.col-md-6.banner_txt > h1 > .big_h{
	font-size: 41px !important;
	line-height: 50px !important;
	margin-bottom:20px;
}
 div#home-first .col-md-6.banner_txt .banner_txt p {
	font-size: 1.5em !important;
}
 div#home-first .col-md-6.banner_txt h1 {
	font-size: 28px;
}
.banner_txt p {
	font-size: 21px;
}
#home-first {
	padding-bottom: 40px;
}
}
