﻿/* Standard HTML Tags */

html, body {
	margin:0px;
	padding:0px;
	height:100%;
	background-color:#FFFFFF;

}

div, p {
    /*font-family:Andes, Arial, Helvetica, sans-serif;  */
    font-family:'Nunito', sans-serif;
    font-weight:300;
	font-size:16px;
    line-height:22px;
	color:#000000;
    position:relative;
}

li {
	margin:0px;
}

hr {
	background-color:#e5dfcc;
	border:0px;
	height:1px;
}

form {
	margin:0px;
}

a {
	color:#ea4e3c;
	text-decoration:none;
}

a:hover {
	color:#f1b518;
	text-decoration:none;
}

ul {
	list-style:square;
}

table {
	border-collapse:collapse;
}

td {
	vertical-align:top;
}

h1 {
	color:#000000;
    /*font-family:AndesBold, Arial, Helvetica, sans-serif;  */
    font-family:'Nunito', sans-serif;
	font-size:20px;
	font-weight:300;
	margin:0px 0px 10px 0px;
}

h2 {
	color:#3c3a3b;
    /*font-family:AndesBold, Arial, Helvetica, sans-serif;  */
    font-family:'Nunito', sans-serif;

	font-size:18px;
	font-weight:300;
    text-transform:uppercase;
    text-size-adjust:90%;
    font-weight:bold;
	margin:0px 0px 10px 0px;
}

h3 {
	color:#000000;
    /*font-family:AndesBold, Arial, Helvetica, sans-serif;  */
    font-family:'Nunito', sans-serif;
	font-size:14px;
	font-weight:300;
	margin:0px 0px 10px 0px;
}

img	{
	border:0px;
}

input {
    /*font-family:Andes, Arial, Helvetica, sans-serif;  */
    font-family:'Nunito', sans-serif;
	font-size:12px;
}

input[type=button] {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

input[type=submit] {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

select {
    font-family:'Nunito', sans-serif;
	font-size:12px;

    padding:1em 3em 1em 1em;
    background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
     background-position:
    calc(100% - 10px) calc(1em + 2px),
    calc(100% - 5px) calc(1em + 2px),
    calc(100% - 2em) 100em;
    background-size:
    5px 5px,
    5px 5px,
    1px 2em;
    background-repeat: no-repeat;
    cursor:pointer;
}

textarea {
	/*font-family:Andes, Arial, Helvetica, sans-serif;  */
    font-family:'Nunito', sans-serif; 
	font-size:12px;
}

/************* Other Styles ************/

.hide {
    display:none;
}

.clear  {
    clear:both;
}

.left {
	text-align:left;
}

.right {
	text-align:right;
}

.center {
	text-align:center;
}

.bold {
	font-weight:bold;
}

.italic {
	font-style:italic;
}

.underline {
    text-decoration:underline;
}

.input_button {
	padding:12px 10px 12px 10px;
	color:#000000;
	font-family:Arial;
	font-size:12px;
	cursor:pointer;

	background-color:#FFFFFF;
	border:1px solid #000000;
}

.input_button_reservation {
	padding:8px 10px;
	font-family:Arial;
	font-size:12px;
	cursor:pointer;

	background-color:#ea4e3c;
	border:1px solid #ea4e3c;

    color:#FFFFFF;
    display:inline-block;
}

    .input_button_reservation:hover {
        background-color:#FFFFFF;
        color:#ea4e3c;
    }

.input_button_location {
	padding:12px 10px 12px 10px;
	color:#000000;
	font-family:Arial;
	font-size:12px;
	cursor:pointer;

	background-color:#f1b518;
	border:1px solid #000000;
}

.input_button_responsive {
	padding:12px 10px 12px 10px;
	color:#FFFFFF;
	font-family:Arial;
	font-size:12px;
	cursor:pointer;
	
	background:#713230;
	border:0px;
}

.input_button:hover {
    border:1px solid #ea4e3c;
    color:#ea4e3c;
}

.input_button_location:hover {
    border:1px solid #ea4e3c;
    color:#ea4e3c;
}


.button_careers {
	padding:20px 30px 20px 30px;
}

.input_button_application {
	padding:12px 30px 10px 30px;
	color:#000000;
	/*font-family:Andes, Arial, Helvetica, sans-serif;  */
    font-family:'Nunito', sans-serif;
	font-size:14px;
	cursor:pointer;
	
    background-color:#FFFFFF;
	border:1px solid #000000;
}

.input_button_application_tooltip {
	padding:8px 20px 6px 20px;
	color:#000000;
	/*font-family:Andes, Arial, Helvetica, sans-serif;  */
    font-family:'Nunito', sans-serif;
	font-size:12px;
	cursor:pointer;
	
    background-color:#FFFFFF;
	border:1px solid #000000;
}

.input_button_application:hover {
	color:#716a62;
	background:#c4c1be;
}

a.link_button {
    padding:12px 20px 12px 20px;
	color:#000000;
	font-family:Arial;
	font-size:12px;
	cursor:pointer;
	
    border:1px #000000 solid;
    text-transform:uppercase;
}

a.link_button:hover {
	border:1px #ea4e3c solid;
    color:#ea4e3c;
}

.restaurant_result_box_2_content > a.link_button {
    background-color:#ea4e3c;
    color:#FFFFFF;
    border:1px #ea4e3c solid;
}

    .restaurant_result_box_2_content > a.link_button:hover {
        background-color:#FFFFFF;
        color:#ea4e3c;
    }

a.link_button_location_detail {
    padding:12px 15px 12px 15px;
	color:#FFFFFF;
	font-family:Arial;
	font-size:12px;
	cursor:pointer;
    width:80%;
    max-width:120px;
    display:block;
    text-align:center;
	
	background-color:#ea4e3c;
	border:1px #ea4e3c solid;
}

    a.link_button_location_detail:hover {
        background-color:#FFFFFF;
        color:#ea4e3c;
    }

.table_all {
	border:1px #c9c9c9 solid;
	width:100%;
}

	.table_all td {
		padding:4px;
	}
	
.table_all_no_border {
	width:100%;
}

	.table_all_no_border td {
		padding:4px;
	}
	
.table_all_no_border_padding {
	width:100%;
}

	.table_all_no_border_padding td {
		padding:0px;
	}

.table_all_no_border_padding_top {
	width:100%;
}

	.table_all_no_border_padding_top td {
		padding:0px;
        vertical-align:top;
	}

.table_head_right {
	color:#FFFFFF;
	font-weight:bold;
	border-right:1px #FFFFFF solid;
	background-color:#666666;
}

.table_head_right_bottom {
	color:#FFFFFF;
	font-weight:bold;
	border-right:1px #FFFFFF solid;
	border-bottom:1px #c9c9c9 solid;
	background-color:#666666;
}

.table_head_bottom {
	color:#FFFFFF;
	font-weight:bold;
	border-bottom:1px #c9c9c9 solid;
	background-color:#666666;
}

.table_row_right {
	border-right:1px #c9c9c9 solid;
}

.table_row_right_bottom {
	border-bottom:1px #c9c9c9 solid;
	border-right:1px #c9c9c9 solid;
}

.table_row_bottom {
	border-bottom:1px #c9c9c9 solid;
}
    
.message_error {
	clear:both;
	background-color:#fde3e3;
	margin:0px auto 10px auto;
	width:100%;
	border:1px #000000 solid;
}

    .message_error_content {
        padding:5px;
        color:#000000;
    }
    
.message_ok {
	clear:both;
	background-color:#dbfad8;
}
    .message_ok_content {
        padding:5px;
        color:#000000;
    }
    
.message_warning {
	clear:both;
	background-color:#fafad8;
}
    .message_warning_content {
        padding:5px;
        color:#000000;
    }

.message_error div,
.message_ok div,
.message_warning div {
    color:#000000;
}

    
.message_debug {
	clear:both;
	background-color:#fdf3e3;
}

    .message_debug_content {
	    padding:2px;
        color:#000000;
    }

.required {
	color:#CC0000;
	font-style:italic;
	font-size:11px;
} 

.no_border {
	border:0px;
}

.no_margin {
	margin:0px;
}

.image_right {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}

.image_left {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

.highlight {
    background-color:#e2ecf6;
}

.float_left {
    float:left;
}

.float_right {
    float:right;
}

/*************/
/* Site Container Styles */
/*************/
/*
- #site_main = Desired width of site. Default is 100%. You can set this to a specific width, which will force all DIVS inside of it.
- #wrappers = Full width of site. Should always be set to 100%.
- #containers = Working width of site. This should be based on screen size. Default size is 1000px for 1024x768 screens. Additional sizes should be defined in the webstyles_resposive.css.
- #containers..._content = Content area. This is where you put padding.
*/

#site_main {
    position:relative;
	width:100%;
    min-height:100%;
}

    /*-- Responsive Design -- */
    #container_responsive_design_menu {
        display:none;
    }

    #container_responsive_design_menu_list {
        display:none;
    }
    
    /*-- Header --*/
    #wrapper_header {
        clear:both;
        width:100%;
        height:70px;
        position:fixed;
        top:0px;
        z-index:2000;
        background-color:#ffffff;

        -webkit-box-shadow: 0px 4px 5px -1px rgba(0,0,0,0.51);
        -moz-box-shadow: 0px 4px 5px -1px rgba(0,0,0,0.51);
        box-shadow: 0px 4px 5px -1px rgba(0,0,0,0.51);
    }

        #container_header{
	        clear:both;
	        width:1000px;
	        margin:0px auto 0px auto;
	        overflow:auto;
            position:relative;
        }

            #container_header:after {
                display:block;
                content:'';
                clear:both;
            }

	        #logo {
                float:left;
                width:140px;
                position:relative;
	        }

                #logo_content {
                    padding:20px 0px 10px 10px;
                }

            .menu {
                float:left;
                width:720px;
            }

                .menu_content {
                    padding:30px 0px 0px 0px;
                    text-align:right;
                }

            
	                .menu_content ul {
                        list-style-type:none;
                        margin:0;
                        padding:0;
	                }
	        
	                    .menu_content li {
                            display:inline;
                            float:right;
	                    }	            

	                    .menu_content a {
                            display:block;
                            margin:0px 8px 0px 8px;
                            padding:0px 1px 0px 1px;
                            color:#3d3a3b;
                            font-size:12px;
	                    }
	                
	                    .menu_content li.menu_selected a {
                            font-weight:bold;
                            color:#b7a192;
                            border-bottom:1px #b7a192 solid;
	                    }

            .menu_social_media {
                float:right;
                width:140px;
                text-align:right;
            }

                .menu_social_media img {
                    height:26px;
                    margin:24px 0px 0px 5px;
                }

    #wrapper_sub_menu {
        position:fixed;
        top:40px;
        z-index:1200;
        width:100%;
        background-color:transparent;
    }

        #container_sub_menu {
            width:1000px;
            margin:0px auto 0px auto;
            position:relative;
        }

            #sub_menu {
                position:absolute;
                top:10px;
                right:146px;
                background-image:url(../webimages/common/i_triangle_top.png);
                background-position:center top;
                background-repeat:no-repeat;
                padding:6px 0px 0px 0px;
            }

                #sub_menu a {
                    display:block;
                    padding:8px 20px 6px 20px;
                    background-color:#000000;
                    color:#e9705e;
                    text-align:center;
                    font-size:12px;
                }

    /*-- Body --*/
    #wrapper_main_content {
        padding:70px 0px 0px 0px;
    }

    #wrapper_body {
        clear:both;
        width:100%;
        overflow:auto;
    }
                
        #container_body {
            clear:both;
            width:1000px;
            margin:0px auto 0px auto;
            overflow:auto;
        }
                
            #container_body_content {
                padding:20px;
            }

                #careers_ad_title {
                    position:absolute;
                    top:80px;
                    right:0px;
                    z-index:1;
                }
                
                #careers_ad_play_button {
                    position:absolute;
                    top:400px;
                    left:500px;
                    z-index:1;
                }

    /*-- Sub Footer --*/
    #wrapper_sub_footer {
        clear:both;
        width:100%;
        overflow:auto;
        background-color:#FFFFFF;
        border-bottom:16px #1e120b solid;
    }
                
        #container_sub_footer {
            clear:both;
            width:1000px;
            margin:0px auto 0px auto;
            overflow:auto;
        }


            #container_sub_footer a.link_button {
                display:inline-block;
                width:100px;
                font-size:1.2em;
            }

            #sub_footer_box_1 {
                float:left;
                width:33%;
            }

                #sub_footer_box_1_content {
                    text-align:center;
                    padding:40px 0px 40px 0px;
                    text-align:center;
                }

                    #sub_footer_box_1_content .top {
                        clear:both;
                        height:280px;
                        overflow:hidden;
                        margin:0px 0px 18px 0px;
                    }

            #sub_footer_box_2 {
                float:left;
                width:34%;
            }

                #sub_footer_box_2_content {
                    text-align:center;
                    padding:40px 0px 40px 0px;
                }

                    #sub_footer_box_2_content .top {
                        clear:both;
                        height:280px;
                        overflow:hidden;
                        margin:0px 0px 18px 0px;
                    }

            #sub_footer_box_3 {
                float:left;
                width:33%;
            }

                #sub_footer_box_3_content {
                    text-align:center;
                    padding:40px 0px 40px 0px;
                }

                    #sub_footer_box_3_content .top {
                        clear:both;
                        height:280px;
                        overflow:hidden;
                        margin:0px 0px 18px 0px;
                    }
              
    /*-- Footer --*/
    #wrapper_footer {
        clear:both;
        width:100%;
        overflow:auto;
        background-color:#FFFFFF;
    }
                
        #container_footer {
            clear:both;
            width:1000px;
            margin:0px auto 0px auto;
            overflow:auto;
        }

            #container_footer div,
            #container_footer a {
                color:#000000;
            }

            #container_footer a:hover {
                color:#ea4e3c;
            }

            #footer_box_1 {
                float:left;
                width:33%;
            }

                #footer_box_1_content {
                    padding:40px 0px 40px 0px;
                    text-align:center;
                }

                    #footer_box_1_content .logo {
                        margin:0px 0px 20px 0px;
                    }

                    #footer_box_1_content .copyright {
                        font-size:10px;
                    }

            #footer_box_2 {
                float:left;
                width:34%;
            }

                #footer_box_2_content {
                    padding:40px 0px 40px 0px;
                    text-align:center;
                    color:#ededd9;
                }

                    #footer_box_2_content .sub_menu {
                        margin:0px 0px 20px 0px;
                    }

                    #footer_box_2_content .sub_menu a {
                        padding:0px 10px 10px 10px;
                    }

                    #footer_box_2_content .check_gift_card {
                        
                    }

            #footer_box_3 {
                float:left;
                width:33%;
            }

                #footer_box_3_content {
                    padding:40px 0px 40px 0px;
                    text-align:center;
                }

                    #footer_box_3_content .follow_us {
                        margin:0px 0px 20px 0px;
                    }

                    #footer_box_3_content .icons img {
                        padding:0px 4px 0px 4px;
                    }

