/*-------------------------------------General-----------------------------------------------------------------------------*/

span { 
	color: rgb(232, 151, 1);
}

a {
	color: rgb(232, 151, 1);
	cursor: pointer;
	text-decoration: none;
	
	-moz-transition: all .2s;
	-o-transition: all .2s;
	-webkit-transition: all .2s;
	transition: all .2s;
}

a:hover, a:focus {
	color: rgb(6, 131, 201);
	outline: none;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {	
	font-weight: 400;
	margin-bottom: 15px;
	margin-top: 0;
}

h1 {font-size: 34px; }
h2 {font-size: 30px;}
h3 {font-size: 24px;}
h4 {font-size: 20px;}
h5 {font-size: 18px;}
h6 {font-size: 16px;}

p{
	margin-bottom: 20px;       
}
p:last-child {
	margin-bottom: 0;
}
ul, ol {
	margin-bottom: 20px;
}
blockquote {
	padding-top: 0;
	padding-bottom: 0;
	border-color: #1ABC9C;
}
blockquote small {
	color: inherit;
}
pre {
	background-color: rgba(255, 255, 255, .5);
	border-color: rgba(0, 0, 0, .1);
	margin-bottom: 20px;
}

.hide { display: none;}
.clear { clear: both; height: 0px; overflow: hidden; }
.antispam { display:none;}