/*
Theme Name: hamiltondental
Author: 1SEO
Description: An awesome responsive theme framework 
Version: 1.0
Tags: customizable, light, modern, responsive
*/
/* ==== Google font ==== */
@import url('https://fonts.googleapis.com/css?family=Noto+Serif:400,400italic,700|Open+Sans:300,400,600,700');

/* === prettify === */
@import url('js/google-code-prettify/prettify.css');
/* === custom icon === */
@import url('css/custom-fonts.css');
/* ==== overwrite bootstrap standard ==== */
@import url('css/overwrite.css');
@import url('css/animate.css');

/* ===================================
1. General
==================================== */
html, 
body {
	width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
}

body {
	font-size:14px;
	font-weight:400;
	line-height:1.6em;
	color:#000;
	margin:0;
    padding:0;
    font-family: Poppins, sans-serif;
}

h1 { 
    font-family: Poppins, sans-serif; 
    font-size: 30px; 
    font-style: normal; 
    font-variant: normal; 
    font-weight: 600; 
    line-height: 1.1em; 
}
h2 {
    font-family: Poppins, sans-serif;
    font-size: 26px;
    font-style: normal; 
    font-variant: normal; 
    font-weight: 600; 
    line-height: 1.1em; 
}
h3 { 
    font-family: Poppins, sans-serif; 
    font-size: 22px; 
    font-style: normal; 
    font-variant: normal; 
    font-weight: 600; 
    line-height: 1.1em; 
}
h4 {
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-style: normal; 
    font-variant: normal; 
    font-weight: 500; 
    line-height: 1em; 
}
p { 
    font-family: Poppins, sans-serif; 
    font-size: 15px; 
    font-style: normal; 
    font-variant: normal; 
    font-weight: 400; 
    line-height: 24px; 
} 
blockquote { 
    font-family: Poppins, sans-serif; 
    font-size: 22px; 
    font-style: normal; 
    font-variant: normal; 
    font-weight: 400; 
    line-height: 30px; 
} 
pre { 
    font-family: Poppins, sans-serif; 
    font-size: 13px; 
    font-style: normal; 
    font-variant: normal; 
    font-weight: 400; 
    line-height: 18.5714px; 
}
a {
    color: #0081b2;
}
a:focus, 
a:hover,
a:active {
    outline: none;
    text-decoration: none;
    cursor: pointer;
}
img {
    max-width: 100%;
}
.container {
	padding:0 20px 0 20px;
    position:relative;
    width: 1250px;
}
.page-button {
    padding: 5px 15px;
    background-color: #fff;
    color: #0081b2;
    border: 2px solid #fff;
}
.page-button:hover {
    color: #0081b2;
    /*background-color: transparent;*/
	background-color: #fff;
	border: 2px solid #0081b2;
}
.page-button-two {
    padding: 20px 60px;
    background-color: #0081b2;
    color: #fff;
    border: 2px solid #fff;
	margin-top: 50px;
}
.page-button-two:hover {
    color: #0081b2;
    /*background-color: transparent;*/
	background-color: #fff;
	border: 2px solid #0081b2;
}
.width-eighty {
    width: 80%;
    margin: auto;
}
.width-seventy {
    width: 70%;
    margin: auto;
}
.width-sixty {
    width: 60%;
    margin: auto;
}
.width-fifty {
    width: 50%;
    margin: auto;
}
.width-fourty {
    width: 40%;
    margin: auto;
}
.width-thirty {
    width: 30%;
    margin: auto;
}
.width-twenty {
    width: 20%;
    margin: auto;
}
.collapseomatic {
    background-image: none;
    padding: 0;
    color: #fbaf5d;
    font-weight: 700;
}
.collapseomatic_content {
    margin-left: 0 !important;
}

/* ===================================
Navigation
==================================== */

header {
    position: relative;
    width: 100%;
    z-index: 1000;
    top: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
#slide-menu {
	display: block;
    position: fixed;
    top: 0;
    z-index: 2000000;
    right: -441px;
    background-color: #0081b2;
    opacity: .99;
    padding: 10px 20px;
	transition: 1s;
    width: 320px;
	overflow: auto;
    height: 100%;
    box-shadow: 0 0 10px rgba(0,0,0,0.25);
}
#slide-locations {
	display: block;
    position: fixed;
    top: 0;
    z-index: 2000000;
    right: -441px;
    background-color: #0081b2;
    opacity: 1;
    padding: 10px 0;
	transition: 1s;
    width: 320px;
	overflow: auto;
    height: 100%;
    box-shadow: 0 0 10px rgba(0,0,0,0.25);
}
#close-button {
	position: absolute;
    right: 0;
    margin-right: 10px;
    font-size: 24px;
    background-color: #4e5a62;
    text-align: center;
    border-radius: 50%;
    padding: 12px 15px;
	cursor: pointer;
	color: #fff;
}
.slide-out-heading {
    font-size: 24px;
    margin-top: 100px;
    color: #fff;
    text-align: center;
}
.top-nav-information {
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
    color: #fff;
}
.top-nav-information span {
    padding: 0 0 10px 15px;
}
.main-navigation {
    display: flex;
    justify-content: space-between;
    padding: 20px 15px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    background: #fff;
}
.main-navigation .main-nav-logo {
    margin: auto 0;
    width: 20%;
}
.main-navigation .main-nav-logo img {
    width: 100%;
}
#menu-primary-menu {
    margin: auto 0;
}
.navbar-nav>li>a {
    font-size: 16px;
    padding: 10px 15px;
}
li.menu-item-has-children:hover > ul.dropdown-menu {
    display: block;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    border-top: 2px solid #0081b2;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    margin-left: 15px;
}
#menu-item-1127 a {
    background-color: #fbaf5d;
    padding:10px 15px;
    border:solid 1px #fbaf5d;
    color:#fff;
}
#menu-item-1127 a:hover {
    color: #fbaf5d;
    background:transparent;
}
.mobile-navigation {
    display: none;
}
.nav>li>a:hover, 
.nav>li>a:focus,
.nav li.active a {
    background-color: transparent;
    text-decoration: underline;
    color: #2a6496;
}
#menu-item-1127 a:hover,
#menu-item-1127 a:focus,
#menu-item-1127 a:active {
    background-color: #fff;
    color: #fbaf5d;
    text-decoration: none;
}
.dropdown-menu li a {
    font-size: 14px;
    border: 0;
}
.dropdown-menu li > a:hover, 
.dropdown-menu li > a:focus, 
.dropdown-submenu:hover > a, 
.dropdown-menu .active > a, 
.dropdown-menu .active > a:hover {
    color: #0081b2;
    background: transparent;
}

/* ===================================
Footer
==================================== */

