#indicator{
    display: block;
    margin: 0;
    position: fixed;
    width: 40px;
    height: 3px;
    top:0;
    background-color: #CCC;
    margin-top: 30px;
    margin-left: 537px;
}

header nav > div > ul > li:nth-of-type(6) > a {
	color: #777;
}

section:first-of-type{
	background:url(../img/sections/contact.jpg) no-repeat fixed;
	background-size: cover;
	height: auto;
	padding: 0;
	padding-top:110px; 
	padding-bottom: 130px;
	margin: 0;
	min-width: 1120px;
}


h1{
	width: 220px;
}

section:first-of-type > div {
	display: table;
}

section:first-of-type > div > div{
	display: table-cell;
}

section:first-of-type  h2{
	position: absolute;
	top:138px;
	left: 400px;
	font-weight: lighter;
	font-size: 42px;
	color: #fff;
	width: 500px;
}


/* LEFT PART */

section:first-of-type > div > div:first-of-type{
	width: 250px;
	color: #fff;
	font-weight: 100;
	padding-left: 20px;
}


section:first-of-type > div > div:first-of-type article{
	margin: 40px 0px 0;
	background-color: rgba(0,0,0,0.7);
}

section:first-of-type > div > div:first-of-type article:last-of-type{
	margin: 50px 0 20px;
	background-color: rgba(0,0,0,0.7);
}


section:first-of-type > div > div:first-of-type p{
	padding: 4px 6px;
	width: 240px;
	margin: 0;
}

section:first-of-type > div > div:first-of-type span{
	display: block;
	font-size: 22px;
	padding: 4px 6px;
	width: 240px;
}



section:first-of-type > div > div:first-of-type p a{
	color: #fff;
}


section:first-of-type  div#social
{
	text-align: center;
	background: rgba(42,204,226,0.7);
}

section:first-of-type  div#social > a > img
{
	width: 60px;
	margin: 0;
	padding: 0;
}

/* RIGHT PART */


section:first-of-type > div > div:nth-of-type(2){
	width: 100%;
	color: #fff;
	padding-left: 80px;
}


section:first-of-type > div > div:nth-of-type(2) h3{
	font-weight: 100;
	font-size: 26px;
}

section:first-of-type > div > div:nth-of-type(2) > div{
	display: table-cell;
}



section:first-of-type > div > div:nth-of-type(2) article{
	width: 350px;
}

section:first-of-type > div > div:nth-of-type(2) article > p{
	margin: 0;
	padding: 0 0 5px;
}

section:first-of-type > div > div:nth-of-type(2) > div > div{
	display: table-cell;
	padding: 0 10px;
}

section:first-of-type > div > div:nth-of-type(2) > div:nth-of-type(2){
	display: table;
	margin-top: 50px;
}

section:first-of-type > div > div:nth-of-type(2) > div:nth-of-type(2) > div{
	display: table-cell;
	width: 220px;
	padding: 0 10px;
}


section:first-of-type > div > div:nth-of-type(2) p{
	font-weight: 100;
}

section:first-of-type > div > div:nth-of-type(2) p > a{
	text-decoration: underline;
	color: #fff;
}

section:first-of-type > div > div:nth-of-type(2) p > span{
	color: #bbb;
	font-weight: normal;
}

section:first-of-type > div > div:nth-of-type(2) h4{
	font-weight: 100;
	color: rgb(42,204,226);
	font-size: 20px;
	padding: 0;
	margin: 0;
}

section:first-of-type > div > div:nth-of-type(2) p{
	padding: 0 0 5px;
	margin: 0;
}



section:first-of-type > div > div:nth-of-type(2) > div:nth-of-type(2) > div >h3{
	color: rgb(42,204,226);
	padding-bottom:0;
	margin-bottom: 10px;
}
section:first-of-type > div > div:nth-of-type(2) > div:nth-of-type(3) {
	padding: 0;
	position: relative;
	top: 110px;
}

section:first-of-type > div > div:nth-of-type(3){
	background: #f00;
}




.contact{
	display: block;
	color: #fff;
	background: rgba(42,204,226,0.7);
	width: 270px;
	padding: 10px 10px 10px 0;
	margin-left: 0px;
	font-size: 26px;
	font-weight: 100;
	text-align: center;
	position: relative;
	top: 20px;
}

section:first-of-type > div > div:nth-of-type(2) > div:last-of-type {
	display: block;
	width: 800px;
	position: relative;
	top:110px;
	padding: 0;
}

section:first-of-type > div > div:nth-of-type(2) > div:nth-of-type(3) > div:first-of-type{
	width: 250px;
	padding: 0 10px;
}

section:first-of-type > div > div:nth-of-type(2) > div:nth-of-type(3) h3{
	padding-bottom:0;
	margin-bottom: 10px;
}


.pointer, .action{
	cursor: pointer;
}

a.acordeon {
	display: block;
	text-decoration: none;
	font-style: normal;
}



