.video-container {
    position: relative; /* This is crucial for positioning .header-text correctly */
    width: 100%;
    height: 50vh; /* Set the height to 70% of the viewport height */
    overflow: hidden;
}

/* Style the video element */
video {
    width: 100%;
    max-height: 100%;
    object-fit: cover;
    filter: contrast(140%) brightness(90%);
}

.header-text {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    text-align: center; /* Center-align the text horizontally */
    color: white;
    font-size: 4em; /* Set the font size to 5em */
    font-weight: bold;
    opacity: 0.7; /* Corrected opacity value */
}


.hashtags
{
	font-size: 0.9em;
	color: #565656;
	text-align:left;
}

.spacer
{
    width:100%;
    height:20px;
}


.metapage
{
	width:90%;
	background-color:#ffffff;
	margin:auto;
	padding:10px;
	text-align:left;
}

.metapage p
{
	text-align:left;
	font-size:1em;
}

.metapage h1
{
	text-align:left;
	font-size:2em;
	font-weight:bold;
}





.sale
{
	width:100%;
	height:auto;
	background-color:#99011c;
	border:0px;
	display:table;
	text-align: center;
	font-weight: bold;
	font-size:1.5em;
	color:#ffffff;
	text-transform:uppercase;
	padding:10px;
}




















*,
h1, /* see normalize.css */
figure /* see normalize.css */
{

	border: 0;
	padding: 0;
	margin: 0;
}

*,
*::before,
*::after,
input[type='search'] /* see normalize.css */
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

b,
strong {
  font-weight: bold;
}


