/************************************/
/*	BASE STYLES 
/************************************/
/*body{
	padding:0;	
	margin:0;	
	width:100%;	
	height:100%;
	font-size:13px;
	-webkit-font-smoothing: antialiased;  Fix for webkit rendering 
	-webkit-text-size-adjust: 100%;
	line-height:1.5;
	font-family: 'Arial', Helvetica, sans-serif;
	height:auto;
}
*,
*:after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}*/
.blockblack{
	background:#282828;
}
.blockwhite{
	background:#fff;
	width:100%;	
}
.blockgrey{
	background:#fafafa;
	width:100%;
}
.fullblock{
	width:100%;
	margin:0 auto;
	clear:both;
	position:relative;
	/*border-bottom:1px solid #eee;*/
	
}
.head, .body {
	width:100%;
	float:left;
	position:relative;
}

h1, h2, h3, h4, h5, h6					{ color:#3a3a3a; }
span									{ color:#3a3a3a; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, a	{ color:#6a6a6a; }
a:hover									{ color:rgb(208,20,20); }
blockquote								{ color:#7c7c7c; }

::-moz-selection 						{ background: #999; color: #fff; text-shadow: none; opacity:1; }
.::selection 							{ background: #999; color: #fff; text-shadow: none; opacity:1; }



*{
	outline:none;
	border:none;
}
ul, ol {
    margin:0;
	padding:0;
	list-style-type:none;
}
a img{
	border:none;
}
img{
	max-width:100%;
}
.spacer{
	clear:both;	
	width:100%;	
	height:0;
}

h1 {
  font-size: 22px;
}

h2 {
  font-size: 18px;
}

h3 {
  font-size: 16px;
}

h4 {
  font-size: 15px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 11.9px;
}
h1, h2, h3, h4, h5, h6{
	font-style:normal;
	font-weight:600;
	text-transform:none;
	font-family:'Open Sans', Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6, p, span, a{
	font-style:normal;
}
.body-wrapper {
	width:100%;		
	margin:0 auto;	
	padding:0;
}
p{
	font-size: 13px;
	color: #686868;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 15px;
}
span{
	font-weight:normal;
}
a:hover{
	text-decoration:none;
	color: rgb(208,20,20);
}
a, a > * {
	color:#686868;
	font-weight:normal;
	text-decoration:none;
	font-family:'Open Sans', Arial, sans-serif;
	text-decoration: none;
	-webkit-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
	   -moz-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
	    -ms-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
	     -o-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
	        transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
}
input, textarea{
	padding:5px 10px;
	font-family:'Open Sans', Arial, sans-serif;
	font-size:13px;
	font-weight:normal;
	-webkit-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
	   -moz-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
	    -ms-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
	     -o-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
	        transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
}
/*.button, input[type="submit"], button {
	cursor: pointer;
	height: auto;
	display:inline-block;
	background:none;
	overflow: visible;
	text-align:center;
	padding: 6px 20px 6px 20px;
	-webkit-transition: all .2s ease;
	   -moz-transition: all .2s ease;
		-ms-transition: all .2s ease;
		 -o-transition: all .2s ease;
			transition: all .2s ease;
	width: 100%;
	border:1px solid #ddd;
	border-bottom-color:#f5f5f5;
	-moz-box-shadow: 0px 3px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 3px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 2px #ddd;
	-webkit-box-shadow: 2px 2px #ddd;
	box-shadow: 2px 2px #ddd
	-webkit-border-radius: 4px;	
	-moz-border-radius: 4px;	
	border-radius: 4px;
}
.button:hover, button:hover {
	color:#f59600;
	background:none;
	border:1px solid #f59600;
	-moz-box-shadow: 2px 2px #f59600;
	-webkit-box-shadow: 2px 2px #f59600;
	box-shadow: 2px 2px #f59600;
}*/
blockquote{
	margin:30px;
	border-left:1px solid #444;
	padding-left:30px;
	font-style:italic;
}

/*section	{ z-index:99999999; }*/




.size10{font-size:10px;}
.size20{font-size:20px;}
.size30{font-size:30px;}
.size40{font-size:40px;}
.size50{font-size:50px;}
.size60{font-size:60px;}
.size70{font-size:70px;}
.size80{font-size:80px;}
.size90{font-size:90px;}
.size100{font-size:100px;}



/* :: RADIUS :: */
.radius-2{	-webkit-border-radius: 2px;	-moz-border-radius: 2px;	border-radius: 2px; }
.radius-3{	-webkit-border-radius: 3px;	-moz-border-radius: 3px;	border-radius: 3px; }
.radius-5{	-webkit-border-radius: 5px;	-moz-border-radius: 5px;	border-radius: 5px; }
.radius-10{	-webkit-border-radius: 10px;	-moz-border-radius: 10px;	border-radius: 10px; }
.radius-15{	-webkit-border-radius: 15px;	-moz-border-radius: 15px;	border-radius: 15px; }
.radius-20{	-webkit-border-radius: 20px;	-moz-border-radius: 20px;	border-radius: 20px; }

.padding80{
	padding:80px 0;
}
.padding70{
	padding:50px 0;
}
.padding60{
	padding:50px 0;
}
.padding50{
	padding:50px 0;
}
.padding40{
	padding:40px 0;
}
.padding30{
	padding:30px 0;
}
.padding20{
	padding:20px 0;
}
.padding10{
	padding:10px 0;
}
.p-top-100 {
	padding-top:80px;
}
.p-bottom-100 {
	padding-bottom:80px;
}
.p-top-80 {
	padding-top:80px;
}
.p-bottom-80 {
	padding-bottom:80px;
}
.p-top-70 {
	padding-top:60px;
}
.p-bottom-70 {
	padding-bottom:60px;
}
.p-top-60 {
	padding-top:60px;
}
.p-bottom-60 {
	padding-bottom:60px;
}
.p-top-50 {
	padding-top:50px;
}
.p-bottom-50 {
	padding-bottom:50px;
}
.p-top-40 {
	padding-top:40px;
}
.p-bottom-40 {
	padding-bottom:40px;
}
.p-top-30 {
	padding-top:30px;
}
.p-bottom-30 {
	padding-bottom:30px;
}


.m-bottom-80 {
    margin-bottom: 80px;
}
.m-top-80 {
    margin-top: 80px;
}
.m-bottom-50 {
    margin-bottom: 50px;
}
.m-top-50 {
    margin-top: 50px;
}
.m-bottom-40 {
    margin-bottom: 40px;
}
.m-top-40 {
    margin-top: 40px;
}
.m-bottom-30 {
    margin-bottom: 30px;
}
.m-top-30 {
    margin-top: 30px;
}
.m-top-20 {
    margin-top: 20px;
}
.m-bottom-20 {
    margin-top: 20px;
}
