/* remove codrops styles and reset the whole thing */
#container_demo{
	 text-align: left;
	 margin: 0;
	 padding: 0;
	 margin: 0 auto;
	 font-family: "Trebuchet MS","Myriad Pro",Arial,sans-serif;
}

/** fonts used for the icons **/ 
@font-face {
    font-family: 'FontomasCustomRegular';
    src: url('fonts/fontomas-webfont.eot');
    src: url('fonts/fontomas-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/fontomas-webfont.woff') format('woff'),
         url('fonts/fontomas-webfont.ttf') format('truetype'),
         url('fonts/fontomas-webfont.svg#FontomasCustomRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'FranchiseRegular';
    src: url('fonts/franchise-bold-webfont.eot');
    src: url('fonts/franchise-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/franchise-bold-webfont.woff') format('woff'),
         url('fonts/franchise-bold-webfont.ttf') format('truetype'),
         url('fonts/franchise-bold-webfont.svg#FranchiseRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
a.hiddenanchor{
	display: none;
}
/** 111111111111  The wrapper that will contain our two forms **/
#wrapper{
	width: 60%;
	right: 0px;
	min-height: 560px;	
	margin: 0px auto;	
	width: 933px;
	position: relative;
	margin-top:-190px;
}
/**** Styling the form elements **/

/**** general text styling ****/
#wrapper a{
	color: rgb(95, 155, 198);
	text-decoration: underline;
}

#wrapper h1{
	font-size: 18px;
	color: #6a97a1;
	padding: 2px 0 10px 0;
	font-family: 'FontomasCustomRegular';
	font-weight: bold;
	text-align: center;
	padding-bottom: 30px;
}
/** For the moment only webkit supports the background-clip:text;
#wrapper h1{
    background: -webkit-repeating-linear-gradient(-45deg, 
	rgb(18, 83, 93) , 
	rgb(18, 83, 93) 20px, 
	rgb(64, 111, 118) 20px, 
	rgb(64, 111, 118) 40px, 
	rgb(18, 83, 93) 40px);
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
} */
#wrapper h1:after{
	content: ' ';
	display: block;
	width: 100%;
	height: 1px;
	margin-top: 20px;
	background: #E2E2E2;
}

#wrapper p{
	margin-bottom:15px;
}
#wrapper p:first-child{
	margin: 0px;
}
#wrapper label{
	color: rgb(64, 92, 96);
	position: relative;
}



/** 22222222222222 The wrapper that will contain our two forms **/
#wrapper2{
	width: 60%;
	right: 0px;
	min-height: 560px;	
	margin: 0px auto;	
	width: 933px;
	position: relative;
	margin-top:-190px;
}
/**** Styling the form elements **/

/**** general text styling ****/
#wrapper2 a{
	color: rgb(95, 155, 198);
	text-decoration: underline;
}

#wrapper2 h1{
	font-size: 18px;
	color: #6a97a1;
	padding: 2px 0 10px 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	padding-bottom: 30px;
}
#wrapper2 h1:after{
	content: ' ';
	display: block;
	width: 100%;
	height: 1px;
	margin-top: 20px;
	background: #E2E2E2;
}

#wrapper2 p{
	margin-bottom:15px;
}
#wrapper2 p:first-child{
	margin: 0px;
}
#wrapper2 label{
	color: rgb(64, 92, 96);
	position: relative;
}







/** 22222222222222 The wrapper that will contain our two forms **/
#wrapper3{
	width: 60%;
	right: 0px;
	min-height: 560px;	
	margin: 0px auto;	
	width: 1122px;
	position: relative;
}
/**** Styling the form elements **/

/**** general text styling ****/
#wrapper3 a{
	color: rgb(95, 155, 198);
	text-decoration: underline;
}

#wrapper3 h1{
	font-size: 18px;
	color: #6a97a1;
	padding: 2px 0 10px 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	padding-bottom: 30px;
}
#wrapper3 h1:after{
	content: ' ';
	display: block;
	width: 100%;
	height: 1px;
	margin-top: 20px;
	background: #E2E2E2;
}

#wrapper3 p{
	margin-bottom:15px;
}
#wrapper3 p:first-child{
	margin: 0px;
}
#wrapper3 label{
	color: rgb(80, 80, 80);
	position: relative;
}


/**** advanced input styling ****/
/* placeholder */
::-webkit-input-placeholder  { 
	color: rgb(190, 188, 188); 
	font-style: italic;
}
input:-moz-placeholder,
textarea:-moz-placeholder{ 
	color: rgb(190, 188, 188);
	font-style: italic;
} 
input {
  outline: none;
}

