* {
	font-family: 'Open Sans', Helvetica, sans-serif;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body,
form {
	font-size: 14px;
	line-height: 1.42857143;
	margin: 0;
	color: #333333;
}

img,
table,
td,
th
{
	vertical-align: top;
	border: none;
	margin: 0;
	padding: 0;
}

a,
h1,
h2,
h3,
h4,
h5
{
	color: #555555;
}





footer, nav, header, section, aside {
	display: block
}

.main-wrapper{
	width: 1010px;
	margin: 0 auto;
	/*border: solid 1px #f1f1f1;*/
	content: ' ';
}

.wrapper {
	margin: 10px 20px;
	min-height: 750px;
	/*border: solid 1px #e0e0e0;*/
}

.wrapper a {
	/*color: #4b4b4b;*/
	font-weight: 600;
	color: #3991dd;
	text-decoration: none;
}

.wrapper a:hover {
	/*color: #56a203;*/
	color: #49b8ff;
	text-decoration: none;
}

.page-header h1,
.page-header h2,
.page-header h3,
.page-header h4,
.page-header h5
{
	text-transform: uppercase;
	font-weight: 600;
	padding-bottom: 10px;
	border-bottom: solid 1px #92dc19;
}


/*
=========================== COLUMNS ROWS etc
*/

.row{
	clear: both;
	content: " ";
	display: table;
	width: 100%;
	/*margin-left: -15px;
	margin-right: -15px;*/
}

.well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	/*background-color: #ECF0F1;
	border: 1px solid transparent;
	border-radius: 4px;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05) inset;*/
}

.col-lg-05,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12
{
	position: relative;
	min-height: 1px;
	/*line-height: 19px;*/
	/*padding-right: 15px;
	padding-left: 15px;*/
	content: ' ';
}


.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-05 {
	float: left;
}

.col-lg-12 {
	width: 100%;
}
.col-lg-11 {
	width: 91.66666667%;
}
.col-lg-10 {
	width: 83.33333333%;
}
.col-lg-9 {
	width: 75%;
}
.col-lg-8 {
	width: 66.66666667%;
}
.col-lg-7 {
	width: 58.33333333%;
}
.col-lg-6 {
	width: 50%;
}
.col-lg-5 {
	width: 41.66666667%;
}
.col-lg-4 {
	width: 33.33333333%;
}
.col-lg-3 {
	width: 25%;
}
.col-lg-2 {
	width: 16.66666667%;
}
.col-lg-1 {
	width: 8.33333333%;
}
.col-lg-05 {
	width: 4.166665%;
}

.col-lg-offset-12 {
	margin-left: 100%;
}
.col-lg-offset-11 {
	margin-left: 91.66666667%;
}
.col-lg-offset-10 {
	margin-left: 83.33333333%;
}
.col-lg-offset-9 {
	margin-left: 75%;
}
.col-lg-offset-8 {
	margin-left: 66.66666667%;
}
.col-lg-offset-7 {
	margin-left: 58.33333333%;
}
.col-lg-offset-6 {
	margin-left: 50%;
}
.col-lg-offset-5 {
	margin-left: 41.66666667%;
}
.col-lg-offset-4 {
	margin-left: 33.33333333%;
}
.col-lg-offset-3 {
	margin-left: 25%;
}
.col-lg-offset-2 {
	margin-left: 16.66666667%;
}
.col-lg-offset-1 {
	margin-left: 8.33333333%;
}
.col-lg-offset-05 {
	 margin-left: 4.166665%;
 }
.col-lg-offset-right-05 {
	margin-right: 4.166665%;
}
.col-lg-offset-0 {
	margin-left: 0%;
}

.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5 {
	/*line-height: 19px;*/
}

/*
============================== Header
*/

#main-header {
	width: 1010px;
	margin: 0 auto;
	height: 82px;
	/*background: no-repeat url("/theme/images/logo.png") 5px center;*/
	/*text-align: right;*/
}

#main-header a,
#main-header a:hover
{
	color: #949494;
	text-decoration: none;
}

#header-nav {
	float: right;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 14px;
	height: 82px;
	list-style: none;
	margin: 0;
}

#header-nav li {
	display: inline-block;
}

#header-nav a
{
	display: inline-block;
	margin: 53px 14px 15px 0px;
	padding: 0 5px 6px;

}



#header-nav a:active,
#header-nav a.active,
#header-nav a:hover
{
	border-bottom: solid 4px #92dc19;
}

.greenline {
	background: #92dc19;
	height: 4px;
	content: ' ';
}

/*
=========================== FOOTER
*/

#main-footer {
	background: #404048;
	padding-top: 30px;
	padding-bottom: 10px;
	color: #5a5a65;
}

