/*
 *

#####################################################

      ###### VONBEAU.COM STYLE SHEET ######

#####################################################

*
*/

body {
    font-family: 'Open Sans', 'arial', 'serif', 'sans-serif';
    color: #033;
    margin: 0;
}
body {
    background-color: #e5e5e5;
}
img {
    border: none;
}
a {
    outline: none;
    color: #75b10d;
    text-decoration: none;
}
a:hover {
    color: #94c937;
}
a:active {
    color: #75b10d;
}
p {
    text-indent: 10px;
    line-height: 200%;
    word-wrap: break-word;
}
h1 {
    font-family: 'Amaranth';
    margin: 0 3px 3px 3px;
    text-shadow: 3px 3px 3px #fff;
}
h2 {
    margin: 5px;
}
h3 {} h4 {
    margin: 10px 0 0 0;
    padding: 10px;
    text-align: center;
}
small {
    color: #F00;
}
table {
    width: 100%;
    border-spacing: 1px;
}
th {
    margin: 3px;
    padding: 3px;
    text-align: left;
    color: #fff;
}
th {
    background: #5cbc0a;
    background: -webkit-linear-gradient(#94c937, #75b10d);
    background: -o-linear-gradient(#94c937, #75b10d);
    background: -moz-linear-gradient(#94c937, #75b10d);
    background: linear-gradient(#94c937, #75b10d);
}
td {
    margin: 3px;
    padding: 3px;
}
tr:nth-child(odd) {
    margin: 3px;
    padding: 3px;
    background-color: #f9f9f9;
}
tr:nth-child(even) {
    margin: 3px;
    padding: 3px;
    background-color: #fff;
}
blockquote {
    white-space: normal;
    margin: 10px;
    padding: 20px;
    background-color: #F9F9F9;
    border: 1px solid #F1F1F1;
    font-style: italic;
}
input,
textarea,
select {
    margin: 10px 0px 0px 0px;
    padding: 6px;
}
input {
    width: 95%;
}
input[type="checkbox"] {
    width: auto;
}
input[type="radio"] {
    width: auto;
}
textarea {
    width: 95%;
}
textarea:focus,
input:focus {
    outline: none;
}
.global-sprite {
    background-image: url("//vonbeau.com/images/global-sprite-v53.png");
}
.clear {
    clear: both;
}
.block {
    display: block;
    overflow: hidden;
}
.block-inline {
    display: inline-block;
    overflow: hidden;
}
.repeat-no {
    background-repeat: no-repeat;
}
.repeat-x {
    background-repeat: repeat-x;
}
.repeat-y {
    background-repeat: repeat-y;
}
.curvy {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.top-curvy {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
#top-container {
    background-color: #fff;
    margin: 0 auto;
    padding: 0;
}
#breadcrumbs {
    float: left;
    padding: 5px 10px;
    margin: 0;
}
.breadcrumbs-li {
    display: inline;
    white-space: nowrap;
    margin: 0 5px 0 0;
}
.breadcrumbs-li:after {
    content: " \00bb";
}
.breadcrumbs-li:last-child:after {
    content: none;
}
.breadcrumbs-li:last-child {
    margin: 0;
}
#login-right {
    float: right;
    padding: 5px 10px;
}
.login-right-member-link {
    font-weight: normal;
}
.login-right-link {
    font-weight: normal;
}
#title {
    width: 240px;
    height: 80px;
    margin: -20px auto -20px auto;
    padding: 0;
    text-indent: -9999px;
}
#header {
    margin: 0 auto;
    padding: 40px;
    background: #94c937;
    background: -moz-linear-gradient(top, #94c937 0%, #75b10d 100%);
    background: -webkit-linear-gradient(top, #94c937 0%, #75b10d 100%);
    background: linear-gradient(to bottom, #94c937 0%, #75b10d 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#94c937', endColorstr='#75b10d', GradientType=0);
    border-top: 1px solid #75b10d;
    border-bottom: 1px solid #fff;
    box-shadow: 0px 5px 5px #ccc;
}
#hamburger {
    width: 34px;
    height: 34px;
    background-position: -240px -40px;
    text-indent: -9999px;
    float: left;
}
#main-nav {
    width: 200px;
    color: #75b10d;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 999999999;
}
#main-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#main-nav a {
    background: #fff;
    border: 1px solid #eee;
    padding: 15px 20px;
    display: block;
    width: 100%;
}
#main-nav a:hover {
    background: #eee;
    position: relative;
}
#container {
    width: 1127px;
    margin: 0 auto 20px auto;
}
#content {
    width: 751px;
    margin: 20px auto 0 auto;
    float: left;
    padding: 0;
}
.sharethis {
    float: right;
    margin: 0 0 10px 10px;
    padding: 0;
    list-style: none;
}
.post {
    background-color: #fff;
    margin: 0 0 20px 0;
    position: relative;
}
.post-padding {
    padding: 20px;
}
.click-here {
    text-decoration: underline;
    font-weight: bold;
}
.post-footer-index {
    border-top: 1px dashed #000;
    margin: 10px -10px -10px -10px;
    padding: 10px;
    clear: both;
}
.post-ident {
    width: 10px;
    color: #fff;
    word-break: break-all;
    text-align: center;
    border: 1px solid #fff;
    background-color: #000;
    padding: 10px 15px 10px 15px;
    margin-left: -51px;
    float: left;
}
.post-ribbon {
    position: relative;
    border: 1px solid #e5e5e5;
    text-align: center;
    padding: 5px 10px;
    margin: 0 -30px 10px -30px;
}
.post-ribbon {
    background: #eee;
    background: -webkit-linear-gradient(#f9f9f9, #eee);
    background: -o-linear-gradient(#f9f9f9, #eee);
    background: -moz-linear-gradient(#f9f9f9, #eee);
    background: linear-gradient(#f9f9f9, #eee);
}
.post-ribbon .post-ribbon-content:before,
.post-ribbon .post-ribbon-content:after {
    content: "";
    position: absolute;
    display: block;
    border-style: solid;
    border-color: #666 transparent transparent transparent;
    bottom: -10px;
}
.post-ribbon .post-ribbon-content:before {
    left: -2px;
    border-width: 10px 0 0 10px;
}
.post-ribbon .post-ribbon-content:after {
    right: -2px;
    border-width: 10px 10px 0 0;
}
#inline-posts {
    float: left;
    display: block;
    border: 2px solid #FFF;
    margin: 0 0 0 20px;
    padding: 0;
}
.inline-posts-li {
    width: 126px;
    height: 240px;
    margin: 10px 10px 0 0;
    float: left;
    display: inline;
    list-style-type: none;
    text-align: center;
}
.inline-posts-li:last-child {
    10px 0px 0 0;
}
#newer-older {
    margin: 0;
    padding: 10px;
}
#newer-older-w {
    margin: -20px -20px 0 -20px;
    padding: 10px;
}
#newer-older-label {
    position: relative;
    margin: -10px auto 0 auto;
    width: 299px;
    height: 54px;
    text-indent: -9999px;
}
#older-last {
    position: relative;
    width: 92px;
    height: 35px;
    float: right;
    background-position: -807px -115px;
    overflow: hidden;
    text-indent: -9999px;
}
#older {
    position: relative;
    width: 92px;
    height: 35px;
    float: right;
    background-position: -407px -115px;
    overflow: hidden;
    text-indent: -9999px;
}
#older:hover {
    background-position: -607px -115px;
}
#older:active {
    background-position: -807px -115px;
}
#newer-last {
    position: relative;
    width: 100px;
    height: 35px;
    float: left;
    background-position: -699px -115px;
    overflow: hidden;
    text-indent: -9999px;
}
#newer {
    position: relative;
    width: 100px;
    height: 35px;
    float: left;
    background-position: -299px -115px;
    overflow: hidden;
    text-indent: -9999px;
}
#newer:hover {
    background-position: -499px -115px;
}
#newer:active {
    background-position: -699px -115px;
}
#sidebar {
    width: 356px;
    margin: 20px 0;
    padding: 0;
    float: right;
}
.sidebar-post {
    padding: 10px;
    background-color: #fff;
    margin: 0 0 20px 0;
}
.sidebar-ribbon a {
    color: #fff;
    text-decoration: underline;
}
.sidebar-ribbon {
    color: #fff;
    text-shadow: 2px 2px 2px #679d0a;
    position: relative;
    text-align: center;
    padding: 7px 0;
    margin: 0 -20px 20px -20px;
}
.sidebar-ribbon {
    background: #5cbc0a;
    background: -webkit-linear-gradient(#94c937, #75b10d);
    background: -o-linear-gradient(#94c937, #75b10d);
    background: -moz-linear-gradient(#94c937, #75b10d);
    background: linear-gradient(#94c937, #75b10d);
}
.sidebar-ribbon .sidebar-ribbon-content:before,
.sidebar-ribbon .sidebar-ribbon-content:after {
    content: "";
    position: absolute;
    display: block;
    border-style: solid;
    border-color: #060 transparent transparent transparent;
    bottom: -10px;
}
.sidebar-ribbon .sidebar-ribbon-content:before {
    left: -1px;
    border-width: 10px 0 0 10px;
}
.sidebar-ribbon .sidebar-ribbon-content:after {
    right: -1px;
    border-width: 10px 10px 0 0;
}
#ad728-top-container {
    background-color: #fff;
    padding: 10px;
    margin: 0 auto 20px auto;
}
#content-sidebar-left {
    width: 130px;
    float: left;
    margin: 0;
    padding: 0;
}
.content-sidebar-left-post {
    background-color: #fff;
    margin: 0 0 20px 0;
    padding: 10px 5px;
}
.sidebar-count {
    color: #090;
}
.content-sidebar-ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.content-sidebar-li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.content-sidebar-li-li {
    margin-left: 5px;
    padding: 0;
    list-style: none;
}
.content-sweeps {
    width: 561px;
    float: right;
}
.sweeps-post-footer {
    color: #036;
    background-color: #f9f9f9;
    margin: 10px -5px -5px -5px;
    padding: 3px;
}
.sweeps-post-ul {
    margin: 0;
    padding: 0;
}
.sweeps-post-li {
    margin: 1px 1px;
    padding: 5px;
    vertical-align: text-top;
    display: inline-block;
    list-style: none;
}
#sweeps-submitted-by {
    margin: 5px auto;
    padding-top: 5px;
    border-top: 1px solid #ccc;
}
#sweeps-w-link {
    margin: 10px;
    text-align: center;
}
#sweeps-notes {
    background-color: #F8F8FF;
    color: green;
    border: 1px solid green;
    margin: 10px;
    padding: 10px
}
.sweeps-button-w {
    display: block;
    padding: 2px;
    margin: 0 auto 3px auto;
    font-weight: bold;
    border: 1px solid #4A7023;
    color: #fff;
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);
    background-color: #4A7023;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#629632), to(#659D32));
    background-image: -webkit-linear-gradient(top, #629632, #659D32);
    background-image: -moz-linear-gradient(top, #629632, #659D32);
    background-image: -ms-linear-gradient(top, #629632, #659D32);
    background-image: -o-linear-gradient(top, #629632, #659D32);
    background-image: linear-gradient(top, #629632, #659D32);
}
.sweeps-button-w:hover {
    border: 1px solid #2f5bb7;
    color: #fff;
    text-shadow: 0 1px rgba(0, 0, 0, 0.3);
    background-color: #551a8b;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#44146f), to(#551a8b));
    background-image: -webkit-linear-gradient(top, #44146f, #551a8b);
    background-image: -moz-linear-gradient(top, #44146f, #551a8b);
    background-image: -ms-linear-gradient(top, #44146f, #551a8b);
    background-image: -o-linear-gradient(top, #44146f, #551a8b);
    background-image: linear-gradient(top, #44146f, #551a8b);
}
.sweeps-sidebar-ribbon a {
    color: #fff;
}
.sweeps-sidebar-ribbon {
    color: #fff;
    text-shadow: 2px 2px 2px #679d0a;
    position: relative;
    text-align: center;
    padding: 7px 0;
    margin: 0 -15px 10px -15px;
}
.sweeps-sidebar-ribbon {
    background: #75b10d;
    background: -webkit-linear-gradient(#94c937, #75b10d);
    background: -o-linear-gradient(#94c937, #75b10d);
    background: -moz-linear-gradient(#94c937, #75b10d);
    background: linear-gradient(#94c937, #75b10d);
}
.sweeps-sidebar-ribbon .sweeps-sidebar-ribbon-content:before,
.sweeps-sidebar-ribbon .sweeps-sidebar-ribbon-content:after {
    content: "";
    position: absolute;
    display: block;
    border-style: solid;
    border-color: #060 transparent transparent transparent;
    bottom: -10px;
}
.sweeps-sidebar-ribbon .sweeps-sidebar-ribbon-content:before {
    left: -1px;
    border-width: 10px 0 0 10px;
}
.sweeps-sidebar-ribbon .sweeps-sidebar-ribbon-content:after {
    right: -1px;
    border-width: 10px 10px 0 0;
}
.published {
    margin: 5px 5px 0 0;
}
.publish-update {} .month {
    font-style: italic;
}
.day {
    font-style: italic;
}
.year {
    font-style: italic;
}
.time {
    font-style: italic;
}
.image-inline-130 {
    display: block;
    width: 130px;
    height: 130px;
    margin: 0 0 10px 0;
    border: 1px solid #e6e6fa;
}
.image-inline-130:hover {
    border: 1px solid #cfcff5;
}
.image-inline-130:active {
    border: 1px solid #FFF;
}
.image-130 {
    display: block;
    width: 130px;
    ;
    height: 130px;
    float: left;
    margin: 0 20px 5px 0;
}
.image-300 {
    display: block;
    width: 300px;
    ;
    height: 300px;
    float: left;
    margin: 0 20px 5px 0;
}
.image-resize {
    max-width: 100%;
    height: auto;
}
#offer-update {
    color: #939;
}
#newest-comments {
    width: 336px;
    margin: 0 auto 10px auto;
    padding: 0 10px;
}
#sidebar_nav_ul {
    margin: 0 0 10px 20px;
    padding: 0px;
    list-style: none;
}
.sidebar_nav_li {
    margin: 3px;
}
.side-nav {
    padding: 0 10px 10px 20px;
}
#search-bar {
    background-color: #036;
    height: 34px;
    margin: 0 auto 20px auto;
    padding: 3px 2px;
}
.search-bar-form {
    margin: 0;
    padding: 0;
}
#q {
    color: #f6f66a;
    background-color: #036;
    width: 280px;
    margin: 7px 0 2px 10px;
    padding: 0;
    float: left;
    font-size: 18px;
    font-weight: bold;
    border: none;
}
#s {
    float: right;
    background-color: #036;
    width: 25px;
    height: 25px;
    background-position: -920px -611px;
    margin: 4px 5px 0 0;
    padding: 0;
    border: none;
}
#mobile-search {
    display: none;
}
#mobile-search-bar {
    background-color: #036;
    height: 30px;
    margin: 0 auto 20px auto;
    padding: 5px 2px;
}
.mobile-search-bar-form {
    margin: 0;
    padding: 0;
}
#mobile-q {
    color: #f6f66a;
    background-color: #036;
    width: auto;
    margin: 7px 0 2px 10px;
    padding: 0;
    float: left;
    font-size: 18px;
    font-weight: bold;
    border: none;
}
#mobile-s {
    float: right;
    background-color: #036;
    width: 25px;
    height: 25px;
    background-position: -920px -611px;
    margin: 4px 5px 0 0;
    padding: 0;
    border: none;
}
.social-like-plus {
    background-image: -moz-linear-gradient(center bottom, #F1F1F1 0%, #F9F9F9 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #F1F1F1), color-stop(1, #F9F9F9));
    background-color: #F9F9F9;
    border: 1px solid #EEE;
    margin: 0 10px 5px 10px;
    padding: 5px;
}
.main-nav-icon {
    width: 19px;
    height: 19px;
    margin: 0px 10px 10px 0px;
    vertical-align: middle;
    display: inline-block;
}
.main-nav-sub {
    color: #F0F;
    font-weight: normal;
    font-style: italic;
}
.social-buttons {
    width: 40px;
    height: 40px;
    margin: 1px 2px;
    padding: 0;
}
#facebook {
    background-position: -760px -560px;
    text-indent: -9999px;
}
#googleplus {
    background-position: -800px -560px;
    text-indent: -9999px;
}
#twitter {
    background-position: -840px -560px;
    text-indent: -9999px;
}
#pinterest {
    background-position: -880px -560px;
    text-indent: -9999px;
}
#mobile {
    background-position: -920px -560px;
    text-indent: -9999px;
}
#rss {
    background-position: -960px -560px;
    text-indent: -9999px;
}
#pagination {
    margin: 0 auto;
    padding: 20px 10px;
    font-weight: bold;
    text-align: center;
}
#pagination-dots {
    color: #fff;
    margin: 0 2px;
}
#comments {
    margin: 0 auto;
}
.comment .comment {
    background-color: #eee;
    margin-left: 20px;
    margin-right: -20px;
}
.comment .comment .comment {
    background-color: #fff;
    margin-left: 20px;
    margin-right: -20px;
}
.comment .comment .comment .comment {
    background-color: #eee;
    margin-left: 20px;
    margin-right: -20px;
}
.comment {
    border-left: 1px solid #ccc;
    margin: 10px auto;
    padding: 20px;
}
/*
.comment:nth-child(even) {
    background-color: #fff;
}

.comment:nth-child(odd) {
    background-color: #eee;
}
*/

