body, html {
    padding: 0;
    margin: 0;
}

html {
    height: 100%;
}

body {
    min-height: 100%;
    position: relative;
    top: 0;
    left: 0;
    /* padding-bottom: 15em; */
    background-color: #53b1e4;
    box-sizing: border-box;
}

* {
    font-family: 'Arvo', sans-serif;
}

.subpage {
    color: white;
    padding: 1em 0;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

div.content {
    width: 1200px;
    margin: 0 auto;
}

header div.first_row {
    line-height: 3em;
    height: auto;
    background-color: #404040;
}

header div.first_row ul {
    list-style-type: none;
    margin: 0 0 0 200px;
    padding: 0;
}

header div.first_row ul li {
    display: inline;
    position: relative;
    z-index: 999; /** rotating shoes gif is getting on top of the menu items */
}

header div.first_row ul li a {
    font-size: 1em;
    color: #ffff11;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 50px;
    padding: 0 15px;
}

header div.first_row ul li ul.dropdown-menu {
    position: absolute;
    background-color: grey;
    top: 100%;
    left: 0%;
    margin: 0px;
    width: 45ex;
    padding-bottom: 1em;
    display: none;
    z-index: 100;
}

header div.first_row ul li ul.dropdown-menu li {
    display: block;
    line-height: 1.6em;
    height: 1.6em;
    color: white;
    text-transform: none;
}

header div.first_row ul li ul.dropdown-menu li a {
    color: white;
    text-transform: none;
}

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

header div.second_row {
    line-height: 90px;
    height: 90px;
    background-color: #53b1e4;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
}

header div.second_row img {
    float: left;
    z-index: 99;
    position: absolute;
    top:1em;
    max-width: 199px;
}

.mainpage.h1 {
    color: #ffff11;
    height: 1.3em;
    font-size: 1.3em;
    text-align: center;
    margin: -0.9em 0 0.2em 0;
}

#tagline {
    margin: 0px;
    text-align: center;
    color: #ffff11;
    font-size: 2em;
}

header div.second_row div.online {
    background-color: #404040;
    color: white;
    font-size: 1.3em;
    font-weight: bold;
    width: 280px;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0 0 0 320px;
}

header div.second_row div.online b {
    font-size: 1.2em;
}

header div.second_row p {
    margin: 0;
    line-height: 1.2em;
    padding-top: 15px;
    text-align: center;
}

header div.second_row div.online a {
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #404040;
    background-color: #ffff11;
    font-size: 1.2em;
    border-radius: 5px;
    display: block;
    margin: 0.5em 1em;
}

footer {
    /* position: absolute; */
    background-color: #404040;
    padding: 2em 0;
    bottom: 0;
    width: 100%;
}

footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 25%;
    float: left;
}

@media (min-width: 1200px) {
  footer ul:nth-child(3) { width: 15%; }
  footer ul:nth-child(4) { width: 120px; }
}

footer ul li a {
    font-size: 1em;
    color: white;
    font-weight: bold;
    line-height: 1.75rem;
    display: block;
}

footer div div {
    width: 50%;
    float: right;
    font-weight: bold;
    color: white;
    text-align: right;
}

footer div div p {
    margin: 0;
    padding: 0;
}

footer div div p:first-child {
    font-size: 1.2em;
    text-transform: uppercase;
}

footer div div p:nth-child(3) {
    font-size: 0.9em;
    /*   text-transform: uppercase; */
}

footer div div a {
    font-family: 'FontAwesome';
    font-weight: normal;
    color: white;
    font-size: 1em;
    border-radius: 50%;
    border: 1x solid red;
    padding: 5px;
    width: 1em;
    text-align: center;
    height: 1em;
    /* 	width: 2em; */
    /* 	height:2em; */
    display: inline-block;
    background-color: #404040;
}

footer div div i.circle {
    background-color: #404040;
    display: inline-block;
    padding: 2px;
    margin: 0 0px 0 10px;

    border-radius: 50%;
    border: 2px solid white;
    font-style: normal;
}

