.btn-link-1 {
	display: inline-block;
	height: 50px;
	margin: 0 5px;
	padding: 16px 20px 0 20px;
	background: #19b9e7;
	font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    color: #fff;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}
.btn-link-1:hover, .btn-link-1:focus, .btn-link-1:active { outline: 0; opacity: 0.6; color: #fff; }

.btn-link-2 {
	display: inline-block;
	height: 50px;
	margin: 0 5px;
	padding: 15px 20px 0 20px;
	background: rgba(0, 0, 0, 0.3);
	border: 1px solid #fff;
	font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    color: #fff;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}
.btn-link-2:hover, .btn-link-2:focus, 
.btn-link-2:active, .btn-link-2:active:focus { outline: 0; opacity: 0.6; background: rgba(0, 0, 0, 0.3); color: #fff; }

/***** Top content *****/

.inner-bg {
    padding: 40px 0 170px 0;
}

.top-content .text {
	color: #fff;
}

.top-content .text h1,.top-content .text h1 strong {color: #fff;font-weight: 100;}

.top-content .description {
	margin: 20px 0 10px 0;
}

.top-content .description p { opacity: 0.8; }

.top-content .description a {
	color: #fff;
}
.top-content .description a:hover, 
.top-content .description a:focus { border-bottom: 1px dotted #fff; }

.top-content .top-big-link {
	margin-top: 35px;
}

.form-box {
	padding-top: 40px;
	margin-bottom: 60px;
}

.form-top {
	overflow: hidden;
	padding: 0 25px 10px 25px;
	background: #f7f7f7;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	text-align: left;
	border-bottom: 1px solid #eee;
}

.form-top-left {
	float: left;
	width: 75%;
	padding-top: 20px;
}

.form-top-left h3 {margin-top: 0;margin-bottom: 5px;font-weight: 400;font-size: 16px;}

.form-top-right {
	float: left;
	width: 25%;
	padding-top: 5px;
	font-size: 40px;
	color: #5ac1de;
	line-height: 70px;
	text-align: right;
}

.form-bottom {
	padding: 25px 25px 30px 25px;
	background: #fefefe;
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	text-align: left;
}
form .form-bottom .form-control{
	    height: 40px;
	    margin: 0;
	    padding: 0 10px;
	    vertical-align: middle;
	    background: #fdfdfd;
	    border: 1px solid #e6e6e6;
	    font-family: 'Roboto', sans-serif;
	    font-size: 14px;
	    font-weight: 300;
	    line-height: 50px;
	    color: #888;
	    -moz-border-radius: 1px;
	    -webkit-border-radius: 1px;
	    border-radius: 1px;
	    -moz-box-shadow: none;
	    -webkit-box-shadow: none;
	    box-shadow: 1px 1px 1px #f3f0f0;
	    -o-transition: all .3s;
	    -moz-transition: all .3s;
	    -webkit-transition: all .3s;
	    -ms-transition: all .3s;
	    transition: all .3s;
	    border-top-left-radius: 1px !important;
	    border-bottom-left-radius: 1px !important;
}

form .form-bottom textarea.form-control {
	height: 100px;
}

form .form-bottom button.btn {
	min-width: 105px;
}

form .form-bottom .input-error {
	border-color: #19b9e7;
}

form.registration-form fieldset {
	display: none;
}
