/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}
a{
color:#2c3e52;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}
.logos-block{
max-width:100%;
margin-bottom:20px;
}
.footer-logos{
max-width:100%;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */

body {
    font: 16px/26px verdana, Arial;
}

.wrapper {
    width: 90%;
    margin: 0 5%;
}


/* ==============
    MOBILE: Menu
   ============== */

nav ul {
    margin: 0;
    padding: 0;
}

nav a {
    display: block;
   
   

    text-align: center;
    text-decoration: none;
    font-weight: bold;



}

nav a:hover,
nav a:visited {

}

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

/* ==============
    MOBILE: Main
   ============== */

.main {
   
}

.main article h1 {
  
}

.main aside {
  
 
}

.footer-container footer {
 
}

/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .title {
    padding-top: 20px;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
   h1, h2, h3, h4, h5, h6{
   font-family: 'Arvo', serif;
   text-transform:uppercase;
   font-weight:700;
   color:#2c3e52;
   }
   h1{
 
   }
   h2{
   font-size:130%;
   }
	body{
	background:#2c3e52;
	}

	div.main{
	background:white;
	}
	header img#logo{
	max-width:100%;
	margin:0 auto;
	display:block;
	}
	header{	
	padding:10px 0 0 0;
	}
	nav{
	display:block;
	
	margin:0 0 0px 0;
	
	
	}
		nav ul{
	
		width:100%;
		}
		nav ul li{
		font-family: 'Arvo', serif;
	   text-transform:uppercase;
	   margin-bottom:10px;
	   display:block;
	 
		
		}
		nav ul li a{
		color:#2c3e52;
		font-weight:400;
		font-size:120%;
		}
	body.services nav ul li#services a,
	body.gallery nav ul li#gallery a,
	body.about nav ul li#about a,
	body.contact nav ul li#contact a{
	text-decoration:underline;
	color:#c1392d;
	}
	
	
	
	
	#top_box{
	background:#2c3e52;
	margin: 0 0 20px 0;
	border:1px solid #ccc;
	}
		#top_box_left{
		padding:5%;
		}
		#top_box_left h1{
		font-size:120%;
		}
			#top_box_left h1{
			color:white;
			}
			#top_box_left p{
			color:white;
			}
		#image_box{
		
		}
			#image_box img{
			max-width:100%;
			}
			
	.services_box{
	background:#2c3e52;
	padding:5%;
	margin:0 0 20px 0;
	}
		.services_box h2{
		color:white;
		margin:0;
		}
		.services_box ul{
		padding-left:20px;
		}
			.services_box ul li{
			color:white;
			}
	.contact_us_box{
	background:#c1392d;
	padding:5%;
	margin:0 0 20px 0;
	}
		.contact_us_box h2, .contact_us_box h3{
		color:white;
		margin:0;
		}
		.contact_us_box address{
		color:white;
		margin:0 0 20px 0;
		}
		.contact_us_box p, .contact_us_box span, .contact_us_box span a{
		color:white;
		margin:0;
		}
		.contact_us_box p{
		margin:0 0 5px 0;
		}
		.contact_us_box span.phone_number{
		font-size:140%;
		margin: 0 0 10px 0;
		display:block;
		}
		.contact_us_box span a{
		font-size:140%;
		}
		
	
	footer .footer_left img{
	display:block;
	margin:0 auto;
}	
	footer .footer_left a#jd_logo img{
	display:block;
	margin:0 auto;
	}
	
	.bx-pager{
	display:none;
	}.bxslider img{
	max-width:100%;
	}
		
	
	form{
	width:100%;
	display:block;	
	margin: 0 0 20px 0;
	}
	form fieldset{
		width:100%;
	}
	form fieldset label{
	display:block;
	margin:0 0 5px 0;
	}
		form fieldset label sup{
		color:#990033;
		}
	form fieldset input{
	display:block;
	width:98%;
	margin:0 0 5px 0;
	border:1px solid #ccc;
	padding:1%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px; 
	}
		form fieldset input:focus,
		form fieldset textarea:focus{
		border:1px solid #2c3e52;
		}
	
	form fieldset textarea{
	width:98%;
	margin:0 0 10px 0;
	border:1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding:1%;	
	}	
	form fieldset input[type=submit]{
	width:auto;
	padding:10px 20px 10px 20px;
	font-weight:bold;
	color:white;
	display:block;
	width:100%;
	}
	
	
	
			
	.green_button{
	padding:10px 20px 10px 20px;
	text-align:center;
	background: #509732;
	background: -moz-linear-gradient(top, #509732 0%, #84ba6d 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#509732), color-stop(100%,#84ba6d));
	background: -webkit-linear-gradient(top, #509732 0%,#84ba6d 100%);
	background: -o-linear-gradient(top, #509732 0%,#84ba6d 100%);
	background: -ms-linear-gradient(top, #509732 0%,#84ba6d 100%);
	background: linear-gradient(to bottom, #509732 0%,#84ba6d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#509732', endColorstr='#84ba6d',GradientType=0 );
	border:1px solid #2c6115;
	color:white;
	text-decoration:none;
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:    0px 0px 10px rgba(0, 0, 0, 0.3);
	box-shadow:         0px 0px 10px rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-family: 'Arvo', serif;
   text-transform:uppercase;
   font-weight:400;
   text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
   font-size:110%;
   display:block;
	}
		.green_button:hover{
		background: #84ba6d;
		background: -moz-linear-gradient(top, #84ba6d 0%, #509732 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#84ba6d), color-stop(100%,#509732));
		background: -webkit-linear-gradient(top, #84ba6d 0%,#509732 100%);
		background: -o-linear-gradient(top, #84ba6d 0%,#509732 100%);
		background: -ms-linear-gradient(top, #84ba6d 0%,#509732 100%);
		background: linear-gradient(to bottom, #84ba6d 0%,#509732 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#84ba6d', endColorstr='#509732',GradientType=0 );
		}
	
	img#about_image{
	max-width:98%;
    padding:1%; /* A percentage that, when doubled and added to the above, makes 100%. */
    background:#f6f6f3;
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:    0px 0px 5px rgba(0, 0, 0, 0.5);
	box-shadow:         0px 0px 5px rgba(0, 0, 0, 0.5);
	}
/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 480px) {

	body{
	}
	.header-container{
	
	}
	header{
	

	}
	nav{
	height:70px;
	width:100%;

	}
	nav ul{

	
	}
   header nav ul li{
	
	display:block;
		
	
		}
	nav ul li a{
		float:left;
		width:50%;
	}
	nav ul li a {
       
        margin-bottom: 0;
    }

    nav li:first-child a {
        margin-left: 0;
    }

    nav li:last-child a {
        margin-right: 0;
    }

	footer p{
	text-align:center;
	}

/* ========================
    INTERMEDIATE: IE Fixes
   ======================== */

    nav ul li {
     
    }

    .oldie nav a {
        margin: 0 0.7%;
    }
}

@media only screen and (min-width: 768px) {

	body{
	}
	.wrapper{
	width: 94%;
    margin: 0 3%;
	}
	.header-container{
	margin-bottom:10px;
	}
	header a img#logo{
	float:left;
	max-width:35%;
	}
	header nav{
	padding-top:10px;
	
	}
		header nav ul{
		padding:20px 0 0 0;
		width:auto;
		float:right;
		}
		header nav ul li{
		display:block;
		float:left;
		padding:0;
		margin:0px 10px 0 0;
	
		}
		header nav ul li a{
		width:100%;
		font-size:110%;
		}
	#top_box{
	
	}
		#top_box #image_box{
		width:65%;
		float:right;
		height:100%;
	
		}
			#top_box #image_box img{
			float:right;	
			display:block;
			}
		#top_box_left{
		width:31%;
		padding:2%;
		
		}
			#top_box_left h1{
			margin:0;
			font-size:110%;
			line-height:110%;	
			}
			#top_box_left p{
			font-size:95%;
			line-height:130%;
			}
		#top_box_left a.green_button{
		padding:5px!important;
		}
	
	
	.services_box, .contact_us_box{
	width:28%;
	float:left;
	padding:2%;
	}
	.services_box{
	margin-right:2%;
	}
	
	#page_left{
	width:60%;
	float:left;
	margin-bottom:20px;
	}
	#page_right{
	width:33%;
	float:right;
	padding-top:20px;
	}
		#page_right div.contact_us_box{
		width:90%;
		padding:5%;
		}
	footer{
	float:none;
	padding:0 0 20px 0;
	}
		footer p{
		text-align:left;
		padding:0;
		margin:0;
		}
		footer .footer_right{
		width:50%;
		float:left;
	
		}
		footer .footer_left{
		width:auto;
		float:right;
	
		}
			footer .footer_left img{
			display:inline;
			}
			footer .footer_left  a#jd_logo img{
			display:inline;
			float:none;
			}
		
		form input.green_button{
		max-width:50%;
		}

@media only screen and (min-width: 1140px) {

body{
	}
	
	

/* ===============
    Maximal Width
   =============== */

    .wrapper {
        max-width: 1010px; /* 1140px - 10% for margins */
        margin: 0 auto;
		
    }
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

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

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}