<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* rodeo items: returned on discreet "view rodeo" page */
.huntItemMainImgImg{
    width:228px;
}
.main-img-carousel-rodeo{
    display: block!important;
    max-width: 100%;
    height: 700px !important;
    max-height: 500px;
    margin-left: auto;
    margin-right: auto;
    width: auto !important;
}
/*
.actionButtonLink{
    background: none repeat scroll 0 0 #dc2709;
    border: 1px solid #c32005;
    border-radius:5px;
    -webkit-border-radius:5px; 
    -moz-border-radius:5px; 
    cursor:pointer;
    border-radius: 5px;
    color: #fff;
    padding: 5px 10px 5px 10px;
    vertical-align:middle; 
    margin-bottom:14px;
    width: 120px;
    font-size:18px;
}
.actionButtonLink:hover{
    color: #fff;
    background: #90b211;
    border: 1px solid #90b211;
}
.actionButton{
    background: none repeat scroll 0 0 #dc2709;
    border: 1px solid #c32005;
    border-radius:5px;
    -webkit-border-radius:5px; 
    -moz-border-radius:5px; 
    cursor:pointer;
    border-radius: 5px;
    color: #fff;
    padding: 2px 0;
    vertical-align:middle; 
    margin-bottom:14px;
    width: 120px;
    font-size:1.3rem;
}

.actionButton:hover{
    color: #fff;
    background: #90b211;
    border: 1px solid #90b211;   
}

.actionButton:active{
    color: #3a3a3a !important;
    background: #90b211;
    border: 1px solid #90b211;    
}
*/
.listingsShell{
    margin-top:15px
}
.rodeoHeaderShell{
    width:100%;
    margin:0 auto 0px auto;
    text-align:center   
}
#rodeoSearchbox{
    /*
    display:inline-block;
    margin-top:5px;
    border: 2px solid #ccc;
    //padding: 6px 4px;
    outline: none;
    background: transparent;
    color:#666;
    text-align:left;
    //font-size:1.2rem;
    vertical-align:middle;
    border-radius:5px;
    -webkit-border-radius:5px; 
    -moz-border-radius:5px; 
    width:300px;
    */
}
.rodeoHeader{
    display:inline-block;
    border-right:1px solid #ebebeb;
    width:300px;
    vertical-align:top;
    height:400px;
    /*padding:10px 30px 10px 100px; */
    text-align:right;
}
.rodeoHeaderContent{
    display:inline-block;
    width:60%;
    min-height:70px;
    vertical-align:top;
    padding-left:15px;
    text-align:left
}
.rodeoHeaderContent-title{
    position: relative;
    bottom: 60px;
    margin-top: 20px !important;
}
.rodeoHeaderItemShell{
    display:inline-block;
    width:225px;
    float:right;
    height:340px;
    background-color:#fff;
    margin-top:5px;
    padding:10px;
    border-radius:5px;
    -webkit-border-radius:5px; 
    -moz-border-radius:5px;    
    -webkit-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.2);     
}
.rodeoImageShell{
    display:inline-block;
    width:300px;
    background-color:#fff;
    margin:10px;
    padding:10px 10px 40px 10px;
    border-radius:5px;
    -webkit-border-radius:5px; 
    -moz-border-radius:5px;    
    -webkit-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.2);     
}
.rodeoImage{
    max-width:280px
}
.rodeoItemTitleShell{
    float:right;
    text-align:right;
    display:inline-block;
    width:210px;
    color:#000;
    font-family:"Titillium Web",Arial,Verdana;
}
.rodeoItemTitleFav{
    float:right;
    display:inline-block;
    width:10px;
    height:10px;
    margin-right:5px;
    height:15px;
    background: url("/gr-images/public/elements/mask.png") no-repeat !important;
}
.rodeoItemTitleOwner{
    float:right;
    margin-right:10px;
    display:inline-block;
    color:#999;
    font-family:"Titillium Web",Arial,Verdana;
}
.rodeoOwnerFollow{
    margin:15px 10px 15px 15px;
    display:inline-block;
}
.rodeoShare{
    margin:15px 10px 15px 5px;
    display:inline-block;
}
.rodeoDescription{
    display:block;
    letter-spacing:.5px
}
.rodeoLikes{
    display:inline-block; 
    margin:10px 0 0 40px;
    font-size:16px;
    font-weight:400;
    position:relative;
    float:right;
}

.rodeoHeaderContent&gt;h1&gt;img{
        display:block;
}
.rodeoHeaderMediaSocial{
    position: relative;
    float:right;
}
.rodeoHeaderMediaSocial&gt;br{
        display:none;
    }