footer p,
footer a {
    color: #fff;
}
.footer-testimonial {
    background: #0081b2;
}
.footer-testimonial h2 {
    text-align: center;
    color: #fff;
    margin-left: 140px;
}
.bx-wrapper {
    box-shadow: none;
    border: none;
    background: transparent;
    color: #fff;
    margin-bottom: 30px;
    padding: 20px;
}
.testimonial-image{
    padding-right: 20px;
    margin-right: 30px;
}
.testimonial-content {
    padding: 0 50px;
    margin: auto;
}
.bx-wrapper img {
    border-radius: 50%;
    width: 140px;
}
.testimonial-content::before {
    font-family: FontAwesome;
    content: "\f10d";
    font-size: 30px;
    text-align: left;
    align-self: flex-start;
    position: absolute;
    top: 35px;
    left: 160px;
    z-index: 0;
    font-weight: 400;
    color: #fbaf5d;
}
.testimonial-content::after {
    font-family: FontAwesome;
    content: "\f10e";
    font-size: 30px;
    align-self: flex-start;
    position: absolute;
    bottom: 30px;
    right: 20px;
    z-index: 0;
    font-weight: 400;
    color: #fbaf5d;
}
.bx-wrapper .bx-pager, 
.bx-wrapper .bx-controls-auto {
    bottom: 20px;
    left: 65px;
    margin-top: -20px;
    position: absolute;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, 
.bx-wrapper .bx-pager.bx-default-pager a.active, 
.bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #fff;
    border: none;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: transparent;
    border: 1px solid #fff;
}
.testimonial-information {
    text-align: center;
    display: flex;
}
.footer-blog .container {
    display: flex;
}
.footer-single-post {
    text-align: center;
    margin: 75px 35px;
    padding-bottom: 30px;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
}
.footer-single-post .post-image {
    height: 200px;
    width: auto;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.footer-single-post .post-title {
    font-size: 20px;
    color: #0081b2;
    font-weight: 900;
    padding: 5px 30px;
}
.footer-single-post .post-excerpt {
    padding: 5px 30px 30px;
}
.footer-single-post .post-rm {
    background: #fbaf5d;
    padding: 10px 5px;
    color: #fff;
}
footer {
    background: #0081b2;
    padding: 50px 0;
}
footer .container {
    display: flex;
    justify-content: space-between;
}
.footer-left,
.footer-right {
    margin: auto;
    width: 20%;
}
.footer-left a img {
    width: 100%;
}
.footer-center {
    text-align: center;
    margin: auto;
    width: 50%;
}
.footer-social-icons {
    font-size: 20px;
    margin-bottom: 10px;
}
.footer-social-icons a {
    margin: 10px;
}

/* ===================================
Home Sections
==================================== */

.hide-desktop {
	display: none;
}

#home-quicklinks {
    padding-bottom: 60px;
}


/*#home-hero {
    height: 625px;
    margin-top: -145px;
    background-position: 50% 20% !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}*/
#home-hero {
    /*height: 600px;*/
    margin-top: -157px;
    background-position: 50% 20% !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.hero-content {
    margin-top: 215px;
    /*width: 45%;*/
	width: 80%;
}
.hero-content h1 {
    font-size: 50px;
    line-height: 1.1em;
    font-weight: 700;
    color: #fff;
    margin-bottom: 40px;
}
.hero-content a {
    font-size: 25px;
}
#home-quicklinks .container {
    display: flex;
    justify-content: space-between;
}
.quicklink-section {
    width: 60%;
    display: flex;
    justify-content: space-between;
}
.quicklink-section .quicklink-content {
    width: 30%;
    text-align: center;
    padding: 30px 0;
}
.quicklink-content a img {
    height: 175px;
    border-radius: 50%;
}
.quicklink-content a .quicklink-heading {
    font-size: 20px;
    font-weight: 600;
    margin: 20px auto 10px;
}
.quicklink-content a .quicklink-button {
    color: #fbaf5d;
}
.quicklink-form-section {
    width: 35%;
}
.quicklink-form {
    margin: -70px 30px 20px;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
}
.quicklink-form-heading {
    padding: 25px 5px;
    text-align: center;
    background: #a3dce6;
}
.quicklink-form-heading p {
    font-size: 20px;
    font-weight: 600;
    color: #0081b2;
    margin: 0;
}
#gform_wrapper_4 .gform_body {
    padding: 0 20px;
}
#gform_wrapper_4 input:not([type=submit]){
    width: 100% !important;
    padding: 0 4px !important;
    border: 1px solid #a3dce6 !important;
    margin-top: 0 !important;
}
#gform_wrapper_4.gf_browser_chrome ul.gform_fields li.gfield select,
#gform_wrapper_4 select {
    width: 100% !important;
    border-radius: 0 !important;
    background: transparent !important;
    border: 1px solid #a3dce6 !important;
    box-shadow: none !important;
    color: rgba(0, 0, 0, .55) !important;
    padding: 2px 0 2px !important;
}
#gform_wrapper_4.gf_browser_chrome select {
    padding: 2px 0 2px;
}
#gform_wrapper_4 textarea {
    padding: 0px 4px 0px 4px !important;
    border: 1px solid #a3dce6 !important;
    height: 50px !important;
}
#gform_wrapper_4 .gform_footer {
    text-align: center;
    margin: 0 !important;
    padding: 15px 0 30px !important;
}
#gform_wrapper_4 .gform_footer input.button, 
#gform_wrapper_4 .gform_footer input[type=submit] {
    margin: 0 !important;
    background: #fbaf5d;
    border: 2px solid #fbaf5d;
    color: #fff;
    font-size: 18px !important;
    padding: 8px 30px;
}
#home-services {
    background: #0081b2;
    padding: 40px 0px 40px;
}
#home-services h2 {
    text-align: center;
    color: #fff;
    padding-bottom: 25px;
}
#home-services p {
    text-align: center;
    color: #fff;
    padding-bottom: 25px;
}
#home-services .services-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 18px;
    font-weight: 400;
}
#home-services a {
    color: #fff;
    width: 30%;
    padding: 5px 0 0;
}
#home-services a i {
    color: #a3dce6;
}
#home-content-one {
    padding: 40px 0;
}
#home-content-one .container {
    display: flex;
    justify-content: space-between;
}
#home-content-one .width-sixty {
    padding-right: 50px;
}
#home-content-one .width-sixty h2 {
    color: #0081b2;
}

/* ===================================
Interior Page
==================================== */

#interior-hero {
    height: 450px;
    margin-top: -145px;
    background-position: 50% 15% !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.interior-hero-heading {
    margin-top: 250px;
    font-size: 50px;
    line-height: 1.1em;
    font-weight: 600;
    color: #fff;
}
.interior-contact-form {
    display: flex;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}
