/* This CSS file adapted from Christoph Anastasiades' blog www.lingulo.com */


/* GLOBAL */
body
{
	border-top:5px solid #E55F38;
	background:#ebe8de;
	font-family: 'Open Sans', sans-serif;
	color:#333333;
}


input, textarea
{
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	padding: 7px;
	outline: 0;
	border:0;
	width:220px;
	background: #cccccc;	
	border-radius:5px;
}

input[type=submit]
{
	width:auto;
	padding: 5px 18px;
	line-height:25px;
	text-shadow:none;
	cursor:pointer;
	box-shadow: none;
	background: #333333;	
	color: #fff;
}

p
{
	margin:5px 0;
	line-height:25px;
}

a
{
	text-decoration:none;
	color:inherit;
	transition: color .5s ease;
}



strong
{
	font-weight:bold;
}

figcaption strong
{
	border-bottom: 1px solid #D6D0C1;
	padding-bottom:10px;
	margin: 10px 0;
	display:block;
}

figcaption
{
	line-height: 25px;
	font-size:14px;
	width:200px;
}

hr
{
	background-color: #D6D0C1;
	border:0;
	height:1px;
	margin:20px 0;
}


/* HEADER */

header
{
	position:relative;
	width:auto;
	max-width:900px;
	margin: 0 auto 20px auto;
}

header h1
{
	margin: 35px 0 0 0;
	font-size: 55px;
	color: #E55F38;
	font-family: font-family: 'Raleway', sans-serif;
	
}

header p
{
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	color: #4A463B;
	margin-left:132px;
}



nav.other
{
	position:absolute;
	right:0;
	bottom:0;
}

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

nav.other ul li
{
	float:left;
	padding:3px 15px;
}

nav.other ul li a
{
	font-family: 'Open Sans', sans-serif;
	color: #E55F38;
	text-transform:uppercase;
	transition: color .5s ease;
	
	
	
}

nav.other ul li a:hover
{
	color:#444444;
	transition: color .5s ease;
}

/*** hide mobile nav***/

nav.nav 
{
	display:none;
	visibility:hidden;
}

#alternative_menu
{
	width: 100%;
	position:fixed;
	left:50%;
	margin-left: -75px;
	display:none;
	visibility:hidden;

}

/* 3 COLUMNS */

#boxcontent
{
	width:auto;
	max-width:900px;
	margin:0 auto;
	padding:70px 0 45px 0;
}

#boxcontent article
{
	float:left;
	width:250px;
	margin-right:45px;
	font-size:14px;
}

#boxcontent article h3
{
	font-family: 'Open Sans', sans-serif;
	font-size:20px;
	margin-bottom:10px;
	margin-left:75px;
}

#boxcontent article img
{
	float:left;
}

#boxcontent article p
{
	line-height:25px;
	font-family: 'Open Sans', sans-serif;
	margin-left:75px;
}

/**** style for a in boxcontent section   ***/

#boxcontent article a.responsive_button
{
	text-decoration:none;
	color:#E56038;
	transition: color .5s ease;
	font-family: 'Open Sans', sans-serif;

}


#boxcontent article a.responsive_button:hover 
{
	text-decoration:none;
	color:#444444;
	transition: color .5s ease;
	font-family: 'Open Sans', sans-serif;

}

/***END*****************************/


#slider_content1, #slider_content2, #slider_content3
{
	line-height: 25px;
	font-family: 'Open Sans', sans-serif;
	width:350px;
	position:absolute;
	top:15%;
	left:15%;
	display:none;
	z-index:11;
}

#slider_content1 h3, #slider_content2 h3, #slider_content3 h3
{
	color:#EBE8DE;
	font-size:25px;
	font-weight:bold;
	margin-bottom:10px;
	background-color:#333333;
	padding:10px 15px;
	border-radius: 15px 0 15px 0;
	display:inline-block;
}

#slider_content1
{
	display:block;
}

#slider_content1 p, #slider_content2 p, #slider_content3 p
{	
	margin:0 0 30px 0;
	color:#4a463b;
	background-color:#EBE8DE;
	padding:10px 15px;
	border-radius: 5px;
}


/* BUTTONS */

