@charset "utf-8";
/* CSS Document */
/* fonts*/
/* fonts styles */


/*******************************
* Does not work properly if "in" is added after "collapse".
* Get free snippets on bootpen.com
*******************************/
    .accordain_section .panel-group .panel {
        border-radius: 0;
        box-shadow: none;
        border-color: #EEEEEE;
    }

    .accordain_section .panel-default > .panel-heading {
        padding: 0;
        border-radius: 0;
        color: #212121;
        /* background-color: #FAFAFA; */
        border-color: #EEEEEE;
    }

   .accordain_section .panel-title {
        font-size: 14px;
    }

   .accordain_section .panel-title > a {
        display: block;
        padding: 15px;
        text-decoration: none;
    }

    .accordain_section .panel-default .panel-heading.active .more-less {
        float: right;
        color: #FFF;
    }

    .accordain_section .panel-default > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: #EEEEEE;
        max-height: none;
        margin-top: 0;
    }

/* ----- v CAN BE DELETED v ----- */
/* body {
    background-color: #26a69a;
} */
.body_container {
	padding: 45px 0px 60px 0px; 
	float: left;
	width: 100%;
    margin-right: auto;
    margin-left: auto;
}
.demo {
    padding-top: 60px;
    padding-bottom: 60px;
}

/*custom_styles */
.container.accordain_section {
        padding: 0px 12px 0px 0px;
}
#googleMap {
	height: 715px;
    box-shadow: 1px 5px 5px #ced4d6;
}
.custom_map {
    padding: 0px 0px 0px 0px;
}
.accordian_header {
	padding: 0px 0px 0px 22px;
	background: #004987;
	cursor: pointer;
}
.accordian_header p {
	color: #FFF;
    padding: 15px 0px 15px 0px;
    font-size: 18px;
}
.accordain_section .panel-title > a {
	/* background: #0090d9; */
	color: #FFF;
}
.accordain_section .panel-body p,.map_container .panel-body p {
	color: #3b3b3b;
	font-family: Galano Grotesque ALt;
	font-size: 13px;
}
.accordian_container {
	border: 1px solid #CCC;
    background: #f5f5f5;
    stroke: #ced4d6;
}
.accordain_section .panel-default .panel-heading.active {
	background: #00a3df;
}
.accordain_section .panel-default .panel-heading.active a {
	color: #FFF;
	font-family: 'GalanoGrotesqueAlt-Medium';
	font-size: 16px;
}
.accordain_section .panel-default .panel-heading a {
	color: #3b3b3b;
    font-size: 16px;
}
.accordain_section .panel-default .panel-heading {
	background: #f5f5f5;
	color: #ced4d6;
}
.accordain_section .panel-group {
	padding: 5px 20px 0px 20px;
    margin-bottom: 0;
}
.accordian_container #accordion_map {
    overflow-y: scroll;
    height: 702px;
}
#googleMap .gmnoprint.gm-bundled-control {
    bottom: 150px !important;
}
.accordain_section .panel-default .panel-heading .more-less {
    float: right;
    color: #000000;
    font-size: 9px;
}
.accordain_section .panel-default .panel-heading .more-less.glyphicon {
    top: 5px;
    left: 5px;
}
.accordain_section .panel-body .custom_blue {
		color: #00a3df;
		font-size: 15px;
        margin-bottom: 0;
}
.accordain_section .panel-group .panel {
	border: none !important;
}
.accordain_section .panel.panel-default {
    border-bottom: 1px solid #ddd !important;
}
.accordain_section .panel-group .panel + .panel {
    margin-top: 0px;
}
.accordain_section .panel.panel-default:last-child {
	border-bottom: none !important;
}
.map_container .map_header p {
	font-size: 30px;
	margin: -10px 0px 20px 0px;
}
.panel-body p.address_one {
	margin: 5px 40px 10px 0px;
}
.accordain_section .panel-body .header_hour,.map_container .panel-body .header_hour {
	font-size: 15px !important;
}
.gm-style-mtc {
  display: none;
}
.modal.fade {
    opacity: 1;
}
/*#myModal {
	height: 235px;
	top: 10%;
}
#myModal .modal-dialog {
	background: #FFF;
}
#myModal .modal-content {
	border-radius: 0;
}*/
#map_modal {
	/* height: 450px;
    top: 10%;
    width: 350px;
    overflow: hidden;
    left: 35%; */
	height: 450px;
	top: 15%;
	
}
#map_modal .modal-dialog {
    width: 400px;
    margin: 30px auto;
}
#map_modal .modal-dialog {
	background: #FFF;
}
#map_modal .modal-content {
	border-radius: 0;
}
#map_modal .modal-header {
	border-bottom: none;
}
#map_modal .modal-footer{
	border-top: none;
}
.panel-body .address_header {
	font-size: 15px;
	color: #3b3b3b;
    font-family: Galano Grotesque ALt;
}
/* #map {
	height: 700px;
} */


