﻿#footer02 .foot_box {
    width: 100%;
    height: auto;
    border-top: solid 2px #0068b7;
}
#footer02 .foot {
    /* width: 1000px; */
    font-size: 14px;
    text-align: center;
    line-height: 24px;
    padding: 15px 10px;
    margin: 0 auto;
}

/* Extra small devices (phones, 320px and down) */
@media only screen and (max-width: 320px) {
	#footer02 .foot .sm_hideThis{display: none;}
}

/* Small devices (portrait tablets and large phones, 320px and up) */
@media only screen and (min-width: 320px) {
	#footer02 .foot .sm_hideThis{display: none;}
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	#footer02 .foot .sm_hideThis{display: block;}
} 

/* Large devices (laptops/desktops, 980px and up) */
@media only screen and (min-width: 980px) {
	#footer02 .foot .sm_hideThis{display: block;}
} 


/* Extra large devices (large laptops and desktops, 1024px and up) */
@media only screen and (min-width: 1024px) {
	#footer02 .foot .sm_hideThis{display: block;}
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
	#footer02 .foot .sm_hideThis{display: block;}
}
