@charset "UTF-8";
/* CSS Document */

@import url('fonts.css');


/*-----------------  PAGINA E REGOLE GENERALI  -----------------*/
html{
	width: 100%;
	height: 100%;
}

body{ 
	width: 100%;
	height: 100%;
    margin: 0;
    padding: 0;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{padding:0;}

.row{margin:0;}

.content{       /***************************************/
	width: 1200px;
	margin:0 auto;
}


/*-----------------  NAVIGATION BAR  -----------------*/

@media(min-width:768px){
	.content{
		width: 768px;
	}
	.navbar-custom {
		text-transform: uppercase;
		font-family: "raleway-regular";
		font-size: 17px;
		min-height: 0px;
		background-color: rgba(0,0,0,0.2);
		letter-spacing: 1px;
		-webkit-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
		-moz-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
		transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
 	}

 	.navbar-custom a {
    	color: #fff;
	}

	.navbar-custom .nav li a {
		-webkit-transition: background 0.3s ease-in-out;
		-moz-transition: background 0.3s ease-in-out;
		transition: background 0.3s ease-in-out;
		padding:28px 0;
		margin: 0 13px;
	}
	
	.navbar-custom .nav li a:hover {
		color: #c5dada;
	  	outline: none;
	  	background-color: transparent;
	}
	
	.navbar-custom .nav li a:focus,
	.navbar-custom .nav li a:active {
		outline: none;
	  	background-color: transparent;
	}
	.navbar-custom .nav li.active {
	  	outline: none;
	}
	.navbar-custom .nav li.active a {
	 	color: #fff;
	}
	.navbar-custom .nav li.active a:hover {
	  	color: #fff;
	}

 	.navbar-custom.top-nav-collapse {
    	background-color: #c5dada;
    	border-bottom: 1px solid rgba(255, 255, 255, 1);	
 	}
	
 	.navbar-custom.top-nav-collapse .nav li a{
    	-webkit-transition: background 0.3s ease-in-out, padding 0.5s ease-in-out;
    	-moz-transition: background 0.3s ease-in-out, padding 0.5s ease-in-out;
    	transition: background 0.3s ease-in-out, padding 0.5s ease-in-out;
		padding: 14px 0;
		margin:0 13px;
	}
	
 	.navbar-custom.top-nav-collapse .nav li a:hover{
	 	color: #00726a;
 	}
	
	.navbar-custom.top-nav-collapse .nav li.active a {
		color:#00726a;
	}
	
 	#menu-content{
		width: 730px;
		margin:0 auto;
		padding:0;
 	}
}

@media(max-width:767px){
	.content{
		width:100%;
	} 
	.navbar-custom {  
		margin-bottom: 0;
	   	border-bottom: 1px solid rgba(255, 255, 255,1);
	  	background-color: #c5dada;
		font-size: 20px;
	}
	.navbar-custom .navbar-toggle {
		width: 50px;
	 	color: #fff;
	  	font-size: 30px;
		float:none;
		margin:0 auto;
	}
	.navbar-custom .navbar-toggle:focus,
	.navbar-custom .navbar-toggle:active {
	  	outline: none;
	}
	
	.navbar-custom .nav li{
		padding: 17px 0;
	}

	.navbar-custom .nav li a {
		-webkit-transition: background 0.3s ease-in-out;
	  	-moz-transition: background 0.3s ease-in-out;
	  	transition: background 0.3s ease-in-out;
		color: #fff;
		text-align: center;
		text-transform: uppercase;
	}
	.navbar-custom .nav li a:hover {
	  	color: #0b8a81;
	  	outline: none;
	  	background-color: transparent;
	}
	.navbar-custom .nav li a:focus,
	.navbar-custom .nav li a:active {
	  	outline: none;
		color: #0b8a81;
	}
	.navbar-custom .nav li a:active {
		padding: 17px 0;
		color: #0b8a81;
	}
	
	.navbar-fixed-bottom .navbar-collapse,
	.navbar-fixed-top .navbar-collapse{
		max-height: 100%;
		border-top: 1px solid #fff;
	}
	.container .navbar-header {
		width: 50px;
		margin: 0 auto;
	}
}

@media(min-width:992px) and (max-width: 1199px){
	
	.content{
		width: 992px;
	}
	
	.navbar-custom {  
		border-bottom:0;
		font-size: 20px;

	}
	.navbar-custom {
		background-color: rgba(0,0,0,0.2);
	}
	.navbar-custom .nav li a {
		padding:28px 0;
		margin: 0 24px;
	}
	
	.navbar-custom.top-nav-collapse .nav li a{
		padding: 14px 0;
		margin: 0 24px;
   }
	 
	#menu-content{
		width: 936px;
		margin:0 auto;
		padding:0;
  	}
}