.button
{
	padding:7px 14px;
	border: 1px solid #c3532e;
	background-image: linear-gradient(bottom, #E56038 0%, #ff8c66 100%);
	background-image: linear-gradient(to bottom, #ff8c66 0%, #E56038 100%);
	background-color: #F2B369;
	color: #EBE8DE;
	text-shadow: 1px 1px 0px #ff8155;
	text-decoration:none;
	border-radius:5px;
	box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.3);
	background-image: -moz-linear-gradient(to bottom,      #FF8C66 0%, #E56038 100%);
}

.button:hover
{
	background:none #EBE8DE;
	border-color: #EBE8DE;
	text-shadow:none;
	color: #4A463B;
}






/* SPACER - Styling of Search Form if not hidden */


#spacer 
{
	width: auto;
	height: 71px;
	background-color: #E55F38;
	position: relative;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-size: 18px;
	-webkit-transform-style: preserve-3d;/**  stop flicker in iOS **/
    -webkit-backface-visibility: hidden;/**  stop flicker in iOS **/
}




/* SMALL SPACER - for secondary pages */

#spacer.small_slide 
{
	width:auto;
	height:70px;
	/**background-color:black;**/
	position:relative;
	font-family: 'Open Sans', sans-serif;
	color:#fff;
	font-size:18px;
}


#spacer p
{
	margin-top:22px;
	width:auto;
	position:absolute;
	left:50%;
	margin-left:-450px;
}

#spacer .search
{
	margin-top:15px;
	width:auto;
	position:absolute;
	right:50%;
	margin-right:-480px;
}

	
	/* Hide Search Form  */
	
	
	
	#spacer .search {
  		position: absolute;
 		 clip: rect(1px 1px 1px 1px); /* IE6 & 7 */
  		clip: rect(1px, 1px, 1px, 1px);
	}  
	

   span.hidden_mobile_copyright	{
  		display:none;
		visibility:none;
	}  
	
/**End hide search form */



/** BEGIN SERVICES PAGE SECTION */



section.service, article.service, article.post, #text_colums, article.column1 {
    -moz-box-sizing: border-box;
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 -1px 3px #F6F4EE inset;
    margin: 0 30px 30px 30px;
    max-width: 1100px;
    padding: 70px 60px;
    width: auto;
	-webkit-transform-style: preserve-3d;/**  stop flicker in iOS **/
    -webkit-backface-visibility: hidden;/**  stop flicker in iOS **/
	
}


section.service, #text_colums{
	margin: 75px auto;
    max-width: 1100px;
    position: relative;
    width: auto;
    
	
}	

article.service h2 {
    border-bottom: 1px solid #EEEEEE;
    display: block;
    font-size: 30px;
    padding-bottom: 10px;
}

article.service h1, article.service h2 {
    color: #000000;
    font-family: inherit;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 35px;
    position: relative;
}

article.service p { 
	margin-bottom: 30px;
	text-align:justify;
	
}	

article.service img {
    margin-top: 15px;
	margin-bottom: 15px;
	
  
	
}

#patrick_delaquis{
    margin-bottom: 15px;
    margin-left: 30px;
	margin-right: auto;
	border: 3px solid #444444;
}
.service img {
    height: auto;
    max-width: 100%;
	border: 3px solid #444444;
	
	
	
	
}

.sold {
   background: url(../img/SOLD.png);
   display:block;
   height:113px;
   width:100%;
   position:absolute;
   z-index:98;
   opacity:1;
	
}


img.aligncenter, img.alignright, img.alignleft {
    text-align: center;
}
.alignright {
    float: right;
	margin-right: 0px;
	margin-left: 15px;
	
}

.alignleft {
    float: left;
	margin-left: 0px;
	margin-right: 15px;
	
}

.tip
{
    -moz-box-sizing: border-box;
    background: none repeat scroll 0 0 #DDDCD6;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.8), 0 -1px 3px #F6F4EE inset;
    margin: 0 30px 30px 30px;
    width: auto;
	padding: 10px;
    line-height:25px;
	text-align:justify;
}


/**END services page SECTION**/
	

/* FOUR COLUMNS */

