    @media
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5){
 
  html,
  body{
    width:100%;
    overflow-x:hidden;
	 margin: auto;
  }

}
     
	body {
		font-family: 'Quicksand', Arial, Geneva, sans-serif; 
		color:#000;
		text-align:center;
		margin: auto;
		overflow-x:hidden;
	}
	
		a img
	{
		border:none;
	
	}
	
	a {
	 color: #000;
	 }

a:hover {
	text-decoration: none;
	color:#451507;
}
	 
	
	 
	 h2 {
		 color: #451507;
	 font-size:24px;
	 line-height:34px;
		font-weight: normal;
	 /*-- margin-bottom: -10px; --*/
		 }	
	 
h3 {
	color: #000;
	font-size:24px;
	 line-height:34px;
	 margin-bottom: -10px;
}

h5 {
	    color: #451507;
    font-size: 30px;
    font-weight: 500;
    line-height: 34px;
    margin: 0px;
}


h6 {
	font-size:18px;
	line-height: 34px;
	font-weight: normal !important;
	margin: 0px;
}

h6 a {
	text-decoration: none;
}
 
	
	.clear{clear:both;}
	
	#outer_container {
		height: 100%;
		width: 100%;
	}
	
	
	#content {
	  font-size:18px;
	  line-height: 34px;
	  padding-top:10px;
	}

#contact_content {
	font-size:22px;
	  line-height: 35px;
	  padding-top:10px;
}

#content img {
    max-width: 100%;
	height: auto !important;
}

	
	#sidebar_content {
	  font-size:18px;
	  line-height: 31px;
	  padding:15px;
	}	
	

#content a, #content_outline a {
	color: #000;
	font-weight: bold;
	
	}
#content a:hover, #content_outline a:hover {
	
	color:#451507;
}


#imgholder img{

	width: 100%;

}



hr { 
    margin-top: 2em;
    margin-bottom: 2em;
}

iframe {
    border: none;
}


	
#fade{
	width:100%;
	height:auto;
	float:left;
	margin:0px;
	padding: 0px;
	list-style-type:none;
	z-index: 1;
	}


	
#fade img{
	width:100% !important;
	}	
	
#fade li {
	width:100% !important;
}		

#fade_holder {
width: 100%;
height:auto;
float:left;
position:relative;
z-index: -1;
}



blockquote {
    border-left: 3px solid #451507;
    font-style: italic;
    padding: 0em 3em;
    position: relative;
    -webkit-transition: 0.2s border ease-in-out;
    transition: 0.2s border ease-in-out;
    z-index: 0;
	margin-top:4%;
	margin-bottom: 4%;
}
	  
blockquote:before {
    content: "";
    position: absolute;
    top: 40%;
    left: -4px;
    height: 3em;
    background-color: #fff;
    width: 5px;
    margin-top: -1.1em;
		}

blockquote:after {
    content: url(/images/quotes.png);
    position: absolute;
    top: 39.5%;
    left: -0.5em;
    color: #00CC8F;
    font-family: "Ionicons";
    font-style: normal;
    line-height: 1em;
    text-align: center;
    text-indent: -9px;
    width: 1em;
    margin-top: -0.5em;
    -webkit-transition: 0.2s all ease-in-out, 0.4s -webkit-transform ease-in-out;
    transition: 0.2s all ease-in-out, 0.4s -webkit-transform ease-in-out;
    transition: 0.2s all ease-in-out, 0.4s transform ease-in-out;
    transition: 0.2s all ease-in-out, 0.4s transform ease-in-out, 0.4s -webkit-transform ease-in-out;
}

blockquote.format:before, blockquote.format:after{display: none}
    
blockquote.book:after{content: "\f12e"}
    
blockquote.podcast:after{content: "\f32d"}
    
blockquote.lyrics:after{content: "\f333"}
    
blockquote.favorite:after{content: "\f384"}
    
blockquote:active:after{ transform: rotateY(360deg)}
   



.step {
	margin-right:20px;
	margin-bottom:10px;
	width:28%;
}









.button {
  transition-duration: 0.1s;
  background: #000;
  border: none;
  color: white;
  padding: 18px 24px;
  display: block;
  font-size: 18px;
  margin: 10px 2px;
  cursor: pointer;
  font-family: 'Quicksand', Arial, Geneva, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.75px;
}

button.button:hover {
  background: #222;
}

#cboxLoadedContent {
  padding: 10px;
  background: #fff;
}

#modal-content {
  display: none;
}

#modal-content span {
	font-size: 35px;
	text-transform: uppercase;
}

#modal-content label {
  display: block;
  margin-bottom: 5px;
}

#modal-content input {
float:left;
height:auto;
width:100%;	
}

#modal-content input[type=poptext]{
width: 90%;
height: 50px;
text-align: center;
font-size: 18px;
margin-left:5%;
}

#modal-element {
	margin-top:30px;
    float: left;
    height: auto;
    width: 100%;
}

#modal-element input[type=popimg]{
width: 80%;
height: 50px;
font-size: 18px;
}


#footer2_bg {
	float: left;
    width: 100%;
    height: auto;
	padding-top: 2%;
    background-color: #e5e5e5;
    /*-- min-height: 200px; --*/
}

#footer2_container {
    float: left;
    width: 88%;
    height: auto;
    margin-left: 6%;
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 25px;
}


#footer2_col1 {
    float: left;
    width: 25%;
    height: auto;
    text-align: left;
}

#footer2_col1 img { width: 100%; max-width: 300px; opacity: 0.9; }
#footer2_col3 img { max-width: 33px; vertical-align: middle; margin-bottom:2px; }
#footer2_col3_mobile img { max-width: 33px; vertical-align: middle; margin-bottom:2px; }

