html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
img {
    max-width: 100%;
}
#fb-album {
    position: relative;
    left: 5%;
    ;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    background: transparent;
    cursor: pointer;
}
a:active,
a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
* input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
}
ul,
li {
    list-style: none;
}
a {
    text-decoration: none;
}
ul {
    padding: 0px;
    margin: 0px;
}

/*

Usage for Clear fix

.container-with-floated-children {
  @extend %clearfix;
}

*/


/*  USAGE e px to em
.title {
    font-size: em(37px);
}
*/

.sss {
    height: 0;
    margin: 0;
    padding: 0;
    position: relative;
    display: block;
    overflow: hidden;
}
.ssslide {
    width: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    overflow: hidden;
}
.ssslide img {
    max-width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    position: relative;
    display: block;
}
.sssnext,
.sssprev {
    width: 25px;
    height: 100%;
    margin: 0;
    position: absolute;
    top: 50%;
    background: url("../images/arr.png") no-repeat;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.sssprev {
    left: 3%;
    background-position: 0 50%;
}
.sssnext {
    right: 3%;
    background-position: -26px 50%;
}
.sssprev:hover,
.sssnext:hover {
    cursor: pointer;
}
.slider-wrapper {
    position: relative;
}
.slider-caption {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    text-align: center;
    width: 90%;
}
.slider-caption__title {
    font-family: 'montserratextralight';
    color: #fff;
    font-size: 4vw;
    text-transform: uppercase;
    font-weight: 100;
}
.slider-caption__sub {
    font-family: 'playfair_displayregular';
    color: #b6f074;
    font-size: 3.8vw;
}
.slider-caption__phone {
    color: #fff;
    font-size: 2vw;
    display: none;
}
@font-face {
    font-family: 'montserratextralight';
    src: url("../fonts/montserrat-extralight-webfont.woff2") format("woff2"), url("/fonts/montserrat-extralight-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'playfair_displayregular';
    src: url("../fonts/playfairdisplay-regular-webfont.woff2") format("woff2"), url("/fonts/playfairdisplay-regular-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'playfair_displaybold';
    src: url("../fonts/playfairdisplay-bold-webfont.woff2") format("woff2"), url("/fonts/playfairdisplay-bold-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'montserratlight';
    src: url("../fonts/montserrat-light-webfont.woff2") format("woff2"), url("/fonts/montserrat-light-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
textarea:focus,
input:focus {
    outline: none;
}
input[type="submit"] {
    width: 100%;
    background: #69c773;
    border: none;
    color: #fff;
    border-radius: 18px;
    padding: 5px 0px;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}
.error {
    color: #ff0;
    font-size: 30px;
}
.error a {
    color: red;
}
.sent {
    font-size: 30px;
    text-align: center;
    color: green;
}
.small-only {
    display: none;
}
.sidePanel {
    width: 300px;
    height: 100%;
    background: #5fcf80;
    position: fixed;
    right: -300px;
    z-index: 3;
    top: 0px;
    padding: 50px;
    padding-top: 100px;
}
.sidePanel ul li {
    margin-bottom: 10px;
}
.sidePanel ul li a {
    color: #fff;
    text-transform: uppercase;
}
.side-panel-arrow {
    float: right;
    z-index: 4;
    position: relative;
    top: 7px;
    right: 20px;
}
.side-panel-arrow .fa {
    background: #65e48b;
    padding: 10px;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    text-align: center;
    padding-top: 14px;
    font-size: 20px;
    color: #fff;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.46);
}
.dark-arrow {
    color: #000 !important;
}
.content-small-title {
    color: #000;
    font-size: 0.75em;
    text-transform: uppercase;
    font-weight: 100;
    margin-bottom: 7px;
}
.content-line {
    width: 86px;
    height: 2px;
    background: #a69890;
}
.content-title {
    font-family: 'playfair_displayregular';
    color: #223732;
    font-size: 2.375em;
    margin-top: 20px;
    line-height: 1.3;
}
.facebook-color {
    color: #3b5998;
}
.bold {
    color: #696d76;
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;
}
.content-text__number {
    margin-top: 30px;
    margin-bottom: 70px;
}
.margR {
    margin-right: 30px;
}
.content-text {
    max-width: 515px;
}
.bg-img-dreams {
    background: url("../images/home/Property-of-your-Dreams-Image.png");
    height: 700px;
}
.content {
    padding-left: 60px;
}
.gray-bg {
    background: #f4f4f4;
}
.squares-wrapper {
    width: 80%;
    margin: 0 auto;
    height: 400px;
    clear: both;
}
.square {
    float: left;
    width: 25%;
    height: 230px;
}
.square-brown {
    background: #44322d;
}
.square-img-1 {
    background: url("../images/home/squares/1.jpg");
}
.square-img-2 {
    background: url("../images/home/squares/2.jpg");
}
.square-img-3 {
    background: url("../images/home/squares/3.jpg");
}
.square-img-4 {
    background: url("../images/home/squares/4.jpg");
}
.square-img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.square-info {
    text-align: center;
    color: #fff;
    font-family: 'playfair_displayregular';
    padding: 30px;
}
.squares-title {
    text-transform: capitalize;
    font-size: 1.1875em;
    margin-bottom: 0;
    margin-top: 0;
}
.squares-text {
    max-width: 153px;
    margin: 0 auto;
    font-size: 1.125em;
}
.squares-line {
    height: 2px;
    width: 100px;
    background: #fff;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 20px;
}
.square-green {
    background: #555843;
}
.square-grey {
    background: #686c76;
}
.square-dark-green {
    background: #20332e;
}
.pad-bottom {
    padding-bottom: 70px !important;
}
.bg-home-reimagine {
    background: url("../images/home/reimagine.jpg");
}
.grid-container-no-pad {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.content-wrapper {
    padding-top: 30px;
    text-align: center;
    max-width: 420px;
}
.content-line--center {
    margin-left: auto;
    margin-right: auto;
}
.content-wrapper-right {
    float: right;
}
.bg-home-high-quality {
    background: url("../images/home/high-quality.jpg");
}
.bg-middle-section {
    height: 540px;
}
.content-wrapper {
    padding-left: 10px;
    padding-right: 10px;
}
.content-wrapper .btn {
    margin-top: 20px;
}
.accreds {
    width: inherit;
    margin-top: 50px;
    height: 85px;
}
.testimonials-quote {
    font-family: 'playfair_displaybold';
    font-size: 8.5625em;
    margin-bottom: -80px;
    margin-top: 0;
    text-align: center;
    color: #a69890;
}
.testimonials {
    text-align: center;
}
.bold-link {
    font-weight: bold;
    text-decoration: underline;
}
.testimonials-text {
    font-size: 1em;
    font-family: 'playfair_displayregular';
    color: #303030;
    max-width: 962px;
}
.testimonials-text,
.testimonials-info {
    margin-left: auto;
    margin-right: auto;
}
.testimonials-info {
    max-width: 832px;
}
.testimonials-by {
    font-size: 1.1875em;
    color: #303030;
}
.main {
    position: relative;
}
.main-caption {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
}
.main-caption__title {
    font-size: 4vw;
    font-family: 'playfair_displayregular';
    text-transform: capitalize;
    margin-bottom: 10px;
}
.main-caption__phone {
    display: none;
}
.main__img {
    display: block;
}
.content-left {
    text-align: left;
}
.content-left .content-line--center {
    margin-left: 0;
    margin-right: 0;
}
.bg-extensions-1 {
    background: url("../images/extensions/1.jpg");
}
.bg-extensions-2 {
    background: url("../images/extensions/2.jpg");
}
.bg-extensions-3 {
    background: url("../images/extensions/3.jpg");
}
.bg-alterations-1 {
    background: url("../images/alterations/1.jpg");
}
.bg-alterations-2 {
    background: url("../images/alterations/2.jpg");
}
.bg-alterations-3 {
    background: url("../images/alterations/3.jpg");
}
.bg-refurbishments-1 {
    background: url("../images/refurbishments/1.jpg");
}
.bg-refurbishments-2 {
    background: url("../images/refurbishments/2.jpg");
}
.bg-refurbishments-3 {
    background: url("../images/refurbishments/3.jpg");
}
.bg-kitchens-bathroom-1 {
    background: url("../images/kitchen-bathrooms/1.jpg");
}
.bg-kitchens-bathroom-2 {
    background: url("../images/kitchen-bathrooms/2.jpg");
}
.bg-kitchens-bathroom-3 {
    background: url("../images/kitchen-bathrooms/3.jpg");
}
.garage-loft-conversions-1 {
    background: url("../images/garage-loft-conversions/1.jpg");
}
.garage-loft-conversions-2 {
    background: url("../images/garage-loft-conversions/2.jpg");
}
.garage-loft-conversions-3 {
    background: url("../images/garage-loft-conversions/3.jpg");
}
.gallery-nav {
    padding: 15px 0;
    background: #656565;
}
.gallery-nav ul {
    text-align: center;
}
.gallery-nav ul li {
    display: inline-block;
    margin-right: 20px;
}
.gallery-nav ul li:last-child {
    margin-right: 0;
}
.gallery-nav ul li a {
    color: #fff;
    font-size: 1.125em;
}
.gallery-nav li.current a {
    color: #65e48b;
}
#gallery li {
    width: 31%;
    float: left;
    margin: 1%;
}
#heading {
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
}
.testimonials-page .testimonials-by {
    padding-top: 75px;
    padding-bottom: 95px;
}
.contact-form {
    border: 1px solid #867f78;
    padding: 50px;
    max-width: 700px;
    margin: 0 auto;
    display: block;
    font-size: 0.9375em;
}
.contact-form input {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #867f78;
    width: 100%;
    padding: 0.5em 0.5em;
}
.contact-form textarea {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #867f78;
    height: 200px;
}
.contact-message p {
    margin-bottom: 30px;
}
.g-recaptcha div {
    margin: 15px auto;
}
.up {
    background: whitesmoke;
    width: 50px;
    height: 50px;
    font-size: 20px;
    text-align: center;
    border-radius: 50%;
    float: right;
    padding-top: 8px;
    position: fixed;
    right: 5px;
    bottom: 300px;
    opacity: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border: 1px solid #bdbdbd;
}
.up:hover {
    background: gray;
    color: #fff;
}
* {
    box-sizing: border-box;
}
a {
    color: inherit;
}
header {
    padding-top: 20px;
    padding-bottom: 30px;
}
body {
    font-size: 16px;
    line-height: 1.5;
    font-family: 'montserratlight';
    color: #696d76;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    font-weight: 100;
}
.wrap {
    /* Keep footer at bottom */
    min-height: calc(100vh - 20px);
}
.gap {
    padding-top: 40px;
    padding-bottom: 40px;
}
/* Added BY swati*/
#sucessMessage
{
    color: green;  
    text-align: center; 
     font-weight: bold;
}
.contact-form input {
  
    padding: 15px;
}
.contact-form textarea {
     padding: 15px;
     resize: none;
}
.error_checkbox, .error_captcha
{
    color: #ff0000;
    font-size: 12px;
}
    
/*End*/

@media only screen and (max-width: 755px) {
    .gap {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}
.btn-dark {
    background: #28201e;
    color: #fff !important;
}
.btn-dark:hover {
    background: #fff;
    border: 1px solid #392c27;
    color: #392c27 !important;
}
.btn-light:hover {
    background: #28201e;
    color: #fff !important;
}

/* Remove Google autofill background */

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 50px #fff inset;
    /* Change the color to your own background color */
    -webkit-text-fill-color: #333;
}
input:-webkit-autofill:focus {
    -webkit-box-shadow: , 0 0 0 50px #fff inset;
    -webkit-text-fill-color: #333;
}
.btn {
    padding: 12px 35px;
    color: #392c27;
    text-transform: uppercase;
    font-size: 0.8125em;
    border: 1px solid #392c27;
    -webkit-transition: 0.35s;
    transition: 0.35s;
    display: inline-block;
    width: 180px;
    text-align: center;
    letter-spacing: 1px;
}
.btn:hover {
    border: 1px solid #000;
    color: #000;
}
.header-links {
    position: relative;
}
.header-links ul li a {
    text-transform: uppercase;
    color: #000;
    font-weight: lighter;
    position: relative;
    -webkit-transition: 0.3s color;
    transition: 0.3s color;
    font-size: 0.875em;
}
.header-links ul li a:hover {
    color: #39b54a;
}
.header-links ul li a:hover:after {
    content: "\f067";
    font-family: FontAwesome;
    right: -27px;
    position: absolute;
    top: -2px;
    color: #a69890;
}
.header-link__item--active {
    color: #39b54a !important;
}
.header-link__item--active:after {
    content: "\f067";
    font-family: FontAwesome;
    right: -27px;
    position: absolute;
    top: -2px;
    color: #a69890;
}
.lowerFooter__obm {
    float: right;
    margin-top: 13px;
    color: #696d76;
    font-size: 14px;
}
.lowerFooter__obm span {
    font-weight: bold;
    color: teal;
    -webkit-transition: 0.35s;
    transition: 0.35s;
}
.lowerFooter__obm span:hover {
    color: #00b3b3;
}

/* FORM */

#page-wrapper {
    width: 640px;
    background: #FFFFFF;
    padding: 1em;
    margin: 1em auto;
    border-top: 5px solid #69c773;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.8);
}
h1 {
    margin-top: 0;
}
.field {
    margin: 1em 0;
}
label {
    display: block;
    margin-top: 2em;
    margin-bottom: 0.5em;
    color: #999999;
}
textarea {
    width: 100%;
}
button {
    display: inline-block;
    border-radius: 3px;
    border: none;
    font-size: 0.9rem;
    padding: 0.5rem 0.8em;
    background: #69c773;
    border-bottom: 1px solid #498b50;
    color: white;
    -webkit-font-smoothing: antialiased;
    font-weight: bold;
    margin: 0;
    width: 100%;
    text-align: center;
}
button:hover,
button:focus {
    opacity: 0.75;
    cursor: pointer;
}
button:active {
    opacity: 1;
    box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.1) inset;
}
.success {
    padding: 1em;
    margin-bottom: 0.75rem;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    color: #468847;
    background-color: #dff0d8;
    border: 1px solid #d6e9c6;
    border-radius: 4px;
}
.error {
    padding: 1em;
    margin-bottom: 0.75rem;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    color: #b94a48;
    background-color: #f2dede;
    border: 1px solid rgba(185, 74, 72, 0.3);
    border-radius: 4px;
}
.logo {
    width: inherit;
    height: 72px;
}
.logo-wrapper,
.header-links,
.header-social {
    display: inline-block;
    vertical-align: middle;
}
.header-links {
    width: 15%;
    margin-right: 2%;
    border-right: 1px solid #a69890;
}
.header-links--last {
    border-right: none;
}
.logo-wrapper {
    width: 26%;
}
.header-social {
    width: 12%;
    text-align: right;
}
.header-social h3 {
    margin: 0!important;
    color: #000;
	font-weight: lighter;
}
.header-social .fa {
    font-size: 30px;
    position: relative;
    top: 2.5px;
    color: #3b5998;
    -webkit-transition: 0.3s color;
    transition: 0.3s color;
}
.header-social .fa:hover {
    color: #a69890;
}
.header-links--middle {
    width: 24%;
}
.bg-img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.text-center {
    text-align: center;
}
.clear {
    clear: both;
}
.footer-section {
    float: left;
    width: 33%;
    padding-left: 5%;
    padding-right: 5%;
    text-align: center;
    border-right: 1px solid #a69890;
    height: 370px;
}
.footer-section:last-child {
    padding-right: 0;
    border-right: none;
}
.footer-title {
    font-family: 'playfair_displaybold';
    color: #d0c5be;
    text-transform: capitalize;
    font-size: 1.5em;
}
.footer-section-links {
    color: #a69890;
}
.footer-section-links li {
    margin-bottom: 5px;
}
.footer-section-links li a {
    text-transform: uppercase;
    font-size: 0.75em;
}
.footer-section .fa {
    font-size: 1.5625em;
    color: #d1b495 !important;
}
.footer-section .fa,
.footer-section-text,
.footer-num,
.footer-email,
.footer-address {
    color: #a69890;
}
.footer-address {
    line-height: 33px;
}
.footer-section-text {
    font-size: 0.75em;
    max-width: 174px;
    margin: 0 auto;
}
.footer-num {
    font-size: 1.125em;
}
.footer-num .fa {
    margin-right: 10px;
}
.obm {
    color: #c9ad90;
    text-align: right;
    font-size: 14px;
    margin-right: 20px;
    margin-bottom: 0;
}
.obm a {
    color: #fff;
    font-weight: bold;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}
.obm a:hover {
    color: teal;
}
.footer-bg {
    background: url("../images/Footer-Image.jpg");
    padding-top: 90px;
    padding-bottom: 40px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
footer {
    clear: both;
}
.grid-container {
    padding-left: 10px;
    padding-right: 10px;
    margin-left: auto;
    margin-right: auto;
}
img {
    width: 100%;
}

/* Media Queries
================================ */

@media (min-width: 1px) and (max-width: 767px) {
    .grid-container > [class^="grid-"] {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .hide-mobile {
        display: none;
    }
}
@media (min-width: 768px) {
    /* Columns
  ================================ */
    .grid-container > [class^="grid-"] {
        float: left;
        min-height: 1px;
        padding-left: 10px;
        padding-right: 10px;
        margin-left: 2%;
    }
    .grid-container > [class^="grid-"]:first-child {
        margin-left: 0;
    }
    .grid-container > [class^="grid-"]:last-child {
        float: right;
    }
    /* Columns are 65px wide, with 20px gutters
  =========================================== */
    .grid-1 {
        width: 6.5%;
    }
    .grid-2 {
        width: 15%;
    }
    .grid-3 {
        width: 23.5%;
    }
    .grid-4 {
        width: 32%;
    }
    .grid-5 {
        width: 40.5%;
    }
    .grid-6 {
        width: 49%;
    }
    .grid-7 {
        width: 57.5%;
    }
    .grid-8 {
        width: 66%;
    }
    .grid-9 {
        width: 74.5%;
    }
    .grid-10 {
        width: 83%;
    }
    .grid-11 {
        width: 91.5%;
    }
    .grid-12 {
        width: 100%;
    }
    /* Clearfix
  ================================ */
    .grid-container:after,
    .group:after {
        content: " ";
        display: table;
        clear: both;
    }
}
@media (min-width: 1200px) {
    .grid-container {
        max-width: 1400px;
    }
}
@media (max-width: 1030px) {
    .gallery-nav ul {
        padding-top: 20px;
    }
    .extra-pad {
        padding-top: 79px;
    }
    header {
        padding-top: 10px;
        padding-bottom: 10px;
        position: fixed;
        width: 100%;
        z-index: 99999;
        background: #fff;
        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
        height: 78px;
    }
    .logo {
        width: 175px;
    }
    .large-only {
        display: none;
    }
    .small-only {
        display: block;
    }
    .black-bg {
        background: rgba(255, 255, 255, 0.82);
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: none;
    }
}
@media (max-width: 1044px) {
    .testimonials-page .testimonials-by {
        padding-top: 35px;
        padding-bottom: 55px;
    }
    .squares-wrapper {
        width: 100%;
    }
    .square {
        width: 50%;
    }
    .square-hide-small {
        display: none;
    }
    .testimonials-text {
        font-size: 1.25em;
    }
}
@media (max-width: 870px) {
    .content-title {
        font-size: 1.4375em;
    }
    .margR {
        display: none;
    }
}
@media (max-width: 570px) {
    .square {
        width: 50%;
        float: left;
        height: 200px;
    }
    .square-img {
        height: 200px;
    }
    .gray-bg {
        background: none;
        margin-bottom: 60px;
    }
    .square-info {
        padding: 10px;
    }
}
@media (max-width: 767px) {
    .contact-form {
        padding: 20px;
    }
    .gallery-nav ul li {
        width: 100%;
        margin-bottom: 10px;
    }
    .content-title br,
    .contact-message br {
        display: none;
    }
    .content-wrapper,
    .content-text,
    .content {
        max-width: 100%;
    }
    .content {
        padding-left: 10px;
        padding-right: 10px;
    }
    .content-wrapper-right {
        float: none;
    }
    .city-guilds-logo {
        margin-top: 0;
    }
    .testimonials-info br {
        display: none;
    }
    .testimonials-info,
    .testimonials-text {
        text-align: left;
    }
    .footer-section {
        float: none;
        width: 100%;
        border: none;
        padding-left: 0;
        padding-right: 0;
        height: auto;
    }
    .footer-bg {
        padding: 40px 0px;
    }
    .obm {
        text-align: center;
        margin-top: 40px;
    }
    .main {
        overflow: hidden;
        display: inline-block;
    }
    .main__img {
        margin: 0 -25%;
        width: 150%;
        max-width: 150%;
    }
    #gallery li {
        width: 48%;
        float: left;
        margin: 1%;
    }
}
@media (min-width: 1360px) {
    .slider-caption__title {
        font-size: 55px;
    }
    .slider-caption__sub {
        font-size: 45px;
    }
    .slider-caption__sub {
        font-size: 35px;
    }
    .main-caption__title {
        font-size: 55px;
    }
}
@media (min-width: 767px) {
    .hide-large {
        display: none;
    }
}
.hideme {
    opacity: 0;
}
.gray-image {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}
.mobile-link__item--active {
    border-bottom: 1px solid #fff;
}

/* Preload images */

body:after {
    content: url(../images/close.png) url(../images/loading.gif) url(../images/prev.png) url(../images/next.png);
    display: none;
}
body.lb-disable-scrolling {
    overflow: hidden;
}
body p {
    font-size: 17px;
}
.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: black;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    display: none;
}
.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-weight: normal;
}
.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    max-height: none;
    border-radius: 3px;
    /* Image border */
    border: 4px solid white;
}
.lightbox a img {
    border: none;
}
.lb-outerContainer {
    position: relative;
    *zoom: 1;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    border-radius: 4px;
    /* Background color behind image.
     This is visible during transitions. */
    background-color: white;
}
.lb-outerContainer:after {
    content: "";
    display: table;
    clear: both;
}
.lb-loader {
    position: absolute;
    top: 43%;
    left: 0;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}
.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(../images/loading.gif) no-repeat;
}
.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}
.lb-container > .nav {
    left: 0;
}
.lb-nav a {
    outline: none;
    background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}
