/* CSS Document */
html, body {
    font-family: "open-sans", sans-serif;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    color: #6d6d6d;
    font-size: 13px;
    line-height: 19px;
    background-color: #1f1f1f;
}
p, button {
    font-family: "open-sans", sans-serif;
    color: #6d6d6d;
    font-size: 13px;
}
td, input, textarea, select {
    font-family: "open-sans", sans-serif;
    color: #6d6d6d;
    padding: 2px;
    margin: 0px 0px 8px 0px;
    font-size: 13px;
}
a:link {
    color: #006c64;
    text-decoration: none;
}
a:visited {
    color: #006c64;
    text-decoration: none;
}
a:hover {
    color: #006c64;
    text-decoration: underline;
}
ul {
    color: #6d6d6d;
    line-height: 1.4em;
}
ol {
    color: #6d6d6d;
    line-height: 1.4em;
}
h1 {
    font-family: "open-sans", sans-serif;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 20px 0px;
    font-size: 28px;
    font-weight: normal;
    color: #006c64;
    line-height: 1em;
}
h1 a:link {
    color: #006c64;
    text-decoration: none;
}
h1 a:visited {
    color: #006c64;
    text-decoration: none;
}
h1 a:hover {
    color: #006c64;
    text-decoration: underline;
}
h2 {
    font-family: "open-sans", sans-serif;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 16px 0px;
    font-size: 18px;
    font-weight: normal;
    color: #373737;
}
h2 a:link, h2 a:visited, h2 a:hover {
    color: #373737;
    text-decoration: none;
}
h2 a:hover {
    color: #373737;
    text-decoration: underline;
}
h3 {
    font-family: "open-sans", sans-serif;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 12px 0px;
    font-size: 20px;
    font-weight: normal;
    color: #252525;
}
h3 a:link {
    color: #515151;
    text-decoration: none;
}
h3 a:visited {
    color: #515151;
    text-decoration: none;
}
h3 a:hover {
    color: #515151;
    text-decoration: underline;
}
h4 {
    font-family: "open-sans", sans-serif;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 12px 0px;
    font-size: 16px;
    font-weight: normal;
    color: #5072a0;
}
h4 a:link {
    color: #5072a0;
    text-decoration: none;
}
h4 a:visited {
    color: #5072a0;
    text-decoration: none;
}
h4 a:hover {
    color: #5072a0;
    text-decoration: underline;
}
form {
    margin: 0px;
    padding: 0px;
}
.smallText {
    font-size: 0.8em;
}
table {
    font-family: Arial, Tahoma, sans-serif;
    color: #666666;
}
th {
    font-weight: normal;
}
img {
    border: none;
}
/*********************************/
/**********CLASSES****************/
/*********************************/
.phoo {
    display: none;
}
.alert {
    font-weight: bold;
    color: #CC0000;
}
.parent {
    float: left;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 100;
}
.topHeaderBg {
    float: left;
    top: 0px;
    left: 0px;
    width: 100%;
    background: #1e1e1e;
}
.topHeader {
    width: 980px;
    height: 35px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    padding-top: 15px;
}
.topHeader .social {
    float: left;
    width: 140px;
}
.topHeader .social .img {
    float: left;
    width: 35px;
}
.topHeader .social .text {
    float: left;
    width: 105px;
    color: #e6e5e5;
}
.topHeader .contact {
    float: left;
    width: 498px;
    color: #e6e5e5;
    text-align: center;
}
.topHeader .searchHolder {
    float: right;
}
.topHeader .searchHolder .search {
    float: left;
    width: 340px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.topHeader .searchHolder .button {
    width: 40px;
}
.topHeader .search .left {
    float: left;
    width: 120px;
    height: 25px;
    padding-top: 1px;
    color: #ffffff;
    text-align: right;
    padding-right: 5px;
}
.topHeader .search .field {
    float: left;
    width: 150px;
    height: 25px;
    padding-top: 2px;
}
.topHeader .search .field .searchField {
    width: 65px;
}
.topHeader .search .button {
    float: left;
    width: 60px;
    height: 25px;
}
.topHeader .search .button input {
    float: right;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    padding: 2px 3px 2px 3px;
    margin: 0px;
}
.topHeader .search .field input {
    float: right;
    width: 140px;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    padding: 2px 2px 2px 2px;
    margin: 0px;
}
.headerBg {
    float: left;
    top: 0px;
    left: 0px;
    width: 100%;
    background: url(../images/headerBg.jpg) center top no-repeat #dcd9d6;
}
.header {
    position: relative;
    width: 980px;
    height: 226px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
}
.header .headerTop {
    float: left;
    width: 980px;
    height: 178px;
    padding: 0px 0px 0px 0px;
}
.header .navTop {
    position: absolute;
    bottom: 0px;
    float: left;
    width: 980px;
    height: 45px;
    z-index: 200;
}
.imgHeaderBg {
    position: relative;
    float: left;
    top: 0px;
    left: 0px;
    width: 100%;
    background: url(../images/black_image_header.jpg) center top no-repeat #000000;
}
.imgHeader {
    width: 980px;
    height: 180px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
}
.imgHeader .logo {
    float: left;
    width: 254px;
    height: 145px;
    margin: 15px 0px 0px 10px;
    padding: 0px;
}
.imgHeaderBg .catDiscountBanner {
    position: absolute;
    right: 0px;
    width: 300px;
    height: 200px;
    overflow: hidden;
}
.imgHeaderBg .catDiscountBanner .inner {
    width: 400px;
    background-color: #C00;
    color: #FFF;
    font-size: 18px;
    padding: 4px 20px;
    margin: 45px 0px 0px 10px;
    text-align: center;
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.checkout {
    float: left;
    width: 755px;
    height: 20px;
    margin: 6px 0px 0px 10px;
    padding: 0px;
    color: #ffffff;
}
.checkout a {
    color: #cccccc;
}
.mainBg {
    float: left;
    top: 0px;
    left: 0px;
    width: 100%;
    background: #ffffff;
}
.main {
    width: 936px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 0px 0px 0px;
    margin-top: 25px;
    margin-bottom: 25px;
    overflow: hidden;
    background: #ffffff;
}
/* auction calendar page classes */
.main .currentAuc, .currentText, .currentImg {
    float: left;
    height: 235px;
    overflow: hidden;
}
.main .currentAuc {
    width: 936px;
    margin-top: 20px;
}
.main .currentAuc .currentText {
    width: 422px;
    background: #181818;
    padding: 23px;
}
.main .currentAuc .currentText h2 {
    color: #FFFFFF;
    font-size: 26px;
}
.main .currentAuc .currentText p {
    color: #FFFFFF;
    font-size: 15px;
}
.main .currentAuc .currentText p .brownText {
    color: #b4a58a;
}
.main .currentAuc .currentText p a, .main .otherAuc .otherText p a {
    padding-left: 16px;
    font-style: italic;
    background: url(../images/link-arrow-green.png) left top no-repeat;
}
.main .currentAuc .currentText p a:hover, .main .otherAuc .viewMore a:hover {
    text-decoration: none;
}
.main .currentAuc .currentText p a {
    color: #FFFFFF;
    background: url(../images/link-arrow-white.png) left top no-repeat;
}
.main .currentAuc .currentImg {
    position: relative;
    width: 468px;
    background: #999999;
}
.main .currentAuc .currentImg .currentImgInner {
    display: block;
    position: absolute;
    width: 468px;
}
.main .currentAuc .currentImg img {
    width: 468px;
}
.main .otherAuc, .otherText, .otherTitle, .viewMore {
    float: left;
    width: 457px;
}
.main .otherAuc .otherTitle {
    margin-bottom: 16px;
}
.main .otherAuc {
    margin-right: 22px;
    margin-top: 30px;
    height: 500px;
}
.main .otherAucHolder {
    height: 360px;
    width: 457px;
    overflow: hidden;
}
.main .otherAuc:last-child {
    margin: 30px 0px 0px 0px;
}
.main .otherAuc h2 {
    padding: 24px 14px 24px 14px;
    margin: 0px 0px 0px 0px;
    color: #FFFFFF;
    font-size: 22px;
}
.main .otherAuc h3 {
    padding: 0px;
    margin: 0px;
    color: #1D1D1D;
    font-size: 14px;
}
.main .otherAuc .bg1 {
    background: #197a73;
}
.main .otherAuc .bg2 {
    background: #a09278;
}
.main .otherAuc .otherText {
    width: 417px;
    height: 78px;
    padding: 20px;
    overflow: hidden;
    background: #ecebeb;
    border-bottom: 1px solid #CCCCCC;
}
.main .otherAuc .otherText p {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
}
.main .otherAuc .viewMore {
    text-align: center;
    margin-top: 7px;
}
.main .otherAuc .viewMore {
    cursor: pointer;
}
.main .otherAuc .viewMore a {
    padding: 0px 20px 0px 20px;
    background: url(../images/viewMore.png) right top no-repeat;
    color: #6d6d6d;
}
.main .otherAuc .viewMore a:hover {
    text-decoration: none;
    color: #000000;
}
/* three boxes on home page */
.mainHome {
    width: 936px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 0px 0px 0px;
    margin-top: 25px;
    margin-bottom: 25px;
    overflow: hidden;
}
.mainHome .box, .title, .text {
    float: left;
    width: 300px;
    margin: 0px 0px 0px 0px;
}
.mainHome .box {
    float: left;
    padding: 0px 0px 0px 0px;
    margin: 0px 18px 0px 0px;
}
.mainHome .box:last-child {
    margin: 0px 0px 0px 0px;
}
.mainHome .box h2 {
    padding: 24px 14px 24px 14px;
    margin: 0px 0px 0px 0px;
    color: #FFFFFF;
    font-size: 22px;
    height: 18px;
    width: 270px;
    overflow: hidden; /*  text-shadow: 1px 1px 0px #343434;
    filter: dropshadow(color=#343434, offx=1, offy=1);  */
}
.mainHome .box .img1 {
    background: url(../images/img1.jpg) left top no-repeat #197a73;
}
.mainHome .box .img2 {
    background: url(../images/img2.jpg) left top no-repeat #a09278;
}
.mainHome .box .img3 {
    background: url(../images/img3.jpg) left top no-repeat #45413e;
}
.mainHome .box .text a {
    padding-left: 16px;
    font-style: italic;
    background: url(../images/link-arrow-green.png) left top no-repeat;
}
.mainHome .box .grey {
    background: #eaeaea;
    color: #242424;
}
.mainHome .box .green {
    background: #eaeaea;
    color: #126b64;
}
.mainHome .box .green2 {
    background: #126b64;
    color: #ffffff;
}
.main .leftNav {
    float: left;
    padding: 0px 0px 0px 0px;
    margin: 0px 25px 0px 0px;
    background: url(../images/leftNavLine.jpg) left top no-repeat;
}
.main .content {
    overflow: hidden;
    width: 960px;
    /*width:auto;*/
    min-height: 400px;
    margin: 0px 0px 40px 0px;
}
.main .leftInv {
    float: left;
    width: 380px;
    margin-right: 10px;
    border: 1px solid #dbdcdc;
    padding: 15px;
}
.main .rightInv {
    float: left;
    width: 500px;
    border: 1px solid #dbdcdc;
    padding: 5px;
}
.main .leftInv #invNumberHolder {
    float: left;
    width: 350px;
    min-height: 130px;
    margin: 0px 15px 0px 0px;
}
.main #responseGood {
    float: left;
    width: 350px;
    min-height: 130px;
    margin: 0px 15px 0px 0px;
}
.main .invoice {
    float: left;
    width: 500px;
    height: 270px;
    min-height: 130px;
    margin: 0px 0px 0px 0px;
    padding: 20px;
    border: 1px solid #CCCCCC;
}
.main iframe {
    border: 1px solid #b2cbc9;
}
.main .tableLeft {
    padding-right: 20px;
}
.main .tableRight {
    padding-left: 20px;
    border-left: 1px solid #CCCCCC;
}
.main .tableRight h2 {
    margin-top: 0px;
    padding-top: 0px;
    font-size: 28px;
}
.main .contentFull {
    overflow: hidden;
    width: 936px;
    min-height: 400px;
    margin: 0px 0px 40px 0px;
}
.main .contentInner {
    width: auto;
    margin: 0px 0px 0px 0px;
}
.homeItemsBg {
    position: relative;
    float: left;
    top: 0px;
    left: 0px;
    width: 100%;
    background: #F4F3F3;
    border-bottom: 12px solid #F4F3F3;
}
.homeItemsHolder {
    position: relative;
    width: 1001px;
    height: 302px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    overflow: hidden;
}
.homeItemsHolder .homeItemHeaderLeft {
    float: left;
    width: 570px;
    height: 70px;
    margin-left: 30px;
}
.homeItemsHolder .homeItemHeaderLeft h1 {
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-size: 22px;
    color: #000000;
}
.homeItemsHolder .homeItemHeaderRight {
    float: right;
    width: 370px;
    height: 34px;
    margin-right: 31px;
    margin-top: 36px;
    text-align: right;
}
.homeItemsHolder .homeItemHeaderRight a {
    padding-left: 16px;
    font-style: italic;
    background: url(../images/link-arrow-green.png) left top no-repeat;
}
.homeItemsHolder .homeBTNleft, .homeItemsHolder .homeBTNright {
    float: left;
    width: 13px;
    height: 30px;
    cursor: pointer;
    margin: 100px 0px 0px 0px;
    padding: 1px 0px 0px 6px;
}
.homeItemsHolder .homeBTNleft {
    margin-right: 12px;
}
.homeItemsHolder .homeBTNright {
    padding: 1px 0px 0px 0px;
}
.homeItems {
    float: left;
    width: 950px;
    height: 232px;
    padding: 0px 0px 0px 0px;
    margin: 0px;
    overflow: hidden;
}
.homeItems .itemBlock {
    float: left;
    width: 100%;
    height: 100%;
}
.homeItems .item {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    float: left;
    width: 25%;
    height: 100%;
    font-size: 18px;
    border-right: 12px solid #F4F3F3;
    overflow: hidden;
}
.homeItems .item:last-child {
    /*border-right:none;*/
}
.homeItems .over {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 200;
    cursor: pointer;
    background-image: url(../images/000-00.png);
}
.homeItems .img {
    position: absolute;
    height: 100%;
    width: 100%;
}
.homeItems .img a {
    display: block;
    width: 100%;
    height: 100%;
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
}
.homeItems .text {
    position: absolute;
    top: 120px;
    width: 100%;
    height: 112px;
    overflow: hidden;
    background-image: url(../images/333231-90.png);
}
.homeItems p {
    height: 72px;
    overflow: hidden;
    margin: 8px 0px 0px 0px;
    padding: 0px 8px 0px 8px;
    line-height: 14px;
    font-size: 12px;
    color: #969594;
}
.homeItems .viewButton {
    position: absolute;
    width: 100%;
    padding: 2px -0;
    text-align: right;
    bottom: 0px;
}
.homeItems .viewButton img {
    margin-right: 4px;
}
.content table, td, th, tr, tbody {
    padding: 0px;
    margin: 0px;
    padding-left: 0px;
    margin-left: 0px;
    border: none;
}
.content p {
    padding: 0px;
    margin: 0px 0px 8px 0px;
}
.content h3 {
    padding-left: 0px;
    margin-left: 0px;
    font-size: 13px;
    font-weight: bold;
    padding-top: 20px;
}
.newsLayout {
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 10px;
    padding-top: 0px;
    margin-bottom: 15px;
}
.footerBg {
    float: left;
    top: 0px;
    left: 0px;
    width: 100%;
}
.footer {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 996px;
    color: #333333;
    margin-top: 0px;
    padding: 5px 0px 50px 0px;
}
.footerLeft {
    float: left;
    width: 230px;
    margin: 8px 0px 0px 15px;
    padding: 0px 0px 0px 0px;
    font-size: 12px;
    color: #818285;
}
.footerLeft a:link {
    color: #818285;
    font-size: 12px;
    text-decoration: none;
}
.footerLeft a:visited {
    color: #818285;
    text-decoration: none;
}
.footerLeft a:hover {
    color: #818285;
    text-decoration: underline;
}
.footerRight {
    float: left;
    width: 600px;
    margin: 16px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    color: #3d3d3d;
}
.footerRight p, .footerLeft p {
    font-size: 11px;
    line-height: 14px;
    margin: 0px 0px 6px 0px;
}
.footerRight a:link {
    color: #5f5e5e;
    text-decoration: none;
}
.footerRight a:visited {
    color: #5f5e5e;
    text-decoration: none;
}
.footerRight a:hover {
    color: #999999;
    text-decoration: none;
}
.footerRight2 {
    float: left;
    text-align: right;
    width: 120px;
    margin-top: 16px;
}
.first {
    margin-left: 0px;
}
.last {
    margin-right: 0px;
}
.column {
    width: 185px;
    margin-right: 20px;
}
.last {
    margin-right: 0px;
}
.formTable {
    width: 700px;
    border-top: 1px solid #FDF7F4;
    border-left: 1px solid #FDF7F4;
    border-spacing: 0px;
}
.formTH, .formTD, .formSubmitTD {
    padding: 4px;
}
.formTH {
    width: 120px;
    border-bottom: 1px solid #FDF7F4;
    border-right: 1px solid #FDF7F4;
    font-weight: bold;
}
.formTD {
    border-bottom: 1px solid #FDF7F4;
    border-right: 1px solid #FDF7F4;
}
.formSubmitTD {
    border-bottom: 1px solid #FDF7F4;
    border-right: 1px solid #FDF7F4;
    background-color: #FDF7F4;
}
.formBtn, .hideAuction {
    padding: 4px 6px 3px 6px;
    text-align: center;
    background-color: #006c64;
    color: #FFF;
    font-size: 12px;
    border: none;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    cursor: pointer;
}
.tableLabel .left {
    float: left;
    width: 90px;
}
.tableLabel .right {
    float: left;
    width: 400px;
}
.error {
    margin: 0px 0px 8px 4px;
    font-weight: normal;
    color: #006c64;
    white-space: nowrap;
    vertical-align: top;
}
/*search*/
.hideAuction {
    margin: 0px 6px 0px 0px;
}
.searchHeader {
    float: left;
    width: 890px;
    background-color: #E8E8E8;
    margin: 0px 0px 15px 0px;
    padding: 10px 10px 4px 10px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    font-size: 1em;
}
.searchHeader .inputHolder {
    float: left;
    width: 200px;
}
.searchHeader .setScope {
    float: left;
    margin-right: 24px;
}
.searchHeader .setScope .setScopeItem {
    float: left;
    margin-left: 20px;
}
/*Gallery thumb layout*/
.galBox {
    float: left;
    display: inline;
    width: 200px;
    min-height: 250px;
    margin: 0px 14px 12px 0px;
    padding: 8px;
    background-color: #ffffff;
    border: 1px solid #CCCCCC;
}
.galBox:last-child {
    margin-right: 0px;
}
.galImage {
    float: left;
    display: inline;
    text-align: center;
    margin: 0px 12px 0px 0px;
    width: 200px;
    height: 200px;
    overflow: hidden;
    background-color: #ebebeb;
}
.galImage img {
    height: 200px;
}
.galText {
    float: left;
    width: 200px;
    color: #666666;
    margin: 6px 0px 12px 0px;
}
.galText p {
    padding: 0px 0px 0px 0px;
    margin: 0px;
    font-size: 11px;
    font-weight: normal;
    color: #666666;
}
.galText p a:link {
    color: #666666;
    font-weight: normal;
    text-decoration: none;
}
.galText p a:visited {
    color: #666666;
    font-weight: normal;
    text-decoration: none;
}
.galText p a:hover {
    color: #666666;
    font-weight: normal;
    text-decoration: underline;
}
/*top nav*/
.topSubNav {
    width: 996px;
    height: 35px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
.topSubNav .TSNitem a, .topSubNav .TSNitemLast a {
    float: left;
    width: 224px;
    height: 15px;
    padding: 10px 12px 10px 12px;
    border-collapse: collapse;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #a2a2a2;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
}
.topSubNav .TSNitem a:hover, .topSubNav .TSNitemLast a:hover {
    background-image: url(../images/TSN-selected.gif);
    background-position: left top;
    background-repeat: repeat-x;
}
.topSubNav .TSNitemLast a {
    width: 223px;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #a2a2a2;
}
.topSubNav .selected a {
    background-image: url(../images/promo-header-hilight.gif);
    background-position: left top;
    background-repeat: repeat-x;
}
.topSubNav .selected a:hover {
    background-image: url(../images/promo-header-hilight.gif);
}
.topSubNav .open a {
    background-image: url(../images/TSN-selected.gif);
    background-position: left top;
    background-repeat: repeat-x;
}
.topSubNav .open a:hover {
    background-image: url(../images/TSN-selected.gif);
}
/*image position*/
.align_image_left {
    float: left;
    margin: 0px 10px 10px 0px;
}
.align_image_right {
    float: right;
    margin: 0px 0px 10px 10px;
}
/*Facebook*/
.fancybox-skin {
    background: none
}
.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}
/*cookie */
.cookieHolder {
    position: fixed;
    bottom: 0px;
    width: 450px;
    background-color: #999;
    z-index: 800;
}
.cookieHolder .cookieInner {
    margin: 0px;
    padding: 6px 12px;
    overflow: hidden;
    display: none;
}
.cookieHolder .cookieInner p {
    margin: 0px;
    color: #FFF;
}
.cookieHolder .cookieInner a:link, .cookieHolder .cookieInner a:visited {
    color: #006C64;
}
.cookieHolder .cookieInner .cookieBTN {
    color: #FFF;
    border: 1px solid #006C64;
    background-color: #006C64;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
}
.toggle_nav_button {
    display: none;
    padding: 1%;
    background-color: #2C2C2E;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    cursor: pointer;
}
.toggle_nav_button img {
    height: 12px;
}
/*******************/
.nexteventItem * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.nexteventItem {
    float: left;
    width: 100%;
    height: 300px;
    background-color: #181818;
    margin: 0 0 16px 0;
}
.nexteventItem label {
    display: inline-block;
    width: 80px;
}
.nexteventItem .left, .nexteventItem .right {
    float: left;
    width: 50%;
    height: 100%;
    padding: 16px 10px;
    background-position: center center;
    background-size: cover;
}
.nexteventItem .left * {
    color: #fff;
}
.nexteventItem h2 {
    font-size: 24px;
}
.nexteventItem p {
    line-height: 14px;
    margin-bottom: 0px;
}
.nexteventItem h3 {
    font-size: 16px;
}
.eventBanner {
    float: left;
    width: 100%;
    margin: 0 0 16px 0;
    padding: 16px 10px;
    background-color: #197A73;
    font-size: 24px;
    color: #fff;
}
.eventItem {
    float: left;
    width: 100%;
    background-color: #ECEAEB;
    padding: 16px 10px;
    border-bottom: solid 1px #999;
}
.eventItem h2 {
    font-size: 24px;
}
.eventItem h3 {
    font-size: 16px;
}
.eventItem label {
    display: inline-block;
    width: 80px;
}
.eventHome {
    float: left;
    width: 100%;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
    border-bottom: solid 1px #999;
}
.eventHome td {
    vertical-align: top;
}
.eventHome label {
    display: inline-block;
    width: 80px;
    font-weight: bold;
}
/*********************/
.upcomMonth {
    float: left;
    width: 100%;
    padding: 4px 10px;
    margin: 0 0 20px 0;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #006c64;
}
.upcomItem {
    float: left;
    width: 100%;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
}
.upcomItem .otherText {
    width: 100%;
}
.upcomItem .otherText h3 {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 18px;
    font-weight: bold;
}
.upcomItem .otherText h4 {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 16px;
    font-weight: bold;
    color: #000;
}
.upcomItem .otherText a {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: bold;
}
.upcomItem .otherImg {
    float: left;
    margin: 0 20px 20px 0;
}
/*********************/
.phoo_popup {
    display: none;
    width: 100%;
    height: 600px;
}
.ui-dialog {
    z-index: 1000 !important;
}
/*********************/
.privacy-holder {
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 2000;
    background-color: #006c64;
}
.privacy-holder .privacy-inner {
    width: 100%;
    padding: 30px;
    text-align: center;
}
.privacy-holder .form-btn {
    background-color: #ffffff;
    color: #006c64;
    font-weight: bold;
    border: none;
}
.privacy-holder p {
    color: white;
}
.privacy-holder a {
    color: #006c64;
}
/*********************/