.interior-contact-heading {
    background: #a3dce6;
    color: #0081b2;
    display: flex;
    width: 20%;
}
.interior-contact-heading p {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    margin: auto;
    padding: 0 10px;
}
#gform_wrapper_5 {
    margin: auto;
}
#gform_wrapper_5 form#gform_5 {
    display: flex;
}
#gform_wrapper_5 .gform_body {
    padding: 15px 10px 0 0;
    width: auto;
}
#gform_wrapper_5 .gform_body #gform_fields_5 {
    display: flex;
}
#gform_wrapper_5 input:not([type=submit]){
    width: 100% !important;
    padding: 0 4px !important;
    border: 1px solid #a3dce6 !important;
    margin-top: 0 !important;
}
#gform_wrapper_5.gf_browser_chrome ul.gform_fields li.gfield select,
#gform_wrapper_5 select {
    width: 100% !important;
    border-radius: 0 !important;
    background: transparent !important;
    border: 1px solid #a3dce6 !important;
    box-shadow: none !important;
    color: rgba(0, 0, 0, .55) !important;
    padding: 2px 0 2px !important;
}
#gform_wrapper_5.gf_browser_chrome select {
    padding: 2px 0 2px;
}
#gform_wrapper_5 textarea {
    padding: 0px 4px 0px 4px !important;
    border: 1px solid #a3dce6 !important;
    height: 25px !important;
}
#gform_wrapper_5 div.ginput_container {
    width: 100px;
}
#gform_wrapper_5 .gform_footer {
    text-align: center;
    margin: 0 !important;
    padding: 30px 0 !important;
    width: auto;
}
#gform_wrapper_5 .gform_footer input.button, 
#gform_wrapper_5 .gform_footer input[type=submit] {
    margin: 0 !important;
    background: #fbaf5d;
    border: 2px solid #fbaf5d;
    color: #fff;
    font-size: 18px !important;
    padding: 8px 30px;
}
#interior-content-one {
    padding: 75px 0;
}
#interior-content-one .container {
    display: flex;
    justify-content: space-between;
}
#interior-content-one .container .width-sixty {
    padding-right: 50px;
}
#interior-content-one .container .width-sixty h1 {
    color: #0081b2;
}
#interior-services {
    padding-bottom: 50px;
}
#interior-services .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.interior-service {
    width: 30%;
    display: flex;
    flex-direction: column;
    margin: auto auto 30px;
}
.interior-service .interior-service-image {
    background: #a3dce6;
    display: flex;
    border-radius: 50%;
    height: auto;
    width: 175px;
    padding: 20px;
    margin: auto;
}
.interior-service .interior-service-image img {
    margin: auto;
}
.interior-service .interior-service-heading {
    color: #0081b2;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    padding: 30px 0 0;
}
.interior-service .interior-service-text {
    text-align: center;
}
#interior-cta {
    background: #0081b2;
    padding: 75px 0;
}
#interior-cta .container {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
#interior-cta .container p {
    font-size: 42px;
    color: #fff;
    font-weight: 600;
    margin: auto 0;
}
#interior-cta .container .page-button {
    font-size: 28px;
    font-weight: 600;
    padding: 20px 30px;
}
#interior-content-two,
#interior-content-three,
#interior-content-four {
    padding: 75px 0;
}
#interior-content-two .container,
#interior-content-three .container,
#interior-content-four .container {
    display: flex;
    justify-content: space-between;
}
#interior-content-two .container .width-fifty.left,
#interior-content-three .container .width-fifty.left,
#interior-content-four .container .width-fifty.left {
    padding-right: 50px;
}
#interior-content-two .container .width-fifty h2,
#interior-content-three .container .width-fifty h2,
#interior-content-four .container .width-fifty h2 {
    color: #0081b2;
}

/* ===================================
Employee Page
==================================== */

#employee-content-one {
    padding: 75px 0;
}
#employee-content-one .container {
    text-align: center;
}
#employee-content-one .container h1 {
    color: #0081b2;
}
#employee-section {
    padding-bottom: 75px;
}
#employee-section .container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.employee-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.single-employee {
    display: flex;
    width: 100%;
    margin: 25px 0;
    justify-content: space-between;
}
.employee-image {
    width: 20%;
}
.employee-image img {
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
}
.employee-text {
    width: 75%;
}
.employee-name {
    font-size: 24px;
    font-weight: 600;
    padding: 15px 0 0 0;
}
.employee-status {
    color: #0081b2;
    font-weight: 600;
}
.employee-bio {
    padding: 10px 0;
}
.employee-tab-bar {
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
    padding: 20px 0;
    text-align: center;
}
.employee-tab-bar button {
    border: 1px solid #a3dce6;
    background: transparent;
    font-size: 18px;
    padding: 5px 10px;
}
.employee-tab-bar button:active,
.employee-tab-bar button:focus {
    border-bottom: 3px solid #0081b2;
    outline: none;
}
.employee-tab-container h2 {
    text-align: center;
    color: #0081b2;
    margin: 40px 0;
}
.employee-undergraduate,
.employee-doctorate {
	display: none;
    font-weight: 500;
    font-size: 16px;
    color: #0081b2;
}
.employee-bio .collapseomatic {
    color: #000;
    font-weight: 500;
}

/* ===================================
Contact Page
==================================== */

#contact-information {
    padding: 75px 0;
}
#contact-information .container{
    display: flex;
    justify-content: space-between;
}
.contact-information-form {
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
    margin: 20px 0;
    padding: 30px;
}
#gform_wrapper_6 {
    margin: auto;
}
#gform_wrapper_6 form#gform_6 {
    display: flex;
    flex-direction: column;
}
#gform_wrapper_6 .gform_body {
    padding: 0;
    width: auto;
}
#gform_wrapper_6 .gform_body #gform_fields_6 {
    display: flex;
    flex-direction: column;
}
#gform_wrapper_6 .gform_body #gform_fields_6 #field_6_1 {
    margin-top: 0;
}
#gform_wrapper_6 ul.gform_fields li.gfield {
    padding: 0;
}
#gform_wrapper_6 .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text] {
    margin-bottom: 0;
}
#gform_wrapper_6 input:not([type=submit]){
    width: 100% !important;
    padding: 0 4px !important;
    border: 1px solid #a3dce6 !important;
    margin-top: 0 !important;
}
#gform_wrapper_6.gf_browser_chrome ul.gform_fields li.gfield select,
#gform_wrapper_6 select {
    width: 100% !important;
    border-radius: 0 !important;
    background: transparent !important;
    border: 1px solid #a3dce6 !important;
    box-shadow: none !important;
    color: rgba(0, 0, 0, .55) !important;
    padding: 2px 0 2px !important;
}
#gform_wrapper_6.gf_browser_chrome select {
    padding: 2px 0 2px;
}
#gform_wrapper_6 textarea {
    padding: 0px 4px 0px 4px !important;
    border: 1px solid #a3dce6 !important;
}
#gform_wrapper_6 .gform_footer {
    text-align: center;
    margin: 0 !important;
    padding: 30px 0 0 !important;
    width: auto;
}
#gform_wrapper_6 .gform_footer input.button, 
#gform_wrapper_6 .gform_footer input[type=submit] {
    margin: 0 !important;
    background: #fbaf5d;
    border: 2px solid #fbaf5d;
    color: #fff;
    font-size: 18px !important;
    padding: 8px 30px;
}
.contact-information-info {
    padding-left: 50px;
}
.contact-information-info  h1 {
    color: #0081b2;
}
.single-location-info {
    padding: 10px 0;
    font-size: 16px;
}
.single-location-info .contact-location-name {
    margin: 5px 0;
    font-size: 18px;
}
.single-location-info a {
    font-size: 16px;
}
#contact-locations {
    padding-bottom: 75px;
}
.individual-location {
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
}
.individual-location-information {
    width: 40%;
}
.individual-location-information h2 {
    color: #0081b2;
}
.table-head {
    font-size: 20px;
    font-weight: 600;
}
table.office-hours-table {
    width: 100%;
}
table.office-hours-table td {
    border: 1px solid #a3dce6;
    padding: 5px;
}

/* ===================================
Services Page
==================================== */

#services-content-one {
    text-align: center;
    padding: 75px 0;
}
#services-content-one .container h1 {
    color: #0081b2;
}
#services-section .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#services-section .container a:hover .individual-service-image {
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
.services-individual-service {
    text-align: center;
    padding: 30px;
}
.individual-service-image {
    height: 250px;
    width: 250px;
    border-radius: 50%;
    background-position: 30% 40% !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.individual-service-image img {
    border-radius: 50%;
}
.services-individual-service p {
    font-size: 22px;
    font-weight: 600;
    padding: 20px 0;
}
#service-list {
	background: #eee;
    /*background: #0081b2;*/
    padding: 20px 0 40px;
}
#service-list h2 {
    text-align: center;
    color: #0081b2;
    padding-bottom: 25px;
}
#service-list .services-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 18px;
    font-weight: 100;
}
#service-list a {
    color: #0081b2;
    width: 30%;
    padding: 5px 0 0;
	font-weight: 400 !important;
}

