/* ---- 
Default style sheet.
The majority of the properties listed are specific to style id 2305 
and can be changed or deleted altogether if need be.
---- */


/* ---- fonts ---- */

@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,400italic,600,600italic,700,800,300italic);
@import url(//fonts.googleapis.com/css?family=Oswald:400,300,700|Petit+Formal+Script);
@import url(//fonts.googleapis.com/css?family=Droid+Serif:400,400italic,700,700italic|Droid+Sans:400,700);
@import url(//fonts.googleapis.com/css?family=Playfair+Display:400,400italic,700,700italic,900,900italic);
@import url(//fonts.googleapis.com/css?family=Roboto+Condensed:400,300,400italic,700);

/* ---- basic properties ---- */

html,
body {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    padding: 0;
    position: relative;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    background: #222;
    background-size: 150px 150px;
    overflow-x: hidden;
    -webkit-transition: opacity 1s ease 0.5s;
    -o-transition: opacity 1s ease 0.5s;
    transition: opacity 1s ease 0.5s;
}

.no-scroll,
.no-scroll body {}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    margin: 0;
    padding: 0;
    text-align: left;
}

.row {
    margin: 0!important;
}

.user-content table {
    width: 100% !important;
    height: auto !important;
}

.user-content table td {
    vertical-align: top;
    padding: 5px;
}

submit,
textarea,
input {
    outline: none;
    border-radius: 0;
}

h1,
.section-heading {
    font-size: 40px;
    line-height: 50px;
    font-weight: 900;
    margin: 0 0 40px 0;
}

h2 {
    font-size: 30px;
    line-height: 34px;
    font-weight: 300;
}

p {
    font-size: 16px;
    line-height: 30px;
    color: #000;
    margin: 0 0 15px 0;
}

div {
    font-size: 16px;
    line-height: 30px;
    color: #000;
}

a,
a:visited,
a:focus,
a:active {
    text-decoration: none;
    font-weight: 700;
}

.container {
    width: 95%;
    max-width: 1600px!important;
}

section {
    display: block;
}

.breadcrumbs {
    padding: 0 0 5px 0;
    margin: 0;
    line-height: 20px;
}

body .breadcrumbs a {
    font-size: 12px;
    font-weight: 900;
    color: #ccc;
    display: inline-block;
    vertical-align: middle;
    line-height: 15px;
    height: 15px;
    text-decoration: none!important;
}

.breadcrumbs span {
    display: none;
}

.breadcrumbs a::after {
    content: '\f105';
    font-family: 'FontAwesome';
    font-weight: 100;
    margin: 0 5px;
}

.breadcrumbs a:last-child::after {
    display: none;
}

.breadcrumbs a:last-child {
    color: #333!important;
}

.home .breadcrumbs {
    display: none;
}


/* --- for new review plugin button style --- */

.plugin-review-form .btn-row {
    background: none!important;
    padding: 0!important;
    cursor: initial!important;
    color: initial!important;
    text-transform: initial!important;
    font-weight: 400!important;
}

.plugin-review-form .btn-row:hover {
    color: initial!important;
    background: none!important;
}


/* ------ */

.btn,
a.btn,
.plugin-review-form .btn-row input,
input[type=button],
main a.icon,
.Button,
.ButtonHover,
.ButtonSm {
    letter-spacing: 1px;
    height: auto!important;
    transition: color 0.25s ease, box-shadow 0.4s ease;
    cursor: pointer;
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: inline-block;
    font-size: 18px!important;
    line-height: initial!important;
    font-weight: 900;
    text-transform: capitalize;
    margin: 10px 0;
    padding: 10px 22px!important;
    color: #fff!important;
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.1), inset 0 -300px 0 rgba(255, 255, 255, 0);
    border: none!important;
    border-radius: 0!important;
    -webkit-appearance: initial;
}

.btn:hover,
a.btn:hover,
input[type=button]:hover,
main a.icon:hover,
.Button:hover,
.ButtonHover:hover,
.ButtonSm:hover {
    color: #fff!important;
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.1), inset 0 -300px 0 rgba(255, 255, 255, 0.2);
}

.btn:active,
a.btn:active,
input[type=button]:active,
main a.icon:active,
.Button:active,
.ButtonHover:active,
.ButtonSm:active {
    color: #fff!important;
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.1), inset 0 -300px 0 rgba(0, 0, 0, 0.4);
}