/*-------------- COMMON PAGES CONTAINERS -------------- */

/*-- Resetvations --*/
#wrapper_reservation {
    background-image:url(/webimages/pages/reservations/i_background_reservations.jpg);
    background-size:cover;
    background-attachment:fixed;
    padding:4em 0em 4em 0em;
    min-height:600px;
}

    #container_reservation {
        width:100%;
        max-width:298px;
        margin:4em auto;
    }

        #container_reservation_content {
            clear:both;
            background-color:#FFFFFF;
        }

    /*-- Ad --*/
    #wrapper_main_ad {
        clear:both;
        width:100%;
        overflow:hidden;
        background-color:#3c393a;
        margin:0px;
        background-size:cover;
        background-repeat:no-repeat;
        position:relative;
    }

        #hero_photos img {
            width:100%;
        }

        #container_main_cover {
            position:absolute;
            width:100%;
            top:0px;
            z-index:1;
            overflow:hidden;
        }
               
            #container_main_ad {
                clear:both;
                width:1000px;
                height:10000px;
                margin:0px auto 0px auto;
            }
                
                #container_main_ad_content {
                    clear:both;
                }

            #container_main_promo {
                clear:both;
                width:1000px;
                margin:0px auto 0px auto;
                overflow:auto;
            }

            #box_main_promo {
                position:absolute;
                top:160px;
                right:0px;
                clear:both;
                margin:0px auto 0px auto;
                overflow:auto;
                z-index:1;
                display:none;
            }

                #box_main_promo_content {
                    width:376px;
                    height:231px;
                    overflow:hidden;
                }