/* ===================================
Blog
==================================== */

#interior-content {
    position: relative;
	background:#fff;
    padding-bottom: 30px;
    margin-top: 50px;
}
a.pull-right {
    padding: 5px 15px !important;
    background-color: #fbaf5d;
    color: #fff;
    border: 2px solid #fbaf5d;
    font-size: 16px;
}

a.pull-right:hover, 
a.pull-right:focus, 
a.pull-right:active {
    background: transparent;
    color: #fbaf5d;
}

/* ===================================
Testimonial Page
==================================== */
#testimonial-content-one {
    padding: 75px 0;
}
#testimonial-content-one .container {
    text-align: center;
}
#testimonial-content-one .container h1 {
    color: #0081b2;
}
#testimonials-section {
    padding-bottom: 75px
}
#testimonials-section .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.single-testimonial {
    width: 30%;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    padding: 20px;
    margin: 20px;
}
.single-testimonial::before {
    font-family: FontAwesome;
    content: "\f10d";
    font-size: 30px;
    text-align: left;
    align-self: flex-start;
    position: absolute;
    z-index: 1000;
    font-weight: 400;
    color: #fbaf5d;
    margin-top: -25px;
    margin-left: -10px;
}
.single-testimonial-name {
    font-weight: 600;
}


/* ===================================
Media Query
==================================== */

@media(max-width: 1022px) {

    /* General */
    .width-fifty {
        width: 100%;
    }
    /* Navigation */
    .desktop-navigation {
        display: none;
    }
    .mobile-navigation {
        display: block;
        background: #fff;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
        padding: 20px 0 10px;
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
    }
    .mobile-nav-menu {
        display: flex;
        justify-content: space-between;
        padding: 25px 0 5px;
    }
    .mobile-nav-information {
        margin: auto 0;
    }
    .mobile-nav-information p {
        margin: auto;
        color: #fbaf5d;
    }
    .mobile-nav-button {
        font-size: 35px;
    }
    .mobile-nav-button i.fa-bars {
        color: #0081b2;
    }
    .mobile-logo {
        text-align: center;
    }
    .mobile-location-menu {
        padding: 100px 0 0;
        display: flex;
        flex-direction: column;
    }
    .mobile-location-menu p {
        font-size: 18px;
        margin: 20px auto;
        color: #fff;
    }
    .mobile-location-menu a {
        padding: 20px 0;
        background: #fff;
        color: #428bca;
        text-align: center;
        margin: 1px 0;
    }
    .mobile-location-menu a p {
        color: #fff;
    }
    .navbar-nav>li>a {
        color: #fff;
    }
    /*.dropdown-menu {
        display: contents !important;
    }*/
    .dropdown-menu li a {
        border: none !important;
        margin-left: 20px !important;
		color: #337ab7 !important;
        /*color: #e1e1e1 !important;*/
    }

    /* Footer */
    .footer-blog .container,
    footer .container {
        flex-direction: column;
    }
    .footer-single-post {
        margin: 20px 90px;
    }
    .footer-left {
        width: 60%;
        margin: 0 auto 30px;
        order: 1;
    }
    .footer-center {
        width: 100%;
        margin: 0 auto 30px;
        order: 3;
    }
    .footer-right {
        text-align: center;
        margin: 0 auto 30px;
        width: 60%;
        order: 2;
    }

    /* Home Page */
    #home-hero {
        margin-top: 0;
    }
    #home-quicklinks .container {
        flex-direction: column;
    }
    .quicklink-section {
        width: 100%;
        order: 1;
    }
    .quicklink-form-section {
        width: 100%;
    }
    .quicklink-form {
        margin: -70px 100px 20px;
    }
    #home-content-one .width-fourty {
        margin: auto;
    }
    .interior-contact-form {
        margin-top: -60px;
    }

    /* Interior Page */
    .interior-hero-heading {
        margin-top: 325px;
    }
	.page-id-1842 .interior-hero-heading {
		margin-top: 250px;
		font-size: 35px;
	}
    .interior-contact-form {
        flex-direction: column;
    }
    .interior-contact-heading {
        width: 100%;
        padding: 20px 0;
    }
    #gform_wrapper_5 form#gform_5 {
        flex-direction: column;
    }
    #interior-content-one .container {
        flex-direction: column;
    }
    #interior-content-one .container .width-sixty {
        padding-right: 0;
        width: 100%;
    }
    #interior-content-one .container .width-fourty {
        width: 75%;
        margin: 0;
    }
    #interior-cta .container {
        flex-direction: column;
    }
    #interior-cta .container p {
        margin: 0 0 50px;
        text-align: center;
    }
    #interior-cta .container .page-button {
        text-align: center;
        width: 50%;
        margin: auto;
    }
    #interior-content-two .container,
	#interior-content-three .container,
	#interior-content-four .container {
        flex-direction: column;
    }
    #interior-content-two .container .width-fifty.left,
	#interior-content-three .container .width-fifty.left,
	#interior-content-four .container .width-fifty.left {
        padding-right: 0;
        width: 75%;
        margin: 0;
    }

    /* Contact Page */
    #contact-information .container,
    .individual-location {
        flex-direction: column;
    }
    .contact-information-form {
        order: 1;
    }
    .contact-information-info {
        padding-left: 0;
    }
    .single-location-info {
        display: none;
    }
    .individual-location-information {
        width: 100%;
        padding-bottom: 30px;
    }

    /* Employee Page */
    .employee-tab-bar button {
        margin: 5px;
    }

    /* testimonial page */
    .single-testimonial {
        width: 40%;
    }
}

@media(max-width: 766px) {
    
    /* Footer */
    .footer-testimonial h2 {
        margin-left: 0;
    }
    .testimonial-information {
        flex-direction: column;
    }
    .bx-wrapper img {
        margin: 0 auto 5px;
    }
    .testimonial-content::before {
        left: 1px;
        top:150px;
    }
    .testimonial-content::after {
        right: 1px;
    }
    .bx-wrapper .bx-pager, 
    .bx-wrapper .bx-controls-auto {
        bottom: 0;
        left: 0;
    }

    /* Home Page */
    .hero-content {
        width: 75%;
    }

    /* Interior Page */
    #gform_wrapper_5 .gform_body {
        padding: 15px 0 0;
    }
    #gform_wrapper_5 .gform_body #gform_fields_5 {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    body #gform_wrapper_5 ul li.gfield {
        margin-top: 5px;
        width: 50%;
    }
    #gform_wrapper_5 div.ginput_container {
        width: 100%;
        margin: 0;
        padding: 5px;
    }
    #gform_wrapper_5.gf_browser_chrome ul.gform_fields li.gfield select, 
    #gform_wrapper_5 select {
        height: 30px;
    }
    #gform_wrapper_5 textarea {
        height: 30px !important;
        padding: 4px !important;
    }
    #gform_wrapper_5 .ginput_container_textarea {
        width: 200% !important;
    }
    #gform_wrapper_5 .gform_footer {
        margin: auto !important;
        padding: 10px 0 30px !important;
        width: 50%;
    }
    #interior-content-one {
        padding: 30px 0;
    }
    #interior-content-one .container .width-fourty,
    #interior-content-two .container .width-fifty.left,
    #interior-content-three .container .width-fifty.left,
	#interior-content-four .container .width-fifty.left {
        width: 100%;
    }
    .interior-service {
        width: 100%;
    }
}