.carousel {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.carousel img {
    width: 100%;
    height: auto;
    border:0px;
    display: block;
}


.shippingbar_container {
    background-color: #301506;
    color: #fab80a;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shippingbar_notice {
    display: flex;
    align-items: center;
    padding-left:10px;
    padding-right:10px;
    justify-content: center; /* Center horizontally within the container */
}

.shippingbar_description {
    display: inline-block;
    text-align: center;
}

.shippingbar_logo {
    width: 50px;
    text-align: center;
}

.shippingbar_logo img {
    max-width: 30px;
    height: auto;
    border: 0px;
}






.prices_container
{
	display:table;
	width:100%;
	white-space: nowrap;
}

.prices_row
{
	display:table-row;
	width:100%;
	white-space: nowrap;
}

.prices_headerrow
{
	display:table-row;
	background-color: #c0c0c0;
	color:#ffffff;
	width:100%;
}

.prices_cell
{
	display:table-cell;
	float:left;
	width:25%;
	padding:10px;
	text-align:center;
	
	font-size: 0.8rem;
    overflow: hidden;
    text-overflow: ellipsis;
}

.prices_salecell
{
	display:table-cell;
	background-color:#339f4a;
	color:#ffffff;
	float:left;
	width:25%;
	padding:10px;
	text-align:center;
	font-weight:bold;
	font-size: 0.9rem;
    overflow: hidden;
    text-overflow: ellipsis;
}






ul
{
	list-style: none;
	color:#565656;
	margin-top:-2px;
}



.onehundred
{
	width:100%;
	height:auto;
	border:0px;
}

.errorbutton
{
	border-radius:10px;
	border:0px solid;
	padding: 10px;
	border-color: #ffffff;
	background-color: #eeeeee;
	background-image:linear-gradient(#ffffff,#eeeeee);
	overflow:auto;
	width:auto;
	text-align:center;
	font-family: Arial;
}

.error
{
	width:100%;
	max-width:500px;
	border:0px;
}

.error_container
{
	display:table;
	width:100%;
	max-width:500px;
	margin:auto;
	text-align: center;
}

.error_container_full
{
	display:table-cell;
	width:100%;
	vertical-align: top;
	text-align: left;
	
}

.error_container h1
{
	color:#ffffff;
	text-align: center;
}

.error_container p
{
	color:#ffffff;
	text-align: center;
}

.error_container img
{
	width:100%;
	max-width:500px;
	height:auto;
	border:0px;
}



body
{
	background-color: #c0c0c0;
	padding: 0px;
	margin:0px;
	font-family: Arial, Helvetica, Verdana, sans-serif;	
	font-size:1em;
	font-weight:lighter;
}

p
{
	font-size:1em;
	line-height:1.5em;
	text-align: justify;
	color: #565656;
	margin-bottom:1em;
	font-weight:lighter;
	letter-spacing:-0.5px;
}

.twocolumn
{
	column-count: 2;
	text-align:left;
	column-gap: 10px;
	column-width: 50%;
}

div
{
	text-align: left;
}

h1
{
	font-size:2em;
	letter-spacing:-1px;
	line-height: 2em;
	font-weight:lighter;
	text-align:left;

}



h2
{
	font-size:1.80em;
	letter-spacing:-1px;
	font-weight:lighter;
	text-align:left;
	margin-top:1em;
	margin-bottom:1em;

}

h3
{
	font-size:1.5em;
	letter-spacing:-1px;
	font-weight:lighter;
	text-align:left;
	margin-top:1em;
	margin-bottom:1em;
	color:#565656;
}


h4
{
	font-size:1em;
	letter-spacing:-1px;
	font-weight:bold;
	text-align:left;
	color:#565656;

}

a
{
text-decoration: none;
}




.price
{
	font-size:2em;
	letter-spacing:-2px;
	line-height: 2em;
	font-weight:lighter;
	text-align:left;

}









.body_container_left h2
{
	text-align: left;
}

.body_container_left p
{
	text-align: justify;
}

.body_container_right p
{
	text-align: justify;
}

.body_container {
    width: 100%;
    overflow: hidden; /* Clear floats */
    background-color: #ffffff;
}

/* Left column */
.body_container_left {
    float: left;
    width: 70%;
    box-sizing: border-box;
}

.body_container_100 
{
    float: left;
    width: 100%;
    box-sizing: border-box;
    vertical-align: top;
    background-color:#f7f7f7;
}

.body_container_50 
{
    float: left;
    width: 50%;
    padding:10px;
    box-sizing: border-box;
    vertical-align: top;
}

/* Right column */
.body_container_right {
    float: left;
    padding:20px;
    width: 30%;
    background-color: #f7f7f7;
}



/* Left column */
.pano_container_left {
    float: left;
    width: 30%;
    padding-right: 20px;
    box-sizing: border-box;
    vertical-align: top;
}

/* Right column */
.pano_container_right {
    float: left;
    padding:10px;
    width: 70%;
    vertical-align: top;
    padding-top:20px;
}



.body_container_full
{
	display:table-cell;
	float:left;
	width:100%;
	padding:10px;
	vertical-align: top;
	text-align: center;
}


.body_sub_container
{
	display:table;
	margin-top:10px;
	width:100%;
	text-align: center;
}


.body_sub_container_left
{
	display:table-cell;
	background-color:#ffffff;
	float:left;
	width:60%;
	padding-right:10px;
	vertical-align: top;
	text-align: left;
	padding-top:20px;
}

.body_sub_container_right
{
	display:table-cell;
	float:right;
	width:40%;
	padding-left:10px;
	vertical-align: top;
	text-align: center !important;
	background-color:#eeeeee;
	padding-top:20px;
}

.body_sub_container_right h2
{
	text-align: center !important;
}

.body_sub_container_full
{
	display:table-cell;
	background-color:#ffffff;
	width:100%;
	vertical-align: top;
	text-align: left;
	padding-top:10px;
}


















.homepage_image
{
	width:100%;
	height:auto;
	border:0;
}




.socialmedia
{
	position:relative;
	display:table;
	width:auto;
	margin:auto;
	margin-bottom:20px;
	text-align: center;
}

.socialmedia_item
{
	display:table-cell;
	float:left;
	width:auto;
	padding:5px;
}

.socialmedia_image
{
	width:20px;
	border:0px;
}




.gallery_photoframe_container_main
{
	width:240px;
	height:305px;
	float:left;
	padding:20px;
	margin:auto;
	position:relative;
	display:table-cell;
	color:#f7f7f7;
	border:1px solid #b8b8b8;
}

.gallery_photoframe_container 
{
	width: 33.3333%;
	padding: 10px;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	text-align: left;
	position:relative;
}

.gallery_panoramic_photoframe_container
{
	width: 33.3333%;
	padding: 10px;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	text-align: left;
	position:relative;
}


.other_panoramic_photoframe_container
{
	width: 20%;
	padding: 10px;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	text-align: left;
}


.panoramic_photoframe_container
{
	width:100%;
	height:auto;
	padding:0px;
	margin:auto;
	position:relative;
	display:table;	
}

.panoramic_photoframe_full_container
{
	width:50%;
	height:auto;
	padding:0px;
	margin:auto;
	position:relative;
	float:left;	
}

.panoramic_photoframe_container_main
{
	width:100%;
	height:auto;
	padding:0px;
	margin:auto;
	position:relative;
	display:table;	
	background-color:#f7f7f7;
	border:1px solid #f7f7f7;
}

.panoramic_photoframe_frame
{
	background-color:#e4e4e4;
	height:auto;
	padding:3%;
	margin:0px;
}

.panoramic_photoframe_mount1
{
	background-color: #ffffff;
	padding:5%;
	margin:0px;
}

.panoramic_photoframe_image
{
	width:100%;
	height:auto;
	padding:0px;
	margin:0px;
	
}

.panoramic_photoframe_product
{
	width:100%;
	height:auto;
	border:1px solid #eeeeee;
}



.panoramic_photoframe_caption
{
	width:100%;
	text-align:center;
	font-size:1em;
	color:#595959;
	font-weight:lighter;
	letter-spacing:-0.5px;	
	padding:20px;
}

.panoramic_photoframe_listcaption
{
	width:100%;
	text-align:center;
	font-size:1em;
	color:#595959;
	font-weight:lighter;
	letter-spacing:-0.5px;	
	padding:20px;
}

.panoramic_photoframe_caption p
{
	font-size:1em !important;
	color:#595959;
	
}



.panoramic_photoframe_listcaption a:link
{
	font-size:1em;
	color:#595959;
	font-weight:lighter;	
	text-decoration: none;
}

.panoramic_photoframe_listcaption a:visited
{
	color:#595959;	
	text-decoration: none;
}

.panoramic_photoframe_listcaption a:active
{
	color:#595959;	
	text-decoration: none;
}

.panoramic_photoframe_listcaption a:hover
{
	color:#8b8b8b;	
	text-decoration: none;
}





.panoramic_photoframe_caption a:link
{
	font-size:1em;
	color:#595959;
	font-weight:lighter;	
	text-decoration: none;
}

.panoramic_photoframe_caption a:visited
{
	color:#595959;	
	text-decoration: none;
}

.panoramic_photoframe_caption a:active
{
	color:#595959;	
	text-decoration: none;
}

.panoramic_photoframe_caption a:hover
{
	color:#8b8b8b;	
	text-decoration: none;
}

.panoramic_photoframe_caption h2
{
	font-size:1.8em;
	font-weight:lighter;
	color:#595959;
	
}

.panoramic_photoframe_caption h3
{
	font-size:1.5em;
	font-weight:lighter;
	color:#595959;
	
}





#mainImageContainer {
    position: relative;
    width: 100%; /* Container takes full width of its parent */
    overflow: hidden; /* Ensures no content spills out */
}

#invisibleBackground {
    width: 100%;
    border:5px solid #e4e4e4;
    height: auto;
    display: block; /* This ensures it takes up space as a normal image */
}