#footer2_col2 {
    float: left;
    width: 17%;
    height: auto;
    text-align: left;
    margin-top: 70px;
    margin-left: 8%;
}

#footer2_col3 {
	display: block;
    float: right;
    width: 25%;
    height: auto;
    text-align: right;
    margin-top: 80px;
}

#footer2_col3_mobile {
	display: none;
    float: right;
    width: 25%;
    height: auto;
    text-align: right;
    margin-top: 57px;
}



/* Float cancel and delete buttons and add an equal width */
.cancelbtn-confirm, .deletebtn-confirm {
  float: left;
  width: 10%;
	cursor: pointer;
	border: none;
	padding: 4px 14px;
	margin: 4px 0px;
	opacity: 0.9;
}

.cancelbtn-confirm:hover, .deletebtn-confirm:hover {
  opacity:1;
}

/* Add a color to the cancel button */
.cancelbtn-confirm {
  background-color: #f2f2f2;
  color: black;
	margin-left:45%;
}

/* Add a color to the delete button */
.deletebtn-confirm {
  background-color: #f2f2f2;
	margin-left:4%;
}

/* Add padding and center-align text to the container */
.container-confirm {
  padding: 0.1% 3% 1.1% 3%;
  text-align: center;
}

.container-confirm a { 
	font-weight: bold;
	color: #f2f2f2;
}

.container-confirm a:hover { 
	text-decoration: underline;
}

/* The Modal (background) */
.modal-confirm {
  /* display: none;  Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 8; /* Sit on top */
  left: 0;
  bottom: 0;
  width: 100%; /* Full width */
  /* height: 100%;  Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: none;
}

/* Modal Content/Box */
.modal-content-confirm {
	width: 100%;
	border-top: 2px solid white;
}

/* Style the horizontal ruler */
hr-confirm {
  border: 1px solid #f1f1f1;
  margin-bottom: 25px;
}
 
/* The Modal Close Button (x) */
.close-confirm {
  position: absolute;
  right: 35px;
  top: 15px;
  font-size: 40px;
  font-weight: bold;
  color: #f1f1f1;
}

.close-confirm:hover,
.close-confirm:focus {
  color: #f44336;
  cursor: pointer;
}

/* Clear floats */
.clearfix-confirm::after {
  content: "";
  clear: both;
  display: table;
}


@media only screen and (max-width: 760px){
.cancelbtn-confirm, .deletebtn-confirm { width: 90%; }
.cancelbtn-confirm { margin-left:5%; }
.deletebtn-confirm { margin-left:5%; }
}

@media only screen and (min-width: 761px) and (max-width: 1365px) {
.cancelbtn-confirm, .deletebtn-confirm { width: 30%; }
.cancelbtn-confirm { margin-left:35%; }
.deletebtn-confirm { margin-left:4%; }
}



	
	
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */


@media only screen and (max-width: 760px)  {

	#top_nav_bar ul, #header_link, #subpage_content_top, #top_nav_bar, #header_form, #testimonial_btn, #testimonials_container, .step  {
	
	display:none !important;
	
	}
	
	blockquote {
		padding: 0em 0em 0em 3em;
	}
	
	
	h1 {

	font-size:36px;
		font-weight: normal;
		line-height: 39px;
		color: #451507;
	 }
	
	
	#mobile_logo {
    float: left;
    height: auto;
    width: 120px;
    margin-top: -38px;
    position: relative;
    z-index: 1;
    margin-left: 15px;
	}
	
	
	h4 {
	color: #a6786c;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 3.8vw;
	margin-top: 0px;
}

h4 a {
	color: #451507 !important;
	text-transform: uppercase;
	font-weight: 600 !important;
	font-size: 3.8vw;
	text-decoration: none;
}

h4 a:hover {
	color: #a6786c !important;
	text-transform: uppercase;
	font-weight: 600 !important;
	font-size: 3.8vw;
	text-decoration:underline;
}
	
	
	
	#container {
		margin: 0 auto;   
		text-align: left; 
		width: 100%;
	}	

	#top_nav_bar {
	
	background-color: transparent;
    float: left;
    width: 100%;
    height: 107px;
    position: relative;
    z-index: 2;
    opacity: .9;
	margin-top: -7px;
		
	}	
	
	#logo {
	
    float: left;
    width: 30%;
    height: auto;
    margin-left: 2%;
    margin-top: 3.5%;
		
	}
	
	#logo img{
	
	  width:100%;	
	  max-width:198px;
		
	}	
	
	#header_image {
	
	  float:left;
	  width:100%;
	  height:auto;	
	
		
	}	
	
	
	#header_image img, #header_button img, #header_button2 img, #header_link img, #readmore_btn img, #footer_logo img, #testimonial img, #testimonial_mobile img, #subpage_header_btns img, #subpage_links img, #subpage_bottom img {
	
	  width:100%;
		
	}	
	
#header_links {
	float: left;
    width: 96%;
    height: auto;
    margin-left: 2%;
    margin-top: -8%;
    position: relative;
    z-index: 1;
	
	}
	
	
	
	
#mobile_links {
	float: left;
    width: 100%;
    height: auto;
    background-color: #E9E5E4;
    margin-bottom: 10px;
	    margin-top: -4px;
	position: relative;
    z-index: 10;
	}

#mobile_link {
    float: left;
    width: 20%;
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    margin-left: 3%;
	}
	
#mobile_link img{
	width:100%;
	max-width: 100px;
	
	}	
	
	


	
#header_button{
	
	float: left;
    width: 32%;
    height: auto;
    margin-top: 0%;
	
	}	
	
#header_button2{
	
    float: right;
    width: 36%;
    height: auto;
    margin-right: 1%;
	}		
	
