/* 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;
    background: url('img/bk.jpg') no-repeat fixed center center #EEE3C5;
}
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;
}
a{text-decoration: none;}

/*GENERAL*/
#header{
    width: 950px;
    margin: auto;   
}
@font-face {
    font-family: Carnevalee;
    src: url('src/font/Carnevalee_Freakshow.ttf');
    font-weight:normal;
}
@font-face {
    font-family: CalistoMT;
    src: url('src/font/CALIST.ttf');
    font-weight:normal;
}
@font-face {
    font-family: CalistoBold;
    src: url('src/font/CALISTB.ttf');
    font-weight:normal;
}
@font-face {
    font-family: ArnoProItalicCaption;
    src: url('src/font/ArnoPro-ItalicCaption.otf');
    font-weight:normal;
}
@font-face {
    font-family: ClarendonBold;
    src: url('src/font/ClarendonBold.ttf');
    font-weight:normal;
}
@font-face {
    font-family: Saddlebag;
    src: url('src/font/Saddlebag.ttf');
    font-weight:normal;
}
@font-face {
    font-family: ArnoPro-BoldCaption;
    src: url('src/font/ArnoPro-BoldCaption.otf');
    font-weight:normal;
}
.clear{
    width: 100%;
    height: 20px;
    margin-top: 35px;
}

/*HEADER*/
#header{
    position: relative;
    top: 33px;
    z-index: 2;
}
.menu_container{
    background: url('img/bk_menu.png') no-repeat center center;
    height: 129px;
    width: 936px;
    margin: auto;
    position: relative;
}
.logo{
    width: 155px;
    height: 195px;
    margin: auto;
    position: absolute;
    left: 390px;
    top: -33px;
    z-index: 5;
}
.menu_left{
    float: left;    
    left: 96px;
}
.menu_right{
    float: right;
    right: 100px;
}
.menu_left, .menu_right{
    font-family: 'Carnevalee';
    color: #FFF;
    height: 86px;
    position: relative;
    top: 19px;
}
.letter1{
    font-size: 102px;
    float: left;
    position: relative;
    top: 0px;
    height: 69px;
    width: 194px;
    padding-right: 5px;
    margin-right: 5px;
    left: 33px;
}
.letter1 span{
    position:absolute;
    top: -18px;
    left: 0px;
}
.letter2{
    font-size: 43px;
    border-bottom: 1px solid #FFF;
    padding-bottom: 6px;
    margin-bottom: 3px;
}
.letter3{
    font-size: 30px;
}
.letter_left_container{
    float: left;    
    position: relative;
    top: -3px;
}
.letter2 span, .letter3 span{}
.letter1, .letter2, .letter3{
    text-shadow: 3px 4px 0px rgba(0, 0, 0, 1);
    vertical-align: middle;
}
.letter1, .letter2, .letter3, .letter1 a, .letter2 a, .letter3 a{color: #FFF;}
.letter2_left{
    position: relative;
    top: 3px;
}
/*social network*/
.social_network{
    position: absolute;
    right: 34px;
    top: -34px;
}
.facebook, .twitter{
    display: inline-block;
    width: 45px;
    height: 45px;
}

/*CONTENT*/
#content{
    background: rgba(143, 110, 73, 0.6);
    width: 850px;
    margin: auto;
    height: auto;/*721*/
    border-radius: 10px;
    -moz-border-radius:border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    position: relative;
    z-index: 1;
    top: -33px;
    padding-left: 25px;
    overflow: visible;
    padding-top: 55px;
    padding-bottom: 50px;
}
.title_page{border-bottom: 2px solid #FFF;}
.title_page_menu{}
.title_page_menu, .title_page{
    font-size: 55px;
    color: #FFF;
    font-family: 'Carnevalee';
    font-weight: 500;
    text-shadow: 3px 4px 0px rgba(0, 0, 0, 1);
    padding-bottom: 15px;    
    width: 335px;
}
.title_page_gift{
    font-size: 74px;
}
.front_pic{
    border: 1px solid #000;
    background: #CAB796;
    padding: 11px;
    width: 307px;
    height: 532px;
    margin-top: 15px;
    box-shadow: 3px 3px 12px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 3px 3px 12px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 3px 3px 12px 2px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 3px 3px 12px 2px rgba(0, 0, 0, 0.3);
    display: inline-block;
}
.front_pic img{width: 308px;}
.text_content{
    background: url('img/bk_letters.png') no-repeat;
    width: 421px;
    height: 503px;
    display: inline-block;
    position: absolute;
    right: -21px;
    z-index: 5;
    top: 127px;
    padding: 65px 60px 60px 60px;
    text-align: justify;
    font-size: 18px;
    font-family: 'CalistoMT';
    line-height: 21px;
}
.text_content strong{
    font-family: 'CalistoBold';   
}

/*EXTRAS*/
#gift_direction{
    width: 875px;
    margin: auto;
    position: relative;
    height: 269px;
}
.gift_card{
    position: absolute;
    width: 184px;
    height: 282px;
    left: 345px;
    top: -80px;
}
.thumb_directions{
    width: 264px;
    height: 178px;
    position: absolute;
    right: 180px;
    top: 25px;
}

