﻿
.backgroundImg {
    /*background-image: url('../img/PageNotFoundBG.png');*/
    background-size: 100% 100%;
    overflow: hidden !important;
    background-repeat: no-repeat;
}

.center-block {
    display: table; /* Instead of display:block */
    margin-left: auto;
    margin-right: auto;
}
#loading{
			display:none;
			width: 100%;
			padding:5px 10px;
			position: fixed;
			bottom: 0;
			left: 0;
			text-align: center;
			color:white;
			background: rgba(0,0,23,0.71);
			box-shadow: 0 0 10px black;	
		}


#morebtn, #lessbtn {
    color: black;
}

    #morebtn:hover, #lessbtn:hover {
        text-decoration: none;
        color: black;
        font-weight: bold;
    }

.span4 img {
    margin-right: 10px;
}

.span4 .img-left {
    float: left;
}


input[type="text"] {
    width: 100%;
    border-radius: 4px;
    margin: 8px 0;
    outline: none;
    padding: 8px;
    box-sizing: border-box;
    transition: 0.3s;
}

.inputWithIcon {
    position: relative;
    width: 450px;
}

    .inputWithIcon button {
        position: absolute;
        right: 4px;
        top: 11.5px;
        width: 110px;
        border-top-right-radius: 2px;
        border-bottom-right-radius: 2px;
        border-top-left-radius: 6px;
        border-bottom-left-radius: 6px;
    }

    .inputWithIcon i {
        position: absolute;
        right: 115px;
        top: 8px;
        padding: 9px 8px;
        color: #807c7c;
        transition: 0.3s;
        font-size: 23px;
    }

    .inputWithIcon.inputIconBg i {
        background-color: #aaa;
        color: #fff;
        padding: 9px 4px;
        border-radius: 4px 0 0 4px;
    }

/*Loader*/
.preloader-bg {
    background: rgba(22, 22, 22, 0.3);
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
}

#preloader {
    /*background-image: url('../../Content/images/PleaseWaitLoader.gif');*/
    background-repeat: no-repeat;
    background-position: center;
    position: fixed;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.fa-location-arrow {
    font-size: 1.55em;
}

.lgcuisineimg {
    display: block;
    height: 72px;
    width: 100%;
    border-radius: 5px;
}

.lgcuisineimgdiv {
    border: 1px solid #dcd7d7;
    border-radius: 5px;
    display: block;
}

.lgcuisineimgtext {
    font-size: 13px;
    margin-top: 6px;
}

/*Scroll Bar*/
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 10px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #b30000;
    }


#btnbacktorestaurantscreen {
    padding: 2px;
    margin-top: 15px;
}


.mblCuisineImgDiv {
    margin: -3.5px;
    border: 1px solid #dcd7d7;
    border-radius: 5px;
    height: 100px;
}

.mblCuisineImg {
    display: block;
    height: 75px;
    width: 100%;
    border-radius: 5px;
}

.mblCuisineImgText {
    font-size: 13px;
    margin-top: 3px;
    margin-left: 2px;
}

.centered {
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translate(-50%, -50%);
}

.SignupBtn {
    background-color: #df1f39;
    color: white;
    margin-top: 36px;
    border-radius: 10px;
}

.tglogo {
    height: 85px;
    width: 110px;
}

.bgImgTxt1 {
    font-size: 10vw;
    white-space: nowrap;
    text-align: center;
    font-weight: bold;
}

.bgImgTxt2 {
    font-size: 4vw;
    white-space: nowrap;
    text-align: center;
    margin-top: -10px;
}

.btnpostcode {
    background-color: #df1f39;
    color: white;
    width: 300px;
}

.lgText1 {
    font-size: 4.5vw;
    white-space: nowrap;
    text-align: center;
    font-weight: bold;
}

.lgText2 {
    font-size: 2vw;
    white-space: nowrap;
    text-align: center;
    margin-top: -10px;
}

.mblrestaurantdetailsdiv {
    padding: 3px;
}

.mblrestaurantlogo {
    width: 60px;
    height: 60px;
}

