/* HEADER */
#header_wrap {
	height: 120px;
	width: 100%;
}

.top_layer {
	position: absolute;
	z-index: 100;
}

#header_top_wrap {
	background-color: #fff;
	height: 30px;
	min-width: 1200px;
}

#header_top {
	color: #625e29;
	font-size: 0.88em;
	line-height: 30px;
	position: relative;
	text-align: right;
}

.top_menu {
	color: #625e29;
	font-weight: 500;
	margin: 0 10px;
	text-decoration: none;
	text-transform: uppercase;
}

.top_menu:hover {
	text-decoration: underline;
}

.header_top_space_right {
	padding: 0 10px;
}

.search {
	vertical-align: top;
}

.button_responsive {
	background-color: #698d34;
	color: #625e29;
	display: block;
	float: left;
	font-weight: bold;
	margin-left: 10px;
	margin-top: 8px;
	padding: 10px 15px;
	position: static;
	right: 0;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	top: 0;
	width: 84%;
}

#logo_crv {
	background: transparent
		url("https://crvolterra.it/contenuto/design/CRV/img/logo_crv.jpg")
		no-repeat scroll 0 0;
	display: inline-block;
	height: 120px;
	left: 15px;
	position: absolute;
	top: 0;
	width: 224px;
	z-index: 150;
}

#menu_wrap {
	background: transparent
		url("https://crvolterra.it/contenuto/design/CRV/img/sf_semitr.png")
		repeat scroll 0 0;
	height: 70px;
	min-width: 1200px;
}

#focus_wrap {
	overflow: hidden;
	position: relative;
	text-align: center;
	width: 100%;
}

.intImgSf {
	left: 0;
	min-height: 340px;
	position: absolute;
	width: 100%;
}

#int_focus_wrap {
	height: 340px;
	overflow: hidden;
	position: relative;
	text-align: center;
	width: 100%;
}

#int_focus {
	color: #fff;
	height: 220px;
	margin: 120px auto 0;
	position: relative;
	text-align: left;
}

.breadcrumbs {
	font-size: 0.76em;
	height: 20px;
	line-height: 20px;
	margin: 5px 0 0 10px;
}

.breadcrumbs a {
	color: #fff;
	text-decoration: none;
}

.breadcrumbs a:hover {
	text-decoration: underline;
}

.page_title {
	margin: 90px 0 0 10px;
}

.page_title h1 {
	font-weight: 500;
	text-transform: uppercase;
}
/* FOOTER */
#footer_wrap {
	min-width: 1200px;
	width: 100%;
	background: #4c4c4c;
	margin-top: 25px;
}

#footer {
	color: #fefefe;
	padding: 10px 0 10px;
}

#footer_bottom {
	border-top: 4px solid #fefefe;
	color: #fefefe;
	font-size: 1em;
	margin: 20px 0 10px;
	text-align: center;
}

.page_size {
	margin: 0 auto;
	width: 1170px;
}
/*--------------------------------------------------
    [TRANSITION]
----------------------------------------------------*/
/* Cubic Bezier Transition */
/***
Login page
***/
/* logo page */
.login {
	background-color: white !important;
}

.login .logo {
	margin: 60px auto 20px auto;
	padding: 15px;
	text-align: center;
}

.login .content {
	background-color: #fff;
	width: 360px;
	margin: 0 auto;
	margin-bottom: 0px;
	padding: 30px;
	padding-top: 20px;
	padding-bottom: 15px;
	border: 1px ridge #698d34;
}

.login .content h3 {
	color: #000;
}

.login .content h4 {
	color: #555;
}

.login .content p {
	color: #222;
}

.login .content .login-form,.login .content .forget-form {
	padding: 0px;
	margin: 0px;
}

.login .content .input-icon {
	border-left: 2px solid #698d34 !important;
}

.login .content .input-icon {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}

.login .content .input-icon .form-control {
	border-left: 0;
}

.login .content .forget-form {
	display: none;
}

.login .content .register-form {
	display: none;
}

.login .content .form-title {
	font-weight: 300;
	margin-bottom: 25px;
}

.login .content .form-actions {
	background-color: #fff;
	clear: both;
	border: 0px;
	border-bottom: 1px solid #eee;
	padding: 0px 30px 50px 30px;
	margin-left: -30px;
	margin-right: -30px;
}

.login .content .form-actions .checkbox {
	margin-left: 0;
	padding-left: 0;
}

.login .content .forget-form .form-actions {
	border: 0;
	margin-bottom: 0;
	padding-bottom: 20px;
}

.login .content .register-form .form-actions {
	border: 0;
	margin-bottom: 0;
	padding-bottom: 0px;
}

.login .content .form-actions .checkbox {
	margin-top: 8px;
	display: inline-block;
}

.login .content .form-actions .btn {
	margin-top: 1px;
}

.login .content .forget-password {
	margin-top: 25px;
}

.login .content .create-account {
	border-top: 1px dotted #eee;
	padding-top: 10px;
	margin-top: 15px;
}

.login .content .create-account a {
	display: inline-block;
	margin-top: 5px;
}

/* select2 dropdowns */
.login .content .select2-container {
	border-left: 2px solid #44B6AE !important;
}

.login .content .select2-container .select2-choice {
	border-left: none !important;
}

.login .content .select2-container i {
	display: inline-block;
	position: relative;
	color: #ccc;
	z-index: 1;
	top: 1px;
	margin: 4px 4px 0px -1px;
	width: 16px;
	height: 16px;
	font-size: 16px;
	text-align: center;
}

.login .content .has-error .select2-container i {
	color: #b94a48;
}

.login .content .select2-container a span {
	font-size: 13px;
}

.login .content .select2-container a span img {
	margin-left: 4px;
}

/* footer copyright */
.login .copyright {
	text-align: center;
	margin: 0 auto;
	padding: 10px;
	color: #999;
	font-size: 13px;
}

@media ( max-width : 480px) {
	/***
  Login page
  ***/
	.login .logo {
		margin-top: 10px;
	}
	.login .content {
		width: 280px;
	}
	.login .content h3 {
		font-size: 22px;
	}
	.login .checkbox {
		font-size: 13px;
	}
}
/* wizard */
.progress>.progress-bar-success {
	background-color: #698d34 !important;
}

.form-wizard .steps>li.active>a.step .number {
	background-color: #698d34;
	color: #fff;
}

.form-wizard .steps>li.done>a.step .number {
	background-color: #2386CA;
	color: #fff;
}

.page-content {
	padding: 20px !important;
}