@media(max-width: 550px) {

    /* General */
    .width-sixty,
    .width-fourty {
        width: 100%;
    }

    /* Footer */
    .footer-single-post {
        margin: 20px 0;
    }

    /* Home Page */
    #home-hero {
        /*background-position: 30% 20% !important;*/
		background-position: 65% 20% !important;
		padding-bottom: 50px;
    }
	.hide-mobile {
		display: none;
	}
	.hide-desktop {
		display: block;
	}
    .hero-content {
        width: 100%;
		margin-top: 0;
    }
    .quicklink-form {
        margin: -70px 5px 20px;
    }
    #gform_wrapper_4 .gform_footer input.button, 
    #gform_wrapper_4 .gform_footer input[type=submit] {
        width: 60% !important;
    }
    .quicklink-section {
        flex-direction: column;
    }
    .quicklink-section .quicklink-content {
        width: 100%;
    }
    #home-services .services-list {
        flex-direction: column;
        text-align: center;
    }
    #home-services a {
        width: 100%;
        padding: 8px 0;
    }
    #home-content-one {
        padding: 30px 0;
    }
    #home-content-one .container {
        flex-direction: column;
    }
    #home-content-one .width-sixty {
        padding-right: 0;
        padding-bottom: 20px;
    }

    /* Interior Page */
    .interior-hero-heading {
        margin-top: 270px;
    }
    .interior-contact-heading {
        padding: 20px 0;
    }
    #gform_wrapper_5 .gform_footer {
        margin: auto !important;
        width: 75%;
    }
    #interior-cta .container p {
        line-height: 1em;
        margin: 0 0 40px;
    }
    #interior-cta .container .page-button {
        width: 100%;
    }

    /* Employee Page */
    .single-employee {
        flex-direction: column;
    }
    .employee-image {
        width: 50%;
        margin: auto;
    }
    .employee-text {
        width: 100%;
        text-align: center;
    }

    /* testimonial-page */

    #testimonials-section .container {
        flex-direction: column;
    }
    .single-testimonial {
        width: 100%;
        margin: 20px 0;
    }

    /* Contact Page */
    #input_6_1 span.name_first {
        margin-bottom: 16px;
    }
    #input_6_1 span.name_last {
        margin-bottom: 0;
    }
}









/* OLD CSS */

/* ===============================
13. Elements
================================ */

.pullquote-left {
	display:block;
	color:#a2a2a2;
	font-family:'Noto Serif', serif;
	font-size:14px;
	line-height:1.6em;
	padding-left:20px;
}
.pullquote-right {
	display:block;
	color:#a2a2a2;
	font-family:'Noto Serif', serif;
	font-size:14px;
	line-height:1.6em;
	padding-right:20px;
}
.btn-theme {
	color: #fff;
}
.btn-theme:hover {
	color: #eee;
}

ul.general {
	list-style:none;
	margin-left:0;
}

ul.link-list{
	margin:0;
	padding:0;
	list-style:none;
}

ul.link-list li{
	margin:0;
	padding:2px 0 2px 0;
	list-style:none;
}

/* ===============================
14. Blog & article
================================ */

.form-control {
    border-radius: 5px !important;
}

article{
	margin-bottom:40px;
}

article .post-heading h2 a {
	font-weight: 500;
    color: #093f68;
    text-transform: uppercase;
}

article .post-heading h3 {
	margin-bottom:20px;
}

article .post-heading h3 a {
	font-weight:700;
	color:#353535;
}

article .post-heading h3 a:hover {
	text-decoration:none;
}

.post-meta {
	background:#fcfcfc;
	border:1px solid #e6e6e6;
	border-top:none;
	text-align:center;
}

.post-meta .format,
.post-meta .date {
	border-bottom:1px solid #e6e6e6;
	padding:10px 0 10px;
}

.post-meta i{
	margin:0;
}

.post-meta .date span {
	text-align:center;
	color:#999;
	font-size:12px;
	font-weight:600;
}

.post-meta .comments {
	padding:10px 0 10px;
}

.post-meta .comments a {
	color:#999;
	font-size:12px;
	font-weight:700;
}

.post-meta .comments a:hover {
	text-decoration:none;
}

.post-image,
.post-quote,
.post-video,
.post-audio,
.post-link,
.post-slider {
	margin-bottom:20px;
}
.post-quote blockquote {
	font-size:16px;
	color:#999;
	font-family:'Noto Serif', serif;
	font-style:italic;
	line-height:1.6em;
}
.post-image img:hover {
    -webkit-box-shadow: 0 0 2px #979797;
    -moz-box-shadow: 0 0 2px #979797;
    box-shadow: 0 0 2px #979797;	
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
ul.meta-post{
	float:left;
	margin: 0;
	padding:0;
	list-style:none;
}
ul.meta-post li{
	float:left;
	margin:10px 10px 0 0;
	padding:0;
	list-style:none;
	padding-right:10px;
}
ul.meta-post li i {
	float:left;
	font-size:12px;
	margin:5px 5px 0 0;
}
ul.meta-post li a{
	color:#999;
	float:left;
	font-size:12px;
	font-weight:600;
}
.bottom-article{
	overflow: hidden;
	border-top:1px solid #f5f5f5;
	border-bottom:1px solid #f5f5f5;
	padding:10px 0 10px 0;
	margin-top:20px;
}
.about-author {
	border:1px solid #f5f5f5;
	padding:20px;
	float:left;
	margin-bottom:5px;
}
.about-author h5 {
	margin-bottom:10px;
}
.comment-area {
	float:left;
	width:100%;
	margin-top:30px;	
}
.media-content{
	overflow:hidden;
	margin-left:12px;
	border-bottom:1px dotted #d5d5d5;
	padding-bottom:20px;
}
.media-content h6 {
	font-size:14px;
	font-weight:700;
}
.media-content span{
	color:#a9a9a9;
	font-size:14px;
	font-weight:300;
}
.comment-area .thumbnail > img {
    display: block;
	width:60px;
	height:60px;
}
.filter-list{
	margin-top:20px;
}
#pagination a,
#pagination span {
    display: block;
    float: left;
    margin: 0 7px 0 0;
    padding: 7px 10px 6px 10px;
    font-size: 12px;
    line-height:12px;
    color: #888;
	font-weight:600;
}
#pagination a:hover {
    color: #fff;
	text-decoration:none;
}
#pagination span.current {
    background: #333;
    color: #fff;
    font-weight: bold;
}
/* ===============================
15. Aside, sidebar
================================ */

aside{
	position:relative;
	margin-bottom:40px;
}

.sidebar-nav{
	float:left;
	width:100%;
}

.right-sidebar{
	border-left:1px solid #f5f5f5;
	padding:0 0 0 30px;
    -webkit-box-shadow:inset 1px 0 0 0 rgba(0,0,0,.01);
    box-shadow:inset 1px 0 0 0 rgba(0,0,0,.01);
}

.left-sidebar{
	border-right:1px solid #f5f5f5;
	padding:0 30px 0 0;
    -webkit-box-shadow:inset 1px 0 0 0 rgba(0,0,0,.01);
    box-shadow:inset 1px 0 0 0 rgba(0,0,0,.01);
}

