*::-webkit-input-placeholder {
	color: #666;
	opacity: 1;
}
*:-moz-placeholder {
	color: #666;
	opacity: 1;
}
*::-moz-placeholder {
	color: #666;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #666;
	opacity: 1;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
	
}
body input:required:valid,
body textarea:required:valid {
	
}
body {
	font-family: "RobotoRegular", sans-serif;
	font-size: 16px;
	min-width: 320px;
	position: relative;
}
.hidden {
	display: none;
}
.carousel img {
	width: 100%;
	height: auto;
}
.parallax {
	background-attachment: fixed;
	background-position: 50% 0;
	position: relative;
}

.container {
	height: 777px;
}

section {
	background-image: url(../img/index_bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	min-height: 777px;
	position: relative;
}

section a {
	color: #000;
}

.logo {
	margin-top: 20px;
	position: center;
	text-align: center;
	display: block;
}

.container .logo{
	width:100%;
    position:center;
}

li {
	position: relative;
	display: inline;
	list-style-type: none;
	margin: 15px;
	text-transform: uppercase;
	font-size: 16px;
}

li a:hover {
	text-decoration: underline;
}

ul {
	margin-top: 63px;
	padding-left: 0px;
}

.left {
	margin-right: 0px;
	text-align: right;
}

.row {
	max-height: 595px
}

.copyright,.autor {
	font-size: 12px;
	width: 100%;
	text-align: center;
}

.footer {
	position: relative;
	vertical-align: middle;
	margin-top:540px;
}

ul.soc {
	margin-top: 0px;
}

.soc li {
	margin: 0px;
	width: 100%;
	text-align: center;
}

.soc {
	width: 100%;
	text-align: center;
}