/*-------------- HOME PAGE CONTAINERS -------------- */

    /*-- story --*/
    #wrapper_home_story {
        clear:both;
        width:100%;
        overflow:auto;
        margin:20px 0px 16px 0px;
    }
                
        #container_home_story {
            clear:both;
            width:1000px;
            margin:0px auto 0px auto;
            overflow:auto;
        }
                
            #home_story_box_1 {
                float:left;
                width:410px;
                /*background-image:url(../webimages/pages/home/i_each_restaurant_slash.png);
                background-repeat:no-repeat;
                background-position:-500px top;*/
            }

                #home_story_box_1_content {
                    padding:30px 50px 0px 15px;
                }

                    #home_story_box_1_content h2 {
                        font-size:26px;
                        line-height:36px;
                        color:#3c3a3b;
                    }

            #home_story_box_2 {
                float:left;
                width:590px;
            }

                #home_story_row_1 {
                    clear:both;
                    margin:0px 0px 16px 0px;
                }
                
                    #home_story_box_2A {
                        float:left;
                        width:238px;
                        height:230px;
                        background-color:#3c393a;
                        overflow:hidden;
                    }

                    #home_story_box_2B {
                        float:right;
                        width:337px;
                        height:230px;
                        background-color:#3c393a;
                        overflow:hidden;
                    }

                #home_story_row_2 {
                    clear:both;
                }

                    #home_story_box_2C {
                        width:589px;
                        height:280px;
                        background-color:#3c393a;
                        overflow:hidden;
                    }

    /*-- Find --*/
    #wrapper_home_find {
        clear:both;
        width:100%;
        overflow:auto;
        background-color:#f1b518;
        margin:0px 0px 16px 0px;
        /*background-image:url(../webimages/pages/home/i_find_a_location_slash.png);
        background-repeat:no-repeat;
        background-position:center top;*/
    }
                
        #container_home_find {
            clear:both;
            width:500px;
            margin:0px auto 0px auto;
            overflow:auto;
        }
                
            #container_home_find_content {
                clear:both;
                text-align:center;
                padding:24px 0px 24px 0px;
                background-image:url(../webimages/pages/home/i_find_a_chicken.png);
                background-repeat:no-repeat;
                background-position:right center;
            }

            #container_home_find_content input[type=text] {
                border-color:#000000;
                color:#000000;
            }

    /*-- Photo --*/
    #wrapper_home_photo {
        clear:both;
        width:100%;
        overflow:auto;
        background-color:#3c393a;
        margin:0px 0px 16px 0px;
    }

        #container_home_photo {
            clear:both;
            width:1600px;
            margin:0px auto 0px auto;
            overflow:auto;
        }
                
            #container_home_photo img {
                width:100%;
            }
                
            #container_home_photo_content {
                clear:both;   
            }            

    /*-- Promo --*/
    #wrapper_home_promo {
        clear:both;
        width:100%;
        overflow:auto;
        margin:0px 0px 16px 0px;
    }
                
        #container_home_promo {
            clear:both;
            width:1000px;
            height:315px;
            margin:0px auto 0px auto;
            overflow:auto;
        }
                
            #home_promo_box_1 {
                float:left;
                width:50%;
                overflow:hidden;
            }

            #home_promo_box_2 {
                float:left;
                width:50%;   
                overflow:hidden;
            }

    /*-- Social Media Icons --*/
    #wrapper_home_social_media_icons {
        clear:both;
        width:100%;
        overflow:auto;
        margin:0px 0px 20px 0px;
    }
                
        #container_home_social_media_icons {
            clear:both;
            width:1000px;
            margin:0px auto 0px auto;
            overflow:auto;
        }
                
            #container_home_social_media_icons_content {
                clear:both;
                text-align:center;
                padding:20px 0px 20px 0px;
            }   

                #container_home_social_media_icons_content #icons {
                    padding:0px 8px 0px 8px;
                }

    /*-- Social Media --*/
    #wrapper_home_social_media {
        clear:both;
        width:100%;
        overflow:auto;
        margin:0px 0px 20px 0px;
    }
                
        #container_home_social_media {
            clear:both;
            width:1000px;
            margin:0px auto 0px auto;
            overflow:hidden;
        }
                
            #container_home_social_media_content {
                clear:both;   
            }  

    /*-- Our --*/
    #wrapper_home_our {
        clear:both;
        width:100%;
        overflow:auto;
        display:none;
    }
                
        #container_home_our {
            clear:both;
            width:1000px;
            margin:0px auto 0px auto;
            overflow:auto;
        }

            #container_home_our_content {
                padding:14px;
            }

                #home_our_row_1 {
                    clear:both;
                    margin:0px 0px 14px 0px;
                }

                    #home_our_box_1 {
                        float:left;
                        width:606px;
                        height:230px;
                        background-color:#3c393a;
                        overflow:hidden;
                    }

                    #home_our_box_2 {
                        float:right;
                        width:352px;
                        height:230px;
                        background-color:#3c393a;
                        overflow:hidden;
                    }

                #home_our_row_2 {
                    clear:both;
                }

                    #home_our_box_3 {
                        float:left;
                        width:479px;
                        height:330px;
                        background-color:#ebebd6;
                        overflow:hidden;
                    }

                        #home_our_box_3_content {
                            padding:34px;
                        }

                            #home_our_box_3_content p.orange {
                                color:#ea4e3c;
                            }

                            #home_our_box_3_content h2 {
                                color:#8e857b;
                                font-size:26px;
                            }

                    #home_our_box_4 {
                        float:right;
                        width:479px;
                        height:330px;
                        background-repeat:no-repeat;
                        position:relative;
                        overflow:hidden;
                    }

                        #home_our_box_4>#our_promise_box {
                            position:absolute;
                            top:30px;
                            left:30px;
                            z-index:2;
                        }

                        #home_our_box_4>#our_promise_text {
                            position:absolute;
                            top:100px;
                            left:240px;
                            width:200px;
                            z-index:3;
                            color:#bab9af;
                        }
                        
                        #home_our_box_4>#our_promise_slash_small {
                            position:absolute;
                            top:238px;
                            left:240px;
                            z-index:3;
                        }

                        #home_our_box_4>#our_story_arrow {
                            position:absolute;
                            bottom:20px;
                            left:60px;
                            z-index:2;
                        }

                        #home_our_box_4>#our_story_yellow_box {
                            position:absolute;
                            bottom:0px;
                            left:0px;
                        }

/*-------------- LOCATION PAGES CONTAINERS -------------- */

    /*-- Location Box --*/
    #box_find_locations {
        position:absolute;
        top:150px;
        left:50px;
        width:397px;
        height:240px;
        background-image:url(../webimages/pages/locations/i_yellow_box_square.png);
        background-repeat:no-repeat;
    }

        #box_find_locations_content {
            clear:both;
        }

            #box_find_locations_content .title {
                clear:both;
                margin:10px 0px 10px 0px;
                width:100%;
                background-repeat:no-repeat;
                background-position:40px center;
                padding:20px 0px 0px 30px;
            }

            #box_find_locations .search {
                clear:both;
                padding:0px 0px 0px 40px;
            }


            #box_find_locations .search input[type=text] {
                background-color:#f1b518;
                border:2px #f8f0d1 solid;
                width:160px;
                color:#FFFFFF;
                font-size:16px;
                padding:10px 10px 10px 20px;
            }

            #box_find_locations .search input[type=submit] {
                background-color:#f1b518;
                border:2px #f8f0d1 solid;
                color:#000000;
                font-weight:lighter;
                font-size:16px;
                padding:10px;
            }

            #box_find_locations .chicken {
                position:absolute;
                top:20px;
                right:15px;
                z-index:10;
            }

            #box_find_locations .slash {
                clear:both;
                padding:10px 0px 0px 30px;
                display:none;
            }

            #box_find_locations .copy {
                clear:both;
                margin:10px 0px 0px 30px;
                color:#ea4e3c;
                font-weight:bold;
                font-size:14px;
                line-height:normal;
                width:80%;
            }
            
    /*-- Locations results --*/

    #wrapper_locations_results {
        clear:both;
        margin:30px 0px 20px 0px;
    }

        #container_locations_results {
            clear:both;
            width:1000px;
            margin:0px auto 0px auto;
            overflow:auto;
        }

            #container_locations_results_content {
                clear:both;
            }

                #container_locations_results_content .total_found {
                    clear:both;
                    padding:0px 0px 14px 0px;
                    border-bottom:1px #e5dfcc solid;
                    /*background-image:url(../webimages/pages/locations/i_divider_under_restaurants_found_slash.png);
                    background-repeat:repeat-x;
                    background-position:left bottom;*/
                }

                #container_locations_results_content .restaurant {
                    clear:both;
                    padding:0px 0px 14px 0px;
                    border-bottom:1px #e5dfcc solid;
                    /*background-image:url(../webimages/pages/locations/i_divider_under_restaurants_found_slash.png);
                    background-repeat:repeat-x;
                    background-position:left bottom;*/
                }

                    .restaurant_result_box_1 {
                        float:left;
                        width:30%;
                    }

                        .restaurant_result_box_1_content {
                            
                        }

                            .restaurant_result_box_1_content p.location {
                                padding:0em;
                                /*background-image:url(../webimages/pages/locations/i_distance_slash.png);
                                background-repeat:no-repeat;
                                background-position:left bottom;*/
                                font-weight:700;
                            }

                            .restaurant_result_box_1_content div.distance {
                                font-size:11px;
                                font-style:italic;
                                font-weight:lighter;
                            }

                    .restaurant_result_box_2 {
                        float:left;
                        width:70%;
                    }

                        .restaurant_result_box_2_content {
                            text-align:right;
                            padding:20px 0px 0px 0px;
                        }

    /*-- Locations introduction --*/

    #wrapper_locations_intro {
        clear:both;
        background-repeat:no-repeat;
        background-position:center center;
        margin:30px 0px 20px 0px;
    }

        #container_locations_intro {
            clear:both;
            width:1000px;
            margin:0px auto 0px auto;
            overflow:auto;
        }

            #container_locations_intro_content {
                clear:both;
            }

                #container_locations_intro_content .top_graphic {
                    clear:both;
                    text-align:center;
                    margin:0px 0px 20px 0px;
                }

                #container_locations_intro_content .copy {
                    clear:both;
                    margin:0px auto 20px auto;
                    width:80%;
                    text-align:center;
                    color:#482811;
                    font-size:16px;
                }

                #container_locations_intro_content .copy p {
                    color:#482811;
                    font-size:18px;
                }

                #container_locations_intro_content .bueno_saludos {
                    clear:both;
                    text-align:center;
                    margin:0px 0px 20px 0px;
                }

                #container_locations_intro_content .bottom_graphic {
                    clear:both;
                    text-align:center;
                }


