	.mobile-magic .cfg-btn:hover:not([disabled]) { background: rgb(55, 181, 114); }
    .cfg-btn[disabled] { opacity: .5; color: #808080; background: #ddd; }

    
    .preview,
    .app-figure,
    .api-controls,
    .wizard-settings,
    .wizard-settings .inner,
    .wizard-settings .footer,
    .wizard-settings input,
    .wizard-settings select {
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }
    .preview,
    .wizard-settings {
        padding: 10px;
        border: 0;
        min-height: 1px;
    }
    .preview {
        position: relative;
    }

    .api-controls {
        text-align: center;
    }
    .api-controls button,
    .api-controls button:active,
    .api-controls button:focus {
         width: 80px; font-size: .7em;
         white-space: nowrap;
    }
	
    .app-figure {
        /*
		width: 80% !important;
		*/
        margin: 0px auto 50px; 
		border: 0px solid red;
        /*padding: 20px;*/
        position: relative;
        text-align: center;
    }
	
	.mss-thumbnails { background: #d9d9d9;
		z-index:1;
	 }
	.mss-selectors-vertical .mss-selectors .mss-button {
		z-index:1;
	 }
	 
    .selectors { margin-top: 10px; }

   
    .preview { width: 70%; float: left; }
    @media (min-width: 0px) {
        .preview { width: 100%; float: none; }
    }
    @media (min-width: 1024px) {
        .preview { width: calc(100% - 340px); }
        
    }
    @media screen and (max-width: 1023px) {
        .app-figure { width: 100% !important; margin: 0px auto 50px; padding: 0; }
        .app-code-sample { display: none; }
		.main_casestudy {
			padding: 80px 0 10px;
		}
        
    }
    @media screen and (max-width: 600px) {
        .api-controls button, .api-controls button:active, .api-controls button:focus {
            width: 70px;
        }
    }
    @media screen and (max-width: 560px) {
        .api-controls .sep { content: ''; display: table; }
    }
    @media screen and (min-width: 1600px) {
        .preview { padding: 10px 160px; }
    }
	#slideshow-1 > div {
		z-index:unset !important;
		color:#ffffff00;
	}

