/* CSS Document */
body {
	font-family: 'Kameron', serif;
	margin:0px;
}
h1, h2, h3, h4 {
	font-family: 'dirty_egoregular';
	
}
.red {
	color:#c8122f;
}
a.svg {
  position: relative;
  display:block;
}
a.svg:after {
  content: ""; 
  position: absolute; 
  top: 0; 
  right: 0; 
  bottom: 0; 
  left: 0;
}
.navbar-nav>li.social-media {
	margin-top: -9px;
	margin-left: -20px;
}
.social-media {
	
}
.social-media img {
	
}

/* navigation*/
.header-trim {
    background-image: url(../images/header-BG-trim.png);
	background-repeat:repeat-x;
	height: 12px;
	margin-top: 0px;
	background-color: transparent;
}

.navbar{
	
	background-color:rgba(0,0,0,0.7);
	border-radius: 0px;
	border: none;
	text-align:center;
	height: 62px;
	font-family: 'dirty_egoregular';
	
}

.navbar-collapse {
	background-color:rgba(226,32,38,0.9);
	border-radius: 0px;
	border: none;
	margin-bottom: 20px;
	
	
}
.navbar-default .navbar-nav>li>a {
	font-size: 36px;
	color: #FBFBFB;
	margin-top: 2px;
}
.navbar-default .navbar-nav li a:hover {
	color: #c8122f;
}
.navbar-default .navbar-nav .order-btn {
	background-color:#c8122f;
	color: #FFFFFF;
	margin-left: 8px;
	border: dashed 2px #ffffff;
	margin-top: -2px;
}
.navbar-default .navbar-nav .order-btn a:hover {
	background-color:#c8122f;
	color: #FFFFFF;
}

.nav.navbar-nav.mobile>li {
    border-bottom: dotted 1px #ffffff;
}
.mobile>li.order-btn.last {
    border: none;
}

.navbar-default .navbar-nav .dropdown-menu {
	margin-top:7px;
	background-color:rgba(0,0,0,0.7);
	border:none;
	border-radius:0px;
	box-shadow:none;
	text-align:right;
}
.navbar-default .navbar-nav .dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{text-decoration:none;color:#c8122f;background-color:transparent;}

.navbar-default .navbar-nav .dropdown-menu>li>a {font-size:20px; color: #FFFFFF;}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus{
	background-color: transparent;
	color: #FFFFFF;
}


.logo-pop {
	position:absolute;
     width:203px;
     height:173px;
     z-index:100;
     top:0;
     left:49%;
     margin:5px 0 0 -90px;
}
.logo-pop img {
	width:203px;
     height:173px;
}

.nav-l {
	text-align:right;
}
.nav-l ul{
	margin-top: 5px;
}
.nav-r {
	text-align:left;
}
.nav-r ul{
	margin-top: 5px;
}



/* jumbotron */
.background {
	background-image: ;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	padding-top:43px;
}
.jumbotron {
	background: none;
	margin-bottom: 0px;
	margin-top: 0px;
	
}
.order-online {
	background-image: url(../images/hero-BG-orderonline.png);
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center center;
	margin-bottom:10px;
	margin-top: 0px;	
	height: 280px;
}
.order-online object {
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	border: 0px;
}
#jumpMenu {
	margin-top: 185px;
	width:63%;
	height:53px;
	font-size: 35px;
	border-color:#c8122f;
	border-style:solid;
	border-width:3px;
	border-radius: 0;
	font-family: 'dirty_egoregular';
}






/* main-content */