@media(min-width:1200px){
  .content{
	width: 1200px;
  }
	
  .navbar-custom {
	background-color: rgba(0,0,0,0.2);
    border-bottom: none;
    letter-spacing: 1px;
    font-size: 20px;
    -webkit-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    -moz-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
  }
  .navbar-custom a {
    color: #fff;
  }
  .navbar-custom.top-nav-collapse {
    background-color: #c5dada;
    border-bottom: 1px solid rgba(255, 255, 255, 1);	
  }
	
  .navbar-custom .nav li a {
	 padding:28px 0;
	  margin: 0 30px;
  }
	
  .navbar-custom.top-nav-collapse .nav li a{
    -webkit-transition: background 0.3s ease-in-out, padding 0.5s ease-in-out;
    -moz-transition: background 0.3s ease-in-out, padding 0.5s ease-in-out;
    transition: background 0.3s ease-in-out, padding 0.5s ease-in-out;
	padding: 14px 0;
	margin:0 30px;
  }
	
  .navbar-custom.top-nav-collapse .nav li a:hover{
	 color: #00726a;
  }
	
  #menu-content{
	width: 996px;
	margin:0 auto;
	padding:0;
  }
}


/*-----------------  SFONDO HOMEPAGE  -----------------*/
.intro {
  display: table;
  width: 100%;
  height: 100%;
  min-height: 430px;
  color: white;
  background: url(../img/home.jpg) no-repeat bottom center scroll;
  background-color: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.intro .intro-body {
  display: table-cell;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .intro {
    height: 100%;
    padding: 0;
  }
}


/*-----------------  DESCRIZIONI HOMEPAGE  -----------------*/
#home-content{
 	margin:0 auto;
	padding:0;
  }

#titolo{
	width: 268px;
	font-family: 'dosis-medium';
	color: #066;
	font-size: 47px;
	padding-left:25px;
	line-height: 60px;
	font-weight: 500;
	margin:0 auto;
}

#titolo span{
	font-family: 'dosis-light';
}

#figure_prof{
	width: 265px;
	margin-top: 30px;
	font-family: 'dosis-medium';
	text-align: left;
	line-height: 25px;
	font-size: 20px;
}

#figure_prof span{
	font-family: 'dosis-light';
	font-size: 18px;
}

@media(max-width: 767px){
	#titolo{
		font-size:32px;
		line-height: 40px;
		padding-left:0;
		width: 168px;
	}
	
	#figure_prof{
		margin-top: 10px;
		width: 180px;
	}
}

/*-----------------  REGOLE COMUNI PAGINE  -----------------*/

.page_title{
	font-family: 'raleway-medium';
	color: #00726a;
	font-size: 40px;
	font-weight: 500;
	text-align: center;
	padding-top:100px;
	padding-bottom:50px;
}

.page_description{
	font-family: 'raleway-medium';
	color: #000;
	font-size: 16px;
	font-weight: 500;
	line-height: 23.999px;
	text-align: center;
	margin-bottom:100px;
}

@media(max-width:767px){
	.page_description{
		margin-bottom:50px;
		padding: 0 20px;
	}
	
	.page_title{
		padding-top:50px;
	}
}

#carousel1{
	width: 100%;
	margin:0 auto;
	margin-top:50px;
}

@media(min-width:1200px){
	.carousel-inner>.item>img{
		width:100%;
	}
}

@media(min-width:1500px){
	.carousel-inner{
		 max-height:625px;
	 }
	.carousel-inner>.item.active{
		max-height:625px;
	}
}
.carousel-caption{
    width: auto;
    height: 112px;
	position: absolute;
    top: 50%;
    margin-top: -56px;
	text-shadow: 0 0 0;
	padding:0;
}

.carousel-caption h3{
	font-family: "raleway-semibold";
	font-size: 25px;
}

.carousel-caption p{
	font-family: "raleway-regular";
	font-size: 15px;
}

.carousel-caption p span{
	font-family:"raleway-semibold";
	text-transform: uppercase;
}

@media(min-width: 768px){
	.carousel-inner{
		 width:100%;
	 }
	.caption-right{
		left:50%;
		right:0;
	}

	.caption-left{
		left:0;
		right:50%;
	}
	
	.carousel-caption h3{
		font-family: "raleway-semibold";
		font-size: 40px;
	}

	.carousel-caption p{
		font-family: "raleway-regular";
		font-size: 20px;
	}
}

