@font-face {
    font-family: 'robotolight';
    src: url("../fonts/Roboto-Light-webfont.eot");
    src: url("../fonts/Roboto-Light-webfont.eot?#iefix") format("embedded-opentype"),url("../fonts/Roboto-Light-webfont.woff") format("woff"),url("../fonts/Roboto-Light-webfont.ttf") format("truetype"),url("../fonts/Roboto-Light-webfont.svg#robotolight") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family:'robotoregular';src:url("../fonts/Roboto-Regular-webfont.eot");src:url("../fonts/Roboto-Regular-webfont.eot?#iefix") format("embedded-opentype"),url("../fonts/Roboto-Regular-webfont.woff") format("woff"),url("../fonts/Roboto-Regular-webfont.ttf") format("truetype"),url("../fonts/Roboto-Regular-webfont.svg#robotoregular") format("svg");font-weight:normal;font-style:normal;
}
@font-face {
    font-family:'robotobold';src:url("../fonts/Roboto-Bold-webfont.eot");src:url("../fonts/Roboto-Bold-webfont.eot?#iefix") format("embedded-opentype"),url("../fonts/Roboto-Bold-webfont.woff") format("woff"),url("../fonts/Roboto-Bold-webfont.ttf") format("truetype"),url("../fonts/Roboto-Bold-webfont.svg#robotobold") format("svg");font-weight:normal;font-style:normal;
}
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;
    vertical-align: baseline;
}
body {
	margin:0;
	padding:0;
	min-height:100%;
	padding-bottom: 6rem;
	position: relative;
}
main {
    display: block;
}
body {
    line-height: 1;
}
ol,ul {
    list-style: none;
}
blockquote,q {
    quotes: none;
}
blockquote:before,blockquote:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
html {
	height: 100%;
	box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
a:focus {
    outline: none;
}
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section {
    display: block;
}
audio,canvas,video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
audio:not([controls]) {
    display: none;
}
sub,sup {
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -.5em;
}
sub {
    bottom: -.25em;
}
img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}
button,input,select,textarea {
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}
button,input {
    line-height: normal;
    *overflow: visible;
}
button::-moz-focus-inner,input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
button,input[type="button"],input[type="reset"],input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
}
input[type="search"] {
    -webkit-appearance: textfield;
}
input[type="search"]:-webkit-search-decoration {
    -webkit-appearance: none;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
body {
    font-size: 14px;
    line-height: 24px;
    color: #6d9b31;
    background-color: #000;
    font-family: 'robotolight';
}
a {
    color: #5d852a;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
    text-decoration: none !important;
}
a:hover {
    color: #6d9b31;
}
h1,h2,h3,h4,h5 {
    color: #343233;
	font-family:"Francois One";
}
h1 {
    font-size: 42px;
    font-weight: normal;
}
h2 {
    font-size: 32px;
    font-weight: normal;
}
h3 {
    font-size: 28px;
    font-weight: normal;
}
h4 {
    font-size: 26px;
    font-weight: normal;
}
h5 {
    font-size: 24px;
    font-weight: normal;
}
.bg-overlay {
    background: rgba(0,0,0,0.1);
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.social-icons a {
    color: #fff;
    width: 34px;
    height: 34px;
    border: 1px solid #fff;
    -webkit-border-radius: 17px;
    border-radius: 17px;
    text-align: center;
    font-size: 12px;
    line-height: 34px;
}
.social-icons a i {
    line-height: 34px;
}
.social-icons a:hover {
    background: #fff;
    color: #000;
}
.social-icons li {
    display: inline-block;
    margin: 0 4px;
}
@media screen and (max-width: 768px) {
    .social-icons {
        float: none !important;
        text-align: center;
        display: block;
    }
}
.button {
    padding: 10px 20px;
    display: inline-block;
    outline: 0;
    border: 0;
}
.button.white {
    background: #fff;
    color: #000;
    text-transform: uppercase;
}

.site-top {
    position: relative;
    z-index: 4;
    background: rgba(255, 255, 255, 0.5);
    margin-bottom: 3px;
    padding-bottom: 25px;
	border-bottom: 1px solid #E55B0A;
	border-style:inset;
}
.site-header {
    padding-top: 40px;
}
.site-brand {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
}
.site-brand strong {
    font-size: 24px;
    font-family: 'robotobold';
}
@media screen and (max-width: 768px) {
    .site-brand {
        float: none !important;
        text-align: center;
        display: block;
        margin-bottom: 30px;
    }
}
.site-banner {
    padding-top: 30px;
}
.site-banner h2 {
    font-size: 32px;
    font-family: 'Francois One';
    margin-bottom: 20px;
	text-transform: uppercase;
}
.site-banner table.header-text {
    font-size: 32px;
    font-family: 'Francois One';
    margin-bottom: 20px;
	text-transform: uppercase;
}
.subscribe-form {
    margin-top: 40px;
}
.subscribe-form #subscribe-email {
    width: 100%;
    padding: 10px;
    background: transparent;
    border: 1px solid #fff;
    outline: 0;
}
.container-main {
	padding-top: 12px;
}
.container-main .table-responsive {
	overflow: visible;
}
.container-main .ui-jqgrid-bdiv {
	overflow-y: auto !important;
	overflow-x: hidden !important;
}
@media screen and (max-width: 768px) {
    .subscribe-form #subscribe-email {
        margin-bottom: 20px;
    }
}
.main-posts {
    position: relative;
    z-index: 6;
	padding-bottom: 100px;
}
.post-masonry {
    margin-bottom: 30px;
}
.post-masonry .post-thumb {
    border: 10px solid #fff;
    overflow: hidden;
    position: relative;
}
.post-masonry .post-thumb img {
    width: 100%;
    display: block;
}
.post-masonry .post-thumb .title-over {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0,0,0,0.9);
    padding: 15px 20px;
}
.post-masonry .post-thumb .title-over h4 {
    font-size: 16px;
    font-family: 'robotoregular';
}
.post-masonry .post-thumb .title-over a {
    color: #fff;
}
.post-masonry .post-thumb .post-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 70px;
    left: 0;
    visibility: hidden;
    opacity: 0;
    background: rgba(0,0,0,0.9);
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}
.post-masonry .post-thumb .post-hover .inside {
    position: relative;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.post-masonry .post-thumb .post-hover h4 {
    font-size: 16px;
    font-family: 'robotoregular';
    margin-bottom: 10px;
}
.post-masonry .post-thumb .post-hover a {
    color: #fff !important;
}
.post-masonry .post-thumb .post-hover i {
    display: block;
    margin-bottom: 10px;
}
.post-masonry .post-thumb .post-hover p {
    font-size: 12px;
}
.post-masonry .post-thumb .post-hover span {
    font-size: 12px;
    margin-bottom: 15px;
    display: block;
}
.post-masonry .post-thumb:hover .title-over {
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
    visibility: hidden;
    opacity: 0;
    bottom: -50px;
}
.post-masonry .post-thumb:hover .post-hover {
    top: 0;
    visibility: visible;
    opacity: 1;
}
.account-top {
	padding-left: 52%;
}
.site-footer {
	background: rgba(255, 255, 255, 0.5);
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 1rem;
	text-align: center;
	border-top: 1px solid #E55B0A;
	border-style:inset;
}
.footer-row {
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
    font-size: 16px;
    font-family: 'Gudea';
	line-height: 1.2em;
}
.copyright-text {
    font-size: 12px;
}
.copyright-text a {
    color: #bfbfbf;
}
.highlight {
	color: #e55b0a;
}
.sweeps-font {
    color: #343233;
	font-family:"Francois One";
	text-align:center;
}
.sweeps-font-big {
    color: #343233;
	font-family:"Francois One";
	font-size: 1.4em;
}
#login-link{
	font-weight:800;
}
#create-account-link{
	font-weight:800;
}
#site-logo {
	float:left;
}
#greenbee-footer-image-div {
	float:left;
}