#mainImage {
    width: 100%;
    height: auto;
    border:5px solid #e4e4e4;
    transition: width 0.3s ease; /* Smooth transition for resizing */
    position: absolute; /* Positioned absolutely to not affect container size */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* Center the image within the container */
    z-index: 998;
}

.thumbnail {
    width: 100px; /* Thumbnail size */
    cursor: pointer;
}

.zoomed {
    width: 10%; /* Adjust the width as needed */
    top: 30%; /* 30% from the top of the container */
    left: 50%; /* Center horizontally */
    transform: translate(-50%, -50%); /* Adjust for centering */
}


#imageControlContainer {
    display: flex;
    justify-content: space-around;
    margin-top: 10px;
}

.imageControlButton {
    width: 20%;
    background-color: #c0c0c0;
    text-align: center;
    padding: 10px;
    cursor: pointer;
    color:#ffffff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.imageControlButton.active {
    background-color: #565656;
}


.imageControlButton2 {
    width: 33.333%;
    background-color: #c0c0c0;
    text-align: center;
    padding: 10px;
    cursor: pointer;
    color:#ffffff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.imageControlButton2.active {
    background-color: #565656;
}





.photoframe_container_main
{
	width:100%;
	height:auto;
	padding:0px;
	margin:auto;
	position:relative;
	display:table;
	border:1px solid #f7f7f7;
	background-color:#f7f7f7;
}

