@charset "UTF-8";
/* CSS Document 
Builders Choice Permitting Inc. 
builderschoicepermttinginc.com

Burgundy Color:

#790000

rgba(121, 0, 0,1);

Titles: 

font-family: 'Mignon-Semibold';


P:

 font-family: 'MinionPro-SemiboldCn';

*/

@font-face {
  font-family: 'Mignon-Semibold';
  src: url('Mignon-Semibold.eot?#iefix') format('embedded-opentype'),  url('Mignon-Semibold.woff') format('woff'), url('Mignon-Semibold.ttf')  format('truetype'), url('Mignon-Semibold.svg#Mignon-Semibold') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'MinionPro-SemiboldCn';
  src: url('MinionPro-SemiboldCn.eot?#iefix') format('embedded-opentype'),  url('MinionPro-SemiboldCn.otf')  format('opentype'),
	     url('MinionPro-SemiboldCn.woff') format('woff'), url('MinionPro-SemiboldCn.ttf')  format('truetype'), url('MinionPro-SemiboldCn.svg#MinionPro-SemiboldCn') format('svg');
  font-weight: normal;
  font-style: normal;
}


/*************************************************************************(0. Resets)****************************************************************************/

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box; /* Old chrome safari*/
	-moz-box-sizing: border-box;  /* Old Firefox */
	box-sizing: border-box; /* all modern browsers | borders on the inside*/
}
body {
	font-size: 12px;
}
#container {
	position: relative;

}
.myclear {
	clear: both;
}

pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
-webkit-appearance: none;
border-radius: 0;
}

/*************************************************************************(1. Main Divs)****************************************************************************/

#splash_overlay{
	position:relative;
	top:100px;
	z-index:1;
	width:100%;

}


#main {

	margin-top:290px;
		z-index:9;
	background-color:#fff;
}


#about_overlay {
	position:absolute;
	z-index:10;
	padding:15px;
	right:100px;
	top:275px;
	width:250px;
	min-height:275px;
	background-color:rgba(255,255,255,.8);
		-webkit-box-shadow: 0px 0px 32px -1px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 32px -1px rgba(0,0,0,0.75);
box-shadow: 0px 0px 32px -1px rgba(0,0,0,0.75);
}


#services{
	position:relative;
	top:-100px;
}


#interior{

background-color:#fff;
height:600px;
	
}

#interior_services{

background-color:#fff;
height:400px;
	
}

#interior_gallery{

background-color:#fff;
min-height:400px;
	
}
#interior_contact{

background-color:#fff;

}

#services_banner{
	position:relative;
	margin-top:-100px;
	background-image:url('../images/services_banner.jpg');
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	height:1000px;
	border-top: 10px solid #000;
	 -webkit-transform: skewY(-5deg);
  -moz-transform: skewY(-5deg);
  -ms-transform: skewY(-5deg);
  -o-transform: skewY(-5deg);
  transform: skewY(-5deg);
}

#services_banner:after {
	  content: "";
    position: absolute;
	z-index:-1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(120deg, #000000, #000000);
    opacity: .7;
	
}

#services_inner{
	margin-top:100px;
	 -webkit-transform: skewY(5deg);
  -moz-transform: skewY(5deg);
  -ms-transform: skewY(5deg);
  -o-transform: skewY(5deg);
  transform: skewY(5deg);
}

#services_overlay {
position:relative;
	top:-200px;
	margin:0 auto;
	width:400px;
	height:400px;
	padding:15px;
	background-color:rgba(255,255,255,.8);
		-webkit-box-shadow: 0px 0px 32px -1px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 32px -1px rgba(0,0,0,0.75);
box-shadow: 0px 0px 32px -1px rgba(0,0,0,0.75);
}

#about_row_2{
	position:relative;
	z-index:1;
