/**
* CSS Fluid Grids, By Rachid HARAKAT {Aka, AshNet} (2005)
* 2017 Updated.
* Attention the following code is protected by Commercial Copyrights.
* Reproduction in whole or in part, is strictly forbidden without written agreement.
* Note that the following code is followed by an entity rights that follow all reprofile to illegal uses.
* rachidonline<at>gmail.com
*/
article, aside, footer, header, hgroup, main, nav, section {
    display: block;
}
body{
    overflow-x: hidden;
    height: 100%;
    width: 100%;
    min-width: 320px;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0;
    background: 0 0;    
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;    
    font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #2b2926;
}
img{
    width: 100%;
}
[class*="grid"]{
    margin-top: .01em;
    display: block;
    float: left;
    min-height: 10px;
    margin-left: 1.61803398875%;
    *margin-left: 1.61803398875%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
[class*="grid"]:before,[class*="grid"]:after {
    display: block;
    line-height: 0;
    content: "";
}
[class*="grid"].pull-right,[class*="grid"].pull-right {
    margin-right: 0;
    right: 0;
    float: right;
    *float: right;
}
.pull-right {
    margin-right: 0;
    right: 0;
    float: right;
    *float: right;
}
[class*="grid"].pull-left,[class*="grid"].pull-left {
    margin-left: 0;
    left: 0;
    float: left;
    *float: left;
}            
.pull-left {
    margin-left: 0;
    left: 0;
    float: left;
    *float: left;
}
.clearfix {
    *zoom: 1;
    display: inline-block;
}
.clearfix:before,.clearfix:after {
    display: inline-block;
    line-height: 0;
    content: ""; 
    clear: both !important;
}
.hide {
    display: none !important;
    *display: none !important;
}
.show {
    display: block;
}
.shadow{
    box-shadow: 0px 5px 9px 0px rgba(193, 194, 195, 0.53);
    -webkit-box-shadow: 0 6px 10px 0 rgba(0,0,0,0.3);
    box-shadow: 0 6px 10px 0 rgba(0,0,0,0.3);
}
.invisible {
    visibility: hidden;
}
.affix {
    position: fixed !important;
}
.center{
    float: none;
    margin: 0 auto;
    position: relative;
}
.grid1{
    width:6.580463178854170%;
    *width:6.580463178854170%; 
}
.grid2{
    width:14.778960346458300%;
    *width:14.778960346458300%;
}
.grid3{
    width:22.9774575140625%;
    *width:22.9774575140625%;   
}
.grid4{
    width:31.175954681666700%;
    *width:31.175954681666700%;    
}
.grid5{
    width:39.374451849270800%;
    *width:39.374451849270800%;   
}
.grid6{
    width:47.572949016875000%;
    *width:47.572949016875000%;
}
.grid7{
    width:55.771446184479200%;
    *width:55.771446184479200%;
}
.grid8{
    width:63.969943352083300%;
    *width:63.969943352083300%;
}
.grid9{
    width:72.168440519687500%;
    *width:72.168440519687500%;
}
.grid10{
    width:80.366937687291700%;
    *width:80.366937687291700%;
} 
.grid11{
    width:88.565434854895800%;
    *width:88.565434854895800%;
} 
.grid12{
    width:96.763932022500000%;
    *width:96.763932022500000%;
}