* {
	font-family: Verdana, Times New Roman, Berlin Sans FB;
}

/*Capçalera de la pàgina web*/
#header {
	/*background-image: url("../img/logo_jordi.jpg"); 
	background-image: url("../img/logo_face.jpg");*/
	background-image: url("../img/fvlogoverd.jpg");
	background-repeat: no-repeat;
	/*background-color: #acab01;*/
	background-color: white;
	height: 150px;
	margin-top: 1%;
	margin-left: 5%;
	margin-right: 5%;
	border-radius: 15px;
}

/*Text que hi ha al costat del logotip de l'empresa */
#subHeader {
	float: right;
	margin-right: 10%;
	margin-top: 0.4%;
	border-radius: 15px;
}

/*Div Body*/
#body {
	/*background-color: #377;*/
	/*background-color: #A5AEA4;*/
	background-color: #A5AEA4;
	margin-left: 5%;
	margin-right: 5%;
	border-radius: 15px;
}

/* Text de la pàgina */
h1 {
	font-family: Arial; 
	color : #363D46;
	margin-left: 5%;
	margin-right: 5%;
}

p {
	font-size: large;
	color:  #363D46;
	margin-left: 5%;
	margin-right: 5%;
	font-weight: normal;
}

a {
	font-size: large;
	color:  #363D46;
	font-weight: normal;
}

.clsImatgesServeis {
	margin-left: 5%;
	border-radius: 15px;
}

/*Div dels diferents fitxers que formen el cos de la web*/
#divBodyFitxers {
	margin-left: 5%;
	border-radius: 15px;
}

/*Cos de la pàgina web*/
Body {
	width: 100%;
	height: 100%;
	background-color: #A5AEA4;
	border-radius: 15px;
}

/* Barra de navegació principal*/
ul.menu_nav,ul.menu_nav  li,ul.menu_nav  ul {
	list-style: none;
	text-align: center;
	margin-right: 30px;
}

ul.menu_nav {
	position: relative;
	z-index: 597;
	float: left;
	margin-top: 5px;
}

ul.menu_nav  li {
	float: left;
	line-height: 1.3em;
	vertical-align: middle;
	text-align: center;
	zoom: 1;
	width: 180px;
}

/*Quan un link ja s'ha visitat*/
a:visited {
	color: #fff;
}

/*Contorn del menú*/
ul.menu_nav  li.hover,ul.menu_nav  li:hover {
	position: relative;
	z-index: 599;
	cursor: default;
	/*background-color:#acab01;*/
	background-color: #A5AEA4;
	float: left;
	width: 180px;
	border-radius: 15px;
}

/*Oculta el que hi ha dintre de ul*/
ul.menu_nav  ul {
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 598;
	width: 100%;
}

/*Contorn del submenu o items del menú */
ul.menu_nav  ul li {
	float: left;
	/*background-color: #000;*/
	background-color: #acab01;
	margin-left: -40px;
	border-radius: 15px;
}

ul.menu_nav  ul ul {
	top: 1px;
}

/*Fa visibles el items del menu que esta seleccionat*/
ul.menu_nav  li:hover>ul {
	visibility: visible;
}

ul.menu_nav  li.rtl ul {
	top: 100%;
	right: 0;
	left: auto;
}

ul.menu_nav  li.rtl ul ul {
	top: 1px;
	right: 99%;
	left: auto;
}

ul.desplegable {
	font-weight: bold;
}

ul.desplegable li {
	padding: 7px 10px;
	border-style: solid;
	border-width: 1px 1px 1px 0;
	border-color: #fff #d9d9d9 #d9d9d9;
	background-color: #f6f6f6;
	color: #000;
}

/*Div que contiene el menu*/
#menu {
	width: 100%;
	height: 35px;
	/*background-color:#377;
	background-color: #A5AEA4;*/
	background-color: #acab01;
	text-align: center;
	border-radius: 15px;
	font-size: large;
	color: white;
}

#menu a:link {
	color: #fff;
	text-decoration: none;
}

#menu a:active {
	color: #000;
	text-decoration: none;
}

#menu a:visited {
	color: #fff;
	text-decoration: none;
}

#menu a:hover {
	color: #fff;
	text-decoration: none;
}

/*Peu de la pàgina web*/
#footer {
	/*background-color: blue;*/
	background-color: #acab01;
	height: 150px;
	margin-left: 5%;
	margin-right: 5%;
	border-radius: 15px;
	/*margin-top: -20px;*/
}

/*Logo que hi ha al peu de la pàgina*/
#subFoter {
	float: left;
	margin-top: 1%;
	margin-left: 1%;
}

/* Formulari de Contacte */
@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
/*
html {
	background: url(http://thekitemap.com/images/feedback-img.jpg) no-repeat;
	background-size: cover;
	height: 100%;
}*/
#feedback-page {
	text-align: center;
}

#form-div {
	background-color: rgba(72, 72, 72, 0.4);
	padding-left: 35px;
	padding-right: 35px;
	padding-top: 35px;
	padding-bottom: 50px;
	width: 450px;
	left: 50%;
	position: static;
	margin-top: 30px;
	margin-left: 5%;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

.feedback-input {
	color: #3c3c3c;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 500;
	font-size: 18px;
	border-radius: 0;
	line-height: 22px;
	background-color: #fbfbfb;
	padding: 13px 13px 13px 54px;
	margin-bottom: 10px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border: 3px solid rgba(0, 0, 0, 0);
}

.feedback-input:focus {
	background: #fff;
	box-shadow: 0;
	border: 3px solid #3498db;
	color: #3498db;
	outline: none;
	padding: 13px 13px 13px 54px;
}

.focused {
	color: #30aed6;
	border: #30aed6 solid 3px;
}

/* Icons ---------------------------------- */
#name {
	background-image: url(http://rexkirby.com/kirbyandson/images/name.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#name:focus {
	background-image: url(http://rexkirby.com/kirbyandson/images/name.svg);
	background-size: 30px 30px;
	background-position: 8px 5px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#email {
	background-image: url(http://rexkirby.com/kirbyandson/images/email.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#email:focus {
	background-image: url(http://rexkirby.com/kirbyandson/images/email.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#comment {
	background-image:
		url(http://rexkirby.com/kirbyandson/images/comment.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

textarea {
	width: 100%;
	height: 150px;
	line-height: 150%;
	resize: vertical;
}

input:hover,textarea:hover,input:focus,textarea:focus {
	background-color: white;
}

#button-blue {
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	float: left;
	width: 100%;
	border: #fbfbfb solid 4px;
	cursor: pointer;
	background-color: #3498db;
	color: white;
	font-size: 24px;
	padding-top: 22px;
	padding-bottom: 22px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	margin-top: -4px;
	font-weight: 700;
}

#button-blue:hover {
	background-color: rgba(0, 0, 0, 0);
	color: #0493bd;
}

.submit:hover {
	color: #3498db;
}

.ease {
	width: 0px;
	height: 74px;
	background-color: #fbfbfb;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	-ms-transition: .3s ease;
	transition: .3s ease;
}

.submit:hover .ease {
	width: 100%;
	background-color: white;
}

@media only screen and (max-width: 580px) {
	#form-div {
		left: 3%;
		margin-right: 3%;
		width: 88%;
		margin-left: 0;
		padding-left: 3%;
		padding-right: 3%;
	}
}