.left-sidebar .widget h3, 
.left-sidebar .widget .widget-content {
	padding-right:20px;
}

aside .widget {
	margin-bottom:40px;
}

ul.cat, 
ul.recent, 
ul.folio-detail, 
ul.contact-info,
.widget ul {
	margin:0;
	padding:0;
	list-style:none;
}

ul.cat li, 
ul.recent li, 
ul.folio-detail li, 
ul.contact-info li{
	margin:0 0 15px 0;
	list-style:none;
}

ul.cat li a, 
ul.folio-detail li a,
.widget ul li a {
	color:#656565;
}

ul.folio-detail li label{
	display:inline;
	cursor:default;
	color:#353535;
	font-weight:bold;
}

.widget ul.recent li {
	margin-bottom:20px;
}

ul.recent li h6 {
	margin:0 0 10px 0;
}

ul.recent li h6 a{
	color:#353535;
	font-size:16px;
	font-weight:600;
}

.widget ul.tags {
	list-style:none;
	margin:0;
	margin-left: 0;
	padding-left:0;
}

.widget ul.tags li {
	margin:0 5px 15px 0;
	display:inline-block;
}
.tagcloud a {
	margin:0 5px 15px 0;
	display:inline-block;
	font-size: 14px;
}

.widget ul.tags li a, 
.tagcloud a {
	background:#e6e6e6;
	color:#333;
	padding:5px 10px;
}

.widget ul.tags li a:hover, .tagcloud a:hover {
	text-decoration:none;
	color:#fff;
}
.recent-post{
	margin:20px 0 0 0;
	padding:0;
	line-height:18px;
}
.recent-post h5 a:hover {
	text-decoration:none;
}
.recent-post .text h5 a {
	color:#353535;
}
ul.time-post{
	float:left;
	width:120px;
	padding:0;
	list-style:none;
	margin:0 20px 0 0;
	text-align:center;
	color: #0e0f0f;
}
ul.time-post li{
	float:none;
	background:#f8f8f8;
	list-style:none;
	margin:0 0 2px 0;
	padding:0;
}
ul.time-post li a img:hover{
	opacity: 0.8; 
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";	
}
ul.time-post li.time{
	float:none;
	padding:5px 0 5px 0;
	text-shadow: none;	
}
.recent-post ul.time-post li.time{
	color:#121214;
}
.post-meta{
	margin-bottom:20px;
}
.post-meta span{
	padding:0 10px 0 10px;
	margin-bottom:10px;
}
.post-meta span a{
	color:#919191;
}
.post-meta strong{
	font-weight:200px;
	color:#c7c7c7;
}
.item .text {
	margin-left:140px;
	margin-bottom:20px;
}

/* ===============================
Live preview purpose
================================ */

.bs-docs-example {
	margin:0 0 10px 0;
}

.demobtn a.btn {
	margin:0 10px 10px 0;
}

section.demogrid .col-lg-1,
section.demogrid .col-lg-2,
section.demogrid .col-lg-3,
section.demogrid .col-lg-4,
section.demogrid .col-lg-5,
section.demogrid .col-lg-6,
section.demogrid .col-lg-7,
section.demogrid .col-lg-8,
section.demogrid .col-lg-9,
section.demogrid .col-lg-10,
section.demogrid .col-lg-11 {
	background:#f6f6f6;
	text-align:center;
	padding:20px 0 20px;
}

section.demogrid .show-grid .row,
section.demogrid .show-grid .row-fluid {
	margin-bottom:0;
}

section.demogrid .show-grid .nest {
	background:#ddd;
	text-align:center;
	padding:20px 0 20px;
}

section.demogrid .col-lg-12.nest {
	background:#f6f6f6;
	text-align:center;
	padding:20px 0 0;
}

.demoinline p {
	display:inline;
	margin-right:20px;
}

/* ===============================
17. Divider, Line & Misc
================================ */

.solidline,
.dottedline,
.dashedline {
	border-top:1px solid #f5f5f5;
	margin:0 0 30px;
}
.blankline {
	height:1px;
	margin:0 0 30px;
}
.scrollup{
    position:fixed;
	width:50px;
	height:50px;
    bottom:0px;
    right:20px;
    border-radius: 2px;
	background: rgba(34, 34, 34, 0.75);
}
a.scrollup {
	outline:0;
	text-align: center;
}
a.scrollup:hover,
a.scrollup:active,
a.scrollup:focus {
	opacity:1;
	text-decoration:none;
}
a.scrollup i {
	margin-top: 10px;
    color: #fff;
    font-size: 30px;
    font-weight: 900;
}
a.scrollup i:hover {
	text-decoration:none;
}

/* =============================
18. Position & alignment
============================= */

.absolute{
	position:absolute;
}

.relative{
	position:relative;
}

.aligncenter{
	text-align:center;
}

.aligncenter span{
	margin-left:0;
}

.floatright {
	float:right;
}

.floatleft {
	float:left;
}

.floatnone {
	float:none;
}

.aligncenter {
	text-align:center;
}

img.pull-left, .align-left,
.widget img.pull-left {
	float:left;
	margin:0 15px 15px 0;
}

img.pull-right, 
.align-right {
	float:right;
	margin:0 0 15px 15px;
}

article img.pull-left, 
article .align-left{
	float:left;
	margin:5px 15px 15px 0;
}

article img.pull-right, 
article .align-right{
	float:right;
	margin:5px 0 15px 15px;
}

/* =============================
21. Gravity forms
============================= */

.quote-form {
    padding: 5px 15px 5px 25px;
    margin-top: 0px;
}

.quote-form-top {
    color: #fff;
    padding: 25px 0px 18px 20px;
    font-size: 26px;
    font-weight: 500;
    line-height: 32px;
}

.quote-form-bottom {
    margin-top: 28px;
}

.quote-form-bottom p, 
.quote-form-bottom a {
    color: #364148;
}

.header-phone-mobile {
    display: none;
}
ul#double, ul#triple {
    width:100%;
}

ul#double li, ul#triple li {
    float:left;
}

#double li  { 
	width:50%;
} 

#triple li  { 
    width:33.3%; 
} 

img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

img.aligncenter {
    margin: 10px auto;
    display: block;
}

/* =============================
21. Media queries 
============================= */

@media (max-width: 1275px) {
    .container {
        width: 95%;
    }
    .navbar-header {
        margin-left: 0px !important;
    }
    .slider-content {
        color: #fff;
        font-size: 38px !important;
    }
    .slider-inner {
        width: 60%;
    }
    .slider-inner::after {
        right: 100px;
    }
    .slider-inner::before {
        left: 100px;
    }
    .interior-content {
        padding-right: 40px;
	}
}

@media (max-width: 1150px) {
    .header-logo {
        height: 100px;
        width: 180px;
        margin-top: 40px;
    }
    header.sticky .navbar .nav > li > a {
        font-size: 14px;
        padding: 5px 10px 25px 10px;
    }
    .navbar-header p {
        font-size: 14px;
    }
    .quote-form-top {
        padding: 30px 0px 0px 0px;
        font-size: 18px;
        text-align: center;
    }
    .quicklinks {
        padding-right: 0px;
    }
    .slider-content {
        font-size: 36px !important;
        padding-left: 50px;
        line-height: 40px !important;
    }
    .slider-inner {
        width: 75%;
    }
    .slider-inner::before {
        left: 0px;
    }
    .slider-inner::after {
        right: 0px;
    }
}