.rodeo-view-comment{
    display: inline-block;
    padding: 20px;
}
#rodeo-view-comment{
    color:#333;
}
#rodeo-view-comment:hover{
    color:#5b78bb;
    cursor: pointer;
}
.rodeo-comment-section{
    padding-top:20px;
}
.rodeo-comment-section .hashover-dashed-title{
    display:none !important;
}
.displayNoneComment{
    display:none;
}
.rodeo-comment-section-border{
    margin: 20px 0 20px 20px;
    border-bottom:1px solid #ebebeb;
    padding:20px;
    
}
.rodeo-comment-sec-border-btm{
     margin: 20px 0 20px 20px;
    border-bottom:1px solid #ebebeb;
    padding:20px;
}
.load-more-rodeo{
    display:none;
}
.btn-load-more-rodeo {
    margin: 1px;
    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;
}
/*
Rodeo bump and view fixed
*/
@media only screen and (max-width:960px){
    .rodeoHeaderShell{
    margin:-81px auto 0px auto;
    }
}
@media only screen and (max-width:690px){
    .rodeoHeaderContent{
    padding-left:0;
    }
}
@media only screen and (max-width:583px){
    .rodeo-view-comment {
    padding: 0 20px;
    position: relative;
    top: 50px;
    padding-bottom: 50px;
}
.rodeoHeaderMediaSocial {
    position: relative;
    float: right;
    bottom: 45px;
}
}
@media only screen and (max-width:493px){
    .rodeo-view-comment {
    padding-bottom: 10px;
}
}
@media only screen and (max-width:500px){
    .rodeoOwnerFollow{
        margin: 15px 10px 15px 5px;
    }
}
@media only screen and (max-width:570px){
    .rodeoLikes{
        margin:5px 0 0 15px;
    }
    .rodeoViews{
        margin: 5px 0 0 15px;
    }
}
@media only screen and (max-width:480px){
    .rodeoHeaderShell{
    margin:-60px auto 20px auto;
    }
}
@media only screen and (max-width:476px){
    .rodeoLikes{
        margin:5px 0 0 7px;
    }
    .rodeoViews{
        margin: 5px 0 0 7px;
    }
    .carousel-inner{
        height: 360px;
    }
    .main-img-carousel-rodeo{
        width: auto !important;
        height: 340px !important;
        margin-left: auto;
        margin-right: auto;
    }
    
}
@media only screen and (max-width:425px){
/*    .main-img-carousel-rodeo{
        height:300px !important;
        width: 100% !important;
    }*/

    .rodeoHeaderContent{
        height:100px;
    }
    .rodeoHeaderMediaSocial{
        display: block;
        width: 100%;
        padding:0 10px;
    }
    .load-more-rodeo{
    display:block;
        margin-top: -75px;
    }
    .height-footer-rodeo-mob{
        height:10px !important;
        margin-bottom:-60px;
    }
/*    .rodeoDate{
        float: right !important;
        bottom: 45px !important;
        left: 0 !important;
    }
    .rodeoHeaderContent-title {
        bottom: 18px;
    }*/
}
@media only screen and (max-width:400px){
     .rodeoHeaderShell{
    margin:-100px auto 0px auto;
    }
    .rodeoDate{
       bottom: 45px !important;
    }
    .rodeoHeaderContent-title {
        font-size: 16px !important;
    }
    .rodeoHeaderContent{
        height:70px;
    }
    .height-footer-rodeo-mob{
        margin-bottom:0px;
    }
/*    .main-img-carousel-rodeo{
        height:400px !important;
    }*/
}

/*
Rodeo bump and view fixed
*/
.rodeoViews{
    color:#666;
    display:inline-block; 
    margin:5px 0 0 40px    
}
.rodeoDate{
    display:inline-block;
    margin-bottom:15px;
    position: relative;
    /*float: left;*/
    bottom: 34px;
    /*left: 125px;*/
}
.rodeoItemMainImg{
    position:relative;
    margin-top:35px;
    width:225px;
    height:200px;
    overflow:hidden;
    border:1px solid #ebebeb;
    border-radius:5px;
    -webkit-border-radius:5px; 
    -moz-border-radius:5px;     
}
.rodeoAvatarNoImgDark {
    position:absolute;
    bottom:1px;
    right:1px;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, .1); 
}
.rodeoAvatarNoImgDarkText {
    margin-top:40px;
    font-family:"Titillium Web",Arial,Verdana;
    text-align:center; 
    color:#90b211; 
    font-size:50px;         
}
.rodeoAvatarImgDark {
    position:absolute;
    bottom:1px;
    right:1px;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, .1);    
}
.rodeoItemFooterImg{
    height:65px;
    width:65px;
    margin:15px 3px 5px 3px;
    border:1px solid #ebebeb;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;  
}
.bottomNavShell{
    text-align:left;
    margin:10px auto 10px auto;
    position:relative;
    z-index:1;
    display:block;
}
.bottomNavInactive{
    display:inline-block;
    text-align:center;
    width:120px;
    padding:10px;
    border-right:1px solid #fff;
    border-left:1px solid #fff;
    background: none repeat scroll 0 0 rgba(0,0,0, 0.15);
    color:#fff;
    margin:5px
}
.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
}