.clear {
    clear: both;
    display: block;
}

footer input {
    width: 65%;
    height: 35px;
    font-size: 1em;
    background-color: white;
    border: 0 none;
    padding: 0 10px;
    margin: 1em 0 1em 20px;
}

.camera_commands {
    display: none !important;
}

.whiteDivider.underSlider {
    margin-top: 300px !important;
    height: 1em;
    background-color:white;
}

.whiteDivider.underDeals {
    height: 2em;
    background-color:white;
}

/***** end of main template */
#slider {
    background-color: #404040;
    width: 100%;
    /* position: absolute; */
    overflow: hidden;
    height: 300px;
    /* height: 400px; */
}

#sliderempty {
    background-color: #404040;
    width: 100%;
    /*position:absolute;*/
    /* overflow:hidden; */
    height: 100px;
    /* height: 400px; */
}

.deals .box b {
    float: right;
    font-size: 3.9em !important;
    margin-right: 0.6em;
}

.deals .box a {
    float: left;
    margin-top: 1em;
}

span.cleard {
    clear: both;
    display: block;
}

.camera_wrap {
    /*   margin-top: -3em; */
}

.deals {
    background-color: #53b1e4;
}

.deals h3, .deals .h3 {
    color: #ffff11;
    font-size: 2em;
    line-height: 2em;
    margin: 0;
    padding: 0.2em;
    display:inline;
}

.deals select {
    width: 65ex;
    height: 35px;
    font-size: 1em;
    background-color: white;
    border: 0 none;
    padding: 0 10px;
    vertical-align:super;
}

.deals select.locations {
    margin-left: 8ex;
}

.deals div.box {
    width: 28%;
    padding: 1% 2% 0.2% 2%;
    float: left;
    border: dashed 4px #000;
    border-image-source: url("/images/border.png");
    border-image-slice: 2;
    border-image-repeat: round;
    border-image: url("/images/border.png") 2 round;
    margin: 2em 0;
    min-height:9.3em;
}

.deals div.box:nth-child(2) {
    margin-right: 1%;
    margin-left: 1%;
}

.deals .box h2, .deals .box h5 {
    margin: 0;
    text-transform: uppercase;
    color: #ffff11;
    font-size: 1.5em;
    font-weight: bold;
}

.deals .box p {
    margin: 0;
    font-size: 1.1em;
}

.deals .box a {
    background-color: #ffff11;
    color: black;
    padding: 0.5em 1em;
    border-radius: 5px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
}

.deals .box a.centered {
    display: block;
    width: 14ex;
    margin: 1em auto;
    text-align: center;
    float:none;
}

.deals .box b {
    font-weight: bold;
    font-size: 4.5em;
    color: black;
    position: relative;
    /*   padding: 0 0 0 1em; */
}

.deals .box i {
    font-size: 0.7em;
    font-style: normal;
    position: absolute;
}

.deals .box i:nth-child(1) {
    margin-left: -0.7em;
}

.deals .box span.arrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 2em 2em 2em;
    border-color: transparent transparent #53b1e4 transparent;
    position: absolute;
    margin-top: -5em;
    margin-left: 8em;
}

.arrow-left {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -1.3em;
    width: 0;
    height: 0;
    border-top: 1.4em solid transparent;
    border-bottom: 1.4em solid transparent;
    border-right:1.4em solid #53b1e4;
}

