#container {
    border: 1px solid #00AFA9;
}
h1.page-title {
    font-family:'Neon-Regular';
    font-size: 20px;
    color: #00AFAA;
}
.one-fourth {
    width: 240px;
    height: 240px;
}
.two-fourth {
    width: 480px;
    height: 240px;
}
.tile.turquise {
    background-color: #00AFA9;
}
.tile.lightturquise {
    background-color: #d1efee;
}
.tile.turquise.one-fourth .live-img h3 {
    font-family:'Neon-Regular';
    font-size: 19px;
    color: #fff;
    line-height: 240px;
}
.tile.lightturquise .live-img h3 {
    font-family:'Neon-Regular';
    font-size: 19px;
    color: #00AFAA;
    line-height: 240px;
}
.tile.one-fourth-long {
    width: 240px;
    height: 480px;
}
.social {
    list-style: none;
    padding: 0;
    text-align: center;
    top: 50%;
    position: relative;
    margin-top: -20px;
}
.social li {
    display: inline-block;
    margin: 0 3px;
}
.social li a {
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    color: #00AFA9;
    display: inline-block;
    line-height: 40px;
    font-size: 22px;
}
.tile.full-image {
    height: 680px;
    width: 960px;
}

#fancybox-left, #fancybox-right, #fancybox-close {
    display: none !important;
}
.flexslider .slide-text {
    background-color: #fff;
    padding: 15px 30px 22px;
    text-align: center;
    height: 115px;
}
.flexslider .slide-text h4 {
    color: #00AFAA;
    font-size: 26px;
    line-height: 30px;
}
.flexslider .slide-text p {
    color: #575656;
}
.franchise-form {
    padding: 10px 30px;
}
a.tour {
    position: absolute;
    bottom: 16px;
    width: 100%;
    left: 0;
    right: 0;
}


@media (max-width: 480px) {
    .tile.full-image {
        height: 175px;
        width: auto;
    }
    .tile.full-image img {
        height: auto;
        width: 100%;
    }
    .flexslider .slide-text h4 {
        font-size: 18px;
        line-height: 20px;
    }
    .flexslider .slide-text p {
        font-size: 14px;
    }
    #logo {
        margin: 20px 0 0 0px;
    }
}