#four_columns article a.responsive_button, #four_columns2 article a.responsive_button, #four_columns3 article a.responsive_button
{
	text-decoration:none;
	color:#E56038;
	transition: color 0.5s ease 0s;
	font-family: 'Open Sans', sans-serif;
	-webkit-transform-style: preserve-3d; /**  stop flicker in iOS **/
    -webkit-backface-visibility: hidden; /**  stop flicker in iOS **/
}

#four_columns article a.responsive_button:hover, #four_columns2 article a.responsive_button:hover, #four_columns3 article a.responsive_button:hover
{	
	color:#444444;
}


#four_columns, #four_columns2, #four_columns3
{
	line-height:25px;
	font-family: 'Open Sans', sans-serif;
	clear:both;
	width:auto;
	max-width:900px;
	margin:0 auto;
	padding-bottom:15px;
}

#text_columns {
	line-height:25px;
	font-family: 'Open Sans', sans-serif;
	clear:both;
	width:auto;
	max-width:950px;
	margin:0 auto;
	padding-bottom:15px;
	text-align:justify;
}

#four_columns h2, #four_columns2 h2, #four_columns3 h2, #text_columns h3
{
	font-size:20px;
	border-bottom: 1px solid #D6D0C1;
	padding: 20px 0;
	margin-bottom: 20px;
}

#four_columns .img-item, #four_columns2 .img-item, #four_columns3 .img-item
{
	float:left;
	margin-right:25px;
}

#four_columns .img-item a, #four_columns2 .img-item a, #four_columns3 .img-item a
{
	position:relative;
	display:block;
}

.thumb-screen
{
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:113px;
	background: #000 url(../img/zoom.png) center center no-repeat;
	z-index:99;
	opacity: 0;
	transition: opacity .5s ease;
	
   
}

.thumb-screen:hover
{
	opacity:0.5;
}


/* TWO COLUMNS */

#text_columns article.column1, #text_columns .column2
{
        margin: 75px 0;
        font-size:14px;
        float:left;
        width:auto;
        max-width: 400px;
}

/**
#text_columns .column2
 { 
       margin: 100px 0;
}
**/
#text_columns .column1 {
height: 885px;
}

#text_columns .column1 p
{
        margin: 20px 0px 20px 0px;
		
}

.row
{
        position:relative;
        margin: 40px 0 0 50px;
        float:right;
        width:350px;
}

.row img
{
        float:left;
}

.row p, .row address
{
        margin-left: 100px;
}


#text_columns a, article.service a, figcaption.gallery_links a
{
	text-decoration:none;
	color:#E56038;
	transition: color .5s ease;
	
	
}


#text_columns a:hover, article.service a:hover, figcaption.gallery_links a:hover
{
	text-decoration:none;
	color:#444444;
	transition: color .5s ease;
	
}

figcaption.gallery_links a
{
	display:inline;
	
	
}


/** Style for headings in TWO COLUMNS - column2 **/

.row_title
{
    border-bottom-color: #D6D0C1;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    font-size: 16px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 10px;
}



.rocket, .clock, .compass
{
	top:0;
	left:0;
	position:absolute;
	height: 80px;
}

.rocket:hover
{
	opacity:0;
	transition: opacity 0.4s ease 0.2s;
	animation-name: stylie-transform-keyframes;
	animation-duration: 700ms;
	animation-delay: 0ms;
	animation-fill-mode: forwards;
	animation-timing-function: linear;
	animation-iteration-count: 1;
	transform-origin: 0 0;
}

.clock:hover
{
	animation-name: stylie-transform2-keyframes;
	animation-duration: 100ms;
	animation-delay: 0ms;
	animation-fill-mode: forwards;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	transform-origin: 0 0;
}


/* Google Maps API styling - column2 - contact page */


#map_canvas {
        width: 370px;
        height: 300px;
		-webkit-border-radius: 5px 5px 0px 0px;
		-moz-border-radius: 5px 5px 0px 0px;
		border-radius: 5px 5px 0px 0px;
	
		
}

#legend {
    background: white;
	width: 370px;
    padding: 20 0 20 20;
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	text-align:center;
	
  }
  