background-color: #269;
  background-image:
    linear-gradient(rgba(255,255,255,.5) 2px, transparent 2px),
    linear-gradient(90deg, rgba(255,255,255,.5) 2px, transparent 2px),
    linear-gradient(rgba(255,255,255,.28) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.28) 1px, transparent 1px);
  background-size: 100px 100px, 100px 100px, 20px 20px, 20px 20px;
  background-position: -2px -2px, -2px -2px, -1px -1px, -1px -1px;
}

#about_row_2::after{
		  content: "";
    position: absolute;
	z-index:-1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(120deg, #000000, #000000);
    opacity: .7;
	
}

#gallery {
	position:relative;
	margin-top:-70px;
	background-color:#fff;
	min-height:400px;
}

#gallery ul {
	list-style-type:none;
}

#gallery ul li a{
	color:#000;
}

#gallery ul li a:hover {
	text-decoration:none;
}


#interior_contact ul {
	list-style-type:none;
}

#interior_contact ul li a{
	color:#000;
}

#interior_contact ul li a:hover {
	text-decoration:none;
}


#quote_banner {
	margin-top:100px;
	width:100%;
	height:400px;
	background-image: url('../images/quote_banner.jpg');
	background-size:cover;
	background-position:bottom;
	background-repeat:no-repeat;
}

#quote_row_2{
	position:relative;
	z-index:1;
	padding:100px 0;
background-color: #269;
  background-image:
    linear-gradient(rgba(255,255,255,.5) 2px, transparent 2px),
    linear-gradient(90deg, rgba(255,255,255,.5) 2px, transparent 2px),
    linear-gradient(rgba(255,255,255,.28) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.28) 1px, transparent 1px);
  background-size: 100px 100px, 100px 100px, 20px 20px, 20px 20px;
  background-position: -2px -2px, -2px -2px, -1px -1px, -1px -1px;
}

#quote_row_2::after{
		  content: "";
    position: absolute;
	z-index:-1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(120deg, #000000, #000000);
    opacity: .7;
	
}



/*************************************************************************(2. Main Classes)*************************************************************************/


.free_quote{
	padding:7px;
	border:3px solid #790000;
	text-decoration:underline;
-webkit-transition:.4s;
	-moz-transition:.4s;
	transition:.4s;
}
.free_quote:hover{
	
		-webkit-box-shadow: 0px 0px 32px -1px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 32px -1px rgba(0,0,0,0.75);
box-shadow: 0px 0px 32px -1px rgba(0,0,0,0.75);
}


/* Full screen Video */
.video-responsive {
	position: fixed;
	z-index:-1;
	top: 200px;
	left: 50%;
	min-width: 100%;
	min-height: 50%;
	width: auto;
	height: auto;
	transform: translate(-50%, -50%);
}



.canvas,
.video {
left: 50%;
position: fixed;
z-index:-2;
transform: translate(-50%, -50%);
top: 23%;
min-width:100%;
min-height:100%;
}

#video_overlay{
	position: fixed;
	z-index:-1;
	min-width: 100%;
	width: auto;
	height: 455px;
	background-color:rgba(0,0,0,.5);
}
.inner_container{
	margin: 0 auto;
	max-width:960px;
	padding:15px;
}

.inner_container_paper{
	margin:  auto;
	max-width:960px;
	min-height:100vh;
	padding:15px;
	background-color:rgba(255,255,255,.8);
			-webkit-box-shadow: 0px 0px 32px -1px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 32px -1px rgba(0,0,0,0.75);
box-shadow: 0px 0px 32px -1px rgba(0,0,0,0.75);
	
}




.dark_overlay::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(120deg, #000000, #000000);
    opacity: .7;
}



.center-it{
	z-index:10 !important;
	width:100% !important;
}


.portrait {
	border: 3px solid #790000;
	width:150px;
	float:left;
	margin:5px;
}

.div33 {
	width:33%;
	float:left;
}

.div25_center {
	width:25%;
	margin:0 auto;
}

.div50_center {
	width:50%;
	margin:0 auto;
}

.div25{
	width:25%;
	float:left;
}