.deals .collegeDeals {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.college {
    margin-bottom:1em;
}

.college h3, .restaurantLocation h2 {
    display:block;
    background-color: #404040;
    color: #ffff11;
    font-size: 1.6em;
    line-height: 1.6em;
    margin: 0;
    padding: 0.2em;
    text-decoration: underline;
}

.collegeDeals div.box {
    margin: 1% 0;
}

.search {
    background-color: #404040;
}

.search p {
    float: left;
    color: #ffff11;
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: bold;
}

.search input {
    float: left;
    width: 595px;
    height: 35px;
    font-size: 1em;
    background-color: white;
    border: 0 none;
    padding: 0 10px;
    margin: 0.6em 0 0.6em 20px;
}

.search button, footer button, .contact button, .careers button {
    background-color: #ffff11;
    color: #404040;
    font-size: 1em;
    padding: 0.5em 1em;
    border: 0 none;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0.6em 0 0.6em 2px;

}

footer button {
    margin-top: 0.5em;
}

.icon-search {
    height: 37px;
    float: right;
    width: 1.5em;
    border: none;
    cursor: pointer;
    color: black;
    background-color: white;
    position: relative;
    font-family: FontAwesome;
    font-size: 1.5em;
    margin: 10px 14px 0 0;
    /* 	border-bottom: 5px solid white; */
    /* 	margin-top: 5px; */
    /* 	border-bottom:2px solid white; */
    /* 	border-top: 2px solid #404040; */
    /* padding: 0 10px; */
}

#map {
    width: 50%;
    float: right;
    height: 200px;
    /* background-color: green; */
}

.half {
    width: 49%;
    margin-left: 1%;
    float: right;
    /*   background-color:red; */
    margin-top: 0.5em;
}

.half p {
    color: #ffff11;
    font-weight: bold;
    font-size: 1.3em;
    text-transform: uppercase;
    color: white;
    margin: 0 0 0 1em;
}

.half input {
    /*   float:left; */
    width: 84%;
    height: 35px;
    font-size: 1em;
    background-color: white;
    border: 0 none;
    border-top: 2px solid white;
    padding: 0 10px;
    margin: 0.6em 0 0.6em 20px;
}

p.yellow {
    color: #ffff11;
    font-size: 1em;
    text-transform: none;
}

.yellow {
    color: #ffff11;
}

.text-centered {
    text-align:center;
}

p.address {
    color: #404040;
    font-weight: normal;
    text-transform: none;
    font-size: 1em;
}

p.white {
    color: white;
    text-transform: none;
    font-weight: normal;
    font-size: 0.9em;
}

div.half div.half:nth-child(4) {
    width: 38%;
}

div.half div.half:nth-child(5) {
    width: 58%;
}

a.order {
    background-color: #ffff11;
    color: black;
    padding: 0.5em 1em;
    border-radius: 1px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
    width: 11em;
    text-align: center;

}

a.menu {
    background-color: #404040;
    color: #53b1e4;
    display: block;
    padding: 0.5em 1em;
    border-radius: 1px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
    width: 11em;
    text-align: center;
    margin-bottom: 5px;
}
a.messenger {
	 background-color: #4979B7;
    color: rgba(255, 255, 255, 0.9);
    padding: 0.5em 1em;
    border-radius: 1px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
    width: 11em;
    width: 180px;
    margin-top: 5px;
    text-align: center;
    font-size: 14px;
}

.camera_target_content p {
    font-size: 3em;
    color: white;
    font-weight: bold;
    /*   letter-spacing:-1; */
}

.camera_target_content p:nth-child(1) {
    margin-top: 1em;
}

.camera_target_content p:nth-child(2) {
    color: #ffff11;
    font-size: 2.5em;
}

.camera_target_content a.online {
    background-color: #ffff11;
    color: #404040;
    padding: 0 1em;
    border-radius: 5px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
    /*   width:18em; */
    font-size: 1.55em;
    line-height: 50px;
    height: 50px;
    text-align: center;
}

.restaurants_menu i {
    font-size: 0.8em;
    color: white;
    display: block;
    font-weight: normal;
    margin: 0.2em 0;
    clear: both;
}

.restaurants_menu span {
    float: right;
    font-weight: bold;
}

.restaurants_menu h3 {
    margin: 0;
}

.restaurants_menu ul.menu {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    list-style: none;
    margin: 1em 0;
}

.restaurants_menu ul.menu ul {

    list-style: none;
}

.restaurants_menu ul.menu li {
    border-bottom: 1px dashed #ddd;
    padding: 0.5em;
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    break-inside: avoid-column;
}

.restaurants_menu ul.menu li.no-border {
    border-bottom: 0 none;
}