/*-------------- SPECIFIC LOCATION PAGES CONTAINERS -------------- */

    /*-- Location Title --*/
    #location_title {
        position:absolute;
        top:40px;
        width:600px;
        z-index:1;
    }

        #location_title h2 {
            color:#fcf9f0;
            font-size:30px;
            /*font-family:Andes, Arial, Helvetica, sans-serif;  */
            font-family:'Nunito', sans-serif;
            line-height:30px;
            text-shadow: -2px 1px 4px rgba(0, 0, 0, 0.79);
        }

        #location_change {
            position:absolute;
            top:0px;
            right:110px;
            width:214px;
            height:63px;
            background-image:url(../webimages/pages/location/i_orange_box_change_location.png);
            background-repeat:no-repeat;
            z-index:1;
            text-align:center;
        }

        #location_change img {
            padding:10px 0px 0px 0px;
        }

    /*-- Select Menu --*/
    .location_menu_slash {
        clear:both;
        background-color:#d0d1a9;
        /*background-image:url(../webimages/pages/location/i_top_edge_slash.png);
        background-repeat:no-repeat;
        height:21px;*/
        border-bottom:1px #e5dfcc solid;
    }

    #wrapper_location_menu {
        clear:both;
        background-color:#d0d1a9;
    }

        #container_location_menu {
            clear:both;
            width:1000px;
            margin:0px auto 0px auto;
            overflow:auto;
        }

            #container_location_menu_content {
                clear:both;
                padding:20px 0px 20px 0px;
                text-align:center;
            }

                #container_location_menu_content .select_menu {
                    margin:0px 0px 10px 0px;
                }

                #container_location_menu_content .copy {
                    margin:0px auto 20px auto;
                    font-size:24px;
                    line-height:30px;
                    color:#482811;
                    width:90%;
                }

                #container_location_menu_content .menus {
                    margin:0px 0px 30px 0px;
                }

                #container_location_menu_content .menus img {
                    margin:0px 10px 0px 10px;
                }

                #container_location_menu_content a.link_button {
                    margin:0em 1em 0em 1em;
                }

    /*-- Location Info --*/
    #wrapper_location_info {
        clear:both;
        overflow:auto;
    }

        #container_location_info {
            clear:both;
            width:1000px;
            margin:0px auto 0px auto;
            overflow:auto;
        }

            #container_location_info_content {
                clear:both;
                padding:20px;
            }

                #location_info_box_1 {
                    float:left;
                    width:240px;
                    min-height:500px;
                    /*background-color:#f7edd4;*/
                }

                    #location_info_box_1_content {
                        padding:12px;
                    }

                        #location_info_box_1_content h2 {
                            margin:0px 0px 20px 0px;
                        }

                        #location_info_box_1_content h3 {
                            /*background-image:url(../webimages/pages/location/i_h3_slash.png);
                            background-repeat:repeat-x;
                            background-position:left bottom;*/
                            border-bottom:1px #e5dfcc solid;
                            padding:0px;
                            margin:30px 0px 10px 0px;
                            /*font-family:Andes, Arial, Helvetica, sans-serif;  */
                            font-family:'Nunito', sans-serif;
                            text-transform:uppercase;
                            font-size:18px;
                        }

                        #location_info_box_1_content .address {
                            margin:0px 0px 10px 0px;
                        }

                        .dash_dot_line {
                            background-image:url(../webimages/pages/location/i_dotted_line_under_contact_info.png);
                            background-repeat:repeat-x;
                            height:3px;
                            margin:0px 0px 10px 0px;
                            display:none;
                        }

                        #location_info_box_1_content .reservations {
                            margin:20px 0px 20px 0px;
                        }

                        #location_info_box_1_content .directions {
                            margin:20px 0px 20px 0px;
                        }

                        #location_info_box_1_content .inqueries {
                            margin:0px 0px 10px 0px;
                        }

                        #location_info_box_1_content .employement {
                            margin:0px 0px 10px 0px;
                        }

                        #location_info_box_1_content .follow_title {
                            background-image:url(../webimages/pages/location/i_bar_over_follow_bestito.png);
                            background-repeat:repeat-x;
                            padding:20px 0px 0px 0px;
                            margin:0px 0px 10px 0px;
                            font-size:18px;
                        }

                        #location_info_box_1_content .follow_social_media {
                            
                        }

                #location_info_box_2 {
                    float:right;
                    width:700px;
                }

                    .location_message {
                        clear:both;
                        margin:0px 0px 20px 0px;
                    }
                        
                        .location_message_box_1 {
                            float:left;
                            width:325px;
                            height:200px;
                            background-color:#3c393a;
                            overflow:hidden;
                        }

                            .location_message_box_1 img {
                                width:100%;
                            }

                        .location_message_box_2 {
                            float:left;
                            width:375px;
                            height:200px;
                            background-color:#ffffff;
                        }

                            .location_message_box_2_content {
                                padding:20px;
                            }

                                .location_message_box_2_content .message_title {
                                    clear:both;
                                    border-top:3px #000000 solid;
                                    background-repeat:no-repeat;
                                    background-position:left top;
                                    padding:20px 0px 0px 0px;
                                    margin:0px 0px 10px 0px;
                                    font-weight:bold;
                                    font-size:18px;
                                }

                                .location_message_box_2_content .message_copy {
                                    clear:both;
                                    margin:0px 0px 10px 0px;
                                }

                                .location_message_box_2_content .message_link {
                                    clear:both;
                                }

                        .location_message_box_1.message_highlight {
                            background-color:#d0d1a9;
                        }

                        .location_message_box_2.message_highlight {
                            background-color:#d0d1a9;
                        }

                            .location_message_box_2.message_highlight .message_title {
                                background-image:url(../webimages/pages/location/i_bar_message_black.png);
                                color:#221f1f;
                            }

                            .location_message_box_2.message_highlight .message_copy {
                                color:#221f1f;
                            }
    
    /*-- Location Plan --*/
    #wrapper_location_plan {
        clear:both;
        background-color:#221f1f;
        overflow:auto;
        margin:0px 0px 16px 0px;
    }

        #container_location_plan {
            clear:both;
            width:1000px;
            margin:0px auto 0px auto;
            overflow:auto;
            /*background-image:url(../webimages/pages/location/i_slash_under_orange_bar.png);
            background-repeat:no-repeat;*/
            border-bottom:1px #e5dfcc solid;
        }

            #location_plan_box_1 {
                float:left;
                width:480px;
                min-height:500px;
            }

                #location_plan_box_1 .plan_orange {
                    clear:both;
                    margin:10px 0px 20px 0px;
                }


                #location_plan_box_1 .plan_copy {
                    clear:both;
                    margin:0px 0px 20px 0px;
                    color:#8f847a;
                    font-size:16px;
                    line-height:28px;
                }

                    .plan_copy h2 {
                        clear:both;
                        margin:0px 0px 20px 0px;
                        color:#d5a129;
                        font-size:20px;
                        text-transform:uppercase;
                    }

                    .plan_copy p {
                        color:#8f847a;
                    }

                #location_plan_box_1 .plan_sample {
                    clear:both;
                    margin:0px 0px 20px 0px;
                    /*background-image:url(../webimages/pages/location/i_slash_for_plan.png);
                    background-repeat:no-repeat;
                    background-position:left top;*/
                    padding:20px 0px 0px 0px;
                    color:#8e857b;
                    position:relative;
                }

                #location_plan_box_1 .plan_catering_menus {
                    clear:both;
                    margin:0px 0px 20px 0px;
                    color:#8e857b;
                    font-size:18px;
                }

                #location_plan_box_1 .plan_catering_menus_select {
                    clear:both;
                    margin:0px 0px 20px 0px;
                }

                #location_plan_box_1 .plan_contact_us {
                    clear:both;
                    margin:0px 0px 20px 0px;
                    /*background-image:url(../webimages/pages/location/i_slash_for_plan.png);
                    background-repeat:no-repeat;
                    background-position:left top;*/
                    padding:20px 0px 0px 0px;
                    color:#ea4e3c;
                    text-transform:uppercase;
                }

                #location_plan_box_1 .plan_email {
                    clear:both;
                }

                .plan_contact_us p {
                    color:#8f847a;
                }

            #location_plan_box_2 {
                float:right;
                width:500px;
                min-height:500px;
            }