.div50{
	width:50%;
	float:left;
}


.fig_icon{
	display:block;
	margin:0 auto;
}


.fig_icon2{
	display:block;
	margin:0 auto;
	width:75px;
	background-color:#fff;
	border-radius:50px;
			-webkit-box-shadow: 0px 0px 32px -1px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 32px -1px rgba(0,0,0,0.75);
box-shadow: 0px 0px 32px -1px rgba(0,0,0,0.75);
}

figure {
	display:block;
	margin:0 auto;
	padding:15px;
}

.gallery_img {
	max-width:350px;
	position:relative;
	left:100px;
	top:-80px;
	border: 5px solid #fff;
			-webkit-box-shadow: 0px 0px 32px -1px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 32px -1px rgba(0,0,0,0.75);
box-shadow: 0px 0px 32px -1px rgba(0,0,0,0.75);
}

.gallery_img_small {
	max-width:200px;
	float:left;
	margin:5px;
	border: 5px solid #fff;
			-webkit-box-shadow: 0px 0px 32px -1px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 32px -1px rgba(0,0,0,0.75);
box-shadow: 0px 0px 32px -1px rgba(0,0,0,0.75);
}

	.phone_show{
			display:none;
		}


.full_size_image_about {
	height:100%;
	background-image:url('../images/about_interior_image.jpg');
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	
}

.full_size_image_services{
	height:100%;
	background-image:url('../images/services_interior_image.jpg');
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	
}

.full_size_image_project1{
	height:500px;
	background-image:url('../images/project1_interior_image.jpg');
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
}

.full_size_image_project2{
	height:500px;
	background-image:url('../images/project2_interior_image.jpg');
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
}

.full_size_image_project3{
	height:500px;
	background-image:url('../images/project3_interior_image.jpg');
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
}

.full_size_image_contact_1{
	height:500px;
	background-image:url('../images/contact_interior_image1.jpg');
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	
}

.full_size_image_contact_2{
	height:500px;
	background-image:url('../images/contact_interior_image2.jpg');
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	
}


.grey{
	padding-top:75px;
	background-color:#e4e4e4;
	min-height:200px;
}


/* Simple Lightbox */
.black_overlay {
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.8);
	z-index:1000;
	opacity:0.85;
	filter: alpha(opacity=85);
}
.my_content {
display: none;
	top:0px;
    bottom:0;
    left:0;
    position:fixed;
  z-index:1002;
    overflow-y:scroll;
    overflow-x:hidden;
	margin: 0 auto;
	width:100%;
  padding:60px 20px 60px 20px;
	min-height: 400px;
	background-color: rgba(255,255,255,.7);
	opacity: 0.9;
	filter: alpha(opacity=90);
	-webkit-box-shadow: 0px 0px 15px 5px #000000;
	box-shadow: 0px 0px 15px 5px #000000;
}

img.closer{
	position:absolute;
	z-index:1003;
	right:3px;
	top:3px;		
}

/*************************************************************************(3. Header )*************************************************************************/

.logo{
	max-width:25px;
	position:relative;
	top:0px;
	margin:0px 10px 0 0;

}

header{
	position:fixed;
	top:0px;
	left:0;
	z-index:20;
	width:100%;
	min-height:45px;
	background-color:#fff;
	-webkit-box-shadow: 0px 0px 32px -1px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 32px -1px rgba(0,0,0,0.75);
box-shadow: 0px 0px 32px -1px rgba(0,0,0,0.75);
}

#header_border {
	position:fixed;
	z-index:19;
	top:40px;
	left:0px;
	width:100%;
	height:20px;
	background-color:#790000;
	-webkit-box-shadow: 0px 0px 32px -1px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 32px -1px rgba(0,0,0,0.75);
box-shadow: 0px 0px 32px -1px rgba(0,0,0,0.75);
}


nav{
	position:absolute;
	top:12px;
	right:20px;
	width:550px;
}

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

nav ul li {
	float:left;
	margin-left:25px;
	letter-spacing:2px;
}

