.pad5_box {
    padding: 5px!important;
}
.pad10_box {
    padding: 10px!important;
}
.pad20_box {
    padding: 20px!important;
}
.pad40_box {
    padding: 40px!important;
}
.pad60_box {
    padding: 60px!important;
}
.width50_box {
    width: 50%!important;
    margin:auto!important;
}
.width80_box {
    width: 80%!important;
    margin:auto!important;
}
.txt_right{
	text-align:right!important;
}
.text_left{
	text-align:left!important;
}

.full_width{
    width:100%!important;
    margin-left: 0px !important;
    margin-right: 0px !important;
	padding-right:0!important;
	padding-left:0!important;
}
.full_width .full_box .col-md-12{
    margin-left: 0px !important;
    margin-right: 0px !important;
	padding-right:0!important;
	padding-left:0!important;
}
.full_width > .full_box{
	width:100%!important;
    margin-left: 0px !important;
    margin-right: 0px !important;
	padding-right:0!important;
	padding-left:0!important;
}
.txt_shadow{
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5)!important;
}
.txt_press{
    text-shadow:
    -1px -1px 1px rgba(0, 0, 0, 0.4),
    1px 1px 1px rgba(255, 255, 255, 0.5)!important;
}
.txt_grow{
    text-shadow:
    0 0 25px #edf8ff,
    0 0 20px #edf8ff,
    0 0 0.40px #edf8ff!important;
}

.txt_line{
    color:#000!important;
    filter:dropshadow(color=#fff,offX= 0,offY=-1)
    dropshadow(color=#fff,offX= 1,offY= 0)
    dropshadow(color=#fff,offX= 0,offY= 1)
    dropshadow(color=#fff,offX=-1,offY= 0)!important;


    text-shadow:
    1px 1px 0px #fff,
    -1px 1px 0px #fff,
    1px -1px 0px #fff,
    -1px -1px 0px #fff,
    2px 2px 1px #000,
    2px -2px 1px #000,
    -2px 2px 1px #000,
    -2px -2px 1px #000!important;
}
.fixed-top{
	position:fixed;
	top:0;
	left:0;
	z-index:100;
}
.fixed-bottom{
	position:fixed;
	bottom:0;
	left:0;
	z-index:100;
}