/*-----------------  PAGINA AREE INTERVENTO  -----------------*/

@media(max-width: 767px){
	.carousel-indicators{
		visibility: hidden;
	}
}
.area_content{
	width: 100%;
}

.area_content .page_title{
	text-align: left;
	font-size: 25px;
	line-height: 25px;
    padding-bottom: 30px;
	color: #fff;
}

.area_content .page_description{
	text-align: left;
	margin-bottom: 38px;
	padding:0;
}


.area_content ul{
	font-family: 'raleway-medium';
	color: #000;
	font-size: 16px;
	font-weight: 500;
	margin-left: 30px;
	margin-bottom: 40px;
	line-height: 20px;
	margin-right: 80px;
}

.area_content li{
	margin-bottom: 20px;
}

.area_content_img img{
	margin-bottom: 100px;	
}

@media(max-width: 767px){
	.area_content{
		margin-top:38px;
	}
	
	.area_content ul{
		margin-left:-22px;
	}
	
	.area_content_img{
    	max-height: 300px;
		overflow:hidden;
		background-position:center;
	}
	
	.area_content_img img{
		margin-bottom: 0px;	
	}
}

@media(min-width: 768px) and (max-width:991px){
	.area_content{
		margin-top:38px;
	}
	
	.area_content ul{
		margin-left:-22px;
	}
	
	.area_content_img{
		max-height: 350px;
		overflow: hidden;
	}
}

#stefaniamontagna{
}

#barbaracarta{
	background-color: #a3c7c5;
}

#gabriellafeliciotti{
	background-color: #a3c7c5;
}

#compiti{
	font-family: "raleway-medium";
	color: rgb(0, 0, 0);
	font-size: 18px;
	font-weight: 500;
	line-height: 30px;
	padding-left:20px;
	padding-right:20px;
}

#compiti span{
	font-family:"Arial";
}

@media(max-width:767px){
	#compiti{
		font-size:17px;	
	}
}

.area_content_back{
	background-color: rgba(164, 200, 198, 0.4);
}

.area_content_back .area_content .page_title{
	color: #00726a;
}

.area_content_back .area_content p{
	font-family: 'raleway-bold';
	font-size: 16px;
	margin-left: 0px;
	padding-left: 52px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

ul {
	list-style-type:circle;
}

.button{
	margin-left: 52px;
	text-align: center;
	border:2px solid #0b8a81;
	border-radius: 30px;
	margin-top: 10px;
	background-color:#fff;
	margin-bottom: 100px;
}

.button h3{
	font-size: 18px;	
	font-family: "raleway-semibold";
	margin:0;
}

.button h3 span.titolo{
	color: #000000;
	font-size: 13px;
	font-weight: 400;
}

.button h3 span{
	color: #0b8a81;
	font-weight: 500;
	font-family: "raleway-medium";
}

@media(max-width:991px){
	.button{
		margin-left:0px;
	}
	
	.area_content_back .area_content p{
		padding-left:0;
	}
}

.btn-default:hover{
	background-color: #e4e0db;
	border-color: #0b8a81
}

/*-----------------  PAGINA CHI SIAMO  -----------------*/

#chisiamo{
	
}

.grid {
	position: relative;
	clear: both;
	margin: 0 auto;
	list-style: none;
	text-align: center;
	
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	height: auto;
	background: #e4e0db;
	text-align: center;
	cursor: pointer;
}

@media(max-width:767px){
	.grid figure{
		width: 250px;
		max-height: 333px;
	}
	
	figure.effect-goliath:hover p {
		width: 250px;
		text-align: center;
	}
	
	#figure1{
		margin:0;
		margin-bottom: 50px;
	}

	#figure2{
		margin:0;
		margin-bottom: 50px;
	}

	#figure3{
		margin:0;
		margin-bottom: 50px;
	}

	#figure4{
		margin:0;
		margin-bottom: 50px;
	}
	
	.fig-container{
		width: 250px;
		margin:0 auto;
	}
}





.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 11;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
    font-family: "raleway-regular";
	line-height:21px;
	font-size: 15px;
	background-color: rgba(0, 115, 107, 0.6);
	width:100%;
}

.grid figure h2 span {
	font-family:"raleway-bold";
	font-size: 16px;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 15px;
	text-align: center;
	color: red;
}



/*-----------------*/
/***** Goliath *****/
/*-----------------*/