.main-content {
	background-color:rgba(255,255,255,0.9);
	padding-top:20px;
	padding-bottom:60px;
	padding-left: 8%;
	padding-right: 8%;
	margin-top: 0px;
	margin-left:10%;
	margin-right:10%;
}
.main-content a {
	font-size: 38px;
	color: #FFFFFF;
	padding: 5px 16px 6px 16px;
	background-color: #c8122f;
	text-decoration:none;
	border: none;
	border-radius: 0px;
	font-family: 'dirty_egoregular';
}
.main-content h1 {
	color: #c8122f;
	line-height: 56px;
}
.main-content h2 {
	color: #c8122f;
	font-size: 26px;
	margin-top: 50px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	line-height: 0px;
}
.main-content p {
	margin-top: 0px;
	padding-top: 0px;
}
.main-content a:hover {
	background-color:#515151;
}
.email {
	color: #c8122f;
}
.main-content a.email {
	font-size: 18px;
	color: #2c2c2c;
	padding: 0px;
	background-color: transparent;
	text-decoration:none;
	border: none;
	border-radius: 0px;
	font-family: 'Kameron', serif;
}
.phone {
	color: #c8122f;
}
.main-content a.phone {
	font-size: 22px;
	color: #2c2c2c;
	padding: 0px;
	background-color: transparent;
	text-decoration:none;
	border: none;
	border-radius: 0px;
	font-family: 'Kameron', serif;
}
.main-content h3{
	font-size: 20px;
	color:#c8122f;
	margin-bottom: 2px;
}
.main-content p{
	padding-top: 15px;
	font-size: 15px;
	line-height: 24px;
}
.main-content .intro-text {
	font-size: 18px;
	font-weight:bold;
}
.main-content object {
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	border: 0px;
}
.underline {
	border-bottom: 2px dashed #c8122f;
	margin: 20px 5% 50px 5%;
}
.title {
	margin-top: -100px;
	}
iframe {
	width:100%;
	height:300px;
	border:none;
}

div.power_head{
	font-size: 38px;
	color: #c8122f;
	cursor:pointer;
	margin:0px;
	padding:10px 0 4px 0;
	clear:both;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #393939;
	text-align:center;
	font-family: 'dirty_egoregular';
}div.power_head:hover{
	color: #535353;
	background:url(/sites/default/themes/galleryinthecity/images/arrow_sprite.png) no-repeat 630px -40px;
}div.active{
	color: #535353;
	background:url(/sites/default/themes/galleryinthecity/images/arrow_sprite.png) no-repeat 630px -80px;
}div#power_body{
	padding:20px 0px 0px 0px;
	display:none;
	color: #333;
	background-color:rgba(255,255,255,0.85);
	padding-top:20px;
	padding-bottom:20px;
	margin-bottom: 30px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #393939;
}
div#power_body h3{
	padding-bottom: 0px;
	padding-top: 0px;
	font-size: 30px;
}
div#power_body p{
	padding-top: 0px;
	line-height: 20px;
}





/* adbar */

.adbar {
	background-color:rgba(0,0,0,0.6);
	padding-top:40px;
	padding-bottom:60px;
}

.adbar-item {
	color: #FFFFFF;
	background-image: url(../images/adbar-BG-right.png);
	background-repeat:no-repeat;
	background-size:cover;
	text-align: right;
	padding-bottom:30px;
	padding-left: 20px;
	font-family: 'Special Elite', cursive;
	height: 220px;
	
}
.adbar-item2 {
	color: #FFFFFF;
	background-image: url(../images/adbar-BG-right.png);
	background-repeat:no-repeat;
	background-size:cover;
	padding-bottom:20px;
	padding-right: 20px;
	font-family: 'Special Elite', cursive;
	height: 220px;
}


.adbar-item2 a {
	font-size: 32px;
	color: #FFFFFF !important;
	padding: 1px 16px 2px 16px;
	background-color: #000000;
	text-decoration:none;
	border: none;
	line-height:none;
	border-radius: 0px;
	font-family: 'dirty_egoregular';
}
.adbar-item2 a:hover {
	background-color: #424242;
}

.adbar-item2 img {
	margin-top:10px;
	width: 100%;
	height: auto;
}
.adbar-item img {
	margin-top:10px;
	width: 100%;
	height: auto;
}
.adbar-item h2 {
	font-size: 32px;
	line-height: 36px;
	margin-bottom: 0px;
}
.adbar-item h3 {
	font-size: 32px;
	line-height: 36px;
	margin-bottom: 1px;
}
.adbar-item p {
	
	font-size: 16px;
	padding-bottom:10px;
}
.adbar-item2 h2 {
	font-size: 32px;
	line-height: 36px;
	margin-bottom: 0px;
}
.adbar-item2 h3 {
	font-size: 32px;
	line-height: 36px;
	margin-bottom: 1px;
}
.adbar-item2 p {
	font-size: 16px;
}
.form-field {
	color: #30281d;
	font-size: 16px;
	background-color: #FFFFFF;
	padding: 7px;
	width: 71%;
	height: 35px;
	border: none;
	border-radius: 0px;
	margin-bottom: 15px;
	margin-top: 0px;
}

