@import url('reset.css');

/* General Demo Style */
body{
	background: #fff;
	color: #000;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 13px;
}
a{
	color: #2E2E2E;
	text-decoration: none;
}
a:hover{
	color: #B22222;
}
.clr{
	clear: both;
}
.wrapper{
	/*position: relative;*/
	width: 100%;
}
.wrapper p{
	clear: both;
	font-size: 20px;
	line-height: 40px;
	text-align: center;
}

.cizaclaro{
	background: #BBBBBB;

}
.cizaescuro{
	background:  #5C5C5C;

}


.reference{
	background: #BBBBBB;
	padding-top: 20px;
	padding: 30 20 20 80;
	height: 200px;
	padding-bottom : 20px;
}

.referencetxt{
	background: #BBBBBB;
	padding-top: 20px;
	padding: 30 20 20 80;
	height: 200px;
	padding-bottom : 20px;
}

.refer{
	background: #5C5C5C;
	padding: 30 20 20 80;
	height: 200px;
	padding-bottom : 20px;
	padding-top: 20px;	
 }
 
 .refertxt{
	background: #5C5C5C;
	padding: 30 20 20 80;
	height: 200px;
	padding-bottom : 20px;
	padding-top: 20px;	
	
 }
 
 p{
	font-size: 14px;
	position:relative;
	color: #555555;
	font-weight: 300;
	text-shadow: 0px 0px 1px rgba(0,0,0,0.3);
	padding: 20px;
	z-index:1000;	
	text-align: left;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h5{
	font-size: 15px;
	position:relative;
	color: Silver;
	font-weight: 600;
	text-shadow: 1px 0px 2px rgba(0,0,0,0.3);
	padding: 20px;
	z-index:1000;
	text-align: left;
	text-transform : inherit;
	font-family: Tahoma;
	letter-spacing : 0pt;
	line-height : 15pt;
}

h4{
	font-size: 14px;
	position:relative;
	color: #4F4F4F;
	font-weight: 600;
	text-shadow: 0px 0px 1px rgba(0,0,0,0.3);
	padding: 20px;
	z-index:1000;
	text-transform: uppercase;
	text-align: left;
	line-height : 15pt;
	font-family: Tahoma;
}

h1{
	font-size: 25px;
	position:relative;
	color: Gray;
	font-weight: 300;
	text-shadow: 0px 0px 1px rgba(0,0,0,0.3);
	padding: 20px;
	z-index:1000;
	text-transform: uppercase;
	text-align: center;
}
h1 span{
	font-family: 'Playfair Display', serif;
	font-style: italic;
	text-transform: none;
	font-size: 20px;
}
/* Header Style */
.header{
	font-family:"Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
	font-size: 10px;
	padding: 3px 5px;
	background: #000;
	opacity: 0.9;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.8);
	-moz-box-shadow: 0px 1px 4px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0px 1px 4px rgba(0,0,0,0.6);
	box-shadow: 0px 1px 4px rgba(0,0,0,0.6);
}
.header a{
	line-height: 18px;
	padding: 0 4px;
	letter-spacing: 1px;
	text-shadow: 1px 1px 1px #000;
	color: #ddd;
}
.header a:hover{
	color: #fff;
}
.header a span{
	font-weight: bold;
}
.header span.right{
	float: right;
}
@media screen and (max-width: 860px) {
	.header a{
		display: block;
		text-align: center;
		font-size: 10px;
		text-shadow: none;
	}
	.header span.right{
		float: none;
	}
	
	.reference{
	background: #BBBBBB;	
	height: 300px;	
}

	.referencetxt{
	height: 300px;	
	margin-top:-100px;
	background: #BBBBBB;
}

	

.refer{
	background: #5C5C5C;
	padding: 5 10 10 10;
	height: 300px;	
	
	
 }
 
.refertxt{
	background: #5C5C5C;
	padding: 5 10 10 10;
	height: 350px;	
	margin-top : -110px;
	
 }
 

}