.restauranttext {
    margin-left: 73px;
}
/*---IPhone 5, SE----*/
@media only screen and (device-width: 320px) {
    .SignupBtn {
        float: left;
    }
    .mblfilterbtn{
        width:35px;
    }
}

@media only screen and (max-width: 770px) {
    .btnpostcode {
        font-size: 18px;
    }

    .txtpostcode {
        font-size: 18px;
    }

    .imgmorecuisine {
        display: block;
        height: 100%;
        width: 100%;
        filter: blur(0.5px);
    }

    .morecuisinetxt {
        font-size: 18px;
        color: #FFFFFF;
        font-weight: bold;
    }
}
/*-------------------IPAD-----------------------*/
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
    .SignupBtn {
        width: 72%;
        height: 46px;
        font-size: 21px;
        text-align: center;
        margin-top: 60px;
        margin-right: 10px;
    }

    .tglogo {
        height: 115px !important;
        width: 170px !important;
    }

    .bgImgTxt1 {
        font-size: 9vw;
    }

    .fa-location-arrow {
        font-size: 34px !important;
    }

    .mblSearchbox {
        width: 80% !important;
        padding-left: 105px !important;
    }

    .txtpostcode {
        height: 50px;
        font-size: 23px;
    }

    .btnpostcode {
        background-color: #df1f39;
        color: white;
        width: 80% !important;
        height: 50px;
    }

    .mblCuisineImgDiv {
        margin: -3.5px;
        border: 1px solid #dcd7d7;
        border-radius: 5px;
        height: 176px;
        margin-bottom: 15px;
    }

    .mblCuisineImg {
        display: block;
        height: 140px;
        width: 100%;
        border-radius: 5px;
    }

    .mblCuisineImgText {
        font-size: 21px;
        margin-top: 3px;
        margin-left: 2px;
    }

    .morecuisinetxt {
        font-size: 32px;
    }

    #drpValuembl {
        font-size: 15px;
    }

    .changelocationdiv {
        font-size: 17px !important;
    }

    .mblrestaurantlogo {
        width: 120px;
        height: 120px;
    }

    .restauranttext {
        margin-left: 80px;
    }
}

@media all and (device-width: 1024px) and (device-height: 768px) and (orientation:landscape) {
    .SignupBtn {
        width: 72%;
        height: 46px;
        font-size: 21px;
        text-align: center;
        margin-top: 51px;
        margin-right: 10px;
    }

    .tglogo {
        height: 115px !important;
        width: 170px !important;
    }
}
/*---------------------END---------------------------*/

/*--------------------IPAD PRO-----------------------*/
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
    .SignupBtn {
        width: 77%;
        height: 60px;
        font-size: 27px;
        text-align: center;
        margin-top: 70px;
        margin-right: 10px;
    }

    .tglogo {
        height: 150px !important;
        width: 215px !important;
    }

    .lgText1 {
        font-size: 6.3vw;
    }

    .lgText2 {
        font-size: 3.3vw;
    }

    .inputWithIcon {
        width: 620px !important;
        margin-top: 30px;
    }

    .txtpostcode {
        height: 61px;
        font-size: 30px;
    }

    .btnpostcode {
        margin-top: 5px;
        width: 123px !important;
        font-size: 20px;
        height: 44px;
        right: 10px;
    }

    .fa-location-arrow {
        font-size: 40px !important;
        right: 21% !important;
    }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
    .SignupBtn {
        width: 60%;
        height: 60px;
        font-size: 27px;
        text-align: center;
        margin-top: 70px;
        margin-right: 10px;
    }

    .tglogo {
        height: 150px !important;
        width: 215px !important;
    }

    .lgText2 {
        font-size: 2.5vw;
    }

    .inputWithIcon {
        width: 620px !important;
        margin-top: 20px;
    }

    .txtpostcode {
        height: 58px;
        font-size: 30px;
        border-radius: 10px !important;
    }

    .btnpostcode {
        margin-top: 5px;
        width: 123px !important;
        font-size: 20px;
        height: 44px;
        right: 10px;
    }

    .fa-location-arrow {
        font-size: 40px !important;
        right: 21% !important;
    }
}
/*---------------------END---------------------------*/