@font-face{
  font-family: 'VideoJS';
  src: url('/gr-fonts/vjs.eot');
  src: url('/gr-fonts/vjs.eot?#iefix') format('embedded-opentype'),
  url('/gr-fonts/vjs.woff') format('woff'),
  url('/gr-fonts/vjs.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

.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 {
    content: "\e001";
    font-family: VideoJS;
    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;
}


/*-----------------------------------------------------------------------------
commenting system starts
-----------------------------------------------------------------------------*/


#hashover #hashover-requiredFields,
#hashover .hashover-hidden {
	display: none ! important;
}

#hashover,
#hashover-top-comments,
#hashover-sort-div,
#hashover .hashover-inputs {
	clear: both;
}

#hashover #hashover-form-section,
#hashover #hashover-popular-section,
#hashover #hashover-comments-section {
	margin-bottom: 36px;
}

#hashover .hashover-title,
#hashover #hashover-count,
#hashover .hashover-comment-name {
	display: inline-block;
	font-size: 18px;
}

#hashover .hashover-dashed-title {
	display: inline-block;
	width: 100%;
	margin-bottom: 12px;
	padding-bottom: 10px;
	vertical-align: top;
	border-bottom: 1px dashed rgb(190, 190, 190);
}

#hashover .hashover-message {
	display: block;
	width: 100%;
	max-height: 0px;
	padding: 0px 12px;
	text-align: center;
	color: transparent;
}

#hashover .hashover-message.hashover-message-open {
	max-height: 85px;
	padding: 12px;
	margin-bottom: 12px;
	color: #0000CC;
	background-color: rgba(225, 225, 255, 0.25);
	-moz-box-shadow: 0px 0px 0px 1px #00AACC inset;
	-webkit-box-shadow: 0px 0px 0px 1px #00AACC inset;
	box-shadow: 0px 0px 0px 1px #00AACC inset;
}

#hashover .hashover-message.hashover-message-error {
	color: #CC0000;
	background-color: rgba(255, 225, 225, 0.25);
	-moz-box-shadow: 0px 0px 0px 1px #CC0000 inset;
	-webkit-box-shadow: 0px 0px 0px 1px #CC0000 inset;
	box-shadow: 0px 0px 0px 1px #CC0000 inset;
}

#hashover .hashover-comment .hashover-message.hashover-message-open {
	margin-bottom: 0px;
	margin-top: 12px;
}

#hashover #hashover-form,
#hashover .hashover-comment,
#hashover .hashover-reply-form,
#hashover .hashover-comment .hashover-footer,
#hashover .hashover-message,
#hashover .hashover-comment form,
#hashover .hashover-comment form .hashover-balloon {
	overflow: hidden;
}

#hashover form,
#hashover .hashover-comment form {
	display: block;
}

#hashover .hashover-inputs {
	display: table;
	width: 100%;
	margin-bottom: 6px;
}

#hashover #hashover-form .hashover-inputs {
	padding: 12px;
	margin-bottom: 0px;
}

#hashover .hashover-inputs &gt; * {
	display: table-cell;
	vertical-align: middle;
	line-height: 16px;
}

#hashover .hashover-name-input input,
#hashover .hashover-password-input input,
#hashover .hashover-email-input input,
#hashover .hashover-website-input input {
	background-image: -moz-linear-gradient(#F0F0F0, #FCFCFC, #FCFCFC, #FCFCFC);
	background-image: -webkit-linear-gradient(#F0F0F0, #FCFCFC, #FCFCFC, #FCFCFC);
	background-image: linear-gradient(#F0F0F0, #FCFCFC, #FCFCFC, #FCFCFC);
}

#hashover .hashover-name-input,
#hashover .hashover-password-input,
#hashover .hashover-email-input,
#hashover .hashover-website-input {
	position: relative;
}

#hashover .hashover-name-input:before,
#hashover .hashover-password-input:before,
#hashover .hashover-email-input:before,
#hashover .hashover-website-input:before,
#hashover .hashover-required-input:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 28px;
	height: 32px;
	margin-top: -16px;
	background-image: url('../../images/inputs-and-buttons.png');
	background-repeat: no-repeat;
	background-attachment: scroll;
	border: 1px solid transparent;
	pointer-events: none;
}