.comment-img {
    float: left;
    margin-right: 10px;
}
#comment-form {
    margin: 40px 0 0 0;
}
#leave-comment {
    width: 206px;
    height: 25px;
    margin: 20px;
    background-position: -299px -34px;
}
#leave-comment:hover {
    background-position: -299px -84px;
}
#leave-comment:active {
    background-position: -299px -59px;
}
#admin-bar {
    background-color: #FFF;
    text-align: center;
    margin: 0 auto;
    padding: 10px;
}
.member-info {
    background-color: #F9F9F9;
    text-align: center;
    border: 1px solid #C1CDCD;
    margin: 10px 0;
    padding: 10px;
}
#freebie-list {
    width: 604px;
    background-color: #C1CDCD;
    float: left;
    display: block;
    margin: 1px;
    padding: 1px;
}
.freebie-list-li {
    width: 149px;
    background-color: #FFF;
    float: left;
    display: inline;
    margin: 1px 1px 1px 1px;
    list-style-type: none;
}
.freebie-list-link {
    height: 90px;
    margin: 1px;
    padding: 5px;
    display: block;
    font-weight: normal;
}
.freebie-list-link:hover {
    background-color: #F9F9F9;
}
.freebie-list-ty {
    display: block;
    margin: 1px;
    padding: 5px 0;
    color: #F0F;
    border-top: 1px dashed #CCC;
    font-weight: normal;
    text-align: center;
    text-decoration: underline;
}
.freebie-list-ty:hover {
    background-color: #F9F9F9;
    font-style: italic;
}
.freebie-list-date {
    color: #393;
    text-align: center;
    padding-bottom: 5px;
}
.mpublic {
    color: #090;
    font-weight: bold;
}
.mprivate {
    color: #F00;
    font-weight: bold;
}
.form-instructions {
    color: #999;
}
#footer-container {
    background-color: #fff;
    margin: 20px auto 0 auto;
    padding: 10px;
}
#footer {
    margin: 10px auto;
    text-align: center;
}
.footer-link {} .footer-link:hover {} #ad1-list {} #ad2-list {} #advert300 {
    width: 300px;
    margin: 10px auto;
}
.advert336 {
    width: 336px;
    margin: 10px auto;
}
.advert468 {
    width: 468px;
    margin: 10px auto;
}
.advert728 {
    width: 728px;
    margin: 10px auto;
}
#advert970 {
    width: 970px;
    margin: 10px auto;
}
.cdb-p {
    line-height: normal;
    text-indent: 0;
    margin: 0 0 2px 0;
}
.cdb-pagi-link {
    background-color: #fff;
    display: inline-block;
    border: 1px dashed #CCC;
    padding: 10px;
}
.cmt_icon {
    width: 14px;
    height: 14px;
    text-indent: -9999px;
    background-position: -753px -667px;
    display: inline-block;
}
.cmt_icon:hover {
    background-position: -753px -681px;
}
.go2cmt {
    font-weight: normal;
    white-space: nowrap;
}
#link-to-us {
    width: 450px;
    height: 26px;
    margin: 20px auto;
    text-indent: -9999px;
    background-position: -506px -34px;
}
#link-to-us:hover {
    background-position: -506px -61px;
}
#link-to-us:active {
    background-position: -506px -88px;
}
.button {
    width: auto;
}
.button:hover {} .outside-link {
    width: 13px;
    height: 13px;
    margin: 0 2px;
    display: inline-block;
    background-position: -891px -622px;
    overflow: hidden;
    text-indent: -9999px;
}
#sitemap li {
    margin: 20px 5px;
}
#codetolink {
    border: 1px solid #B0C4DE;
    border-left: 60px solid #B0C4DE;
    background-color: #F0F8FF;
    padding: 10px;
    margin: 10px auto;
}
.codelist {
    width: 608px;
    list-style-type: none;
    background-color: #E6E6FA;
    padding: 1px;
}
.codelist li {
    background-color: #FFF;
    text-align: center;
    display: inline-block;
    background-color: #FFF;
    margin: 1px;
    padding: 5px;
}
#video-list li {
    margin: 3px;
}
#video-list li a {} .queue-problem {
    color: #F00;
    font-weight: bold;
}
#thanks-link {
    margin: 0 auto;
    color: #333;
    text-align: center;
}
#msg-alert {
    background-color: #939;
    padding: 10px;
    text-align: center;
}
.trans-white {
    background-color: rgba(255, 255, 255, 0.9);
}
.expired {
    width: 320px;
    height: 320px;
    background-position: 0px -154px;
    position: absolute;
    display: block;
    top: 60px;
    left: 50%;
    bottom: 0;
    margin-left: -160px;
    z-index: 1;
    text-indent: -9999px;
}
.new {
    width: 75px;
    height: 74px;
    background-position: 0px -80px;
    position: absolute;
    display: block;
    top: -5px;
    left: -5px;
    bottom: 0;
    z-index: 1;
}
.new-text {
    font-size: 14px;
    position: absolute;
    top: 11px;
    left: 2px;
    color: #fff;
    font-weight: bold;
    z-index: 2;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -sand-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.hot {
    width: 75px;
    height: 74px;
    background-position: -75px -80px;
    position: absolute;
    display: block;
    top: -5px;
    left: -5px;
    bottom: 0;
    z-index: 1;
}
.hot-text {
    font-size: 14px;
    position: absolute;
    top: 11px;
    left: 2px;
    color: #fff;
    font-weight: bold;
    z-index: 2;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -sand-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#back-to-top {
    position: fixed;
    width: 41px;
    height: 40px;
    background-position: -240px 0px;
    right: 20px;
    bottom: 20px;
    text-indent: -9999px;
    display: none;
}
.youtube-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.youtube-container iframe,
.youtube-container object,
.youtube-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* POPUP CSS */

#bps-modal {
    font-family: 'Open Sans', sans-serif;
    display: none;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
#bps-modal .underlay {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
    cursor: pointer;
    -webkit-animation: fadein .5s;
    animation: fadein .5s;
}
#bps-modal .modal {
    width: 600px;
    height: 300px;
    z-index: 100;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-animation: popin .3s;
    animation: popin .3s
}
#bps-modal .modal {
    background: url(//vonbeau.com/images/vb-pop-01.png) no-repeat center top;
}
#bps-modal .modal-body {
    padding: 180px 35px 20px 35px;
}
#bps-modal form {
    text-align: center;
}
#bps-modal form input {
    margin: 1px;
    padding: 10px;
    width: 300px;
}
#bps-modal form input[type=submit] {
    width: 150px;
    color: #fff;
    background-color: #75b10d;
    margin: 0 0 0 10px;
    border: #009900 solid 1px;
}
@-webkit-keyframes fadein {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
@-ms-keyframes fadein {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
@keyframes fadein {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
@-webkit-keyframes popin {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }
    85% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 1
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}
@-ms-keyframes popin {
    0% {
        -ms-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }
    85% {
        -ms-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 1
    }
    100% {
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}
@keyframes popin {
    0% {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }
    85% {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 1
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}



/* RESPONSIVE CSS */

@media screen and (min-width: 769px) and (max-width: 1107px) {
    .curvy {
    	-moz-border-radius: 0px;
    	-webkit-border-radius: 0px;
    	border-radius: 0px;
    }
    #top {
        width: auto;
    }
    #top-right {
        float: none;
        text-align: center;
    }    #container {
        width: auto;
    }
    #content {
        width: auto;
    }
    #mobile-search {
        display: initial;
	padding: 0 20px;
    }
    .content-sweeps {
        width: auto;
    }
    #ad2-list {
        display: initial;
    }
    #ad3-list {
        display: initial;
    }
    #pagi-numbers {
        display: none !important;
    }
    #sidebar {
        display: none !important;
    }
}
@media screen and (min-width: 480px) and (max-width: 768px) {
    body {
        font-size: 15px;
    }
    .curvy {
    	-moz-border-radius: 0px;
    	-webkit-border-radius: 0px;
    	border-radius: 0px;
    }
    #breadcrumbs {
        display: none !important;
    }
    #top-right {
        float: none;
        text-align: center;
    }
    #container {
        width: auto;
    }
    #content {
        width: auto;
    }
    #member-to-do {
        display: none !important;
    }
    #header {
        padding: 30px 15px;
    }
    #mobile-search {
        display: initial;
	padding: 0 20px;
    }
    .go2cmt {
        display: none !important;
    }
    #newer-older-w {
        margin: -10px -10px 0 -10px;
    }
    .post-padding {
        padding: 10px;
    }
    .post-ribbon {
        margin: 0 -20px 10px -20px;
    }
    #sweep-footer-category {
        display: none !important;
    }
    #sweep-footer-location {
        display: none !important;
    }
    .new {
        display: none !important;
    }
    .new-text {
        display: none !important;
    }
    .hot {
        display: none !important;
    }
    .hot-text {
        display: none !important;
    }
    #inline-posts-li-3 {
        display: none !important;
    }
    #inline-posts-li-4 {
        display: none !important;
    }
    #inline-posts-li-5 {
        display: none !important;
    }
    #inline-posts-li-6 {
        display: none !important;
    }
    #inline-posts-li-7 {
        display: none !important;
    }
    #inline-posts-li-8 {
        display: none !important;
    }
    #inline-posts-li-9 {
        display: none !important;
    }
    #ad1-list {
        display: initial;
    }
    #ad2-list {
        display: initial;
    }
    .image-130 {
        display: none !important;
    }
    #pagi-numbers {
        display: none !important;
    }
    #sidebar {
        display: none !important;
    }
    #bps-modal {
        display: none !important;
    }
}
@media screen and (max-width: 480px) {
    body {
        font-size: 14px;
    }
    .curvy {
    	-moz-border-radius: 0px;
    	-webkit-border-radius: 0px;
    	border-radius: 0px;
    }
    #top-container {
        display: none !important;
    }
    #container {
        width: auto;
    }
    #content {
        width: auto;
    }
    #header {
        padding: 20px 10px;
    }
    #mobile-search {
        display: initial;
	padding: 0 20px;
    }
    .go2cmt {
        display: none !important;
    }
    .post-padding {
        padding: 10px;
    }
    .post-ribbon {
        margin: 0 -20px 10px -20px;
    }
    .content-sweeps {
        width: auto;
        float: none;
    }
    #sweep-footer-category {
        display: none !important;
    }
    #sweep-footer-location {
        display: none !important;
    }
    #newer-older-w {
        margin: -10px -10px 0 -10px;
    }
    #content-sidebar-left {
        display: none !important;
    }
    .new {
        display: none !important;
    }
    .new-text {
        display: none !important;
    }
    .hot {
        display: none !important;
    }
    .hot-text {
        display: none !important;
    }
    #inline-posts-li-2 {
        display: none !important;
    }
    #inline-posts-li-3 {
        display: none !important;
    }
    #inline-posts-li-4 {
        display: none !important;
    }
    #inline-posts-li-5 {
        display: none !important;
    }
    #inline-posts-li-6 {
        display: none !important;
    }
    #inline-posts-li-7 {
        display: none !important;
    }
    #inline-posts-li-8 {
        display: none !important;
    }
    #inline-posts-li-9 {
        display: none !important;
    }
    #ad1-list {
        display: initial;
    }
    #ad2-list {
        display: initial;
    }
    .image-130 {
        display: none !important;
    }
    #thanks-link {
        display: none !important;
    }
    #pagi-numbers {
        display: none !important;
        javascript: beautify();
    }
    #sidebar {
        display: none !important;
    }
    #bps-modal {
        display: none !important;
    }
}