#home_heading {
	float: left;
    width: 96%;
    height: 3px;
    margin-left: 2%;
    margin-top: 4%;
    background-color: #451507;
	margin-bottom: 4%;
	
	}
	
#home_heading  h1{
    float: left;
    width: 63.5%;
    height: auto;
    font-size: 5vw;
    margin-top: -21px;
    background-color: #FFF;
	
	}	
	
#entent_container {
	
	
	}
	
	#home_content_container {
		float: left;
    	width: 90%;
    	height: auto;
    	margin-left: 4%;
    	margin-top: 1%;
	}
	
#home_content {
	float: left;
    width: 100%;
    height: auto;
    font-size: 4vw;
	line-height: 6vw;
    text-align: justify;
	}
	
#home_content_wide {
	float: left;
    width: 100%;
    height: auto;
    font-size: 4vw;
	line-height: 6vw;
    text-align: justify;
	}

#home_sidebar {
	float: left;
    width: 100%;
    height: auto;
	}	

#home_sidebar h2{
	float: left;
    width: 100%;
    height: auto;
	font-size: 5vw;
	margin-top:1%;
	margin-bottom:1%;
	}	

#home_sidebar h3{
	float: left;
    width: 100%;
    height: auto;
	font-size: 4.5vw;
	font-weight:normal;
	margin-top:1%;
	margin-bottom:1%;
	}

#home_sidebar span{
	float: left;
    width: 100%;
    height: auto;
	font-size: 4vw;
	line-height: 6vw;
	margin-bottom: 8px;
	}	
	
#home_readmore {
	float: left;
    width: 96%;
    height: auto;
    margin-left: 2%;
    margin-top: 2%;
	
	}

#readmore_line  {
    float: left;
    width: 67%;
    height: auto;
    border-top: 3px solid #451507;
    margin-top: 4%;
	
	}

#readmore_btn {
    float: left;
    width: 29%;
    height: auto;
    margin-left: 3%;
    margin-top: 1%;
	
	}
	
#testimonials_container {
    float: left;
    width: 100%;
    height: auto;
	margin-top:25px;
	
	}


#testimonial {
    float: left;
    width: 50%;
    height: auto;
	display:inline-grid;
	
}
	
#testimonials_container_mobile {
    float: left;
    width: 100%;
    height: auto;
	margin-top:25px;
	
	}


#testimonial_mobile {
    float: left;
    width: 100%;
    height: auto;
	display:inline-grid;
	
}
	
	
#testimonial_btn {
    width: 20%;
    height: auto;
    float: left;
    margin-left: 40%;
    margin-top: -24.75%;
	
}

#testimonial_btn img{
	max-width:100%;
	
}		
	
	
#footer_social_bar  {
	float: left;
    width: 100%;
    height: 30px;
    background-color: #451507;
    margin-top: 7%;
    margin-bottom: 5%;
	
	}

#socialmedia_icons  {
	float: left;
    width: 130px;
    height: auto;
    margin-left: 54%;
    background-color: #FFF;
    text-align: center;
    margin-top: -1px;
	
	}	
	
#socialmedia_icon {
	float: left;
    width: 31%;
    height: auto;
    margin-left: 2%;
	
	}	
	
	#socialmedia_icons  img {
	max-width:	30px;
		
	}
	
#footer_container {
	float: left;
    width: 96%;
    height: auto;
    margin-left: 2%;
    margin-top: 2%;
	margin-bottom:4%;
	text-align:center;
	
	}

#footer_left {
	float: left;
    width: 100%;
    height: auto;
	
	}

#footer_logo {
    float: left;
    width: 100%;
    height: auto;
	
	}

#footer_logo img{
    max-width:150px;
	
	}	
	
#footer_address {
	float: left;
    width: 100%;
    height: auto;
    font-size: 3.3vw;
    text-align:center;
	margin-top:10px;
	
	}	
	
#footer_right {
	text-align: center;
    float: right;
    width: 100%;
    height: auto;
	margin-bottom: 85px;
	}

#footer_righttext {
	float: left;
    width: 100%;
    height: auto;
    font-size: 3.3vw;
	margin-top:10px;
	
	}	
	
#subpage_header_btns {
    float: left;
    /* width: 96%; */
    height: auto;
    margin-top: -60px;
    position: relative;
    padding-top: 2%;
	padding-bottom: 1%;
    z-index: 1;
    
	
	}
	
#subpage_btn2{

    width: 44% !important;
	
	}	
	
	
#subpage_header_btns a{
    float: left;
    width: 37%;
    height: auto;
    margin-left: 6%;
	
	}

#subpage_content_top {
    float:left;
	width: 90%;
	height:auto;
	margin-left:5%;
	margin-top:20px;

	}

#subpage_nav {
    float:left;
	width: 100%;
	height:auto;
	font-size:12px;
	margin-top:15px;
	}

#subpage_nav a{
	font-size:12px;
	
	}
	
	
#content_container {
    float:left;
	width: 90%;
	height:auto;
	margin-left:5%;
	/*-- margin-top:20px; --*/
	margin-bottom:20px;
	
	}	
	
	
#subpage_bottom {
    float:left;
	width: 100%;
	height:auto;
	margin-top:20px;
	
	}

#viewwork_btn {
    width: 20%;
    height: auto;
    float: left;
    margin-left: 40%;
    margin-top: -8%;
	
}

#viewwork_btn img{
	max-width:100%;
}	
	
	
	
#phonefixed {
	position: fixed;
	width: 100%;
	bottom: 0px;
	background: #e9e5e4;
	padding: 14px 0px;
} 
	
#phonefixed img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 240px;
	height: 50px;
}
	