#arrival_delaquis_antiques {
	    width: 371px;
        height: 322px;
		-webkit-border-radius: 5px 5px 5px 5px;
		-moz-border-radius: 5px 5px 5px 5px;
		border-radius: 5px 5px 5px 5px;
        box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2), 0 -1px 3px #F6F4EE inset;
		margin-left: 100px;
		
}


/* End Google Maps API */




/* FOOTER */

footer
{
	position:relative;
	clear:both;
	width:auto;
	height:350px; 
	background:#333333;
	padding: 1em 0em 0em 1em;
}

footer .wrapper
{
	line-height:25px;
	margin: 0 auto;
	padding-top:25px;
	width:auto;
	max-width:900px;
	font-size:14px;
	padding-right:1em;
	-webkit-transform-style: preserve-3d; /**  stop flicker in iOS **/
    -webkit-backface-visibility: hidden; /**  stop flicker in iOS **/
}

footer .wrapper .column
{
	font-family: 'Open Sans', sans-serif;
	color:#ababab;
	float:left;
	width:280px;
	margin-right:10px;
}

footer .wrapper .column.midlist ul li
{
	display:block;
	width:auto;
	padding:0 0 10px 25px;
	margin-bottom:10px;
	border-bottom: 1px solid #444444;
	background:url(img/arrowright2.png) left 6px no-repeat;
}

footer .wrapper .column.midlist ul li a:hover, footer .wrapper .column.rightlist ul li a:hover
{
	color:#fff;
}

footer .wrapper .column.rightlist ul li
{
	display:block;
	width:auto;
	margin-bottom:15px;
}

footer .wrapper .column.rightlist ul li a span
{
	margin-left:95px;
	display:block;
}

footer .wrapper .column.rightlist ul li a img
{
	transition: border .25s ease;
	float:left;
	border:3px solid #444444;
}



footer .wrapper .column.rightlist ul li a img:hover
{
	border-color: #5e5e5e;
}

footer .wrapper .column h4
{
	font-size: 16px;
	color: #fff;
	border-bottom: 1px solid #444444;
	padding: 0 0 10px 0;
	margin-bottom: 10px;
}

#copyright
{
	background: #1D1D1D;
	height:65px;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
}
#copyright .wrapper
{
	font-family: 'Open Sans', sans-serif;
	padding-top:25px;
	padding-left:1em; 
	color: #5e5e5e;
	font-size:14px;
	position:relative;
}
#copyright .wrapper .social
{
	position:absolute;
	right:25px;
	top:25px;
}
#copyright .wrapper .social a
{
	transition: opacity .25s ease;
	opacity: 0.3;
	margin-left: 12px;
	display:block;
	float:left;
}
#copyright .wrapper .social a:hover
{
	opacity: 0.7;
}
#copyright .wrapper a
{
	color: #ABABAB;
}

#copyright .wrapper a:hover
{
	color: #fff;
}

.column address a
{
	text-decoration:none;
	color:#E56038;
	transition: color .5s ease;
	
}

.column address a:hover
{
	text-decoration:none;
	color:#444444;
	transition: color .5s ease;
	

	
}




/****** ELEVATOR NAVIGATION - in FOOTER SECTION ***********/

element.style {
    display: inline;
}
.go-top {
    background-color: rgba(0, 0, 0, 0.3);
    bottom: 2.85em;
    color: #FFFFFF;
    font-size: 14px;
    padding: 1em;
    position: fixed;
    right: 2em;
    text-decoration: none;
}

.go-top:hover {
    background-color: rgba(0, 0, 0, 0.6);
    
}

a.go-top {
    transition: color 0.5s ease 0s;
}


/* SLIDESHOW */
/* Prevent the slideshow from flashing on load */
.slidesjs-container
{
	border-top: 1px #d6d0c1 solid;
}
#slides
{
  display: none
}

/* Center the slideshow */
.container
{
	width:auto;
	margin: 0 auto;
	position:relative;
}

/* Show active item in the pagination */
.slidesjs-pagination .active
{
  color:red;
}

#slider_content1 p .responsive_button, #slider_content2 p .responsive_button, #slider_content3 p  .responsive_button
{
	display:none;
	color:#E56038;
}