#button {
	font-size: 28px;
	width: 18%;
	margin-top: 0px;
	color: #FFFFFF !important;
	padding: 1px 7px 5px 7px;
	background-color: #1B1B1B;
	text-decoration:none;
	border: none;
	border-radius: 0px;
	font-family: 'dirty_egoregular';
}

#button:hover {
	background-color: #515151;
}







/* testimonial */

.testimonial {
	background-color: #c8122f;
	background-image:url(../images/BG-pat.jpg);
	background-repeat:repeat;
	padding-top:40px;
	padding-bottom:60px;
	border-top: 2px dashed #fff;
	border-bottom: 2px dashed #fff;

}
.quote-text {
	padding-right: 0%;
}
.quote-image {
	text-align: right;
}
.quote-image img {
	height: auto;
	max-width: 90%;
	vertical-align: middle;
	border: 0px;
	margin-top: 8px;
}
.quote-text h3{
	color:#FFFFFF;
	font-size:48px;
	line-height: 39px;
}
.quote-text a {
font-size: 36px;
	color: #FFFFFF !important;
	padding: 5px 16px 6px 16px;
	background-color: #c8122f;
	text-decoration:none;
	border: none;
	line-height:none;
	border-radius: 0px;
	font-family: 'dirty_egoregular';
}
.quote-text a:hover {
	background-color: #414141;
}
.quote-text h4{
	color:#FFFFFF;
	font-size:20px;
	line-height: 24px;
	font-family: 'Special Elite', cursive;
	padding-bottom: 20px;
}




/* promo */

.promo {
	background-image: url(../images/promo-BG-food.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	background-attachment:scroll;
	margin-top: -1px;
	padding-top:90px;
	padding-bottom:90px;
}
.inner-promo {
	padding: 20px;
   margin: 10px;
   background: #c8122f;
   color: #fff;
   font-size: 21px;
   font-weight: bold;
   line-height: 1.3em;
   border: 2px dashed #fff;
   box-shadow: 0 0 0 4px #c8122f, 2px 1px 6px 4px rgba(10, 10, 0, 0.5);
   font-weight: normal;
}
.message h2{
	margin-top: 10px;
	margin-bottom:10px;
	padding-bottom: 0px;
	color:#FFFFFF;
	font-weight:normal;
	font-size:50px;
	line-height: 45px;
}
.message h3{
	font-family: 'Special Elite', cursive;
	margin-top:0px;
	}

.round-btn {
	margin-top:40px;
	margin-bottom:20px;
}
.round-btn a {
font-size: 38px;
	color: #FFFFFF !important;
	padding: 5px 16px 6px 16px;
	background-color: #000000;
	text-decoration:none;
	border: none;
	line-height:none;
	border-radius: 0px;
	font-family: 'dirty_egoregular';
}
.round-btn a:hover {
	background-color: #414141;
	
}
/* footer */

footer {
	background-color:rgba(35,35,35,1);
}
.footer-nav {
	list-style:none;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: -40px;
}
.footer-content {
	padding-bottom: 30px;
}

.footer-nav li {
	display:inline;	
}
.footer-nav li a {
	font-size: 18px;
	padding: 0px 10px 0px 10px;
	color:#FFFFFF;	
	font-family: 'Special Elite', cursive;
}
.footer-nav li a:hover {
	color:#c8122f;	
	text-decoration:none;
}
.footer-contact p {
	color:#FFFFFF;	
	font-size: 14px;
	line-height: 18px;
	margin-top: 20px;
}
.footer-legal p {
	color:#FFFFFF;	
	font-size: 15px;
	margin-top: 20px;
}
.footer-legal p a {
	color:#FFFFFF;	
}
.footer-legal p button  {
	background-color:transparent;
	text-decoration:none;
	border: none;
	padding-left: 0px;
	padding-right: 0px;
	
}
.footer-legal .small {
	font-size: 15px;
}

.footer-legal .small a{
	color:#FFFFFF;	
	font-size: 15px;
	margin-top: 20px;
}



/*modal*/
#order-choose .modal-content  {
	background-color: #333;
	color: #c8122f;
	border-radius: 0px;
	text-align: center;
	font-family: 'dirty_egoregular';
	line-height: 60px;
}
#order-choose .modal-content a {
	background-color:#c8122f;
	color: #FBFBFB;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  padding: 5px 8px 5px 8px;
  text-decoration:none;
  font-size: 45px;
 margin-bottom:20px;
 line-height: 60px;
}
#order-choose .modal-header, #order-choose .modal-footer {
	border: none;
	text-align: center;
}
#order-choose .modal-footer button {
	background-color:#5A5A5A;
	color: #FFFFFF;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  padding: 5px 8px 5px 8px;
  text-decoration:none;
  font-size: 25px;
  border-radius: 0;
  border: none;
	
}
h4.modal-title {
	font-size: 35px;
    color: #FBFBFB;
}