/* all the input except submit and checkbox */
#wrapper input:not([type="checkbox"]){
	width: 92%;
	margin-top: 4px;
	padding: 10px 5px 10px 32px;
	border: 1px solid rgb(224, 224, 224);
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.6) inset;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
#wrapper input:not([type="checkbox"]):active,
#wrapper input:not([type="checkbox"]):focus{
	border: 1px solid rgba(91, 90, 90, 0.7);
	background: rgba(238, 236, 240, 0.2);	
	-webkit-box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.9) inset;
	   -moz-box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.9) inset;
	        box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.9) inset;
} 




/* all the input except submit and checkbox */
#wrapper2 input:not([type="checkbox"]){
	width: 92%;
	margin-top: 4px;
	padding: 10px 5px 10px 32px;
	border: 1px solid rgb(224, 224, 224);
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.6) inset;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
#wrapper2 input:not([type="checkbox"]):active,
#wrapper2 input:not([type="checkbox"]):focus{
	border: 1px solid rgba(91, 90, 90, 0.7);
	background: rgba(238, 236, 240, 0.2);	
	-webkit-box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.9) inset;
	   -moz-box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.9) inset;
	        box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.9) inset;
} 

/** the magic icon trick ! **/
[data-icon]:after {
    content: attr(data-icon);
    font-family: 'FontomasCustomRegular';
    color: rgb(106, 159, 171);
    position: absolute;
    left: 10px;
    top: 30px;
	width: 30px;
}

/*styling both submit buttons */
#wrapper p.button input{
	width: 50%;
	cursor: pointer;
	background: #6a97a1;
	padding: 8px 5px;
	font-family:helvetica;
	color: #fff;
	font-size: 13px;
	margin-bottom: 10px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
	-moz-border-radius: 3px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	letter-spacing: 2px;
}

#wrapper p.button input.cancelar{
	width: 30%;
	cursor: pointer;
	background: rgb(189, 189, 189);
	padding: 8px 5px;
	font-family:helvetica;
	color: #fff;
	font-size: 13px;
	margin-bottom: 10px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
	-moz-border-radius: 3px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	letter-spacing: 2px;
}

#wrapper p.button input:hover{
	background: #396;
}
#wrapper p.button input.cancelar:hover{
	background: #F00;
}
#wrapper p.button input:active,
#wrapper p.button input:focus{
	background: rgb(40, 137, 154);
	position: relative;
	top: 1px;
	border: 1px solid rgb(12, 76, 87);	
	-webkit-box-shadow: 0px 1px 6px 4px rgba(0, 0, 0, 0.2) inset;
	   -moz-box-shadow: 0px 1px 6px 4px rgba(0, 0, 0, 0.2) inset;
	        box-shadow: 0px 1px 6px 4px rgba(0, 0, 0, 0.2) inset;
}







/*styling both submit buttons */
#wrapper2 p.button input{
	width: 45%;
	cursor: pointer;
	background: #6a97a1;
	padding: 8px 5px;
	font-family:helvetica;
	color: #fff;
	font-size: 13px;
	margin-bottom: 10px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
	-moz-border-radius: 3px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	letter-spacing: 2px;
}

#wrapper2 p.button input.cancelar{
	width: 30%;
	cursor: pointer;
	background: rgb(189, 189, 189);
	padding: 8px 5px;
	font-family:helvetica;
	color: #fff;
	font-size: 13px;
	margin-bottom: 10px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
	-moz-border-radius: 3px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	letter-spacing: 2px;
}

#wrapper2 p.button input:hover{
	background: #396;
}
#wrapper2 p.button input.cancelar:hover{
	background: #F00;
}
#wrapper2 p.button input:active,
#wrapper2 p.button input:focus{
	background: rgb(40, 137, 154);
	position: relative;
	top: 1px;
	border: 1px solid rgb(12, 76, 87);	
	-webkit-box-shadow: 0px 1px 6px 4px rgba(0, 0, 0, 0.2) inset;
	   -moz-box-shadow: 0px 1px 6px 4px rgba(0, 0, 0, 0.2) inset;
	        box-shadow: 0px 1px 6px 4px rgba(0, 0, 0, 0.2) inset;
}
p.login.button,
p.signin.button{
	text-align: right;
	margin: 5px 0;
}


