.clear{
    clear:both;
}

/*
GENERAL CHECKBOX AND RADIO BOX STYLING
*/

.checkbox-gr {
    opacity: 0;
    position: absolute;
}

.checkbox-gr, .checkbox-gr-label {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer;
}

.checkbox-gr-label {
    position: relative;
}

.checkbox-gr + .checkbox-gr-label:before {
    content: '';
    background: #fff;
    border: 2px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
    -webkit-border-radius: 25%;
    -moz-border-radius: 25%;
    border-radius: 25%;
}

.checkbox-gr:checked + .checkbox-gr-label:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    background: #90b211;
    color: #fff;
    font-size:18px;
}


.radio-gr-label input[type="radio"] ~ i.fa.fa-circle-o{
    color: #c8c8c8;
    display: inline;
}
.radio-gr-label input[type="radio"] ~ i.fa.fa-check-circle-o{
    display: none;
}
.radio-gr-label input[type="radio"]:checked ~ i.fa.fa-circle-o{
    display: none;
}
.radio-gr-label input[type="radio"]:checked ~ i.fa.fa-check-circle-o{
    color: #7AA3CC;
    display: inline;
}
.radio-gr-label:hover input[type="radio"] ~ i.fa {
    color: #7AA3CC;
}
div[data-toggle="buttons"] label.active{
    color: #7AA3CC;
    font-size: 18px;
}

