@charset "utf-8";
/* CSS Document */

.h-auto{height:auto}
.full-width{width:100%}
.full-width-footer{width:100%;}

.m-none{margin:0px}
.p-none{padding:0px}

.m-top-0{margin-top:0px}
.m-top-5{margin-top:5px}
.m-top-10{margin-top:10px}
.m-top-15{margin-top:15px}
.m-top-20{margin-top:20px}
.m-top-25{margin-top:25px}
.m-top-30{margin-top:30px}
.m-top-40{margin-top:40px}
.m-top-50{margin-top:50px}
.m-top-60{margin-top:60px}
.m-top-70{margin-top:70px}
.m-top-80{margin-top:80px}
.m-top-90{margin-top:90px}
.m-top-100{margin-top:100px}
.m-top-200{margin-top:200px}

.m-bottom-0{margin-bottom:0px}
.m-bottom-5{margin-bottom:5px}
.m-bottom-10{margin-bottom:10px}
.m-bottom-15{margin-bottom:15px}
.m-bottom-20{margin-bottom:20px}
.m-bottom-25{margin-bottom:25px}
.m-bottom-30{margin-bottom:30px}
.m-bottom-40{margin-bottom:40px}
.m-bottom-50{margin-bottom:50px}
.m-bottom-60{margin-bottom:60px}
.m-bottom-70{margin-bottom:70px}
.m-bottom-80{margin-bottom:80px}
.m-bottom-90{margin-bottom:90px}
.m-bottom-100{margin-bottom:100px}

.m-left-0{margin-left:0px}
.m-left-5{margin-left:5px}
.m-left-10{margin-left:10px}
.m-left-15{margin-left:15px}
.m-left-20{margin-left:20px}
.m-left-25{margin-left:25px}
.m-left-30{margin-left:30px}
.m-left-40{margin-left:40px}
.m-left-50{margin-left:50px}
.m-left-60{margin-left:60px}
.m-left-70{margin-left:70px}
.m-left-80{margin-left:80px}
.m-left-90{margin-left:90px}
.m-left-100{margin-left:100px}

.m-right-0{margin-right:0px}
.m-right-5{margin-right:5px}
.m-right-10{margin-right:10px}
.m-right-15{margin-right:15px}
.m-right-20{margin-right:20px}
.m-right-25{margin-right:25px}
.m-right-30{margin-right:30px}
.m-right-40{margin-right:40px}
.m-right-50{margin-right:50px}
.m-right-60{margin-right:60px}
.m-right-70{margin-right:70px}
.m-right-80{margin-right:80px}
.m-right-90{margin-right:90px}
.m-right-100{margin-right:100px}

.p-top-0{padding-top:0px}
.p-top-5{padding-top:5px}
.p-top-10{padding-top:10px}
.p-top-15{padding-top:15px}
.p-top-20{padding-top:20px}
.p-top-25{padding-top:25px}
.p-top-30{padding-top:30px}
.p-top-40{padding-top:40px}
.p-top-50{padding-top:50px}
.p-top-60{padding-top:60px}
.p-top-70{padding-top:70px}
.p-top-80{padding-top:80px}
.p-top-90{padding-top:90px}
.p-top-100{padding-top:100px}

.p-bottom-0{padding-bottom:0px}
.p-bottom-5{padding-bottom:5px}
.p-bottom-10{padding-bottom:10px}
.p-bottom-15{padding-bottom:15px}
.p-bottom-20{padding-bottom:20px}
.p-bottom-25{padding-bottom:25px}
.p-bottom-30{padding-bottom:30px}
.p-bottom-40{padding-bottom:40px}
.p-bottom-50{padding-bottom:50px}
.p-bottom-60{padding-bottom:60px}
.p-bottom-70{padding-bottom:70px}
.p-bottom-80{padding-bottom:80px}
.p-bottom-90{padding-bottom:90px}
.p-bottom-100{padding-bottom:100px}

.p-left-0{padding-left:0px}
.p-left-5{padding-left:5px}
.p-left-10{padding-left:10px}
.p-left-15{padding-left:15px}
.p-left-20{padding-left:20px}
.p-left-25{padding-left:25px}
.p-left-30{padding-left:30px}
.p-left-40{padding-left:40px}
.p-left-50{padding-left:50px}
.p-left-60{padding-left:60px}
.p-left-70{padding-left:70px}
.p-left-80{padding-left:80px}
.p-left-90{padding-left:90px}
.p-left-100{padding-left:100px}

.p-right-0{padding-right:0px}
.p-right-5{padding-right:5px}
.p-right-10{padding-right:10px}
.p-right-15{padding-right:15px}
.p-right-20{padding-right:20px}
.p-right-25{padding-right:25px}
.p-right-30{padding-right:30px}
.p-right-40{padding-right:40px}
.p-right-50{padding-right:50px}
.p-right-60{padding-right:60px}
.p-right-70{padding-right:70px}
.p-right-80{padding-right:80px}
.p-right-90{padding-right:90px}
.p-right-100{padding-right:100px}

.bg-default{background-color: white}
.bg-transparent{background: transparent}
.bg-none{background: none}

.tt-uppercase{text-transform:uppercase}
.tt-lowercase{text-transform:lowercase}
.tt-default{text-transform:none}

.ta-left{text-align:left}
.ta-right{text-align:right}
.ta-center{text-align:center}
.ta-justify{text-align:justify}

.clear-both{clear:both}

.pos-relative{position:relative}
.pos-absolute{position:absolute}
.pos-fixed{position:fixed}

.list-none{list-style:none}
.list-disc{list-style:disc}
.list-circle{list-style:circle}
.list-square{list-style:square}

.cursor-default{cursor:default}
.cursor-pointer{cursor:pointer}

.display-none{display:none}
.display-block{display:block}
.display-inline{display:inline}

.over-auto{overflow:auto}
.over-hidden{overflow:hidden}
.over-scroll{overflow:scroll}

.font-italic{font-style:italic}

.td-none{text-decoration:none}
.td-underline{text-decoration:underline}

.valign-bottom{vertical-align:bottom}
.valign-top{vertical-align:top}
.valign-mid{vertical-align:middle}

.out-none{outline:none}

.rad-all-5{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.border-none{
    border:none;
}

.breadcrumb-link,.breadcrumb-link:hover,.breadcrumb-link:active,.breadcrumb-link:focus{
    color: white;
}