nav ul li a {
	font-size:125%;
	font-family: 'Mignon-Semibold';
	color:#000;
text-decoration: none;
}

nav ul li a:hover {
	text-decoration:underline;
}


.active{
	text-decoration:underline;
}


/* Mobile Nav */

#mobile_menu {
	position: fixed;
	display: none;
	z-index: 15;
	top: 5px;
	right: 20px;
	width: 35px;
	height: 35px;
	background-color:rgba(0,0,0,.5);
	background-image: url('../images/menu.svg');
	background-size: cover;
	background-repeat: no-repeat;
}
#mobile_menu:hover {
	cursor: pointer;
}


.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 20;
	top: 0;
	right: 0;
	background-color: #111;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px;
	-webkit-box-shadow: 0px 1px 20px 1px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 1px 20px 1px rgba(0,0,0,0.75);
	box-shadow: 0px 1px 20px 1px rgba(0,0,0,0.75);
}
.sidenav a {
	font-family: 'Mignon-Semibold';
	letter-spacing:3px;
	font-weight:100;
	padding: 8px 8px 8px 32px;
	text-decoration: none;
	font-size: 15px;
	color: #818181;
	display: block;
	transition: 0.3s;
}
.sidenav a:hover {
	color: #f1f1f1;
	text-decoration: underline;
}
.sidenav .closebtn {
	position: absolute;
	top: -10px;
	right: 5px;
	font-size: 36px;
	margin-left: 50px;
}


.sidenav .active{
	text-decoration:underline;
	color:#fff;
}
.sidenav .free_quote{
	border:0;
	border-bottom:5px solid #790000;
}

.logo_move{
	position:relative;
	top:-5px;
	left:-5px;
}

#main {
	transition: margin-left .5s;

}

@media screen and (max-height: 450px) {
.sidenav {
	padding-top: 15px;
}
.sidenav a {
	font-size: 18px;
}
}



/*************************************************************************(4. Font Styles )*************************************************************************/

h1{
	position:relative;
	top:5px;
	left:10px;
	font-size:125%;
	letter-spacing:4px;
	
}

h3.center_white{
	color:#fff;
	letter-spacing:4px;
 text-align:center;
	font-size:200%;
}


h4.center{
	color:#000;
	letter-spacing:3px;
	text-transform:uppercase;
 text-align:center;
	font-weight:100;
	font-size:125%;
}

p.regular {
	font-family: 'MinionPro-SemiboldCn';
	font-size:125%;
	padding:10px 0;
	letter-spacing:2px;
}


p.regular_white {
	font-family: 'MinionPro-SemiboldCn';
	font-size:125%;
	color:#fff;
	padding:10px 0;
	letter-spacing:2px;
}


p.center{
	font-family: 'MinionPro-SemiboldCn';
	font-size:125%;
	color:#000;
	text-align:center;
	padding:10px 0;
	letter-spacing:2px;
}

p.center_white{
	font-family: 'MinionPro-SemiboldCn';
	font-size:125%;
	color:#fff;
	text-align:center;
	letter-spacing:2px;
}

h4.center_white{
	margin-top:10px;
	color:#fff;
	letter-spacing:5px;
 text-align:center;
	padding: 5px 0px 0px 5px;
	font-size:175%;
}

h4.regular{
	margin-top:10px;
	color:#000;
	letter-spacing:5px;
font-family: 'Mignon-Semibold';
font-weight:100;
	text-transform: uppercase;
	font-size:175%;
}

h4.regular_white{
	margin-top:10px;
	color:#fff;
	letter-spacing:5px;
font-family: 'Mignon-Semibold';
font-weight:100;
	text-transform: uppercase;
	font-size:175%;
}

.button_splash{
	padding:10px;
	display:block;
	letter-spacing:6px;
	text-align:center;
	font-family: 'Mignon-Semibold';
	font-size:115%;
	color:#000;
	background-color: rgba(255,255,255,.8);

	-webkit-transition:.4s;
	-moz-transition:.4s;
	transition:.4s;
}