/* MISC */
.clear
{
	clear:both;
}
.hidden, #about_arrival, #hidden
{
	position:absolute;
	clip: rect(1px 1px 1px 1px); /* IE6 & 7 */
  	clip: rect(1px, 1px, 1px, 1px);
}



	

/* MEDIA QUERIES FOR A RESPONSIVE LAYOUT */

@media (max-width: 1215px)
{
	#slider_content1, #slider_content2, #slider_content3
	{
		width:auto;
		margin-right:50px;
	}
	#slider_content1 h3, #slider_content2 h3, #slider_content3 h3
	{
		font-size:18px;
	}
	#slider_content1 p, #slider_content2 p, #slider_content3 p
	{
		font-size:14px;
	}
	#slider_content1 p .responsive_button, #slider_content2 p .responsive_button, #slider_content3 p  .responsive_button
	{
		display:inline;
	}
	.container .button
	{
		display:none;
	}

	/* Hide Search Form */ 
	
	
	#spacer .search {
  		position: absolute;
 		 clip: rect(1px 1px 1px 1px); /* IE6 & 7 */
  		clip: rect(1px, 1px, 1px, 1px);
	}
	
	/** Services Page - **/
	section.service, article.service, article.post {
    
    max-width: 860px;
    margin: 0 15px 15px 15px;
	}

	section.service {
	margin: 30px auto;
    max-width: 860px;

    
	
	
}

}
	

@media (max-width: 915px)
{
	#boxcontent article
	{		
		float: none;
		margin: 30px auto 0 auto;
		width: 60%;
	}
	#spacer
	{
		font-size:15px;
	}
	#spacer .search
	{
		margin-top:19px;
		margin-right:-385px;
	}
	#spacer p
	{
		margin-left:-370px;
	}
	input
	{
		padding:4px;
		font-size:14px;
	}
	input[type="submit"]
	{
		padding: 1px 14px;
	}	
	#four_columns, #four_columns2, #four_columns3
	{
		width: 500px;
	}
	#four_columns .img-item:nth-of-type(3), #four_columns .img-item:nth-of-type(4), #four_columns2 .img-item:nth-of-type(3), #four_columns2 .img-item:nth-of-type(4), #four_columns3 .img-item:nth-of-type(3), #four_columns3 .img-item:nth-of-type(4)
	{
		margin-top: 25px;
	}
	#text_columns article.column1, #text_columns .column2
	{
		float:none;
		max-width: 500px;
		margin: 50px auto 0 auto;
	}
	.column2 .row
	{
		float:none;
		margin:0 0 40px 50px;
	}
	footer .wrapper .column
	{
		font-size: 12px;
		width: 230px;
	}
	
	#slider_content1 p .responsive_button, #slider_content2 p .responsive_button, #slider_content3 p  .responsive_button
{
	display:block;
	color:#E56038;
}

	
	/* Hide Search Form */
	
	
	#spacer .search {
  		position: absolute;
 		 clip: rect(1px 1px 1px 1px); /* IE6 & 7 */
  		clip: rect(1px, 1px, 1px, 1px);
	} 
	
	/** Services Page - **/
	section.service, article.service, article.post {
    
    max-width: 650px;
	margin: 0 15px 15px 15px;
    
	}

	section.service {
	margin: 20px auto;
    max-width: 650px;
	
	}	
	
	header h1{
	text-align:center;
		
    }
	
	
}

@media (max-width: 765px)