/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
.navbar-default .navbar-nav>li>a {
	font-size: 37px;
	margin-top: 2px;
}
.adbar-item, .adbar-item2 {
	height: 200px;	
}
.logo-pop img {
	
	 margin-top: -15px;
}
}
	
	
	
	
	

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {
.navbar-default .navbar-nav li a {
	font-size: 30px;
	margin-top: 2px;
}
.logo-pop img {
	width:180px;
     height:153px;
	 margin-top: -5px;
}

}




 
 
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
.navbar-default .navbar-nav li a {
	font-size: 25px;
	padding-left: 9px;
	padding-right: 9px;
}
.logo-pop img {
	width:148px;
     height:126px;
	 margin-top: 10px;
}
.main-content {
	background-color:rgba(255,255,255,0.9);
	padding-top:20px;
	padding-bottom:60px;
	padding-left: 8%;
	padding-right: 8%;
	margin-top: 0px;
	margin-left:1%;
	margin-right:1%;
}
.adbar-item {
	text-align: center;
	padding-bottom:20px;
	padding-left: 40px;
	padding-right: 40px;
}
.adbar-item2 {
	text-align: center;
	padding-bottom:28px;
	padding-left: 40px;
	padding-right: 40px;
}
.adbar-item, .adbar-item2 {
	height: 400px;	
}
.adbar-item2 img {
	margin-top:20px;
	width: 60%;
	height: auto;
}
.adbar-item img {
	margin-top:20px;
	width: 60%;
	height: auto;
}
.quote-image img {
	max-width: 100%;

}



.footer-content {
	background-position: center bottom;
	padding-bottom: 30px;
}
.footer-contact p a {
	color:#FFFFFF;	
}
 }
 
 
 
 
 
 

/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
.background {
	padding-top:0px;
}

.navbar{
    margin: 0px 0px 10px 0px;
	padding-top:10px;
	text-align:center;
	font-size: 20px;
	background-color:rgba(0,0,0,0.8);
	font-family: 'dirty_egoregular';
	font-weight: 700;
}
.logo-pop {
	position:absolute;
     width:140px;
     height:171px;
     z-index:100;
     top:5px;
     left:15%;
     margin:0px 0 0 0px;

}
.navbar-default .navbar-nav .order-btn {
	background-color:transparent;
	color: #FFFFFF;
	margin-left: 0px;
	border: none;
	margin-top: -0px;
}
.navbar-default .navbar-nav .order-btn a:hover {
	background-color:transparent;
	color: #000000;
}
.navbar-toggle {
	margin-right: 25px;
	border: none;
	background-color: #393939;
	
}
.navbar-default .navbar-toggle:hover {
	background-color: #565656;
	
}
.navbar-default .navbar-nav li a {
	font-size: 30px;
	margin-right: 0px;
	font-weight:400;
	text-align:center;
}
.navbar-default .navbar-nav li a:hover {
	color: #2c2c2c;
}

