body
{
    font-family: 'Dosis', sans-serif;
	font-weight: 500;
	font-size: 28px;
	line-height: 34px;
	background: url("/img/patter.png") repeat;
}

.bigslide
{
	display: block;
	clear: both;
	width: 100%;
	height: 100%;
	background: url("/img/kaos-slider-big.jpg");
	background-size:cover;
	background-repeat:no-repeat;
	background-position: center center;
	position: relative;
}

.bigslide .logo
{
	display: block;
	margin: 0px auto;
	margin-bottom: 45px;
	margin-top: 90px;
	text-align: center;
	width: 100%;
}	

.bigslide h2
{
	display: block;
	text-align: center;
	width: 100%;
	margin: 0;
	font-size: 55px;
	line-height: 55px;
	font-weight: 300;
	color: #fff;
	clear: both;
}

.frecciagiu
{
	position: absolute;
	width: 120px;
	text-align: center;
	left: 50%;
	bottom:30px;
	cursor: pointer;
	margin-left: -60px;	
}

.clear
{
	display: block;
	clear: both;
	width: 100%;
	height: 1px;
}	

/*.container
{
	width: 100%;
	padding: 0px 10%;
}*/

.top
{
	display: block;
	clear: both;
	position: fixed;
	height: 80px;
	line-height: 80px;
	border-bottom: 2px solid #604C40;
	width: 100%;
	background: url("/img/patter.png") repeat;
}

.top_home {
	display: block;
	clear: both;
	position: relative;
	height: 80px;
	line-height: 80px;
	border-bottom: 2px solid #604C40;
	width: 100%;
	background: url("/img/patter.png") repeat;
	z-index: 1000;
}

.top_mob {
	display: none;
}

.top .left
{
	display: block;
	float: left;
	width: 43%;
}

.top .right
{
	float: right;
	display: block;
	width: 43%;
}

.top .center
{
	float: left;
	width: 14%;
	text-align: center;
	display: block;
}

.top .left a, .top .right a
{
	float: left;
	display: block;
	font-size: 24px;
	line-height: 80px;
	color: #604C40;
	text-transform: uppercase;
	font-weight: 500;
	position: relative;
	transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
}

.top .left a
{
	width: 33.33%;
	text-align: center;
}

.top .right a {
    width: 50%;
	text-align: center;
}

.top .center {
    float: left;
    width: 14%;
    text-align: center;
    display: block;
    line-height: 67px;
}

.fixtop {
	height: 80px;
}

.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}

.space40
{
	display: block;
	clear: both;
	height: 40px;
	width: 100%;
}

.titl
{
	position: relative;
	font-size: 55px;
	line-height: 55px;
	font-weight: 700;
	color: #604C40;
	margin-bottom: 70px;
	text-align: center;
	width: 100%;
	float: left;
}

.titl::before
{
	content:"";
	position: absolute;
	width: 166px;
	height: 22px;
	left: 50%;
	margin-left: -83px;
	bottom: -25px;
	background: url("/img/baffo.png") no-repeat center center;
}

.titol
{
	position: relative;
	font-size: 55px;
	line-height: 55px;
	font-weight: 700;
	color: #604C40;
	margin-bottom: 70px;
	text-align: center;
	width: 100%;
	float: left;
}

.space80
{
	display: block;
	clear: both;
	width: 100%;
	height: 80px;
}

.titl.left {
    text-align: left;
}

.titl.left::before {
    left: 0;
	margin-left: 0;
}

/*.col50.txt
{
	padding-left: 50px;
	padding-right: 100px;
}*/

/** STYLE LOKEA **/

.spazio {
	display: block;
	clear: both;
    width: 100%;
    height: 170px;
}

.space50
{
	display: block;
	clear: both;
	height: 50px;
	width: 100%;
}

.space100
{
	display: block;
	clear: both;
	height: 100px;
	width: 100%;
}

.brands {
	position: relative;
	height: 454px;
	width: 574px;
	margin: 0 auto;
	display: block;
}

.brands img {
	position: absolute;
	left: 0;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
	border: 4px solid #604C40;
}

.brands img.img_top:hover {
	opacity: 0;
}

.col-img {
	padding: 0;
}

.col-txt.right
{
	padding-left: 3%;
	padding-right: 7%;
}

.col-txt.left
{
	padding-left: 7%;
	padding-right: 3%;
}

.col-txt p {
	float: left;
	position: relative;
	width: 100%;
	margin: 0;
}

.col-txt h2 {
	font-weight: 700;
	font-size: 30px;
	text-align: center;
	color: #604C40;
	margin: 20px 0 0 0;
	float: left;
	position: relative;
	width: 100%;
}

.cont_gallery {
	float: left;
	position: relative;
	width: 100%;
}

.col-gallery {
	width: 25%;
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}

.col-gallery a {
	float: left;
	position: relative;
}

.col-gallery a::after {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	z-index: 100;
	transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
}