.photoframe_fullcontainer
{
	width:25%;
	height:auto;
	padding:10px;
	margin:auto;
	float:left;
}

.photoframe_container
{
	width:100%;
	position:relative;
	display:table;
}

.photoframe_frame
{
	background-color:#e4e4e4;
	height:auto;
	padding:5%;
	margin:0px;
}

.photoframe_mount1
{
	background-color: #ffffff;
	padding:10%;
	margin:0px;
}

.photoframe_image
{
	width:100%;
	height:auto;
	padding:0px;
	margin:0px;
}

.photoframe_product
{
	width:100%;
	height:auto;
	border:1px solid #eeeeee;
}



.photoframe_caption
{
	width:100%;
	text-align:center;
	font-size:1em;
	color:#595959;
	font-weight:lighter;
	letter-spacing:-0.5px;
	padding:20px;
	
}

.photoframe_listcaption
{
	width:100%;
	text-align:center !important;
	font-size:1em;
	color:#595959;
	font-weight:lighter;
	letter-spacing:-0.5px;
	padding:20px;
	
}

.photoframe_caption p
{
	font-size:1em !important;
	color:#595959;
	
}



.photoframe_listcaption a:link
{
	font-size:1em;
	color:#595959;
	font-weight:lighter;	
	text-decoration: none;
}

.photoframe_listcaption a:visited
{
	color:#595959;	
	text-decoration: none;
}

.photoframe_listcaption a:active
{
	color:#595959;	
	text-decoration: none;
}

.photoframe_listcaption a:hover
{
	color:#8b8b8b;	
	text-decoration: none;
}




.photoframe_caption a:link
{
	font-size:1em;
	color:#595959;
	font-weight:lighter;	
	text-decoration: none;
}

.photoframe_caption a:visited
{
	color:#595959;	
	text-decoration: none;
}

.photoframe_caption a:active
{
	color:#595959;	
	text-decoration: none;
}

.photoframe_caption a:hover
{
	color:#8b8b8b;	
	text-decoration: none;
}

.photoframe_caption h2
{
	font-size:1.8em !important;
	font-weight:lighter;
	color:#595959;
	
}

.photoframe_caption h3
{
	font-size:1.5em !important;
	font-weight:lighter;
	color:#595959;
	
}

.limitededition
{
	position:absolute;
	top:0;
	right:30;
	width:30px;
	height:auto;
	border:0px;
}


.limitededition img
{
	width:50px;
	height:auto;
	border:0px;
}



.panoramic_limitededition
{
	position:absolute;
	top:0;
	right:0;
	width:70px;
	height:auto;
	border:0px;
}

.panoramic_limitededition_image
{
	width:100%;
	height:auto;
	border:0px;
}




.outer-container
{
	position:absolute;
	display:table; 
	width:100%;
	margin:auto;
}

.inner-container 
{
    display: inline-block;
    vertical-align: middle;
    text-align:left;
    width:100%;
    margin:auto;
}

