@charset "utf-8";
/* CSS Document */

@media (min-width : 801px) and (max-width : 980px) {
.desktop-view
{
	display:none;
}
.mobile-view
{
	display:block !important;
	margin-top: 36px;
	padding:10px;
}
.mobile-view p img{ min-height:auto !important;}

#content .top-section
{
	width:98%;
}
#content .top-section .layout-toggle
{
	margin: 10px 0 0 20px;
}
.top-logo
{
	margin: 1% 0 0 0;
   width: 94%;
}
/*header end*/
#content .left-section
{
	min-height:400px;
}
#content .right-section
{
	width:100%;
	float:left;
}
#content .right-section .container
{
	width:96%;
	margin-left: 2%;
}
.topmenu {
    float: left;
    margin-right:0;
    width: 94%;
}
#content .right-section .logo img
{
	max-width:98%;
}

/****product page*****/
#surround
{
	width: 40%;
	margin: 42px 0 0 22px;
}
#content .product .description-box
{
	width:240px !important;
	margin: 40px 0 10px 10px;
	
}
#content .product .product-share-links
{
	 right: 52px;
}
#content .product .product-images
{
	margin-top: 42px;
}
/*#content .product .product-images.full-size {
    height: 187px;
}*/
#content .fulscreen-container {
    /*top: 503px;
	 bottom: 94px;*/
	
}
#content .product .cart-box {
    bottom: 81px;
}
#content .category-name {
    bottom:-8px;
    left: -192px;
}
#content .related-text {
   bottom: 80px;
   left: -35px !important;
}
.desktop-view_zoom {
    display: block;
}
.mobile-view_zoom {
    display: none;
    float: left;
	 margin-left: 22px;
    margin-top: 37px;
}
#content .product .cart-box .options {
    bottom: 0;
    float: none;
    left: 0;
    margin-left: 0;
    margin-top: 100px;
    position: relative;
    top: -68px;
}
#content .product .cart-box .cart {
    bottom: -23px;
    display: block;
    position: absolute;
    right: 22px;
}
#content .category-products.has-related {
    float: left;
    width: 60% !important;
	 margin:0 0 15px 22px;
}
#content .is-related_prdct .product-related
{
	width: 84% !important;
	float: left;
   margin: 0 0 15px 30px;
}
#content .no-related_prdct .category-name
{
	bottom:228px;
}
.has-related_prdct
{
	position:relative;
}
.is-related_prdct
{
	float: left;
   position: relative;
   width: 36%;
}
.no-related_prdct
{
	float: left;
	position: relative;
	width: 100%
}
#content .video-popup .video-container
{
	width:95%;
}
.cart_content
{
	width:34%;
	}
/*************/
/**peteradouglas Contact**/
.fullscreen-image-container img {
    height: 100%;
}
/****/
#content .bottom-section .share-links {
    float: left;
    margin: 5px 0 0 14px;
}
/***background video page***/
.fullscreen
{
	display:none !important;
}
/**cart*/
.cart .checkout
{
	width: 371px;
}
/*video gallery page*/
.page.video-gallery .video-title
{
	position:relative;
	left:28px;
	margin-bottom:8px;
}
.page.video-gallery .video-description
{
	left:28px;
}
.background-image-container {
    /*height:400px;*/
    left: 0;
    overflow: hidden;
    position: relative;
    top: 0;
    width: 100%;
    z-index: -1;
}
.background-image-container img{
	float:left;
	overflow:hidden;
	width:100%;
	height:auto;
}
/*.background-image-container{
	height:640px;
	overflow:hidden;
	width:88%;
	margin-left:2%;
}*/
.slideshow-navigation {
	bottom: 20px;
}
#content .bottom-section {
	bottom:0;
	margin-left:2%;
	width:88%;
}

}