.col-gallery a:hover::after {
	background: rgba(0,0,0,0);
}

.col-news {
	min-height: 400px;
	padding: 0 10px;
}

.news {
	padding: 20px;
	background: #fff;
	float: left;
	position: relative;
	width: 100%;
}

.img_news {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	float: left;
	width: 100%;
	height: 220px;
	position: relative;
}

.data_news {
	position: relative;
	width: 100%;
	height: 25px;
	float: left;
	margin: 10px 0 0 0;
}

.data_news img {
	float: left;
	position: relative;
	width: 35px;
}

.data_news span {
	color: #373737;
	font-weight: 500;
	font-size: 20px;
	line-height: 16px;
	margin: 8px 0 0 10px;
	float: left;
	position: relative;
}

.tit_news {
	width: 100%;
	float: left;
	position: relative;
	margin: 20px 0;
	font-size: 24px;
	color: #604C40;
	font-weight: 700;
	min-height: 57px;
	max-height: 57px;
	overflow: hidden;
}

.leggi,
.leggi:active,
.leggi:hover,
.leggi:focus {
	color: #373737;
	font-size: 18px;
	font-weight: 700;
	float: right;
	position: relative;
	line-height: 20px;
}

a.titl
{
	position: relative;
	font-size: 35px;
	line-height: 35px;
	font-weight: 700;
	color: #604C40;
	margin: 0 auto 70px;
	text-align: center;
	width: auto;
	float: none;
	display: table;
}

.footer {
	background: #604C40;
	border: 0;
	padding: 20px 0;
	float: left;
	width: 100%;
	position: relative;
}

.cont_logofoo {
	float: left;
	position: relative;
	width: 100%;
	text-align: center;
	margin: 0 0 20px 0;
}

.copyright {
	display: table;
	position: relative;
	margin: 0 auto;
	line-height: 16px;
}

.copyright span {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	float: left;
	position: relative;
}

.copyright a {
	color: #fff;
	font-size: 16px;
}

.copyright > span > a > img {
	margin: 2.5px 5px 0 5px;
	vertical-align: top;
}

.top .left a::before,
.top .right a::before {
	content: "";
	position: absolute;
	opacity: 0;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
}

.top .left a.brand::before {
	background-image: url('/img/ico_brand.png');
	width: 61px;
	height: 44px;
}

.top .left a.concept::before {
	background-image: url('/img/ico_concept.png');
	width: 57px;
	height: 45px;
}

.top .left a.valori::before {
	background-image: url('/img/ico_valori.png');
	width: 42px;
	height: 55px;
}

.top .right a.news-eventi::before {
	background-image: url('/img/ico_news.png');
	width: 63px;
	height: 45px;
}

.top .right a.contatti-lavora::before {
	background-image: url('/img/ico_contatti.png');
	width: 68px;
	height: 46px;
}

.top .left a:hover,
.top .right a:hover,
.top .left .a_selected,
.top .right .a_selected {
	color: transparent;
}

.top .left a:hover::before,
.top .right a:hover::before,
.top .left a.before_selected::before,
.top .right a.before_selected::before {
	opacity: 1;
}

.cont_news .col-news {
	margin: 0 0 50px 0;
	display: none;
}

.cont_img_news {
	display: table;
	position: relative;
	border: 30px solid #fff;
	background: #fff;
	margin: 0 auto;
}

.cont_testo_news {
	float: left;
	position: relative;
	width: 100%;
}

.cont_testo_news p {
	font-size: 28px;
	font-weight: 400;
}

.btn-invia,
.btn-invia:active,
.btn-invia:hover,
.btn-invia:focus {
	color: #fff;
	background: #604c40;
	width: 360px;
	height: 45px;
	line-height: 45px;
	text-decoration: none;
	text-transform: uppercase;
	float: left;
	position: relative;
	border-radius: 0;
	font-size: 22px;
	font-weight: 700;
	padding: 0;
	border: 0;
}

.privacy {
	float: left;
	position: relative;
	margin: 30px 0;
	width: 100%;
	line-height: 22px;
}

.privacy > input.form-control {
    position: absolute;
    z-index: 1;
    opacity: 0;
    left: 0;
	top: 0;
	width: 20px;
	height: 20px;
	min-height: 20px;
	margin: 0;
	padding: 0;
	border: 0;
	line-height: 20px;
}

.privacy > input[type="checkbox"] + label::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 20px;
    height: 20px;
    border: 2px solid #604c40;
    background: transparent;
    cursor: pointer;
}

.privacy > input[type="checkbox"]:checked + label::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    background: url('/img/ico_close.png') no-repeat center center;
	width: 20px;
	height: 20px;
	text-align: center;
}

.privacy a {
	float: left;
	position: relative;
	font-size: 22px;
	font-weight: 400;
	line-height: 22px;
	margin: -1px 0 0 30px;
}