.button_splash:hover{
	text-decoration:none;
	background-color:rgba(255,255,255,.9);
		-webkit-box-shadow: 0px 0px 32px -1px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 32px -1px rgba(0,0,0,0.75);
box-shadow: 0px 0px 32px -1px rgba(0,0,0,0.75);
}

.button{
margin:10px auto;
	padding:10px;
	width:100%;
	display:block;
	text-align:center;
	letter-spacing:6px;
	font-family: 'Mignon-Semibold';
	font-size:125%;
	color:#000;
	background-color: rgba(255,255,255,.8);
	border: 5px solid #790000;
	-webkit-transition:.4s;
	-moz-transition:.4s;
	transition:.4s;
}

.button:hover{
	text-decoration:none;
	background-color:rgba(255,255,255,.9);
		-webkit-box-shadow: 0px 0px 32px -1px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 32px -1px rgba(0,0,0,0.75);
box-shadow: 0px 0px 32px -1px rgba(0,0,0,0.75);
}


figcaption {
	font-size:125%;
	 font-family: 'MinionPro-SemiboldCn';
	color:#fff;
	font-weight:100;
	letter-spacing:2px;
	text-align:center;
}

.figcaption_title {
	text-align:center;
	display:block;
	text-transform:uppercase;
	font-family: 'Mignon-Semibold';
	padding:15px 0;
	color:#fff;
	letter-spacing: 5px;
	font-size:150%;
}

#about_row_2 .figcaption_title{
	font-size:100%;
}

.title_banner {
	padding:15px;
	position:relative;
right:-300px;
	z-index:10;
	letter-spacing:4px;
	text-transform:uppercase;
	width:250px;
	height:50px;
	background-color:#fff;
	text-align:center;
	font-size:150%;
 -webkit-box-shadow: 0px 0px 32px -1px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 32px -1px rgba(0,0,0,0.75);
box-shadow: 0px 0px 32px -1px rgba(0,0,0,0.75);
}

.hr_style{
margin:20px 0;
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));

}

.quote_button{
	color: #000;
	font-size: 125%;
	text-decoration: none;
	font-family: 'MinionPro-SemiboldCn';
	letter-spacing: 5px;
	text-transform: uppercase;
	display:block;
	padding: 10px;
	border: 3px solid #fff;
	text-align: center;
	background-color: #fff;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
}

.quote_button:hover {
	-webkit-box-shadow: 0px 0px 45px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 45px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 45px 0px rgba(0,0,0,0.75);
}



hr{
	margin: 20px 0;
}
/***************************************************************( 4.Contact Form )*********************************************************************************/


input[type=submit] {
	color: #000;
	font-size: 125%;
	text-decoration: none;
	font-family: 'MinionPro-SemiboldCn';
	letter-spacing: 5px;
	text-transform: uppercase;
	text-decoration:underline;
	padding: 10px;
	border: 5px solid #790000;
	text-align: center;
	background-color: #fff;
	display: block;
	margin: 10px auto;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
}
input[type=submit]:hover {
	text-decoration:none;
	cursor: pointer;
	-webkit-box-shadow: 0px 0px 45px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 45px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 45px 0px rgba(0,0,0,0.75);
}

