<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

.i_fixed{ 
	bottom: 100px;
}
.i_inside{background: url(../images/inside_fixed.png) no-repeat;}
.inside_one{ 
	background-position: 0 -5px;
}
.inside_two {
    background-position: 0 -179px;
}
.inside_three{ 
	background-position: 0 -267px;
}
.inside_four {
    background-position: 0 -92px;
}

.cd_snav .inp_srh{ width: 150px;}
.so_nav{}

.header #logo h1{ background:url(../images/logo.png) no-repeat;}



::-webkit-input-placeholder { color: #BBBBBB;}
:-moz-placeholder { color: #BBBBBB;}
::-moz-placeholder { color: #BBBBBB;}
:-ms-input-placeholder { color: #BBBBBB;}</pre></body></html>