@charset "utf-8";

/* clearfix
--------------------------------------------------*/
.cf:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
 /* IE6 */
* html .cf { zoom:1;}
 /* IE7 */
*:first-child+html .cf {zoom:1;}

.inline{
    display:inline-block;
}
.clear {
    clear: both;
}

.noOverflow {
    overflow: hidden;
}

.vaBottom {
    vertical-align: bottom;
}

.vaTop {
    vertical-align: top;
}
.indent{
    padding-left: 1em;
    text-indent: -1em;
}
.noBorder {
    border: none !important;
}
.noBg {
    background: none !important;
}
.noBogp{
    border: none !important;
    background: none !important;
    padding: 0 !important;

}
.br_font{
    font-size: 16px;
    color:#774818;
    font-weight: bold;
}
.fr {
    float: right !important;
}

.fl {
    float: left !important;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}

.fs12{
    font-size:12px;
}
.fs13{
    font-size:13px;
}
.fs14{
    font-size:14px;
}
.fs16{
    font-size:16px;
}
.fs17{
    font-size:17px;
}
.fwb{
    font-weight:bold;
}
.autoH{
    height:auto !important;
}
.height50{
    height:50px !important;
}
.height100{
    height:100px !important;
}
.height150{
    height:150px !important;
}
.height200{
    height:200px !important;
}
.height300{
    height:300px !important;
}
.wauto{
    width:auto !important;
}
.w250{
    width:250px !important;
}
.w300{
    width:300px !important;
}
/* padding
--------------------------------------------------*/
.noPadding {
    padding: 0 !important;
}
.noMargin {
    margin: 0 !important;
}

.pt15 {
    padding-top: 15px !important;
}

.pt30 {
    padding-top: 30px !important;
}
.pt50 {
    padding-top: 50px !important;
}

.pb25 {
    padding-bottom: 25px !important;
}
.pb30 {
    padding-bottom: 30px !important;
}


/* margin
--------------------------------------------------*/
.mg20 {
    margin: 20px;
}
.mg30 {
    margin: 30px;
}

/* margin-top */
.mt-15 {
    margin-top: -15px !important;
}
.mt00 {
    margin-top: 0px !important;
}
.mt05 {
    margin-top: 5px !important;
}

.mt10 {
    margin-top: 10px !important;
}
.mt12 {
    margin-top: 12px!important;
}
.mt13 {
    margin-top: 13px !important;
}
.mt15 {
    margin-top: 15px !important;
}

.mt20 {
    margin-top: 20px !important;
}
.mt22 {
    margin-top: 22px !important;
}
.mt24 {
    margin-top: 24px !important;
}

.mt25 {
    margin-top: 25px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt40 {
    margin-top: 40px !important;
}
.mt50 {
    margin-top: 50px !important;
}
.mt150 {
    margin-top:150px !important;
}

/* margin-right */
.mr00 {
    margin-right: 0 !important;
}

.mr10 {
    margin-right: 10px !important;
}
.mr20 {
    margin-right: 20px !important;
}
.mr13 {
    margin-right: 13px !important;
}

.mr25 {
    margin-right: 25px !important;
}
.mr30 {
    margin-right: 30px !important;
}

.mr40 {
    margin-right: 40px !important;
}

/* margin-bottom */
.mb00 {
    margin-bottom: 0 !important;
}

.mb1em {
    margin-bottom: 1em !important;
}

.mb15em {
    margin-bottom: 1.5em !important;
}

.mb05 {
    margin-bottom: 5px !important;
}
.mb07 {
    margin-bottom: 7px !important;
}
.mb10 {
    margin-bottom: 10px !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

.mb20{
    margin-bottom: 20px !important;
}

.mb24 {
    margin-bottom: 24px !important;
}

.mb25 {
    margin-bottom: 25px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}
.mb31 {
    margin-bottom: 31px !important;
}
.mb32 {
    margin-bottom: 32px !important;
}
.mb35 {
    margin-bottom: 35px !important;
}
.mb40 {
    margin-bottom: 40px !important;
}

.mb45 {
    margin-bottom: 45px !important;
}

.mb50 {
    margin-bottom: 50px !important;
}

.mb55 {
    margin-bottom: 55px !important;
}

.mb65 {
    margin-bottom: 65px !important;
}

.mb70 {
    margin-bottom: 70px !important;
}
.mb90 {
    margin-bottom: 90px !important;
}

.mb120 {
    margin-bottom: 120px !important;
}
/* margin-left */
.ml10 {
    margin-left: 10px !important;
}
.ml15 {
    margin-left: 15px !important;
}
.ml20 {
    margin-left: 20px !important;
}
.ml25 {
    margin-left: 25px !important;
}
.ml30 {
    margin-left: 30px !important;
}
.ml35 {
    margin-left: 35px !important;
}
.ml40 {
    margin-left: 40px !important;
}
/* padding-left */
.pl20{
    padding-left:20px !important;
}
.pl30{
    padding-left:30px !important;
}
.pl00{
    padding-left:0px !important;
}