.footer-wrap
{
	width: 1010px;
	margin: 0 auto;
}

.footer-wrap a {
	color: #6d6d77;
	text-decoration: none;
}

.footer-wrap a:hover {
	color: #9696a3;
}

.footer-slogan {
	color: #5a5a65;
	font-size: 21px;
	font-weight: 600;
	text-transform: uppercase;
	margin-left: 20px;
}

.footer-copyright
{
	color: #6d6d77;
	margin-left: 20px;
	margin-top: 35px;
	margin-bottom: 10px;
	font-size: 11px;
}

.footer-nav-menu {
	list-style: none;
	margin: 0;
	font-size: 13px;
}

.socials
{

}


/*
=========================== Typografics
*/

.clearfix
{
	clear: both;

}

h1, h2, h3, h4, h5 {
	margin: 5px 16px 15px;
}

h1
{
	font-size: 3.0em;
	font-weight: 400;
}

h2{
	font-size: 2.7em;
	font-weight: 400;
}

h3
{
	font-size: 2.1em;
	font-weight: 400;
}

h4{
	font-size: 1.8em;
	font-weight: 400;
}

h5{
	font-size: 1.4em;
	font-weight: 400;
}

p
{
	margin: 5px 15px 15px;
	font-size: 1em;
}




/*
=================================== Spaced
*/

.space10,
.space20,
.space30,
.space40,
.space50,
.space60,
.space70,
.space80,
.space90,
.space100
{
	display: block;
	content: " ";
	clear: both;
}

.space10
{
	height: 10px;
}

.space20
{
	height: 20px;
}

.space30
{
	height: 30px;
}

.space40
{
	height: 40px;
}

.space50
{
	height: 50px;
}

.space60
{
	height: 60px;
}

.space70
{
	height: 70px;
}

.space80
{
	height: 80px;
}

.space90
{
	height: 90px;
}

.space100
{
	height: 100px;
}

/*
 ================================== FORM CONTROLS
*/

fieldset {
	padding: 0px;
	margin: 0px;
	border: 0px none;
	min-width: 0px;
}

legend {
	display: block;
	width: 100%;
	padding: 0px;
	margin-bottom: 21px;
	font-size: 22.5px;
	line-height: inherit;
	color: #2C3E50;
	border-width: 0px 0px 1px;
	border-style: none none solid;
	border-color: -moz-use-text-color -moz-use-text-color transparent;
	-moz-border-top-colors: none;
	-moz-border-right-colors: none;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	border-image: none;
}

.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #597EA2;
}

label {
	display: inline-block;
	margin-bottom: 5px;
	font-weight: 600;
}

.form-group
{
	display: block;
	clear: both;
	/*border: solid 1px #888;*/
	/*height: 100%;*/
	margin-bottom: 15px; !important
}

.control-label,
.control-label-full
{
	/*width: 100%;*/
	text-transform: uppercase;
	text-align: right;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 9px;
	padding-right: 15px;
}

.control-label-full
{
	width: 100%;
}

.form-control,
.form-control-static,
.form-control-sm
{
	display: inline-block;
	/*-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	float: none;
	z-index: auto;
	width: auto;
	height: auto;
	position: static;*/
	/*cursor: default;*/
	opacity: 1;
	/*margin: 0 8px 0;*/
	padding: 8px 15px 10px;
	/*overflow: visible;*/
	border: 1px solid #cccccc;
	-webkit-border-radius: 0;
	border-radius: 0;
	/*font: normal normal normal 16px/normal "Open Sans", Helvetica, sans-serif;*/
	font-size: 16px;
	color: #468b03;
	-o-text-overflow: clip;
	text-overflow: clip;
	/*background: none;
	-webkit-box-shadow: none;
	box-shadow: none;*/
	/*text-shadow: 1px 1px 0 rgba(255,255,255,0.66) ;*/
	/*-webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
	-moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
	-o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
	transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
	-webkit-transform:  scaleX(1) scaleY(1) scaleZ(1)  ;
	transform:  scaleX(1) scaleY(1) scaleZ(1)  ;
	-webkit-transform-origin: 50% 50% 0;
	transform-origin: 50% 50% 0;*/
}


.form-control-static
{
	border: none;
	padding: 7px 15px 8px;
	color: #468b03;
	font-weight: 600;
	text-transform: uppercase;
}

.form-control-tb-margin
{
	margin: 8px 0px;
	font-size: 16px;
}

.form-control-lr-margin
{
	margin: 0px 8px;
	/*font-size: 16px;*/
}

.form-control, input {
	/*border-width: 2px;*/
	box-shadow: none;
}