.lb-prev,
.lb-next {
    height: 100%;
    cursor: pointer;
    display: block;
}
.lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    background: url(../images/prev.png) left 48% no-repeat;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    transition: opacity 0.6s;
}
.lb-nav a.lb-prev:hover {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}
.lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    background: url(../images/next.png) right 48% no-repeat;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    transition: opacity 0.6s;
}
.lb-nav a.lb-next:hover {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}
.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    *zoom: 1;
    width: 100%;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.lb-dataContainer:after {
    content: "";
    display: table;
    clear: both;
}
.lb-data {
    padding: 0 4px;
    color: #ccc;
}
.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em;
}
.lb-data .lb-caption {
    font-size: 13px;
    font-weight: bold;
    line-height: 1em;
}
.lb-data .lb-caption a {
    color: #4ae;
}
.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999999;
}
.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url(../images/close.png) top right no-repeat;
    text-align: right;
    outline: none;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}
.lb-data .lb-close:hover {
    cursor: pointer;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}
.fb-feed iframe {
    display: block;
    margin: auto;
}
.fb-message__text {
    text-align: center;
    padding: 10px 0;
}
.fb-message__content {
    margin-bottom: 50px;
}
.rotate {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
@media (min-width: 1500px) {
    .slider {
        max-height: 800px;
        overflow: hidden;
    }
    .slider-caption {
        -webkit-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
        top: 170px;
    }
    .sssnext,
    .sssprev {
        top: 400px;
    }
}
@media (min-width: 1061px) {
    .slider-caption__sub {
        font-size: 38px;
    }
    .slider-caption__phone {
        font-size: 20px;
    }
}
.squares-pad-bottom {
    padding-bottom: 120px;
}
@media (min-width: 768px) {
    .touching .grid-6 {
        margin-left: 0;
        width: 50%;
    }
}
