.cb  {clear:both;}

.bgc0  {background-color:black}
.bgc1  {background-color:white}
.bgc2  {background-color:#aaa}
.bgc3  {background-color:#ccc}
.bgc3a  {background-color:#efefef}
.bgc4  {background-color:#b9d656}
.bgc5  {background-color:#78c144}
.bgc6  {background-color:#00aeef}



.fgc0  {color:black}
.fgc1  {color:white}
.fgc2  {color:#666}
.fgc3  {color:#aaa}
.fgc4  {color:#b9d656}
.fgc5  {color:#78c144}
.fgc6  {color:#00aeef}



.bc0  {border-color:black}
.bc1  {border-color:white}
.bc2  {border-color:#aaa}
.bc3  {border-color:#ccc}
.bc4  {border-color:#b9d656}
.bc5  {border-color:#78c144}
.bc6  {border-color:#00aeef}


.ff1 {font-family:'Gotham-Book'}
.ff2 {font-family:'Gotham-Book'}
.ff3 {font-family:'Gotham-Book'}
.ff4 {font-family:'Gotham-Book'}
.ff5 {font-family:'Gotham-Book'}


.fs100 {font-size:100px}
.fs80 {font-size:80px}
.fs70 {font-size:70px}
.fs65{font-size:65px}
.fs60 {font-size:60px}
.fs50 {font-size:50px}
.fs40 {font-size:40px}
.fs30 {font-size:30px}
.fs24 {font-size:24px}
.fs20 {font-size:20px}
.fs16 {font-size:16px}
.fs14 {font-size:14px}
.fs12 {font-size:12px}
.fs10 {font-size:10px}
.fs120p {font-size:120%;}



.lh05{line-height:0.5}
.lh07 {line-height:0.7}
.lh08 {line-height:0.8}
.lh10 {line-height:1}
.lh15 {line-height:1.5}
.lh20 {line-height:2}
.lh25 {line-height:2.5}
.lh30 {line-height:3}
.lh50 {line-height:5}



.tal {text-align:left;}
.tac {text-align:center;}
.tar {text-align:right;}
.taj {text-align:justify;}



.vat {vertical-align:top;}
.vam {vertical-align:middle;}
.vab{vertical-align:bottom;}




.fll{float:left;}
.flr{float:right;}



.op05 {opacity:0.05}
.op2{opacity:0.2}
.op4 {opacity:0.4}
.op6 {opacity:0.6}
.op8 {opacity:0.8}
.op9 {opacity:0.9}


.box-p0{padding:0px;}
.box-p5{padding:5px;}
.box-p10{padding:10px;}
.box-p15{padding:10px;}
.box-p20{padding:20px;}
.box-p30{padding:30px;}
.box-p50{padding:50px;}
.box-p100{padding:100px;}

.box-m5{margin:5px;}
.box-m10{margin:10px;}
.box-m15{margin:10px;}
.box-m20{margin:20px;}
.box-m25{margin:25px;}
.box-m30{margin:30px;}
.box-m50{margin:50px;}
.box-m100{margin:100px;}

.box-mb5 {margin-bottom:5px;}
.box-ml35 {margin-left:35px;}
.box-ph10p {padding-left:10%;padding-right:10%;}

.mh50 {min-height: 50px}
.mh150 {min-height: 150px}
.mh200 {min-height: 200px}
.mh250 {min-height: 250px}
.mh300 {min-height: 300px}
.mh400 {min-height: 400px}
.mh600 {min-height: 500px}

.box-w40p{width:40%;}
.w20 {width:20px;}

.h20 {height:20px;}
.h50 {height: 50px}
.h150 {height: 150px}
.h200 {height: 200px}
.h250 {height: 250px}
.h300 {height: 300px}
.h400 {height: 400px}
.h600 {height: 500px}
.h100p {height:100%;}

.rot45 {-moz-transform:rotate(45deg);transform:rotate(45deg);}
.rot90 {-moz-transform:rotate(90deg);transform:rotate(90deg);}
.rot135 {-moz-transform:rotate(135deg);transform:rotate(135deg);}
.rot180 {-moz-transform:rotate(180deg);transform:rotate(180deg);}
.rot225 {-moz-transform:rotate(225deg);transform:rotate(225deg);}
.rot270 {-moz-transform:rotate(270deg);transform:rotate(270deg);}
.rot315 {-moz-transform:rotate(315deg);transform:rotate(315deg);}


.bo {border-style:solid;}
.bot {border-top-style:solid;}
.bor {border-right-style:solid;}
.bob {border-bottom-style:solid;}
.bol {border-left-style:solid;}


.bow1 {border-width:1px;}
.bow2 {border-width:2px;}
.bow3 {border-width:3px;}
.bow4 {border-width:4px;}
.bow5 {border-width:5px;}
.bow10 {border-width:10px;}
.bow15 {border-width:15px;}
.bow20 {border-width:20px;}

.bor3 {border-radius:3px};
.bor5 {border-radius:3px};
.bor10{border-radius:10px};
.bor15 {border-radius:15px};
.bor50p {border-radius:50%};

.clr {clear:both;}
.tuc{text-transform:uppercase;}
.ttc{text-transform: capitalize;}
.ttn{text-transform: none;}
.fwb {font-weight:bold}
.fwn {font-weight:normal;}
.fsi{font-style:italic}
.tdu{text-decoration:underline}
.ts {text-shadow:
   -1px -1px 0 rgba(255,255,255,0.2),  
    1px -1px 0 rgba(255,255,255,0.2),
    -1px 1px 0 rgba(0,0,0,0.2),
     1px 1px 0 rgba(0,0,0,0.2);
}

.bsi50 {box-shadow:0 0 150px rgba(0,0,0,0.15) inset;}

body{padding:0 !important;margin:0 !important}

.center{margin:0 auto;}
.dib{display:inline-block;}
.db{display:block;}
.cp{cursor:pointer;}

hr {color:#fff;border:0px solid #fff;border-bottom:1px solid #ccc;margin:4px 0;}