#form {
	margin: 0 auto;
	width: 70%;
	padding-top: 20px;
}
input[type=text]:focus {
	border-bottom: 3px solid #790000;
}
textarea:focus {
	border-bottom: 3px solid #790000;
}
input[type=text], select, input[type=email], textarea {
	font-size: 115%;
	background-color: #e4e4e4;
	border: 0;
	color: #000;
	font-family: 'MinionPro-SemiboldCn';
	width: 100%;
	padding:15px;
	margin:0  0  5px  0;
	display: block;
	border-bottom: 3px solid #d4d4d4;
	border-radius: 4px;
	box-sizing: border-box;
}
textarea {
	resize: none;
}
#success {
	display: none;
	width: 100%;
	color: #000;
		font-size:125%;
	letter-spacing:2px;
	 font-family: 'MinionPro-SemiboldCn';
	background-color: #a0ff99;
	font-weight: bold;
	text-align: center;
	padding: 15px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	margin: 0 auto;
	margin-bottom: 20px;
	margin-top: 20px;
}
.label {
	float: left;
	width: 50px;
	text-align: right;
	clear: left;
	margin-right: 15px;
	font-weight: bold;
}
label.error {
	font-weight: bold;
	color: #900;
	 font-family: 'MinionPro-SemiboldCn';

}
input.error {
	border-bottom: 2px solid #900;
	background-color: rgba(153,0,0,0.10);
	color: #900;
}
textarea.error {
	font-weight: bold;
	color: #900;
	 font-family: 'MinionPro-SemiboldCn';

	border: 2px solid #900;
	background-color: rgba(153,0,0,0.10);
}
input[type='checkbox'] {
	position: relative;
	top: 5px;
	-webkit-appearance: none;
	width: 30px;
	height: 30px;
	background: white;
	border-radius: 5px;
	border: 2px solid #555;
}
input[type='checkbox']:checked {
	background: #00FF00;
	background-image: url(../images/checkmark.svg);
}


/***************************************************************( 5. Footer )*********************************************************************************/

footer {
	padding:40px 0px 40px 0px; 
	text-align:center;
	color:#fff;
	letter-spacing:2px;
	font-size:125%;
	background-color:#2a2727;
	min-height:100px;
	}

footer p.center_white{
	font-size:100%;
}
	
	/*****************************************************   ( 6. Media Quieries Tablet ) ************************************************************************/
	@media only screen and (max-width: 959px) {
		
	
		
		.div25{
			width:50%;
		}
		.last-item{
	margin: 0 auto !important;
	float:none;
}
		
		#mobile_menu{
			display:block;
			}
		nav {
			display:none;
		}
		
		h1{
			display: block;
			text-align:center;
		}
		

		
		h3.center_white{
			font-size:125%;
		}
		
	
		
		.button_splash{
			font-size:125%;
			width:100%;
			letter-spacing:4px;
			padding:10px;
			display: block;
		}
		
		
		.div33{
			width:50%;
		}
		
	.div25_center {
			width:35%;
		
		}
		
		#services_banner{
	height:1150px;

		}
		
.gallery_img {
	max-width:200px;
	
}

.title_banner {
	padding:15px;
	position:relative;
right:-200px;

}
		
	
	}