/*-------------- COMMUNITY PAGES CONTAINERS -------------- */

    /*-- Community Introduction --*/
    #community_intro {
        position:absolute;
        top:20px;
        right:0px;
        width:250px;
        /*height:100%;*/
        /*background-color:#e5dfcc;*/
        background-color:#FFFFFF;
        overflow:hidden;
    }

        #community_intro_content {
            clear:both;
            padding:60px 30px 70px 30px;
        }

            #community_intro_content h2 {
                color:#000000;
                font-weight:bold;
                background-image:url(../webimages/pages/community/i_black_bar.png);
                background-repeat:no-repeat;
                background-position:left top;
                padding:30px 0px 0px 0px;
                margin:0px 0px 10px 0px;
            }

            #community_intro_content p {
                color:#000000;
                font-size:14px;
                margin:0px 0px 30px 0px;
            }

    /*-- Community Promos --*/
    #wrapper_community_promo {
        clear:both;
        border-bottom:16px #000000 solid;
        margin:0em 0em 3em 0em;
    }
        /* common to all promos */
        #wrapper_community_promo .image {
            background-color:#3b3939;
        }

        #wrapper_community_promo .copy {
            height:100px;
            /*background-color:#e5dfcc;*/
        }

            #wrapper_community_promo .copy_content {
                padding:14px 10px 0px 10px;
            }

            #wrapper_community_promo .copy_content h2 {
                font-size:14px;
            }

            #wrapper_community_promo .copy_content h2,
            #wrapper_community_promo .copy_content p {
                margin:0px 0px 10px 0px;
                padding:0px;
                text-transform:none;
            }

        #container_community_promo_top,
        #container_community_promo_bottom {
            clear:both;
            width:1000px;
            margin:0px auto 0px auto;
            overflow:auto;
        }

        #container_community_promo_bottom {
            display:none;
        }

            /* top promos */
            #community_promo_top_photo_1 {
                float:left;
                margin:0px 20px 20px 0px;
                width:490px;
                height:402px;
                overflow:hidden;
            }

                #community_promo_top_photo_1 .image {
                    height:302px;
                    overflow:hidden;
                }

                #community_promo_top_photo_1 .image img {
                    height:100%;
                }

            #community_promo_top_photo_2 {
                float:left;
                margin:0px 0px 20px 0px;
                width:490px;
                height:402px;
                overflow:hidden;
            }

                #community_promo_top_photo_2 .image {
                    height:302px;
                    overflow:hidden;
                }

                #community_promo_top_photo_2 .image img {
                    height:100%;
                }


            /* bottom promos */
            #community_promo_bottom_photo_1 {
                float:left;
                margin:0px 17px 20px 0px;
                width:322px;
                height:298px;
                overflow:hidden;
            }

                #community_promo_bottom_photo_1 .image {
                    height:198px;
                    overflow:hidden;
                }

                #community_promo_bottom_photo_1 .image img {
                    height:100%;
                }

            #community_promo_bottom_photo_2 {
                float:left;
                margin:0px 17px 20px 0px;
                width:322px;
                height:298px;
                overflow:hidden;
            }

                #community_promo_bottom_photo_2 .image {
                    height:198px;
                    overflow:hidden;
                }

                #community_promo_bottom_photo_2 .image img {
                    height:100%;
                }

            #community_promo_bottom_photo_3 {
                float:left;
                margin:0px 0px 20px 0px;
                width:322px;
                height:298px;
                overflow:hidden;
            }

                #community_promo_bottom_photo_3 .image {
                    height:198px;
                    overflow:hidden;
                }

                #community_promo_bottom_photo_3 .image img {
                    height:100%;
                }

    /*-- Lets be Friends --*/
    #wrapper_community_friends {
        clear:both;
        margin:0px 0px 20px 0px;
        /*background-color:#e5dfcc;*/
    }

        #container_community_friends {
            clear:both;
            width:1000px;
            margin:0px auto 0px auto;
            overflow:auto;
        }

            #community_friends_box_1 {
                float:left;
                width:450px;
            }

                #community_friends_box_1_content {
                    padding:50px 0px 0px 0px;
                    text-align:center;
                }

                    #community_friends_box_1_content .image {
                        margin:0px 0px 20px 0px;
                    }

                    #community_friends_box_1_content .copy_instagram_copy {
                        margin:0px 0px 5px 0px;
                        text-align:center;
                    }

                    #community_friends_box_1_content .copy_instagram_link {
                        font-size:20px;
                        font-weight:bold;
                        margin:0px 0px 20px 0px;
                    }

                    #community_friends_box_1_content .copy_social_media {
                        background-image:url(../webimages/pages/community/i_black_bar.png);
                        background-repeat:no-repeat;
                        background-position:center top;
                        padding:30px 0px 0px 0px;
                        text-align:center;
                        font-size:20px;
                        font-weight:bold;
                    }

                    #community_friends_box_1_content .copy_social_media img {
                        margin:10px 5px 0px 5px;
                    }

            #community_friends_box_2 {
                float:right;
                width:533px;
            }

                #community_friends_photo_1,
                #community_friends_photo_2,
                #community_friends_photo_3,
                #community_friends_photo_4 {
                    float:left;
                    width:258px;
                    height:258px;
                    background-color:#3b3939;
                }

                #community_friends_photo_1,
                #community_friends_photo_3 {
                    margin-right:17px;
                }

                #community_friends_photo_1,
                #community_friends_photo_2 {
                    margin-bottom:17px;
                }

    /*-- community view --*/
    #wrapper_community_view {
        clear:both;
        margin:0px 0px 20px 0px;
    }

        #container_community_view {
            margin:0px auto 0px auto;
            width:1000px;
        }

            #container_community_view_box_1 {
                float:left;
                width:200px;
                margin:0px 30px 0px 0px;
            }

                #container_community_view_box_1 .line {
                    background-image:url(../webimages/pages/location/i_bar_over_follow_bestito.png);
                    background-repeat:repeat-x;
                    height:30px;
                }

            #container_community_view_box_2 {
                float:left;
                width:200px;
                margin:0px 30px 0px 0px;
            }

                #container_community_view_box_2 .line {
                    /*background-image:url(../webimages/pages/locations/i_divider_under_restaurants_found_slash.png);
                    background-repeat:repeat-x;
                    height:24px;*/
                }

                #container_community_view_box_2 .body p {
                    font-size:26px;
                    line-height:normal;
                    font-weight:bold;
                }

            #container_community_view_box_3 {
                float:left;
                width:460px;
            }

                #container_community_view_box_3 .line {
                    /*background-image:url(../webimages/pages/locations/i_divider_under_restaurants_found_slash.png);
                    background-repeat:repeat-x;
                    height:30px;*/
                }

    /*-- press view --*/
    #wrapper_press {
        clear:both;
        margin:0px 0px 20px 0px;
    }

        #container_press {
            margin:0px auto 0px auto;
            width:1000px;
        }

            #container_press_box_1 {
                float:left;
                width:200px;
                margin:0px 30px 0px 0px;
            }

                #container_press_box_1 .line {
                    /*background-image:url(../webimages/pages/location/i_bar_over_follow_bestito.png);
                    background-repeat:repeat-x;
                    height:30px;*/
                }

                #container_press_box_1 h2 {
                    /*background-image:url(../webimages/pages/press/i_press_header_line.png);
                    background-repeat:repeat-x;
                    background-position:bottom;*/
                    border-bottom:1px #e5dfcc solid;
                    padding:0px 0px 10px 0px;
                }

                .body h3 {
                    color:#ea4e3c;
                    font-weight:bold;
                }

            #container_press_box_2 {
                float:left;
                width:770px;
            }

                .container_press_body_1 {
                    float:left;
                    width:240px;
                    margin:0px 30px 0px 0px;
                }

                    .container_press_body_1 .line {
                        border-top:1px #e5dfcc solid;
                        /*background-image:url(../webimages/pages/locations/i_divider_under_restaurants_found_slash.png);
                        background-repeat:repeat-x;
                        height:24px;*/
                    }

                    .container_press_body_1 .body p {
                        font-size:26px;
                        line-height:normal;
                        font-weight:bold;
                    }

                .container_press_body_2 {
                    float:left;
                    width:460px;
                }

                    .container_press_body_2 .line {
                        border-top:1px #e5dfcc solid;
                        /*background-image:url(../webimages/pages/locations/i_divider_under_restaurants_found_slash.png);
                        background-repeat:repeat-x;
                        height:30px;*/
                    }

                    .press_links a {
                        color:#000000;
                    }

                    .box_press_award {
                        float:left;
                        width:33%;
                        height:95px;
                        padding:10px 0px 10px 0px;
                        position:relative;
                        text-align:center;
                    }

