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

html,
html * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: bold;
}
body {
	margin-left: auto;
	margin-right: auto;
}
h1 {
	padding: 10px;
	margin-bottom: 10px;
}
h4 {
	/* [disabled]text-align: left; */
	/* [disabled]color: white; */
	/* [disabled]font-style: italic; */
	/* [disabled]font-size: 24px; */
}

p {
	margin-bottom: 20px;
	padding: 10px;
}
img {
	width: 100%;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

a {
	color: blue;
	text-decoration: underline;
}

sup {
	font-size: 10px;
}
.phone {
	color: gray;
	text-decoration: none;
}

.cover {
	background-image: url(../images/pebblebeachweb.jpg);
	background-size: cover;
	padding-top: 10px;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 200px;
}
.button {
	border: 2px #FFFFFF solid;
	padding: 8px 30px;
	border-radius: 30px;
	color:#FFFFFF;
	text-decoration: none;
}

.style-logo {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 158px;
		}

.style-nav ul {
	list-style-type:none; 
}

.style-nav ul li a {
	text-align: center;
	display: block;
	text-decoration: none;
	padding: 8px;
	color: white;
}

.row:before, .row:after {
	content: "";
	display: table;
}

.row:after {
	clear: both;
}
.col {
	width: 100%;
	padding-top: 8px;
}

.style-info {
	background-color: white;
	padding: 20px 20px 30px 20px;
	color: darkgray;
}
.style-info p{
	line-height: 30px;
}
.style-info ul {
 	padding-left: 50px;
}

.style-info ul li {
	list-style-type: disc;
	display: list-item;
	padding: 5px 5px 5px 3px;
	text-align: left;
	line-height: 25px;
}

.main-content-table {
	display: table;
	width: 100%;
}
.main-content-cell{
	background-color: white;
	border-top: 8px #FFFFFF solid;
	}

.style-social-media {
	text-align: center;
}

.style-social-media img {
	width: 75px;
	padding: 8px 20px;	
}

.footer-nav ul {
	list-style-type:none; 
}

.footer-nav ul li a {
	text-align: center;
	display: block;
	text-decoration: none;
	padding: 8px;
	color:blue;
}

/*End Template*/


/*Duradek Information Page Start*/

.style-info-nav {
	text-align: center;
	background-color:white;
	padding: 20px 20px 30px 20px;
	color: darkgray;
}

.style-info-nav ul {
	list-style-type: none;
}
.style-info-nav li {
	padding: 8px;

}

.style-info-nav ul li a {
	line-height: 40px;
	color: blue;
	text-decoration: none;
}

.style-aec-logo {
	width: 175px;
}

.main-content-aec-cell{
	text-align: center;
	background-color: white;
	border-top: 15px #FFFFFF solid;
	border-bottom: 15px #FFFFFF solid;
	}
/*Duradek Information Page End*/



/*Contact Us & Direction Pages Start*/

.style-contact-form {
	background-color: white;
	padding: 20px 20px 30px 40px;
	color: darkgray;
}
.style-form {
	padding-bottom: 15px;
	
}
.contact-cell{
	background-color: white;
	text-align: center;	
}
.style-contact-box {
	background-color: white;
	padding: 20px 20px 30px 20px;
	color: darkgray;
	border: 1px #A9A9A9 solid;

}
.style-contact-table{
	margin-top: 8px;
	background-color: white;
}

input[type=submit] {
	border: 2px #FFFFFF solid;
	padding: 8px 30px;
	border-radius: 30px;
	color:#FFFFFF;
	text-decoration: none;
	font-size: 16px;
	background-color: darkgray;
}
input[type=reset]{
	border: 2px #FFFFFF solid;
	padding: 8px 30px;
	border-radius: 30px;
	color:#FFFFFF;
	text-decoration: none;
	font-size: 16px;
	background-color: darkgray;
}
input[type=text]{
	height: 30px;
}

/*Contact Us & Directions Pages End*/

/*Directions Start*/

.style-directions {
	background-color: white;
	padding: 20px 40px 30px 40px;
	color: darkgray;
}

.style-directions ul {
	padding-left: 30px;
}
.style-directions-box {
	background-color: white;
	padding: 20px 30px 30px 30px;
	color: darkgray;
	border: 1px #A9A9A9 solid;
	width: 100%;
}


/*Directions End*/


/*Tiledek Start*/

.style-tiledek {
	text-align: center;
}


/*Tiledek End*/



/*Photo Gallery Start*/

.style-gallery-table{
	margin-top: 8px;
}


/*Photo Gallery End*/

/*Thank you start*/

.thanks-box {
	background-color: white;
	padding: 20px 20px 30px 20px;
	color: darkgray;
	text-align: center;
}

/*Thanks end*/






/*Tablet*/


@media (min-width: 768px){

.phone {
	color: darkgray;
	}
	
.cover {
	padding-bottom: 200px;
}

.style-nav ul li {
	display: inline-block;
}
	
	.style-nav ul {
		text-align: center;
	}
	
.footer-nav ul li {
		display: inline-block;
	}
	.footer-nav ul {
		text-align: center;
	}

.col {
	float: left;
	padding: 10px 8px 0px 0px
}

.col-md-one-half {
	width: 50%;
}
.main-content-row {
		display: table-row;
	}
.main-content-cell{
	display: table-cell;
	border-right: 8px #FFFFFF solid;
	}
.main-content-cell-half {
	width: 50%;
}
.style-duradek-logo {
		padding-top: 10px;
	}
	
/*Information Pages Start*/
.style-info-nav h3  {
	text-align: left;
	}	
	
.style-info-nav ul {
	text-align: center;
	}

/*Information Pages End*/	
	
/*Contact Start*/
	
	.style-contact-box {
		margin-left: auto;
		margin-right: auto;
	}
	
	
	/*Constact End*/
	

}
/*Tablet End*/







/*Desktop*/

@media (min-width: 1024px){
	
.float-left {
		float: left;
	}

	.style-logo {
		float: left;
	}
	.style-nav {
		float: right;
}
	body {
	max-width: 1200px;
}
	
	.col-lg-one-quarter {
	width: 25%;
}
	
	.cover {
	padding-bottom: 300px;
}
	
.style-contact-table{
	border: 1px #A9A9A9 solid;
	margin-right: 8px;
	}

/*Contact & Directions Pages Start*/	

	.contact-cell{
	margin-left: auto;
	margin-right: auto;
	padding-top: 50px;
	padding-left: 150px;
	}
	.style-contact-box {
	box-shadow: -15px 15px 8px #888888;
	vertical-align: middle;
	max-width: 300px;
	}
	.style-contact-form {
	padding: 20px 20px 30px 50px;
	}
/*Contact & Directions Pages End*/
		
/*Directions start*/
	
	.style-directions-box {
	box-shadow: -15px 15px 8px #888888;
	}

	
/*Directions End*/
	
/*Tiledek Start*/

.style-tiledek {
	padding-top: 25px;
}


/*Tiledek End*/
	
/*Gallery Start*/	
	
.style-gallery-table {
	border: 1px #A9A9A9 solid;
	margin-right: 8px;
	padding-left: 8px;
	padding-bottom: 8px;
	}
	.style-gallery-table img:hover {
		transform: scale(1.50,1.50);
		border: 8px #FFFFFF solid;
		background-color: #FFFFFF;
		box-shadow: -15px 15px 8px #888888;
	}
	
/*Gallery End*/
	
	
	
}
/*Desktop End*/