.menu h3.yellow, .locations h3.yellow{
    color: #ffff11;
    font-weight: bold;
    font-size: 1.5em;
    margin: 0;
}

.menu .whitebox, .locations .whitebox{
    background-color: white;
    padding: 1em;
    color: black;
    display: flex;
    justify-content: flex-start;
}

.menu .whitebox p, .locations .whitebox p {
    margin: 0;
    line-height: 1.5em;
}

.menu .whitebox div:nth-child(1), .locations .whitebox div:nth-child(1) {
    border-right: 1px solid #ddd;
}

.menu .whitebox div, .locations .whitebox div{
    width: 50%;
    min-width: 20em;
    box-sizing:border-box;
}

.menu .whitebox div:nth-child(2), .locations .whitebox div:nth-child(2) {
    padding-left: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu a.menu,  .locations a.location{
    width: 66%;
    height: 2em;
    line-height: 2em;
}

.orderOnline h3.yellow {
    color: #ffff11;
    font-weight: bold;
    font-size: 1.5em;
    margin: 0;
}

.orderOnline .whitebox {
    background-color: white;
    padding: 1em;
    color: black;
    display: flex;
    flex-wrap: wrap;
}

.orderOnline .whitebox p {
    margin: 0;
    line-height: 1.5em;
}

.orderOnline .whitebox div:nth-child(1), .orderOnline .whitebox div:nth-child(2) {
    border-right: 1px solid #ddd;
}

.orderOnline .whitebox div {
    min-width: 300px;
    width:33.3%;
    box-sizing:border-box;
}

.orderOnline .whitebox div:nth-child(2) {
    padding-left: 1em;
}

.orderOnline .whitebox div:nth-child(3) {
    text-align: center;
}

.restaurantLocation h1 {
    color:#ffff11;
}

.restaurantLocation > div {
    display:flex;
    align-items:center;
    margin-bottom:2em;
}

#locationMap {
    width:50%;
    height:20vh;
}

#locationMap iframe {
    width:100%;
    height:100%;
}

#locationInformation{
    flex:1;
    padding: 0 2em;
    position:relative;
}

#locationInformation h6{
    color: #ffff11;
    font-size:1.3em;
    margin:0;
}

#locationInformation address {
    font-style:normal;
    color:black;
}

#locationLinks {
    flex:1;
}

.contact label, .careers label {
    display: block;
    font-size: 1.2em;
    font-weight: bold;
    margin-top: 1em;
}

.contact input[type='text'], .contact textarea, .careers input[type='text'], .careers textarea {
    display: block;
    width: 90%;
    padding: 0.5em;
    font-size: 1em;
    font-weight: normal;
    border: 1px solid #dddddd;
}

.careers input[type='text'], .careers textarea {
    width: 95%;

}

.contact select, .careers select {
    display: block;
    width: 91.5%;
    padding: 0.5em;
    font-size: 1em;
    font-weight: normal;
    border: 1px solid #dddddd;
    background-color: white;
}

.contact textarea, .careers textarea {
    height: 10em;
}

.careers {
    /*   background-color:white; padding:50px 10px 150px 10px;margin-bottom: 75px */
}

.careers input, .careers select {
    max-width: 95%;
}

.careers .table, .careers .tablew {
    display: table;
    width: 100%;
}

.careers .row {
    display: table-row;
}

.careers .cell {
    display: table-cell;
}

.table_mob {
    display: none;
}

.mtt {
    height: 150px;
    display: block;
}

@media screen and (min-width: 600px) {
    .careers form .table:first-child, .careers form .table:nth-child(3) {
        width: 100%;
        border-collapse: separate;
        border-spacing: 5px;
    }

    .careers form .table:nth-child(2) {
        width: 100.5%;
        border-collapse: separate;
        border-spacing: 10px;
        margin-left: -5px;
    }

    .careers input[name='Facebook'], .careers input[name='Instagram'], .careers input[name='Skills'] {
        width: 97.3%;
        max-width: 97.3%;
        margin-left: 5px;
    }

    .careers select {
        width: 99.3%;
        max-width: 99.3%;
        margin-left: 5px;
    }

    .careers form .tablew {
        width: 101%;
        border-collapse: separate;
        border-spacing: 15px;
        margin-left: -10px;
    }

}