{
	
	
	
	
	.container
	{
	top: auto;
	}
	
	#slider_content1, #slider_content2, #slider_content3
	{
		display:block;
	}
	#slider_content1 h3, #slider_content2 h3, #slider_content3 h3
	{
		display:none;
	}
	#slider_content1 p, #slider_content2 p, #slider_content3 p
	{
		display:none;
	}
	#slider_content1 p .responsive_button, #slider_content2 p .responsive_button, #slider_content3 p  .responsive_button
	{
	display: none;
	color: #E56038;
	}
	.container .button
	{
		display:none;
	}

	header h1{
	text-align:center;
		
    }
		
	
	header
	{
		height:120px;
	}
	header nav.other
	{
		right: auto;
		bottom: auto;
		left: 50%;
		top:100px;
		margin-left: -184px;
	}
	#spacer
	{
	height: 100px;
	background-color: #E56038;
	}
	#spacer p
	{		
		text-align:center;
		position:static;
		margin: 0 auto;
		padding:15px 0 7px 0;
	}
	#spacer .search
	{
		text-align:center;
		position:static;
		margin: 0 auto;
	}
	footer
	{
		padding-bottom:70px;
		height: auto;
	}
	footer .wrapper
	{
		width: 325px;
		margin: 0 auto;
	}
	footer .wrapper .column
	{	
		margin-top:30px;	
		float:none;
		font-size: 14px;
		width: auto;
	}
	footer .wrapper .social
	{
		display:block;
		/*margin-right:-1em;*/
	}
	
	/* Hide Search Form */
	
	
	#spacer .search {
  		position: absolute;
 		 clip: rect(1px 1px 1px 1px); /* IE6 & 7 */
  		clip: rect(1px, 1px, 1px, 1px);
	}
	
	/*END hide search  */
	
	section.service, article.service, article.post{
    margin: 0 15px 15px 15px;
    max-width: 650px;
    padding: 20px 20px;
	}

	section.service {
	margin: 15px auto;
    max-width: 650px;
	
    }	
	
	
	/* Styling for social media icons & Copyright */	
	
	
	.wrapper .social
{
	position:absolute;
	top:10px;
	left: .001px;
	
	
}
	#copyright_paragraph
{
	position:absolute;
	top:35px;
	right:1px;
	font-size:smaller;
}
	
	
/* END of styling for social media & Copyright */



}	



@media (max-width: 500px)



{
	
	/** Nav bar for mobile **/ 


.go-top {
  visibility:visible;
  bottom: 2em;
  right: 1em;
 }
 

nav.nav {
	display:block;
	visibility:visible;
	position:static;
	z-index:110;
	top: -45px;
	}
	
/** to correct z-index problems in mob nav*/	
  


article.service h1, article.service h2, #spacer.small_slide, section.service, #text_colums, #four_columns,  #four_columns h2, article.img-item, #boxcontent  {
  
    position: static;
}

/** to correct z-index problems in mob nav*/
#spacer.small_slide {
   
    height: 100px;
    
}


/**  Nav bar for mobile END **/	



#boxcontent
	{
		padding-top:20px;
		
	}

	#spacer
	{
		height:auto;
		padding-bottom:15px;
		position:relative;
		z-index: -20;
		
	}
	
	#four_columns
	{
		margin-top: 30px;
	}
	#four_columns, #four_columns2, #four_columns3
	{
		width:auto;
	}
	#four_columns .img-item, #four_columns2 .img-item, #four_columns3 .img-item 
	{
		width: 200px;
		float:none;
		margin: 25px auto 0 auto;
	}
	#four_columns h2, #four_columns2 h2, #four_columns3 h2
	{
		margin: 0 30px;
	}
	
	
    #text_columns article.column1
	{
		float:none;
		max-width: 300px;
		margin: 80px auto 0 auto;
		
	}
	/** styling to keep mobile form enabled  **/
	
	#article_mobile {
		position:relative;
		z-index: -20;
		
	}
	
	.mobile_form {
		margin-top:75px;
		
	}
	
	/**  END styling for mobile form **/
	
	article.column1 
	{
		margin: 10px 10px 10px 10px;
		width:auto;
		max-width:200px;
		padding:5px 10px 40px 10px;
	}
	
	article.column1 p
    {
		padding: 0 10px 40px 0px;
		width:auto;
	}	
	section.column2 .row
	{
		margin: 0 5px 20px 30px;
		padding: 5px 10px 0px 10px;
		width:280px;
	}
	footer .wrapper
	{
		width:auto;
		
	}
	footer .wrapper .column
	{
		margin: 0 auto 15px auto;
		max-width:300px;
	}	
	input, textarea, #cfg-element-8-9 
	{
		width:220;
		
	}
	
	 .container
	{
		display:none;
	}
	
	header {
		height: 80px;
	}
	
	header h1
	{
		font-size:30px;
		text-align:center;
		margin-top: 5px;
	}
	header p
	{
		margin-left:25%;
		font-size:14px;
		margin-bottom:20px;
		margin-top: 5px;
		
	}
	
	header 
	{
		
		font-size:14px;
		margin-bottom:50px;
		
	}
	
	
	
	/* Hide Search Form and normal nav */
	#spacer .search, nav.other {
  		position: absolute;
 		 clip: rect(1px 1px 1px 1px); /* IE6 & 7 */
  		clip: rect(1px, 1px, 1px, 1px);
	}

	article.post, .column1 {
    margin: 0 10px 10px 10px;
    max-width: 350px;
    padding: 20px 20px;
	}
	
	.column1 { 
    margin: 0 40px; 
    padding: 5px 5px 5px 5px;
	}