/* styling the checkbox "keep me logged in"*/
.keeplogin{
	margin-top: -5px;
}
.keeplogin input,
.keeplogin label{
	display: inline-block;
	font-size: 12px;	
	font-style: italic;
}
.keeplogin input#loginkeeping{
	margin-right: 5px;
}
.keeplogin label{
	width: 80%;
}


/*styling the links to change from one form to another */

p.change_link{
	position: absolute;
	color: rgb(127, 124, 124);
	left: 0px;
	height: 20px;
	width: 440px;
	padding: 17px 30px 20px 30px;
	font-size: 16px	;
	text-align: right;
	border-top: 1px solid rgb(219, 229, 232);
	-webkit-border-radius: 0 0  5px 5px;
	   -moz-border-radius: 0 0  5px 5px;
	        border-radius: 0 0  5px 5px;
	background: rgb(225, 234, 235);
	background: -moz-repeating-linear-gradient(-45deg, 
	rgb(247, 247, 247) , 
	rgb(247, 247, 247) 15px, 
	rgb(225, 234, 235) 15px, 
	rgb(225, 234, 235) 30px, 
	rgb(247, 247, 247) 30px
	);
	background: -webkit-repeating-linear-gradient(-45deg, 
	rgb(247, 247, 247) , 
	rgb(247, 247, 247) 15px, 
	rgb(225, 234, 235) 15px, 
	rgb(225, 234, 235) 30px, 
	rgb(247, 247, 247) 30px
	);
	background: -o-repeating-linear-gradient(-45deg, 
	rgb(247, 247, 247) , 
	rgb(247, 247, 247) 15px, 
	rgb(225, 234, 235) 15px, 
	rgb(225, 234, 235) 30px, 
	rgb(247, 247, 247) 30px
	);
	background: repeating-linear-gradient(-45deg, 
	rgb(247, 247, 247) , 
	rgb(247, 247, 247) 15px, 
	rgb(225, 234, 235) 15px, 
	rgb(225, 234, 235) 30px, 
	rgb(247, 247, 247) 30px
	);
}
#wrapper p.change_link a {
	display: inline-block;
	font-weight: bold;
	background: rgb(247, 248, 241);
	padding: 2px 6px;
	color: rgb(29, 162, 193);
	margin-left: 10px;
	text-decoration: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid rgb(203, 213, 214);
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s  linear;
	-o-transition: all 0.4s linear;
	-ms-transition: all 0.4s  linear;
	transition: all 0.4s  linear;
}
#wrapper p.change_link a:hover {
	color: rgb(57, 191, 215);
	background: rgb(247, 247, 247);
	border: 1px solid rgb(74, 179, 198);
}
#wrapper p.change_link a:active{
	position: relative;
	top: 1px;
}


#wrapper2 p.change_link a {
	display: inline-block;
	font-weight: bold;
	background: rgb(247, 248, 241);
	padding: 2px 6px;
	color: rgb(29, 162, 193);
	margin-left: 10px;
	text-decoration: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid rgb(203, 213, 214);
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s  linear;
	-o-transition: all 0.4s linear;
	-ms-transition: all 0.4s  linear;
	transition: all 0.4s  linear;
}
#wrapper2 p.change_link a:hover {
	color: rgb(57, 191, 215);
	background: rgb(247, 247, 247);
	border: 1px solid rgb(74, 179, 198);
}
#wrapper2 p.change_link a:active{
	position: relative;
	top: 1px;
}
/** Styling both forms **/
 
#login{
	top: 0px;
	width: 278px;
	padding: 18px 5% 0px 3%;
	margin: 0 0 35px 0;
	background: rgb(247, 247, 247);
	border-radius: 5px;
	float: left;
}

#register {
	top: 0px;
	width: 278px;
	padding: 18px 5% 0px 3%;
	margin: 0 0 35px 0;
	background: rgb(247, 247, 247);
	border-radius: 5px;
	float: left;
}

#login{
	z-index: 22;
}
#toregister:target ~ #wrapper #register,
#tologin:target ~ #wrapper #login{
	z-index: 22;
	-webkit-animation-name: fadeInLeft;
	-moz-animation-name: fadeInLeft;
	-ms-animation-name: fadeInLeft;
	-o-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
	-webkit-animation-delay: .1s;
	-moz-animation-delay: .1s;
	-o-animation-delay: .1s;
	-ms-animation-delay: .1s;
	animation-delay: .1s;
}
#toregister:target ~ #wrapper #login,
#tologin:target ~ #wrapper #register{
	-webkit-animation-name: fadeOutLeft;
	-moz-animation-name: fadeOutLeft;
	-ms-animation-name: fadeOutLeft;
	-o-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft;
}

