/* Slick Modals - Alert 3 */
.alert-3 * {
    text-align: center;
    color: #E30100;
}
.alert-3 .title {
    font-size: 28px;
    padding: 46px 20px 0 20px;
	color: #fff;
	Background: #E30100;

}
.alert-3 .h2 {
    font-size: 28px;
    padding: 20px 20px 40px 20px;
    opacity: 0.7;
    color: #012960;
	margin-bottom: 0px;
}

.alert-3 .h3 {
    font-size: 24px;
    padding: 20px 20px 40px 20px;
    opacity: 0.7;
    color: #012960;
	margin-bottom: 0px;
}

.alert-3 .action {
   float: left;
    width: 50%;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    padding: 16px;
    cursor: pointer;
    transition: all 0.1s ease;
}
.alert-3 .action.yes {
    background: #E30100;
}
.alert-3 .action.no {
    background: #333;
}
.alert-3 .action.yes:hover {
    background: #E30100;
}
.alert-3 .action.no:hover {
    background: #666;
}