body{
	border-top: 5px solid #FA6E23;
	background: #FAFAFA !important;
	font-family: 'Lato', sans-serif !important;
	-webkit-font-smoothing: antialiased;
}

a, button{
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

strong{
	font-weight: 900;
}

a{
	color: #24B14B !important;
	font-weight: bold;
}

p{
	font: 400 normal 16px/1.5 'Lato', sans-serif;
}

.private ul{
	font: 400 normal 16px/1.5 'Lato', sans-serif;	
}

.content-circular{
	margin-top: 20px;
}

.content-about{
	margin-left: 20% !important;
	margin-bottom: 30px;
}

.content-about p{
	text-align: left;
}

.content-about ul li{
	font: 400 normal 16px/1.5 'Lato', sans-serif;
}

.team{
	float: left;
	padding: 5px;
	background: #e7e7e7;
	margin: 0 20px 20px 0;
}

.team-name{
	margin-top: 30px;
}

.uppercase{
	text-transform: uppercase;
}

.header{
	padding: 20px 0 30px 0;
}

.slideshow{
	background: url("http://www.tealimenta.cl/img/bg_slideshow.png") repeat #24B14B !important;
	padding: 40px 0;
}

.slideshow h1{
	color: #FFFFFF;
	font-size: 4em;
	letter-spacing: -0.01em;
	margin-top: 0 !important;
}

.slideshow p{
	color: #FFFFFF;
	font-size: 2em;
	margin: 20px 0 20px 0;
	line-height: 0.9em;
}

.slideshow .acceso p{
	color: #333333;
	font-size: 1em;
	text-align: center;
	line-height: 1.2em;
	margin-top: 15px;
}

.clientes{
	padding: 40px 0 60px 0;
}

.clients{
	margin-top: 20px;
}

.clients img{
	margin-bottom: 10px;
}

.contacto{
	background: #24B14B !important;
	padding: 40px 0 60px 0;
}

.contacto h1{
	color: #FFFFFF;
}

.footer{
	background: #333333 !important;
	padding: 20px 0 10px 0;
}

.footer .nav{
	margin-top: 10px;
}

.footer img{
	height: 50px;
}

.footer p{
	color: #E7E7E7 !important;
	margin-top: 10px;
}

.welcome{
	background: #24B14B !important;
	padding: 80px 0 30px 0;
	color: #FFFFFF;
}

.welcome-content{
	background: url("http://www.tealimenta.cl/img/bg_slideshow.png") repeat #24B14B !important;
	padding: 80px 0 30px 0;
	color: #FFFFFF;
}

.welcome-content h2, .welcome-content h3,.welcome h2, .welcome h3{
	margin: 0 !important;
}

.private{
	padding: 20px 0 40px;
}

.slideshow a.btn, .contacto a.btn{
	color: #FFFFFF !important;
	font-weight: bold;
}

.nav{
	margin-top: 30px;
}

.nav-stacked > li.active > a, .nav-stacked > li.active > a:hover, .nav-stacked > li.active > a:focus{
	background: #24B14B !important;
	color: #FFFFFF !important;
}

.left_column{
	background-color: #FFFFFF;
	border-radius: 10px;
	padding: 10px;
	text-align: center;
	margin-top: 20px;
	border: 1px solid #DDDDDD;
}

.right_column{
	margin-top: 20px;
}

.submit{
	margin-top: 20px;
}

.submit-btn.clearfix {
    border-top: 1px solid #EEEEEE;
    margin-top: 10px;
    padding-top: 10px;
    text-align: center;
}

.left_column table{
	width: 100%;
}

.left_column table td{
	border: 1px solid #EEEEEE;
}

.left_column table th{
	text-align: center;
	background: #EEEEEE;
}

.left_column .ui-datepicker-title{
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 10px;
	padding-bottom: 5px;

}

.left_column .ui-state-disabled{
	color: #CCCCCC;
}

.detail{
	background: #FFFFFF;
}

.left_column .ui-datepicker-next{
	float: right;
}

.left_column .ui-datepicker-prev{
	float: left;
}

.label.label-default{
	float: left;
	margin: 0 5px 5px 0;
	font-size: 14px;
}

.label a{
	color: #FFFFFF !important;
	margin-left: 10px;
}

.solicitar .panel{
	padding: 20px 50px;
}

.error{
	font-weight: bold;
}

@media (max-width: 1000px) { 
	.acceso{
		margin-top: 20px;
	}

	.content-about{
		margin-left: 0 !important;
	}

	.nav{
		margin-top: 0 !important;
	}
}

@media (max-width: 767px) {
	.welcome {
		padding-top: 30px !important;
	}

	.private-content{
		border-top: 1px solid #d7d7d7 !important;
		margin-top: 20px !important;

	}

    .input-group-custom {
        display: block !important;
    }
    .input-group-custom .form-control,
    .input-group-custom .input-group-btn {
        width: 100% !important;
        display: block !important;
    }
    .input-group-custom input {
        margin-bottom: 5px !important; 
    }
    .input-group-custom .input-group-btn button {
        width: 100% !important;
		border-bottom-left-radius: 4px !important;
		border-top-left-radius: 4px !important;
        display: block !important;
    }
}
