.hideShowButton {
    color: #3b3b3b;
    cursor: pointer;
}
.hideShowButton h2{
    margin-bottom: 15px;
    margin-top: 0px;
    font-family: "aleo-bold", arial;
}
.hideShowButton:hover{
    color: #f34949;
    border-color: #f34949;
}

.launchNavigation {
    cursor: pointer;
}

/* Social Media */
.social {
  width: 100%;
  text-align: center;
}

.social .link {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 2px dashed white;
  background-clip: content-box;
  padding: 0px;
  transition: .5s;
  color: #D7D0BE;
  margin: 15px;
  text-shadow:
    0 -1px 0 rgba(0, 0, 0, 0.2),
    0 1px 0 rgba(255, 255, 255, 0.2);
  font-size: 60px;
}

.social .link span {
  display: block;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.social .link:hover {
  padding: 10px;
  color: white;
  margin-left: -5px;
  transform: translateX(10px) rotate(360deg);
  font-size: 50px;
}

.social .link.google-plus {
  background-color: tomato;
  color: white;
}

.social .link.instagram {
  background-color: #E6564C;
  color: white;
}

.social .link.twitter {
  background-color: #00ACEE;
  color: white;
}

.social .link.facebook {
  background-color: #3B5998;
  color: white;
}

.social-media-section{
    padding-top: 30px;
}


/*  Fonts  */
@font-face {
    font-family: 'wcmanonegrabta';
    src: url('../fonts/wcmanonegrabta.eot');
    src: url('../fonts/wcmanonegrabta.eot?#iefix') format('embedded-opentype'),
         url('../fonts/wcmanonegrabta.woff') format('woff'),
         url('../fonts/wcmanonegrabta.ttf') format('truetype'),
         url('../fonts/wcmanonegrabta.svg#wcmanonegrabta') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'aleo-regular';
    src: url('../fonts/aleo-regular.eot');
    src: url('../fonts/aleo-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/aleo-regular.woff') format('woff'),
         url('../fonts/aleo-regular.ttf') format('truetype'),
         url('../fonts/aleo-regular.svg#aleo-regular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'aleo-light';
    src: url('../fonts/aleo-light.eot');
    src: url('../fonts/aleo-light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/aleo-light.woff') format('woff'),
         url('../fonts/aleo-light.ttf') format('truetype'),
         url('../fonts/aleo-light.svg#aleo-light') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'aleo-italic';
    src: url('../fonts/aleo-italic.eot');
    src: url('../fonts/aleo-italic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/aleo-italic.woff') format('woff'),
         url('../fonts/aleo-italic.ttf') format('truetype'),
         url('../fonts/aleo-italic.svg#aleo-italic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'aleo-bold';
    src: url('../fonts/aleo-bold.eot');
    src: url('../fonts/aleo-bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/aleo-bold.woff') format('woff'),
         url('../fonts/aleo-bold.ttf') format('truetype'),
         url('../fonts/aleo-bold.svg#aleo-bold') format('svg');
    font-weight: normal;
    font-style: normal;

}

.navbar-nav li a {
    line-height: 150px;
    height: 100%;
    padding-top: 0;
    text-decoration: none;
    color: #FFFFFF;
    font-family: "aleo-regular", arial;
    font-size: 14px;
    letter-spacing: .5px;
    padding-bottom: 10px;
    border-bottom: 2px solid #fff;    
}

/*  General CSS*/
body{
    background: #fff;
}

.wrapper{
    width: 100%;
    height: 100%;
}

h1, h2, h3, h4, h5 ,h6{
    color: #626262;
    font-family: "aleo-regular", arial;
    letter-spacing: 1px;
}

h1              { font-size: 2em; margin: .67em 0 }
h2              { font-size: 1.5em; margin: .75em 0 }
h3              { font-size: 1.17em; margin: .83em 0 }
h5              { font-size: .83em; margin: 1.5em 0 }
h6              { font-size: .75em; margin: 1.67em 0 }
h1, h2, h3, h4,
h5, h6          { font-weight: bolder }

.clearfix:before,  
.clearfix:after {  
    content: " ";  
    display: table;  
}  
.clearfix:after {  
    clear: both;  
}  
 
.clearfix {  
    *zoom: 1;  
}

.hideShowButton,
ul li a {
    transition:all .3s linear;
    -webkit-transition:all .3s linear;
    -moz-transition:all .3s linear;
    -o-transition:all .3s linear;
}

/*    header    */
header{
    width: 100%;
    height: 75px;
    background: #fff;
}

header .logo{
    float: left;
    width: 5%;
}

#navbar{
    float: right;
}

#navbar{
    list-style: none;
    margin-top: 6px;
}

/*#navbar ul li{
    display: block;
    float: left;
    margin-left: 50px;
}*/

ul li a{
    text-decoration: none;
    color: #3b3b3b;
    font-family: "aleo-regular", arial;
    font-size: 14px;
    letter-spacing: .5px;
    padding-bottom: 10px;
    border-bottom: 2px solid #fff;
}

ul li a.active,
ul li a:hover{
    color: #f34949;
    border-bottom: 2px solid #f34949;
}


/* dropdown menu */
li a, .dropbtn {
    display: inline-block;
    color: black;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover{
    color: red !important;
    border-color: red !important;
}

/*li.dropdown {
    display: inline-block !important;
}*/

.dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    border-color: red;
    z-index: 100000;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.dropdown-content>li>a {
    color: black !important;
    padding: 12px 16px !important;
    text-decoration: none !important;
    display: block !important;
    text-align: left !important;
}

.dropdown-content>li>a:hover {background-color: #f1f1f1 !important;}

.dropdown:hover .dropdown-content {
    display: block;
}


/*    hero    */
.hero{
    width: 100%;
    height: 700px;
    position: relative;
    background: url('../img/pizza.001.jpeg') no-repeat;     
    background-size: cover;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    overflow: hidden;
}

.hero .caption{
    text-align: center;
    margin-top: 175px;

    left: 0;
    right: 0;
    position: absolute;
}

.hero .caption2{
    margin-top: 175px !important;
}

.hero .caption2 h3{
    color: #fff !important;
    outline-color: red;
    font-family: "wcmanonegrabta" !important;
    font-size: 12vmin !important;
    letter-spacing: -5px !important;
    margin: 0 !important;
    padding: 0 !important;
    font-weight: normal !important;
}

.hero .caption h1{
    color: #fff;
    outline-color: red;
    font-family: "wcmanonegrabta";
    font-size: 20vmin;
    max-height: 300px;
    letter-spacing: -5px;
    margin: 0;
    padding: 0;
    font-weight: normal;
}

.hero .caption p{
    color: #fff;
    font-family: "aleo-regular", arial;
    font-size: 4vmin;
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 29px 0 0 0;
    padding: 0;
    font-weight: normal;
}

.hero .caption h2{
    color: #fff;
    font-family: "aleo-regular", arial;
    font-size: 4vmin;
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 29px 0 0 0;
    padding: 0;
    font-weight: normal;
}

.hero .caption .rsep,
.hero .caption .lsep{
    width: 40px;
    height: 1px;
    display: inline-block;
    background-color: #fff;
    vertical-align: middle;
}

.hero .caption .rsep{
    margin-right: 20px; 
}
.hero .caption .lsep{
    margin-left: 20px;
}


/*    menu    */
.menu{
    width: 100%;
    overflow: hidden;
    border-top: 4px solid #f34949;
    background-color: #993937;
}

.menu .menu_title{
    text-align: center;
    margin-bottom: 40px;
}

.menu .menu_title h2{
    display: inline-block;
    margin: 0;
    padding: 20px 25px 35px 25px;
    background: url('../img/ribbon.svg') no-repeat;
    background-position: 50% 0;

    color: #fff;
    font-family: "aleo-bold", arial;
    font-size: 20px;
    font-weight: bold;
}


.menu article{
    width: 100%;
}

.menu .mean_menu{
    overflow: hidden;
}

.menu .hidden_items{
    display: none;
    overflow: hidden;
}

.menu article.lmenu{
    float: left;
}

.menu article.rmenu{
    float: right;
}

.menu article ul{
    overflow: hidden;
    list-style: none;    
}

.menu article ul li{
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 60px;
}

.menu article ul li .item_info{
    display: inline-block;
    float: left;
    padding-right: 10px;
}

.menu article ul li h3{
    color: #545454;
    font-family: "aleo-regular", arial;
    font-size: 16px;
    margin: 0;
    /*background: #fff;*/
    padding: 0 0 10px 0;
    letter-spacing: .5px;
    font-weight: normal;
}

.menu article ul li .item_desc{
    position: absolute;
    color: #b7b7b7;
    font-family: "aleo-italic", arial;
    font-size: 12px;
    font-style: italic;
    letter-spacing: 1px;
    font-weight: lighter;
}

.menu article ul li .price{
    float: right;
    color: #555;
    font-family: "aleo-regular", arial;
    font-size: 16px;
    letter-spacing: .5px;
    /*padding: 0 0 30px 40px;*/
    /*background: #fff;*/
    margin: 0;
    font-weight: normal;
}

.menu article ul li .separator{
    width: 100%;
    height: 1px;
    background: #e3e1e1;
    position: absolute;
    top: 10px;
    border: 0;
    z-index: 0;
}

.menu .load-more{
    display: block;
    text-align: center;
}

.menu .load-more a{
    text-decoration: none;
    display: inline-block;
    color: #b7b7b7;
    margin-top: 30px; 
    padding: 10px 15px;
    border: 1px solid #d7d5d5;

    color: #b7b7b7;
    font-family: "aleo-regular", arial;
    font-size: 14px;
    letter-spacing: 1px;
}

.menu .load-more a hr{
    width: 1px;
    height: 12px;
    border: 0;
    background: #b7b7b7;
    display: inline-block;
    margin: 0 9px -1px 7px;
}

.menu .load-more a .bottom_arrow,
.menu .load-more a .top_arrow{
    display: inline-block;
    width: 11px;
    height: 7px;
    background-repeat: repeat-y;
    margin-bottom: 1px;
}

.menu .load-more a .bottom_arrow{    
    background: url('../img/bottom_arrow.png');
}

.menu .load-more a .top_arrow{    
    background: url('../img/top_arrow.png');
}




/*    featured dishes    */
.info{
    overflow: hidden;
    margin-bottom: 80px;
}

.info .title{
    float: left;
    position: relative;
}

.info .title h3{
    color: #3b3b3b;
    font-family: "aleo-bold", arial;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
}

.info .title .separator{
    position: absolute;
    width: 200px;
    height: 1px;
    background: #e5e3e3;
    top: 10px;
    right: -220px;    
}

.featured_dishes{
    padding: 25px 0;
    overflow: hidden;
    background-color: #993937;
    border-top: rgb(65, 57, 57);
    border-style: solid;    
}

.caroufredsel_wrapper{
    width: 100%!important;
}

.featured_dishes .slider_nav{
    float: right;
}

.featured_dishes .slider_nav a{
    display: block;
    width: 9px;
    height: 9px;
    float: left;
    margin-left: 10px;
    text-indent: 999px;
    text-decoration: none;
    background: url('../img/pagination.png') no-repeat;
}

.featured_dishes .slider_nav a.selected{
    background: url('../img/pagination_active.png') no-repeat;
}


.featured_dishes .dishes{
    overflow: hidden;
}

.featured_dishes .dishes article{
    display: block;
    width: 230px;
    float: left;
    margin-right: 60px;
}

.featured_dishes .dishes article:last-child{
    margin-right: 0;
}

.featured_dishes .dishes article .dishe_img{
    display: block;
    width: 230px;
    height: 200px;
    min-height: 200px;
    min-width: 230px;
    overflow: hidden;
    box-shadow: 0px 0px 5px 1px;
    border-radius: 10px;
    margin: 5px;
/*    display: block;
    width: 200px;
    height: 200px;
    min-height: 20px;
    min-width: 200px;
    overflow: hidden;
    box-shadow: 0px 0px 4px 1px;
    border-radius: 300px;
    margin: 5px;
    background-color: #bda37b;*/
}

.dishe_img a img {
    height: 100%;
    width: 100%;
/*    border-style: solid;
    border-color: #fefefe;
    border-width: 10px;
    height: 90%;
    width: 90%;
    margin: auto;
    display: block;
    margin-top: 5%;
    border-radius: 300px;*/
}
.featured_funfact{
    padding: 25px 0;
    overflow: hidden;
    background-image: url("https://newevolutiondesigns.com/images/freebies/black-wallpaper-22.jpg");
    background-color: rgba(99, 99, 99, 0.58);
    background-blend-mode: overlay;
    border-top: #f04a49;
    border-style: solid;    
}
.funfact_img {
    width: 100%;
    height: 100%;
    position:relative;
}
.funfact_img img {
    max-height: 300px;
    position:absolute;
    left:0;
    top:0;
}
.funfact_img p {
    z-index: 100;
    position: absolute;
    color: white;
    font-size: 24px;
    font-weight: bold;
}
.food-fav-section {
    background-color: white;
    padding: 30px;
    border-radius: 30px;
    box-shadow: 0px 0px 15px 0px;
    background-image: url("../img/pizzaback.jpg");
    background-size: contain;
    background-repeat: round;
/*    border-color: #993937;
    border-style: dashed;
    border-width: 5px;*/
}
#owl-demo {
    padding-left: 15px;
}
#owl-demo .item{
  margin: 3px;
  height: 200px;
  width: 200px;
}
#owl-demo .item img{
  width: 100%;
  height: 100%;
  border-radius: 40px;
  box-shadow: 0px 0px 1px 1px;
}