.controls {
        background-color: #fff;
        border-radius: 2px;
        border: 1px solid transparent;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
        box-sizing: border-box;
        font-family: Roboto;
        font-size: 15px;
        font-weight: 300;
        height: 29px;
        margin-left: 17px;
        margin-top: 10px;
        outline: none;
        padding: 0 11px 0 13px;
        text-overflow: ellipsis;
        width: 400px;
      }

.controls:focus {
border-color: #4d90fe;
}
.title {
font-weight: bold;
}
#infowindow-content {
display: none;
}
#map #infowindow-content {
display: inline;
}
.map_container .modal-body {
	width:300px;
}
.custom_para {
	width: 100%;
}
.custom_para label {
	font-weight: normal;
    width: 38%;
}
#accordion .custom_para label {
    font-weight: normal;
    width: 37%;
}
.custom_para .cutom_time {
	width: 61%;
	display: inline-block;
}
.map_container .modal-body {
    position: relative;
    padding: 15px 0px 0px 10px;
}
.panel-body p.custom_para  {
	margin: 0 0 5px;
}
.custom_blue {
	cursor: pointer;
}
#googleMap div.gm-style {
    top: 60px !important;                    
}
#custom_icon.active {
    color: grey;
}
/*.modal-body.panel-body span.custom_img,.modal-body.panel-body p>label  {
    padding-left: 22px;
}*/
.day.custom_day,.custom_img.custom_day {
    padding-left: 25px !important;
}
.map_bg {
    text-align: center;
    background: #000000;
    color: #fff;
    height: 290px;
    padding: 12px 0;
    background-image: url(/resources/images/Branch-Locator_1950x290_Desktop.jpg);
    box-shadow: 3px 3px 20px 1px #ccc inset;
    position: relative;
    width: 100%;
    float: left;
}
.map_bg .hs-title-three {
    color: #FFF !important;
    position: absolute;
    bottom: 95px;
    width: 100%;
}
.map_bg .hs-title-seven {
    position: absolute;
    bottom: 70px;
    width: 100%;
    color: #FFF;
    line-height: 42px;
}