.form-control-sm
{
	padding: 4px 10px 5px;
	font-size: 14px;
}

input[type="radio"], input[type="checkbox"] {
	margin: 4px 0px 0px;
	line-height: normal;
}


.btn,
.btn-sm
{
	display: inline-block;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	float: none;
	z-index: auto;
	width: auto;
	height: auto;
	position: static;
	cursor: pointer;
	opacity: 1;
	margin: 0;
	padding: 0.55em 1em;
	overflow: visible;
	border: none;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	color: rgba(255,255,255,1);
	-o-text-overflow: clip;
	text-overflow: clip;
	background: rgba(53,53,53,0.9);
	-webkit-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
	text-decoration: none;
	-webkit-transform:  scaleX(1) scaleY(1) scaleZ(1)  ;
	transform:  scaleX(1) scaleY(1) scaleZ(1)  ;
	-webkit-transform-origin: 50% 50% 0;
	transform-origin: 50% 50% 0;
}

.btn:hover
{
	background: rgba(53,53,53,1);
}

.btn-sm
{
	padding: 0.2em 0.6em;
}

/*
=============================== COLORS
*/

.default,
.btn-default
{
	background: #7d7d7d;
	color: #FFF;
}

.btn-default:hover
{
	background: #707070;
}

a.btn-default,
a.btn-default:hover
{
	color: #FFF;
}

.info,
.btn-info,
a.btn-info
{
	background: #3598db;
	color: #FFF;
}

.btn-info:hover,
a.btn-info:hover
{
	background: #2c89c7;
	color: #FFF;
}



.warning
{
	background: #f8c52f;
}

.btn-warning,
a.btn-warning
{
	background: #f8c52f;
	color: #FFF;
}

.btn-warning:hover,
a.btn-warning:hover
{
	background: #e5b42d;
	color: #FFF;
}

/*a.btn-info,
a.btn-info:hover
{
	color: #FFF;
}*/


.danger,
.btn-danger,
a.btn-danger
{
	background: #e84b3a;
	color: #FFF;
}

.danger a,
.success a,
.info a,
.default a
{
	 color: #FFFFFF;
	 text-decoration: underline;
 }
.danger a:hover,
.success a:hover,
.info a:hover,
.default a:hover
{
	color: #FFFFFF;
	text-decoration: none;
}


.warning a
{
	font-weight: bold;
	color: #555555;
	text-decoration: underline;
}

.warning a:hover
{
	font-weight: bold;
	color: #555555;
	text-decoration: none;
}


.btn-danger:hover,
a.btn-danger:hover
{
	background: #d64737;
	color: #FFF;
}

.success,
.btn-success,
a.btn-success
{
	background: #6eb10c;
	color: #FFF;
}

.note
{
	background: #e7e7f4;
}

.btn-success:hover,
a.btn-success:hover
{
	background: #7abf0b;
	color: #FFF;
}

.text-info{
	color: #3598db;
}

.text-warning,
.notapproved
{
	color: #efbd2e;
}

.text-danger,
.blocked,
.red
{
	color: #e84b3a;
}

/*.text-success{
	color: #3991dd;
}*/

.text-success,
.text-green,
.approved,
.green
{
	color: #56a203;
}

.blue-link a {
	color: #3991dd;
	text-decoration: none;
	font-weight: 600;
}
.blue-link a:hover {
	color: #49b8ff;
}

.success h1,
.success h2,
.success h3,
.success h4,
.success h5,
.danger h1,
.danger h2,
.danger h3,
.danger h4,
.danger h5,
.info h1,
.info h2,
.info h3,
.info h4,
.info h5
{
	color: #FFFFFF;
}

a.btn-info,
a.btn-info:hover
{
	color: #FFF;
	text-decoration: none;
}

/*
=================================== TEXT DECORATIONS
*/

.uppercase
{
	text-transform: uppercase;
}

.bolded
{
	font-weight: 700;
}

.semi-bolded
{
	font-weight: 600;
}

.text-justify
{
	text-align: justify;
}

.text-right
{
	text-align: right;
}

.text-left
{
	text-align: left;
}

.text-center
{
	text-align: center;
}

.hide {
	display: none !important;
}

.show {
	display: block !important;
}