@media screen and (max-width: 1200px) {

    /* body {
        padding-bottom: 47em;
    } */

    #tagline {
        font-size:1em;
        margin:1em 0;
    }

    .mainpage.h1 {
        margin:initial !important;
    }

    header div.first_row i.fa-caret-down, .dropdown-menu {
        display: none;
    }

    .dropdown:hover .dropdown-menu {
        display: none;
    }

    .contact select, .careers select, .deals select {
        width: 94.5%;
    }

    .deals select.locations{
        margin-left: 2.5%;
    }

    .deals h1 {
        font-size:1.5em;
    }

    .deals h2 {
        font-size:1em;
    }

    .deals h3 {
        display:block;
        text-align:center;
    }

    .careers .tablew {
        display: none;
    }

    .careers div.mtt {
        display: none !important;
    }

    .table_mob, .careers .table, .careers .row, .careers .cell {
        display: block;
    }

    .careers input {
        max-width: 90%;
    }

    .locations .whitebox div {
        float: none;
        width: auto;
        display: block;
        border: 0 none !important;

    }

    .locations .whitebox p {
        border: 0;
        text-align: center;
        padding-left: 0;
    }

    .restaurants_menu ul.menu {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
        padding-left: 0;
    }

    #sliderempty {
        display: none;
    }

    .subpage {
        padding: 1em;
        width: -moz-calc(100% - 32px) !important;
        width: -webkit-calc(100% - 32px) !important;
        width: calc(100% - 32px) !important;
        display: block;

    }

    .search p {
        font-size: 0.8em !important;
        width: 100%;
        text-align: center;
    }

    .search input {
        width: 65% !important;
        margin: 0 auto !important;
        float: none !important;
    }

    header div.first_row ul {
        margin: 0;
    }

    header div.first_row ul li {
        border-top: 1px solid white;
    }

    .half p {
        /* 	margin:0.2em !important; */
        text-align: center;
        padding-top: 0.5em;
        font-size: 1em !important;
    }

    #locationMap {
        width:95vw;
        margin-bottom:1em;
    }

    .restaurantLocation > div {
        flex-direction:column;
    }

    #locationLinks a{
        display:block;
    }

    .mobilep {
        padding: 1em 0;
    }

    header div.first_row ul li {
        background-color: #404040;
        display: block;
    }

    #map {
        float: none !important;
        width: 90% !important;
        margin: 1em 5% !important;
    }

    div.deals div.half {
        float: none !important;
        width: 100%;
        text-align: center;
    }

    div.half div.half:nth-child(4), div.half div.half:nth-child(5) {
        float: none !important;
        width: 100% !important;
    }

    #slider {
        position:initial !important;
    }

    .camera_wrap {
        position:initial !important;
        margin-bottom:0px;
    }

    .camera_target {
        /*display: none !important;*/
        -webkit-clip-path: none !important;
        left: 0 !important;
        width: 100% !important;
    }

    .camera_target_content {
        width: 100% !important;
    }

    .camera_caption > div {
        background-color: transparent !important;
    }

    .camera_target_content p:nth-child(1) {
        margin-top: 0.5em !important;
        text-shadow: 3px 3px 0 #000,
        -1px -1px 0 #000,
        1px -1px 0 #000,
        -1px 1px 0 #000,
        1px 1px 0 #000;
    }

    .camera_target_content p:nth-child(2), .camera_target_content p:nth-child(3){
        display:none;
    }

    .camera_target_content p {
        font-size: 2em !important;
        text-align: center;
        padding: 0.2em 0;
    }

    .camera_target_content a.online {
        width: 81% !important;
        margin-top: 0.5em;
    }

    div.content {
        width: 100%;
        display: block;
        margin: 0;
    }

    ul#topmenu {
        display: none;
    }

    .deals .box b {
        margin-right: 1em !important;
        font-size: 3em !important;
    }

    header div.first_row i {
        display: inline-block;
        font-size: 1.5em;
        color: white;
        font-family: 'FontAwesome';
        font-style: normal;
        margin-left: 1em;
    }

    header div.second_row label {
        margin-top: 71px;
        margin-left: 0;
        color: #404040;
        background-color: #ffff11;
        display: block;
        padding-top: 1em;
        padding-bottom: 1em;
        text-align: center;
    }

    header div.second_row img {
        width: 50%;
        position: absolute;
        margin: 0 25%;
        top: 0px;
	max-width: 600px;
    }

    header div.second_row {
        line-height: initial !important;
        height: initial !important;
        border: initial !important;
        margin-top:30vw;
    }

    .deals div.box {
        width: 90% !important;
        float: none !important;
    }

    span.arrow {
        display: none !important;
    }

    .deals div.box {
        margin: 1em auto !important;
    }

    header div.second_row div.online {
        position: relative;
        left: 0px;
        margin: 0;
        width: 100%;
        background-color: #ffff11;
        padding:1em 0 1em 0;
    }

    header div.second_row div.online p {
        display: none;
    }

    header div.second_row select {
        width: 90%;
        display: block;
        margin: -25px 5% 0 5%;
    }

    header div.second_row div.online a {
        margin: 0 1em;
        background-color: #53b1e4;
        font-size: 0.8em;
        border-radius: 0;
        /* 	font-weight: normal; */
        color: #ffff11;
    }

    footer ul, footer div div {
        float: none;
        width: 100%;
        text-align: center;
    }

    footer div div p:first-child {
        font-size: 0.8em;
    }

    footer input {
        display: block;
        width: 85%;
        margin: 1em 5%;
    }

    footer div div p:nth-child(3) {
        font-size: 0.8em;
        text-align: center;
        margin-bottom: 1em;
    }

    footer ul li {
        padding: 0.2em 0;
    }

    .half input {
        margin: 0.6em 0 !important;
        float: none !important;
        width: 75% !important;
    }

    .whiteDivider.underSlider {
        display:none;
    }

    .search .content {
        text-align: center;
    }

    .deals .half {
        margin-top: 0 !important;
    }

    footer button {
        margin: -0.5em 0 1.5em 0;
    }

    .orderOnline .whitebox, .menu .whitebox {
        flex-direction: column;
        align-items: center;
        text-align:center;
    }

    .orderOnline .whitebox div:nth-child(1), .orderOnline .whitebox div:nth-child(2), .menu .whitebox div:nth-child(1){
        border-right: none;
    }


}

