.redBG {
	background: #e32133; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #e32133 40%, #1a1a1a 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #e32133 40%,#1a1a1a 100%); /* Chrome10-25,Safari5.1-6 */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e32133', endColorstr='#1a1a1a',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.skewWhite {
    background: #FFF;
    height:100%;
    width:100%;
    position:absolute;
    bottom: -71%;
    -ms-transform: skewY(-11.5deg);
        transform: skewY(-11.5deg); 
}
.topSectbg { 
	background-image: url("../png/layerstack-migration-banner.png");
	background-position: center bottom -60px;
	background-repeat: repeat-x;
	background-size: 2037px 860px;
}


@media (max-width:767px) {
.skewWhite {
    height:25%;
    width:100%;
    position:absolute;
    bottom: -15%;
    -ms-transform: skewY(-6deg);
        transform: skewY(-6deg); 
}
.topSectbg { 
	background-position: center bottom;
}
}


.platform-support-table { background:#FFF; box-shadow: 1px 1px 4px #bcbcbc; z-index:1; border-radius: 10px; overflow:hidden; }
.platform-support-table .platform-head { background:#efefef; padding:20px 10px; line-height:40px; }
.platform-support-table .platform-content { text-align:left; padding:20px; font-size:18px; color:#999; }
@media (max-width:1200px) {
.platform-support-table .platform-content { padding:20px 10px; font-size:16px; }
}
.platform-support-table .fa-check { margin-right:10px; }
@media (min-width:992px) {
.platform-support-table .col-md-3 { border-left:#dedede 1px solid; border-right:#dedede 1px solid; height:385px; }
}