#hashover .hashover-required-input:after {
	left: auto;
	right: 0px;
	background-position: 0px -391px;
}

#hashover.hashover-logged-out .hashover-inputs &gt; *,
#hashover .hashover-comment .hashover-inputs &gt; * {
	padding: 0px 3px 0px 3px;
}

#hashover .hashover-comment,
#hashover .hashover-reply-form,
#hashover .hashover-comment .hashover-avatar,
#hashover .hashover-comment .hashover-comment-name,
#hashover .hashover-avatar-image {
	position: relative;
}

#hashover #hashover-form .hashover-avatar-image {
	width: 45px;
}

#hashover #hashover-form .hashover-avatar-image {
	padding-right: 10px;
}

#hashover .hashover-avatar-image *,
#hashover .hashover-avatar * {
	vertical-align: middle;
}

#hashover form input,
#hashover form textarea,
#hashover .hashover-inputs input,
#hashover .hashover-submit {
	padding: 2px;
	margin: 0px;
	background-color: #FCFCFC;
	font-size: 13px;
	font-family: "Arial", "Helvetica", "FreeSans", sans-serif;
	color: #222222;
	outline-offset: none;
	outline: -webkit-focus-ring-color none;
}

#hashover form input,
#hashover .hashover-submit,
#hashover .hashover-avatar-image *,
#hashover .hashover-avatar *,
#hashover .hashover-inputs input,
#hashover .hashover-comment form .hashover-balloon,
#hashover .hashover-comment form textarea,
#hashover #hashover-form,
#hashover .hashover-comment,
#hashover .hashover-reply-form,
#hashover .hashover-reply .hashover-header,
#hashover .hashover-reply .hashover-balloon,
#hashover #hashover-sort {
    border: 1px solid #808080;
    -webkit-border-radius:5px; 
    -moz-border-radius:5px;
    border-radius:5px;         
}

#hashover form input,
#hashover form textarea,
#hashover .hashover-submit,
#hashover .hashover-inputs input,
#hashover .hashover-comment label {
	transition: border 150ms linear 0ms, background-color 150ms linear 0ms, box-shadow 150ms linear 0ms;
	-moz-transition: border 150ms linear 0ms, background-color 150ms linear 0ms, box-shadow 150ms linear 0ms;
	-webkit-transition: border 150ms linear 0ms, background-color 150ms linear 0ms, box-shadow 150ms linear 0ms;
	-o-transition: border 150ms linear 0ms, background-color 150ms linear 0ms, box-shadow 150ms linear 0ms;
}

#hashover form input,
#hashover form textarea,
#hashover .hashover-title,
#hashover .hashover-inputs,
#hashover .hashover-inputs input,
#hashover .hashover-submit,
#hashover .hashover-inputs &gt; *,
#hashover .hashover-name-input:before,
#hashover .hashover-password-input:before,
#hashover .hashover-email-input:before,
#hashover .hashover-website-input:before,
#hashover .hashover-comment pre,
#hashover .hashover-comment code,
#hashover .hashover-comment label,
#hashover .hashover-message,
#hashover #hashover-more-link,
#hashover #hashover-sort:before {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
}

#hashover form textarea {
	width: 100%;
	padding: 12px;
	border: none;
	vertical-align: top;
	resize: vertical;
}

#hashover .hashover-comment .hashover-inputs {
	margin-bottom: 12px;
}

#hashover form textarea,
#hashover .hashover-comment &gt; .hashover-balloon {
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
}

#hashover textarea:hover,
#hashover input:hover,
#hashover .hashover-submit:hover {
	background-color: #FCFCFC;
	border-color: #222222;
	text-decoration: none;
}

#hashover textarea:hover {
	border-color: #909090;
}

#hashover textarea:focus,
#hashover input[type="text"]:focus,
#hashover input[type="password"]:focus,
#hashover .hashover-submit:focus {
	border-color: #0055FF ! important;
	box-shadow: 0px 0px 2px #BFEFFF ! important;
	-moz-box-shadow: 0px 0px 2px #BFEFFF ! important;
	-webkit-box-shadow: 0px 0px 2px #BFEFFF ! important;
	-o-box-shadow: 0px 0px 2px #BFEFFF ! important;
}