figure.effect-goliath {
	background: #e4e0db;
}

figure.effect-goliath img,
figure.effect-goliath h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-goliath img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-goliath h2,
figure.effect-goliath p {
	position: absolute;
	bottom: 0;
	left: 0;
	padding-top: 4px;
	padding-bottom: 7px;
	color: #fff;
}

figure.effect-goliath p {
	text-transform: none;
	width:100%;
	font-size: 90%;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,50px,0);
	transform: translate3d(0,50px,0);
	color: #000;
}

figure.effect-goliath:hover img {
	-webkit-transform: translate3d(0,-40px,0);
	transform: translate3d(0,-40px,0);
}

figure.effect-goliath:hover h2 {
	-webkit-transform: translate3d(0,-40px,0);
	transform: translate3d(0,-40px,0);
	background-color:  rgba(0, 115, 107, 0.6);
}

figure.effect-goliath:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	width:100%;
	text-align: center;
	font-size:15px;
	padding: 10px 0;
}
@media(min-width: 768px) and (max-width:991px){
	.grid figure{
		width: 300px;
		max-height: 400px;
	}
	figure.effect-goliath:hover p {
		/*width: 300px;*/
		text-align: center;
	}
	#figure1{
		margin-left:56px;
		margin-right:28px;
		margin-bottom:56px;
	}

	#figure2{
		margin-left:28px;
		margin-right:56px;
		margin-bottom:56px;
	}

	#figure3{
		margin-left:56px;
		margin-right:28px;
	}

	#figure4{
		margin-left:28px;
		margin-right:56px;
	}
}
@media(min-width: 992px) and (max-width:1199px){
	.grid figure{
		width: 216px;
		max-height: 288px;
	}
	
	figure.effect-goliath:hover p {
		/*width: 216px;*/
		text-align: center;
	}
	
	#figure1{
		margin-left:25px;
		margin-right:7px;
	}

	#figure2{
		margin-left:19px;
		margin-right:13px;
	}

	#figure3{
		margin-left:13px;
		margin-right:19px;
	}

	#figure4{
		margin-left:7px;
		margin-right:25px;
	}
}

@media(min-width:1200px){
	.grid figure{
		max-height: 347px;
		width: 260px;
	}
	
	figure.effect-goliath:hover p {
		/*width: 260px;*/
		text-align: center;
	}
	
	#figure1{
		margin-left:32px;
		margin-right:8px;
	}

	#figure2{
		margin-left:24px;
		margin-right:16px;
	}

	#figure3{
		margin-left:16px;
		margin-right:24px;
	}

	#figure4{
		margin-left:8px;
		margin-right:32px;
	}
}


#carousel2{
	width: 100%;
	margin:0 auto;
}

@media(max-width:767px){

	#carousel2 .carousel-inner>.item.active{
		max-height: 5000px;
	}
	
	#carousel2 .carousel-inner>.item>img{
		max-width:auto;
		width: 170%;
		max-height: 5000px;
	}
}

#studio{
	margin-top:100px;
	padding-top: 0px;
}

@media(max-width: 767px){
	#studio{
		margin-top:10px;
	}
}
/*-----------------  PAGINA DOVE SIAMO  -----------------*/

.pinkArea{
	width: 100%;
	background-color: #e4e0db;
	padding: 50px 0;
	text-align: center;
	font-family: 'raleway-medium';
	color: #000;
	font-size: 25px;
	font-weight: 500;
	/*line-height: px;*/
}

#map {
    width: 100%;
    height: 400px;
}


/*-----------------  PAGINA CONTATTI  -----------------*/

#contact_title{
	padding-bottom:100px;
}
.contactArea{
	width:100%;
	padding: 50px 90px;;
	background-color: #e4e0db;
}

@media(max-width:767px){
	.contactArea{
		padding: 50px 19px;
	}
	
	#contact_title{
	padding-bottom:50px;
}
}

@media(min-width:768px) and (max-width:832px){
	.contactArea{
		padding: 30px 30px;
	}
}

@media(min-width:833px) and (max-width:991px){
	.contactArea{
		padding: 50px 50px;
	}
}


.contactArea p{
	margin:0;
	font-family: 'raleway-regular';
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
}

.contactArea p span{
	font-family: 'raleway-italic';
	line-height: 35px;
	font-size: 17px;
}

.contactArea h3{
	margin:0;
	font-family: 'raleway-semibold';
	font-size: 30px;
	font-weight: 600;
	line-height: 25px;
}