/*FOOTER*/
#footer{    
    font-family: 'Carnevalee';
    border-top: 1px solid #333333;
    text-align: center;
    width: 875px;
    margin: auto;
    padding-top: 10px;
    padding-bottom: 15px;
}
#footer ul{
    margin: auto;
    height: 40px;
    position: relative;
    width: 400px;
}
#footer li{
    float: left;
    font-size: 29px;
    margin-left: 15px;
    list-style: circle;
}
#footer li, #footer li a{color: #000;}
.img_footer{margin-top: 10px;}

/*GIFT CARD PAGE*/

#gift_card{
    width: 248px;
    margin: auto;
    font-family: 'CalistoMT';
}
.from_data{
    padding-bottom: 20px;
    border-bottom: 2px solid rgba(77, 30, 15, 0.5);
}
.to_data, .from_data{overflow: hidden;}
.titles{  
    background: rgba(77, 30, 15, 0.5);  
    color: #FFF;
    text-align: center;
    width: 248px;
    padding: 3px 0px;
}
#gift_card label{
    color: #000;
    font-size: 9pt;
    line-height: 30px;
    font-family: 'CalistoBold';
    margin-left: 10px;
}
.in_type1{
    float: right;
    margin-top: 10px;
    font-size: 8pt;
    height: 14px;
}
.in_type2{ width: 120px;}
.in_type1, #gift_card textarea, .message_preview, .info_contact input, .info_contact textarea{
    border: 1px solid #000;
    background: #E7D1B4;
}
#gift_card textarea{
    width: 238px;
    float: right;
}
.btn_general{
    background: url('img/btn_general.png');
    width: 100px;
    height: 33px;
    border: none;
    color: #FFF;
    text-shadow: 3px 2px 0px rgba(0, 0, 0, 1);
    font-family: 'Carnevalee';
    font-size: 10pt;
    text-align: center;
    padding-top: 0px;
    overflow: visible;    
}
.btn_gitf_card{
    float: right;
    margin-top: 5px;
    font-size: 11pt;
}
.btn_pay{
    font-size: 13pt;
    letter-spacing: 2px;
    float: right;
    margin-top: 10px;
}
.img_gift_card{
    width: 184px;
    height: 282px;
    position: absolute;
    top: -76px;
    right: 57px;
}
.to_preview, .from_preview{
    position: relative;
    left: -32px;
    height: 80px;    
}
.message_preview{
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.5);
    height: 82px;
    padding: 20px;
    width: 381px;
    margin: auto;
}
.logo1{}
.logo2{
    margin-top: 50px;    
}
.logo2, .logo1{
    float: left;    
    position: relative;
    top: -5px;
    left: 20px;
}
.logo3{
    position: relative;
    left: 43px;
}
.info8oz{
    height: 293px;
    padding-top: 72px;    
    top: 55px;
}
.info8oz, .info8oz_gift{
    float: right;
    border-left: 2px solid black;
    color: black;
    font-family: 'Carnevalee';
    font-size: 15pt;
    width: 210px;
    padding-left: 15px;
    position: relative;
    left: 9px;
}
.info8oz_gift{
    padding-top: 62px;
    top: 6px;
}

/*menu page*/

