.cmscont {
text-align:center;
height:170px;
width: 1200px;
margin: 0 auto;
}

.wplogo {
position:relative;
width:30px;
height:30px;
z-index:100;
right:180px;
background: url(/img/svg-logo-only/wordpress-blue1.svg);
margin: 0 auto;
}
.dplogo {
position:relative;
top: -30px;
right:120px;
width:25px;
height:30px;
z-index:100;
background-size: contain;
background-repeat: no-repeat;
background: url(/img/svg-logo-only/drupal2.svg);
margin: 0 auto;
}

.jmlogo {
position:relative;
top: -60px;
right:60px;
width:30px;
height:30px;
z-index:100;
background-size: contain;
background-repeat: no-repeat;
background: url(/img/svg-logo-only/joomla.svg);
margin: 0 auto;
}

.mglogo {
position:relative;
top: -90px;
right:0px;
width:26px;
height:30px;
z-index:100;
background-size: contain;
background-repeat: no-repeat;
background: url(/img/svg-logo-only/magento.svg);
margin: 0 auto;
}

.mdlogo {
position:relative;
top: -120px;
right:-60px;
width:30px;
height:30px;
z-index:100;
background-size: contain;
background-repeat: no-repeat;
background: url(/img/svg-logo-only/mediawiki2.svg);
margin: 0 auto;
}

.cclogo {
position:relative;
top: -150px;
right:-120px;
width:30px;
height:30px;
z-index:100;
background-size: contain;
background-repeat: no-repeat;
background: url(/img/svg-logo-only/piwigo.svg);
margin: 0 auto;
}

.cmsname {
position:relative;
top:95px;
display:none;
font-size:1.2em;
}

.cmstext {
position:relative;
left:130px;
width:320px;
height:92px;
top:-30px;
text-align:left;
color:#fff;
font-family: "Roboto";
background: #333;
border-radius: 6px;
padding: 14px 15px 16px;
}

.cmstext.fade1 {
background:#00749a;
}

.cmstext.fade2 {
background:#00598e;
}

.cmstext.fade3 {
background:#c33734;
}

.cmstext.fade4 {
background:#f37b20;
}

.cmstext.fade5 {
background:#50b04c;
}

.cmstext.fade6 {
background:#333;
}
.cmsintro {
width:950px;
padding-bottom:50px;
margin-left:70px;
margin-right:70px;
font-size:1em;
color:#777;
}

.leadtext {
text-align:center;
color:#555;
font-size:1.125em;
line-height:1.44em;
}

@media only screen and (max-width: 1200px){
.cms-hide-mobile {
display:none;
}


}
