

/***** Top content *****/

.inner-bg {
    padding: 40px 0 170px 0;
}

.top-content .text {
	color: #fff;
}

.top-content .text h1 { color: #fff; }

.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;
}

.guide-box {
	padding: 0 0 0 180px;
	background: url(../img/guide_bg.jpg);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}




.form-top {
	overflow: hidden;
	background:rgba(249,250,251,0.9);
	text-align: left;
	padding: 40px 25px 0px 25px;
	font: 20px 'LeagueGothic','Helvetica Neue',Helvetica,Arial,sans-serif;
	line-height:22px;
	-moz-border-radius: 0 4px 0 0; -webkit-border-radius: 0 4px 0 0; border-radius: 0 4px 0 0;
}


.form-top h3 { margin-top: 0; }

.form-bottom {
	padding: 25px 25px 30px 25px;
	background:rgba(249,250,251,0.89);
	text-align: left;
	-moz-border-radius: 0 0 4px 0; -webkit-border-radius: 0 0 4px 0; border-radius: 0 0 4px 0;
}
.form-bottom p{
	padding-bottom:8px;
}


form.registration-form fieldset {
	display: none;
}

.btn-guide {
    height: 34px;
    border-radius:0px;
	padding:0 20px;
	background-color: rgb(157, 10,30);
	border-color: rgb(157, 10,30);
	color:#eee;
	font: 20px 'LeagueGothic','Helvetica Neue',Helvetica,Arial,sans-serif;
}
.btn-guide:hover{
	background-color: rgb(157, 10,30);
	border-color: rgb(157, 10,30);
	color:#FFF;
}

/***** Media queries *****/

@media (min-width: 992px) and (max-width: 1199px) {}

@media (min-width: 768px) and (max-width: 991px) {}

@media (max-width: 767px) {
	
	.navbar { padding-top: 0; }
	.navbar.navbar-no-bg { background: #333; background: rgba(51, 51, 51, 0.9); }
	.navbar-brand { height: 60px; margin-left: 15px; }
	.navbar-collapse { border: 0; }
	.navbar-toggle { margin-top: 12px; }
	
	.inner-bg { padding: 40px 0 110px 0; }
	.top-content .top-big-link { margin-top: 25px; }
	.top-content .top-big-link a.btn { margin-top: 10px; }
	
	.form-bottom { padding-bottom: 25px; }
	form .form-bottom button.btn { margin-bottom: 5px; }

}

@media (min-width: 240px) and (max-width: 768px) {

.guide-box {
	padding: 0;
}
}


/* Retina-ize images/icons */

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
	
	/* logo */
    .navbar-brand {
    	background-image: url(../img/logo@2x.png) !important; background-repeat: no-repeat !important; background-size: 123px 49px !important;
    }
	
}