#footer2_col1 {
    float: left;
    width: 100%;
    height: auto;
    text-align: center;
	margin-left: 0%;
	margin-top:8%;
}
	
#footer2_col2 {
    float: left;
    width: 100%;
    height: auto;
    text-align: center;
    margin-top: 10px;
	margin-left: 0%;
}
	
#footer2_col3 {
	display: none;
    float: left;
    width: 100%;
    height: auto;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 70px;
	margin-left: 0%;
}
	
#footer2_col3_mobile {
	display: block;
    float: left;
    width: 100%;
    height: auto;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 70px;
	margin-left: 0%;
}
		
	
	
	
}	
	
	
	
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */


@media only screen and (min-width: 761px) and (max-width: 1365px)  {


	#cssmenu, #mobile_links, #mobile_logo, #phonefixed, #testimonials_container_mobile {
	
	display:none !important;
	
	}
	
	
	h1 {

	font-size:58px;
		font-weight: normal;
		margin-top: 16px;
		margin-bottom:54px;
		line-height: 64px;
		color: #451507;
	 }
	
	
	h4 {
	color: #a6786c;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 27px;
	margin-bottom:48px;	
}

h4 a {
	color: #451507 !important;
	text-transform: uppercase;
	font-weight: normal !important;
	font-size: 27px;
	text-decoration: none;
}

h4 a:hover {
	color: #a6786c !important;
	text-transform: uppercase;
	font-weight: normal !important;
	font-size: 27px;
	text-decoration:underline;
}
	

	#container {
		margin: 0 auto;   
		text-align: left; 
		width: 100%;
	}	
		

	#top_nav_bar {
	
	background-color: transparent;
		background-image: url(/images/white-grad-short.png);
    float: left;
    width: 100%;
    height: 195px;
    position: relative;
    z-index: 2;
    
	margin-top: 0px;
		
	}	
	
	#logo {
	
	float: left;
    width: 15%;
    height: auto;
    margin-left: 2%;
    margin-top: 1.5%;
		
	}
	
	#logo img{
	
	  width:100%;	
	  max-width:198px;
		
	}	
	
	#header_image {
	
	  float:left;
	  width:100%;
	  height:auto;	
	margin-top: -195px;
		
	}	
	
	
	#header_image img, #header_button img, #header_button2 img, #header_link img, #readmore_btn img, #footer_logo img, #testimonial img, #subpage_header_btns img, #subpage_links img, #subpage_bottom img {
	
	  width:100%;
		
	}	
	
#top_nav_bar ul {
	list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: transparent;
    float: right;
    /*-- width: 620px; --*/
    height: auto;
    margin-top: 2%;
    margin-right: 1%;
}

#top_nav_bar ul li {
  float: left;
}

#top_nav_bar ul li a, .dropbtn {
  /*display: inline-block;*/
  color: #000;
  text-align: left;
  padding: 14px 9.5px;
  text-decoration: none;
  font-size:1.7vw;
  font-weight: 500;
}

li a:hover, .dropdown:hover .dropbtn {
  background-color: transparent;
}

li.dropdown {
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: #000;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  font-size:16px;
}

.dropdown-content a:hover {background-color: #f1f1f1;}

.dropdown:hover .dropdown-content {
  display: block;
}		

#header_links {
	float: left;
    width: 96%;
    height: auto;
    margin-left: 2%;
    margin-top: -8%;
    position: relative;
    z-index: 1;
	
	}

#header_link {
	
	float: left;
    width: 10.4%;
    height: auto;
    margin-left: 5%;
    margin-top: 0.5%;
	
	}
	

	
#header_button{
	
	float:left;
	width:15%;
	height:auto;	
	margin-top:2%;
	
	}	
	
#header_button2{
	
	float:left;
	width:18%;
	height:auto;	
	margin-left:5%;
	margin-top:2%;
	}		
	
#home_heading {
	float: left;
    width: 96%;
    height: 3px;
    margin-left: 2%;
    margin-top: 4%;
    background-color: #451507;
	margin-bottom: 4%;
	
	}
	
#home_heading  h1{
    float: left;
    width: 50%;
    height: auto;
    font-size: 4vw;
    margin-top: -34px;
    background-color: #FFF;
	
	}	
	
#home_content_container {
	float: left;
    width: 96%;
    height: auto;
    margin-left: 2%;
    margin-top: 1%;
	
	}	
	
#home_content {
	float: left;
    width: 48%;
    height: auto;
    line-height: 2.9vw;
    font-size: 1.6vw;
    text-align: justify;
	}
	
#home_content_wide {
	float: left;
    width: 98%;
    margin-left: 1%;
    height: auto;
    line-height: 2.9vw;
    font-size: 1.6vw;
    text-align: justify;
	}

#home_sidebar {
	float: left;
    width: 46%;
    height: auto;
    margin-left: 5%;
	margin-top: -1%;
	}	

#home_sidebar h2{
	float: left;
    width: 100%;
    height: auto;
	font-size: 3vw;
	margin-top:0px;
	margin-bottom:18px;
	}	

#home_sidebar h3{
	float: left;
    width: 100%;
    height: auto;
	font-size: 1.8vw;
	font-weight:normal;
	margin-bottom:1%;
	}
	
	span.homespan_sidebar {
    line-height: 2.7vw;
    font-size: 1.6vw !important;
	font-weight: 600;
	float:none !important;
}

#home_sidebar span{
	float: left;
    width: 100%;
    height: auto;
	font-size: 1.5vw;
	line-height: 2.6vw;
	margin-top:5px;
	}	
	
#home_readmore {
	float: left;
    width: 96%;
    height: auto;
    margin-left: 2%;
    margin-top: 2%;
	
	}

#readmore_line  {
    float: left;
    width: 66%;
    height: auto;
    border-top: 3px solid #451507;
    margin-top: 8%;
	
	}

