/*
@import url('fonts.googleapis.com/css?family=Roboto:400');
@import url('fonts.googleapis.com/css?family=Roboto:300');
@import url('fonts.googleapis.com/css?family=Roboto:500');
@import url('fonts.googleapis.com/css?family=Roboto:700');
*/

/*
@import url(http://fonts.googleapis.com/css?family=Roboto:400);
@import url(http://fonts.googleapis.com/css?family=Roboto:300);
@import url(http://fonts.googleapis.com/css?family=Roboto:500);
@import url(http://fonts.googleapis.com/css?family=Roboto:700);
*/


@import "font-awesome.css";

body {
	margin: 0;
	padding: 0;
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
	font-size: 11px;
	line-height: 1.4em;
	background-color:#0A9FDD;
	
}

.bg-water {
    position: absolute;
    top: 0px;
    z-index: -1;
}

#site_title { float: left; left:100px; }
#site_title a { display: block; font-size: 12px; font-family: Georgia, "Times New Roman", Times, serif; width: 372px; height: 109px; color: #acacac; text-indent: -10000px; background:  url(images/lavandaria_logo.png) no-repeat top left }

#lavandaria_header {
	height: 60px;
	padding: 50px 70px 170px 70px;
}

#lavandaria_menu { float: right;}

#lavandaria_wrapper {
	width: 960px;
	padding: 0 10px;
	margin: 0 auto;
	/*background-color:#FFFFFF;*/
	border:solid 0px;
}

#meio{
	width: 960px;
	margin: 0 auto;
	background-color:#FFFFFF;
	border:solid 0px;
	border-top-left-radius:20px;
	border-top-right-radius:20px;
	border-bottom-left-radius:20px;
	border-bottom-right-radius:20px;
	margin-bottom:30px;
	padding-bottom:30px;
	
}

#rodape {
	width: 100%;
	background-color:#FFF;
	/*background: url(images/templatemo_footer.png) top repeat-x*/
	opacity:0.4;
filter:alpha(opacity=40); /* For IE8 and earlier */
}



#rodape_texto {
	width: 960px;
	margin: 0 auto;
	padding: 10px 10px 10px;
	text-align: left;
	background-color:#FFFFFF;
	color:#666;
}

#sitemaps {
	width: 100%;
	background-color:#2074b6;
	/*background: url(images/templatemo_footer.png) top repeat-x*/
	opacity:0.70;
filter:alpha(opacity=0); /* For IE8 and earlier */
}

#links_sitemaps {
	width: 960px;
	margin: 0 auto;
	padding: 10px 10px 10px;
	text-align: left;
	background-color:#2074b6;
	color:#666;
	height:110px;
}


#home { 
}
#subpage { background-image: url(images/templatemo_body_subpage.jpg) }

h1, h2, h3, h4, h5, h6 {
	color:#333;
	font-weight:400;
	padding: 0;
	margin: 0 0 10px 0;
	font-family: Georgia, "Times New Roman", Times, serif
}



h1 { font-size:32px }
/*h2 { font-size:26px; margin-bottom: 30px; line-height: 20px; }*/
h3 { font-size:20px }
h4 { font-size:18px }
h5 { font-size:16px }
h6 { font-size:12px }

.left { float:left }
.right { float:right }
.clear { clear: both }
.h30 { height: 30px }
.h60 { height: 60px }