#hashover .hashover-submit {
	background-color: #F5F8FC;
	padding: 6px 10px 6px 10px;
	margin-left: 5px;
}

#hashover .hashover-post-button,
#hashover .hashover-reply-post,
#hashover .hashover-edit-post {
	background-color: #8CB1FF;
	border-color: #0055AA;
	color: #FCFCFC;
}

#hashover .hashover-post-button:hover,
#hashover .hashover-reply-post:hover,
#hashover .hashover-edit-post:hover {
	background-color: #73A1FF;
	border-color: #0055AA;
}

#hashover .hashover-post-button:focus,
#hashover .hashover-reply-post:focus,
#hashover .hashover-edit-post:focus {
	background-color: #6698FF ! important;
	border-color: #222222 ! important;
}

#hashover .hashover-edit-delete {
	float: left;
	margin-right: 12px;
	background-color: #FF8C8C;
	border-color: #AA0000;
	color: #FCFCFC;
}

#hashover .hashover-edit-delete:hover {
	background-color: #FF6666;
	border-color: #AA0000;
}

#hashover .hashover-edit-delete:focus {
	border-color: #222222 ! important;
	background-color: #FF5959 ! important;
	box-shadow: 0px 0px 2px #FFEFBF ! important;
	-moz-box-shadow: 0px 0px 2px #FFEFBF ! important;
	-webkit-box-shadow: 0px 0px 2px #FFEFBF ! important;
	-o-box-shadow: 0px 0px 2px #FFEFBF ! important;
}

#hashover .hashover-submit:hover {
	cursor: pointer;
}

#hashover .hashover-submit:focus,
#hashover .hashover-submit[disabled] {
	border-color: #000000;
}

#hashover .hashover-submit[disabled] {
	background-color: #E0E0E0 ! important;
	color: #222222 ! important;
	box-shadow: none ! important;
	-moz-box-shadow: none ! important;
	-webkit-box-shadow: none ! important;
	-o-box-shadow: none ! important;
}

#hashover .hashover-inputs input {
	width: 100%;
	height: 32px;
	font-size: 14px;
	padding-left: 30px;
	padding-right: 6px;
	color: #808080;
}

#hashover .hashover-required-input input {
	padding-right: 30px;
}

#hashover .hashover-inputs input:focus {
	color: #222222;
}

#hashover .hashover-inputs &gt; :first-child {
	padding-left: 0px;
}

#hashover .hashover-inputs &gt; :nth-last-child(1) {
	padding-right: 0px;
}

#hashover .hashover-name-input:before {
	background-position: 0px 1px;
}

#hashover .hashover-password-input:before {
	background-position: 0px -27px;
}

#hashover .hashover-email-input:before {
	background-position: 0px -55px;
}

#hashover .hashover-website-input:before {
	background-position: 0px -83px;
}

#hashover .hashover-emphasized-input,
#hashover input.hashover-emphasized-input {
	border-color: #CC0000 ! important;
}

#hashover .hashover-emphasized-input:focus,
#hashover input.hashover-emphasized-input:focus {
	border-color: #FF0000 ! important;
	box-shadow: 0px 0px 2px #FFBFBF !important;
}

#hashover form label {
	display: inline-block;
	margin-top: 7px;
	vertical-align: middle;
	cursor: pointer;
}

#hashover label input[type="checkbox"] {
	margin: -1px 4px 0px 0px;
	vertical-align: middle;
	padding: 0px;
}

#hashover #hashover-form &gt; .hashover-form-footer {
	padding: 12px;
	overflow: hidden;
}

#hashover .hashover-comment .hashover-form-footer {
	padding-top: 12px;
	overflow: hidden;
}

#hashover .hashover-edit-form {
	margin-top: 36px;
}

#hashover .hashover-edit-form .hashover-form-footer {
	padding-bottom: 12px;
}

#hashover #hashover-count,
#hashover .hashover-comment form .hashover-title {
	float: left;
}

#hashover #hashover-sort {
	margin-top: -2px;
}

#hashover #hashover-sort,
#hashover .hashover-comment .hashover-footer .hashover-buttons,
#hashover .hashover-form-buttons,
#hashover .hashover-thread-link {
	float: right;
}

#hashover select {
	height: 24px;
}

#hashover hr {
	border: 0px;
	height: 1px;
	background-color: #808080;
	margin-top: 0px;
	margin-bottom: 5px;
}

#hashover input::-moz-focus-inner {
	border: 0px;
}