/*-------------- OUR STORY PAGES CONTAINERS -------------- */

    /*-- Community Introduction --*/
    #wrapper_our_story_intro {
        clear:both;
        /*background-color:#e5dfcc;*/
    }

        #container_our_story_intro {
            width:1000px;
            margin:0px auto 0px auto;
        }

            #our_story_intro_box_1 {
                float:left;
                margin:40px 0px 0px 0px;
                width:360px;
                height:315px;
            }

                #our_story_intro_box_1 .gray_slash {
                    background-image:url(../webimages/pages/our_story/i_our_story_slash.png);
                    background-repeat:no-repeat;
                    width:360px;
                    height:50px;
                }

                #our_story_intro_box_1 .corn {
                    position:absolute;
                    top:35px;
                    left:35px;
                    z-index:1;
                }

                #our_story_intro_box_1 .white_slash {
                    position:absolute;
                    bottom:54px;
                    left:135px;
                    background-image:url(../webimages/pages/our_story/i_under_our_story_box_slash.png);
                    background-repeat:no-repeat;
                    width:198px;
                    height:18px;
                    z-index:2;
                }

                #our_story_intro_box_1 .orange_box {
                    position:absolute;
                    bottom:0px;
                    left:0px;
                    background-image:url(../webimages/pages/our_story/i_orange_box.png);
                    background-repeat:no-repeat;
                    width:250px;
                    height:65px;
                }

            #our_story_intro_box_2 {
                float:right;
                width:610px;
            }

                #our_story_intro_box_2_content {
                    padding:20px 40px 20px 0px;
                }

                    #our_story_intro_box_2_content h2 {
                        color:#867c70;
                        font-size:22px;
                        line-height:30px;
                    }

                    #our_story_intro_box_2_content p {
                        color:#867c70;
                        font-size:16px;
                    }

    /*-- Our Story Ad --*/
    #wrapper_our_story_ad {
        clear:both;
        width:100%;
        overflow:auto;
        background-color:#3c393a;
        margin:0px 0px 16px 0px;
    }
                
        #container_our_story_ad {
            clear:both;

        }
                
            #container_our_story_ad_content {
                clear:both;
            }


    /*-- Making a Difference --*/
    #wrapper_difference {
        clear:both;
        width:100%;
        overflow:auto;
        margin:0px 0px 16px 0px;
    }
                
        #container_difference {
            clear:both;
            width:1000px;
            margin:0px auto 0px auto;
            overflow:auto;
        }
                
            #container_difference_content {
                clear:both;
                padding:40px 80px 40px 80px;
                text-align:center;
            }

                #container_difference_content h2 {
                    text-transform:uppercase;
                    font-size:22px;
                    font-weight:bold;
                }            

                #container_difference_content h3 {
                    font-size:16px;
                    color:#e94f3d;
                } 

    /*-- Photos --*/
    #wrapper_our_story_photo {
        clear:both;
        margin:0px 0px 16px 0px;
    }

                
        #container_our_story_photo {
            clear:both;
            width:1000px;
            margin:0px auto 0px auto;
            overflow:auto;
        }

            #our_story_photo_box_1 {
                float:left;
                width:490px;
                overflow:hidden;
            }

                #our_story_photo_1 {
                    float:left;
                    width:238px;
                    height:218px;
                    margin:0px 14px 14px 0px;
                    background-color:#3c393a;
                    overflow:hidden;
                }

                #our_story_photo_2 {
                    float:left;
                    width:238px;
                    height:218px;
                    margin:0px 0px 14px 0px;
                    background-color:#3c393a;
                    overflow:hidden;
                }

                #our_story_photo_3 {
                    float:left;
                    width:490px;
                    height:303px;
                    background-color:#3c393a;
                    overflow:hidden;
                }

            #our_story_photo_box_2 {
                float:right;
                width:490px;
                overflow:hidden;
            }

                #our_story_photo_4 {
                    float:left;
                    width:490px;
                    height:535px;
                    margin:0px 14px 14px 0px;
                    background-color:#3c393a;
                    overflow:hidden;
                }
                
    /*-- How it Works --*/
    #wrapper_how_it_works {
        clear:both;
        overflow:auto;
        margin:0px 0px 16px 0px;
    }
                
        #container_how_it_works {
            clear:both;
            width:1000px;
            margin:0px auto 0px auto;
            overflow:auto;
        }
                
            #container_how_it_works_content {
                clear:both;
                padding:40px 20px 40px 20px;
                text-align:center;
            }      
            
                #container_how_it_works_content h2 {
                    text-transform:uppercase;
                    font-size:22px;
                    font-weight:bold;
                }

/*-------------- SHOP PAGES CONTAINERS -------------- */
#wrapper_shop {
    background-image:url(/webfiles/photos/0/66/66_000.jpg);
    background-size:cover;
    background-attachment:fixed;
    padding:4em 0em 4em 0em;
    min-height:600px;
}

    #container_shop_dashboard {
        /*position:absolute;
        top:16%;
        left:0em;
        right:0em;*/
        background-image:url(/webimages/pages/shop/i_shop_background.png);
        width:80%;
        max-width:1000px;
        margin:0em auto 0em auto;
    }

        #container_shop_dashboard_content {
            padding:4em;
        }

            #container_shop_dashboard_content p,
            #container_shop_dashboard_content h2 {
                color:#FFFFFF;
            }

            #container_shop_dashboard_content .title_desktop {
                display:block;
            }

            #container_shop_dashboard_content .title_responsive {
                display:none;
            }

                #container_shop_dashboard_content img {
                    width:100%;
                }

            #container_shop_dashboard_content a.link_button {
                display:inline-block;
            }

            #container_shop_dashboard_content a.link_button,
            #container_shop_dashboard_content .input_button {
                font-size:1.2em;
                border:1px #FFFFFF solid;
                margin:1em 0em 1em 0em;
                padding:12px 20px 12px 20px;
                font-family:Arial;
                cursor:pointer;
                color:#FFFFFF;
                text-transform:uppercase;
                background-color:transparent;
            }

            #container_shop_dashboard_content .input_button {
                background-color:#ea4e3c;
            }

            #container_shop_dashboard_content .input_button:hover {
                background-color:transparent;
            }

            .shop_options ul {
                margin:0em;
                padding:0em;
                list-style:none;
                text-align:center;
            }

                .shop_options li:nth-child(2n+1) {
                    float:left;
                    width:48%;
                }

                .shop_options li:nth-child(2n+2) {
                    float:right;
                    width:48%;
                }

/*************/
/* Site Specific Styles */
/*************/
input.find_location {
    border:1px #FFFFFF solid;
    background-color:transparent;
    width:80%;
    max-width:300px;
    color:#FFFFFF;
    padding:10px;
    margin:16px 0px 16px 0px;
}

