@font-face {
    font-family: "socialico";
    src: url("fonts/Socialico/Socialico.eot");
    src: url("fonts/Socialico/Socialicod41d.eot?#iefix") format("embedded-opentype"), 
    url("fonts/Socialico/Socialico.woff2") format("woff2"), 
    url("fonts/Socialico/Socialico.woff") format("woff"), 
    url("fonts/Socialico/Socialico.ttf") format("truetype"), 
    url("fonts/Socialico/Socialico.svg") format("svg");
}

@font-face {
    font-family: "Abuget";
    src: url("fonts/Abuget/Abuget.eot");
    src: url("fonts/Abuget/Abugetd41d.eot?#iefix") format("embedded-opentype"), 
    url("fonts/Abuget/Abuget.woff2") format("woff2"), 
    url("fonts/Abuget/Abuget.woff") format("woff"), 
    url("fonts/Abuget/Abuget.ttf") format("truetype"), 
    url("fonts/Abuget/Abuget.svg") format("svg");
}


.suspension-contain {max-height: 980px;overflow:hidden;position: relative;}
html.suspended {background: rgba(0,0,0,0.6);}
body {max-width: 100%; min-width: 1200px; /*min-width: 1830px;*/ margin: 0 auto; font-family: 'Montserrat', sans-serif; color: #333;}
a {color:inherit;text-decoration: none}
a:hover {text-decoration: none;color:inherit;}
h1, h2, h3, h4, h5, li, a, p {margin: 0; line-height: 1.2;}
.row {max-width: 1200px; margin: 0 auto}

.dflex, .d-flex { display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
.dflex > div { -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; width: 100%; max-width: 50%; }

/*button*/
.btn { max-width: 200px; width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; position: relative; z-index: 1; display: inline-block; background: #224086; font-weight: 400; font-size: 20px; text-align: center; letter-spacing: 0.5px; color: #FFFFFF; padding: 15px 0; box-sizing: border-box; font-family: 'Staatliches', cursive; }
.btn a { color: #FFFFFF!important; }
.btn:hover {color: #FFF !important; -webkit-box-shadow: 0px 10px 20px -10px #000; box-shadow: 0px 10px 20px -10px #000;  }
.btn::after {content: ""; background: #FF5C26; -webkit-transition: all .3s linear; -o-transition: all .3s linear; transition: all .3s linear; -webkit-transform: scaleX(0); -ms-transform: scaleX(0); transform: scaleX(0); -webkit-transform-origin: left; -ms-transform-origin: left; transform-origin: left; position: absolute;  height: 100%; width: 100%;z-index: -1;left: 0; top: 0; }
.btn:hover::after {-webkit-transform: scaleX(1);-ms-transform: scaleX(1);transform: scaleX(1);}

/*flex*/
.flex{
  display:  flex;
  justify-content:  space-between;  
}
/*floats*/
.fl {float:left;}
.fr {float:right;}

/*socials*/
#banner .social {width: 145px; margin: 100px 0 0 300px; display: flex; justify-content: space-between;}
#banner .social a {font-family: 'socialico'; font-size: 40px; display: block;}
#footer .social, #social-offset .social {width: 170px; margin-top: 45px; display: flex; justify-content: space-between;}
#social-offset .social {margin: 0 auto;}
#footer .social a, #social-offset .social a {font-family: 'socialico'; font-size: 40px; display: block; color: #FFF;}

/*clearings*/
.clear{ clear:both;}
.clearfix:after {content:"."; display:block; height:0; clear:both;visibility:hidden;font-size: 0;}
.clearfix {display:block;}

/*cookie*/
.cc-animate.cc-revoke.cc-bottom {font-size: 14px; padding: 5px 10px; position: fixed; display: block!important; transform: none!important; bottom: 0!important; left: 20px!important;}

/*call to action*/
.destroy-on-load, .cta {display: none;}

/*contact form messages*/
form .messages p {display: none;font-family: Arial !important;font-weight: 400 !important;letter-spacing: 0 !important;font-size: 16px !important;}
form .loading {display: none;}
form .alert {padding: 15px;margin-bottom: 20px;border: 1px solid transparent;border-radius: 4px;}
form .alert-success {color: #3c763d;background-color: #dff0d8;border-color: #d6e9c6;}
form .alert-danger {color: #a94442;background-color: #f2dede;border-color: #ebccd1;}
form [type="submit"] {margin:20px auto}

/*contact form*/
.ctc-form {margin: 0 auto;text-align: center;}
.ctc-form input[type="text"],.ctc-form textarea {font-family:Arial;font-size: 16px;color:#000;height:45px;display: block;width: 100%;border:1px solid #ddd;border-radius: 3px;padding: 5px 10px;box-sizing: border-box;margin: 0 auto 8px}
.ctc-form textarea {height: 120px;padding-top:10px;}
.ctc-form .recap {display: inline-block;}
.ctc-form .g-recaptcha div {margin: 0 auto 10px;}
.ctc-form .ctc-hide {display: none;}
.ctc-form button {display: block; width: 200px; text-align: center; font-size: 13px; font-weight: 700; color: #FFF; letter-spacing: 1px; background-color: #747474; padding: 15px 0; margin: 40px auto 0; transition: all 0.5s ease; border: none;}
::-webkit-input-placeholder { /* Edge */ color: #111111; }
:-ms-input-placeholder { /* Internet Explorer 10-11 */ color: #111111; }
::placeholder { color: #111111; }

.quick-form .ctc-form {margin: 0 auto;text-align: center;}
.quick-form .ctc-form .inline {display: flex; justify-content: space-between;}
.quick-form .ctc-form .inline label {width: 49.5%;}
.quick-form .ctc-form input[type="text"],.quick-form .ctc-form textarea {font-family: 'Open Sans', sans-serif; font-size: 16px; color: #FFF; height: 60px; display: block; width: 100%; border: 1px solid #FFF; border-radius: 0 !important; padding: 5px 10px; box-sizing: border-box; margin: 0 auto 8px; background: transparent;}
.quick-form .ctc-form input[type="text"]::placeholder, .quick-form .ctc-form textarea::placeholder {color: #FFF;} 
.quick-form .ctc-form textarea {height: 230px; padding-top:10px;}
.quick-form .ctc-form button {display: block; width: 200px; text-align: center; font-size: 13px; font-weight: 700; color: #FFF; letter-spacing: 1px; background-color: #747474; padding: 15px 0; margin: 40px auto 0 0; transition: all 0.5s ease; border: none;}
.quick-form .ctc-form .recap {display: inline-block;}
.quick-form .ctc-form .g-recaptcha div {margin: 0 auto 10px;}
.quick-form .ctc-form .ctc-hide {display: none;}
.quick-form .ctc-form .consent {font-family: 'Open Sans', sans-serif; color: #FFF; max-width: 500px; margin: 0 auto;}

/*gallery*/
#content .gallery-container {text-align: center;}
#content .gallery {list-style-type: none;margin: 0;padding: 0;}
#content .gallery li {display: inline-block;}
#content .thumbnail {background-color: #fff;border: 1px solid #ddd;border-radius: 4px;display: block;line-height: .42857; margin-bottom: 20px;padding: 4px;transition: border 0.5s ease-in-out 0s;}
#content .thumbnail:hover {transform: scale(1.02);}
#content .page_navigation {display: inline-block;}
#content .page_link,#content .previous_link,#content .next_link,#content  .first_link,#content  .last_link, #content .ellipse {background-color: #fff;border: 1px solid #ddd;color:  #0275d8;display: inline-block;line-height: 1.25;margin-left: -1px;padding: 0.5rem 0.75rem;position: relative;}
#content .page_navigation > a:hover , .page_navigation > a.active_page {background-color: #eceeef;border-color: #ddd;color: #014c8c;text-decoration: none;}

.background-wrapper {background: url('../images/common/header-banner-background.jpg') no-repeat; background-size: cover;}
h1 {font-size: 100px;font-weight: 100;color:#000;}

/*header*/
#header {position: relative;}
#header .row {max-width: 100%;}
#header .header-right {max-width: 1045px; margin: 0 20px 0 auto;}
#header nav a#pull {display: none}
#header nav ul {margin: 0; padding: 0; display: flex; justify-content: space-between; list-style: none;}
#header nav ul li {padding: 35px 75px 30px 70px; background-color: transparent; transition: all 0.5s ease;}
#header nav ul li:last-of-type {background-color: #9CC09F;}
#header nav ul li a {font-size: 13px; font-weight: 700; display: block; padding-bottom: 15px; border-bottom: 5px solid transparent; transition: all 0.5s ease;}
#header nav ul li.active-menu a, #header nav ul li a:hover {border-color: #FC8275;}
#header .header-left {max-width: 250px; position: absolute; top: 35px; left: 160px;}
#header .header-left .header-logo img {display: block; width: 100%; max-width: 230px;}


/*banner*/
#banner {margin-top: 35px; padding-bottom: 100px; position: relative;}
#banner .row {max-width: 100%; padding-left: 160px; display: flex; justify-content: space-between; align-items: center;}
#banner .banner-left {width: 39%;}
#banner .banner-left .caption h2 {font-size: 86px; font-weight: 400; font-family: 'Abuget', sans-serif; color: #535353; line-height: 105px; max-width: 550px;}
#banner .banner-left .caption p {font-size: 22px; font-family: 'Open Sans', sans-serif; font-style: italic; letter-spacing: 1px; margin-top: 5px;}
#banner .banner-left .link a {display: block; width: 200px; text-align: center; background-color: #FC8275; font-size: 13px; font-weight: 700; color: #FFF; letter-spacing: 1px; padding: 20px 0; margin-top: 75px; transition: all 0.5s ease;}
#banner .banner-right {width: 66.7%;}
#banner .banner-right img {display: block; width: 100%;}

/*content*/
#content {position: relative;}
#top-content .row {max-width: 100%; display: flex; justify-content: space-between;}
#top-content .left {background: url('../images/content/top-left-background.jpg') no-repeat; background-size: cover; width: 63%; padding: 75px 170px 70px 160px; box-sizing: border-box;}
#top-content .left h1 {font-family: 'Abuget', sans-serif; font-size: 72px; font-weight: 400; color: #FFF; line-height: 105px;}
#top-content .left p {font-family: 'Open Sans', sans-serif; font-size: 27px; color: #FFF; letter-spacing: 1px; line-height: 2;}
#top-content .right {background-color: #FC8275; width: 37%; padding: 115px 65px 120px 205px; box-sizing: border-box;}
#top-content .right p {font-size: 20px; font-weight: 700; color: #FFF; letter-spacing: 4px; line-height: 1.9; margin-bottom: 185px;}
#top-content .right p span {display: block;}
#top-content .right a {font-size: 20px; font-weight: 700; color: #FFF; letter-spacing: 4px; position: relative;}
#top-content .right a:before {content: ""; background: url('../images/content/phone-icon.png') no-repeat; position: absolute; top: -80px; left: 0; width: 60px; height: 60px;}
#content-background {background: url('../images/content/content-background-main.jpg') no-repeat; background-size: cover;}
#welcome {padding-top: 95px;}
#welcome .row {max-width: 1365px;}
#welcome h2 {font-size: 30px; color: #737373; letter-spacing: 4px; text-align: center;}
#welcome .top {display: flex; justify-content: space-between; align-items: center; margin-top: 120px; padding-left: 50px; box-sizing: border-box; position: relative;}
#welcome .top:before {content: ""; background-color: #FCE2D5; position: absolute; top: -43px; left: 0; width: 721px; height: 785px;}
#welcome .top .image {width: 63.3%; display: flex; justify-content: space-between;}
#welcome .top .image img {display: block; position: relative;}
#welcome .top .image img:first-of-type {width: 34.3%;}
#welcome .top .image img:last-of-type {width: 63.2%;}
#welcome .top .list {width: 24%;}
#welcome .top .list ul {list-style: none; margin: 0; padding: 0;}
#welcome .top .list ul li {font-size: 25px; font-weight: 700; margin-bottom: 50px;}
#welcome .top .list ul li:last-of-type {margin-bottom: 0;}
#welcome .bottom {display: flex; justify-content: space-between; margin-top: 75px;}
#welcome .bottom dl {width: 32%; text-align: center; margin: 0;}
#welcome .bottom dl dt img {display: block; width: 100%;}
#welcome .bottom dl dd {background-color: #FFF; font-size: 18px; font-weight: 700; line-height: 2; padding: 30px 0; position: relative; margin: 0; min-height: 90px;}
#welcome .bottom dl dd:after {content: ""; background: url('../images/content/arrow.png') no-repeat; position: absolute; right: 30px; top: 55px; width: 13px; height: 26px;}
#welcome .bottom dl:last-of-type dd:after {top: 40px;}
#welcome .bottom dl dd span {display: block;}
#social-offset {background: url('../images/content/social-off-background.jpg') no-repeat; background-size: cover; padding: 315px 0 70px; margin-top: -230px;}
#gallery {padding: 70px 0 55px;}
#gallery img {display: block; width: 100%;}
#gallery .row {display: flex; justify-content: space-between; max-width: 1830px;}
#gallery .left {width: 18.1%;}
#gallery .left img:first-of-type {margin-bottom: 10px;}
#gallery .right {width: 81.3%; margin-top: 35px;}
#gallery .right h2 {font-size: 30px; color: #737373; letter-spacing: 4px; margin: 0 0 32px 10px;}
#gallery .right .image-wrapper {display: flex; justify-content: space-between;}
#gallery .right .image-wrapper .full-image {width: 35.9%;}
#gallery .right .image-wrapper .grid-image {width: 63.3%;}
#gallery .right .grid-image .top-image {margin-bottom: 17px;}
#gallery .right .grid-image .bottom-image {display: flex; justify-content: space-between;}
#gallery .right .grid-image .bottom-image img {width: 49.5%;}
#bottom-image .row {max-width: 100%;}
#bottom-image img {display: block; width: 100%;}
#content .gallery li img { width: 200px !important; height: 200px !important;}
/*footer*/
#footer {position: relative;}
#footer .flex{background-color: #FC8275; padding: 175px 0 110px;}
#footer .footer-top .row {max-width: 100%; padding-left: 160px;}
#footer .footer-top .quick-form {max-width: 810px;}
#footer .footer-top .quick-form h2 {font-size: 50px; color: #FFF; letter-spacing: 20px;}
#footer .footer-top .quick-form h2 span {display: block;}
#footer .footer-top .quick-form p {font-size: 16px; font-family: 'Open Sans', sans-serif; color: #FFF; line-height: 2; letter-spacing: 1px; max-width: 640px; margin: 30px auto 45px 0;}
#footer .contact-info {background-color: #9CC09F; max-width: 780px; width:100%; padding: 150px 120px 115px 125px; box-sizing: border-box; margin:125px 0 -310px 10px;}
#footer .contact-info .row {max-width: 100%; position: relative;}
#footer .contact-info .footer-logo {max-width: 205px; position: absolute; top: -75px; right: -90px;}
#footer .contact-info .footer-logo img {display: block; width: 100%;}
#footer .contact-info h3 {font-size: 20px; color: #FFF; letter-spacing: 4px; margin-bottom: 50px;}
#footer .contact-info .phone, #footer .contact-info .email, #footer .contact-info .event-sched-top {margin-bottom: 45px;}
#footer .contact-info .phone img, #footer .contact-info .email img, #footer .contact-info .event-sched-top img, #footer .contact-info .event-sched-bottom img,
#footer .contact-info .phone a, #footer .contact-info .email a, #footer .contact-info .event-sched-top .wrapper, #footer .contact-info .event-sched-bottom .wrapper {display: inline-block; vertical-align: middle;}
#footer .contact-info .phone img, #footer .contact-info .email img, #footer .contact-info .event-sched-top img, #footer .contact-info .event-sched-bottom img,
#footer .contact-info .phone a, #footer .contact-info .email a, #footer .contact-info .event-sched-top img, #footer .contact-info .event-sched-bottom img {margin-right: 20px;}
#footer .contact-info .phone a, #footer .contact-info .email a, #footer .contact-info .event-sched-top a, #footer .contact-info .event-sched-bottom a {font-size: 20px; font-weight: 700; color: #FFF; letter-spacing: 1px; line-height: 1.5;}
#footer .contact-info .event-sched-top p, #footer .contact-info .event-sched-bottom p {font-family: 'Open Sans', sans-serif; color: #FFF;}
#footer .contact-info .event-sched-bottom .wrapper {max-width: 340px;}
#footer .contact-info .payment-cards {margin-top: 85px;}
#footer .footer-bottom {background: url('../images/common/footer-bottom-background.jpg') no-repeat; background-size: cover; padding: 65px 0 55px;}
#footer .footer-bottom .row {max-width: 620px; margin: 0 auto 0 160px;}
#footer .footer-bottom .footer-nav {margin-bottom: 15px;}
#footer .footer-bottom .footer-nav ul {display: flex; justify-content: space-between; list-style: none; padding: 0; margin: 0;}
#footer .footer-bottom .footer-nav ul li a {display: block; font-size: 13px; font-weight: 700; letter-spacing: 1px;}
#footer .footer-bottom .copy, #footer .footer-bottom .copy a, #footer .footer-bottom .techno, #footer .footer-bottom .techno a {font-size: 13px; font-weight: 700; letter-spacing: 1px;}
#footer .footer-bottom .techno img {max-width: 50px; vertical-align: middle;}

#footer .copy, #footer .silver { margin: 0 auto; box-sizing: border-box; } 
#footer .silver img {display: inline-block;vertical-align: middle;max-width: 50px}


/*inner pages*/
.inner #content {min-height: 600px;padding: 40px 0;}
.gallery-page #content{min-height: 100% !important;}
.inner #content h1 {font-size: 60px; color: #737373; letter-spacing: 4px; text-align: center; text-transform: uppercase; margin-bottom: 30px;}
.inner #content p {text-align: center;}

#commissions .gallery li { display: -webkit-box;
  display: -ms-flexbox;
  display: flex; -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; margin-bottom: 15px; }
#commissions .thumbnail, #looking-perfect-space .thumbnail { margin-bottom: 0; margin-right: 10px; }
#commissions .to-freg, #looking-perfect-space .to-freg { font-weight: 400; text-align: left!important; }
#commissions .to-freg strong { text-transform: uppercase; }
#looking-perfect-space .to-freg { margin-right: 10px; }
#looking-perfect-space li { margin-bottom: 15px; -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
#looking-perfect-space .d-flex { display: -webkit-box;
  display: -ms-flexbox;
  display: flex; -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
.d-flex li { -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; width: 100%; max-width: 20%; }

.contact-page .left { margin-right: 20px; }
.contact-page .left img { width: 100%; max-width: 80%; display: block; }

/*privacy policy*/
.inPrivacyBox {max-width: 850px; margin: 0 auto;}
.inPrivacyBox p {text-align: justify!important;}



/** Responsive
-------------------------------------------------------*/

@media screen and (max-width: 1600px){
    #top-content .right{padding: 115px 5%;}
}
@media screen and (max-width: 1024px){
    #header nav ul{
      justify-content:  flex-end; 
    }
    #footer .footer-bottom .footer-nav ul{
      justify-content:  flex-start; 
    }
}

@media screen and (max-width:1300px){
    #top-content .left{
        padding: 70px 7%;
    }
    #banner .banner-right {
        width: 60%;
    }
    #banner .banner-left {
        padding: 0 3%;
    }
    #banner .banner-left .caption h2 {
        line-height: 130%;
        font-size: 60px;
    }
    #banner .social {
        width: 145px;
        margin: 20px 0 0 0px;
    }
    #banner .row {
        margin-top: 160px;
    }
    #welcome .top:before{
        height: 705px;
    }
    #footer .footer-top .row{    padding-left: 20px;}
    #footer .contact-info{
        margin:0 auto;
    }
}


@media screen and (max-width: 1024px){
	body {min-width: 320px}
	.row {width: 95%}
    #welcome .bottom, #top-content .row{
        display: block;
    }
    #banner .row {
        padding: 0;
        margin-top: 160px;
        display: block;
        text-align: center;
    }
    #banner .banner-left h2 {
        margin: 0 auto;
    }
    
    #banner .banner-left {
        padding: 0 3%;
        width: 100%;
        margin: 0 auto;
    }
    #banner .banner-left .link a {
        margin: 50px auto;
    }
    #banner .social {
        margin: 0 auto;
    }
    #banner .banner-right {
        width: 100%;
        margin: 20px auto 0;
    }
    #top-content .left, #top-content .right, #top-content .right p {
        width: 100%;
    }
    #top-content .right p {
        font-size: 25px;
    }
    #top-content .right a {
        text-align: center;
        margin: 0 auto;
        display: block;
    }
    #top-content .right a:before {
        text-align: center;
        display: block;
        margin: auto;
        /* left: 0; */
        right: 0;
    }
    #welcome .bottom dl {
        width: 100%;
        max-width: 700px;
        text-align: center;
        margin: 0 auto 50px;
    }
    #welcome .top {
        display: block;
        margin: 0 auto;
        padding: 0;
    }
    #welcome .top .image {
        margin: 0 auto;
    }
    #welcome h2 {
        font-size: 40px;
        margin-bottom: 30px;
    }
    #welcome .top:before {
        left: 0;
        right: 0;
        margin: auto;
        width: 100%;
        max-width: 1000px;
        height: unset;
    }
    #welcome .top .list {
        width: 100%;
        text-align: center;
        margin: 90px auto 0;
    }
    #gallery .row {
        display: block;
    }
    #gallery .left {
        width: 100%;
    }
    #gallery .right {
        width: 100%;
        margin-top: 0;
    }
    #gallery .right h2 {
        margin: 70px auto;
        text-align: center;
        font-size: 40px;
    }
    #footer .flex {
        display: block;
        padding: 55px 0 110px;
    }
    #footer .footer-top .row {
        max-width: 100%;
        padding-left: 0;
    }
    #footer .contact-info {
        max-width: unset !important;
        width: 100%;
        display: block;
        margin: 0 auto;
    }
    #footer .footer-top .quick-form {
        max-width: unset;
        text-align: center;
    }
    #footer .footer-top .quick-form p {
        text-align: center;
        margin: 20px auto;
    }
    .quick-form .ctc-form button {
        margin: 50px auto;
    }
    

}