@media (max-width: 991px) {
    .home-top-section {
        display: flex;
        flex-direction: column;
    }
    .home-contact {
        order: 1;
        width: 550px;
        margin: -70px auto 0px;
        padding: 0;
    }
    .quicklinks {
        order: 2;
        margin-top: 30px;
        border-top: 1px solid #e3e3e3;
        padding-top: 20px;
    }
    .quote-form-bottom {
        text-align: center;
    }
    .content-2-right {
        height: 250px;
    }
    .home-content-2,
    .home-content-4 {
        height: auto;
    }
    .content-4-left {
        height: 250px;
        background-position: 50% 100%;
    }
    #home-content-4 {
        margin-top: 0px;
    }
    .content-4-right {
        padding: 10px 50px 20px 35px;
    }
    #home-content-5 {
        padding-top: 20px;
    }
    .home-content-5-left, .home-content-5-right {
        padding: 20px;
    }
    .navbar .nav > li > a {
        font-size: 14px;
    }
    header .navbar .container {
        width: 100%;
        padding: 0px 8px 0px 15px;
    }
    header.sticky .navbar .container {
        width: 100%;
    }
    header.sticky .navbar .nav > li > a {
        font-size: 14px;
        padding: 5px 10px 30px 10px;
    }
    .navbar-header {
        margin-left: 0px !important;
    }
    .navbar-brand img {
        width: 200px;
    }
    .navbar-header p {
        margin-top: 75px;
        margin-left: -5px;
    }
    div#n2-ss-2 .nextend-bullet-bar {
        display: none !important;
    }
    #triple li {
        width: 50%;
    }
    ul#triple {
        margin-left: 50px;
    }
    .extralarge {
        font-size: 50px;
        line-height: 56px;
    }
    .quicklink-single img {
        margin-top: 30px;
        max-width: 100%;
    }
    .home-award img {
        max-width: 100%;
    }
    .award-full {
        width: 70%;
    }
    .award-description {
        width: 90%;
    }
    .home-award img {
        margin-top: 30px;
    }
    .quote-form-top {
        font-size: 18px;
    }
    .topbar-right {
        margin-right: 30px;
    }
}

@media (max-width: 1010px) {
    header .navbar {
        min-height: 92px;
        background: #fff;
        display: none;
    }
    header.sticky .navbar {
        min-height: 74px;
    }
    header.sticky .navbar-brand img {
        margin-top: 5px;
    }
    .navbar-brand {
        margin-top: 10px;
    }
    .navbar-header {
        margin-left: 20px !important;
    }
    .navbar-header p {
        margin-top: 65px;
    }
    .header-phone-mobile p {
        display: inline;
    }
    .header-phone-mobile a:hover {
        color: #6E98BA;
    }
    .header-phone-mobile a img {
        width: auto;
        height: auto;
    }
    .mobile-phone-icon {
        padding-right: 10px;
        font-size: 24px !important;
    }
    header.sticky .header-phone-mobile {
        background: #9DA8AD;
    }
    #featured {
        width: 100%;
        background: #fcfcfc;
        position: relative;
        margin: 0;
        padding: 0;
        margin-bottom: 175px;
        top: 35px;
    }
    .slider-content {
        font-size: 30px !important;
        padding-left: 30px;
        line-height: 34px !important;
    }
    a.btn-slider {
        padding: 3px 24px;
        font-size: 14px !important;
        margin: 15px 0px;
        line-height: 26px !important;
    }
    #inner-headline {
        margin-top: 150px;
        max-height: 190px;
    }
    .interior-title {
        margin-top: -80px;
        font-size: 30px;
        line-height: 34px;
    }
    .home-award img {
        height: 70px;
    }
}


@media (max-width: 767px) {
    #inner-headline {
        margin-top: 135px;
        max-height: 190px;
    }
    body {
        padding-right: 0;
        padding-left: 0;
    }
    h1 {
        font-size: 24px;
    }
    h2 {
        font-size: 22px;
    }
    h3 {
        font-size: 18px;
    }
    h4 {
        font-size: 16px;
    }
    h5 {
        font-size: 15px;
    }
	.navbar-nav {
		border-top: none;
		float: none;
		width: 100%;
	}
    .container>.navbar-header {
        float: left;
    }
	header .navbar-nav > li  {
		padding-bottom: 0;
		padding-top: 0;
	}
	header .nav li .dropdown-menu  {
		margin-top: 0;
	}
	.dropdown-menu {
        position: absolute;
        top: 0;
        left: 40px;
        z-index: 1000;
        display: none;
        float: left;
        min-width: 160px;
        padding: 5px 0;
        margin: 2px 0 0;
        font-size: 13px;
        list-style: none;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #f5f5f5;
        border: 1px solid rgba(0, 0, 0, .15);
        border-radius: 0;
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
		box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	}
	.navbar-collapse.collapse  {
		border: none;
		overflow: hidden;
	}
	.box {
		border-bottom:1px solid #e9e9e9;
		padding-bottom:20px;
	}
	#featured .flexslider .slide-caption {
		width: 90%; 
		padding: 2%; 
		position: absolute; 
		left: 0; 
		bottom: -40px; 
	}
	#inner-headline .breadcrumb {
		float:left;
		clear:both;
		width:100%;
	}
	.breadcrumb > li {
		font-size:13px;
	}

	ul.portfolio li article a i.icon-48{
		width:20px;
		height:20px;
		font-size:16px;
		line-height:20px;
	}
	.left-sidebar{
		border-right:none;
		padding:0 0 0 0;
		border-bottom: 1px dotted #e6e6e6;
		padding-bottom:10px;
		margin-bottom:40px;
	}
	.right-sidebar{
		margin-top:30px;
		border-left:none;
		padding:0 0 0 0;
	}
    .interior-contact {
        margin: 50px auto 0px;
        width: 85%;
    }
    #interior-content {
        padding: 35px 0 30px 0;
    }
    .interior-content {
        padding-right: 20px;
    }
    .col-sm-12 {
        width: 100%;
        float: left;
    }
    .extralarge {
        font-size: 44px;
        line-height: 50px;
    }
    .large {
        font-size: 28px;
        line-height: 36px;
    }
    .content-3-right, .content-3-left {
        padding: 15px;
    }
    .home-award img {
        max-width: 185px;
        width: 100%;
        height: auto;
    }
    .interior-title {
        margin-top: -85px;
        font-size: 26px;
        line-height: 30px;
    }
    .contact-content-left {
        margin-top: 30px
    }
}


@media (max-width: 700px) {
    .home-content-3-list {
        width: 80%;
    }
    .slider-content {
        font-size: 26px !important;
        padding-left: 20px;
        line-height: 30px !important;
    }
}

@media (max-width: 600px) {
    .slider-inner::after {
        bottom: 0px;
    }
    img.alignright, img.alignleft {
        float: none;
        margin: 25px auto;
        display: block;
    }
    .slider-content {
        font-size: 23px !important;
        padding-left: 20px;
        line-height: 26px !important;
    }
    .interior-contact {
        width: 95%;
    }
}

@media (max-width: 500px) {
    .home-content-3-list {
        width: 100%;
    }
    li.view-more {
        margin-left: 0px;
    }
    .slider-content {
        font-size: 18px !important;
        padding-left: 6px;
        line-height: 22px !important;
    }
    ul#triple {
        margin-left: 25px;
    }
    .extralarge {
        font-size: 36px;
        line-height: 42px;
    }
    .large {
        font-size: 24px;
        line-height: 30px;
    }
}