.mylocation {
    padding: 25px 0;
}
.mylocation .crispycrustlogo {
    width: 35%;
    height: 30%;
    display: block;
    /* min-height: 100px; */
    min-width: 160px;
    margin: auto;    
}
.featured_dishes .dishes article .dish_info{
    overflow: hidden;
    margin: 30px 0 10px 0;
}

.featured_dishes .dishes article .dish_info h2{
    float: left;
    width: 85%;
}

.featured_dishes .dishes article .dish_info h3{
    float: right;
}

.featured_dishes .dishes article .dish_info h3,
.featured_dishes .dishes article .dish_info h2{
    margin: 0;
    color: #FFFFFF;
    font-family: "aleo-light", arial;
    font-size: 16px;
    font-weight: lighter;

}

.featured_dishes .dishes article .rating ul{
    list-style: none;
    overflow: hidden;
}

.featured_dishes .dishes article  ul.rating li{
   display: block;
   width: 12px;
   height: 11px;
   float: left;
   margin-right: 5px;
   background: url('../img/stars.png') no-repeat;
   background-position: 0 0;
}

.featured_dishes .dishes article  ul.rating li.no-star{
   background-position: -13px 0;
}



/*    gallery    */
.gallery{
    padding: 25px 0 !important;
    overflow: hidden;
    padding-top: 50px;
    border-style: solid;
    border-width: 4px 0px 0px 0px;
}