#hashover a,
#hashover a:link {
	text-decoration: none;
	color: #0000CC;
	outline: none;
        word-break: break-all;
}

#hashover a:visited {
	color: #00268F;
}

#hashover a:hover {
	text-decoration: underline;
	cursor: pointer;
	color: #005EFF;
}

#hashover a.hashover-submit {
	color: #222222;
}

#hashover .hashover-reply .hashover-avatar *,
#hashover .hashover-comment form .hashover-avatar-image * {
	width: 32px;
	height: 32px;
	line-height: 34px;
}

#hashover .hashover-reply .hashover-avatar a {
	font-size: 14px;
}

#hashover #hashover-form,
#hashover .hashover-comment,
#hashover .hashover-reply-form {
	background-color: #F6F6F6;
}

#hashover-form .hashover-inputs,
#hashover .hashover-comment &gt; .hashover-header {
	/* Light blue */
	background-color: #F0F4FC;

	/* Light green */
	/*background-color: #F0FCF4;*/

	/* Light red (pink-ish) */
	/*background-color: #FCF4F0;*/
}

#hashover .hashover-avatar-image *,
#hashover .hashover-avatar *,
#hashover .hashover-reply .hashover-header,
#hashover .hashover-comment .hashover-balloon,
#hashover .hashover-reply .hashover-header {
	background-color: #FCFCFC;
}

#hashover .hashover-comment,
#hashover .hashover-reply-form {
	margin-bottom: 1em;
}

#hashover .hashover-comment &gt; .hashover-header {
	padding: 12px;
}

#hashover .hashover-reply,
#hashover .hashover-reply-form {
	border: none;
	padding: 0px 12px 0px 12px;
	margin: 13px 0px 12px 0px;
}

#hashover .hashover-reply .hashover-header {
	padding: 12px 12px 0px 12px;
	margin-left: 48px;
	border-bottom: none;
}

#hashover .hashover-reply .hashover-reply,
#hashover .hashover-reply .hashover-reply-form {
	padding: 0px;
	margin: 12px 0px 0px 48px;
}

#hashover .hashover-comment .hashover-avatar {
	display: inline-block;
	height: auto;
	margin-right: 10px;
}

#hashover .hashover-avatar-image *,
#hashover .hashover-avatar *,
#hashover .hashover-avatar a {
	display: inline-block;
	width: 45px;
	height: 45px;
	font-size: 18px;
	text-align: center;
	line-height: 45px;
	color: #808080;
	background-position: center center;
	background-attachment: scroll;
	background-repeat: no-repeat;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
}

#hashover .hashover-reply .hashover-avatar,
#hashover .hashover-comment form .hashover-avatar-image {
	position: absolute;
	display: inline-block;
	top: 0px;
	left: 12px;
	padding: 0px;
	float: left;
}

#hashover .hashover-reply .hashover-reply .hashover-avatar,
#hashover .hashover-reply form .hashover-avatar-image {
	left: 0px;
}

#hashover .hashover-comment .hashover-content {
	line-height: 1.5em;
	margin-bottom: 12px;
}

#hashover .hashover-comment .hashover-content p {
	margin: 0px 0px 1em 0px;
}

#hashover .hashover-comment .hashover-balloon {
	padding: 12px;
	margin-bottom: -1px;
}

#hashover .hashover-reply .hashover-balloon,
#hashover .hashover-reply-form .hashover-balloon {
	padding: 12px;
	margin-left: 48px;
	margin-bottom: 1px;
	border-top: none;
}

#hashover .hashover-comment .hashover-content img {
	display: block;
	max-width: 100%;
	max-height: 640px;
	cursor: pointer;
}

#hashover .hashover-avatar-image:before,
#hashover .hashover-avatar-image:after,
#hashover .hashover-comment .hashover-avatar:before,
#hashover .hashover-comment .hashover-avatar:after {
	content: " ";
	position: absolute;
	display: block;
	bottom: -13px;
	left: 50%;
	margin-left: -10px;
	width: 0px;
	height: 0px;
	border-width: 10px;
	border-color: transparent;
	border-style: solid outset solid;
	pointer-events: none;
}

#hashover .hashover-avatar-image:before,
#hashover .hashover-avatar-image:after {
	margin-left: -15px;
}

#hashover .hashover-avatar-image:before,
#hashover .hashover-comment .hashover-avatar:before,
#hashover .hashover-comment form .hashover-avatar-image:before {
	border-bottom-color: #808080;
}