/** the actual animation, credit where due : http://daneden.me/animate/ ***/
.animate{
	-webkit-animation-duration: 0.5s;
	-webkit-animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	
	-moz-animation-duration: 0.5s;
	-moz-animation-timing-function: ease;
	-moz-animation-fill-mode: both;
	
	-o-animation-duration: 0.5s;
	-o-animation-timing-function: ease;
	-o-animation-fill-mode: both;
	
	-ms-animation-duration: 0.5s;
	-ms-animation-timing-function: ease;
	-ms-animation-fill-mode: both;
	
	animation-duration: 0.5s;
	animation-timing-function: ease;
	animation-fill-mode: both;
}

/** yerk some ugly IE fixes 'cause I know someone will ask "why does it look ugly in IE?", no matter how many warnings I will put in the article */

.lt8 #wrapper input{
	padding: 10px 5px 10px 32px;
    width: 92%;
}
.lt8 #wrapper input[type=checkbox]{
	width: 10px;
	padding: 0;
}
.lt8 #wrapper h1{
	color: #066A75;
}
.lt8 #register{	
	display: none;
}
.lt8 p.change_link,
.ie9 p.change_link{
	position: absolute;
	height: 90px;
	background: transparent;
}


.topo1{
	background:#6a97a1;
	height:250px;
	width:100%;
	}
	
.topo2{
	background:#6a97a1;
	height:250px;
	width:100%;
	}
	
.topo3{
	background:#6a97a1;
	height:80px;
	width:100%;
	}
	
	
.topoProduto{
	background:#6a97a1;
	height:80px;
	width:100%;
	}
	
.topoBranco{
	background: #fff;
	height: 46px;
	/*width: 100%;*/
	font-family: 'Maven Pro', sans-serif;
	font-size: 20px;
	padding: 13px 25px;
	color: #72A0A0;
	}
	
.topoBranco .linkVoltarTitulo {
	margin-top: 11px;
	float: left;
	}

.topoBranco .logo_empreendimento {
	float:right; 
	margin-right:0px;
	}
	
.topoBranco img{
	margin-right:15px;
	}
	
.topoBranco img:hover{
	margin-right:15px;
	}

.logo_excluseven {height: 60px; width: 250px;}
.logo_excluseven2 {height: 60px;width: 460px;margin: 0 auto;text-align: center;padding-top: 50px;}
.logo_excluseven_produto {height: 60px; width: 250px;padding: 17px 20px;}

.image_home {height: 200px;float: left;width: 560px;margin-right: 20px;}
.image_home p{width: 560px;margin-right: 20px; margin-top:15px; font-size:16px; text-align:justify;text-justify:inter-word; color:#6a97a1; font-family: 'Maven Pro', sans-serif; font-weight:lighter;}
.image_home p.textocinza{width: 560px;margin-right: 20px; margin-top:15px; font-size:14px; text-align:justify;text-justify:inter-word; color:#929292; font-family: 'Maven Pro', sans-serif; font-weight:lighter;}


.bloco {
	background: url(../images/itens/icone_destaque_certo_verde.png) no-repeat 0 2px;height: 12px;width: 100%;text-align: left;font-family: 'Maven Pro', sans-serif;
	}
	
.bloco span{
	padding-left:20px;color: #226868;
}


.produto {
	background: url(../images/itens/icone_destaque_certo_verde.png) no-repeat 0 2px;height: 12px;width: 100%;text-align: left;font-family: 'Maven Pro', sans-serif;
	}
	
.produto span{
	padding-left:20px;color: #226868;
}

.item_produto {
	background: url(../images/itens/icone_destaque_certo_verde.png) no-repeat 0 2px;height: 12px;width: 100%;text-align: left;font-family: 'Maven Pro', sans-serif;">
	}

.item_produto span{
	padding-left:20px;
}

.footer_bar {background:#E6E6E6; width:100%; height:50px; bottom:0; position:  absolute; margin:0 auto; text-align:center; margin-top: -50px;}

.footer_img_text {width: 100%; margin: 0 auto;text-align: center;padding: 14px 15px 0 0;font-family: helvetica; font-size:10px;}
.footer_img_text img {margin-bottom: -6px;margin-right: 20px;}