.edit_box {
    position:absolute;
    right:5px;
    top:0px;
    z-index:1000;
    height:40px;
}

    .edit_box a {
        display:block;
        background-color:#00bfdd;
        color:#FFFFFF;
        font-size:12px;
        padding:7px 14px 7px 14px;  
        margin:0px 0px 5px 0px;
    }

    .edit_box a:hover {
        background-color:#08a6bf;
    }

.full_width_image {
    width:100%;
}

.catering_menu_dropdown {
    background-color:#FFFFFF;
    width:240px;
    height:40px;
    border:1px #8f847a solid;
    color:#FFFFFF;

    -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
}

.pointer {
    cursor:pointer;
}

/*************/
/* Careers Pages Common Styles */
/*************/

img.careers_about_title {
    clear:both;
    display:block;            
}

img.careers_about_sub_title {
    clear:both;
    display:block;
    margin:10px 0px 0px 0px;        
}

img.careers_about_divider_line_dashes {
    clear:both;
    display:block;
    margin:4px 0px 10px 0px;   
}

/*************/
/* Careers Page Styles */
/*************/
            
img.careers_introduction_text_top {
    clear:both;
    display:block;
    margin:0px auto 0px auto;
}
                
img.careers_introduction_text_bottom {
    clear:both;
    display:block;
    margin:20px auto 30px auto;
}

/*************/
/* Careers About Page Styles */
/*************/

#wrapper_careers_about_our_company {
    clear:both;
    width:100%;
    overflow:auto;
    background-color:#faf7ef;
}

    #container_careers_about_our_company {
	    clear:both;
	    width:1000px;
	    margin:0px auto 0px auto;
	    overflow:auto;
	    
    }

        #container_careers_about_our_company_box_1 {
            float:left;
            width:550px;
        }
        
            #container_careers_about_our_company_box_1_content {
                padding:30px 30px 20px 50px;
            }
        
        #container_careers_about_our_company_box_2 {
            float:left;
            width:450px;
        }
        
            #container_careers_about_our_company_box_2_content {
                padding:50px 0px 20px 0px;
            }
            
                img.our_promise {
                    text-align:right;
                }
                
                img.experience_the_besito_way {
                    margin:20px 0px 0px 10px;
                }
                
#wrapper_careers_about_our_values {
    clear:both;
    width:100%;
    overflow:auto;
    background-color:#FFFFFF;
}

    #container_careers_about_our_values {
	    clear:both;
	    width:1000px;
	    margin:0px auto 0px auto;
	    overflow:auto;
    }
    
        #container_careers_about_our_values_content {
            padding:50px 110px 50px 110px;
        }
        
            img.careers_about_bullet_title {
                clear:both;
                display:block;
                margin:0px 0px 10px 0px;
            }
            
            .careers_about_ul_our_values ul {
                padding:0px 0px 0px 200px;
                margin:0px 0px 0px 20px;
                background-image:url('../webimages/pages/careers_about/i_careers_about_bullet_ul_we_large.png');
                background-repeat:no-repeat;
                background-position:60px 4px;
                    
                list-style-image:url('../webimages/pages/careers_about/i_careers_about_bullet_li_large.png');
            }
                
                .careers_about_ul_our_values li {
                    margin:0px 0px 10px 0px;
                }

#wrapper_careers_about_our_team {
    clear:both;
    width:100%;
    overflow:auto;
    background-color:#faf7ef;
}

    #container_careers_about_our_team {
	    clear:both;
	    width:1000px;
	    margin:0px auto 0px auto;
	    overflow:auto;
    }
    
        #careers_about_our_team_box_1 {
            float:left;
            width:350px;
            overflow:hidden;
        }
        
            #careers_about_our_team_box_1 img {
                margin:30px 30px 30px 30px;
            }
            
        #careers_about_our_team_box_2 {
            float:right;
            width:650px;
        }
        
            #careers_about_our_team_box_2_content {
                padding:30px 20px 5px 20px;
            }
            
                .careers_about_our_team_benefits {
                    float:left;
                    width:50%;
                }
                
                .careers_about_our_team_benefits li {
                    margin:0px 0px 10px 0px;
                }

#wrapper_careers_about_locations {
    clear:both;
    width:100%;
    overflow:auto;
    background-color:#FFFFFF;
}

    #container_careers_about_locations {
	    clear:both;
	    width:1000px;
	    margin:0px auto 0px auto;
	    overflow:auto;
    }
    
        #container_careers_about_locations_content {
            padding:40px 100px 40px 100px;
            text-align:center;
        }
        
            img.careers_about_locations_is_besito_right_for_you {
                clear:both;
                display:block;
                margin:0px auto 40px auto;
            }
            
            img.careers_about_locations_join_our_team {
                clear:both;
                display:block;
                margin:0px auto 20px auto;
            }
            
            img.careers_about_locations_click_your_location {
                clear:both;
                display:block;
                margin:0px auto 10px auto;
            }
            
            .careers_about_locations {
                clear:both;
                margin:10px 0px 0px 0px;
            }

/*************/
/* Careers Positions Page Styles */
/*************/

.wrapper_careers_positions {
    clear:both;
    width:100%;
    overflow:auto;
    background-color:#FFFFFF;
}

    .container_careers_positions {
	    clear:both;
	    width:1000px;
	    margin:0px auto 0px auto;
	    overflow:auto;
    }
    
        .container_careers_positions_box_1 {
            float:left;
            width:630px;
        }
        
            .container_careers_positions_box_1_content {
                margin:50px 0px 0px 0px;
            }
            
                .careers_positions_title, 
                .careers_positions_title_for_application {
                    /*background-image:url(../webimages/pages/careers/i_careers_title_lines.png);
                    background-repeat:no-repeat;
                    background-position:left center;*/
                    padding:20px 0px 20px 50px;
                }
                
                .careers_positions_title_for_application {
                    padding:20px 0px 20px 40px;
                }
                
                .positions_body {
                    padding:10px 20px 20px 50px;
                }
                
                    .positions_body li {
                        margin:0px 0px 10px 0px;
                    }
                
        .container_careers_positions_box_2 {
            float:left;
            width:330px;
        }
        
            .container_careers_positions_box_2_content {
                margin:50px 0px 20px 0px;
            }
        
                .position_photo {
                    clear:both;
                    width:330px;
                    height:220px;
                    position:relative;
                    overflow:hidden;
                }
            
                    img.position_side_photo {
                        position:absolute;
                        z-index:1;
                    }
                
                    img.position_side_photo_dashes {
                        position:absolute;
                        top:200px;
                        z-index:99;
                    }
                    
                .position_list {
                    clear:both;
                    width:326px;
                    border-right:2px #7e7871 solid;
                    border-bottom:2px #7e7871 solid;
                    border-left:2px #7e7871 solid;
                }
                
                    .position_list_content {
                        padding:20px 0px 20px 10px;
                    }
                    
                        img.position_list_content {
                            clear:both;
                            display:block;
                            margin:0px auto 0px auto;
                        }
                    
                            .position_item {
                                float:left;
                                width:138px;
                                height:50px;
                                border:2px #7e7871 solid;
                                margin:0px 10px 10px 0px;
                                cursor:pointer;
                                overflow:hidden;
                                font-size:14px;
                                text-align:center;
                            }
                        
                            .position_item p {
                                margin:0px;
                                padding:0px;
                                font-size:14px;
                                padding:5px;
                            }
                        
                            .position_item:hover {
                                border:2px #ea4e3c solid;
                                color:#ea4e3c;
                            }
                        
                            .for_single_line p {
                                padding:16px 0px 0px 0px;
                            }
                        
/*************/
/* Careers Application Page Styles */
/*************/