.menu_wrapper{
    background: rgba(255, 255, 255, 0.4);
    width: 827px;
    margin: auto;
    margin-left: -16px;
    color: #382D2B;
    font-size: 16px;
    font-family: 'ArnoProItalicCaption';
    padding: 0px 0px 20px 30px;
    position: relative;
}
.left_column, .right_column{
    display: inline-block;
    vertical-align: top;
}
.left_column{
    width: 380px;
}
.right_column{
    width: 346px;
    margin-left: 60px;
}
.intro_menu{
    font-size: 13px; 
    letter-spacing: 0px;
}
.salads .menu_titles{
    margin-top: 20px;
}
.menu_titles{
    text-shadow: 3px 1px 0px rgba(255, 255, 255, 1);
    font-family: 'ClarendonBold';
    font-size: 24px;
    letter-spacing: 3px;
}
.intros_menu_items{
    padding-top: 20px;
}
.intros_menu_items, .menu_titles{
    text-align: center;
}
.salads .list_dishes{margin-bottom: 20px;}
.salads .list_dishes dd{margin-bottom: 15px;}
.list_dishes dt{font-family: 'ArnoPro-BoldCaption';}
.list_dishes dd{font-family: 'ArnoProItalicCaption';}
.list_dishes2 dt{line-height: 27px;}
.menu_in_box{
    border:  3px solid #3E3E29;
    padding: 8px;
    font-size: 16px;
}
.menu_in_box dt{margin-bottom: 5px;}
.menu_in_box dd{margin-bottom: 15px;}
.box_content_menu{
    border: 1px solid #382D2B;
    background: #EAE7E6;
    position: relative;
    padding: 20px 10px 20px 24px;
}
.box_content_menu .menu_titles{
    margin-bottom: 10px;
}
.vignette1, .vignette2{top: 0px;}
.vignette3, .vignette4{bottom: 0px;}
.vignette1, .vignette4{left: 0px;}
.vignette2, .vignette3{right: 0px;}
.vignette1, .vignette2, .vignette3, .vignette4{
    position: absolute;
    width: 35px;
    height: 32px;
}
.super_title{
    font-family: 'Saddlebag';
    color: #382D2B;
    text-align: center;
}
.super_title .first_line{font-size: 68px;}
.super_title .second_line{font-size: 43px;}
.super_title .third_line{font-size: 53px;}
.super_title .quarter_line{font-size: 34px;}
.line_type2{
    margin: 20px 0;
    text-align: center;
}
.donation{
    margin-top: 30px;
}
.combox_note{
    margin-bottom: 10px;
}
.donation, .combox_note{
    font-family: 'ArnoProItalicCaption';
    font-size: 18px;    
    text-align: center;
}
.arrows{
    top: 20px;
    right: 35px;
    width: 29px;
    height: 23px;
}
.pdf_menu{
    width: 141px;
    height: 38px;
    top: 16px;
    right: 120px;
}
.pdf_menu:hover{cursor: pointer;}
.arrows, .pdf_menu{position: absolute;}

/*DIRECTIONS*/

#directions_container{
    background: url('img/cow.png') no-repeat center center;
    height: 545px;
    position: relative;
}
.seattle_item, .angeles_item, .tunica_item, .bossier_item, .miami_item{position: absolute;}
.seattle_item{
    left: 261px;
    top: 50px;
}
.angeles_item{
    top: 184px;

    left: 238px;
}
.tunica_item{
    left: 450px;

    top: 69px;
}
.bossier_item{
    top: 144px;

    left: 480px;
}
.miami_item{
    top: 38px;
    
    left: 603px;
}
/*GALLERY*/
.gallery_container{
    margin-top: 20px;
    width: 820px;
}
/*CONTACT US*/
.title_contact{
    font-family: 'Carnevalee';
    color: #8f6e49;
    font-size: 37px;
    text-align: center;
}
.info_contact{
    margin-top: 20px;
    line-height: 12px;
    position: relative;
}
.info_contact label{
    font-family: 'CalistoBold';
    color: #000;
    font-size: 18px;
}
.inp_contact{
    width: 180px;
    float: right;
    margin-right: 90px;
    float: right;
    margin-right: 90px;
    margin-top: -3px;
}
.text_contact{
    width: 400px;
    border-radius: 5px;
    height: 70px;
    box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.3);
    margin-top: 10px;
}
.info8ox_contact{
    text-align: right;
    font-family: 'CalistoBold';
    font-size: 14px;
    line-height: 14px;
}
.btn_send{
    background: url('img/btn_send.png') !important;
    width: 102px;
    height: 54px;
    position: absolute;
    border: none !important;
    bottom: -47px;
    right: 14px;
}
.info8oz_map{padding: 0 !important;}
.info8oz_map:hover{cursor: pointer;}
small{display: none;}
#modal_box{
    display: none;
    width: 100%;
    background: rgba(0,0,0,0.7);
    position: fixed;
    z-index: 1000;
}
.show_map{
    background: #FFF;
    padding: 40px;
    width:425px;
    height: 350px;
    position: absolute;
    margin: auto;
    left: 0px;
}
.close{
    color: #000;
    font-family: 'CalistoBold';
    font-family: 14px;
    position: absolute;
    right: 10px;
    top: 10px;
    border: 1px solid #000;
    text-align: center;
    padding: 5px 10px;
}
.close:hover{cursor: pointer;}
.map{
    width: 425px;
    height: 350px;
    margin: auto;
}