.fonts-loaded .info-table {
		font-family: var(--fontTitle), sans-serif !important;
}
.info-table {
	font-size: 12pt;
}
.txt-center {
    text-align  : center;
}
.link_button {
    display         : inline-block;
    background      : #2696FF;
    border-radius   : 6px;
    padding         : 16px;
    margin          : 4px 2px;
    color           : #fff !important;
    text-align      : center;
    transition      : 0.4s;
	
}
.link_button:hover {
    box-shadow:0px 3px 5px 0px rgba(0,0,0,0.5), inset 0px 10px 0px 0px rgba(255,255,255,0.3);
    text-shadow:0px 0px 5px rgba(255,255,255);
    color:white;
	transform: scale(1.1);
	text-decoration : none;
	z-index:10;
}
.info_short {
    color       : #444;
    font-size   : 12pt;
    text-align  : center;
}
.sub_heading {
    color       : #333;
    text-align  : center;
    font-size   : 20pt !important;
}
.background-box {
    background      : #FFF;
    box-shadow      : inset 0px 0px 0px 4px #FFF, 0px 0px 10px 0px rgba(0,0,0,0.4);
    border-radius   : 10px;
    position        : relative;
    padding         : 20px;
}
#page_banner {
    display         : block;
    background      : #DDD;
    width           : 100%;
    border          : none;
    border-radius   : 12px;
    padding         : 4px;
    margin          : 0 auto;
    position        : absolute;
    top             : 0;
    left            : 0;
    opacity         : 0.1;
}
.grid-contact {
    display                 : grid;
    grid-template-columns   : 1fr 1fr;
    grid-gap                : 10%;
}
.grid-contact  .floating-box {
    display         : inline-block;
    background      : #FFF;
    border-radius   : 14px; 
    font-size       : 12pt;
    vertical-align  : top;
}
.grid-contact .heading {
    background              : rgb(0,150,255);
    background-image        : linear-gradient(to left, rgba(0,0,0,0.5), rgb(0,150,255));
    border-top-left-radius  : 12px; 
    border-top-right-radius : 12px; 
    color                   : #FFF;
    font-size               : 14pt;
    text-align              : center;
}
.grid-contact .lbl,
.grid-contact .txt {
    display         : inline-block;
    padding         : 2px;
    vertical-align  : top;
}
.grid-contact .lbl {
    width           : 150px;
    padding-left    : 20px;
}
.grid-contact .txt {
    width           : calc(100% - 155px);
}
.grid-contact .link_button {
    display         : inline-block;
    background      : #2696FF;
    border-radius   : 12px;
    padding         : 4px;
    margin          : 4px 0px;
    color           : #FFF;
    transition      : 0.4s;
}
.grid-contact #hours {
    text-align      : center;
}
.grid-contact #hours .link_button {
    display         : block;
    width           : 200px;
}

@media (orientation: portrait) or (hover: none) {
	.link_button {
    border-radius   : 0.6vw;
    padding         : 1.5vw;
    margin          : 0.4vw 0px;
    transition      : 0.4s;
	
	}
	.link_button:hover {
		box-shadow:0px 3px 5px 0px rgba(0,0,0,0.5), inset 0px 10px 0px 0px rgba(255,255,255,0.3);
		text-shadow:0px 0px 5px rgba(255,255,255); 
	}
	.info_short {
		font-size   : 1.5vw;
	}
	.sub_heading {
		font-size   : 2.5vw;
	}
	.background-box {
		box-shadow      : inset 0px 0px 0px 4px #FFF, 0px 0px 10px 0px rgba(0,0,0,0.4);
		border-radius   : 0.9vw;
		padding         : 1.9vw;
	}
	#page_banner {
		width           : 100%;
		border-radius   : 1.1vw;
		padding         : 0.4vw;
		margin          : 0 auto;
		top             : 0;
		left            : 0;
		opacity         : 0.1;
	}
	.grid-contact {
		grid-gap                : 10%;
	}
	.grid-contact  .floating-box {
		border-radius   : 1.3vw; 
		font-size       : 1.5vw;
	}
	.grid-contact .heading {
		border-top-left-radius  : 1.1vw; 
		border-top-right-radius : 1.1vw; 
		font-size               : 1.7vw;

	}
	.grid-contact .lbl,
	.grid-contact .txt {
		padding         : 2px;
		vertical-align  : top;
	}
	.grid-contact .lbl {
		width           : 13.9vw;
		padding-left    : 1.9vw;
	}
	.grid-contact .txt {
		width           : calc(100% - 14.4vw);
	}
	.grid-contact .link_button {
		display         : inline-block;
		background      : #2696FF;
		border-radius   : 1.1vw;
		padding         : 0.4vw;
		margin          : 0.4vw 0px;
		color           : #FFF;
		transition      : 0.4s;
	}
	.grid-contact #hours {
		text-align      : center;
	}
	.grid-contact #hours .link_button {
		display         : block;
		width           : 18.5vw;
	}
}


/*Grid Call*/
.grid-call {
    display                 : grid;
    grid-template-columns   : repeat(4,200px);
    grid-template-rows      : auto;
    justify-content         : center;
    grid-gap                : 10px;
    /* margin-top              : 20px; */
	/* margin-left				: 21%; */
}
.grid-call .floating-box-call {
    height          : auto;
    text-align      : center;
    justify-self    : center;
}
.grid-call .link_button {
    display: grid;
    background:#2696FF;
    border-radius: 12px;
    padding:4px;
    margin-top:4px;
    color:white;
    font-size:10pt;
    transition:0.4s;
}
.grid-call .link_button:hover {
    box-shadow:0px 3px 5px 0px rgba(0,0,0,0.5), inset 0px 10px 0px 0px rgba(255,255,255,0.3);
    text-shadow:0px 0px 5px rgba(255,255,255);
    color:#FFF;
}