@media screen and (min-width: 1201px) {
    .fa-bars {
        display: none;
    }
}


/* FRANCHISE STICKER */
header div.first_row ul li a {
/*  padding: 0px 7px;*/
}

header div.first_row ul {
  padding-left: 75px;
}

@media screen and (min-width: 1201px) {
  header div.second_row img {
    left: 130px;
  }
}

.wrapper-franchise {
  position: absolute;
  top: -24px;
  left: -110px;
  padding-left: 80px;
  padding-right:80px;
  padding-top: 30px;
  padding-bottom: 9px;
  background-color: #ffff11;
  z-index: 99;
  transform: rotate(-45deg);
  text-align: center;
}

.wrapper-franchise p {
  font-size: 23px;
  font-weight: 700;
  color: #53b1e7;
  text-transform: uppercase;
  font-family: 'Arvo', sans-serif;
  text-align: center;
  margin-bottom: 4px;
}

.wrapper-franchise a {
  font-size: 14px;
  color: #404040;
  font-weight: 600;
  text-decoration: underline;
}

@media screen and (max-width: 1200px) {
  .wrapper-franchise {
    top: -29px;
    left: -100px;
  }
  .wrapper-franchise p {
    font-size: 14px;
    margin-bottom: 0px;
  }
  .wrapper-franchise a {
    font-size: 13px;
  }
}