img { margin: 0; padding: 0; border: 0 }
.img_border { border: 1px solid #999; background: #fff; padding: 3px; }
.img_border_b { border: 1px solid #999; background: #fff; padding: 6px }
.img_nom { display: block; margin-bottom: 15px }
.img_fl { float: left; display: block; margin: 1px 20px 8px 0 }
.img_fr { float: right; margin: 1px 0 8px 20px }

p { margin: 0 0 10px 0; padding: 0 }
em { color: #333 }
hr { margin-bottom: 40px; padding-top: 20px; border: none; border-bottom: 1px solid #ccc }

a:link, a:visited { color:#76a33b; text-decoration: none}
a:hover { text-decoration:underline }
a:hover,a:active { outline:none }

a.more { display: block; margin-top: 15px; color: #fff; width: 80px; height: 24px; line-height: 24px; text-align: center; background: url(images/templatemo_more.png) }

ul.nobullet { margin: 0; padding: 0; list-style: none }
ul.nobullet li { margin: 0; padding: 0 }

ul.list_bullet { margin: 10px 0 10px 15px; padding: 0; list-style: none }
ul.list_bullet li { color:#555; margin: 0 0 7px 0; padding: 0 0 0 20px; background: url(images/templatemo_bullet.png) no-repeat scroll 0 5px  }
ul.list_bullet li a { color: #555; font-weight: normal; text-decoration: none }
ul.list_bullet li a:hover { color: #555 }


/************************************* Intro */
.coluna {
	width: 300px;
    color: #323232;
    font: 300 13px/18px 'Roboto',sans-serif;
	
	display: inline;
    float: left;
    margin-left: 10px;
    margin-right: 0px;
}

.coluna span {
	font-size:14px;
}

.img_inner {
    -moz-box-sizing: border-box;
    margin-bottom: 29px;
    margin-top: 0;
    max-width: 100%;
	border-top-left-radius:5px;
    border-top-right-radius:5px;
}

h1, h2, h3 {
    color: #1ABAAE;
    font-size: 37px;
    line-height: 27px;
    margin-bottom: 11px;
    text-transform: uppercase;
	font-weight: 500;
	font-family:Verdana, Geneva, sans-serif;
}

h1 span, h2 span, h3 span {
    color: #1B1D1F;
    display: block;
    font-size: 23px;
    font-weight: 300;
    padding-top: 5px;
	font-family:Verdana, Geneva, sans-serif;
}

a.btn:after {
    color: #FFFFFF;
    content: "";
    font-family: 'FontAwesome';
    font-size: 24px;
    font-weight: normal;
    line-height: 41px;
    position: absolute;
    right: 13px;
    top: 0;
    transition: all 0.5s ease 0s;
}
.top a.btn {
    margin-bottom: 51px;
}
a.btn {
    background-color: #1B1D1F;
    color: #FFFFFF;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    margin-top: 27px;
    padding: 9px 46px 13px 20px;
    position: relative;
    text-transform: uppercase;
	content: "\f000";
    font-family: 'FontAwesome';
}

a.btn:hover {
    background-color: #1ABAAE;
}

a {
    color: inherit;
    outline: medium none;
    text-decoration: none;
    transition: all 0.5s ease 0s;
}


/*Freila */

.list.styled > ul li {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    list-style-type: none;
    margin: 0 0 0.5em;
    padding: 0;
    position: relative;
}

.list, .list.styled > ul, .list.arrow-list > ul {
    margin-left: 0;
	padding-left:10px;
	margin-bottom:0;
}

.list.arrow-list > ul li:before {
    content: "";
}

.list li:before, .list.styled > ul li:before, .list.arrow-list > ul li:before {
    content: "";
    margin: 0;
    padding: 0;
    width: 0;
}

.list li:before {
    content: attr(data-icon);
    display: inline-block;
    font-family: 'FontAwesome';
    height: 14px;
    line-height: 14px;
    margin-right: 5px;
    width: 14px;
}

.list li, .list.styled > ul li, .list.arrow-list > ul li {
    background: url("images/list_arr.png") no-repeat scroll 0 4px rgba(0, 0, 0, 0);
    color: #41DCF3;
    font: bold 12px/20px Arial,Helvetica,sans-serif;
    list-style-type: none;
    margin-bottom: 7px;
    padding-left: 24px;
}

.list li a, .list.styled > ul li a, .list.arrow-list > ul li a {
    color: #41DCF3;
    line-height: 20px;
    vertical-align: top;
}
.list li a:hover, .list.styled > ul li a:hover, .list.arrow-list > ul li a:hover {
    color: #333333;
}

.list li:before, .list.styled > ul li:before, .list.arrow-list > ul li:before {
    content: "";
    margin: 0;
    padding: 0;
    width: 0;
}


a.btn_view_more {
    background: url("images/btn_arr.png") no-repeat scroll 0 5px rgba(0, 0, 0, 0);
    border-radius: 0;
    box-shadow: none;
    color: #41DCF3;
    font-weight: bold;
    height: auto;
    line-height: 21px;
    padding: 0 0 0 21px;
	cursor: pointer;
    display: inline-block;
	font: bold 12px/20px Arial,Helvetica,sans-serif;
}

.btn_view_more:hover {
  color: #333333;
}



a.btn_orcamento {
    background: linear-gradient(to bottom, #65EFFA, #3FC8E4) repeat-x scroll 0 center #56DFF1;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-radius: 7px;
    border-style: none;
    box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.24);
    color: #FFFFFF;
    font: 16px/36px Arial,Helvetica,sans-serif;
    height: 36px;
    padding: 0 24px;
    text-shadow: none;
    text-transform: none;
    transition: none 0s ease 0s;
	color:#FFFFFF;
	padding:14px;
	background-color:#0285b9;
}

.contactos_info, .contactos_form {
    border-bottom: 1px solid #E7E7E7;
    margin-bottom: 26px;
    padding-bottom: 18px;
	color: #9D9D9D;
    font: 36px/48px Bevan;
}

.mensagem{
	width:500px;
}


a.btn_mensagem {
    background: linear-gradient(to bottom, #65EFFA, #3FC8E4) repeat-x scroll 0 center #56DFF1;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-radius: 7px;
    border-style: none;
    box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.24);
    color: #FFFFFF;
    font: 16px/36px Arial,Helvetica,sans-serif;
    height: 36px;
    padding: 0 24px;
    text-shadow: none;
    text-transform: none;
    transition: none 0s ease 0s;
	color:#FFFFFF;
	padding:5px;
	background-color:#0285b9;
}

.caixa_texto {
background-color: #FFFFFF;
border: 1px solid #CCCCCC;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
-moz-box-sizing: border-box;
height: 25px;
margin: 0;
width: 90%;
padding-left:5px;
}

.caixa_mensagem {
background-color: #FFFFFF;
border: 1px solid #CCCCCC;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
width:492px;
color:#000;
padding-left:5px;
padding-right:5px;
font-size:12px;
}

/********** Lixo ////////////////////////////// */

#blanket {
			   background-color:#111;
			   opacity: 0.40;
			   /*position:absolute;*/
			   z-index: 999;
			   top:0px;
			   left:0px;
			   width:100%;
			   height:100%;
			   position: fixed;
}

#loading{
				float:right;
				padding-top:20px;
            }
			
.loading {
    background: url("images/ajax-loader.gif") no-repeat scroll 35px center #e2e2e2;
    box-shadow: 2px 2px 4px #373737;
    width: 600px;
	height: 500px;
    overflow: hidden;
    position: absolute;
    text-align: center;
    z-index: 1000;
	top: 50%; 
	left: 50%;
	margin-left:-300px;
	margin-top:-250px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.loading span {
    color: #FFFFFF;
    font-size: 12px;
    line-height: 80px;
    padding-left: 40px;
	padding-bottom:20px;
    text-transform: uppercase;
	font-family:Verdana, Geneva, sans-serif;
}

.enviado_sucesso {    
	background: url("images/check.png") no-repeat scroll 10px center #060;
    box-shadow: 2px 2px 4px #666;    
    overflow: hidden;
    position: absolute;
    text-align: center;
    width: 250px;
	height: 100px;
    z-index: 1000;
	top: 50%; 
	left: 50%;
	margin-left:-125px;
	margin-top:-50px;
}

.enviado_sucesso span {
    color: #FFFFFF;
    font-size: 12px;
	margin-top:35px;
    text-transform: uppercase;
	font-family:Verdana, Geneva, sans-serif;
	padding-bottom:5px;
}	


.fechar {
	padding-top:15px;
	font-size:10px;
	color:#FFF;
}




.list_sitemaps > ul {
    margin-left: 0;
	padding-left:10px;
	margin-bottom:0;
	width:180px;
	float:left;	
}

.list_sitemaps li:before {
    content: "";
    margin: 0;
    padding: 0;
    width: 0;
}

.list_sitemaps li:before {
    content: attr(data-icon);
    display: inline-block;
    font-family: 'FontAwesome';
    height: 14px;
    line-height: 14px;
    margin-right: 5px;
    width: 14px;
}

.list_sitemaps li {
    background: url("images/list_arr.png") no-repeat scroll 0 4px rgba(0, 0, 0, 0);
    color: #FFF;
    font: bold 12px/20px Arial,Helvetica,sans-serif;
    list-style-type: none;
    margin-bottom: 7px;
    padding-left: 5px;
}

.list_sitemaps li a {
    color: #FFF;
    line-height: 20px;
    vertical-align: top;
}
.list_sitemaps li a:hover {
    color: #333333;
}

.list li:before {
    content: "";
    margin: 0;
    padding: 0;
    width: 0;
}


.img_face:hover
{
opacity:0.4;
filter:alpha(opacity=40); /* For IE8 and earlier */
}


.icon-collapse:before {
	font-family: 'FontAwesome';
    content: "\f000";
	color:#000000;	
	content: "";
    font-size: 24px;
    font-weight: normal;
    right: 13px;
    top: 0;
    transition: all 0.5s ease 0s;
}

.icon-home:before {
	font-family: 'FontAwesome';
    content: "\f015";
	color:#0285b9;
}


.icon-envelope-alt:before {
	font-family: 'FontAwesome';
    content: "\f003";
	color:#0285b9;
}


.fa-phone:before {
	font-family: 'FontAwesome';
    content: "\f095";
	color:#0285b9;
}

.fa-clock-o:before {
	font-family: 'FontAwesome';
    content: "\f017";
	color:#0285b9;
}


.img_promocao:hover
{
opacity:0.4;
filter:alpha(opacity=40); /* For IE8 and earlier */
}
