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, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, 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;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	margin:0px;
	padding:0;
	background:#eee; 
	overflow-x:hidden !important;
	-webkit-text-size-adjust: none;
	color:#333;
	font-family: 'Open Sans', sans-serif;
	text-shadow: -1px 1px 1px #fff;
}

img {
	max-width:100%;
	height:auto;
}

a { color: #999; text-decoration: none; transition: all .3s ease-in-out; }
a:hover { color: #000; }


h1 {    
    font-family: 'Open Sans', sans-serif;
	color:#000;
	font-size:34px;
	font-weight:300;
	margin-top: 30px;
	text-transform:uppercase;
}

h2 {
   font-size:24px;
   color: #444;
   font-weight:400; 
   padding-bottom:10px;  
}

h3 {
   font-size:24px;
   color: #333;
   font-weight:400; 
   padding-bottom:20px;  
}


p {
	color:#333;
	font-size:18px;
	font-weight:400;
}

.logo {
	float:left;
	display:block;
    width: 160px;
    margin: 10px 0px;
	transition: all .3s ease-in-out;
}
hr { margin-top: 0; }

.top-title {
	float:right;
	display:block;
	text-align:right;
}

.blue { color: blue; }

ol.circle {
   list-style: none;
   counter-reset: item;
 }

 ol.circle > li{
   counter-increment: item;
   margin-bottom: 7px;
   font-size:14px;
   font-weight:700;
   border-bottom: solid 1px #f1f1f1;
   padding-bottom: 5px;
 }
 
 ol.circle > li:last-child{
   border-bottom: none;
   padding-bottom: 0px;
 } 

ol.circle > li:before {
   margin-right: 10px;
   content: counter(item);
   background: #444;
   border-radius: 100%;
   color: white;
   width: 1.8em;
   padding:6px;
   text-align: center;
   display: inline-block;
   text-shadow: none !important;
 }
 
.view {
   box-shadow: 0px 0px 25px #999;
   width:100%;
}

.hold {
	margin-bottom:25px;
}


.panel-group .panel {
   border-radius: 0;
   box-shadow: none;
   border-color: #EEEEEE;
}

.panel-default > .panel-heading {
   padding: 0;
   border-radius: 0;
   color: #212121;
   background-color: #FAFAFA;
   border-color: #EEEEEE;
}

.panel-title {
   font-size: 14px;
}

.panel-title > a {
   display: block;
   padding: 15px;
   text-decoration: none;
}

.more-less {
   float: right;
   color: #212121;
   top:8px;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
   border-top-color: #EEEEEE;
}

.footer {
	width:100%;
	float:left;
	display:block;
	text-align:center;
	padding:10px 0px;
	border-top: solid 1px #dadada;
	z-index:2;
	font-size:14px;
	color: #999;
	margin-top:40px;
}


@media screen and (max-width: 1200px) {
ol.circle > li {font-size:12px;}
}

@media screen and (max-width: 990px) {
.holder {display: flex; flex-flow: column;}
.holder-01 {order: 2;}
.holder-02 {order: 1;}
h1 {font-size:30px;}
}

@media screen and (max-width: 768px) {
.top-title {float:left;	display:block; text-align:center; width:100%;}
.logo {position:relative !important; margin:auto; float:none;}
}