.wrapper_careers_application {
    clear:both;
    width:100%;
    overflow:auto;
    background-color:#FFFFFF;
}

    .container_careers_application {
	    clear:both;
	    width:1000px;
	    margin:0px auto 0px auto;
	    overflow:auto;
    }
    
        .application_body {
            padding:10px 40px 20px 40px;
        }
        
        img.careers_application_share_a_little_about_you
        {
            clear:both;
            display:block;
            margin:30px 0px 5px 40px;
        }
        
        img.careers_application_position_applying_for
        ,img.careers_application_chose_the_location
        ,img.careers_application_share_your_info
        ,img.careers_application_share_your_availability
        ,img.careers_application_share_a_little_bit_more_about_you
        ,img.careers_application_share_your_history
        {
            clear:both;
            display:block;
            margin:0px 0px 5px 0px;
        }
        
        img.careers_application_we_cant_wait_to_hear_more_about_you
        {
            clear:both;
            display:block;
            margin:20px 0px 40px 0px;
        }
        
        .application_box {
            float:left;
        }
        
            .application_management {
                width:200px;
            }
            
            .application_front_of_house {
                width:270px;
                margin:0px 0px 0px 40px;
            }
            
            .application_back_of_house {
                width:270px;
                margin:0px 0px 0px 40px;
            }
            
            .application_new_york {
                width:200px;
                margin:0px 0px 0px 0px;
            }
            
            .application_connecticut {
                width:200px;
                margin:0px 0px 0px 40px;
            }
            
            .application_massachusetts {
                width:200px;
                margin:0px 0px 0px 40px;
            }
            
                .application_box_title {
                    font-size:20px;
                    /*font-family:AndesExtraBold;*/
                    font-family:'Nunito', sans-serif;
                    font-weight:600;
                    text-align:left;
                    margin:5px 0px 5px 0px;
                }
            
                .application_box_list {
                    border:2px #7e7871 solid;
                    padding:10px;
                }
            
                    .application_item {
                        float:left;
                        width:130px;
                        margin:5px;
                    }
                    
        .application_column_1 {
            float:left;
            width:100px;
        }
        
        .application_column_2 {
            float:left;
            width:250px;
        }
        
        .application_column_3 {
            float:left;
            width:250px;
        }
        
        .application_column_4 {
            float:left;
            width:250px;
        }
        
        .application_column_5 {
            float:left;
            width:100px;
        }
        
        .application_column_6 {
            float:left;
            width:250px;
        }
        
        .application_column_7 {
            float:left;
            width:100px;
        }
        
        .application_column_8 {
            float:left;
            width:250px;
        }

.tooltip_title {
    /*font-family:AndesBold;*/
    font-family:'Nunito', sans-serif;
    font-weight:300;
    border-bottom:1px #6b645c solid;
    text-align:center;
}

.social_media_box {
    float:left;
    width:200px;
    height:200px;
    text-align:center;
    margin:0px 0px 3px 0px;
}

    .social_media_box img {
        width:98%;
    }

.color_sepia {
    -webkit-filter: grayscale(1.0) sepia(0.4);
    filter: grayscale(1.0) sepia(0.5);
}

.no_photo_gallery {
    text-align:center;
    padding:20px;
}

.no_photo_gallery p {
    color:#8f847a;
}

.image_title_each_restaurant,
.image_title_our_gratitude,
.image_title_our_story_embracing,
.image_title_our_story_besito,
.image_title_our_story_here {
    margin:10px 0px 0px 0px;
}

#make_reservation {
    position:fixed;
    top:70px;
    right:18vw;
    background-color:#ea4e3c;
    z-index:2001;
    -webkit-box-shadow: -1px 5px 5px -1px rgba(0,0,0,0.27);
    -moz-box-shadow: -1px 5px 5px -1px rgba(0,0,0,0.27);
    box-shadow: -1px 5px 5px -1px rgba(0,0,0,0.27);
}

    #make_reservation a {
        display:block;
        font-size:.8em;
        font-weight:600;
        padding:10px 20px;
        color:#FFFFFF;
    }

#back_to_top {
    display:none;
}

.thank_you {
    padding:30px 0px 400px 30px;
}

#RD_container_location_name {
    display:none;
}

#is_development {
    position:fixed;
    top:0px;
    left:0px;
    z-index:9999999;
    background-color:#ea4e3c;
    width:100px;
    height:70px;
}

    #is_development_content {
        font-size:10px;
        padding:24px 10px 0px 10px;
        color:#FFFFFF;
        line-height:normal;
    }

#payment_form {
    clear:both;
    margin:1em 0em 1em 0em;
}

    #payment_billing {
        float:left;
        width:50%;
    }

    #payment_credit_card {
        float:right;
        width:48%;
    }

    .payment_row {
        clear:both;
        font-size:.8em;
        font-weight:600;
    }

    .payment_row input[type=text],
    .payment_row select,
    .payment_row textarea {
        padding:.4em;
        border:0em;
	    outline:none;
        font-size:1em;
        -webkit-appearance:none;
        -webkit-border-radius:0;

        -ms-box-sizing:border-box;
        -moz-box-sizing:border-box;
        -webkit-box-sizing:border-box; 
        box-sizing:border-box;
    }

    #payment_form div {
        color:#FFFFFF;
    }

.control_small_width {
    width:10%;
    min-width:100px;
}

.control_quarter_width {
    width:25%;
}

.control_half_width {
    width:50%;
}

.control_three_quarter_width {
    width:75%;
}

.control_full_width {
    width:94%;
}

.text_small {
    font-size:.8em;
}

.text_smaller {
    font-size:1em;
}

p.special_ok {
    padding:.5em;
    background-color:#f1b518;
    color:#000000;
    font-weight:bold;
}

p.special_error {
    padding:.5em;
    background-color:#f1b518;
    color:#ea4e3c;
    font-style:italic;
}

.promo_code_error {
    padding:.5em;
    background-color:#ea4e3c;
    color:#FFFFFF !important;
    font-size:.9em;
}

.promo_code_ok {
    padding:.5em;
    background-color:#b3ffc3;
    color:#000000 !important;
    font-size:.9em;
}

.only_in_certain_locations {
    padding:.5em 0em .5em 0em;
    color:#FFFFFF;
    font-weight:700;
    text-align:center;
}

#special_message {
    width:90%;
    max-width:1200px;
    margin:4em auto 4em auto;
    text-align:center;
}

a.apply_code {
    display:inline-block;
    padding:.5em 1em;
    background-color:#ea4e3c;
    color:#FFFFFF;
}

    a.apply_code:hover {
        background-color:#FFFFFF;
        color:#ea4e3c;
    }

.reservation_message {
    background-color:#FFFFFF;
    color:#CC0000;
    font-weight:600;
    padding:10px 4px;
    text-align:center;
    border-bottom:1px #000000 solid;
}

/*-- acessibility --*/


#wrapper_accessibility {
    clear: both;
    overflow: auto;
    margin: 50px 0px 16px 0px;
}

#container_accessibility {
    clear: both;
    width: 1000px;
    margin: 0px auto 0px auto;
    overflow: auto;
}

#container_accessibility_content {
    clear: both;
    padding: 40px 20px 40px 20px;
    text-align: left;
}

    #container_accessibility_content h2 {
        text-transform: uppercase;
        font-size: 22px;
        font-weight: bold;
    }

.special_order_message {
    padding:20px 0px;
    margin:0px 0px 20px 0px;
    border-bottom:1px #e7e7e7 solid;
    text-align:center;
}

    .special_order_message h2 {
        display:block;
        vertical-align:middle;
        font-size:1.6em;
        line-height:1.4em;
        margin:0px 0px 20px 0px;
    }

    .special_order_message .link_as_button {
        background-color: #f1b518;
        padding: 15px 35px;
        color: #111;
        display: inline-block;
        vertical-align: middle;
        margin: 0px auto;
        line-height: 1em;
        font-size: 1.2em;
        font-weight: 700;
    }

    .special_order_message .link_as_button:hover,
    .special_order_message .link_as_button:focus {
        background-color:#ea4e3c;
        color:#FFFFFF;
    }

ul.horizontal_list {
    margin:10px 0px;
    padding:0px;
    list-style:none;
}

    ul.horizontal_list li {
        margin:0px 5px 0px 0px;
        padding:0px;
        display:inline-block;
    }

#container_online_order {
    width:100%;
    max-width:1000px;
    margin:0px auto 0px auto;
    min-height:80vh;
}

    #container_online_order_content {
        clear:both;
        padding:60px 30px 70px 30px;
    }

    #container_online_order h2 {
        font-weight: 800;
        margin: 40px 0px 20px 0px;
        text-transform: uppercase;
        text-align: left;
        font-size: 1.6em;
        line-height: 1.1em;
    }

    #container_online_order h3 {
        font-weight: 800;
        margin: 20px 0px;
        text-transform: uppercase;
        font-size: 1.1em;
    }

.link_as_button {
    display:block;
    margin:0px;
    padding:10px 20px;
    background-color:#ea4e3c;
    color:#FFFFFF;
    border:1px #ea4e3c solid;
}

    .link_as_button:hover,
    .link_as_button:focus {
        background-color:#FFFFFF;
        color:#ea4e3c;
        border:1px #ea4e3c solid;
    }

img.online_order_photo {
    display:block;
    width:100%;
    margin:0px 0px 30px 0px;
}