/* box */
div#menu-flags {
    position: absolute;
    z-index: 90;
}
.presentationbox {
    height: auto;
    min-height: 200px;
    margin: 0;
    padding: 50px 0 50px 0;
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-size: cover;
}
.presentationbox-padding {
    line-height: 1.5em;
    font-size: 1.1em;
}
.presentationbox-imagebox {
    padding: 4%;
    box-sizing: border-box;
}
.presentationbox-image img {height: auto;margin: auto;}
.presentationbox-right img,.presentationbox-left img {
    max-width: 550px;
}
.presentationbox-text {
    padding: 25px;
    border-radius: 5px;
    max-width: 80%;
    margin: auto;
}
.presentationbox-text-background {background: #ffffff1c;}
.presentationbox-text-nobackground {background: transparent;}
.presentationbox-right {width: 48%; float:right;}
.presentationbox-left {width: 48%; float: left;}
.presentationbox h2 {
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
    color: inherit;
    font-size: 20px;
}
/* content width */
.pagewidth-full {width: 100%;clear: both;}
.pagewidth-wide {
	width: 100%;
	max-width: 1300px;
	margin: auto;
    clear: both;
}
.pagewidth-regular {
	width: 100%;
	max-width: 1180px;
	margin: auto;
    clear: both;
}
.pagewidth-small {
	width: 100%;
	max-width: 960px;
	margin: auto;
    clear: both;
}
#intro {
    background: #0f0f0f;
    color: #d2d2d2;
    background-image: url(../jpg/features-top.jpg);
    background-size: cover;
}
/* wallpapers */
#soundengine {
	background-color: #eaeaea;
	background-image: url(../jpg/soundengine-wallpaper.jpg);
	color: black;
}
#controllers {
    background-color:#1a1a1a;
    color: #efefef;
    background-image: url(../png/blank.png);
}
#controllers img {
    margin-top: 40px;
}
#dvs {
    background-color:#000000;
    color: #d2d2d2;
    padding-top: 20px;
}
#software {
	background-color: #0f0f0f;
	background-image: url(../jpg/features-top2.jpg);
	color:#d2d2d2;
    background-position: bottom center;
}
#software .presentationbox-text {
    background: rgb(17,16,21);
    background: rgb(17,16,21,0.4);
}

#software-more {
    background-color:#0d0d0d;
    color:#d2d2d2;

}
#video {
	background-color: #070a11;
	background-image: url(../png/blank.png);
	color:#d2d2d2;
    background-position: bottom;
    padding-top: 4vw;
    padding-bottom: 4vw;
}
#karaoke {
	background-color: #161012;
	background-image: url(../png/blank.png);
	color:#d2d2d2;
}
#record {
	background-color: #ffffff;
	background-image: url(../jpg/record-wallpaper.jpg);
	color:black;
}
#visualizations, #videoskins {
    background-color: #090d19;
    color: #efefef;
}
#catalogs {
	background-color: #060606;
	background-image: url(../jpg/catalogs-wallpaper.jpg);
	color:#d2d2d2;	
}
#editors {
    background:#393d3e;
    color: #d2d2d2;
}


#clouddrive {
    background:#141414;
    color: #d2d2d2;
}

#config {
    background: #d8d8d8;
}
#remote {}
#dmx {}
#effect {}
#scratchdna {
}
#sampler {
    background-color: #eaeaea;
}
#browser {}
#setlist {}
#automix {
    background:#eaeaea;
}
#audio-broadcast {}
#askthedj {
    background:#e8e8e8;
}
#aux {
    background:#d8d8d8;
}
#effect, #sampler, #pads, #browser, #playlist, #setlist, #cloudlist {
    border-bottom: 1px solid #dadada;
}

/* quotes dj blogs */
#blogs {clear: both;}
blockquote {
    font-family: Georgia, serif;
    font-size: 1.1em;
    font-style: italic;
    width: 75%;
    line-height: 1.45;
    position: relative;
    color: #383838;
    padding: 25px 25px 25px 35px;
    margin: 0 0 20px 0;
    border: 0;
    margin-left: auto;
    margin-right: auto;
}
blockquote:before {
    display: block;
    content: "\201C";
    font-size: 70px;
    position: absolute;
    left: -5px;
    top: -15px;
    color: #7a7a7a;
}
blockquote cite {
	color: #999999;
	font-size: 14px;
	display: block;
	margin-top: 5px;
}
 
blockquote cite:before {
	content: "\2014 \2009";
}
span.blogname {
    display: block;
    font-weight: 600;
    color: #868686;
    float: right;
    margin: 15px 0 0 15px;
    display: none;
}

span.bloglogo img {
    width: 100%;
    height: auto;
    opacity: 0.95;
}
span.bloglogo {
	width: 50%;
    display: block;
    overflow: hidden;
    float: right;
    margin: 15px 0 0 15px;
    max-width: 150px;
}
a.bloglink {
    text-decoration: none;
}


#page_content {
    line-height: 1.6;
}
.presentationbox-listing {
    text-align: center;
    width: 80%;
    margin: auto;
}
.presentationlist-iconholder {
    width: 18%;
    display: block;
    margin: auto;
    text-align: center;
    border-radius: 50%;
    padding: 2%;
}
.presentationlist-icon img {
    width: 100%;
    height: auto;
    margin: auto;
    opacity: 0.9;
}
.presentationlist-text h3 {
    font-size: 1.1em;
}

/*
RESPONSIVE
*/
@media only screen and (max-width: 900px) {
    .presentationbox-left, .presentationbox-right {
        width: 100%;
    }
    .presentationbox img {
        max-width: 520px;
    }
    #software {
        background-position: bottom left;
    }
}
