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,
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;
}
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;
}
.cf:before, .cf:after { 
	content: ""; 
	display: table;
}
.cf:after { 
	clear: both; 
}
.cf { 
	zoom: 1;
}
body {
	font-family: 'Open Sans', FontAwesome, sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
}
.box {
	float: left;
	display: inine;
}
.container {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
.clear {
	clear: both;
}
a, a:visited {
	color: #1ba283;
	text-decoration: none;
}
a:hover {
	color: #f3ab1c;
}

/* Header */

.top-wrapper {
	border-top: solid 6px #1ba283;
}
.logo {
	float: left;
	margin-top: 9px;
	width: 225px;
}
.logo a.logo {
	background: url(images/logo.jpg) no-repeat;
	width: 225px;
	height: 66px;
	text-indent: -9999px;
}
.top-content {
	float: right;
	width: 735px;
	text-align: right;
}
.top-content ul.top-menu {
	text-align: right;
	margin-top: 18px;
	float: right;
}
.top-content ul.top-menu li {
	float: left;
	display: inline;
	list-style: none;
	text-transform: uppercase;
	font-size: 12px;
	color: #818181;
	font-weight: 600;
	margin-left: 20px;
}
.top-content ul.menu {
	float: right;
	display: inline;
	margin-top: 32px;
	margin-right: 30px;
}
.top-content ul.menu li {
	float: left;
	display: inline;
	list-style: none;
	margin-left: 28px;
	margin-right: 10px;
}
.top-content ul.menu li a {
	font-size: 14px;
	font-family: 'Lato', FontAwesome, sans-serif;
	color: #818181;
	font-weight: 600;
}
.top-content ul.menu li.active a, 
.top-content ul.menu li a:hover {
	color: #1ba283;
}
.favorites {
	float: right;
	margin-top: 25px;
}
.my-fav {
	float: left;
	display: inline;
	border-left: solid 1px #c9c9c9;
	border-top: solid 1px #c9c9c9;
	border-bottom: solid 1px #c9c9c9;
	padding: 8px 10px;
}
.my-fav p {
	font-size: 13px;
	font-family: 'Lato', sans-serif;
}
.my-fav a {
	color: #818181;
}
.my-fav p:before {
	font-family: 'FontAwesome';
	content: '\f006';
	color: #818181;
	margin-right: 7px;
}
.my-fav-counter {
	float: left;
	display: inline;
	background: #1ba283;
	color: #ffffff;
	padding: 9px 14px;
	font-weight: 600;
}
.my-fav-counter a {
	color: #ffffff;
}

/* Contents */

.contents-wrapper {
	background: url(images/content-bg.jpg) top repeat-x;
	margin-top: 22px;
}
.before-content {
	padding-top: 30px;
	padding-bottom: 30px;
}
.before-content h1.page-title {
	float: left;
	font-size: 18px;
	margin-top: 8px;
	color: #707070;
	font-weight: 600;
}
.before-content .search {
	float: right;
	position: relative;
	width: 225px;
}
.before-content .search input {
	border: solid 1px #c9c9c9;
	padding: 7px 10px;
	width: 205px;
	font-size: 13px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	color: #757575;
}
.before-content .search input[type="submit"] {
	position: absolute;
	top: 0;
	right: 0;
	width: 35px;
	height: 32px;
	font-family: 'FontAwesome';
	background: none;
	border: none;
	font-size: 16px;
	color: #f3ab1c;
	cursor: pointer;
}
.before-content .search input[type="submit"]:hover {
	color: #1ba283;
}
.before-content .filter {
	float: right;
	position: relative;
	width: 275px;
}
.before-content .filter h3 {
	float: left;
	display: inline;
	font-weight: 600;
	font-size: 13px;
	margin-right: 10px;
	margin-top: 8px;
	color: #707070;
}
.before-content .filter select {
	border: solid 1px #c9c9c9;
	padding: 7px 10px;
	width: 195px;
	font-size: 13px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	color: #757575;
}
.content {
	border: solid 1px #e6e6e6;
	background: #ffffff;
	min-height: 600px;
	padding: 20px;
	width: 920px;
}
.left-content p {
	margin-bottom: 20px;
	line-height: 23px;
	font-size: 14px;
	color: #686868;
}
.left-content {
	float: left;
	display: inline;
	width: 610px;
	margin-top: 8px;
}
.contact-form {
	width: 100%;
}
.contact-form .input {
	display: inline-block;
	margin-right: 7px;
}
.contact-form .input label {
	display: block;
	font-weight: 600;
	text-transform: uppercase;
	color: #6a6a6a;
	font-size: 13px;
	margin-bottom: 8px;
}
.contact-form .input input {
	border: solid 1px #c9c9c9;
	padding: 9px 8px;
	width: 175px;
	color: #9d9d9d;
	font-size: 13px;
}
.contact-form .textarea {
	margin-top: 20px;
}
.contact-form .textarea label {
	display: block;
	font-weight: 600;
	text-transform: uppercase;
	color: #6a6a6a;
	font-size: 13px;
	margin-bottom: 8px;
}
.contact-form .textarea textarea {
	border: solid 1px #c9c9c9;
	padding: 8px;
	width: 582px; 
	resize: none;
	height: 120px;
	color: #9d9d9d;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
}
.contact-form input[type="submit"] {
	background: #f3ab1c;
	border: none;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
	color: #ffffff;
	padding: 9px 35px;
	font-family: 'Open Sans', sans-serif;
	margin-top: 20px;
	cursor: pointer;
}
.contact-form input[type="submit"]:hover {
	background: #1ba283;
}
.right-sidebar {
	width: 275px;	
	float: left;
	display: inline;
	margin-left: 30px;
	margin-top: 8px;
}
.contact-info {
	background: #272727;
	padding: 20px;
}
.contact-info .office-location {
	display: block;
	width: 100%;
	clear: both;
	margin-bottom: 25px;
}
.contact-info .office-location:before {
	content: '\f041';
	font-family: 'FontAwesome';
	color: #ffffff;
	float: left;
	display: inline;
	font-size: 38px;
	margin-right: 15px;
	height: 100px;
	text-align: center;
	width: 33px;
}
.contact-info .office-location h3 {
	color: #ffffff;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
	padding-top: 10px;
	margin-bottom: 15px;
}
.contact-info .office-location p {
	font-size: 13px;
	color: #828282;
	margin-bottom: 8px;
	font-weight: 300;
}
.contact-info .office-hours {
	display: block;
	width: 100%;
	clear: both;
	margin-bottom: 25px;
}
.contact-info .office-hours:before {
	content: '\f017';
	font-family: 'FontAwesome';
	color: #ffffff;
	float: left;
	display: inline;
	font-size: 35px;
	margin-right: 14px;
	height: 100px;
	text-align: center;
	width: 33px;
}
.contact-info .office-hours h3 {
	color: #ffffff;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
	padding-top: 10px;
	margin-bottom: 15px;
}
.contact-info .office-hours p {
	font-size: 13px;
	color: #828282;
	margin-bottom: 8px;
	font-weight: 300;
}
.contact-info .office-contact {
	display: block;
	width: 100%;
	clear: both;
}
.contact-info .office-contact:before {
	content: '\f095';
	font-family: 'FontAwesome';
	color: #ffffff;
	float: left;
	display: inline;
	font-size: 35px;
	margin-right: 14px;
	height: 100px;
	text-align: center;
	width: 33px;
}
.contact-info .office-contact h3 {
	color: #ffffff;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
	padding-top: 10px;
	margin-bottom: 15px;
}
.contact-info .office-contact p {
	font-size: 13px;
	color: #828282;
	margin-bottom: 8px;
	font-weight: 300;
}
.right-sidebar .side-contact {
	background: #f3ab1c;
	padding: 9px 22px;
	margin-top: -12px;
}
.right-sidebar .side-contact:hover {
	background: #1ba283;
}
.right-sidebar .side-contact p {
	color: #ffffff;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
	margin-top: 13px;
	margin-bottom: 15px;
}
.right-sidebar .side-contact p:before {
	font-size: 26px;
	content: '\f003';
	font-weight: normal !important;
	margin-right: 20px;
	float: left;
	display: inline;
	margin-top: -7px;
}
.error-info {
	width: 440px;
	margin-left: auto;
	margin-right: auto;
	background: url(images/error-bg.jpg) no-repeat top left;
	padding-left: 280px;
	padding-top: 95px;
	padding-bottom: 50px;
	margin-top: 50px;
}
.error-info h1 {
	font-size: 49px;
	color: #707070;
	font-weight: 600;
	margin-bottom: 10px;
}
.error-info h3 {
	font-size: 23px;
	font-weight: 600;
	color: #707070;
	margin-bottom: 15px;
}
.error-info p {
	font-weight: 300;
	font-size: 18px;
	color: #7a7a7a;
}
.error-info p a {
	font-weight: 600;
	color: #7a7a7a;
}
.content table {
	width: 2200px !important;
	table-layout: fixed;
}
.sticky-wrap {
	overflow-x: scroll !important;
	margin-top: 0px !important;
}
.wrapper1 {width: 100%; border: none 0px RED;
	overflow-x: scroll; 
	overflow-y:hidden;
}
.div1 {
	width:2200px; 
	height: 20px;
}
.listing-content {
	width: 96%;
}
.content table thead {
	background: #1ba283;
}
.content table thead th {
	text-align: left;
	padding: 13px 10px;
	font-size: 13px;
	font-weight: 600;
	color: #ffffff;
	text-transform: uppercase;
}
.content table tr:nth-child(2n+2) {
	background: #f2fbfb;
}
.content table td {
	border: solid 1px #c9c9c9;
	padding: 10px 10px;
	font-size: 13px;
	color: #878787;
	font-family: 'Lato', sans-serif;
	line-height: 20px;
	font-weight: 400;
}
.login-box {
	width: 420px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
}
.login-box h2.login-title {
	background: #4c4a4b;
	padding: 15px 30px;
	color: #ffffff;
	font-size: 18px;
}
.login-box h2.login-title:before {
	content: '\f05a';
	font-family: 'FontAwesome';
	margin-right: 10px;
	font-size: 22px;
}
.login-box form {
	background: #1ba283;
	padding: 33px 32px;
	position: relative;
}
.login-box form div {
	display: block;
	clear: both;
	margin-bottom: 70px;
}
.login-box label {
	float: left;
	font-size: 13px;
	font-weight: 600;
	color: #ffffff;
	text-transform: uppercase;
	margin-top: 10px;
}
.login-box input {
	float: right;
	width: 240px;
	padding: 11px 10px;
	border: none;
}
.login-box input[type="submit"] {
	display: block;
	float: left;
	width: 130px;
	background: #f3ab1c;
	font-size: 16px;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	color: #ffffff;
	text-transform: uppercase;
	padding: 9px 10px;
	margin-top: -40px;
	margin-left: 96px;
	cursor: pointer;
}
.login-box input[type="submit"]:hover {
	background: #4c4a4b;
}
.login-box form a.forgot-password {
	color: #ffffff;
	font-size: 12px;
	right: 0;
	top: 0;
	position: absolute;
	margin-top: 186px;
	margin-right: 33px;
}
.media {
	border: solid 1px #c9c9c9;
	padding: 17px;
}
.media h3 {
	font-size: 20px;
	font-weight: 300;
	font-family: 'Lato', sans-serif;
	color: #7a7a7a;
	margin-bottom: 18px;
}
.media .thumbnails-video {
	margin-top: 10px
}
.media .thumbnails-video div {
	border: solid 1px #c9c9c9;
	width: 160px;
	padding: 10px;
	margin-right: 14px;
	float: left;
	display: inline;
}
.media .thumbnails-video div:nth-child(3n+3) {
	margin-right: 0px;
}
.media .thumbnails-video div span {
	font-size: 13px;
	font-weight: 600;
	color: #7a7a7a;
	display: block;
	padding-top: 7px;
	margin-bottom: 3px;
}
.pdf-report {
	border: solid 1px #c9c9c9;
	width: 387px;
	float: left;
	display: inline;
	margin-left: 10px;
	margin-right: 10px;
	padding: 25px;
	margin-top: 15px;
}
.pdf-report:before {
	content: '\f1c1';
	font-family: FontAwesome;
	float: left;
	display: inline;
	color: #4c4a4b;
	font-size: 34px;
	margin-right: 23px;
	margin-top: 4px;
}
.pdf-report h2, 
.online-report h2 {
	font-size: 20px;
	font-weight: 600;
	color: #2ca98c;
}
.pdf-report span, 
.online-report span {
	font-size: 15px;
	color: #a1a1a1;
	margin-top: 8px;
	display: block;
}
.online-report {
	border: solid 1px #c9c9c9;
	width: 387px;
	float: left;
	display: inline;
	margin-left: 10px;
	margin-right: 10px;
	padding: 25px;
	margin-top: 15px;
}
.online-report:before {
	content: '\f0ac';
	font-family: FontAwesome;
	float: left;
	display: inline;
	color: #4c4a4b;
	font-size: 40px;
	margin-right: 23px;
	margin-top: 1px;
}

/* Footer */

.footer-wrapper {
	background: #272727;
	border-top: solid 8px #1ba283;
	margin-top: 40px;
}
.bottom-wrapper {
	background: #000000;
	padding-top: 20px;
	padding-bottom: 20px;
}
.footer-box {
	margin-top: 25px;
	width: 240px;
	margin-bottom: 25px;
}
.footer-box h3 {
	text-transform: uppercase;
	font-weight: 600;
	color: #ffffff;
	margin-bottom: 18px;
}
.footer-box li {
	list-style: none;
	margin-bottom: 7px;
	color: #808080;
	font-weight: 300;
	font-size: 13px;
}
.footer-box li a {
	color: #808080;
	font-weight: 300;
	font-size: 13px;
}
.footer-box li a:hover {
	color: #ffffff;
}
.bottom .copyright {
	float: left;
	font-size: 12px;
	font-weight: 300;
	color: #828282;
	text-transform: uppercase;
}
.bottom .bottom-links {
	float: right;
}
.bottom .bottom-links ul li {
	float: left;
	display: inline;
	margin-left: 20px;
}
.bottom .bottom-links ul li a {
	font-size: 12px;
	font-weight: 300;
	color: #828282;
	text-transform: uppercase;
}
.bottom .bottom-links ul li a:hover {
	color: #ffffff;
}