.centered-content 
{
    display: inline-block;
    width:100%;
    background: #fff;
    padding : 20px;
    max-width:1000px;
    text-align:left;
    margin:auto;
}

.header
{

	text-align: center;
    width:100%;
    height:auto;
    margin:auto;
    background-color:#4d4d4d;
    
}


.header_image
{
	width:auto;
	height:auto;
	max-height:150px;
	border:0;
}



.button
{
	background:#9b9b9b;
	background-image:linear-gradient(#7e7c7c,#9b9b9b);
	border-radius:10px;
	padding:10px;
	margin:10px auto;
	width:100%;
	text-align:center;
	color:#ffffff;

}

.buttongreen
{
	background:#339f4a;
	background-image:linear-gradient(#86c593,#339f4a);
	border-radius:10px;
	padding:10px;
	width:100%;
	text-align:center;
	color:#ffffff;

}

a.buttonlink:link
{
	color:#ffffff;
	font-size: 1em;
	text-align:left;
}

a.buttonlink:visited
{
	color:#ffffff;
	text-align:left;
}

a.buttonlink:active
{
	color:#ffffff;
	text-align:left;
}

a.buttonlink:hover
{
	color:#ffffff;
	text-align:left;
}


.content
{
    width:90%;
    background: #ffffff;
    max-width:2000px;
    margin:auto;
    margin-bottom:20px;
    z-index:999;
}

.content_inner
{
    padding:20px;
}

.content_inner h1
{
	text-align: left;
}

.content_inner h2
{
	text-align: left;
}

.content_inner ol
{
	list-style: initial;
	list-style-type: decimal;
}

.content_inner ul
{
	list-style: initial;
}

.content_inner p
{
	margin-bottom:20px;
	margin-top:20px;
}

.content_inner li
{
	list-style: initial;
	color:#595959;
	margin-left:50px;
	margin-right:50px;
	margin-bottom:20px;
	list-style-type: decimal;
	font-weight: lighter;
	letter-spacing:-0.5px;
}

.content_inner h3
{
	text-align: left;
	margin-bottom:20px;
}


.quote_container
{
	width:100%;
	display:table;
}

.quote_row
{
	width:100%;
	display:table-row;
}

.quote
{
    padding:10px;
	float:left;
    width:50%;
    display:table-cell;
    box-sizing: border-box;
  
}

.quote_comment
{
	font-size:0.9em;
	line-height:1.5em;
	text-align: center;
	color: #565656;
}

.quote_star
{
	width:100%;
	height:auto;
	float:left;
	text-align:center;
}

.quote_star img
{
	width:150px;
	height:auto;
	border:0px;
}






.contact_container
{
    display: inline-block;
    width:100%;
    margin-bottom: 20px;
}

.contacttitle
{
    float:left;
    width:20%;
}

.contactbody
{
    float:left;
    text-align: left;
    width:80%px;
}







.services
{
	width:100%;
	background-color:#4d4d4d;
	text-align: center;
	display:table;
	color:#ffffff;
}	



.services p
{
	font-size: 0.7em;
	color: #ffffff;
	text-align:center;
	padding-top:10px;
}

.services a:link
{
	font-size:1em;
	color:#ffffff;
	font-weight:lighter;	
	text-decoration: none;
}

.services a:visited
{
	color:#ffffff;	
	text-decoration: none;
}

.services a:active
{
	color:#ffffff;	
	text-decoration: none;
}

.services a:hover
{
	color:#eeeeee;	
	text-decoration: none;
}



.footer
{
	text-align: center;
    width:100%;
    margin:auto;
    padding:20px;
    background:#999999;
}





.paypal_container
{
	width:100%;
	text-align:center !important;
	padding:10px;
}

.paypal_select
{
	width:90%;
	padding:10px;
	font-size:0.8em;
	color:#565656;
	margin-bottom: 20px;
	text-align:center !important;
	border: 1px solid #c7c7c7;
	
}

.paypal_container h3
{
	text-align:center;
}


.paypal_shipping_container
{
	width:100%;
}

.paypal_shipping_logo
{
	width:10%;
	float:left;
	padding-top:20px;
}

.paypal_shipping_logo img
{
	width:100%;
	height:auto;
	border:0px;
}

.paypal_shipping_description
{
	width:90%;
	float:left;
	padding-left:20px;
	padding-right:20px;
}

.paypal_shipping_description p
{
	font-size:0.8em;
	color:#565656;
}




#nav_row
{
	width: 100%;
	background-color: #464646;
	background-image:linear-gradient(#7c7c7c,#464646);
}


#nav
{

	 
	max-width:1000px;
	font-weight: 400;
	width: 100%;
	position: static;
	margin: auto;
	

}

#nav > a
{
	display: none;
	text-align:center;
}

#nav li
{
	position: relative;
	z-index: 1000;
}

#nav li a
{
	color: #fff;
	display: block;
}

#nav li a:active
{
	background-color: #003568 !important;
}

#nav span:after
{
	width: 0;
	height: 0;
	border: 0.313em solid transparent;
	border-bottom: none;
	border-top-color: #003568;
	content: '';
	vertical-align: middle;
	display: inline-block;
	position: relative;
	right: -0.313em;
}

/* This is the main Menu Background */

#nav > ul
{
	height: 50px; /* 60 */
	background-color: #464646;
	background-image:linear-gradient(#7c7c7c,#464646);
	z-index: 1000;
}

#nav > ul > li
{
	width: 14.285%;
	height: 100%;
	float: left;
	z-index: 1000;
}


#nav > ul > li > a
{
	height: 100%;
	font-size: 16px; /* 24 */
	line-height: 50px; /* 60 (24) */
	text-align: center !important;
}

#nav > ul > li:not( :last-child ) > a
{
	border-right: 1px solid #595959;
}

/* This is the main Menu Item Hover */

#nav > ul > li:hover > a,
#nav > ul:not( :hover ) > li.active > a
{
	background-color: #464646;
	background-image:linear-gradient(#595959,#464646);
}


/* second level */

#nav li ul
{
	background-color: #595959;
	display: none;
	position: absolute;
	top: 100%;
	z-index: 1000;
}

#nav li:hover ul
{
	display: block;
	left: 0;
	right: 0;
}

#nav li:not( :first-child ):hover ul
{
	left: -1px;
}

#nav li ul a
{
	font-size: 14px; /* 20 */
	border-top: 1px solid #464646;
	padding: 0.75em; /* 15 (20) */
	text-align:center;
}

#nav li ul li a:hover,
#nav li ul:not( :hover ) li.active a
{
	background-color: #464646;
}

@media only screen and ( max-width: 999px )
{

	#nav
	{
		position: absolute;
		top: 0;
		left: auto;
	}
	
	.sale
	{
		font-size:1em;
	}

	.header-text 
	{
        font-size: 3em;
    }
	
	h1
	{
		text-align:left;
	}
	
	#nav > a
	{
		width: 3.125em;
		height: 3.125em;
		text-align: left;
		text-indent: -9999px;
		background-color: #999999;
		position: relative;
	}
	
	#nav > a:before,
	#nav > a:after
	{
		position: absolute;
		border: 2px solid #fff;
		top: 35%;
		left: 25%;
		right: 25%;
		content: '';
	}
	
	#nav > a:after
	{
		top: 60%;
	}

	#nav:not( :target ) > a:first-of-type,
	#nav:target > a:last-of-type
	{
		display: block;
	}


	/* first level */

	#nav > ul
	{
		height: auto;
		display: none;
		position: absolute;
		left: 0;
		right: 0;
	}
	
	#nav:target > ul
	{
		display: block;
	}
	
	#nav > ul > li
	{
		width: 100%;
		float: none;
	}
	
	#nav > ul > li > a
	{
		height: auto;
		text-align: left;
		padding: 0 0.833em;
	}
	
	#nav > ul > li:not( :last-child ) > a
	{
		border-right: none;
		border-bottom: 1px solid #999999;
	}


	/* second level */

	#nav li ul
	{
		position: static;
		padding: 1.25em;
		padding-top: 0;
	}
	

	
	.contactbody
	{
		width:100%;
		height: auto;
	}
	
	.photoframe_fullcontainer
    {
        width:50%;
    }
	
	.body_container_50 
	{
		width: 50%;
	}
	
	.body_container_left
	{
		width:70%;
	}

	.body_container_right
	{
		width:30%;
	}
	
	
	.pano_container_left
	{
		width:30%;
	}

	.pano_container_right
	{
		width:70%;
	}
	
	.other_panoramic_photoframe_container
	{
		width:33.3333%;
	}
	
	.body_sub_container_right
	{
		width:100%;
	}
	
	.body_sub_container_left
	{
		width:100%;
	}
	
	.body_container_full
	{
		margin:auto;
		width:100%;
	}
	
	.twocolumn
	{
		column-count: 1;
		text-align:left;
	}
	
	.body_container_left
	{
		width:70%;
	}

	.body_container_right
	{
		width:30%;
	}
	
	.gallery_photoframe_container
	{
		width:50%;
		height:auto;
		padding:20px;
		margin:auto;
	}
	
	.panoramic_photoframe_full_container
    {
        width:100%;
    }
    
    .quote
	{
		width:100%;
	}

	



}
@media only screen and ( max-width: 640px )
{

	#nav
	{
		position: absolute;
		top: 0;
		left: auto;
	}
	
	.sale
	{
		font-size:1em;
	}
	
	.video-container 
	{
        display: none;
    }

	.header-text 
	{
        font-size: 3em;
    }
	
	h1
	{
		text-align:left;
	}
	
	#nav > a
	{
		width: 3.125em;
		height: 3.125em;
		text-align: left;
		text-indent: -9999px;
		background-color: #999999;
		position: relative;
	}
	
	#nav > a:before,
	#nav > a:after
	{
		position: absolute;
		border: 2px solid #fff;
		top: 35%;
		left: 25%;
		right: 25%;
		content: '';
	}
	
	#nav > a:after
	{
		top: 60%;
	}

	#nav:not( :target ) > a:first-of-type,
	#nav:target > a:last-of-type
	{
		display: block;
	}


	/* first level */

	#nav > ul
	{
		height: auto;
		display: none;
		position: absolute;
		left: 0;
		right: 0;
	}
	
	#nav:target > ul
	{
		display: block;
	}
	
	#nav > ul > li
	{
		width: 100%;
		float: none;
	}
	
	#nav > ul > li > a
	{
		height: auto;
		text-align: left;
		padding: 0 0.833em;
	}
	
	#nav > ul > li:not( :last-child ) > a
	{
		border-right: none;
		border-bottom: 1px solid #999999;
	}


	/* second level */

	#nav li ul
	{
		position: static;
		padding: 1.25em;
		padding-top: 0;
	}
	

	.photoframe_fullcontainer
    {
        width:100%;
    }
	
	.contactbody
	{
		width:100%;
	}
	
	
	.pano_container_left
	{
		width:100%;
	}

	.pano_container_right
	{
		width:100%;
	}
	
	.other_panoramic_photoframe_container
	{
		width:100%;
	}
	
	.body_container_50 
	{
		width: 100%;
	}
	
	.body_container_left
	{
		width:100%;
	}

	.body_container_right
	{
		width:100%;
	}
	
	.body_sub_container_right
	{
		width:100%;
	}
	
	.body_sub_container_left
	{
		width:100%;
	}
	
	.body_container_full
	{
		margin:auto;
		width:100%;
	}
	
	.twocolumn
	{
		column-count: 1;
		text-align:left;
	}
	

	.body_container_left
	{
		width:100%;
	}

	.body_container_right
	{
		width:100%;
	}
	

	
	.gallery_photoframe_container
	{
		width:100%;
		height:auto;
		padding:20px;
		margin:auto;
	}
	
	.panoramic_photoframe_full_container
    {
        width:100%;
    }
    
    .quote
	{
		width:100%;
	}


}