#readmore_btn {
    float: left;
    width: 30%;
    height: auto;
    margin-left: 3%;
    margin-top: 4%;
	
	}
	
#testimonials_container {
    float: left;
    width: 100%;
    height: auto;
	margin-top:25px;
	
	}


#testimonial {
    float: left;
    width: 50%;
    height: auto;
	display:inline-grid;
	
}
	
	
#testimonial_btn {
    width: 20%;
    height: auto;
    float: left;
    margin-left: 40%;
    margin-top: -24.75%;
	
}

#testimonial_btn img{
	max-width:100%;
	
}		
	
	
#footer_social_bar  {
	float: left;
    width: 100%;
    height: 40px;
    background-color: #451507;
    margin-top: 2%;
    margin-bottom: 2%;
	
	}

#socialmedia_icons  {
	float: left;
    width: 191px;
    height: auto;
    margin-left: 66%;
    background-color: #FFF;
    text-align: center;
    margin-top: -4px;

	
	}	
	
#socialmedia_icon {
	float: left;
    width: 31%;
    height: auto;
    margin-left: 2%;
	
	}	
	
	#socialmedia_icons  img {
	max-width:	45px;
		
	}
	
#footer_container {
	float: left;
    width: 96%;
    height: auto;
    margin-left: 2%;
    margin-top: 2%;
	margin-bottom:4%;
	
	}

#footer_left {
	float: left;
    width: 70%;
    height: auto;
	
	}

#footer_logo {
    float: left;
    width: 26%;
    height: auto;
	
	}	
	
#footer_address {
	float: left;
    width: 65%;
    height: auto;
    margin-left: 5%;
    font-size: 1.6vw;
    line-height: 2.5vw;
	
	}	
	
#footer_right {
	text-align: right;
    float: right;
    width: 30%;
    height: auto;
	
	}

#footer_righttext {
	float: left;
    width: 100%;
    height: auto;
    font-size: 1.2vw;
    line-height: 1.6vw;
	
	}	
	
	
#subpage_header_btns {
    text-align: right;
    float: right;
    width: 35%;
    height: auto;
    margin-right: 2%;
    margin-top: -5%;
	
	}
	
#subpage_btn2{

    width: 44% !important;
	
	}	
	
	
#subpage_header_btns a{
	float: left;
    width: 37%;
    height: auto;
    margin-left: 5%;
	
	}

#subpage_content_top {
    float:left;
	width: 90%;
	height:auto;
	margin-left:5%;
	margin-top:20px;

	}

#subpage_nav {
    float:left;
	width: 65%;
	height:auto;
	font-size:1.7vw;
	margin-top:15px;
	}

#subpage_nav a{
	font-size:1.7vw;
	
	}

#subpage_links {
    float:right;
	width: 100%;
	height:auto;
	position: relative;
    z-index: 85;
	
	}	
#subpage_links a{
	float: left;
    width: 20%;
    height: auto;
	padding-right: 5%
	
	}	
	
#content_container {
    float:left;
	width: 90%;
	height:auto;
	margin-left:5%;
	margin-top:-10px;
	margin-bottom:20px;
	
	}	
	
	
#subpage_bottom {
    float:left;
	width: 100%;
	height:auto;
	margin-top:20px;
	
	}

#viewwork_btn {
    width: 20%;
    height: auto;
    float: left;
    margin-left: 40.5%;
    margin-top: -8%;
	
}

#viewwork_btn img{
	max-width:100%;
}	
	
	
#header_form {
float: left;
    width: 250px;
    height: 250px;
    margin-left: 15%;
    background: rgba(255, 255, 255, 0.8);
    margin-top: -47%;
    position: relative;
    z-index: 1;
    text-align: center;
	
}

#header_form span{
    font-size: 22px;
    margin-top: 20px;
    float: left;
    height: auto;
    width: 100%;
}

#header_input {
margin-top: 20px;
    float: left;
    height: auto;
    width: 100%;
}

#header_input input[type=text]{
    width: 80%;
    height: 30px;
    text-align: center;
    font-size: 12px;
}
	
#footer2_container {
    width: 94%;
    margin-left: 3%;
    margin-bottom: 40px;
    font-size: 12px;
    line-height: 20px;
}


#footer2_col1 {
    width: 28%;
}


#footer2_col2 {
    float: left;
    width: 15%;
    margin-left: 5%;
	margin-top: 6.1%;
}

#footer2_col3 {
	display: block;
    float: right;
    width: 32%;
	margin-top: 6.1%;
}
	
#footer2_col3_mobile {
    display: none;
}

	
	
}
	
	
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */


@media only screen and (min-width: 1366px) and (max-width: 1919px)   {		
	

	#cssmenu, #mobile_links, #mobile_logo, #phonefixed, #testimonials_container_mobile {
	
	display:none !important;
	
	}
	
	
	
	h1 {

	font-size:58px;
		font-weight: normal;
		margin-top: 16px;
		margin-bottom:54px;
		line-height: 64px;
		color: #451507;
	 }
	
	
	
	h4 {
	color: #a6786c;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 25px;
	margin-bottom:36px;	
}

h4 a {
	color: #451507 !important;
	text-transform: uppercase;
	font-weight: normal !important;
	font-size: 25px;
	text-decoration: none;
}