.clearfix {
    clear: both;
}

section::after,
.container::after {
    content: '';
    display: block;
    clear: both;
}

.shield {
    display: none;
}

.no-padding {
    padding: 0!important;
}

.scroll-back-to-top {
    background: #00987a;
    color: #fff;
    display: block!important;
    cursor: pointer;
    position: fixed;
    z-index: 10;
    bottom: -50px;
    right: 15px;
    font-size: 24px!important;
    line-height: 48px!important;
    height: 48px;
    width: 48px;
    padding: 0;
    text-align: center;
    transition: bottom 0.25s ease, background 0.25s ease, color 0.25s ease, border-top 0.25s ease, margin-left 0.25s ease;
    box-shadow: 1px -1px 25px rgba(0, 0, 0, 0.15);
}


/* ---- header ---- */

header {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 2;
    width: 100%;
    text-align: right;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
}

header::before {
    content: '';
    display: block;
    z-index: -1;
    position: absolute;
    height: 100%;
    width: 100%;
    padding: 0 0 100px 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&1+0,0+100 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000', GradientType=0);
    /* IE6-9 */
    opacity: 0.25;
}

header .container {
    padding: 3vh 0 0 0;
}

header .logo {
    text-transform: uppercase;
    text-align: left;
    display: inline-block;
    vertical-align: top;
    float: left;
}

.interior .home-link {
    display: inline-block;
    vertical-align: top;
    float: left;
}

header .logo div {
    line-height: 28px;
    font-size: 22px;
    color: #fff;
    font-weight: 900;
    opacity: 1;
    transition: opacity 0s cubic-bezier(0.4, 0.0, 0.2, 1) 0.26s;
    padding: 0;
}

header .logo div:nth-of-type(3) {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
}

.menu-icon {
    display: inline-block;
    vertical-align: top;
    padding: 10px;
    margin: -10px -10px 0 25px;
    cursor: pointer;
    position: relative;
    top: 0;
}

.menu-icon.active {}

.menu-icon i {
    display: block;
    height: 2px;
    width: 22px;
    background: #fff;
    margin: 12px 0;
    transition: transform 0.2s cubic-bezier(0.4, 0.0, 0.2, 1) 0s, background 0s 0.2s;
    text-align: center;
    transform-origin: center;
}

.menu-icon.active i {
    transition: transform 0.2s cubic-bezier(0.4, 0.0, 0.2, 1) 0.2s, background 0s 0.2s;
    background: transparent;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.menu-icon i::before,
.menu-icon i::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 22px;
    background: #fff;
    transition: transform 0.2s cubic-bezier(0.4, 0.0, 0.2, 1) 0s, margin 0.2s cubic-bezier(0.4, 0.0, 0.2, 1) 0.2s;
    left: 50%;
    margin-left: -11px;
    transform-origin: center;
}

.menu-icon i::before {
    margin-top: -8px;
}

