@import url('https://fonts.googleapis.com/css?family=Gruppo|Khand|Roboto');
@import url(http://fonts.googleapis.com/earlyaccess/droidarabickufi.css); 
/****************
Reset
****************/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1.4;
  font-family: Arial, Helvetica, sans-serif;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
:focus {
  outline: none;
}
strong {
  font-weight: bold; 
}
/* micro clear fix */
.grouping:before,
.grouping:after {
  content: " ";
  display: table; 
}
.grouping:after {
  clear: both; 
}
img, iframe, video, object {
  max-width: 100%; 
}
/***************
Global
***************/
::-moz-selection {
  background-color: #eb2428; 
}
::selection {
  background-color: #eb2428; 
}

.main-container
{
  max-width:1200px;
  margin: 0 auto;
}
.pizzas-container
{
  max-width:1200px;
  margin: 0 auto;
  text-align:center;
  position:relative; /*new line for HH and MYO*/
}
.wrapper {
  max-width:1200px;
  width:100%;
  margin: 0 auto;
}
body {
  background-color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 100;
  font-size: 16px; 
}
a {
  text-decoration: none;
  color: #eb2428;
}
h1 {
  font-weight: 700;
  font-size: 32px;
  color: #008d6a;
  margin-bottom: 10px;
  margin-top:40px;
  text-transform:uppercase;
  margin-left:5px;
}
h2 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #ab131b;;
  font-weight: 700; 
  	font-family: 'Roboto', sans-serif;
}
p {
  line-height: 1.6;
  margin-bottom: 20px;
  font-size: 16px;

}
/***************
Modular Styles
***************/
.float-left {
  float: left; 
}
.float-right {
  float: right; 
}
.clear {
  clear: both; 
}
.bold {
  font-weight: bold; 
}
.hidden,
.hide {
  display: none; 
}
.relative {
  position: relative; 
}
.absolute {
  position: absolute; 
}
.block {
  display: block; 
}
.inline-block {
  display: inline-block; 
}
.text-centered {
  text-align: center; 
}
/****************
Buttons
****************/
.buttons-div{
	width:100%;
	float:left;
	text-align:center;
	margin-bottom:5px;
	
}
.button {
  border: 2px solid #333;
  width:80%;
  color: #333;
  padding: 10px 0;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  letter-spacing: 1.5px;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-transition: all .25s linear;
  -moz-transition: all .25s linear;
  -o-transition: all .25s linear;
  transition: all .25s linear;
  transform: scale(.9, .9);
}
.button:focus,
.button:hover {
  background-color: #333;
  color: #fff;
  -webkit-transform: scale(1, 1) translate(0, -5px);
  -moz-transform: scale(1, 1) translate(0, -5px);
  -ms-transform: scale(1, 1) translate(0, -5px);
  transform: scale(1, 1) translate(0, -5px);
}
.button-narrow {
  width: 25%;
}
.button-alt {
  color: #fff;
  border-color: #fff;
}