h4 a:hover {
	color: #a6786c !important;
	text-transform: uppercase;
	font-weight: normal !important;
	font-size: 25px;
	text-decoration:underline;
}
	
	
	
	#container {
		margin: 0 auto;   
		text-align: left; 
		width: 100%;
	}		
	

	#top_nav_bar {
	
	background-color: transparent;
		background-image: url(/images/white-grad.png);
    float: left;
    width: 100%;
    height: 307px;
    position: relative;
    z-index: 2;
    opacity: .9;
	margin-top: -7px;
		
	}	
	
	#logo {
	
	float: left;
    width: 15%;
    height: auto;
    margin-left: 5%;
	margin-top: 1.5%;
		
	}
	
	#logo img{
	
	  width:100%;	
	  max-width:198px;
		
	}	
	
	#header_image {
	
	  float:left;
	  width:100%;
	  height:auto;	
	margin-top: -300px;
		
	}	
	
	
	#header_image img, #header_button img, #header_button2 img, #header_link img, #readmore_btn img, #footer_logo img, #testimonial img, #subpage_header_btns img, #subpage_links img, #subpage_bottom img {
	
	  width:100%;
		
	}	
	
#top_nav_bar ul {
	list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: transparent;
    float: right;
    /*-- width: 800px; --*/
    height: auto;
    margin-top: 2%;
    margin-right: 3%;
}

#top_nav_bar ul li {
  float: left;
}

#top_nav_bar ul li a, .dropbtn {
  /*display: inline-block;*/
  color: #000;
  text-align: left;
  padding: 14px 16px;
  text-decoration: none;
  font-size:20px;
  font-weight: 500;
}

li a:hover, .dropdown:hover .dropbtn {
  background-color: transparent;
}

li.dropdown {
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: #000;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  font-size:16px;
}

.dropdown-content a:hover {background-color: #f1f1f1;}

.dropdown:hover .dropdown-content {
  display: block;
}		

#header_links {
	float: left;
    width: 90%;
    height: auto;
    margin-left: 5%;
    margin-top: -8%;
    position: relative;
    z-index: 1;
	
	}

#header_link {
	
	float: left;
    width: 9.4%;
    height: auto;
    margin-left: 6%;
    margin-top: 0.9%;
	
	}
	

	
#header_button{
	
	float:left;
	width:15%;
	height:auto;	
	margin-top:2%;
	
	}	
	
#header_button2{
	
	float:left;
	width:18%;
	height:auto;	
	margin-left:5%;
	margin-top:2%;
	}		
	
#home_heading {
	float: left;
    width: 90%;
    height: 3px;
    margin-left: 5%;
    margin-top: 4.5%;
    background-color: #451507;
	margin-bottom: 2%;
	
	}
	
#home_heading  h1{
	float: left;
    width: 40%;
    height: auto;
    font-size: 3vw;
    margin-top: -34px;
    background-color: #FFF;
	
	}
	
#home_content_container {
	float: left;
    width: 90%;
    height: auto;
    margin-left: 5%;
    margin-top: 2%;
	
	}	
	
#home_content {
	float: left;
    width: 48%;
    height: auto;
    line-height: 2.6vw;
    font-size: 1.5vw;
    text-align: justify;
	}
	
#home_content_wide {
	float: left;
    width: 98%;
    margin-left: 1%;
    height: auto;
    line-height: 2.6vw;
    font-size: 1.5vw;
    text-align: justify;
	}

#home_sidebar {
	float: left;
    width: 45%;
    height: auto;
    margin-left: 7%;	
	}	

#home_sidebar h2{
	float: left;
    width: 100%;
    height: auto;
	font-size: 3vw;
	margin-top:0px;
	margin-bottom:8px;
	}	

#home_sidebar h3{
	float: left;
    width: 100%;
    height: auto;
	font-size: 1.8vw;
	font-weight:normal;
	margin-bottom:1%;
	}
	
	span.homespan_sidebar {
    line-height: 2.7vw;
    font-size: 1.6vw !important;
	font-weight: 500;
	float:none !important;
}

#home_sidebar span{
	float: left;
    width: 100%;
    height: auto;
	font-size: 1.2vw;
	line-height: 2.4vw;
	margin-top: 12px;
	}	
	
#home_readmore {
	float: left;
    width: 90%;
    height: auto;
    margin-left: 5%;
    margin-top: 2%;
	
	}

#readmore_line  {
    float: left;
    width: 69%;
    height: auto;
    border-top: 3px solid #451507;
    margin-top: 7%;
	
	}

#readmore_btn {
    float: left;
    width: 27%;
    height: auto;
    margin-left: 3%;
    margin-top: 4%;
	
	}
	
#testimonials_container {
    float: left;
    width: 100%;
    height: auto;
	margin-top:25px;
	
	}


#testimonial {
    float: left;
    width: 50%;
    height: auto;
	display:inline-grid;
	
}
	
	
#testimonial_btn {
    width: 20%;
    height: auto;
    float: left;
    margin-left: 40%;
    margin-top: -24.75%;
	
}

#testimonial_btn img{
	max-width:100%;
	
}		
	
	
	
#footer_social_bar  {
	float: left;
    width: 100%;
    height: 44px;
    background-color: #451507;
    margin-top: 2%;
    margin-bottom: 2%;
	
	}

#socialmedia_icons  {
	float: left;
    width: 295px;
    height: auto;
    margin-left: 77%;
    background-color: #FFF;
    text-align: center;
    margin-top: -13px;
	
	}	
	
#socialmedia_icon {
	float: left;
    width: 31%;
    height: auto;
    margin-left: 2%;
	
	}	
	
	#socialmedia_icons  img {
	max-width:	65px;
		
	}
	
#footer_container {
	float: left;
    width: 90%;
    height: auto;
    margin-left: 5%;
    margin-top: 2%;
	margin-bottom:3.5%;
	
	}

#footer_left {
	float: left;
    width: 70%;
    height: auto;
	
	}

#footer_logo {
    float: left;
    width: 26%;
    height: auto;
	
	}	
	