#text_columns article.column1 {
    
    max-width: 325px;
    
}
	section.service {
	margin: 10px auto;
    max-width: 380px;
	padding: 5px;
	position:relative;
		z-index: -20;
	
	}	

	section.service h2{
	font-size:1em;
	text-align:center;
	
	}	
	
	section.service img {
	top:5px;	
    height: auto;
	float:none;
	width:200px;
   
	}
	
	 #patrick_delaquis {
	max-width: 180px;
    top:5px;	
    height: auto;
	float:none;
	margin: 5% 22%;
	}
	
	article.service img
	
	{
	margin: 5% 12%;
	
	}
		.tip
	
	{
	margin: 0px;
	
	}
	
	/* Google AP styling for mobile */
	
	#map_canvas {
        width: 210px;
        height: 200px;
		
}

#legend {
    background: white;
	width: 210px;
    padding: 20 0 20 20;
	
  }
  
#arrival_delaquis_antiques {
	    width: 211px;
        height: 222px;
		-webkit-border-radius: 5px 5px 5px 5px;
		-moz-border-radius: 5px 5px 5px 5px;
		border-radius: 5px 5px 5px 5px;
        box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2), 0 -1px 3px #F6F4EE inset;
		
}

/*End Google App Styling for mobile*/


	/* Styling for social media icons & Copyright */	
	
	
	.wrapper .social
{
	position:absolute;
	top:10px;
	left: .001px;
	
	
}
	#copyright_paragraph
{
	position:absolute;
	top:35px;
	right:1px;
	font-size:smaller;
}

	
/* END of styling for social media & Copyright */
	
	
}


@media (max-width: 340px)



{
	
/* Google AP styling for mobile */
	
	#map_canvas {
        width: 200px;
        height: 200px;
		
		
}

#legend {
    background: white;
	width: 200px;
    padding: 20 0 20 20;
	
  }
  
#arrival_delaquis_antiques {
	    width: 200px;
        height: 211px;
		-webkit-border-radius: 5px 5px 5px 5px;
		-moz-border-radius: 5px 5px 5px 5px;
		border-radius: 5px 5px 5px 5px;
        box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2), 0 -1px 3px #F6F4EE inset;
		margin-left:5px;
		
}

/*End Google App Styling for mobile*/

#copyright .wrapper .social
{
	
	top:15px;
	
}	

	#copyright_paragraph
{
	
	font-size:smaller;
}


#boxcontent article img, .rocket, .clock, .compass  {
display:none;
visibility:none;

}
#boxcontent article {
width:auto;

}

#boxcontent article h3 {
margin-left:20px;

}

section.column2 .row  {
    width:220px;
	
}

.column2 .row {
    float: none;
	
}

.row p {
    margin-left: 0px;
	margin-right: 10px;
	left:5px;
}


header h1 {
    font-size: 20px;
    margin-top: 2px;
    text-align: center;
}
header p {
    font-size: 12px;
    margin-bottom: 20px;
    margin-left: 15%;
    margin-top: 14px;
}

}


/* KEYFRAMES */

@keyframes stylie-transform-keyframes {
  0% {transform:translateX(30px) translateY(46px) rotate(0deg) translate(-50%, -50%);animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
  100% {transform:translateX(260px) translateY(-150px) rotate(0deg) translate(-50%, -50%);}
}

@keyframes stylie-transform2-keyframes {
  0% {transform:translateX(40px) translateY(40px) rotate(0deg) translate(-50%, -50%);animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
  100% {transform:translateX(50px) translateY(40px) rotate(0deg) translate(-50%, -50%);}
}