#hashover .hashover-avatar-image:after,
#hashover .hashover-comment .hashover-avatar:after,
#hashover .hashover-comment form .hashover-avatar-image:after {
	border-bottom-color: #FCFCFC;
	bottom: -14px;
}

#hashover .hashover-reply .hashover-avatar:before,
#hashover .hashover-reply .hashover-avatar:after,
#hashover .hashover-comment form .hashover-avatar-image:before,
#hashover .hashover-comment form .hashover-avatar-image:after {
	border-style: solid solid outset;
	border-color: transparent;
	border-right-color: #808080;
	margin-left: auto;
	margin-bottom: -8px;
	top: auto;
	left: auto;
	bottom: 50%;
	right: -15px;
	border-width: 8px;
}

#hashover .hashover-reply .hashover-avatar:before,
#hashover .hashover-comment form .hashover-avatar-image:before {
	border-right-color: #808080;
}

#hashover .hashover-reply .hashover-avatar:after,
#hashover .hashover-comment form .hashover-avatar-image:after {
	border-right-color: #FCFCFC;
	right: -16px;
}

#hashover #hashover-sort-select {
	border: none;
	background-color: #F5F8FC;
	padding: 0px 2px;
	cursor: pointer;
}

#hashover #hashover-sort {
	position: relative;
	overflow: hidden;
	margin-top: -4px;
	cursor: pointer;
}

#hashover #hashover-sort {
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
}

#hashover #hashover-sort:before {
	content: "\25BC";
	position: absolute;
	right: 0px;
	top: 0px;
	display: inline-block;
	height: 100%;
	width: 25px;
	padding: 5px 4px;
	font-size: 14px;
	line-height: 12px;
	text-align: center;
	pointer-events: none;
	background-color: #F5F8FC;
}

#hashover #hashover-sort:hover #hashover-sort-select,
#hashover #hashover-sort:hover:before {
	background-color: #FCFCFC;
}

#hashover .hashover-comment-name {
	vertical-align: middle;
}

#hashover .hashover-name-twitter:before {
	content: "@";
	color: #00268F;
	cursor: default;
}

#hashover .hashover-comment .hashover-title {
	display: inline-block;
	vertical-align: middle;
	clear: right;
}

#hashover .hashover-comment pre,
#hashover .hashover-comment code,
#hashover .hashover-comment blockquote,
#hashover .hashover-comment ol,
#hashover .hashover-comment ul {
	vertical-align: top;
}

#hashover .hashover-comment pre,
#hashover .hashover-comment code {
	display: inline-block;
	width: 100%;
	max-height: 400px;
	white-space: pre;
	padding: 5px;
	margin: 0px;
	font-family: monospace;
	font-size: 12px;
	background-color: #EEEEEE;
	overflow: auto;
}

#hashover code.hashover-inline {
	display: inline;
	padding: 1px 4px;
}

#hashover .hashover-comment blockquote,
#hashover .hashover-comment ol,
#hashover .hashover-comment ul {
	padding-left: 10px;
	margin: 0px 24px 0px 24px;
}

#hashover .hashover-comment blockquote {
	border-left: 3px solid rgba(0, 0, 0, 0.3);
}

#hashover .hashover-comment .hashover-date {
	display: inline-block;
	vertical-align: middle;
	margin-top: -1px;
}

#hashover .hashover-comment .hashover-date-permalink,
#hashover .hashover-comment .hashover-date-permalink:visited,
#hashover .hashover-comment .hashover-date &gt; * {
	color: #606060;
}

#hashover .hashover-comment .hashover-date-permalink:hover,
#hashover .hashover-comment .hashover-date-permalink:active {
	color: #101010;
}

#hashover .hashover-comment .hashover-footer {
	padding-top: 12px;
	border-top: 1px solid #808080;
}

#hashover .hashover-comment .hashover-date-permalink,
#hashover .hashover-comment .hashover-replies,
#hashover .hashover-comment .hashover-likes,
#hashover .hashover-comment .hashover-dislikes {
	display: inline-block;
	vertical-align: middle;
}

#hashover .hashover-comment .hashover-date-permalink,
#hashover .hashover-comment .hashover-replies,
#hashover .hashover-comment .hashover-likes,
#hashover .hashover-comment .hashover-dislikes {
	float: left;
}

#hashover .hashover-comment .hashover-replies,
#hashover .hashover-comment .hashover-likes,
#hashover .hashover-comment .hashover-dislikes {
	padding-left: 8px;
}

