/*
Fatto da Andrea Corda
*/

input[type="text"].input-custom{
	max-width: 436px;
	height: 40px;
	background-color: #f8f8f8;
	border: 1px solid #979797;
	border-radius: 3px;
	padding-left: 14px;
    font-size: 16px;
}

input[type="email"].input-custom{
	max-width: 436px;
	height: 40px;
	background-color: #f8f8f8;
	border: 1px solid #979797;
	border-radius: 3px;
	padding-left: 14px;
    font-size: 16px;
}	

textarea.input-custom{
	max-width: 436px;
	height: 150px;
	background-color: #f8f8f8;
	border: 1px solid #979797;
	border-radius: 3px;
	padding-left: 14px;
	padding-top: 10px;
    font-size: 16px;
}	

.label-custom{
	/*font-family: 'CenturyGothic-Bold';*/
	font-size: 18px;
	color: #4a4a4a;
	text-align: left;
}

span.label-tos{
	font-family: 'Avenir-Light';
	font-size: 12px;
	color: #2a2a2a;
	text-align: center;
}

span.label-tos > a{
	font-family: 'Avenir-Heavy';
	font-size: 12px;
	color: #95151c;
	text-align: center;
}
span.label-tos > a:hover{
	text-decoration: underline;
	transition: 0.5 ease-in text-decoration;
}

/*.label-submit > input[type="submit"]{
	height: 45px;
	width: 140px;
	background-color: #373737;
	border-radius: 22px;
	border: 0px;
	font-family: 'Avenir-Light';
	font-size: 24px;
	color: #ffffff;
	text-align: center;
	margin-left: 5px;
}*/
.label-submit{
	position: relative;
    bottom: 30px;
}

a.button,.label-submit  input[type="submit"]{
	letter-spacing: 2px;
	padding: 15px 60px 15px 60px;
	color: #ffffff;
	text-align: center;
	background-color: #2d2d2d;
	border-radius: 100px;
	font-size: 18px;
	cursor: pointer;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
	margin-left: 5px;
    border: 1px solid #2d2d2d;
	margin-top: 30px;
}

a.button:hover,.label-submit  input[type="submit"]:hover{
    background-color: #ffffff !important;
    color: #000000 !important;
    letter-spacing: 2px !important;	
}

.color-underground{
	border-bottom: 3px solid #B84D4D;
}


bold{
	font-weight: bold;
}

form p{
	margin-bottom: 20px !important;
}

.col-left-50{
	width: 48%;
}

.col-right-50{
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    width: 48%;
}

.row-news{
	position: relative;
	margin-left: 3px;
	margin-right: 3px;
	min-height: 300px;
}
.article-img{
	max-width: 100%;
}

.content-container-news{
	padding-top: 200px;
    padding-bottom: 200px;
    background-image: url("http://www.kreactions.com/wp-content/uploads/2017/05/bg-top-news.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 0%;
    background-color: #000000;
}

.post-divider-gray{
	width: 100%;
    height: 1px;
    background: #2d2d2d;
    margin-top: 96px;
    margin-bottom: 96px;
}

.result-header{
	border-bottom:1px solid #2d2d2d !important;
}

.label-custom{
	font-weight: bold;
}
.button-wrapper-news{
	position: absolute;
    bottom: 20px;
    left: 0;
	width: 100%;
}

@media (max-width: 767px){
	.col-left-50{
		width: 100%;
		clear: both;
		
	}
	.col-right-50{
		height: 100%;
		position: static;
		width: 100%;
	}
	.container{
		margin-left: 5px;
		margin-right: 5px;
		width: 90%;
	}
	
	.button-wrapper-news{
		position: static;
	}
}
