.NavigationHeader {
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    background: rgb(34,36,52); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(34,36,52,1) 0%, rgba(98,173,163,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(34,36,52,1) 0%,rgba(98,173,163,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(34,36,52,1) 0%,rgba(98,173,163,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222434', endColorstr='#62ada3',GradientType=1 ); /* IE6-9 */
    color: #FFF;
}

.a:visited {
    color: #FFF;
}

.NavigationMenu {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    padding: 30px 0;
}


.NavigationMenuDescription {
    display: block;
    margin-left: auto;
    padding-top: 8px;
}

.NavigationMenuDescription h1 {
    color: #FFF;
    font-weight: 600;
    font-size: 26px;
}

.GalleryGridText .text-right {
    font-size: 18px;
}

div.wpcf7-response-output {
    margin: 1em 0em 1em;
    line-height: 1em;
    padding-bottom: 5px;
    padding-top: 5px;
    margin-bottom: 0;
}

.fast-food-text{
    font-size: 14px;
    letter-spacing: 0.5px;
}

.GallerySection {
    padding-bottom: 35px;
    background: rgb(34,36,52); /* Old browsers */
    background: -moz-linear-gradient(45deg, rgba(34,36,52,1) 0%, rgba(98,173,163,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, rgba(34,36,52,1) 0%,rgba(98,173,163,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, rgba(34,36,52,1) 0%,rgba(98,173,163,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222434', endColorstr='#62ada3',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    color: #FFF;
}

.GallerySection h3, .GallerySection h4 {
    text-transform: uppercase;
}

.MainFooter {
    position: relative;
    display: block;
    padding: 2% 0;
    background: rgb(98,173,163); /* Old browsers */
    background: -moz-linear-gradient(45deg, rgba(98,173,163,1) 0%, rgba(34,36,52,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, rgba(98,173,163,1) 0%,rgba(34,36,52,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, rgba(98,173,163,1) 0%,rgba(34,36,52,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#62ada3', endColorstr='#222434',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.GradientBackground {
    margin-bottom: 10px;
    height: 320px;
    background-size: cover;
    background-repeat: no-repeat;
    /*background: -moz-linear-gradient(45deg, rgba(98,173,163,1) 0%, rgba(35,37,53,0) 99%, rgba(34,36,52,0) 100%); !* FF3.6-15 *!*/
    /*background: -webkit-linear-gradient(45deg, rgba(98,173,163,1) 0%,rgba(35,37,53,0) 99%,rgba(34,36,52,0) 100%); !* Chrome10-25,Safari5.1-6 *!*/
    /*background: linear-gradient(45deg, rgba(98,173,163,1) 0%,rgba(35,37,53,0) 99%,rgba(34,36,52,0) 100%); !* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!*/
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#62ada3', endColorstr='#00222434',GradientType=1 ); !* IE6-9 fallback on horizontal gradient *!*/
}

.footer_middle_Block {
    border-left: 2px solid #FFF;
    padding-left: 20px;
    text-transform: uppercase;
    color: #FFF;
    font-size: 18px;
}

.OneImageBanner {
    width: 100%;
    height: calc(100vh - 114px);
    background-size: cover;
    background-position: center bottom;
}

.GridBlocksInner {
    padding: 40px 0 30px;
}

.ContactFormSection {
    background-color: #f6f7f7;
    padding: 40px 30px;
}

.GridBlockTitle, .terasaHeading {
    color: #406569;
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
}

.GridBlockContent {
    margin-bottom: 35px;
    font-size: 12px;
}

.BlackColor {
    color: #000;
}

.goToFormBtn {
    display: inline-block;
    padding: 5px 13px;
    color: #FFF;
    background: rgb(91, 153, 151);
    text-transform: uppercase;
    /*margin-top: 10px;*/
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.goToFormBtn:hover {
    color: #FFF;
    background:  #9ac93b;
    text-decoration: none;
}

.GridBlockText {
    font-weight: bold;
    font-size: 12px;
    color: #000;
}

.BottomGridBlockTitleLine {
    background: #CCC;
    margin-bottom: 35px;
}

.ContactFormBlock {
    padding: 30px 20px;
    box-shadow: 0 5px 25px 0 rgba(0,0,0,.35);
    width: 250px;
    margin: auto;
}

.ContactFormBlock input[type=text], .ContactFormBlock input[type=number], .ContactFormBlock input[type=email], .ContactFormBlock input[type=tel] {
    border-radius: 0;
    padding: 0px 15px 2px;
    display: block;
    width: 100%;
    border: 1px solid rgba(154, 154, 154, .5);
    outline: 0;
    font-size: 14px;
    font-weight: 400;
    height: 34px;
}
div.wpcf7-response-output, span.wpcf7-not-valid-tip {
    font-size: 12px !important;
}
.wpcf7-form p { margin: 0}
.terasa_image {
    margin-bottom: 10px;
}
.wpcf7-form-control-wrap {
    display: block;
    margin-bottom: 8px;
}
.ContactFormBlock input[type=submit] {
    text-transform: uppercase;
    border: 1px solid #406569;
    background: #345458;
    font-size: 14px;
    color: #FFF;
    border-radius: 0;
    padding: 0px 25px;
    height: 34px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    outline: 0;

}

.ContactFormBlock input[type=submit]:hover {
    background:  #9ac93b;
    border-color: #9ac93b;
}

div.wpcf7-mail-sent-ok {
    margin-top: 7px;
}

.GridBlockTitleWithIcon {
    float: left;
    width: auto;
}

.GridTitleBlock {
    width: 100%;
}

.GridBlockContent img {
    width: 85%;
}

.GridBlockTitleIcon {
    float: right;
    width: auto;
}

.GalleryGridText {
    height: 115px;
    padding: 25px 0 0;
    text-align: justify;
    line-height: 1.2em;
}

.ZityMallTerasaSection  {
    font-size: 12px;
    line-height: 1.2em;
}

.LocationMap {
    font-size: 12px;
}

.level-heading {
    font-size: 18px;
}

.largeGalleryImg {
    height: 426px;
    background-size: cover;
}
.padding-right {
    padding-right: 5px !important;
}
.padding-left {
    padding-left: 5px !important;
}
@media screen and (max-width: 768px) {
    .GalleryGridText:last-child {
        margin-bottom: 85px;
    }

    .ZityMallTerasaSection h3 {
        margin-top: 20px;
    }

    .NavigationMenuLogo {
        text-align: center;
        width: 100%;
        margin-bottom: 15px;
    }

    .goToFormBtn {
        display: block;
        width: 100%;
        text-align: center;
        margin-top: 15px;
    }

    .OneImageBanner {
        height: 350px;
    }

    .NavigationMenu  {
        display: flex;
        flex-flow: wrap;
    }

    .NavigationMenuDescription {
        text-align: center;
        width: 100%;
    }

    .NavigationMenuDescription h1 {
        font-size: 18px;
        margin-bottom: 0px;
    }

    .MainFooter {
        padding: 30px 0;
    }

    .MainFooter .NavigationMenuLogo {

    }

    .GridBlockContent img {
        width: auto;
    }
}

.PostContent {
    margin-top: 15px;
}

.PostContent strong, .PostContent p {
    font-size: 12px;
}

.single_logos img {
    max-width: 40%;
}

.GallerySection img {
    /*width: 100%;*/
}

.GalleryImg {
    /*height: 240px;*/
    margin-bottom: 10px;
}

.full-width img {
    width: 100%;
    margin-top: 25px;
    margin-bottom: 10px;
}

@media screen and (max-width: 968px) {
    .GridBlocksInner {
     padding-bottom: 0px;
    }
    .ContactFormSection {
        padding: 30px 15px;
    }
}

.LocationMap {
    background: #f3f3f3;
    padding: 35px !important;
}

.mapIframe {
    width: 100%;
}

.empty-space {
    height: 50px;
}

.post, .page {
    margin: 0;
}
@media (max-width: 767px) {
    .padding-right, .padding-left {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
    .GradientBackground, .GalleryImg {
        height: 220px
    }

}