div[data-toggle="buttons"] .radio-gr-label {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    vertical-align: top;
    cursor: pointer;
    background-color: none;
    border: 0px solid #c8c8c8;
    border-radius: 3px;
    color: #c8c8c8;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

div[data-toggle="buttons"] .radio-gr-label:hover {
    color: #5c78ba;
}




.genTitle{
    color: #5c78ba;
    font-size: 18px;
    letter-spacing: 0.05rem;
    margin-bottom: 20px;
    text-decoration: none;
    cursor:default
}
/* GENERAL FORM SUBMISSION ERROR BOX */

/* Start User pages */

.signin-option, .form-group input {
    font-size: 18px;
    font-weight: 600;
}
.register-footer {
    font-size: 18px;
    font-weight: 600;
    margin-top: 30px;
}
.login-link {
    color: #5c78ba;
}

.signin-error {
    font-size: 16px;
    font-weight: 400;
    color: #cc0000;
}

.signin-register {
    border: 1px solid #999;
    box-shadow: 0 3px 10px #ccc;
    padding: 0 30px 30px;
    background-color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 5px;
    color: #666;
}
.signin-register h1 {
    font-weight: 600;
    font-size: 30px;
}
.signin-welcome-text {
    font-weight: 600;
    font-size: 18px;
}
.form-group input {
    height: 40px;
    border: 1px solid #999;
    margin-bottom: 5px;
}
.btn-signin {
    background-color: #5b78ba;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    width: 150px;
    border: none !important;
}

.button-group a {
    color: #fff;
    display: block;
    width: 150px;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
}

.btn-register {
    background-color: rgba(144, 178, 42, 0.8);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    /*width: 150px;*/
    border: none !important;
}
.forgot-link {
    color: #cdcdcd;
    margin-top: 5px;
}

/* END User pages */

/* START Checkout */

.text-green {
    color: #90B211;
}
.dash-divider {
    border-bottom: 1px dashed #aeaeae;
}
.cartImage {
    width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    margin: 10px;
    border: 1px solid #adadad;
    -webkit-border-radius: 5%;
    -moz-border-radius: 5%;
    border-radius: 5%;
}

.gallery-view, .create-rodeo {
    color: #fff;
    border-radius: 5px;
    padding: 8px 16px;
    /*font-weight: 600;*/
    font-size: 15px;
}
.gallery-view {
    background-color: rgba(0,0,0,0.6);
    float: left;
}
.create-rodeo {
    background-color: rgba(144, 178, 42, 0.8);
}
.gallery-view:hover, .create-rodeo:hover {
    color: #fff;
    text-decoration:none;
    background:none;
}
.gallery-view:hover{
    background-color: rgba(0,0,0,1);
}
.create-rodeo:hover{
    background-color: rgba(144, 178, 42, 1);
}
.text-red {
    color: #cc0000;
}


/* END Checkout */

/* HUNT TILES */

.userVerifiedPanel{
    background-color:#fff;
    width:100%;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    padding-bottom: 20px;
    border:1px solid #dddcdc;

}
.userVerifiedPanelHead{
    text-align:center;
    font-size:24px;
    background-color:#f3f1f1;
    padding:10px 2px 10px;
    border-bottom:1px solid #dedbdb;
}
.userVerifiedPanelBody{
    background-color:#fff;
    padding:20px 5px;
}
.userVerifiedBodyLeft{
    width:15%;
    display:inline-block;
    vertical-align:middle;
    text-align:left;
    padding-left:5px;
}
.userVerifiedBodyRight{
    width:75%;
    word-wrap:break-word;
    display:inline-block;
    vertical-align:middle;
    text-align:left;
    padding-left:5px;
}
.userVerifiedBodyBreak{
    width:80%;
    margin:10px auto 10px auto;
    border-bottom:1px dashed #90b211;
}


.huntItemMainImgShell{
    position:relative;
    margin-top:15px;
    /*width:225px;*/
    height:180px;
    overflow:hidden;
    /*border:1px solid #ebebeb;*/
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
}

.huntItemMainImgShell{
    position:relative;
    margin-top:15px;
    /*    width:225px;*/
    /*height:200px;*/
    overflow:hidden;
    /*
    border:1px solid #ebebeb;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    */
}

.bullseye-footer-img{
    width: 140px;
    height: 140px;
    overflow: hidden;
}

.huntItemFooterImg{
    height:65px;
    width:65px;
    margin:5px;
    border:1px solid #ebebeb;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.huntItemFooterImg{
    height:65px;
    width:65px;
    margin:5px 5px 5px 5px !important;
    border:1px solid #ebebeb;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display:inline-block !important;
}
.hunt-tile-block{
    background:#fff;
    /*box-shadow:0 2px 3px #ccc;*/
    border-radius:5px;
    padding-bottom:15px;
    margin:15px 0 15px 0;
    min-height:280px
}
.hunt-tile-block:hover {
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.2s ease-in-out 0s;
}
.hunt-tile-block-header-products,.hunt-tile-block-header-products-expired{
    color:#333;
    /*
    background: rgba(0,0,0,0.5);
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.7) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.5)), color-stop(100%,rgba(0,0,0,0.7)));
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.7) 100%);
    background: -o-linear-gradient(top,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.7) 100%);
    background: -ms-linear-gradient(top,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.7) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.7) 100%);  
    */
    text-align:center;
    font-size:14px;
    font-weight:300;
    border-radius:5px 5px 0 0;
    padding:5px 5px 0 5px;
}
.hunt-tile-block-header-products:hover {
    /*
    background: rgba(0,0,0,0.7);
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.9) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.7)), color-stop(100%,rgba(0,0,0,0.9)));
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.9) 100%);
    background: -o-linear-gradient(top,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.9) 100%);
    background: -ms-linear-gradient(top,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.9) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.9) 100%);
    */
}
.gr-product-url-prod {
    color:#333 !important
}
.hunt-tile-block-btn{
    padding:15px 10px 0 10px;
}
.hunt-tile-block-img {
    display: block;
    width: 100%;
    position: relative;
    height: 0;
    padding: 33.5%;
    overflow: hidden;
    background:#fff;
}
.hunt-tile-block-img img {
    position: absolute !important;
    display: block !important;
    max-width: 100% !important;
    max-height: 100% !important;
    left: 0;
    right: 0 !important;
    top: 0 !important;
    margin: auto !important;
}
.hunt-tile-item-fav{
    display:inline-block;
    width:10px;
    height:10px;
    background: url("/gr-images/elements/mask.png") no-repeat !important;
    float:right;
    margin:6px 5px 0 0
}
.hunt-tile-item-owner{
    display:inline-block;
    float:right;
    margin-right:3px;
    color:#999;
    font-size:.9em
}
.hunt-tile-location-shell{
    display:block;
    float:right;
    color:#999;
    font-size:.9em
}
.hunt-tile-price{
    display:block;
    float:left;
    margin-left:10px;
}
.hunt-tile-price a{
    color:#666;
    font-weight: 400;
    font-size: large;
}
.hunt-tile-price a:hover{
    color:#333;
}
/* END HUNT TILES */

.hunt-tile-block-btn a{
    color: #666;
    text-decoration: none;
    font-size: 20px;
}

/*

Bullseye product page start

*/

.btn-register {
    background-color: rgba(144, 178, 42, 0.8);
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:5px;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    /*width: 150px;*/
    border:none !important
}
.btn-register:hover {
    background-color: rgba(144, 178, 42, 1);
    text-decoration:none;
    color:#fff;
    cursor:pointer;
}
.bullseye-footer-img{
    width: 140px;
    height: 140px;
    overflow: hidden;
}
.bullseye-tile{
    width: 100%;
    height: 0%;
}
.bullseye-tile-mainimg{
    height: 0%;
}
.bullseye-tile-title{
    width: 100%;
    text-align:right;
    font-size: 24px;
    color:#000;
    padding-right:22px;
    margin-top:10px
}
.listingsShell{
    /*changed*/
    /*margin-top:165px;*/
    margin-top:120px;
}
.bullseye-btn-main-div {
    border-radius: 5px;
    background-color: #fff;
    border:1px solid #dddcdc;
    text-align: center;
}
.bullseye-buy-btn {
    background-color: #9cbf1b;
    font-size: x-large;
    font-weight: 500;
    color: rgba(255, 255, 255, 1.0);
    padding: 8px 3px 8px 3px;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
}
.bullseye-buy-btn:hover {
    background-color: #90b211;
    color: rgba(255, 255, 255, 1.0);
    -webkit-transition:background 0.2s ease;
    -moz-transition:background 0.2s ease;
    -o-transition:background 0.2s ease;
    transition:background 0.2s ease;
}
#productChooser {
    padding-bottom:0
}
/*
.hunt-product-info a{
    color: #5b78bb;
}
*/
.hunt-detail-default-btn{
    background-color: #fff;
    border: 3px solid #cbcbcb;
    -webkit-transition:border-color 0.2s ease;
    -moz-transition:border-color 0.2s ease;
    -o-transition:border-color 0.2s ease;
    transition:border-color 0.2s ease;
}
.bullseye-ask-watch-btn {
    border: 3px solid #cbcbcb;
    color:#999;
    font-size: large;
    font-weight: 500;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
}
.bullseye-ask-watch-btn:hover {
    color:#999;
    border: 3px solid #9cbf1b;
    -webkit-transition:border 0.2s ease;
    -moz-transition:border 0.2s ease;
    -o-transition:border 0.2s ease;
    transition:border 0.2s ease;
}
.bullseye-usd-sign {
    color: #666;
}
.bullseye-panel-title{
    text-align:center;
    font-size:24px;
    background-color:#f3f1f1;
    padding:10px 2px 10px;
    border-bottom:1px solid #dedbdb
}
.bullseye-panel-price{
    background-color: #f3f1f1;
    border-bottom: 1px solid #dedbdb;
    font-size: 24px;
    padding: 10px 2px;
    text-align: center;
}
.bullseye-user-img-div {
    border-radius: 5px;
    border:1px solid #dddcdc;
    background-color: white;
    margin-top: 15px;
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
}
.bullseye-user-verified-div {
    border-radius: 5px;
    background-color: white;
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
}
.bullseye-btn-main-div div {
    padding-bottom : 20px;
}
.bullseye-price {
    color: #666;
    font-weight: 400;
    font-family: sans-serif;
    font-size: large;
}
.bullseye-description{
    margin-top:10px;
    padding-top:10px;
    border-top:1px solid #ebebeb;
    display:block;
    color:#666
}
.bullseye-description-panel {
    vertical-align:top;
    padding-left:15px;
    margin-top:15px;
    text-align:left;
    border:1px solid #dddcdc
}
.bullseye-suggested-items{
    width:100%;
    font-size:24px;
    font-weight:400;
    color:#666
}
.hunt-btn-report{
    float:right;
    border-radius: 4px;
    margin-top: 20px;
    font-weight: bold;
    color: #999;
    border-width: 1px;
}
.hunt-btn-report:hover{
    border-color: #9cbf1b;
    color: #999;
}
.hunt-other-sellers .huntItemShell{
    width: 48%;
    margin: 5px;
}
.hunt-product-shell .bullseye-tile{
    margin: 0;
}
.bullseye-appoximate-statement{
    margin-top: 7px;
    font-size: x-small;
    text-align: center;
}
.bullseyeAvatarImage img{
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}


