﻿@charset "utf-8";
/* CSS Document */


.nest-hl {
	display: inline-block; 
	width: 100%;	
}

.nest-hl h1 {
	border: 0 !important;

}

.nest-hl div {
	position: relative; 
	right: -107px; 
	top: 20px;	
}

.hide-label {
	text-align: center;
	max-width: 600px;
}

.hide-label p {
	margin-bottom: 0;	
	font-size: 18px;
	text-align: left;
}


/*----------Map----------*/
#map2 {
	display: inline-block;
	margin: 0;
	padding: 0 0 0 30px;
	width: 700px;
	height: 480px;
	position: relative;
  top: -120px;
}

.map {
	height: 510px;
	display: inline;
}

#alert {
	width: 100%;
	background-color: transparent !important;
	padding: 0px !important;
}

@-webkit-keyframes flash {
    0% {
        color: #edcb23;
        opacity:1;
    }
    60% {
        color: #edcb23;
    }
    100% {
        background-color: transparent;
    }
}
    
.flash {
    -webkit-animation-name: flash;
    	-webkit-animation-duration: 400ms;
    	-webkit-animation-iteration-count: 1;
    	-webkit-animation-timing-function: ease-in-out;
	-moz-animation-name: flash;
    	-moz-animation-duration: 400ms;
    	-moz-animation-iteration-count: 1;
    	-moz-animation-timing-function: linear;
}

.stH-AK {
	cursor: default !important;
}

/*----------Branches----------*/

.branches {
	color: #1a1a1a;
	width: 150px;
	display: inline-block;
	position: relative;
  top: -155px;

}

.branches ul {
	list-style-position: inside;	
	padding: 0;
}

.branches li {
	margin-bottom: 1rem;
	max-width: 450px;
}

.branches h3 {
	line-height: 26px;	
	margin-bottom: 3px;
	color: #1a1a1a;
}

.branches p {
	font-size: 12px;
	line-height: 18px !important;
	margin-bottom: 10px !important;
	}

.branches a {
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 22px;
	color: #fff;
	padding: 5px 15px;
	background-color: #bd3034;
	border-radius: 10px;
	display: block
	
}

.branches a:hover, .branches a:active, .branches a.active {
	background-color: #862225;
}

.branches li{	
	list-style: none;
}

.branches li:hover {
}

.map h1 {
	margin: 21px 0 10px;	
}

.map p {
	margin: 0;
	line-height: 23px;	
}

#atl-loc-1,#bir-loc-2,#cha-loc-3,#cle-loc-4,#col-loc-5,#den-loc-6,#jac-loc-7,#tam-loc-8 {
	display: none;	
}

.loc-link:hover {
	cursor: pointer;
}

.loc-1, .loc-2, .loc-3, .loc-4, .loc-5, .loc-6, .loc-7, .loc-8 {
		
}

/*----------Branch Contact Info-----------*/

.loc table th, .loc table td {
	width: 25%;
}



.contact-tbl {
	
}

.floating {
	-webkit-animation-name: Floatingx;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: Floating;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
}

th:first-child, td:first-child {
	padding-left: inherit !important;	
}

th:last-child, td:last-child {
	padding-right: inherit !important;		
}

.gen-tbl {
	text-align: left;
	/*border: 10px solid #BED6F0;*/
}

.gen-tbl tr {
	padding: 0 20px;	
}

.cnt-tbl tr {
	padding: 0 20px;	
}

.gen-tbl img, .cnt-tbl img {
	width: 100%;
	min-width: 165px; 
}

.gen-tbl td {
	white-space: normal !important;
}

/*------------Footer-------------*/

.go-top {
	position: fixed;
	bottom: 12em;
	right: 2em;
	text-decoration: none;
	text-align: center;
	letter-spacing: 1px;
	color: white;
	background-color: #75a7d9;
	font-size: 12px;
	padding: 1em;
	display: none;
	border-radius: 10px;
	z-index: 100;
}

.go-top:hover {
	background-color: #bd3034;
	color: #fff;
}

/*------------End of Footer-------------*/


@media screen and (max-width: 1150px) {
	
	#map2 {
		padding: 0;
		display: block;
		top: 0;
		max-width: 700px;
	}
	
	.branches {
		display: block;
		width: 100%;
		top: 0;
	}
	
	.nest-hl {
		display: block; 
		width: 100%;	
	}

	.nest-hl div {
		position: relative; 
		right: 0; 
		top: 0;	
	}
		
}

@media screen and (max-width: 1000px) {
	#map {

	}

	.branches {

	}
}

@media screen and (max-width: 750px) {
	#map2, #alert {
		display: none !important;
	}
}


