html,
body {
    height: 100%;
}

img.img-circle{
    margin: 30px auto;
    display: block;
}


.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}
#MainNav > div{
    width: 100% !important;
}
.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
    text-align: center !important;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.break { clear:both; }

/* WRAPPER */
#wrapper { width:960px; margin:40px auto; }

.width30{
    /*width: 33% !important;*/
}


/************************************************/
.delivery ._wrp {

}
.delivery form {
    overflow: hidden;
    margin: 0 0 0 30px;
    padding: 0 30px 30px;
    background: rgba(0,0,0,.6);
}
.delivery form > .ttl {
    color: #fff;
    margin: 25px 0;
    font-size: 30px;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
}
.delivery form ._fld {
    overflow: hidden;
    margin: 0 0 28px;
    border-radius: 4px;
    background: #909090;
}
.delivery form ._fld .ttl {
    color: #fff;
    float: left;
    width: 133px;
    font-size: 18px;
    font-weight: 500;
    line-height: 39px;
    text-align: center;
}
.delivery form ._fld ._sel {
    border: none;
    margin: 2px 2px 2px 135px;
    border-radius: 0 4px 4px 0;
}
.delivery form ._btn {
    width: 100%;
    font-size: 24px;
    font-weight: 600;
    line-height: 66px;
}

.delivery.widget {
    height: 510px;
    background: url(../img/map_perspective3.png) 100% 100% no-repeat;
    background-size: cover;
}
.delivery.widget form {
    height: 450px;
}
.delivery.widget .delivery_txt {
    padding: 0 0 0 45px;
}
.delivery.widget .delivery_txt .ttl {
    white-space: pre;
    cursor: pointer;
    color: #fcc614;
    font-size: 36px;
    font-weight: 600;
    padding: 40px 0 70px;
    text-shadow: 0 0 10px #000;
}

.testi-des{
    height: 120px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}

.delivery.widget .delivery_txt .txt {
    background: rgba(0,0,0,.6);
    padding: 10px;
    color: #fff;
    font-size: 15px;
    line-height: 40px;
    text-shadow: 0 0 5px #000, 0 0 5px #000, 0 0 15px #000;
}


.width80{
    border-radius: 0 !important;
    width: 32% !important;
    height: 80px;
}

._sel {
    position: relative;
    border: 2px solid #909090;
}
._sel:before {
    width: 0;
    height: 0;
    top: 14px;
    right: 14px;
    content: '';
    display: block;
    cursor: pointer;
    position: absolute;
    border-top: 8px solid #545454;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}
._sel select {
    color: #333;
    cursor: pointer;
    text-indent: 10px;
    background: #eaeaea;

    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
}
._sel select:disabled {
    opacity: .8;
    cursor: default;
}

a.addreview{
    border: none;
    background: #eee;
    color: #333;
    padding: 9px;
    margin: 10px;
    margin-left: 0;
    text-align: center;
    bottom: 13px;
    position: relative;
    display: block;
}


/************************************************/


button.btn.btn-link.logout{
    padding: 34px 18px 31px 18px !important;
}
.gm-fullscreen-control{
    z-index: 500;
}
#map{
    z-index: 400;
}
#right-panel{
    z-index: 400;
}

.delivery{
    z-index: 600;
}

/* CONTENT */
#content { }
#content .info { padding:10px; }

/* MOVIE POSTERS */


#movieposters { list-style:none; }
#movieposters li { display:inline; float:left;
    -webkit-perspective: 500; -webkit-transform-style: preserve-3d;
    -webkit-transition-property: perspective; -webkit-transition-duration: 0.5s; }
#movieposters li:hover { -webkit-perspective: 5000; }

#movieposters li img { border:10px solid #fcfafa; -webkit-transform: rotateY(30deg);
    -moz-box-shadow:0 3px 10px #888; -webkit-box-shadow:0 3px 10px #888;
    -webkit-transition-property: transform; -webkit-transition-duration: 0.5s;
    height: 250px;
}
#movieposters li:hover img { -webkit-transform: rotateY(0deg); }

.movieinfo {     border: 10px solid #fcfafa;
    padding: 20px;
    width: 157px;
    height: 80px;
    background-color: #deddcd;
    margin: -97px 0 0 55px;
    position: absolute;
    -moz-box-shadow: 0 20px 40px #888;
    -webkit-box-shadow: 0 20px 40px #888;
    -webkit-transform: translateZ(30px) rotateY(30deg);
    -webkit-transition-property: transform, box-shadow, margin;
    -webkit-transition-duration: 0.5s; }

.movieinfo h3{
    font-size: 14px;
    line-height: 17px;
    margin: 0 !important;
}

#movieposters li:hover .movieinfo { -webkit-transform: rotateY(0deg); -webkit-box-shadow:0 5px 10px #888; margin:-175px 0 0 30px; }

.movieinfo h3 {
    margin: 0;
    color:#7a3f3a; font-variant: small-caps; font-family:Georgia,serif,Times; text-align:center; padding-bottom:15px; }
.movieinfo p { padding-bottom:15px; }
.movieinfo a { background-color:#7a3f3a; padding:5px 10px; color:#eee; text-decoration:none; display:block; width:80px; text-align:center; margin:0 auto;
    -moz-border-radius:5px; -webkit-border-radius:5px; }
.movieinfo a:hover, .movieinfo a:focus { background-color:#6a191f; color:#fff; }