.menu-icon.active i::before {
    margin-top: 0;
    transition: transform 0.2s cubic-bezier(0.4, 0.0, 0.2, 1) 0.2s, margin 0.2s cubic-bezier(0.4, 0.0, 0.2, 1);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menu-icon i::after {
    margin-top: 8px;
}

.menu-icon.active i::after {
    margin-top: 0;
    transition: transform 0.2s cubic-bezier(0.4, 0.0, 0.2, 1) 0.2s, margin 0.2s cubic-bezier(0.4, 0.0, 0.2, 1);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

nav {}

.mobile-icons {
    display: inline-block;
    vertical-align: top;
    position: relative;
    /*-- the following properties overide pagecontrols.css --*/
    display: inline-block!important;
    margin: -2px 0 0 0!important;
    left: 0!important;
    transition: none!important;
    padding: 0 0 0 0!important;
    border: none!important;
}

.mobile-icons .phone,
.mobile-icons .menu-icons {
    display: inline-block;
    font-size: 0;
}

.mobile-icons .menu-icons {
    position: relative!important;
    right: auto!important;
    margin: 0!important;
    transition: none!important;
    padding: 0!important;
    border: none;
}

.menu-icons li {
    /*-- the following properties overide pagecontrols.css --*/
    display: inline-block!important;
    vertical-align: initial!important;
    padding: 0!important;
    margin: 0!important;
}

.menu-icons li:nth-of-type(1) {
    display: none!important;
}

.menu-icons a {
    color: #fff!important;
}

.menu-icons .seoPhone {
    color: #fff!important;
    font-size: 20px!important;
}

.mobile-icons i {
    font-size: 24px;
    color: #fff;
    line-height: 24px;
    margin: 0;
}

.menu-icons li a {
    font-weight: 400!important;
    text-transform: capitalize;
    cursor: pointer;
    font-size: 18px;
    text-decoration: none!important;
    /*-- the following properties overide pagecontrols.css --*/
    border: none!important;
    border-radius: 2px!important;
    text-align: center!important;
    margin: 0 0 0 26px!important;
    display: block;
    width: auto!important;
    background: none!important;
}

.mobile-icons > a {
    display: inline-block;
}

.mobile-icons > a * {
    color: #fff;
    font-weight: 400;
    font-size: inherit;
}

.mobile-icons > a,
.menu-icons li a::before {
    margin: 0;
    vertical-align: top;
    padding: 0!important;
    color: #fff;
    transition: color 0s ease 0.2s;
    font-size: 18px!important;
    line-height: auto!important;
    width: auto!important;
}

.menu-icons li:last-child a {
    margin: 0;
}

.menu-icons li:nth-of-type(1) a::before {
    content: "call";
}

.menu-icons li:nth-of-type(2) a::before {
    content: "appointment";
}

.menu-icons li:nth-of-type(3) a::before {
    content: "mail";
}

.menu-icons li:nth-of-type(4) a::before {
    content: "map";
}

.home .banner .slides::before {
    content: '';
    display: block;
    height: 200%;
    width: 50vw;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    background: #000;
    /*box-shadow:5vw 0 0 rgba(0, 118, 255, 0.5), 10vw 0 0 rgba(0, 118, 255, 0.5);*/
    opacity: 0.05;
    transform-origin: left;
    -webkit-transform: translate(50vw, -25%) rotate(-25deg);
    -moz-transform: translate(50vw, -25%) rotate(-25deg);
    -ms-transform: translate(50vw, -25%) rotate(-25deg);
    -o-transform: translate(50vw, -25%) rotate(-25deg);
    transform: translate(50vw, -25%) rotate(-25deg);
}

.home .banner .slides::after {
    content: '';
    display: block;
    height: 200%;
    width: 50vw;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    background: #fff;
    /*box-shadow:5vw 0 0 rgba(0, 118, 255, 0.5), 10vw 0 0 rgba(0, 118, 255, 0.5);*/
    opacity: 0.05;
    transform-origin: left;
    -webkit-transform: translate(50vw, -25%) rotate(25deg);
    -moz-transform: translate(50vw, -25%) rotate(25deg);
    -ms-transform: translate(50vw, -25%) rotate(25deg);
    -o-transform: translate(50vw, -25%) rotate(25deg);
    transform: translate(50vw, -25%) rotate(25deg);
}

.home .banner .item::before {
    content: '';
    display: block;
    height: 200%;
    width: 50vw;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: #000;
    /*box-shadow:5vw 0 0 rgba(0, 118, 255, 0.5), 10vw 0 0 rgba(0, 118, 255, 0.5);*/
    opacity: 0.075;
    transform-origin: left;
    -webkit-transform: translate(-25vw, -25%) rotate(-25deg);
    -moz-transform: translate(-25vw, -25%) rotate(-25deg);
    -ms-transform: translate(-25vw, -25%) rotate(-25deg);
    -o-transform: translate(-25vw, -25%) rotate(-25deg);
    transform: translate(-25vw, -25%) rotate(-25deg);
}

.home .banner .item::after {
    content: '';
    display: block;
    height: 200%;
    width: 50vw;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: #fff;
    opacity: 0.075;
    transform-origin: left;
    -webkit-transform: translate(-25vw, -25%) rotate(25deg);
    -moz-transform: translate(-25vw, -25%) rotate(25deg);
    -ms-transform: translate(-25vw, -25%) rotate(25deg);
    -o-transform: translate(-25vw, -25%) rotate(25deg);
    transform: translate(-25vw, -25%) rotate(25deg);
}

.home .banner {
    position: relative;
    z-index: 1;
    overflow: hidden;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    background: url('../images/overlays/element-overlay.png') #fff repeat center;
    background-size: 150px 150px;
    transition: height 0.5s ease;
}

.interior .banner {
    position: relative;
    z-index: 1;
    overflow: hidden;
    top: 0;
    left: 0;
    height: 296px;
    width: 100%;
    margin: 0 auto;
    background: url('../images/overlays/element-overlay.png') #aaa repeat center;
    background-size: 150px 150px;
    max-width: 100%;
}

.interior .banner a::before {
    content: '';
    display: block;
    height: 200%;
    width: 50vw;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    z-index: 2;
    background: #000;
    opacity: 0.1;
    transform-origin: right;
    -webkit-transform: translate(-40vw, -25%) rotate(-25deg);
    -moz-transform: translate(-40vw, -25%) rotate(-25deg);
    -ms-transform: translate(-40vw, -25%) rotate(-25deg);
    -o-transform: translate(-40vw, -25%) rotate(-25deg);
    transform: translate(-40vw, -25%) rotate(-25deg);
}

.interior .banner a::after {
    content: '';
    display: block;
    height: 200%;
    width: 50vw;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    z-index: 2;
    background: #fff;
    opacity: 0.1;
    transform-origin: right;
    -webkit-transform: translate(-40vw, -25%) rotate(25deg);
    -moz-transform: translate(-40vw, -25%) rotate(25deg);
    -ms-transform: translate(-40vw, -25%) rotate(25deg);
    -o-transform: translate(-40vw, -25%) rotate(25deg);
    transform: translate(-40vw, -25%) rotate(25deg);
}

.interior .banner img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.interior .banner::before {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 5;
    background: url('../images/overlays/photo-overlay.png') center repeat;
    background-size: 200px 200px;
}

main section,
footer section {
    width: 98%;
    max-width: 1200px;
    margin: 0 auto;
    font-size: 0;
}

main .user-content,
main .controls > div {
    /* box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.2); */
}

main .controls.one-control > div {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.banner {
    margin-bottom: 0!important;
}

.home .banner ul {
    position: relative;
    left: 0!important;
}

.home .banner .item {
    height: 100vh;
    min-height: 800px;
    overflow: hidden;
    transform-origin: center;
}

.home .banner .arrow-down-container {
    position: absolute;
    z-index: 20;
    top: 97vh;
    right: 2.5%;
    height: 60px;
    margin: -60px 0 0 0;
    width: 34px;
    max-width: 1600px;
    background: url('../images/down-arrow.svg') no-repeat bottom right;
    background-size: 100% auto;
    transition: opacity 0.2s ease;
}

.arrow-up-container {
    position: fixed;
    z-index: 20;
    top: 70px;
    right: 2.5%;
    height: 40px;
    width:40px;
    border-radius:100%;
    margin: 0;
    max-width: 1600px;
    background: url('../images/up-arrow.svg') no-repeat center;
    background-size: auto 60%;
    transition: opacity 0s ease, visibility 0s;
    opacity:0;
    visibility: hidden;
}

.arrow-up-container.visible {
    transition: opacity 0.2s ease, visibility 0.2s;
    opacity:1;
    visibility: visible;
}

.home .banner .item-photo {
    position: relative;
    left: 0!important;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: url('../images/overlays/photo-overlay.png'), url('../images/slides/slide-1.jpg');
    background-repeat:repeat, repeat-y;
    background-position: center, center;
    background-size: 200px 200px, cover!important;
    margin: 0;
    transition: height 0.5s ease;
}

.home .banner li:nth-of-type(2) .item-photo {
    background-image: url('../images/overlays/photo-overlay.png'), url('../images/slides/slide-2.jpg');
}

.home .banner li:nth-of-type(3) .item-photo {
    background-image: url('../images/overlays/photo-overlay.png'), url('../images/slides/slide-3.jpg');
}

.home .banner .item-text {
    position: absolute;
    z-index: 11;
    top: 0;
    left: 50%!important;
    width: 95%;
    max-width: 1600px;
    height: 100vh;
    text-align: left;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    display: table;
}

.home .banner .item-text .item-text-wrap {
    padding: 0;
    display: table-cell;
    vertical-align: top;
}

.home .banner .item-text .item-text-wrap p {
    font-size: 60px;
    line-height: 70px;
    font-weight: 900;
    text-transform: capitalize;
    color: #fff;
    margin: 0;
}

.home .banner .item-text .item-text-wrap p span {
    font-weight: 400;
    font-size: inherit;
    letter-spacing: inherit;
}

.home .banner .contact-info span,
.home .banner .contact-info span a {
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    font-weight: 400;
}

.home .banner .contact-info .adgrp2 > li:nth-of-type(1) a {
    display: none;
}

.contact-info .container-inner > .blockwrap:nth-of-type(3) {
    margin-left: 95px;
}

.home .banner .contact-info {
    padding: 25px 0 0 0;
    max-width: 750px;
}


.home .banner .contact-info ul {
    margin:0;
    padding:0;
    list-style-type: none;
}

.home .banner .contact-info ul {
    width: auto;
}

.home .banner .contact-info h2 {
    display: none;
}

.home .banner .contact-info i {
    display: block;
    vertical-align: top;
    height: 2px;
    width: 80px;
    margin: 10px 15px 0 0;
    background: #fff;
    float: left;
}

.home .banner .contact-info ul {
    display: none;
    padding: 0;
    background: rgba(0, 0, 0, 0);
    margin: 0 30px 30px 0;
    padding: 0 20px 0 0;
    float: none;
}

.home .banner .contact-info ul:nth-of-type(1),
.home .banner .contact-info .blockwrap {
    display: inline-block;
}

.home .banner .contact-info ul:nth-of-type(2),
.home .banner .contact-info ul:nth-of-type(3) {
    padding-left: 20px;
    margin-left: -20px;
    display: inline-block;
}

.home .banner .contact-info ul:nth-of-type(4),
.home .banner .contact-info ul:nth-of-type(7) {
    margin-left: 105px;
}

.home .banner .contact-info ul:nth-of-type(5),
.home .banner .contact-info ul:nth-of-type(8) {}

.home .banner .contact-info .adcityname {
    display: none;
}

.home .banner .contact-info .adgrp1 li {
    display: inline-block;
}

.home .banner .contact-info .adgrp1 li:nth-child(1)::after {
    content: ',';
}

.home .banner .contact-info::before {
    content: '';
    display: none;
    margin: 20px 0;
    width: 100px;
    height: 1px;
    background: #fff;
}

.home .banner .flex-direction-nav {
    position: absolute;
}

.home .banner .flex-control-nav {
    position: absolute;
}


/* ---- main ---- */

main {
    margin: 0;
    padding: 0;
    text-align: left;
    background: #fff;
    width: 100%;
    position: relative;
    top: initial;
}

.interior main {
    min-height: 60vh;
}

.interior main * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.interior main *:before,
.interior main *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

main section.content {
    padding: 60px 0;
    background: #fff;
}

main .container {
    padding: 60px 0;
}

footer .container {
    padding: 0;
}

.user-content .container > div,
.testimonials .container > div,
.customer-photos .container > div,
.contact .container > div {
    padding: 0;
}

.banner,
.user-content,
.testimonials,
.contact {
    position: relative;
}

.user-content {
    padding: 10px 0 0 0;
    float: none;
    text-align: left;
}

.controls {
    border-top: 1px dashed #ccc;
    border-bottom: 1px dashed #ccc;
}

.testimonials {
    padding: 10px 0 0 0;
    /* background: #fff; */
    display: inline-block;
    vertical-align: top;
    width: 50%;
    margin: 0 0 0 0;
}

.testimonials .section-heading::after {
    display: block;
    content: '';
    font-family: serif;
    height: 40px;
    width: 35px;
    background: url('../images/quote.png') no-repeat center;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 0;
}

.testimonials .btn {
    float: right;
    font-size: 0!important;
}

.testimonials .btn::before {
    content: 'Read More';
    font-size: 18px!important;
    margin: 0 -8px 0 0;
}

.testimonials .slick-track:hover,
.testimonials .slick-slide:hover,
.testimonials .slick-slider:hover {
    cursor: e-resize!important;
}

.testimonials .slick-slide {
    padding: 0 10px;
    clear: none!important;
}

.testimonials .slick-slide:last-child {
    margin: 0;
}

.testimonials blockquote {
    margin: 0;
    display: table-row;
    vertical-align: top;
    font-style: italic;
}

.testimonials blockquote.larger-quote {
    font-size: 20px;
}

.testimonials .source {
    margin: 0 0 30px 0;
    display: table;
    vertical-align: bottom;
}

.testimonials .source > div {
    display: table-cell;
    vertical-align: bottom;
}

.testimonials .source span {
    display: block;
    font-size: 22px;
    line-height: 22px;
    font-weight: 600;
}

.testimonials .source span:nth-of-type(1) {
    margin-bottom: 10px;
}

.testimonials .source span:nth-of-type(2),
.testimonials .source span:nth-of-type(3) {
    display: block;
    font-size: 16px;
    line-height: 20px;
}

.customer-photos {
    width: 100%;
    font-size: 0;
    box-shadow: none;
    background: #eee;
    margin: 0 0 -20px 0;
    display: none;
}

.customer-photos .container {
    padding: 0!important;
}

.customer-photos div div > div {
    display: inline-block;
    height: 150px;
    width: 150px;
    border-radius: 100%;
    margin: 0 30px 0 0;
    background: #f0e;
}

.contact {
    padding: 0;
    /* background: #fff; */
    padding: 10px 0 0 0;
    display: inline-block;
    vertical-align: top;
    width: 49.5%;
}

.contact .section-heading::after {
    display: block;
    content: '';
    font-family: serif;
    height: 40px;
    width: 40px;
    background: url('../images/mail.png') no-repeat center;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 0;
}

.interior .contact .contact-photo {
    display: none;
}

.interior .contact .fieldswrap,
.interior .contact .intro,
.interior .after-form-container {
    width: 100%;
}

.contact .contact-photo {
    display: block;
    vertical-align: top;
    height: 400px;
    width: 45%;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    overflow: hidden;
}

.contact .contact-photo img {
    height: 110%;
    width: auto;
    display: block;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    overflow: hidden;
}

.contact .contact-photo::before {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: 0;
    z-index: 2;
    opacity: 0.2;
}

.contact .intro {
    margin: 0 0 40px 0;
}

.contact .fieldswrap,
.contact .intro,
.after-form-container {
    padding: 0 10px
}

.contact .col1,
.contact .col2 {
    border: none;
    padding: 0;
    margin: 0;
}

.contact .col1 > div,
.contact .col2 > div {
    font-size: 0;
}

.contact span {
    display: none;
}

.contact .name-field .label::after,
.contact .phone-field .label::after,
.contact .email-field .label::after {
    content: 'Required';
    font-size: 11px;
    font-weight: 500;
    color: #ff0045;
    line-height: 19px;
    display: inline-block;
    vertical-align: bottom;
    height: 16px;
    padding: 0 4px;
    margin: 0 0 0 5px;
    border-radius: 2px;
    float: right;
    transition: opacity 0.2s ease;
    opacity: 0;
}

.contact .Comments .label::after {
    content: 'Optional';
    font-size: 11px;
    font-weight: 500;
    color: #ff0045;
    line-height: 19px;
    display: inline-block;
    vertical-align: bottom;
    height: 16px;
    padding: 0 4px;
    margin: 0 0 0 5px;
    border-radius: 2px;
    float: right;
    transition: opacity 0.2s ease;
    opacity: 0;
}

.contact .warning .label::after {
    opacity: 1;
}

.contact label {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    color: #000;
    margin: 0;
    padding: 0;
    display: block;
}

.contact .name-field,
.contact .phone-field,
.contact .email-field {
    display: inline-block;
}

.contact .name-field input,
.contact .phone-field input,
.contact .email-field input,
.contact .Comments textarea {
    margin: 1% 0;
    padding: 10px 2%;
    outline: none;
    border: none;
    font-size: 20px;
    font-weight: 100;
    line-height: 28px;
    display: block;
    background: #eee;
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.1);
    width: 96%;
    transition: box-shadow 0.2s ease;
    box-sizing: initial;
    -webkit-box-sizing: initial;
    transition: all 0.2s ease!important;
}

.contact .name-field input:focus,
.contact .phone-field input:focus,
.contact .email-field input:focus,
.contact .Comments textarea:focus {
    background: #f5f5f5;
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.2);
}

.warning input,
.warning textarea {
    box-shadow: inset 0 -2px 0 #ff0045!important;
}

.contact .name-field input,
.contact .phone-field input {
    margin: 1% 0;
    padding: 10px 4%;
    width: 92%;
}

.contact .name-field,
.contact .phone-field {
    width: 49%;
}

.contact .name-field {
    margin-right: 2%;
}

.contact .email-field {
    width: 100%;
}

.contact .Comments textarea {
    resize: none;
    height: 90px;
}

.contact .btn-row {
    display: block;
    text-align: right;
}

.contact .btn-row label {
    display: none;
}

.contact .notes {
    display: block;
    font-size: 14px;
    font-style: italic;
    width: 100%;
    margin: 10px 0 0 0;
}


/* ---- footer ---- */

footer {
    width: 100%;
    margin: 0 0 0 0;
    background: #fff;
    padding: 15px 0 5px 0;
    position: relative;
}

footer .description {
    padding: 10px 0;
}

footer .container > div {
    padding: 0;
}

footer .footer-description p br {
    display: none;
}

footer .container-inner
/* this is for the address control */

{
    display: block;
    margin: 0 auto;
    font-size: 0;
}

footer .adcityname {
    display: block!important;
    font-weight: 600!important;
    font-size: 20px!important;
    line-height: 32px!important;
}

footer .container-inner h2 {
    font-size: 30px;
    margin: 0;
}

footer .container-inner .blockwrap {
    display: inline-block;
    width: 25%;
    vertical-align: top;
}

footer .container-inner ul {
    display: block;
    margin: 0 auto;
    padding: 12px 0;
    float: none;
    text-align: left;
    width: 100%;
}

footer .container-inner ul > li,
footer .container-inner ul > span {
    display: block;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
}

footer .container-inner ul li {
    display: inline-block;
}

footer .container-inner ul li > span,
footer .container-inner ul li a {
    padding: 0 10px 0 4px;
}

footer .container-inner ul > span:nth-of-type(2) {
    border: none;
}

footer .container-inner ul > span:nth-of-type(2) li {
    display: block;
}

footer .container-inner ul span li:first-child span {
    padding-right: 0;
}

footer .social i:last-child,
footer .location p:last-child {
    margin-right: 0;
}

footer a.mapicon::before {
    color: inherit!important;
    font-weight: 100;
}

.interior .footer-address::before {
    display: none!important;
}

footer .credits br {
    display: none;
}

footer .credits .container > div {
    text-align: right;
    width: 100%;
    text-align: right;
    font-size: 14px;
    font-weight: 700;
    padding: 0 0 5px 0;
}


/* ---- pagecotrols.css override ---- */

body .rblMaps,
body .rblPhones {
    text-align: center!important;
    color: #fff!important;
    outline: none!important;
}

.rblMaps li .map-link a {
    pointer-events: none!important;
    display: none!important;
}

.rblMaps ul,
.rblPhones ul {
    display: block!important;
    vertical-align: middle!important;
    list-style: none!important;
    width: 100%!important;
    margin: 0 auto!important;
    padding: 10px 0px!important;
    text-align: left!important;
    overflow: hidden!important;
}

.rblMaps li,
.rblPhones li {
    margin: 0 auto!important;
    display: block!important;
    width: 100%!important;
    max-width: auto!important;
    max-width: initial!important;
    border: none!important;
}

body .rblPhones ul li > a {
    padding: 0!important;
    border: none!important;
}

.rblMaps a,
.rblPhones a > a {
    text-transform: initial!important;
    border: none!important;
    display: block!important;
    color: #eee!important;
    text-decoration: none!important;
    position: relative;
}

.rblMaps > a,
.rblPhones > a {
    padding: 0!important;
    display: inline!important;
    color: #fff!important;
}

.rblMaps a:hover,
.rblPhones a:hover {
    background-color: transparent!important;
    color: #fff!important;
}

.rblMaps a:hover .icon,
.rblPhones a:hover .icon {
    color: #fff!important;
}

@media(min-width:1281px) {
    body .rblMaps,
    body .rblPhones {
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease, visibility 0.3s ease;
        display: block!important;
    }
    body .rblMaps.active,
    body .rblPhones.active {
        display: block!important;
        opacity: 1;
        visibility: visible;
    }
}

.close > div {
    position: relative!important;
    z-index: 100!important;
}

.close > div > div {
    top: -14px!important;
    right: -14px!important;
}

a.overlay::before {
    color: #fff!important;
    background: #000!important;
}

#mask {
    z-index: 99!important;
}

