	.qmaze_Variable .panel {
		background-color: transparent;
	}
    
    .titlebar { display:none!important;}
    .watermark {display:none!important;}

    .viewer {
            padding-left: 10px;
            padding-right: 0;
            padding-top: 360px;
    }
    
    .content {
    	/*	background: rgba(212, 197, 166, .95); */
    }
    
    .priceheader {
    	margin: 0 15px;
        padding: 10px 10px 10px 25px;
    	/*	background-color: rgb(193, 179, 151); 
        z-index: 999;*/
    }
    
    .priceheader h4 {
    	font-weight: bold;
        font-size: 16px;
        color: #272b2c;
    }
    
    /*
    .priceheader.scroll-active {
    	top: 50px;
        position: fixed;
        background: rgba(212, 197, 166, .95);
    }*/
    
     .colorfooter {
    	position: fixed;
        background-color: rgba(212, 197, 166, 0.8);
        padding: 10px 30px;
        /*margin: 0 -35px;*/
        bottom: 0;
        width: 100%;
        right: 0;
        z-index: 2;
    }
    
    .qmazeNavigation {
    	position: relative;
        margin: 0 15px;
    	z-index: 3;
    }
    
    .autoiframe
    {
    	left:40%;
        position:absolute;
        z-index:99999999999;
    }
    .c03-configure {
    	min-height: initial;
    }
    
    footer {
    	display: none;
    }
    .embed-resp {
    	position: fixed; /*{if ({device.type}='tablet')}relative{else}fixed{/if};*/
        top: 0;
        left: 0;
        border: 0;
        height: 100%;
        width: 100%;
        min-height: 450px;
        padding: 0;
        overflow: hidden;
    }
    .embed-resp iframe{
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        min-height: 450px;
        border: 0;
    }
    @media (max-width: 768px) {
    	.embed-resp-4by3 {
    		padding-bottom: 43%;
    	}
        
    }
    @media (max-width: 429px) {
    	.embed-resp-4by3 {
    		padding-bottom: 56%;
    	}
    }