#hashover .hashover-comment .hashover-buttons a {
	display: inline-block;
	vertical-align: middle;
	padding-left: 30px;
	color: #111111;
	background-image: url('../../images/inputs-and-buttons.png');
	background-repeat: no-repeat;
	background-attachment: scroll;
	overflow: hidden ! important;
	opacity: 0.50;
	filter: alpha(opacity=50);
	transition: opacity 150ms linear 0ms;
	-moz-transition: opacity 150ms linear 0ms;
	-webkit-transition: opacity 150ms linear 0ms;
	-o-transition: opacity 150ms linear 0ms;
}

#hashover .hashover-comment .hashover-buttons a:hover {
	opacity: 1.0;
	filter: alpha(opacity=100);
}

#hashover .hashover-has-email {
	background-position: left -230px;
}

#hashover .hashover-no-email {
	background-position: left -258px;
}

#hashover .hashover-comment .hashover-like,
#hashover .hashover-comment .hashover-liked:active {
	background-position: left -174px;
}

#hashover .hashover-comment .hashover-like.hashover-dislikes-enabled {
	background-position: left -286px;
}

#hashover .hashover-comment .hashover-dislike {
	background-position: left -314px;
}

#hashover .hashover-comment .hashover-liked,
#hashover .hashover-comment .hashover-like:active {
	background-position: left -202px;
}

#hashover .hashover-comment .hashover-disliked,
#hashover .hashover-comment .hashover-dislike:active {
	background-position: left -370px;
}

#hashover .hashover-comment .hashover-liked.hashover-dislikes-enabled,
#hashover .hashover-comment .hashover-like.hashover-dislikes-enabled:active {
	background-position: left -342px;
}

#hashover .hashover-comment .hashover-edit {
	background-position: 2px -147px;
}

#hashover .hashover-comment .hashover-like.hashover-dislikes-enabled,
#hashover .hashover-comment .hashover-liked.hashover-dislikes-enabled,
#hashover .hashover-comment .hashover-dislike,
#hashover .hashover-comment .hashover-disliked {
	height: 15px;
	font-size: 0px;
	color: transparent;
}

#hashover .hashover-deleted &gt; .hashover-header &gt; .hashover-comment-name {
	color: #FF0000;
}

#hashover .hashover-notice &gt; .hashover-balloon &gt; .hashover-content {
	margin: 0px;
}

#hashover .hashover-notice &gt; .hashover-balloon &gt; .hashover-footer {
	display: none;
}

#hashover #hashover-more-link {
	display: block;
	padding: 12px;
	margin-bottom: 12px;
	background-color: rgba(230, 237, 250, 0.6);
	border: 1px dashed #AAAAFF;
	text-align: center;
	color: #404040;
	opacity: 1.0;
	filter: alpha(opacity=100);
}

#hashover #hashover-more-link:hover {
	background-color: rgba(230, 237, 250, 1.0);
}

#hashover #hashover-more-link.hashover-hide-morelink {
	opacity: 0.0;
	filter: alpha(opacity=0);
}

#hashover #hashover-more-link,
#hashover .hashover-message {
	transition: all 250ms linear 0ms;
	-moz-transition: all 250ms linear 0ms;
	-webkit-transition: all 250ms linear 0ms;
	-o-transition: all 250ms linear 0ms;
}

#hashover #hashover-end-links {
	border-top: 1px solid #808080;
	margin-top: -12px;
	padding: 18px 0px 5px 0px;
	text-align: center;
}

/* Handle HDPI */
#hashover.hashover-mobile .hashover-name-input:before,
#hashover.hashover-mobile .hashover-password-input:before,
#hashover.hashover-mobile .hashover-email-input:before,
#hashover.hashover-mobile .hashover-website-input:before,
#hashover.hashover-mobile .hashover-required-input:after,
#hashover.hashover-mobile .hashover-comment .hashover-buttons a {
	background-image: url('../../images/inputs-and-buttons.svg');
}
/*-----------------------------------------------------------------------------
commenting system end
-----------------------------------------------------------------------------*/
@media only screen and (max-width:420px){
    /*
rodeo_detail style end
    */

    .listingsShell {
        margin-top: 35px;
    }
    .listing-btn{
        width: 92px;
    }
    .bottomNavShell {
        display: inline-flex;
    }
    .contain{
        padding-left: 0px;
    }
    .rodeo_link{
        font-size: 0.9em !important;
    }
    /*
    rodeo_detail style end
    */
}
@media only screen and (max-width:368px){
    #rodeo-view-comment {
        font-size: 0.9em !important;
}
}
@media only screen and (max-width:320px){
.rodeoHeaderShell{
 width: 100%;   
}
}
</pre></body></html>