@charset "utf-8";
/* General classes
---------------------------------------------*/
*:active{
    outline:none;    
}
.no-margin{
    margin:0;     
}
.clear { 
    clear:both; 
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* Font Sizes */
.full-height{
    height:100%!important;    
}
.full-width {
    width:100%!important;    
}
.relative{
    position:relative;    
}
.absolute{
    position:absolute;    
}
.block {
    display:block;    
}
.size8 {
	font-size:8px;
}
.size10 {
	font-size:10px;
}
.size11 {
	font-size:11px;
}
.size12 {
	font-size:12px;
}
.size13 {
	font-size:13px;
}
.size14 {
	font-size:14px;
}
.size15 {
	font-size:15px;
}
.size16 {
	font-size:16px;
}
.size18 {
	font-size:18px;
}
.size19 {
	font-size:19px;
}
.size20 {
	font-size:20px;
}
.size22 {
	font-size:22px;
}
.size24 {
	font-size:24px;
}
.size26 {
	font-size:26px;
}
.size30 {
	font-size:30px;
}
.size35 {
	font-size:35px;
}
.size36 {
	font-size:36px;
}
.size40 {
	font-size:40px;
}
.size48 {
	font-size:48px;
}
.size50 {
	font-size:50px;
}
.size52 {
	font-size:52px;
}
.size60 {
	font-size:60px;
}
/* Gray Scale Images */
img.grayscale {
    filter: url('../js/filters.svg#grayscale'); /* Firefox 3.5+ */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(1); /* Webkit Nightlies & Google Chrome Canary */
}

img.grayscale:hover {
    filter: none; /* Applies to FF + IE */
    -webkit-filter: grayscale(0);
}
/* Line Heights */
.line-height14{
    line-height:14px;    
}
.line-height18{
    line-height:18px;    
}
.line-height20{
    line-height:20px;    
}
.line-height25{
    line-height:25px;    
}
.line-height30{
    line-height:30px;    
}
.line-height35{
    line-height:35px;    
}
.line-height40{
    line-height:40px;    
}
.line-height45{
    line-height:45px;    
}
.line-height-auto{
    line-height:normal;    
}
/* SEPARATORS 
-----------------------------------------------------------------------------*/ 
.separator {
	width:100%;
}
.separator5 {
	height:5px;
	width:100%;
}
.separator10 {
	height:10px;
	width:100%;
}
.separator15 {
	height:15px;
	width:100%;
}
.separator20 {
	height:20px;
	width:100%;
}
.separator25 {
	height:25px;
	width:100%;
}
.separator30 {
	height:30px;
	width:100%;
}
.separator35 {
	height:30px;
	width:100%;
}
.separator40 {
	height:40px;
	width:100%;
}
.separator45 {
	height:45px;
	width:100%;
}
.separator50 {
	height:50px;
	width:100%;
}
.separator60 {
	height:60px;
	width:100%;
}
.separator70 {
	height:70px;
	width:100%;
}
.separator80 {
	height:80px;
	width:100%;
}
.separator90 {
	height:90px;
	width:100%;
}
.separator100 {
	height:100px;
	width:100%;
}
.separator120 {
	height:120px;
	width:100%;
}
/* Font */
.normal{
    font-weight:normal;    
}
.bold{
    font-weight:bold;    
}
.semibold{
    font-weight:600;    
}