/****************
Go Premium
****************/
.intro-content {
  width: 100%; /*600/960*/
  margin-right:0; /*60/960*/
  float: left;
  margin-top:20px;
}
.go-premium {
  width: 31.25%; /*300/960*/
  float: left;
  margin-top: 125px;
}
.call-to-action {
  border: 2px solid #fff;
  color: #fff;
  background-color: #0072AE;
  padding: 25px 0;
  display: block;
  border-radius: 10px;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  background: #33d3ff; /* Old browsers */
  background: -moz-linear-gradient(top,  #33d3ff 0%, #0071ae 99%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#33d3ff), color-stop(99%,#0071ae)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #33d3ff 0%,#0071ae 99%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #33d3ff 0%,#0071ae 99%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #33d3ff 0%,#0071ae 99%); /* IE10+ */
  background: linear-gradient(to bottom,  #33d3ff 0%,#0071ae 99%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33d3ff', endColorstr='#0071ae',GradientType=0 ); /* IE6-9 */
}
.call-to-action:hover {
  border-color: #0072AE;
  color: #0072AE;
  background: none;
}
.reasons {
  color: #333;
  font-size: 12px;
  margin-top: 15px;
  text-align: center;
}

.general-nav {
  vertical-align: central;
  padding-bottom:30px;
  
   }
 ul.generalnav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
	float:right;
}
ul.generalnav li {
	float: right;
	padding-right:5px;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight:600;
	float:left;
	
	}
ul.generalnav li a{
    display: block;
    color: #e11837;
    text-align: center;
	text-transform:uppercase;
    padding: 5px 5px;
    text-decoration: none;
    transition: 0.3s;
}
ul.generalnav li a:visited{
    display: inline-block;
    color: #008e6a;
    text-align: center;
	font-family: 'Roboto', sans-serif;
	font-size: 5px;
	text-transform:uppercase;
    padding: 5px 5px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 17px;
}

.top-menu-nav{
	height:60px;
	position:relative;
}
ul.top-menu { 
list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
	float:right;
	display: table;
	height:60px;
 }
ul.top-menu li { 
	padding-right:5px;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight:600;
	display: table-cell;
	vertical-align: middle; }
ul.top-menu li a{
    display: block;
    color: #e11837;
    text-align: center;
	text-transform:uppercase;
    padding: 5px 5px;
    text-decoration: none;
    transition: 0.3s;
}
ul.top-menu li a:visited{
    display: inline-block;
    color: #e11837;
    text-align: center;
	font-family: 'Roboto', sans-serif;
	font-size: 5px;
	text-transform:uppercase;
    padding: 5px 5px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 17px;
}	

/****************
nav
****************/
nav {
  background-color: #ab131b;
}
nav figure{
	position:absolute;
	margin-top:-35px;
	margin-left:2.08333333333333%;
	z-index:99;
	
}
nav img {
  width: 160px;
}
.primary-nav {
 float: right;
 background:#ab131b;
 /* margin-right:4.16666666666667%; /*100/1200*/
}
.primary-nav > li {
  float: left;
  margin:0 auto;
}
.primary-nav > li > a {
  float: left;
  padding: 25px 9px 25px 9px;/*25px 0*/
 /* width: auto;/*width: 150px
  border-left: 1px solid #ada791;*/
}
.primary-nav > li:first-child > a {
  border-left: none;
}
nav li a {
  font-family: 'Roboto', sans-serif;
  color: #f2f2f2;
  text-transform: uppercase;
  font-size: 15px;
  text-align: center;
  -webkit-transition: 0.15s background-color linear;
  -moz-transition: 0.15s background-color linear;
  -o-transition: 0.15s background-color linear;
  transition: 0.15s background-color linear; 
}
nav li a:focus,
nav li a:hover,
nav li a.active {
  background-color: #901017;
  color: #fff; 
}
/****************
Drop Down Menu
****************/

.has-submenu a {
  display: block;
  padding: 10px 0;
  z-index: 10;
  position: relative;
}
.has-submenu ul{
  position: absolute;
  margin-left:-1px;
  z-index: 5;
  top: 131px;
  background-color: #ab131b;
  border-bottom: 1px solid #ada791;
  border-left: 1px solid #ada791;
  border-right: 1px solid #ada791;
  width: 150px;
  border-radius: 0 0 15px 15px;
  overflow: hidden;
  display: none;
}
.has-submenu:hover ul {
  display: block;
  -webkit-animation: slideDown .5s ease;  
  animation: slideDown .5s ease;           
}
@-webkit-keyframes slideDown {
  0% { -webkit-transform: translateY(-100%);opacity: 0;}   
  90% {-webkit-transform: translateY(10%);}
  100% {-webkit-transform: translateY(0%);opacity: 1;} 
}
@keyframes slideDown {
  0% { transform: translateY(-100%);opacity: 0;}   
  90% {transform: translateY(10%);}
  100% {transform: translateY(0%);opacity: 1;} 
}
/****************
Interior Pages
****************/
.intro-content  {
  padding-bottom: 10px;
}
.content-block {
  padding: 50px 0;
}
.content-block h1 {
  color: #fff;
}
.style-2 {
  background-color: #494949;
}
.style-2 p {
  color: #fff;
}
.style-1 {
  background-color: #58C9EB;
}
.style-1.wave-border {
  background: #58C9EB url('../images/wave.jpg') repeat-x 0 0;
}
.content-block .figure {
  float: left;
  margin: 30px 3.125%; /*30/960*/
  border: 15px solid #fff;
  overflow: hidden;
}
.content-block .figure img {
  float: left;
  -webkit-transition: transform .25s ease-in-out;
  -moz-transition: transform .25s ease-in-out;
  -o-transition: transform .25s ease-in-out;
  transition: transform .25s ease-in-out;
}
.content-block .figure img:hover {
  -webkit-transform: rotate(15deg) scale(1.25, 1.25);
  -moz-transform: rotate(15deg) scale(1.25, 1.25);
  -ms-transform: rotate(15deg) scale(1.25, 1.25);
  -o-transform: rotate(15deg) scale(1.25, 1.25);
  transform: rotate(15deg) scale(1.25, 1.25);
}
.secondary-section {
  margin-bottom: 20px;
 }
 /* Floating HH - CYO Box*/
.hh-cyo {
width:150px;
max-width:200px;
bottom:0;
right:0;
height:207px;
position:fixed;
z-index:210;
-webkit-backface-visibility: hidden;
}
	.hh-cyo-small {
		display:none;
		visibility:hidden;
}
.hh-cyo {
width:150px;
max-width:200px;
bottom:0;
right:0;
height:207px;
position:fixed;
z-index:210;
-webkit-backface-visibility: hidden;
}
	.hh-cyo-small {
		display:none;
		visibility:hidden;
}
.cart-total {
width:42px;
height:40px;
top:3px;
right:50%;
position: static;
z-index:210;
background-image:url(../images/floating/cart.png);
background-repeat: no-repeat;
}
.cart-total-count{
	width:20px;
	height:20px;
	border-radius: 50%;
	color:#fff;
	font-size:12px;
	text-align:center;
	background: #009966;
	display:block;
	margin:0 auto;
}
	.cart-total-small {
		display:none;
		visibility:hidden;
}
		
	


/* */
/****************
3 columns
****************/

.pagewide-column
{
    max-width:1200px;
  margin: 0 auto;
  text-align:center;
	
}

.pagewide-column p
{

text-align:justify;
font-size:14px;
}
.pagewide-column h2{
	padding-left:5px;
}

.pagewide-column figure{
	clear:both;
	padding:0;
	margin:2px;
}

.pagewide-column-top{
	width:100%;
	position:relative;
	
}
.pagewide-column-left{
float:left;
width:45%;
text-align:justify;
margin-right:4%;
margin-left:1%;
height:100%;
}
.pagewide-column-left img{
padding:0px;
margin:0;
vertical-align:middle;
}
.pagewide-column-right{
float:left;
width:44%;
margin-left:4%;
margin-right:1%;
}
.column-salad{
	width: 100%; /*270/1200*/
  margin:auto;/*10/1200*/

}

.column-salad p{
	font-size:14px;	
}
 .column {
  width: 24.5%; /*270/1200*/
  margin:auto;/*10/1200*/
  border-bottom: 1px solid #009562;
  border-left: 1px solid #009562;
  border-right: 1px solid #009562;
  border-top: 1px solid #009562;
  height:451.95px;
  display:inline-block;
  margin-bottom:20px;

 }
 
 .column-salad p{
	font-size:14px;	
}
 .column-homepage {
  width: 24.5%; /*270/1200*/
  margin:auto;/*10/1200*/
  border-bottom: 1px solid #009562;
  border-left: 1px solid #009562;
  border-right: 1px solid #009562;
  border-top: 1px solid #009562;
  height:auto;
  display:inline-block;
  margin-bottom:20px;
 }
 
 .column-homepage p{
	 font-size:12px;
	 font-weight:600;
	 color:#565656;
	 text-align:center;
 }


.column h2{
		text-align:center;
	}
.column p{
padding:5px;
text-align:justify;
font-size:12px;
color:#565656;
	}
.column figure{
	text-align:center;
}
.column h3{
font-family:'Roboto', sans-serif;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	color:#05724d;	
}
.pizza-description{
	width:100%;
	float:left;
	max-height:60px;
	height:60px;
}
.original-crust{
	float: left;
	width:100%;
	position:relative;
	text-align:center;
	margin-bottom:15px;
}

.stuffed-crust{
	float: left;
	width:50%;
	position:relative;
	border-button-colr:#666;
	text-align:center;
	margin-bottom:10px;

}

.thin-crunchy{
	float: left;
	width:50%;
	position:relative;
	border-button-colr:#666;
	text-align:center;
}

.pizza-button{
	width:22.22222222222222%; /*60/270*/
	border: 1px solid #dcdcdc;
	height:auto;
	color: #333;
  margin-right: 1px;
  margin-left: 1px;
  display: block;
  text-align: center;
  font-weight: bold;
  display:inline-block;



}
.appetizers-button-container{
	width:100%;

	
}
.appetizers-button{
	width: 25%; /*60/270*/
	border: 1px solid #dcdcdc;
	height:auto;
	color: #333;
  text-align: center;
  font-weight: bold;
  display:inline-block;
    max-width:80px;
	overflow: auto;
}
.pizza-button-half{
	width:44.44444444444444%;
	border: 1px solid #dcdcdc;
	height:auto;
	color: #333;
  margin-right: 1px;
  margin-left: 1px;
  display: block;
  text-align: center;
  font-weight: bold;
  display:inline-block;
  max-width:88px;


}
.pizza-button-size{
	background:#ab131b;
	width:100%;
	font-family:'Roboto', sans-serif;
	color:#FFFFFF;
	font-size:12px;
	
}
pizza-button-size-empty{
	background:#FFFFFF;
	width:100%;
	font-family:'Roboto', sans-serif;
	color:#FFFFFF;
	font-size:12px;
}
.pizza-button-price{
	background:#ffffff;
	width:100%;
	font-family:Arial, sans-serif;
	text-transform:uppercase;
	color:#ab131b;
	font-size:11px;
	font-weight:800;
	
}
.button:focus,
.button:hover {
  background-color: #333;
  color: #fff;
  -webkit-transform: scale(1, 1) translate(0, -5px);
  -moz-transform: scale(1, 1) translate(0, -5px);
  -ms-transform: scale(1, 1) translate(0, -5px);
  transform: scale(1, 1) translate(0, -5px);
}
.button-narrow {
  width: 25%;
}
.button-alt {
  color: #fff;
  border-color: #fff;
}

.footer-content {
  width: 100%; /*600/960*/
  margin-right:0; /*60/960*/
  float: left;
  background-color:#ab131b;
  margin-top:5px;
  margin:0 auto;
  text-align:center;
}
.footer-links a{
	padding:5px;
	font-family: 'Roboto', sans-serif;
  color: #f2f2f2;
  text-transform: uppercase;
  font-size: 13px;
	
}
.footer-links-rounded{

  float:none;
  margin:0 auto;
}

.footer-links-rounded img{
	border-radius:8px;
	background: #7d0e14;
	padding:3px;
	margin-right:2px;
	margin-top:6px;
	max-width:100%;
	height:auto;
}
/****************
Start of media Queries
****************/

@media screen and (max-width: 1101px){
	.pizzas-container
{
  max-width:1100px;
  margin: 0 auto;
}
	.column {
	width: 22.72727272727273%; /*250/1100*/
	}
	.pizza-button{
	width:22.0%;	
	  margin-right: 0;
  margin-left: 1px;
	}
	
	.pizza-button-half{
	width:44.0%;
		  margin-right: 0;
  margin-left: 1px;
	}
	
	.pagewide-column
{
  margin-right:1%;/*10/1200*/

}
.column-homepage{
	width: 22.72727272727273%;
}
 
}
@media screen and (max-width: 941px){
	.column{
	width: 32.12765957446809%; /*320/1000*/
	}
		 .column-homepage {
		 width: 34.04255319148936%; /*320/1000*/
		 margin-right:2%;
		
}
}

@media screen and (max-width: 780px){
	.column{
	width: 31%; /*320/1000*/
	}
	.hh-cyo {
		display:none;
		visibility:hidden;
	}
	.hh-cyo-small {
width:100%;
max-width:200px;
height:207px;
position:static;
z-index:210;
display:block;
visibility: visible;
margin:0 auto;
}

}



@media screen and (max-width: 767px) {
	.top-menu-nav{
	height:100px;
	margin-bottom:120px;
}
  .intro-content {
    margin-top: 10px;
  }
  nav {
    position: static;
  }
  .primary-nav {
    width: 100%;
	max-height:0;
	margin-right:1%;
    overflow: hidden;
    -webkit-transition: all ease-out .35s;
    -moz-transition: all ease-out .35s;
    -o-transition: all ease-out .35s;
    transition: all ease-out .35s;
  }
  .primary-nav.active {
    max-height: 367px;
  }
  .primary-nav > li {
    float: right;
    width: 100%;
	margin-right:2%;
	margin-left:2%;
  }
  .primary-nav li a {
    text-align: right;
    padding: 5px 25px 5px 0;
    border-left: none;
    width: 100%;
    border-bottom: 1px solid #E7E7E7;
    font-size: 14px;
	color:#fff;
  }
  .has-submenu ul {
    position: static;
    display: block;
    border: none;
    border-radius: 0;
    width: 100%;
  }
  .has-submenu li {
    float: none;
	padding: 0px 25px 0px 0;
  }
  .has-submenu:hover ul {
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    animation: none;
  }
  nav figure {
	width: 100%;
	top: 99px;
	text-align: center;
	margin-left: 0;
    /*left: 20px;*/
  }
  
  .mobile-menu-icon {
    background: url('../images/mobile-menu-icon.png') 0 0 no-repeat;
    width: 30px;
    height: 26px;
    float: right;
    margin: 10px 15px 10px 0;
    cursor: pointer;
  }
  .mobile-menu-icon.open {
    background-image: url('../images/mobile-menu-close-icon.png');
  }
  
  ul.top-menu li { 
	padding-right:0px;
	font-family: 'Roboto', sans-serif;
	font-size: 11px;
	font-weight:400;
	display: table-cell;
	vertical-align: middle;
	text-align:center; 
	}
	.arabic {
	width:90%;
}
.column {
	width: 39.374185136897%; /*320/1000*/
	
	}
	
	.column-homepage {
		 width: 39.374185136897%; /*320/1000*/
	}	
	
.pagewide-column-left{
float:none;
width:95%;
text-align:justify;
margin:0 auto;
padding:5px;
}
.pagewide-column-right{
float:none;
width:95%;
margin:0 auto;
padding:5px;
}
}

@media screen and (max-width: 720px){
	.column {
	width: 48.87179487179487%; /*320/1000*/
	}
	.column-homepage {
		 width: 44.44444444444444%; /*320/1000*/
	}	
	.column figure{
		margin: 0 auto;
		max-width:350px;
	}
	.column h2{
		text-align:center;
	
}

}

@media screen and (max-width: 450px) {
  h1 {
    font-size: 28px;
  }
  h2 {
    font-size: 20px;
  }
  .column {
	width: 80%; /*320/1000*/
	}
	.column-homepage {
		 width: 72.0763723150358%; /*320/1000*/

	}	
  .content-block .figure {
    width: 200px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .content-block h1 {
    text-align: center;
  }
  .button-narrow {
    width: 100%;
  }
} /* end of media query */

.home-button {
	position:relative;
	font-family: 'Roboto', sans-serif;
	font-size:12px;
   width:100%;
  color: #ffffff;
  padding: 10px;
  width:auto;
  background-color:#009966;
  text-align: center;
  font-weight: 600;
  display: inline-block;
  text-align: center;
}
.developer
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFF;
	margin-top:10px;
	margin-bottom:15px;
	}
.developer a{
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
}
.copy{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFF;
	
}