@charset "utf-8";
/* CSS Document */

/* reset 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
u, i, center,
dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0 auto;
padding: 0;
border: 0;
font-size: 100%;*/
/* font: inherit; */
/* vertical-align: baseline; */
/* list-style: none;
}*/

h1 {
color: #586d84 !important;
/* text-align: center; */
}

#content{
	/* font-family: 'SST W20 Medium', Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size:15px;
	line-height: 22px;
	margin:0;
	padding-top:32px;
	color:#81808f;
	padding-bottom: 140px;*/
	padding-bottom: 50px;
	text-align: left;
	width: 50%
}

#browse{
	/* margin-bottom:24px; 
    font-size:15px;
    line-height: 22px; */
	font-weight: bold;
	/* text-align: center; */
}

hr.style14 {
border: 0;
height: 1px;
background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
}

@media only screen and (max-width: 991px){
h1 {font-size: 24px}
h1 span {display: block}

#content {
width: 100%;
height: auto;
}

#content img {
width: 100%;
height: auto;
}
}	
 
@media only screen and (max-width: 767px){
h1 {font-size: 24px}
h1 span {display: block}

#content {
width: 100%;
height: auto;
}

#content img {
width: 100%;
height: auto;
}
}