.map_bg .gga-Regular {
    font-size: 15px;
}
.map_bg .location-search {
    margin: 55px auto 0 auto;
    float: none;
    padding: 0px;
    position: relative;
    top: 150px;
}
#googleMap .gm-style-pbc {
    opacity: 0 !important;
}
#googleMap button {
    display: none;
}
/*.container.accordain_section {
    width: 29%;
}*/
/*.container.accordain_section {
    width: 29%;
}*/
/*.custom_map.map_container {
    width: 71%;
}*/
#googleMap  .modal-body.panel-body i {
    padding-right: 10px;
    vertical-align: top;
    width: 8%;
    margin-top: 4px;             
}
.overlay {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 10000px;
    height: 10000px;
    background-color: rgb(47, 79, 79);
    opacity: 0.607843;
    z-index: 999;
    display: none;
}
.custom_img.number_edit {
    padding-left: 25px;
}
.map_bg input.location-txtBox {
    font-family: 'GalanoGrotesqueAlt-light';
    color: #a2a2a2;
    font-size: 20px !important;
}
#googleMap .modal-body.panel-body p,#accordion_map .panel-body p {
    font-family: 'GalanoGrotesqueAlt-Regular';
}
.accordain_section .panel-default .panel-heading a {
    font-family: 'GalanoGrotesqueAlt-Medium';
}
#googleMap p.header_hour,#accordion_map .panel-body p.address_header,#accordion_map .panel-body p.header_hour {
    font-family: 'GalanoGrotesqueAlt-Medium' !important;
    font-size: 16px;
}
#googleMap p.address_header {
     font-family: 'Value-Sans' !important;
     font-size: 16px;
}
.accordian_header p  {
    font-family: 'Value-Sans' !important;
    font-size: 18px;
}
.map_container .map_header p {
     font-family: 'Value-Sans' !important ;
     color: #3b3b3b;
}
#accordion_map .custom_blue {
    font-family: 'GalanoGrotesqueAlt-Regular';
}
.map_bg .val-sans {
    font-family: 'Value-Sans';
}
label.day.custom_day,label.day {
    cursor: default;
}
.map_bg input.location-txtBox {
    padding: 12px 30px;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    border-radius: 0px !important;
}
.incorrect_value {
    display: none;
    color: #FF0000;
    text-align: center;
    margin: 0;
    float: left;
    width: 100%;
    padding: 5px 0px 5px 0px;
    background: #fff;
}
.incorrect_value .icon-hs-error {
    vertical-align: middle;
    font-weight: bold;
}
.incorrect_value .color_text {
    padding-left: 5px;
}
.address_one .custom_img {
    width: 92%;
    display: inline-block;
}
.map_bg .location-search .gps-icon,.map_bg .location-txt,.map_bg .location-go {
    height: 50px;
}
.map_bg .location-search .gps-icon {
    padding: 11px 20px;
}
.map_bg .location-go {
   padding: 10px 20px;
}
.custom_close {
    font-size: 30px;
    z-index: 1000;
    position: fixed;
    margin-top: -270px;
    display: none;
    float: right;
    right: 10px;
}
.custom_img.number_edit a {
    text-decoration: none;
    color: #3f3f3f;
}
#partner-modal.modal {
    top: 25%;
    overflow-x: hidden;
    overflow-y: auto;
}
#partner-modal .modal-title {
    text-align: center;
    padding-top: 25px;
    font-family: 'Value-Sans' !important;
    color: #3b3b3b;
    font-size: 30px;
}
#partner-modal .modal-header {
    border-bottom: none;
}
#partner-modal .modal-body p.web_site {
    /*border-bottom: 2px solid #e5e5e5;
    margin: 2% 15% auto;
    padding-bottom: 20px;
    box-shadow: 0px 1px #e5e5e5;*/
}
#partner-modal .modal-body p {
    text-align: center;
}
#partner-modal a.custom_btn {
    text-transform: uppercase;
    background-color: #00a3df;
    border-color: #00a3df;
    color: #FFF;   
    padding: 10px 20px 10px 20px; 
}
#partner-modal .modal-footer {
    text-align: center;
    border-top: none;
    padding: 15px 15px 30px 15px;
    border: none;
    text-align: center;
    padding: 48px 0 60px 0;
    background: url(/resources/images/separator.png) top center no-repeat;
}
#partner-modal .modal-dialog {
    width: 640px;
}
#partner-modal .btn:focus,#partner-modal .btn:active:focus,#partner-modal .btn.active:focus {
    outline: none;
}
#partner-modal .custom_txt {
    font-family: 'GalanoGrotesqueAlt-semibold';
    font-size: 20px;
    color: #3b3b3b;
}
#partner-modal p {
    font-family: 'GalanoGrotesqueAlt-Regular';
    font-size: 18px;
    color: #3b3b3b;
}
#partner-modal {
    display: none;
}
#partner-modal .close {
    font-size: 25px;
}