input[type="radio"] + label::before,
input[type="checkbox"] + label::before {
    text-indent: 0!important;
    border-width: 0px!important;
    margin: 5px 10px!important;
}

input[type="radio"] + label::before,
input[type="checkbox"] + label::before {
    background: #eee!important;
    border-radius: 0!important;
    text-align: center!important;
    height: 28px!important;
    width: 28px!important;
    font-size: 0px!important;
    transition: font-size 0.1s ease!important;
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.1);
}

input[type="radio"]:checked + label::before,
input[type="checkbox"]:checked + label::before {
    font-size: 14px!important;
    border: 0 solid transparent!important;
    color: #fff!important;
}

.page-contact .container-inner {
    background: none!important;
    border: none!important;
    border-radius: 0!important;
    padding: 20px 0!important;
    border-top: 1px solid #ccc!important;
}

.heading::after {
    display: none!important;
}

.page-contact .intro {
    color: #444;
}

.form input[type=text],
.form input[type=tel],
.form input[type=email],
.form textarea {
    border: none!important;
    padding: 8px 15px!important;
    background: #eee!important;
    border-radius: 0!important;
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.1)!important;
    resize: none;
    font-size: 16px!important;
    font-weight: 500!important;
    line-height: 28px!important;
    transition: all 0.2s ease!important;
}