@media (max-width: 480px) {
	.bottom-article a.pull-right {
		float:left;
		margin-top:20px;
	}
	.search{
		float:left;
	}
	.flexslider .flex-caption {
		display:none;
	}
	.cta-text {
		margin:0 auto;
		text-align:center;	
	}
	ul.portfolio li article a i{
		width:20px;
		height:20px;
		font-size:14px;
	}
    a.btn-slider {
        padding: 5px 15px;
        font-size: 13px !important;
        margin: 8px 0px;
        line-height: 16px !important;
    }

}

@media (max-width: 380px) {
    .navbar-brand {
        margin-top: 12px;
    }
    .navbar-header {
        margin-left: 5px !important;
    }
    header.sticky .navbar-brand img {
        margin-top: 0px;
    }
    .navbar-brand img {
        width: 170px;
    }
    .navbar-header p {
        font-size: 12px;
        margin-top: 60px;
    }
    #double li  { 
        width:100%;
    }
}


/* =============================
    NEW NAVIGATION
============================= */
.nav-wrap {
    transition: all ease .25s;
    padding:20px 0 0;
    max-width:1250px;
    margin:0 auto;
    position:relative;
    z-index:1000;
}

.nav-wrap .logo {
    padding: 0 50px 0 0;
    display: inline-block;
    vertical-align: middle;
}

.nav-wrap .logo img {
    width:350px;
    max-width:350px;
}

body.admin-bar .nav-wrap {
	top: 0px!important;
}

.nav-wrap .flyout ul {
	list-style-type:none!important;
}

.top-bar {
    text-align:right;
    padding:10px 0 10px!important;
}

.top-bar > span {
    padding:0 0 0 15px;
}
.nav-wrap a.logo {
    max-width: 400px!important;
    padding: 20px 0px!important;
}


@media all and (max-width:1250px) {
    .nav-wrap {
        width:100%;
		padding:0;
    }
}

@media all and (max-width:1125px) {
	.top-bar {
		display:none;
	}
}

@media all and (max-width:450px) {
    
    .nav-wrap .logo img {
        width:160px;
        max-width:initial;
    }
}

/* ===========================================================
   MAIN NAV
=========================================================== */
.nav-wrap .nav-bar  {
    position: relative;
    display:flex;
    justify-content: space-between;
    background:#fff;
    align-items:center;
    padding:20px 15px;
}

nav.main-nav {
    transition: all ease 0.25s;
    width:100%;
    margin:10px 0 0 0;
}

nav.main-nav ul {
    position: relative;
    display: flex;
    justify-content: space-between;
}

nav.main-nav li {
    display: inline-block;
    position: relative;
    transition: all ease .25s;
}

nav.main-nav li:last-of-type {
    padding-right: 0;
}

nav.main-nav li a {
    color: #0081b2;
    font-size: 16px;
    font-weight: 400;
    padding:0;
}

nav.main-nav li a:hover {
    color: #2a6496;
    text-decoration:underline;
}

nav.main-nav li ul {
    /* display: none; */
    background: #fff;
    position: absolute;
    z-index: 9999;
    left: -9999px;
    top: 29px;
    min-width: auto;
    min-width: 100%;
    box-shadow:1px 1px 6px rgba(0,0,0,.25);
    border-top:2px solid #0081b2;
    margin:0!important;
    opacity:0;
    transition:opacity ease 1s;
}

nav.main-nav li:hover>ul,
nav.main-nav li ul.active  {
    display: block;
    left: 0;
    opacity:1;
}

nav.main-nav li ul li {
    display: block;
    float: none;
    width: 100%;
    white-space: nowrap;
    clear: both;
    text-align: left;
    padding:5px 0;
}

nav.main-nav li ul li a {
    padding:0 15px;
    transition: all ease .75s;
    text-transform: none;
    color:#333;
    font-size:14px;
}

nav.main-nav li ul li:hover>ul,
nav.main-nav li ul li ul.active {
    display: block;
    left: 100%;
    top:0px;
}

#menu-item-1140 {
    margin-top:3px;
}

/* Menu Arrows for Mobile */
span.btn-dd {
    transition: all ease .25s;
}

span.btn-dd:hover {
    cursor: pointer;
}

span.btn-dd::after {
    content: '\203A';
    font-size: 36px;
    vertical-align: middle;
    display: inline-block;
    margin: -2px 0 0 15px;
    transition: all ease .25s;
    transform: rotate(90deg);
    line-height:1;
    padding-right:5px;
}

nav.main-nav li ul li > span.btn-dd::after {
    margin-left:0px;
}

nav.main-nav span.btn-dd::after {
    color: #0081b2;
}

nav.flyout-menu span.btn-dd::after {
    color:#fff;
    margin-left:25px;
}

nav.main-nav li:hover>span.btn-dd::after {
    transform: rotate(90deg);
}

span.btn-dd.active:after {
    transform: rotate(90deg);
}


/* Mobile Menu Toggles */
.hamburger {
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  display:none;
  outline:none;
}

.hamburger:hover {
    opacity: 0.7;
}

.hamburger.is-active {
    position:absolute;
    z-index:3000;
    right:0;
    top:25px;
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #0081b2;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
    background-color:#fff;
}

.hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger-inner::before {
    top: -10px;
}

.hamburger-inner::after {
    bottom: -10px;
}

.hamburger--spin .hamburger-inner {
    transition-duration: 0.22s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
    transform: rotate(225deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media all and (max-width:1140px) {
    .hamburger {
        display:inline-block;
    }

    nav.main-nav {
        display:none;
    }
}


/* ===========================================================
   MOBILE MENU/FLYOUT
=========================================================== */
.flyout {
    float: left;
    margin-left: -100%;
    padding-top: 80px;
    display: block;
    position: fixed;
    z-index: 1000;
    width: 100%;
    max-width:500px;
    height: 100%;
    transition: .2s margin ease;
    transition: all 0.25s ease-in-out;
    background: #0081b2;
    overflow-y: hidden;
    overflow-x: hidden;
    top: 0;
    box-shadow:-1px 0 4px rgba(0,0,0,.5);
}

.flyout {
    right: -100%;
    transition: all ease 0.25s;
    overflow-y:scroll;
}

.flyout.flyout-active {
    right: 0;
}

nav.flyout-menu {
    
}

nav.flyout-menu li {
    padding: 7px 20px;
}

nav.flyout-menu ul li:first-of-type {
    border: none;
}

nav.flyout-menu li a {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    display: inline-block;
}

nav.flyout-menu li ul li a {
    font-size: 18px;
}

nav.flyout-menu li ul {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    transition: visibility 0s, opacity 0.25s ease;
}

nav.flyout-menu li ul.active {
    visibility: visible;
    opacity: 1;
    position: relative;
}

nav.flyout-menu .menu-item-1127 a {
    background-color: #fbaf5d;
    padding:10px 15px;
    border:solid 1px #fbaf5d;
    color:#fff;
}

nav.flyout-menu .menu-item-1127 a:hover {
    color: #fbaf5d;
    background:transparent;
}

.office-numbers-mobile {
    margin:30px auto 0;
    max-width:90%;
}

.office-numbers-mobile span {
    color:#fff;
    display:block;
    margin:0 0 20px 0;
}

.office-numbers-mobile a {
    color:#fff;
}