@media screen and (max-width: 800px){
    #header nav ul li.active-menu a, #header nav ul li a:hover, #header nav ul li a {
        color: white;
    }
	#header {padding: 0}
    #header, #header * { box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
	#header .row {width: 100%}
	#header nav {display:block; height: auto; width: 100%;}
  	#header nav ul { width: 100%; display: none; height: auto;border-bottom:5px solid #000; padding: 0;}
  	#header nav ul li { width: 100%;position: relative; margin: 0; }
  	#header nav ul li a { display: block; float:none; padding: 10px 0;}
  	#header nav a {text-align: left; width: 100%;}
	#header nav a strong {position: absolute; top: 50%; transform: translateY(-50%); left: 15px;}
	#header nav a#pull {display: block; color: #fff; background-color: #000; height: 40px;padding: 10px 0; width: 100%; position: relative;}
	#header nav a#pull:after { content:""; background: url('../images/nav-icon.png') no-repeat; width: 20px; height: 20px; display: inline-block; position: absolute; right: 15px; top: 50%; transform: translateY(-50%);}

    #header nav ul li.active-menu { padding: 0; width: 100%; }
    #header nav ul li.active-menu a, #header nav ul li a:hover { width: 100%; background: #9C5D47; padding: 10px 15px; }
    #header nav ul li { background: #111111; padding: 0; }
    #header nav ul li a { padding: 10px 15px; max-width: 100%; }
	.dflex {
        display: block;
    }
	.cta{background: #035B96  url("../images/common/phonecall.png") no-repeat center center;border-bottom-left-radius: 40px;border-top: 2px solid #013f9a ;border-top-left-radius: 40px;bottom: 1%;display: block;height: 80px;position: fixed;right: 0;text-decoration: none; text-indent: -9999em;width: 100px;z-index: 999;}

    #footer .footer-bottom .row {
        max-width: 620px;
        margin: 20px auto;
        width: 100%;
    }
    .dflex .right {
        width: 100%;
        max-width: unset;
    }
    .contact-page .left img {
        width: 100%;
        max-width: 100%;
    }
    .contact-page .left {
        margin: 20px auto;
    }
    label {
        display: block;
    }
    .inner #content h1 {
        font-size: 40px;
    }
	#footer { padding: 0; margin: 0 auto; text-align: center;}
    #footer nav ul li {display: block; width: 100%; margin: 0 auto; padding: 10px 0!important; }
    #footer nav ul li.active-menu a, #footer nav ul li a:hover { border: none; }
    #footer nav ul li.active-menu, #footer nav ul li:hover { background: #535353; }
}

@media screen and (max-width: 512px){
    body, html {
        overflow-x: hidden;
    }
    #footer .contact-info{padding: 120px 5%;}
    #footer .contact-info .phone img, #footer .contact-info .email img, #footer .contact-info .event-sched-top img, #footer .contact-info .event-sched-bottom img, #footer .contact-info .phone a, #footer .contact-info .email a, #footer .contact-info .event-sched-top img, #footer .contact-info .event-sched-bottom img {
        display: block;
        margin-right: 20px;
        text-align: center;
        margin: 0 auto;
    }
    #footer .social, #social-offset .social {
        margin: 30px auto 0;
    }
    #footer .footer-top .quick-form h2 {
        font-size: 30px;
        color: #FFF;
        letter-spacing: 12px;
    }
}

@media screen and (max-width: 400px){
    #banner .banner-left .caption h2 {
        line-height: 130%;
        font-size: 50px;
    }
    #top-content .left {
        padding: 70px 3%;
    }
    #top-content .left h1{font-size: 60px;}
    #top-content .left p {
        font-size: 18px;
    }
    #top-content .right {
        padding: 35px 5%;
    }
    #top-content .right p {
        font-size: 18px;
    }
    
}