.form input[type=text]:focus,
.form input[type=tel]:focus,
.form input[type=email]:focus,
.form textarea:focus {
    background: #f5f5f5!important;
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.2)!important;
}

.accordion .page-item:hover h3 {
    color: #fff!important;
}

.page-list ul > li > ul > li {
    margin-left: 30px;
    list-style-type: circle;
}

img {
    border: 0;
}

.italic {
    font-style: italic;
}

.bold {
    font-weight: bold;
}

.sm-line-height {
    line-height: 50%;
}

.med-text {
    font-size: 140%;
}

.sm-text {
    font-size: 90%;
}

.xsm-text {
    font-size: 80%;
}

blockquote {
    font-size: 130%;
    font-style: italic;
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}

blockquote p,
blockquote a,
blockquote span {
    font-size:inherit;
    line-height:inherit'
}
    
    
.user-content p[align="justify"],
.user-content div[align="justify"] {
    text-align: left;
}

.user-content table img {
    display: block;
    max-width: 100%;
    height: auto;
}

.user-content p span [font] {
    display: block;
    padding-top: 20px;
}

fieldset {
    margin: 0;
    border: 1px solid #000;
    padding: 12px;
}

legend {
    padding: 0px 2px;
    font-size: 18px;
    font-weight: bold;
    margin: 0px;
    border: none;
}

.page-reviews .plugin-review-form textarea {
    margin:0 0 20px 0!important;
}