.cont_contatti {
	float: left;
	position: relative;
	width: 100%;
}

.cont_contatti .form-control::-webkit-input-placeholder {
	font-size: 22px;
	color: #604c40;
	font-weight: 400;
}

.cont_contatti .form-control:-moz-placeholder {
	font-size: 22px;
	color: #604c40;
	font-weight: 400;
}

.cont_contatti .form-control::-moz-placeholder {
	font-size: 22px;
	color: #604c40;
	font-weight: 400;
}

.cont_contatti .form-control:-ms-input-placeholder {  
	font-size: 22px;
	color: #604c40;
	font-weight: 400;
}

input,
input.form-control,
input:focus,
input.form-control:focus,
select,
select.form-control,
select:focus,
select.form-control:focus {
	border: 2px solid #604c40;
	padding: 6px 20px;
	height: auto;
	line-height: 28px;
	border-radius: 0;
	background: transparent;
	font-size: 22px;
	color: #604c40;
	font-weight: 400;
	box-shadow: none;
}

textarea,
textarea.form-control,
textarea:focus,
textarea.form-control:focus {
	border: 2px solid #604c40;
	padding: 10px 20px;
	height: 140px;
	border-radius: 0;
	background: transparent;
	font-size: 22px;
	color: #604c40;
	font-weight: 400;
	line-height: 30px;
	box-shadow: none;
}

.cont_captcha,
.captcha {
	float: left;
	position: relative;
	width: 100%;
}

.cont_reload_captcha {
	width: 100%;
	float: left;
	position: relative;
}

.cont_reload_captcha input.form-control {
	width: 317px;
	float: left;
	position: relative;
}

#button_reload_captcha {
	width: 44px;
	height: 44px;
	background: url('/img/reload_captcha.png') no-repeat center center;
	position: relative;
	float: left;
}

.form-group {
    margin-bottom: 30px;
}

.cont_partners {
	float: left;
	position: relative;
	width: 100%;
}

.partners {
	display: table;
	margin: 0 auto;
}

.partners a {
	vertical-align: bottom;
	display: table-cell;
}

.partners a:last-child img {
	margin: 0 0 0 120px;
}

label.select_info {
	font-size: 24px;
	font-weight: 400;
	color: #604c40;
	margin: 0 0 20px 0;
}

.cont_curriculum {
	float: left;
	margin: 20px 0 0 0;
	position: relative;
	width: 100%;
	height: 45px;
	display: none;
}

input#upload {
	position: absolute;
	width: 360px;
	height: 45px;
	opacity: 0;
	top: 0;
	left: 0;
	z-index: 1;
}

input#btn {
	background: url('/img/ico_curriculum.png') no-repeat 95% center;
	position: absolute;
	top: 0;
	left: 0;
	width: 360px;
	height: 45px;
}

.col-infocont {
	width: 50%;
	float: left;
	position: relative;
}

.col-check {
	float: left;
	position: relative;
	width: 46%;
	margin: 60px 4% 0 0;
}

.col-check > input {
    position: absolute;
    z-index: 1;
    opacity: 0;
    right: 0;
	top: 10px;
	width: 20px;
	height: 20px;
	min-height: 20px;
	margin: 0;
	padding: 0;
	border: 0;
	line-height: 20px;
}

.col-check > input[type="radio"] + label::before {
    content: "";
    position: absolute;
    top: 10px;
    right: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #604c40;
    background: transparent;
    cursor: pointer;
}

.col-check > input[type="radio"]:checked + label::after {
    content: "";
    position: absolute;
    top: 10px;
    right: 0px;
    background: url('/img/ico_close.png') no-repeat center center;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
}

.col-check span {
	font-size: 24px;
	font-weight: 400;
	color: #604c40;
	margin: 0;
}

.col-check:first-child span {
	margin: 0 0 0 30px;
}

.fancybox-close,
.fancybox-close:active,
.fancybox-close:hover,
.fancybox-close:focus {
	background-image: url('/img/close_gallery.png');
	width: 40px;
	height: 40px;
	top: -30px;
	right: -60px;
	background-size: cover;
}

.fancybox-next span,
.fancybox-next:active span,
.fancybox-next:hover span,
.fancybox-next:focus span {
	background-image: url('/img/arrow_right.png');
	width: 23px;
	height: 43px;
	background-position: 0;
	visibility: visible;
	background-size: cover;
}

.fancybox-prev span,
.fancybox-prev:active span,
.fancybox-prev:hover span,
.fancybox-prev:focus span {
	background-image: url('/img/arrow_left.png');
	width: 23px;
	height: 43px;
	background-position: 0;
	visibility: visible;
	background-size: cover;
}

.fancybox-opened .fancybox-skin {
	box-shadow: none;
	border-radius: 0;
}

.fancybox-overlay {
	background: rgba(0,0,0,0.7);
}

.concept_desktop {
	display: block;
}
.concept_responsive {
	display: none;
}