.floating-box-call {
    display: inline-block;
    width: 150px;
    height: 250px;
    margin: 12px;
    vertical-align: top;
}
.floating-box-call img {
    border:none;
    width:40%;
	padding-bottom: 4px;
}

/*Quotes*/
#grid-quotes {
    /* background  : rgba(255,255,255,1); */
    padding     : 8px;
}
#grid-quotes .heading {
    /*color:#333;*/
	color: #54595f; 
	font-size: 40px;
    /*font-size:16pt;*/
    text-align: center;
}
.slideshow-container {
    position    : relative;
    /*background  : #DDD;*/
}
.mySlides {
    display     : none;
    padding     : 80px;
    text-align  : center;
}
.prev, .next {
    position    : absolute;
    top         : 0;
    width       : 40px;
    height      : 100%;
    line-height : -moz-block-height;
    padding     : 8px;
    color       : #888;
    text-align  : center;
    font-size   : 18px;
    font-weight : bold;
    cursor      : pointer;
    transition  : 0.4s;
}
.next {
    left:0;
    
}
.prev{
    right: 0;
    
}

.dot-container {
    text-align: center;
    padding: 10px;
}
.dot {
    display             : inline-block;
    background-color    : #bbb;
    border-radius       : 100%;
    width               : 15px;
    height              : 15px;
    margin              : 0 2px;
    transition          : 0.6s;
    cursor              : pointer;
}
.active, .dot:hover {
    background-color    : #717171;
}
q {
    font-size   : 12pt;
    font-style  : italic;
}
.author {
    color       : cornflowerblue;
    font-size   : 14pt;
}

.grid-map {
    padding:20px;
}
.left-table {
	/*font-family: var(--fontTitle);*/
}

.left-box{
	padding-left: 10%;
	background-clip: content-box;
	width: 50%;
	height: 100%;
	background-color:rgba(255,255,255,0.54);
	line-height: 0.8; 
	background-clip: content-box;  
	text-align:left;
}
.right-box{
	color: white;
	padding-right: 10%;
	background-clip: content-box;
	width: 50%;
	height: 100%;
	background-color: rgba(0,0,0,0.37); 
	line-height: 0.8;
	background-clip: content-box;
	text-align:left;
}
.left-box .tt {
	font-size: 27px;
	padding-left: 15%;
	padding-bottom: 4%;
	padding-top: 7%;
}
.right-box .tt {
	font-size: 27px;
	padding-left: 15%;
	padding-bottom: 4%;
	padding-top: 7.6%;
	color:red;
}	
.info-table{
	height: 410px;
	padding: 2px 16px;
	border-spacing: 0px;
	border-collapse: collapse;
	margin-top: 2%;
	margin-left: 10%;
	margin-bottom: 0%;
	background-image:
		url("https://www.gobosource.com/gos/images/scottsvalley.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right 55% bottom 60%;

}

.contact-us {
	.grid {
		display:grid;
		grid-template-columns: 1fr 1fr;
		align-content: top;
		
		.left {
			align-content: center;
		}
		.right {
			text-align: left!important;;
		}
	}
}

.info-box{
	/* box-shadow: inset 0px 0px 0px 4px #DDD, 0px 5px 10px 0px rgba(0,0,0,0.4); */
	border-radius: 8px;
	width: 77%;
	margin: center;
	margin-left: 11%;
}

@media (orientation: portrait) or (hover: none) {
	.grid-call {
		grid-template-columns   : repeat(4, 18.5vw);
		grid-gap                : 0.9vw;
		/* margin-top              : 20px; */
		/* margin-left				: 21%; */
	}
	.grid-call .link_button {
		border-radius: 1.1vw;
		padding:0.4vw;
		margin-top:0.4vw;
		font-size:1.2vw;
	}
	.grid-call .link_button:hover {
		box-shadow:0px 3px 5px 0px rgba(0,0,0,0.5), inset 0px 10px 0px 0px rgba(255,255,255,0.3);
		text-shadow:0px 0px 5px rgba(255,255,255);
	}
	.floating-box-call {
		width: 13.9vw;
		height: 23.1vw;
		margin: 1.1vw;
	}
	.floating-box-call img {
		width:40%;
		padding-bottom: 0.4vw;
	}
	.grid-map {
		padding:1.9vw;
	}
	.left-box{
		padding-left: 10%;
		width: 50%;
		line-height: 1.5vw;
		height: 38vw;
	}
	.right-box{
		padding-right: 10%;
		width: 50%;
		line-height: 1.5vw;
		height: 38vw;
	}
	.left-box .tt {
		font-size: 2.5vw;
		padding-left: 15%;
		padding-bottom: 4%;
		padding-top: 7%;
	}
	.right-box .tt {
		font-size: 2.5vw;
		padding-left: 15%;
		padding-bottom: 4%;
		padding-top: 7.6%;
		color:red;
	}
	.info-table{
		height: 38vw;
		padding: 0.9vw 1.5vw;
		margin-top: 2%;
		margin-left: 10%;
		margin-bottom: 0%;
		background-position: right 55% bottom 60%;
	}
	.info-box{
		/* box-shadow: inset 0px 0px 0px 4px #DDD, 0px 5px 10px 0px rgba(0,0,0,0.4); */
		border-radius: 0.7vw;
		width: 77%;
		margin-left: 8.6vw;
	}
}