@media only screen and (max-width: 600px) {
	
		.full_size_image_about,.full_size_image_services,.full_size_image_project1,.full_size_image_project2,.full_size_image_project3,.full_size_image_contact_1,.full_size_image_contact_2 {
			display:none;
		}
	
	.full_size_image {
display:none; 
	
}

	#interior .div50{
		position:relative;
		z-index:1;
		width:100%;
		background-image:url('../images/about_interior_image.jpg');
		background-size:cover;
		background-position:top;
		background-repeat:no-repeat;
	}
	
	
		#interior .div50::after{
  content: ""; 
    position: absolute;
			z-index:-1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(120deg, #ffffff, #ffffff);
    opacity: .8;	
	}
	
	
		#interior_gallery .project_1{
		position:relative;
		z-index:1;
		width:100%;
		background-image:url('../images/project1_interior_image.jpg');
		background-size:cover;
		background-position:top;
		background-repeat:no-repeat;
			border-bottom:5px solid #666;
		
	}
	
	
	#interior_gallery .project_1::after{
  content: ""; 
    position: absolute;
		z-index:-1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(120deg, #ffffff, #ffffff);
    opacity: .8;	
	}
	
		
		#interior_gallery .project_2{
		position:relative;
		z-index:1;
		width:100%;
		background-image:url('../images/project2_interior_image.jpg');
		background-size:cover;
		background-position:top;
		background-repeat:no-repeat;
						border-bottom:5px solid #666;
		
	}
	
	
	#interior_gallery .project_2::after{
  content: ""; 
    position: absolute;
		z-index:-1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(120deg, #ffffff, #ffffff);
    opacity: .8;	
	}
	
		
		#interior_gallery .project_3{
		position:relative;
		z-index:1;
		width:100%;
		background-image:url('../images/project3_interior_image.jpg');
		background-size:cover;
		background-position:top;
		background-repeat:no-repeat;
		border-bottom:5px solid #666;
		
	}
	
	
	#interior_gallery .project_3::after{
  content: ""; 
    position: absolute;
		z-index:-1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(120deg, #ffffff, #ffffff);
    opacity: .8;	
	}
	
	#interior_contact .contact_1{
		position:relative;
		z-index:1;
		width:100%;
		background-image:url('../images/contact_interior_image1.jpg');
		background-size:cover;
		background-position:top;
		background-repeat:no-repeat;
					border-bottom:5px solid #666;
		
	}
	
	
	#interior_contact .contact_1::after{
  content: ""; 
    position: absolute;
		z-index:-1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(120deg, #ffffff, #ffffff);
    opacity: .8;	
	}
	
		
	#interior_contact .contact_2{
		position:relative;
		z-index:1;
		width:100%;
		background-image:url('../images/contact_interior_image2.jpg');
		background-size:cover;
		background-position:top;
		background-repeat:no-repeat;
					border-bottom:5px solid #666;
	}
	
	
	#interior_contact .contact_2::after{
  content: ""; 
    position: absolute;
		z-index:-1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(120deg, #ffffff, #ffffff);
    opacity: .8;	
	}
	
	
	
	
	
	#interior_services{
		height:300px;
	}
	
	#interior_services .div50{
		position:relative;
		z-index:1;
		width:100%;
		height:300px;
		background-image:url('../images/about_interior_image.jpg');
		background-size:cover;
		background-position:top;
		background-repeat:no-repeat;
					
	}
	
	
	#interior_services .div50::after{
  content: ""; 
    position: absolute;
		z-index:-1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(120deg, #ffffff, #ffffff);
    opacity: .8;
			
	}
	
	.gallery_img{
		display:none;
	}
	
	#gallery .div50, #services_interior .div50{
		width:100%;
	}
	
	#interior, #services_interior{
		height:200px;
	}
	
		.title_banner{
			left:0;
			margin-left:0;
			margin:0 auto;
			max-width:250px;
		}
		
	.center-it{
		padding:15px;
	}
	
	.gallery_img_small{
		max-width:150px;
		display:block;
	}

}

	/*****************************************************   ( 7. Media Quieries Phone ) ************************************************************************/
	@media only screen and (max-width: 480px) {
				.div25{
			width:100%;
		}
		
		#about_row_2{
			padding-bottom:100px;
		}
		
			h4.center_white{
			font-size:125%;
		}
		#mobile_menu {
	   top: 5px;
			width:35px;
			height:35px;
	
}
		h1{
			text-align:left;
			font-size:100%;
			
		}
		
		.quote_button{
      width:95%;
			left:0;
			margin-left:0;
			margin:0 auto;
			
}
		
		.phone_show{
			display:block;
		}
		
		#splash_overlay{
			padding:15px;
			top:70px;
			
		}
		
		.div33{
			width:100%;
		}
		
			.div50{
			width:100%;
		}
		
		#about_overlay{
		left:0;
			width:95%;
			margin:0 auto;
			right:0;
				-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
		}
		
		.div25_center {
			width:100%;
		}
		
		#services_overlay {
position:relative;
	top:-200px;
	margin:0 auto;
	width:95%;
		height:450px;
}
		
		#services_banner{
			min-height:1350px;
		}
		
		
		
		#gallery{
			margin-top:-20px;
		}
		
		#gallery ul li p.regular {
			text-align:center;
		}
		
}