.gallery .media{
    overflow: hidden;
    width: 100%;
}

.gallery .media section{
    display: block;
    width: 366px;
    float: left;
} 

.gallery .active{
    zoom: 1;
    filter: alpha(opacity=100);
    opacity: 1;
}
.gallery .inactive{
    zoom: 1;
    filter: alpha(opacity=80);
    opacity: .8;
}

.gallery .media section .hhalf{
    display: block;
    width: 100%;
    height: 215px;
} 

.gallery .media section img{
    width: 100%;
    vertical-align: middle;
}

.media {
    margin-left: 2%;
}







.row-height {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}
.col-height {
  display: table-cell;
  float: none;
  height: 100%;
}
.col-top {
  vertical-align: top;
}
.col-middle {
  vertical-align: middle;
}
.col-bottom {
  vertical-align: bottom;
}

/*    footer    */
footer{
    height: 100%;
    width: 100%;
    padding-top: 5px;    
    padding-left: 50px;    
    padding-right: 50px;
    margin: auto;
    background: #3b3b3b;
    overflow: hidden;
}


/*@media (max-width: @screen-xs) {
    
}

@media (max-width: @screen-sm) {

}
*/
footer div {
    margin-top: 10px;
    text-align: center;
}
footer .address{
    color: #fff;
    font-family: "aleo-regular", arial;
    font-size: 3vmin;
    line-height: 4vmin;
    font-weight: normal;
    letter-spacing: 1px;
}

footer .address .location{
    color: #ebebeb;
    font-family: "aleo-light", arial;
    font-weight: lighter;
}

footer .address .phone{
    font-family: "aleo-bold", arial;
    font-weight: bold;
}

footer .footer_nav ul{
    list-style: none;
}

footer .footer_nav ul li{
    display: block;
}

footer .footer_nav ul li a{
    text-decoration: none;
    color: #fff;
    font-family: "aleo-regular", arial;
    font-size: 3vmin;
    letter-spacing: 1px;
    padding-bottom: 3px;
    border-bottom: 1px solid #3b3b3b;
}

footer .footer_nav ul li a:hover{
    border-bottom: 2px solid #FFF;
}

footer .copyrights p{
    color: #ebebeb;
    font-family: "aleo-light", arial;
    font-size: 2vmin;
    font-weight: lighter;
    letter-spacing: 1px;
}

footer .copyrights p a{
    font-family: "aleo-bold", arial;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
}

footer.creator {
    margin-bottom: 20px;
}

footer .creator p{
    color:#34B1B2
    font-family: "aleo-light", arial;
    font-size: 14px;
    font-weight:lighter;
    line-height:32px;
    letter-spacing: 1px;

}


