body {
    background: center / cover no-repeat fixed linear-gradient(#E3F0FB, #7CB4EE);
}

body:after{
    content: '';
    display: block;
    position: fixed;
    height: 100%;
    top: 0;
    width: 100%;
    z-index: -1;
}

.header{
    background: center / cover no-repeat fixed #4DD0E1;
    padding: 50px 30px 45px;
    position: absolute;
    top: 0;
    left:0;
    right: 0;
    z-index: 1;
    border: none;
    box-shadow: 0 1.5px 1.5px rgba(0,0,0,0.3);
}

.header:after{
    background: radial-gradient(ellipse farthest-corner at center center, rgba(0, 0, 0, 0.5) 20%, rgba(0, 0, 0, 0.65) 100%) repeat scroll 0% 0%;
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.header3 {
    color: #555555;
    border-bottom: solid 1px #CCCCCC;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 24px;
}
.toast-3-0 .header3 {
    font-size: 20px;
}

.header3 a {
    color: #555555;
}
.header3 a:hover {
    text-decoration: none;
}

.header3 a.normal {
    font-size:14px;
    font-weight:normal;
    color:#08c;
    text-decoration:none;
    float:right;
    padding-left:15px;
}
.header3 a.normal:hover {
    text-decoration: underline;
}

.header-content{
    position: relative;
    color: #fff;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.7);
    z-index: 2;
    width: 704px;
    margin: 0 auto;
    overflow: hidden;
}

.subhead{
    color: #ddd;
    font-size: 19px;
    font-style: normal;
    font-variant: initial;
    letter-spacing: .2px;
    text-overflow: ellipsis;
    white-space: inherit;
    overflow: hidden;
}

.subhead a{
    color: #ddd;
    font-size: 19px;
    font-style: normal;
    font-variant: initial;
    letter-spacing: .2px;
}

.header h1{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.restaurant-thumb{
    float: left;
    height: 150px;
    margin: 0 15px 15px 0;
    width: 150px;
}

.row{
    box-shadow: 0 3px 5px rgba(0, 0, 0.3, 0.3);
    background: white;
    margin: 250px 100px auto;
    padding: 16px 96px;
}

.row-content{
    margin: 10px auto;
}

.row-content h1{
    color: #4e5260;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
}

.control-group.small-margin{
    margin: -15px auto 10px;
}

.tcs{
    font-size: 14px;
    padding-top: 50px;
    text-align: center;
}

.footer{
    height: 98px;
    background: white;
}

.footer hr{
    margin: 20px 0;
    border-top: 0px;
    border-bottom: 0px;
}


@media screen and (max-width:979px){
    .header { padding: 20px 20px 30px;}
    .header .subhead { font-size: 16px;}
    .header h1 { font-size: 30px;}
    .header-content { width: 610px;}
    .restaurant-thumb { height: 100px; margin: 0 10px 10px 0; width: 100px;}
    .row { margin: 200px 5% auto; padding: 16px 96px;}
    .tcs {padding-top: 60px;}
}

@media screen and (max-width:767px){
    .header { padding: 10px 10px 15px;}
    .header-content { width: auto; margin: 0 20px;}
    .header h1 { font-size: 20px; margin-bottom:0;}
    .row { margin: 150px 1% auto; padding: 8px 32px;}
    .form-horizontal .control-label,
    .form-horizontal .controls {float: none; margin-left: 0; padding-top: 0; text-align: left; width: auto;}
    .tcs {padding-top: 0px;}
    .footer {height: auto;}
}

@media screen and (max-width:480px){
    .header-content { width: auto; margin: 0 10px;}
}
