/* ==============================================================

Template name : Rinna metro and responsive onepage template
Categorie : One page template
Author : Nce18cex
Version : 1.0.0
Created : Mei 20, 2013
Last update : July 16, 2013

-----------------------------------------------------------------
CSS structure
-----------------------------------------------------------------

01. Icon list
02. Icon set light color
03. Icon set position
04. Custom size

============================================================== */

/*
Icon list
=========================== */
ul.the-icons {
	list-style:none;
	margin-left:0;
}

[class^="icon-"],
[class*=" icon-"] {
    float:none;
	margin-top: 1px;
	margin-right: .3em;
}

/*
Icon set light color
=========================== */
.icon-light {
    color: #fff;
}

/*
Icon set position
=========================== */
.demoicon [class^="icon-"],
.demoicon [class*=" icon-"]{
    float:left;
}

.aligncenter [class^="icon-"],
.aligncenter [class*=" icon-"]{
   margin:0 0 20px 0;
   padding:0;
}

/*
Custom size
=========================== */
.icon16 {
    font-size: 16px;
    line-height: 16px;
}
.icon32{
    font-size: 32px;
    line-height: 32px;
}
.icon64 {
    font-size: 64px;
    line-height: 64px;
}
.icon128 {
    font-size: 128px;
    line-height: 128px;
}
