.omutitle {text-align:center;
	margin:50px,auto,20px,auto
		width:300px;
	height:50px;
	color:#OOO;
	font-weight:bold;
	font-size:200%;
	background-color:#FFF;
	background:rgba(255, 255, 255, 0.8) linear-gradient(transparent 80%, #50d156 0%) repeat scroll 0 0;
}
.btn {
    border-radius: 15px;
    border: none;
    background-color: #3636b3;
    color: white;
    width: 200px;
    height: 42px;
	transition: background-color 0.3s, color 0.3s;
	margin:20px;
}

.btn:hover {
    background-color: gold;
    color: #000;
}

.btn-submit {
    border-radius: 15px;
    border: none;
    background-color: #50d156;
    color: white;
    width: 160px;
    height: 42px;
    transition: background-color 0.3s;
}

.btn-submit:hover {
    background-color: #8fec94;
}

.btn-default {
    border-radius: 15px;
    border: none;
    background-color: #777777;
    color: white;
    width: 200px;
    height: 42px;
    transition: background-color 0.3s, color 0.3s;
}

.btn-default:hover {
    background-color: #c0c0c0;
    color: #000;
}



.slider > div > img {
    width: 100%;
}

.fields {
    width: 70vw;
	margin: 0 auto;
	background-color:#FFF;
}

#OF_form1 > .actions {
    width: 30vw;
    margin: 0 auto;
    padding-top: 30px;
    padding-left: 0;
    text-align: center;
}

#OF_form1 > .actions > li {
    display: inline;
    list-style: none;
    margin: 0 7px;
}

.fields span {
    color: red;
}