.navbar-default .navbar-nav .order-btn {
	margin-right: 0px;
}
.navbar-header {
	padding-left:0px;
	text-align:left;
}
.logo {
	text-align:left;
	width: 180px;
	height: auto;
	margin-top: 4px;
	margin-left: 20px;
}
.navbar-default .navbar-nav .dropdown-menu {
	background-color: #202020;
	border:none;
	border-radius:0px;
	box-shadow: none;
	text-align:right;
}
.navbar-default .navbar-nav .dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{text-decoration:none;color:#c8db02;background-color:#534534;}


.navbar-default .navbar-nav .open .dropdown-menu>li>a {color:#FFFFFF}
.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {color:#c8db02}


.jumbotron {
	background-image: ;
	background-repeat:repeat;
	background-size:cover;
	background-position:center center;
	padding:0px 10px 40px 10px;
}
#jumpMenu {
	background-color:#FFFFFF;
	margin-top: 165px;
	width:100%;
	max-width: 300px;
	font-size: 30px;
	padding:0px;
	border-color:#c8122f;;
	border-style:solid;
	border-width:3px;
	border-bottom: 6px #c8122f solid;
	border-radius: 0;
}

.order-online {
	background-image: url(../images/hero-BG-orderonline-mob.png);
	background-position: center center;
}
.order-online {
	margin-top:120px;
	margin-bottom:40px;
}
.order-online object {
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	border: 0px;
}
.main-content {
	padding-top:40px;
	padding-bottom:60px;
	padding-left: 5%;
	padding-right: 5%;
	margin-top: 90px;
	margin-left: 0px;
	margin-right: 0px;
}
.main-content a {
	font-size: 28px;
}
.main-content h1 {
	color: #c8122f;
	font-size: 44px;
	line-height: 44px;
	margin-top:0px;
}
div.power_head{
	font-size: 38px;
}
iframe {
	width:100%;
}

.title {
	margin-top: -70px;
	}

.adbar {
	
	background-color:rgba(35,35,35,1);
	padding-top:25px;
	padding-bottom:40px;

		
}
.adbar-item {
	background-image: none;
	text-align: center;
	padding-bottom:40px;
	padding-left: 10%;
	padding-right: 10%;
	border-bottom:#8D8D8D 1px dashed;
	height: auto;
}
.adbar-item2 {
	background-image: none;
	text-align: center;
	padding-bottom:28px;
	padding-left: 10%;
	padding-right: 10%;
	padding-top: 30px;
	height: auto;
}
.adbar-item2 a {
	background-color:#c8122f;
}

.adbar-item2 img {
	margin-top:20px;
	width: 60%;
	height: auto;
}
.adbar-item img {
	margin-top:20px;
	width: 60%;
	height: auto;
}
.form-field {
	width: 100%;
	text-align:center;
}

#button {
	background-color: #c8122f;
	width: 100%;
	
}







.testimonial {
	padding-left:10%;
	padding-right:10%;
	text-align:center;
}
.quote-image {
	text-align: center;
	padding-left:0;
	padding-right:0;
	
}
.quote-image img {
	width: 100%;
}

.quote-text {
	padding-right: 0;
	margin-top: -40px;
}
.quote-text a {
	width:100%;
	font-size: 28px;
}
.promo {
	background-image: url(../images/promo-BG-food.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	background-attachment: scroll;
	margin-top: -1px;
	padding-top:80px;
	padding-bottom:60px;
}
.inner-promo {
	padding: 10px;
   margin: 10%;
   background: #c8122f;
   color: #fff;
   font-size: 21px;
   font-weight: bold;
   line-height: 1.3em;
   border: 2px dashed #fff;
   box-shadow: 0 0 0 4px #c8122f, 2px 1px 6px 4px rgba(10, 10, 0, 0.5);
   font-weight: normal;
}
.message h2{
	margin-top: 20px;
	padding-bottom: 0px;
	color:#FFFFFF;
	font-weight:normal;
	font-size:36px;
	line-height: 34px;
}
.message h3{
	margin-top: 10px;
	padding-bottom: 0px;
	color:#FFFFFF;
	font-weight:normal;
	font-size:24px;
	line-height: 28px;
	font-family: 'Kameron', serif;
}
.message a {
	width:100%;
	font-size: 26px;
}
.footer-content {
	padding-bottom: 30px;
}

.footer-nav li {
	display: list-item;
	list-style:none;
}
.footer-contact p {
	font-size: 12px;
}
.footer-contact p a {
	color:#FFFFFF;	
}
}