#footer_address {
	float: left;
    width: 68%;
    height: auto;
    margin-left: 5.5%;
    font-size: 22px;
    line-height: 36px;
	
	}	
	
#footer_right {
	text-align: right;
    float: right;
    width: 30%;
    height: auto;
	
	}

#footer_righttext {
	float: left;
    width: 100%;
    height: auto;
    font-size: 18px;
    line-height: 23px;
	
	}	
	
	
#subpage_header_btns {
    text-align: right;
    float: right;
    width: 35%;
    height: auto;
    margin-right: 2%;
    margin-top: -5%;
	
	}
	
#subpage_btn2{

    width: 44% !important;
	
	}	
	
	
#subpage_header_btns a{
	float: left;
    width: 37%;
    height: auto;
    margin-left: 5%;
	
	}

#subpage_content_top {
    float:left;
	width: 90%;
	height:auto;
	margin-left:5%;
	margin-top:20px;

	}

#subpage_nav {
    float:left;
	width: 65%;
	height:auto;
	font-size:22px;
	margin-top:15px;
	}

#subpage_nav a{
	font-size:22px;
	
	}

#subpage_links {
    float:right;
	width: 40%;
	height:auto;
	position: relative;
    z-index: 85;
	
	}	
#subpage_links a{
	float: left;
    width: 20%;
    height: auto;
	padding-right: 5%
	}	
	
#content_container {
    float:left;
	width: 90%;
	height:auto;
	margin-left:5%;
	margin-top:-85px;
	margin-bottom:20px;
	
	}	
	
	
#subpage_bottom {
    float:left;
	width: 100%;
	height:auto;
	margin-top:64px;
	
	}

#viewwork_btn {
    width: 20%;
    height: auto;
    float: left;
    margin-left: 40.25%;
    margin-top: -8.5%;
	
}

#viewwork_btn img{
	max-width:100%;
}	
	
#header_form {
float: left;
width: 250px;
height: 250px;
margin-left: 15%;
background: rgba(255, 255, 255, 0.8);
margin-top: -45%;
position: relative;
z-index: 1;
text-align:center;	
	
}

#header_form span{
font-size:22px;
margin-top:20px;
float:left;
height:auto;
width:100%;	
}

#header_input {
margin-top:20px;
float:left;
height:auto;
width:100%;	
}

#header_input input[type=text]{
width: 80%;
height: 30px;
text-align: center;
font-size: 12px;
}	
	
	

	
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */


@media only screen and (min-width: 1920px)   {		
	

	#cssmenu, #mobile_links, #mobile_logo, #phonefixed, #testimonials_container_mobile {
	
	display:none !important;
	
	}
	
	
	h1 {

	font-size:58px;
		font-weight: normal;
		margin-top: 16px;
		margin-bottom:54px;
		line-height: 64px;
		color: #451507;
	 }

	
	h4 {
	color: #a6786c;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 27px;
	margin-bottom:48px;	
}

h4 a {
	color: #451507 !important;
	text-transform: uppercase;
	font-weight: normal !important;
	font-size: 27px;
	text-decoration: none;
}

h4 a:hover {
	color: #a6786c !important;
	text-transform: uppercase;
	font-weight: normal !important;
	font-size: 27px;
	text-decoration:underline;
}
	
	
	
	
	#container {
		margin: 0 auto;   
		text-align: left; 
		width: 1920px;
	}		
	
	
	#top_nav_bar {
	
	background-color: transparent;
	background-image: url(/images/white-grad.png);
    float: left;
    width: 100%;
    height: 327px;
    position: relative;
    z-index: 2;
    /*-- opacity: .9; --*/
	margin-top: -7px;
		
	}	
	
	#logo {
	
	float: left;
    width: 15%;
    height: auto;
    margin-left: 5%;
	margin-top: 1.5%;
		
	}
	
	#logo img{
	
	  width:100%;	
	  max-width:198px;
		
	}	
	
	#header_image {
	
	  float:left;
	  width:100%;
	  height:auto;	
	margin-top: -320px;
		
	}	
	
	
	#header_image img, #header_button img, #header_button2 img, #header_link img, #readmore_btn img, #footer_logo img, #testimonial img, #subpage_header_btns img, #subpage_links img, #subpage_bottom img {
	
	  width:100%;
		
	}	
	
#top_nav_bar ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: transparent;
    float: right;
    width: 54.5%;
    height: auto;
    margin-top: 2%;
}

#top_nav_bar ul li {
  float: left;
}

#top_nav_bar ul li a, .dropbtn {
  /*display: inline-block;*/
  color: #000;
  text-align: left;
  padding: 14px 16px;
  text-decoration: none;
  font-size:20px;
  font-weight: 500;
}

li a:hover, .dropdown:hover .dropbtn {
  background-color: transparent;
}

li.dropdown {
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: #000;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  font-size:16px;
}

.dropdown-content a:hover {background-color: #f1f1f1;}

.dropdown:hover .dropdown-content {
  display: block;
}		

#header_links {
	float: left;
    width: 90%;
    height: auto;
    margin-left: 5%;
    margin-top: -7.5%;
    position: relative;
    z-index: 1;
	
	}

#header_link {
	
	float: left;
    width: 9.4%;
    height: auto;
    margin-left: 6%;
    margin-top: 0.7%;
	
	}
	

	
#header_button{
	
	float:left;
	width:15%;
	height:auto;	
	margin-top:2%;
	
	}	
	
#header_button2{
	
	float:left;
	width:18%;
	height:auto;	
	margin-left:5%;
	margin-top:2%;
	}		
	
#home_heading {
	float: left;
    width: 90%;
    height: 3px;
    margin-left: 5%;
    margin-top: 3%;
    background-color: #451507;
	
	}
	