.invisible {
	visibility: hidden;
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.font-12{
	font-size: 12px;
}

.font-14{
	font-size: 14px;
}

.font-16{
	font-size: 16px;
}

.font-18{
	font-size: 18px;
}

.no-bottom-margin
{
	margin-bottom: 0;
}

.full-width
{
	width: 100%;
}

.margin-bottom-10
{
	margin-bottom: 10px;
}

.margin-bottom-20
{
	margin-bottom: 20px;
}

.margin-bottom-30
{
	margin-bottom: 30px;
}

.margin-bottom-40
{
	margin-bottom: 40px;
}

.margin-bottom-50
{
	margin-bottom: 50px;
}

.margin-bottom-60
{
	margin-bottom: 60px;
}
/*
======================================== BOXES
*/

.notify{
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding: 10px;
	/*width: auto;*/
	margin: 10px 0;
}

.notify h1,
.notify h2,
.notify h3,
.notify h4,
.notify h5
{
	text-transform: uppercase;
	font-weight: 700;
}

.notify p {
	font-size: 14px;
}

.testimonial-yellow,
.testimonial-blue
{
	min-height: 220px;
}

.testimonial-yellow p,
.testimonial-blue p
{
	font-size: 13px;
}

.testimonial-yellow
{
	border: solid 2px #fbcf62;
}

.testimonial-blue
{
	border: solid 2px #3598db;
}

.intro-box
{
	/*border: solid 1px #999;*/
	padding: 10px;
	height: 320px;

}
.intro-box h5
{
	font-size: 16px;
	font-weight: bold;
}
.intro-box p
{
	font-size: 13px;
	margin: 0 auto;
	width: 250px;
}

.intro-subline
{
	border-bottom: solid 1px;
	margin: 0 auto 30px;
	padding-bottom: 20px;
	width: 205px;
}

.intro-link
{
	margin: 0 auto;
	width: 80%;
}

.intro-join
{
	width: 300px;
}

.border-green
{
	border-color: #007500;
}

.border-blue
{
	border-color: #3598db;
}

.border-yellow
{
	border-color: #fbcf62;
}

/*
======================================= TABLES
*/

.sites,
.table_top50
{
	/*width: 742px;*/
	width:100%;
	text-align: center;
	/*padding: 2px;*/
	margin: 0 auto;
}

.sites td,
.sites th,
.table_top50 td,
.table_top50 th
{
	vertical-align: middle;
}

.sites th,
.sites td.title,
.table_top50 th,
.table_top50 td.title
{
	background: #8ec3f9;

	color: #484848;
	text-align: center;
	text-transform: uppercase;
	/*font-size: 12px;*/
	margin: 3px;
	font-weight: bold;
	padding: 10px 5px;
}

.sites tbody td,
.sites td.list,
.table_top50 tbody td,
.table_top50 td.list{
	background: #ecf0f1;
	border: solid 1px #d5d5d5;
	font-weight: 600;
	padding: 5px;
}

.sites .site,
.table_top50 .site
{
	text-align: center;
	text-transform: uppercase;
	/*font-size: 12px;*/
	margin: 3px;
	font-weight: bold;
	padding: 10px 5px;
	background: #747481;
	border: none;
	color: #FFF;
}

.sites .site a
{
	color: #99c9e8;
}

.sites .site a:hover
{
	color: #FFF;
}

/*
================================== LAYERS
*/

.layer {
	width: 100%;
	background: #fff;
	/*text-align: center;*/
	/*font-weight: bold;*/
	color: #0d7200;
	line-height: 22px;
	/*font-size: 13px;*/
	margin-top: 3px;
}

.layer h1 {
	color: #0d7200;
	font-size: 13px;
	text-align: center;
}

.layer table th {
	text-align: right;
	/*padding-right: 5px;*/
	padding: 0;
}
.layer table td {
	text-align: left;
	vertical-align: middle;
}

.layer h1, .layer h2, .layer h3, .layer h4, .layer h5 {
	margin: 5px 16px 15px;
}

.layer h1
{
	font-size: 3.0em;
	font-weight: 400;
}

.layer h2{
	font-size: 2.7em;
	font-weight: 400;
}

.layer h3
{
	font-size: 2.1em;
	font-weight: 400;
}

.layer h4{
	font-size: 1.8em;
	font-weight: 400;
}

.layer h5{
	font-size: 1.4em;
	font-weight: 400;
}

.layer h1,
.layer h2,
.layer h3,
.layer h4,
.layer h5
{
	text-transform: uppercase;
	font-weight: 600;
}

/*
========================================= CUSTOM COLUMNS
*/

.login-form
{
	width: 260px; margin: 0 auto;
}

.join-header
{
	width: 290px; margin: 0 auto;
}

.join-form
{
	width: 590px; margin: 0 auto;
}

.comments-header
{
	width: 250px; margin: 0 auto;
}

.remind-form
{
	width: 350px; margin: 0 auto;
}

/*
============================================= CUSTOM
*/

.debug {
	border: solid 1px #000;
}

.margin-auto
{
	margin: 0 auto;
}

.float-left
{
	float: left;
}