.contactArea h3 span{
	font-family: 'raleway-medium';
	color: #0b8a81;
	font-size: 30px;
	font-weight: 500;
	line-height: 35px;
}

.contacts{
	margin-top:40px;
	font-size: 17px;
	line-height: 15px;
	font-family: 'raleway-regular';
	font-weight: 400;
}

.contacts span{
	font-family: 'raleway-medium';
}

.contacts span.contactsArial{
	font-family: "Arial";
	font-weight:600;
}

.contacts span.mail{
	font-family: "raleway-bold";
}

#area_uno{
	border-style:solid;
	border-color:#fff;
	border-width: 0px;
	border-right-width:0.5px;
	border-bottom-width: 0.5px;
}

#area_due{
	border-style:solid;
	border-color:#fff;
	border-width: 0px;
	border-left-width:0.5px;
	border-bottom-width: 0.5px;
}

#area_tre{
	border-style:solid;
	border-color:#fff;
	border-width: 0px;
	border-right-width:0.5px;
	border-top-width: 0.5px;
}

#area_quattro{
	border-style:solid;
	border-color:#fff;
	border-width: 0px;
	border-left-width:0.5px;
	border-top-width: 0.5px;
}


/*-----------------  FOOTER  -----------------*/

#footer{
	width: 100%;
	padding: 25px 0;
	background-color: #00726a;
	text-align: center;
	font-family: "raleway-regular";
	color: #fff;
	font-size: 13px;
}

/*-----------------  PAGINE PROFILI  -----------------*/

.content_profili{
	margin:0;
}

#profili{
	padding:100px 0;
	font-family:"raleway-medium";
	font-size: 15px;
}

#margini{}

@media(max-width: 768px){
	#margini{
		margin-left:50px; 
		padding-right: 50px;
	}

}

@media(max-width: 767px){
	#immagineProfilo{
		display:none;
	}
}

.nome{
	margin:0;
	font-family: "raleway-medium";
	font-size: 35px;
	color: #00726a;
	font-weight: 500;
}

.cognome{
	margin:0;
	font-family: "raleway-semibold";
	font-size: 35px;
	color: #000100;
	text-transform:uppercase;
	font-weight: 600;
	line-height: 30px;
}

.area_titolo{
	width: 100%;
	margin-top: 25px;
	padding:11px 15px;
	background-color: #e4e0db;
}

.descrizione_area{
	margin-top: 25px;
}

#bottone_area{
	margin: 50px 0;
	margin-left:0;
}

.content_profili h5{
	padding:0;
	font-family: "raleway-semibold";
	font-size: 18px;
	color: #00726a;
	padding-bottom: 15px;
}

#contatti_area{
	margin-top:50px;
}

.content_profili p{
	font-family: "raleway-medium";
	margin-top: 15px;
}

.content_profili p span {
	font-family: "raleway-italic";
	font-weight: 600;
}

.content_profili p span.email{
	font-family: "raleway-semibold";
}

.content_profili p span.numbers{
	font-family: "arial";
}


/*------------- BANNER COOKIES---------------*/

#cookieChoiceInfo {           
  	background-color: rgba(0,67,67,0.76);     				 
 	color: #DDD;               
  	padding: 10px;              
  	opacity: 1;     
  	font-family: 'raleway-regular';
	font-size: 14px;
	font-weight: 200;         
}

#cookieChoiceInfo span{
	color:#ccc;
}

#cookieChoiceInfo a{
	color:#fff;
}

#cookieChoiceInfo a:hover{
	color:#fff;
}

#cookieInfoLink {                      
  color: #E00;                
  text-decoration: underline; 
}
#cookieInfoLink:hover {       
  color: #F44;                
  test-decoration:none;      
}
#cookieChoiceDismiss {        

}
#cookieChoiceDismiss:hover { 
	color:#fff;
}

.cookie-header{
	width: 100%;
	height: 73px;
	background-color:#1D1D1D;
}

#cookie-logo{
	width:332px;
    height:47px;
	margin:13px 37px;
}

.privacy-content{
	margin:0 37px;
	font-family:'raleway-regular';
	font-size:13px;
	padding: 37px 0;
}

.privacy-content h3{
	font-family:'raleway-semibold';
	font-weight: normal;
	font-size:15px;
	color:#00726a;
}

.privacy-content p, ol{
	font-size:13px;
}

.privacy-content strong{
	font-family:'raleway-semibold';
	font-weight: normal;
	font-size:14px;
	color:#000;
}

.privacy-content a{
	color:#00726a;
}

.privacy-content a:hover{
	color:#000;
}