
.cover-full {
 	background: url('images/firststep.jpg');
	background-repeat: no-repeat;
	background-position: 60% 50%;
	background-size: cover;
	width: 100%;
	min-height: 320px;
	padding-top:100px; 
}

.topemp { max-width: 150px; }
.topemp2 { max-width: 100px; margin-top: 25px;  }

.cover-full h1{

	margin-top:10px; 
}

.col-sm-3 {
    position: relative;
}

.box {
    position: relative;
    min-height: 300px;
    background: #fff;
    padding: 10px 10px 10px 10px;
    margin-top: 100px;
    text-align: center;
}

.box .ico {
    width: 150px!important;
    height: auto;
    transform: translate(0px, 0px);
    margin-top: -75px;
}

.ico2 {
    width: 60px;
    height: auto;
}
.modal-header .close {
    margin-top: -24px;
}
.modal-footer .btn {
    background: transparent;
}
.modal-footer .btn:hover {
    background: #000;
}

.alert-warning { background-color: #50be87; color: #000; border: none; }