#home_heading  h1{
    float: left;
    width: 35%;
    height: auto;
    font-size: 50px;
    margin-top: -36px;
    background-color: #FFF;
	
	}


	
#home_content_container {
	float: left;
    width: 90%;
    height: auto;
    margin-left: 5%;
    margin-top: 2%;
	
	}	
	
#home_content {
	float: left;
    width: 46%;
    height: auto;
    line-height: 39px;
    font-size: 22px;
    text-align: justify;
	}
	
#home_content_wide {
	float: left;
    width: 98%;
    margin-left: 1%;
    height: auto;
    line-height: 39px;
    font-size: 22px;
    text-align: justify;
	}

#home_sidebar {
	float: left;
    width: 45%;
    height: auto;
    margin-left: 7%;	
	}	

#home_sidebar h2{
	float: left;
    width: 100%;
    height: auto;
	font-size: 42px;
	margin-top:0px;
	margin-bottom:4px;
	}	

#home_sidebar h3{
	float: left;
    width: 100%;
    height: auto;
	font-size: 27px;
	font-weight:normal;
	margin-bottom:.5%;
	margin-top:14px;
	}
	
	span.homespan_sidebar {
    font-size: 22px !important;
	line-height: 40px;
	font-weight: 500;
	float:none !important;
}

#home_sidebar span{
	float: left;
    width: 100%;
    height: auto;
	font-size: 19px;
	line-height: 35px;
	margin-top:7px;
	}	
	
#home_readmore {
	float: left;
    width: 90%;
    height: auto;
    margin-left: 5%;
    margin-top: 2%;
	
	}

#readmore_line  {
    float: left;
    width: 67%;
    height: auto;
    border-top: 3px solid #451507;
    margin-top: 3.5%;
	
	}

#readmore_btn {
    float: left;
    width: 27%;
    height: auto;
    margin-left: 5%;
    margin-top: 0%;
	vertical-align: middle;
	}
	
	
#testimonials_container {
    float: left;
    width: 100%;
    height: auto;
	margin-top:25px;
	
	}


#testimonial {
    float: left;
    width: 50%;
    height: auto;
	display:inline-grid;
	
}
	
	
#testimonial_btn {
    width: 20%;
    height: auto;
    float: left;
    margin-left: 40%;
    margin-top: -24.75%;
	
}

#testimonial_btn img{
	max-width:100%;
	
}	
	
	
	
	
#footer_social_bar  {
	float: left;
    width: 100%;
    height: 55px;
    background-color: #451507;
    margin-top: 2%;
    margin-bottom: 2%;
	
	}

#socialmedia_icons  {
    float: left;
    width: 17%;
    height: auto;
    margin-left: 78%;
    background-color: #FFF;
    text-align: center;
    margin-top: -.5%;
	
	}	
	
#socialmedia_icon {
	float: left;
    width: 32%;
    height: auto;
    margin-left: 1%;
	
	}	
	
	#socialmedia_icons  img {
	max-width:	90px;
		
	}
	
#footer_container {
	float: left;
    width: 90%;
    height: auto;
    margin-left: 5%;
    margin-top: 2%;
	margin-bottom:3.5%;
	
	}

#footer_left {
	float: left;
    width: 61%;
    height: auto;
	
	}

#footer_logo {
    float: left;
    width: 22%;
    height: auto;
	
	}	
	
#footer_address {
	float: left;
    width: 65%;
    height: auto;
    margin-left: 6%;
    font-size: 24px;
    line-height: 33px;
	
	}	
	
#footer_right {
	text-align: right;
    float: right;
    width: 21%;
    height: auto;
	
	}

#footer_righttext {
	float: left;
    width: 100%;
    height: auto;
    font-size: 18px;
    line-height: 25px;
	
	}

#subpage_header_btns {
    text-align: right;
    float: right;
    width: 35%;
    height: auto;
    margin-right: 2%;
    margin-top: -5%;
	
	}
	
#subpage_btn2{

    width: 44% !important;
	
	}	
	
	
#subpage_header_btns a{
	float: left;
    width: 37%;
    height: auto;
    margin-left: 5%;
	
	}

#subpage_content_top {
    float:left;
	width: 90%;
	height:auto;
	margin-left:5%;
	margin-top:20px;

	}

#subpage_nav {
    float:left;
	width: 65%;
	height:auto;
	font-size:22px;
	margin-top:15px;
	}

#subpage_nav a{
	font-size:22px;
	
	}

#subpage_links {
    float:right;
	width: 40%;
	height:auto;
	position: relative;
    z-index: 85;
	
	}	
#subpage_links a{
	float: left;
    width: 20%;
    height: auto;
	padding-right: 5%
	}	
	
#content_container {
    float:left;
	width: 90%;
	height:auto;
	margin-left:5%;
	margin-top:-95px;
	margin-bottom:20px;
	
	}	
	
	
#subpage_bottom {
    float:left;
	width: 100%;
	height:auto;
	margin-top:64px;
	
	}

#viewwork_btn {
    width: 20%;
    height: auto;
    float: left;
    margin-left: 41.5%;
    margin-top: -8%;
	
}

#viewwork_btn img{
	max-width:100%;
	
}

#header_form {
float: left;
width: 250px;
height: 250px;
margin-left: 15%;
background: rgba(255, 255, 255, 0.8);
margin-top: -42%;
position: relative;
z-index: 1;
text-align:center;	
	
}

#header_form span{
font-size:22px;
margin-top:20px;
float:left;
height:auto;
width:100%;	
}

#header_input {
margin-top:20px;
float:left;
height:auto;
width:100%;	
}

#header_input input[type=text]{
width: 80%;
height: 30px;
text-align: center;
font-size: 12px;
}
	
	
	
	
}