/*

Bullseye product page end

*/


/*

Pagination css start

*/

ul.simple-pagination {
    list-style: none;
}

.simple-pagination {
    display: block;
    overflow: hidden;
    padding: 0 5px 5px 0;
    margin: 0;
    clear: both;
}

.simple-pagination ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.simple-pagination li {
    list-style: none;
    padding: 0;
    margin: 0;
    float: left;
}
span.ellipse.clickable {
    cursor: pointer;
}

.ellipse input {
    width: 3em;
}

/*------------------------------------*\
        Compact Theme Styles
\*------------------------------------*/

.compact-theme a, .compact-theme span {
    float: left;
    color: #333;
    font-size:14px;
    line-height:24px;
    font-weight: normal;
    text-align: center;
    border: 1px solid #AAA;
    border-left: none;
    min-width: 14px;
    padding: 0 7px;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
    background: #efefef; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#efefef 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#efefef 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#efefef 100%); /* IE10+ */
    background: linear-gradient(top, #ffffff 0%,#efefef 100%); /* W3C */
}

.compact-theme a:hover {
    text-decoration: none;
    background: #efefef; /* Old browsers */
    background: -moz-linear-gradient(top, #efefef 0%, #bbbbbb 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(100%,#bbbbbb)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #efefef 0%,#bbbbbb 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #efefef 0%,#bbbbbb 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #efefef 0%,#bbbbbb 100%); /* IE10+ */
    background: linear-gradient(top, #efefef 0%,#bbbbbb 100%); /* W3C */
}

.compact-theme li:first-child a, .compact-theme li:first-child span {
    border-left: 1px solid #AAA;
    border-radius: 3px 0 0 3px;
}

.compact-theme li:last-child a, .compact-theme li:last-child span {
    border-radius: 0 3px 3px 0;
}

.compact-theme .current {
    background: #bbbbbb; /* Old browsers */
    background: -moz-linear-gradient(top, #bbbbbb 0%, #efefef 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bbbbbb), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #bbbbbb 0%,#efefef 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #bbbbbb 0%,#efefef 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #bbbbbb 0%,#efefef 100%); /* IE10+ */
    background: linear-gradient(top, #bbbbbb 0%,#efefef 100%); /* W3C */
    cursor: default;
}

.compact-theme .ellipse {
    background: #EAEAEA;
    padding: 0 10px;
    cursor: default;
}

/*------------------------------------*\
        Light Theme Styles
\*------------------------------------*/

.light-theme a, .light-theme span {
    font-family:Arial,sans-serif,Helvetica;
    float: left;
    color: #666;
    font-size:18px;
    line-height:24px;
    font-weight: normal;
    text-align: center;
    border: 1px solid #BBB;
    min-width: 14px;
    padding: 5px 15px;
    margin: 0 5px 0 0;
    border-radius: 3px;
    /*box-shadow: 0 1px 2px rgba(0,0,0,0.2);*/
    /*background: #efefef; /* Old browsers */
    /*background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%); /* FF3.6+ */
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
    /*background: -webkit-linear-gradient(top, #ffffff 0%,#efefef 100%); /* Chrome10+,Safari5.1+ */
    /*background: -o-linear-gradient(top, #ffffff 0%,#efefef 100%); /* Opera11.10+ */
    /*background: -ms-linear-gradient(top, #ffffff 0%,#efefef 100%); /* IE10+ */
    /*background: linear-gradient(top, #ffffff 0%,#efefef 100%); /* W3C */
}

.light-theme a:hover {
    text-decoration: none;
    background: #000;
    color:#fff
}

.light-theme .current {
    text-decoration: none;
    background: #000;
    color:#fff;
    cursor: default;
}

.light-theme .ellipse {
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    font-weight: bold;
    cursor: default;
}

/*------------------------------------*\
        Dark Theme Styles
\*------------------------------------*/

.dark-theme a, .dark-theme span {
    float: left;
    color: #CCC;
    font-size:14px;
    line-height:24px;
    font-weight: normal;
    text-align: center;
    border: 1px solid #222;
    min-width: 14px;
    padding: 0 7px;
    margin: 0 5px 0 0;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    background: #555; /* Old browsers */
    background: -moz-linear-gradient(top, #555 0%, #333 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#555), color-stop(100%,#333)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #555 0%,#333 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #555 0%,#333 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #555 0%,#333 100%); /* IE10+ */
    background: linear-gradient(top, #555 0%,#333 100%); /* W3C */
}

.dark-theme a:hover {
    text-decoration: none;
    background: #444;
}

.dark-theme .current {
    background: #222;
    color: #FFF;
    border-color: #000;
    box-shadow: 0 1px 0 rgba(255,255,255,0.2), 0 0 1px 1px rgba(0, 0, 0, 0.1) inset;
    cursor: default;
}

.dark-theme .ellipse {
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    font-weight: bold;
    cursor: default;
}


/*

Pagination css end

*/
/*
.product_width{
    width:232px;

}

@media only screen and (max-width: 750px) {
    .product_width{
	width:224px;
}
}

@media only screen and (max-width: 675px) {
    .product_width{
	width:214px;
}
}
*/


/*
****************************************
BELOW FOR Product-Search Plugin
****************************************
*/
.hide {
    display: none!important;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto;
}
/*
****************************************
ABOVE FOR Product-Search Plugin
****************************************
*/


/*
****************************************
BELOW FOR Products Plugin
****************************************
*/
.hunt-tile-block-list {
  padding:5px 0;
}
/*
****************************************
ABOVE FOR Products Plugin
****************************************
*/

/*
****************************************
BELOW FOR Calendar Plugin
****************************************
*/

.cld-main{
  width: 100%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.cld-main a{
  color: #0080FF;
}
.cld-main svg{
  fill: #0080FF;
}
.cld-datetime{
  position: relative;
  width: 66%;
  min-width: 100px;
  max-width: 300px;
  margin: auto;
  overflow: hidden;
}
.cld-datetime .today{
  position: relative;
  float: left;
  width: calc(100% - 40px);
  margin: auto;
  text-align: center;
}
.cld-nav{
  position: relative;
  width: 20px;
  height: 20px;
  margin-top: 2px;
}
.cld-nav:hover{
  cursor: pointer;
}
.cld-nav:hover svg{
  fill: #005EFF;
}
.cld-rwd{
  float: left;
}
.cld-fwd{
  float: right;
}
.cld-nav svg:hover{

}
.cld-labels, .cld-days{
  padding-left: 0;
}

.cld-label, .cld-day{
  font-size: 25px;
  box-sizing: border-box;
  display: inline-block;
  width: 14.28%;
  text-align: center;
}

.col-md-3 .cld-label, .col-md-3 .cld-day{
  font-size: 15px;
}
.col-md-3 .cld-number{
  font-size: 15px;
  height: 40px;
}

@media (max-width: 425px){
    .cld-label,.cld-day{
        font-size: 15px !important;
    }
    .cld-number{
        font-size: 15px !important;
        height: 40px !important;
    }
}

.cld-day{
  border: 1px solid #eee;
  overflow-y:visible !important;
}
.cld-day.today .cld-number{
  background: #0080FF;
  color: #fff;
}
.cld-day.disableDay{
  opacity: 0.5;
}
.cld-day.nextMonth, .cld-day.prevMonth{
  opacity: 0.33;
}
.cld-number{
  font-size: 25px;
  position: relative;
  margin: 0;
  height: 80px;
  padding: 10px;
}
.cld-title{
  text-align: left;
  position: absolute;
  z-index: 5;
  display: none;
  top: 35px;
  left: 0;
  padding: 5px 10px;
  background: #fff;
  white-space: nowrap;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 12px;
}

@media (max-width: 768px){
    
.cld-title ul {
    padding-left: 10px;
}
.cld-title {
  white-space: normal;  
}
}

@media (max-width:425px){
    .cld-title {
        font-size: 10px;
    }
}

@media (max-width:375px){
    .cld-title {
        font-size: 9px;
    }
}

@media (max-width:320px){
    .cld-title {
        font-size: 7px;
    }
}

.cld-number:hover .cld-title{
  display: block;
}
.cld-title::before{
  content: '';
  position: absolute;
  top: -7.5px; left: 10px;
  width: 0;
  height: 0;
  border-left: 7.5px solid transparent;
  border-right: 7.5px solid transparent;

  border-bottom: 7.5px solid #ccc;
}
.cld-number.eventday{
  font-weight: bold;
  color: #0080FF;
}
.cld-number.eventday:hover{
  cursor: pointer;
  /*background: #eee;*/
}
#calender-detail, #calender-event-listing{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.today .cld-number.eventday:hover{
/*  background: #005EFF;*/
}
#calender-event-detail, #calender-event-listing{
    padding: 20px 10px;
}

#calender-event-detail #gr-calender-event-description,
#calender-event-detail #gr-calender-event-title,
#calender-event-detail #gr-calender-event-start-time,#events-list{
    padding:5px;
}

#events-list{
    font-weight: bold;
}

/*
****************************************
ABOVE FOR Calendar Plugin
****************************************
*/


/*
****************************************
CSS For Rodeo Plugin
****************************************
*/
.rodeofeed-img {
    border-radius:5px; 
    margin-left:5px;
    max-height: 220px;
}
.rodeoHeaderShell {
    width: 90%;
    margin: 0 auto 20px auto;
    text-align: center;
}

.rodeoHeader {
    display: inline-block;
    border-right: 1px solid #ebebeb;
    width: 300px;
    vertical-align: top;
    height: 400px;
    text-align: right;
}

.huntItemShell {
    position: relative;
    display: inline-block;
    width: 250px;
    vertical-align: top;
    height: 320px;
    background-color: #fff;
    margin: 10px;
    padding: 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 1px solid #ccc;
}

.huntItemDateBanner {
    float: left;
    position: absolute;
    top: -2px;
    left: -2px;
    width: 65px;
    height: 68px;
    overflow: hidden;
    color: #fff;
    background: url(/gr-images/elements/rodeoTileCornerBlue65x68.png) no-repeat !important;
}

.huntItemTitleFav {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url(/gr-images/elements/mask.png) no-repeat !important;
    float: right;
    margin-top: 6px;
}

.huntItemTitleOwner {
    display: block;
    float: right;
    margin-right: 5px;
    color: #999;
    font-family: "Titillium Web",Arial,Verdana;
}

.huntItemTitleShell {
    display: inline-block;
    width: 210px;
    color: #333;
    font-size: .8em;
    text-align: right;
    margin-right: 12px;
}

huntItemMainImgShell {
    position: relative;
    margin-top: 15px;
    /* width: 225px; */
    /* height: 200px; */
    overflow: hidden;
}

img {
    vertical-align: middle;
}

.huntAvatarImgDark {
    position: absolute;
    bottom: 1px;
    right: 1px;
    border: 1px solid #fff;
    border-radius:50%;
    width: 100px;
    height: 100px;
    -webkit-border-radius: 50%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .1);
}

.text-uppercase {
    text-transform: uppercase;
}

.view-rodeos {
    border: 1px solid #9db948;
    color: #9db948;
}

.enter-win, .view-rodeos {
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    border-radius: 5px;
    padding: 0 5px;
}

.rodeoHeaderContent {
    display: inline-block;
    width: 60%;
    min-height: 375px;
    vertical-align: top;
    padding-left: 15px;
    text-align: left;
}

.rodeoShare {
    margin: 15px 10px 15px 5px;
    display: inline-block;
}

@media (min-width: 1200px){

.blue-button-fade-green {
    color: #fff;
    padding: 8px 15px;
    font-weight: 600;
    font-size: 20px;
    border: 0;
}
}

.blue-button-fade-green {
    color: #fff;
    border-radius: 5px;
    padding: 8px 15px;
    background-color: #5c78ba;
    font-size: 15px;
    border: 0;
}

.fa-inverse {
    color: #fff;
}

.rodeoDate {
    display: inline-block;
    margin-bottom: 15px;
}

.rodeoViews {
    color: #666;
    display: inline-block;
    margin: 5px 0 0 40px;
}

.rodeoLikes {
    display: inline-block;
    margin: 5px 0 0 40px;
    font-size: 16px;
    font-weight: 400;
}

.rodeoOwnerFollow {
    margin: 15px 10px 15px 5px;
    display: inline-block;
}


@media (min-width: 1200px)
{
.red-button {
    color: #fff;
    padding: 8px 26px;
    font-weight: 600;
    font-size: 20px;
}
}

.red-button {
    color: #fff;
    border-radius: 5px;
    padding: 8px 16px;
    background-color: rgba(203, 34, 6, 0.8);
    font-size: 15px;
}

.genText {
    font-size: 16px;
}

.rodeoShare {
    margin: 15px 10px 15px 5px;
    display: inline-block;
}

@media (min-width: 1200px){
.blue-button-fade-green {
    color: #fff;
    padding: 8px 15px;
    font-weight: 600;
    font-size: 20px;
    border: 0;
}
}

.blue-button-fade-green {
    color: #fff;
    border-radius: 5px;
    padding: 8px 15px;
    background-color: #5c78ba;
    font-size: 15px;
    border: 0;
}

.bottomNavShell {
    text-align: left;
    margin: 10px auto 10px auto;
    position: relative;
    z-index: 1;
    display: block;
}

.bottomNavActive {
    display: inline-block;
    text-align: center;
    width: 60px;
    height: 60px;
    padding-top: 12px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    background-color: #0d45c7;
    font-size: .8em;
    color: #fff;
    margin: 1px;
    vertical-align: bottom;
}

.rodeoDescription {
    display: block;
    letter-spacing: .5px;
}

.rodeoImageShell {
    display: inline-block;
    width: 300px;
    background-color: #fff;
    margin: 10px;
    padding: 10px 10px 40px 10px;
    -webkit-border-radius: 5px;
    box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.huntItemBannerDate, .huntItemBannerMonth {
    margin-top: 2px;
    display: block;
    width: 50px;
    margin-left: 2px;
    font-size: .8em;
    text-align: left;
    color: #fff;
    height: 13px;
}

.video-img.vjs-default-skin1{
    position: absolute;
    margin: 1%;
}
.video-img.vjs-default-skin1 .vjs-big-play-button{
    display: block;
    z-index: 2;
    width: 6em;
    height: 5em;
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    opacity: 1;
    background-color: rgb(40, 40, 40);
    background-color: rgba(7, 40, 50, 0.7);
    border: 0.3em solid rgb(50, 50, 50);
    border-color: rgba(255, 255, 255, 0.25);
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    -webkit-box-shadow: 0px 0px 1em rgba(255, 255, 255, 0.25);
    -moz-box-shadow: 0px 0px 1em rgba(255, 255, 255, 0.25);
    box-shadow: 0px 0px 1em rgba(255, 255, 255, 0.25);
    -webkit-transition: border 0.4s, -webkit-box-shadow 0.4s, -webkit-transform 0.4s;
    -moz-transition: border 0.4s, -moz-box-shadow 0.4s, -moz-transform 0.4s;
    -o-transition: border 0.4s, -o-box-shadow 0.4s, -o-transform 0.4s;
    transition: border 0.4s, box-shadow 0.4s, transform 0.4s;
}

.video-img.vjs-default-skin1:hover .vjs-big-play-button, .video-img.vjs-default-skin1 .vjs-big-play-button:focus {
    outline: 0;
    border-color: rgb(255, 255, 255);
    border-color: rgba(255, 255, 255, 1);
    background-color: rgb(80, 80, 80);
    background-color: rgba(50, 50, 50, 0.75);
    -webkit-box-shadow: 0 0 3em #fff;
    -moz-box-shadow: 0 0 3em #fff;
    box-shadow: 0 0 3em #fff;
    -webkit-transition: border 0s, -webkit-box-shadow 0s, -webkit-transform 0s;
    -moz-transition: border 0s, -moz-box-shadow 0s, -moz-transform 0s;
    -o-transition: border 0s, -o-box-shadow 0s, -o-transform 0s;
    transition: border 0s, box-shadow 0s, transform 0s;
}
.video-img.vjs-default-skin1 .vjs-big-play-button:before {
    font-size: 3em;
    line-height: 2.66;
    text-shadow: 0.05em 0.05em 0.1em #000;
    text-align: center;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: -20px;
}


/*-----------------------------------------------------------------------------
END RODEOFEED PLUGIN
-----------------------------------------------------------------------------*/