body {
	font-family: 'Open Sans', sans-serif;
}

a:hover {
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}


.navbar-brand img {
	margin-top: -25px;
	max-height: 100px;
}

.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:focus, 
.navbar-default .navbar-nav>.active>a:hover {
	background-color: white;
	color: black;
}


#map-outer {
    position: relative;
    margin-top: 20px;
}

#map {
    z-index: 1;
    height: 330px;
}


.map-overlay {
   background:transparent; 
   position: absolute; 
   width:100%;
   height:330px; /* your iframe height */
   z-index: 10;
   top: 0px;
}

#accordion .panel-heading {
	padding: 0px;
}

h4.panel-title a {
	display: block;
	padding: 15px 20px;
}

input[type="submit"] {
    color: #FFF;
    background: #222;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    border: 0;
    border-radius: 0;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .05em;
    padding: 10px 22px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

input[type="submit"]:hover {
    color: #FFF;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    background-color: black;
    border-color: #adadad;
}

input[type="text"], input[type="email"], textarea {
	height: 50px;
    padding: 10px 24px !important;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: .05em;
    line-height: 1.6;
    color: #333;
    background-color: #eeeeee;
    background-image: none;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.contact_boxes a:hover {
	text-decoration: none;
}

.gform_wrapper li.hidden_label input {
    margin-top: 0px !important;
}

.home-gallery img {
	width: 100%;
}

.header_appointment_button {
    padding: 0 50px 0 0;
    text-align: right;
}

.footer_subscribe {
    padding: 30px 0;
}

body .footer_subscribe_form .gform_wrapper ul li.gfield {
    margin-top: 0;
    padding-bottom: 0;
}

body .footer_subscribe_form .gform_wrapper .gform_footer {
    margin-top: 0;
}

.footer_subscribe_message {
    text-align: center;
    font-size: 1.3em;
}

.footer_subscribe_form input[type="submit"] {
    display: block;
    width: 100% !important;
}

@media only screen and (min-width: 641px) {
    body .footer_subscribe_form .gform_wrapper .gform_footer {
        padding-right: 16px;
    }

    .modal-body .footer_subscribe_form {
        padding-left: 16px;
    }
}

@media screen and (min-width: 992px) {
    .footer_subscribe_message {
        padding-top: 40px;
    }
}

#subscribe_popup .modal-body {
    padding: 0;
}

.modal-body_newsletter {
    padding: 0 20px;
}

#subscribe_popup .footer_subscribe_form input[type="submit"] {
    width: 50% !important;
}

@media (min-width: 768px) {
    .modal-dialog {
        margin: 50px auto;
    }
}

.modal-dialog {
    overflow: hidden;
}
/*
.footer_subscribe_form input[type="submit"] {
    background-color: black;
    color: white;
    border-radius: 0;
    font-size: 1.6rem;
    font-weight: bold;
    outline: none;
    border-radius: 0;
    border: solid 1px black;
    box-shadow: 0 3px 6px rgba(0,0,0, .16);
}