body, html {
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 400;
    width: 100%;
    height: 100%;
    font-size:16px;
    position: relative;
    /*changed*/
    /*background-color: #F0F4E5;*/
}
h1 {
    font-size:1.6rem
}
h2 {
    font-size:1.5rem
}
h3 {
    font-size:1.4rem
}
h4 {
    font-size:1.3rem
}
h5 {
    font-size:1.2rem
}
h6 {
    font-size:1.1rem
}

a{
    color:#5c78ba
}
a:hover{
    color:#90b211
}
.clear{
    clear:both;
}
h1{
    /*font-size:28px;*/
    /*color:#333;*/
    font-weight:400
}
ul{
    list-style-image: url("/gr-images/public/elements/mask.png")
}
blockquote{
    font-size:1em !important;
    padding-top: 0px !important;
    padding-right:0px !important
}
.img-shadow {
    box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.2)
}
.img-rounded {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;    
    border-radius: 5px
}
.tooltip > .tooltip-inner {

    border:1px solid #999;
    text-align:left;
    font-size:1.1rem
}
.tooltip-arrow {
    display:none !important
}
.secureSell{
    list-style-image: url(/gr-images/public/elements/mask.png);
}
.ul-rodeo{
    list-style-image: url("/gr-images/public/elements/mask.png")
}
.genLink{
    color:#5c78ba;  
    text-decoration:none;
}
.text-white {
    color:#fff
}
.genLink:hover{
    color:#90b211; 
    text-decoration:none;
}
.genLinkGrey{
    color:#999;  
    text-decoration:none;
}
.genLinkGrey:hover{
    color:#90b211; 
    text-decoration:none;
}
.gen-link-666{
    color:#666;  
    text-decoration:none;
}
.gen-link-666:hover{
    color:#90b211; 
    text-decoration:none;
}
.gen-link-333{
    color:#666;  
    text-decoration:none;
}
.gen-link-333:hover{
    color:#90b211; 
    text-decoration:none;
}
.genText{
    /*color:#303030; */
    font-size:16px; 
}
.subText{
    font-size:12px;
}
.smallText{
    font-size:14px;
}
.mediumText{
    font-size:18px;
}
.largeText{
    font-size:24px;
    font-weight:700
}
.superText{
    font-size:32px;
    font-weight:700
}
.text-blue {
    color: #5c78ba;
}
.text-green {
    color: #90B211;
}
.text-black{
    color:#666
}
.text-999{
    color:#999
}
.text-666{
    color:#666
}
.text-333{
    color:#333
}
.text-red{
    color:#cc0000
}

/* NEW NAV */

    
/*
NAV ITEMS
*/

#logo {
    background: url("//cdn.the.rodeo/gr-images/public/siteNav/logo.png") no-repeat scroll 0 0;
    border: 0 none;
    float: left;
    height: 40px;
    margin: 5px 0px 0 0;
    width: 180px;
    z-index: 3000;
    position: relative;
    
    margin-bottom:15px
}
.menu-container {
  width: 100%;
  margin: 0 auto;
  /*background: #3498DB;*/
  background-color: #ebebeb;
  padding:0 5%;
  z-index:999
}

.menu-mobile {
  display: none;
  padding: 20px;
}

.menu-mobile:after {
  content: "\f0c9";
  font-family: "FontAwesome";
  font-size: 1.5rem;
  padding: 0;
  float: right;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.menu-dropdown-icon:before {
  content: "\f0c9";
  font-family: "FontAwesome"; 
  display: none;
  cursor: pointer;
  float: right;
  padding: 1.5em 2em;
  
  color: #333;
}

.menu > ul {
  margin: 0 auto;
  width: 100%;
  list-style: none;
  padding: 0;
  position: relative;
  /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
  box-sizing: border-box;
  z-index:999
}


.menu > ul:before, .menu > ul:after {
  content: "";
  display: table;
}

.menu > ul:after { clear: both; }

.menu > ul > li {
/*  float: left;*/
  /*background: #3498DB;*/
  /*background: rgba(52, 152, 219, 0.9);*/
  padding: 0;
  margin: 0;
  display: inline-block;
}




.menu > ul > li a {
  text-decoration: none;
  padding: 1.0rem 1rem 1.0rem;
  display: block;
  color:#131516;
  letter-spacing:0.1em;
  font-size:15px;
  text-align: left;
}

.menu > ul > li:hover { 
    background: #f8f8f8; 
}

.menu > ul > li:hover > a { 
    color: #5c78ba; 
    /* border-bottom:0 !important /* this will remove the colored bars under top nav items when child nav panel is visible, as it has a colored top bar */
}

.menu > ul > li > ul {
  display: none;
  width: 100%;
  background: #e4e3e3;
  padding: 20px;
  position: absolute;
  left: 0;
  /*margin: 8px 0 0 0; /* offset to accomodate the decreased padding below the top nav items, so their colored bars appear above the bottom of the nav box */
  list-style: none;
  box-sizing: border-box;
  border-bottom:1px solid #d8d8d8;
  border-right:1px solid #d8d8d8;
  border-left:1px solid #d8d8d8;
  z-index:999;
  box-shadow: 0 1px 10px 1px rgba(-1, 1, 0, 0.1)
}

.menu > ul > li > ul:before, .menu > ul > li > ul:after {
  content: "";
  display: table;
}

.menu > ul > li > ul:after { clear: both; }

.menu > ul > li > ul > li {
  margin: 0;
  padding-bottom: 0;
  list-style: none;
  width: 25%;
  background: none;
  float: right;
}

.menu > ul > li > ul > li a {
  color: #131516;
  padding: .2em 0;
  width: auto;
  display: inline-block;
  text-align: left;
  /*font-size: 1.2em;*/
  padding:5px
}

    
.menu > ul > li > ul > li a:hover {
  color: #6c78ba;
  background:#fff;
}

.menu > ul > li > ul > li > ul {
  display: block;
  padding: 0;
  margin: 10px 0 0;
  list-style: none;
  box-sizing: border-box;
}

.menu > ul > li > ul > li > ul:before, .menu > ul > li > ul > li > ul:after {
  content: "";
  display: table;
}

.menu > ul > li > ul > li > ul:after { clear: both; }

.menu > ul > li > ul > li > ul > li {
  float: left;
  width: 100%;
  padding: 10px 0;
  margin: 0;
  font-size: .8em;
}

.menu > ul > li > ul > li > ul > li a { 
    border: 0; 
    font-size: 1.1em
}

.menu > ul > li > ul.normal-sub {
  width: 300px;
  left: auto;
  padding: 10px 20px;
}

.menu > ul > li > ul.normal-sub > li { width: 100%; }

.menu > ul > li > ul.normal-sub > li a {
  border: 0;
  padding: 1em 0;
}

.livefeed-item {
    /*max-width:200px; */
/*    padding:0 5px*/
    margin: 0px auto 0px auto;
    max-width: 800px;
    padding: 0;
}
.livefeedMargin .livefeed-item{
    margin: 0px auto 0px auto;
    max-width: 800px;
    padding:0;
}
.liveFeedMainHeading{
    margin-left: 25px;
}
.liveFeedRodeo .livefeedViews{
    display:none;
}


.sidebar-nav-li-parent li a,.sidebar-nav-li-parent li span,.sidebar-nav-li-parent li label{
    display:inline-block !important;
    width: auto !important;
}
.hr-custom-hunt-nav{
    display: none;
        border: 0;
    border-top: 1px solid #a4a4a4;
    width: 100%;
    position: relative;
    top: 30px;
    margin-bottom: 40px;
}
.display-browse-cat{
    display: block;
}
.menu-dropdown-icon{
    background: #ebebeb
}
.menu-dropdown-icon>.sidebar-nav-li-parent>li>a{
        display: inline-block;
    width: auto;
}
#nav-signin-mob a span{
    padding-left: 3px;
}
#sidebar-hunt-mobile{
    display: none;
}
#test_cat_nav .nav_bar_hunt{
    text-align: left;
}
@media only screen and (max-width: 1200px) {.liveFeedMainHeading{margin: 0px auto 0px auto;max-width: 800px;} }
#happyHat {
    max-width:300px
}
#happyHat-small{
    display:none
}
@media (min-width: 731px) {
    #test_cat_nav{
    width: 25%;
    left: 180px;
    margin:0;
    height: 360px;
    overflow: auto;
    }
    #test_cat_nav li {
        width: 100% !important;
        text-align: left;
    }
    #test_cat_nav li ul{padding-left: 15px;}
    
}
@media only screen and (max-width: 1460px) {    
        .menu-container {
            padding: 0 3%;
        }
}
@media only screen and (max-width: 1400px) {    
        .menu > ul > li a{
            padding: 1.0rem 0.8rem 1.0rem;
        }
        #logo {
            width:174px
        }
        #test_cat_nav{
            left: 174px;
        }
}
@media only screen and (max-width: 1350px) {    
        .menu > ul > li a{
            font-size: 14px;
        }
}
@media only screen and (max-width: 1340px) {    
        #happyHat {
            max-width:200px
        }
        .menu-container {padding: 0 2%;}
}
	   
@media only screen and (max-width: 1270px) {
#nav-signin-mob a span{
    display:none;
}
}
@media only screen and (max-width: 1165px) {
    .menu > ul > li a {
        padding: 1.0rem 0.7rem 1.0rem;
    }
}
@media only screen and (max-width: 1140px) {
    #happyHat {
        max-width:200px
    }
        .nav-input-search{
            width: 13% !important;
}
}
@media only screen and (max-width: 1114px) {
    #logo {
        width: 145px;
        background-size: contain;
    }
    #test_cat_nav{
        left:144px
    }
    .menu > ul > li a {
        padding: 1.0rem 0.6rem 1.0rem;
}
}
@media only screen and (max-width: 1056px) {
	#logo{
	    background: url("//cdn.the.rodeo/gr-images/logos/gr38x38.png") no-repeat scroll 0 0;
            width:44px;
	}
        #test_cat_nav{
            left:44px
        }
}
@media only screen and (max-width: 991px) {
        #sidebar-hunt-mobile{
            display: block;
        }
        #sidebar-hunt-page{
            display: none;
        }
        .sidebar-hunt-last-tab{
            float: none;
        }
        .sidebar-hunt-last-tab .hunt-home-sidebar-titles{
                position: relative;
                top: 20px;
                margin-bottom: 20px;
        }
}
@media only screen and (max-width: 970px) {
/*	#logo{
	    background: url("//cdn.the.rodeo/gr-images/logos/gr38x38.png") no-repeat scroll 0 0;
            width:44px;
	}*/
        #test_cat_nav{
            width: 35%;
            left: 44px;
                top: 50px;
            }
}
@media only screen and (max-width: 960px) {
	
	.menu > ul > li > ul > li a {
            font-size:1.0rem;
            line-height:1.0rem;
            padding: .1rem .2rem .5rem;
	}   
	.navbar-fixed-top {
            position:relative !important
        }     
        #happyHat {
            max-width:160px
        }  
        .liveFeedParentDiv{
            padding-top:75px !important;
        }
        #pageBackground{
            margin-top: -20px !important;
        }
}
@media only screen and (max-width: 941px) {
    .menu > ul > li a {
                font-size:13px;
            }  
}
@media only screen and (max-width:900px) {   
	.menu > ul > li a {
            padding: 1.0rem .2rem .5rem;
	}
	.menu > ul > li > ul > li a {
            font-size:.8rem;
            line-height:1.0rem;
            padding: .1rem .2rem .5rem;
	}   
	.menu > ul > li a {
            font-size:13px;
	} 
}
@media only screen and (max-width: 880px) {   
	.menu > ul > li a {
            padding: 1.0rem .2rem .5rem;
	}
	.menu > ul > li > ul > li a {
            font-size:.8rem;
            line-height:1.0rem;
            padding: .1rem .2rem .5rem;
	}   
	.menu > ul > li a {
            font-size:13px;
	}         
        #happyHat-small {
            display:block;
        } 
        #ecommerce-blurb {
            display:none
        }
}
#nav-categories-menu-mob>#test_cat_nav>li>ul>li>ul{
    margin:2px 0;
}
@media only screen and (max-width: 767px) {
        .menu-container {padding: 0 5%;}
	#logo { display:none;}	
        
	.menu-container { 
            background: #ebebeb;
        }
        #happyHat {
            display:none
        }
        #happyHat-small {
            display:none;
        } 
        #happyHat-main {
            display:none;
        }         
	.menu-container { width: 100%; }

	.menu-mobile { display: block; }

	/*.menu-dropdown-icon:before { display: block; }*/

	.menu > ul { display: none; }

	.menu > ul > li {
	  width: 100% !important;
	  float: none;
	  display: block;
	}

	.menu > ul > li a {
	  padding: 1.5em 1.5em 1.5em 0;
	  width: 100%;
	  display: block;
          font-size: 15px;
	}

	.menu > ul > li > ul { position: relative; }

	.menu > ul > li > ul.normal-sub { width: 100%; }

	.menu > ul > li > ul > li {
	  float: none;
	  width: 100%;
	  margin-top: 20px;
	}
        #nav-signin-mob a span{
            display:inline-block;
        }
        #nav-signin-mob a,#nav-favorites-mob a,#nav-cart-mob a{
            padding-left:0 !important;
        }
	.menu > ul > li > ul > li:first-child { margin: 0; }

	.menu > ul > li > ul > li > ul { position: relative; }

	.menu > ul > li > ul > li > ul > li { 
                float: none;
                text-align: left;
                padding-left: 10px;
        }
        .menu .show-on-mobile #nav-sell-mob,.menu .show-on-mobile #nav-buy-mob{
            display: block;
        }
	.menu .show-on-mobile { display: grid; }
        .menu .show-on-mobile #nav-categories-menu-mob{order:1}
        .menu .show-on-mobile #nav-input-search-mob{order:2}
        .menu .show-on-mobile #nav-signin-mob{order:4}
        .menu .show-on-mobile #nav-favorites-mob{order:5}
        .menu .show-on-mobile #nav-cart-mob{order:6}
        .menu .show-on-mobile #nav-hr-custom-first{order:3}
        .menu .show-on-mobile #nav-hr-custom-sec{order:7;top: 0px;margin-bottom: 12px;}
        .menu .show-on-mobile #nav-buy-sell-mob{display: none}
        .menu .show-on-mobile #nav-buy-mob{order:8}
        .menu .show-on-mobile #nav-sell-mob{order:9}
        .menu .show-on-mobile #nav-marketplace-mob{order:10}
        .menu .show-on-mobile #nav-livefeed-mob{order:11}
        .menu .show-on-mobile #nav-pro-website-mob{order:12}
        #nav-categories-menu-mob>#test_cat_nav>li>ul>li>ul{
            margin:2px 0;
        }
/*        .desktop-li{
            display: none !important;
        }*/
        .hr-custom-hunt-nav{
            display: block;
        }

        .menu-dropdown-icon>.sidebar-nav-li-parent{
            border-bottom: none;
            border-right: none;
            border-left: none;
            box-shadow: none;
            border-top:  1px solid #5c78ba
        }

        #sidebar-hunt-mobile{
            display: block;
            margin: 0 auto;
            width: 88.5%;
        }
        #sidebar-hunt-page{
            display: none;
        }
        #test_cat_nav {
            width: 100%;
            left: 0px;
            top: 0;
        }
}
@media (max-width: 600px) {
    #sidebar-hunt-mobile{
        width: 89.5%;
    }
}
@media (max-width: 525px) {
    #sidebar-hunt-mobile{
        width: 90.5%;
    }
}
@media (max-width: 425px) {
    #sidebar-hunt-mobile{
        width: 91.5%;
    }
}
@media (max-width: 380px) {
    #sidebar-hunt-mobile{
        width: 93.5%;
    }
}
@media (max-width: 345px) {
    #sidebar-hunt-mobile{
        width: 94.5%;
    }
}
@media (min-width: 731px) {
   
    .menu > ul{
        z-index: 999;
        float: none;
        text-align: center;
    }
    .navbar-center-tiles{
        float: none !important;
        display: inline-block !important;
    }
    .navbar-left-tiles{
        float: left !important;
    }
    .navbar-right-tiles{
        float: right !important;
    }
}
/* END NEW NAV */

.gr-product-title{
    font-family:Arial,Verdana,"Titillium Web";
    letter-spacing:.03rem;
    font-weight:400
}
.salePrice{
    color:#ff0000;
}
.salePrice:hover {
    color:#90b211;
}
.grList{
    list-style-image:url("/gr-images/public/elements/mask.png");
}
/* # TO USE THIS EFFECT JUST ADD .fadeAndScale TO ANY TEXT OBJECT */
.fadeAndScale{
    animation-duration: .9s;
    animation-name: fadeAndScale;
    animation-timing-function: cubic-bezier(.71,.55,.62,1.57);
    transform-origin: 50% 100%;
    transition: background-color .2s ease-out;
}
@keyframes fadeAndScale{
    from{
        opacity: 0;
        transform: scale(.9, .9);
    }to{
        opacity: 1;
        transform: scale(1, 1);
    }
}

.grow {
    animation-duration: 4s;
    animation-name: grow;
    animation-timing-function: ease-in-out;
    /*height: 650px;*/
    transform: scale(1.05) translateZ(0px);
}
@-webkit-keyframes grow {
    0% {
        transform: scale(1)
    }
    100% {
        transform: scale(1.05)
    }
}

@keyframes grow {
    0% {
        transform: scale(1)
    }
    100% {
        transform: scale(1.05)
    }
}

/* GR LOADING SPINNER */
.spinner {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  background-color: #333;
  border-radius: 100%;  
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}
@-webkit-keyframes sk-scaleout {
  0% { -webkit-transform: scale(0) }
  100% {
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}

@keyframes sk-scaleout {
  0% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 100% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    opacity: 0;
  }
}
/* END GR LOADING SPINNER */
.body-panel-grey {
    background:rgba(235, 235, 235, 0.5); 
    border-top:1px solid #ccc; 
    border-bottom:1px solid #ccc; 
    margin:140px auto 140px auto; 
    padding:100px 10px 100px 10px
}

.commentsTextarea{
    background: url("/gr-images/logos/tr.hat.letters80X85trans.png") no-repeat 50% 50%;
    margin:5px;
    padding-left: 5px;
    font-weight: 400;
    font-size: 16px;
    color: #999;
    width: 98%;
    height: 125px;
    border: 1px solid #999;
    border-radius: 5px;   
}
/*
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;
}

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 */
.form-errors{
    position:relative;
    text-align:left;
    color:#000;
    background:#f9f9f9 none repeat scroll 0 0;
    border:1px solid #bbb;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius:5px;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, .1);
}
/* AVATARS */
.avatar-initials {
    position: relative;
    top: 12px; /* 25% of parent */
    font-size: 25px; /* 50% of parent */
    color: #fff;
    font-family: Verdana, Geneva, sans-serif;
    font-weight: 400;
}
.avatar-circle {
    /*
    position:absolute;
    bottom:1px;
    right:1px;
    */
    width: 60px;
    height: 60px;
    background-color: #5c78ba;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    opacity:0.9;
}
.avatar-initials-small {
    display:inline-block;
    color: #fff;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 45px;
    position: relative;
    top: 0;
}
.avatar-circle-small {
    display:inline-block;
    background-color: #5c78ba;
    border-radius: 50%;
    opacity: 0.9;
    text-align: center;
    width: 50px;
    height:50px;
    margin-right:10px
  
}
.avatarImgDark {
    background-repeat: no-repeat;
    background-position: 50%;
    border-radius: 50%;
    border:2px solid #fff;
    width: 100px;
    height: 100px;
    display:inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    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); 
    background-size: cover;
}
.avatarImgDarkSmall {
    background-repeat: no-repeat;
    background-position: 50%;
    border-radius: 50%;
    border:2px solid #fff;
    width: 60px;
    height: 60px;
    display:inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    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);    
}
.personalImgDark {
    height:300px;
    width:300px;
    background-repeat: no-repeat;
    background-position: 5%;
    border-radius: 5%;
    width: 300px;
    height: 300px;
    display:inline-block;
    -webkit-border-radius: 5%;
    -moz-border-radius: 5%;
    border-radius: 5%;
    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);    
}
/*
/GO/VIDEOS STYLING
*/
.videos-desc{
    display:inline-block;
    color:#999;
    padding:15px 30px 5px 30px;
    overflow:hidden;
}
/*
LIVEFEED STYLING
*/
.livefeed-hashtags{
    float:left;
    color:#999;
    display:inline-block;
    padding-left:60px;
    padding-top: 10PX;
}
.livefeed-name{
    font-size: 26px;
    color: #000;
    white-space: pre-wrap;
}
.livefeed-tiles{
    margin:0 auto;
    padding:0 0 0 40px; 
}
.livefeed-author{
    position:absolute;
    top:40px;
    right:10px;
    z-index:2
}
.livefeed-desc{
    width:250px;
    display:inline-block;
    color:#999;
    font-size:14px;
    padding:15px 80px 5px 5px;
    max-height:310px;
    overflow:hidden;
    margin-left:10px
}
.livefeed-social{
    padding: 25px 20px
}
.livefeed-bumps{
    display:inline-block
}
.livefeed-views{
    color:#bbb;
    font-size:16px;
    padding: 2px 20px;
    display:inline-block;
    vertical-align:middle
}
.livefeedViews{
    display:none;
}
.livefeed-shell{
    border:1px solid #999999;
    background-color:#fff;
    padding:10px 0 10px 0;
    max-width:900px;
    margin: 10px auto 10px auto;
/*    margin:1px auto 1px auto;*/
    position:relative;
    /*box-shadow: 0 3px 10px #ccc;*/
    overflow:hidden;
}
.livefeed-date{
    display:none !important;
    float:left;
    position:absolute;
    top:-2px;
    left:-2px;
    width:65px;    
    height:68px;
    overflow:hidden;
    color:#fff;
    background: url("/gr-images/public/elements/rodeoTileCornerBlue65x68.png") no-repeat !important;
}
.livefeed-month{
    display:block;
    margin-top:2px;
    margin-left:2px;
    width:50px;
    font-size:.8em;
    text-align:left;
    color:#fff;
    height:13px;
} 
.livefeed-day{
    display:block;
    width:50px;
    margin-left:2px;
    font-size:.8em;
    text-align:left;
    color:#fff;
    height:13px;
}
.livefeed-giveaway-image{
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 3px 10px #ccc;
    display: inline-block;
    margin: 10px;
    padding: 10px;
    position: relative;
    vertical-align: top;
    width: 280px;    
}
.livefeed-tile-shell{
    position:relative;
    display:inline-block;
    width:90%;
    vertical-align:top;
    height:360px;
    background-color:#fff;
    margin:0 10px 0 10px;
    padding:10px;
}
.livefeed-tile-mainimage-shell{
    position:relative;
    margin-top:15px;
    /*width:225px;*/
    height:400px;
    width:100%;
    overflow:hidden;
    /*border:1px solid #ebebeb;*/
    border-radius:5px;
    -webkit-border-radius:5px; 
    -moz-border-radius:5px;         
}
.livefeed-tile-image{
    width: auto;
    /*height: 260px;*/
    max-height: 400px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
    background-position: center center;
    height: 0;
    padding-bottom: 50%;
    background-size: cover;
}
.livefeed-followers{
        display:none;
    }
@media only screen and (max-width: 855px) {
    .liveFeedMainHeading h1{
        margin-left:8px
    }
}
@media only screen and (max-width: 827px) {
    .liveFeedMainHeading h1{
        margin-left:15px
    }
    .livefeed-tile-image{
        height:328px;
    }
}
@media only screen and (max-width: 812px) {
    .livefeed-followers{
        display:none;
    }
}
@media only screen and (max-width: 767px) {

    .livefeed-author{
        top: 26px;
    }
    .avatarImgDark{
        height: 50px;
        width: 50px;
    }
    .livefeed-desc{
        padding:15px 60px 5px 5px;
    }
}
@media only screen and (max-width: 656px) {
    .livefeed-comment{
        position: relative;
       float: right;
       padding: 4px 0px 4px 20px;

    }
    .livefeed-view-rodeo{
        margin-top: 41px;
        margin-right: -169px !important;
    }
/*    .livefeed-tile-shell{
        width: 360px;
        height: 360px;
    }
    .livefeed-tile-mainimage-shell{
        height: 344px;
        width: 360px;
    }
    .livefeed-tile-image{
        width: 360px;
        height: 360px;
    }*/
  
}
@media only screen and (max-width: 560px) {
/*    .livefeed-tile-image{
        width: 100%;
        height: 245px;
    }*/

}

@media only screen and (max-width: 470px) {
    .livefeed-tile-image{
        height: 245px;
    }
    .livefeed-tile-shell{
        height: 250px;
    }
    .livefeed-tile-mainimage-shell{
         height: 225px;
    }
}
@media only screen and (max-width: 425px) {
    .livefeed-desc{
        max-height: 5.6em;
        padding: 15px 45px 5px 5px;
    }
    
    .livefeed-tile-image{
        height: 225px;
    }
   
}
@media only screen and (max-width: 359px) {
    .livefeed-view-rodeo{
        margin-top: 0;
        margin-right: 0 !important;
    }
}
/*
GIVEAWAY STYLING
*/
.giveaway-share{
    display:block;
    margin-top:80px;
    font-size:12px;
    color:#999;
    vertical-align:middle;
    width:100%
}
.giveaway-hashtags{
    float:left;
    color:#90b211;
    display:inline-block;
    padding-left:50px;
}
.giveaway-hashtags nobr span{
    font-size:22px;
}
.giveaway-name{
    font-size:22px;
    color:#000;
    white-space: pre-wrap;
}
.giveaway-tiles{
    margin:0 auto;
    padding:0 0 0 40px; 
}
.giveaway-author{
    position:absolute;
    top:10px;
    right:10px;
}
#livefeedBody .giveaway-tiles .huntItemShell{
    height:200px;
    border-radius:5px;
    -webkit-border-radius:10px; 
    -moz-border-radius:10px; 
    border:none;
}
#livefeedBody .giveaway-tiles .huntItemMainImgShell{
    width:225px;
    height:200px;
}
.giveaway-desc{
    width:65%;
    position: relative;
    top: -205px;
    left: 264px;
    display:inline-block;
    color:#999;
    font-size:14px;
    padding:5px;
    padding:20px 5px 5px 15px;
    max-height:350px
}
.giveaway-desc-description{
    padding-left: 5px !important;
}
.giveaway-desc-description > br{
    display:none;
}
.giveaway-view-info{
    position: relative;
    top: -205px;
    left: 264px;
    width: 65%;
}
.giveaway-enter{
    padding: 10px 20px 10px 70px;
}
.giveaway-enter-item{
    color:#bbb;
    font-size:16px;
    padding-left: 5px;
    display:inline-block;
    vertical-align:middle
}
.giveaway-enter-button{
    margin:0 10px 0 10px;
    display:inline-block;
    vertical-align:middle
}
.giveaway-shell{
    border:1px solid #d9d9d9;
    background-color:#fff;
    padding:10px 0 10px 0;
    max-width:800px;
    margin:10px auto 15px auto;
    position:relative;
    max-height: 485px;
    /*box-shadow: 0 3px 10px #ccc;*/
}
#livefeedBody .giveaway-shell{
    height: 330px;
}
.giveaway-logo{
    display:block;
    margin-top:40px;
    font-size:12px;
    color:#999;
    vertical-align:middle;
    width:100%
}
.giveaway-date{
    float:left;
    position:absolute;
    top:-2px;
    left:-2px;
    width:65px;    
    height:68px;
    overflow:hidden;
    color:#fff;
    background: url("/gr-images/public/elements/rodeoTileCornerBlue65x68.png") no-repeat !important;
}
.giveaway-month{
    display:block;
    margin-top:2px;
    margin-left:2px;
    width:50px;
    font-size:.8em;
    text-align:left;
    color:#fff;
    height:13px;
} 
.giveaway-day{
    display:block;
    width:50px;
    margin-left:2px;
    font-size:.8em;
    text-align:left;
    color:#fff;
    height:13px;
}
.giveaway-image{
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 3px 10px #ccc;
    display: inline-block;
    margin: 10px;
    padding: 10px;
    position: relative;
    vertical-align: top;
    width: 280px;    
}

/* general user verify panel plugin */
.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;
}

/* generic panels for use anywhere */

.homepageShadow{
    -webkit-box-shadow: 0px 4px 8px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 4px 8px 1px rgba(0, 0, 0, 0.1);   
    box-shadow: 0px 4px 8px 1px rgba(0, 0, 0, 0.1);
    min-height:150px
}
.user-image{
    position:relative;
    height:300px;
    width:300px;
}
.user-image-main{
    position:absolute
}
.user-image-avatar{
    position:absolute;
    bottom:-70px;
    left:10px
}
.user-stats-shell{
    margin-top:2px;
    margin-bottom:2px
}
.user-stats{
    display:inline-block;
    max-width:160px;
    height:55px;
    border-right:1px dashed #ebebeb;
    padding-left:10px;
    padding-right:10px;
}
.user-stats-last{
    display:inline-block;
    max-width:160px;
    padding-left:10px;
    border-right:0px;
}
.homepage-header-link{
    height:35px;
    display:inline-block;
    font-size:18px;
    font-weight:700;
    text-decoration:none;
}
.homepage-header-link a:hover{
    color:#90b211;
}
.homepage-header-link-active{
    color:#90b211;
    height:35px;
    display:inline-block;
    font-size:18px;
    font-weight:700;
    text-decoration:none;  
    background: rgba(0, 0, 0, 0) url("/gr-images/public/siteNav/sublist-arrow.png") no-repeat scroll center bottom;    
}
.company-image-avatar{
    position:absolute;
    top:-20px;
    left:10px
}
.company-stats-shell{
    margin-top:20px;
    margin-bottom:2px
}
.company-stats{
    display:inline-block;
    max-width:160px;
    height:55px;
    border-right:1px dashed #ebebeb;
    padding-left:10px;
    padding-right:10px;
}
.pro2-shell{
    padding:1px;
    background-color:#fff;
    border:1px solid #999;
    -webkit-border-radius:2px; 
    -moz-border-radius:2px; 
    border-radius:2px;
    margin-bottom:30px
}
.pro2-personal-header{
    height:45px;
    padding-top:5px;
    background-color:#9cb746;
    color:#fff;
    font-size:24px;
    font-weight:700;
}
.pro2-business-header{
    height:45px;
    padding-top:5px;
    background-color:#666;
    color:#fff;
    font-size:24px;
    font-weight:700;
}
.pro2-section-top{
    border-top:1px solid #999;
    padding-top:5px;
    font-size:16px;
    font-weight:400;
    padding:20px 0 20px 0;
}
.pro2-section-body{
    padding-top:10px;
    font-size:15px;
    font-weight:400;
    display:none;
    margin:20px 0 20px 0;
    padding:0 3px 0 15px;
}
.pro2-section-icon{
    width:15%;
    display:inline-block
}
.pro2-section-text{
    width:60%;
    display:inline-block;
    vertical-align:middle;
    margin-left:3px
}
.pro2-section-plus{
    width:15%;
    display:inline-block
}
/* END member HOMEPAGES */

/* #      LOGIN PAGES    */
.sigin-txt {
    display: none !important;
}
/***********************/	
.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-error{
    font-size: 16px;
    font-weight: 400;
    color:#cc0000
}
.signin-register h1 {
    font-weight: 600;
    font-size: 30px;
}
.signin-welcome-text {
    font-weight: 600;
    font-size: 18px;
}
.button-group {
    margin-top: 30px;
}
.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-signin {
    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
}
.btn-signin-href {
    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
}
.btn-signin-href:hover {
    background-color: rgba(67, 95, 160, 1);
    text-decoration:none;
    color:#fff;
    cursor:pointer;
}
.btn-register {
    margin:1px;
    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;
}
.btn-medium {
    margin:1px;
    line-height: 30px !important;
    font-size: 16px !important;
    width: 140px !important;
}
.signin-option, .form-group input {
    font-size: 18px;
    font-weight: 600;
}
.form-group input {
    height: 40px;
    border: 1px solid #999;
    margin-bottom:5px
}
.signin-option, .signin-option label {
    font-weight: 600;
}
.signin-option label input {
    position: static !important;
    vertical-align: middle;
    margin-top: -4px;
}
.forgot-link {
    color: #cdcdcd;
    margin-top: 5px;
}
.register-footer {
    font-size: 18px;
    font-weight: 600;
    margin-top: 30px;
}
.login-link {
    color: #5c78ba;
}
.agree-link {
    color: #97992b;
}
.signin-subtitle {
    font-size: 22px;
    font-weight: 600;
}
@media (min-width:1200px) {
    .intro-message .button-section {
        bottom: 0;
        position: absolute;
    }
}
@media (min-width:769px) and (max-width:960px) {
    .sigin-txt {
        display: block !important;
    }
    .sigin-fulltext {
        display: none !important;
    }
}
/* #      END LOGIN PAGES    */

/* #      GLOBAL    */
.blue{
    color:#5c78ba
}
.green{
    color:#90b211
}
.alert{
    color:#cc0000
}
.green-button{
    color: #fff;
    border-radius: 5px;
    padding: 8px 16px;
    background-color: rgba(144, 178, 42, 0.8);
    font-size: 15px;  
}
.green-button:hover{
    background-color: rgba(144, 178, 42, 1);
    color:#fff;
    -webkit-transition:background 0.2s ease; 
    -moz-transition:background 0.2s ease; 
    -o-transition:background 0.2s ease; 
    transition:background 0.2s ease;        
}
@media(min-width:1200px) {
    .green-button {
        color: #fff;
        padding: 8px 26px;
        font-weight: 600;
        font-size: 20px;
    }
}
.blue-button-fade-green{
    color: #fff;
    border-radius: 5px;
    padding: 8px 15px;
    background-color: #5c78ba;
    font-size: 15px;  
    border:0
}
.blue-button-fade-green:hover{
    background-color: rgba(144, 178, 42, 1);
    color:#fff;
    -webkit-transition:background 0.2s ease; 
    -moz-transition:background 0.2s ease; 
    -o-transition:background 0.2s ease; 
    transition:background 0.2s ease;  
    border:0
}
@media(min-width:1200px) {
    .blue-button-fade-green {
        color: #fff;
        padding: 8px 15px;
        font-weight: 600;
        font-size: 20px;
        border:0
    }
}
.green-button-fade-blue{
    color: #fff;
    border-radius: 5px;
    padding: 8px 15px;
    background-color: #90b211;
    font-size: 15px;  
    border:0
}
.green-button-fade-blue:hover{
    background-color: #5c78ba;
    color:#fff;
    -webkit-transition:background 0.2s ease; 
    -moz-transition:background 0.2s ease; 
    -o-transition:background 0.2s ease; 
    transition:background 0.2s ease;    
        border:0
}
@media(min-width:1200px) {
    .green-button-fade-blue {
        color: #fff;
        padding: 8px 15px;
        font-weight: 600;
        font-size: 20px;
            border:0
    }
}
.red-button{
    color: #fff;
    border-radius: 5px;
    padding: 8px 16px;
    background-color: rgba(203, 34, 6, 0.8);
    font-size: 15px;  
}
.red-button:hover{
    background-color: rgba(144, 178, 42, 1);
    color:#fff
}
@media(min-width:1200px) {
    .red-button {
        color: #fff;
        padding: 8px 26px;
        font-weight: 600;
        font-size: 20px;
    }
}
.rodeoModalTopLeft{
    display:inline-block;
    width:90px;
    height:70px;
    background: url("/gr-images/logos/gr70x70.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.rodeoModalTopRight{
    display:inline-block;
    height:70px;
    width:300px;
}
.rodeoModalBody{
    width:100%;
    padding:0 10px 10px 10px;
    text-align:left;
}
.rodeoModal{
    color:#333;
}
.rodeoModalAnswer{
    font-style:none;
    margin-top:15px
}
.avatarNoImgDark {
    background-color:#fff;
    /*position:absolute;  removed by terry for launch of mobile-friendly secure site*/
    bottom:1px;
    right:1px;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    -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); 
}
.avatarNoImgDarkSmall {
    background-color:#fff;
    /*position:absolute;  removed by terry for launch of mobile-friendly secure site*/
    bottom:1px;
    right:1px;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -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;         
}
/* # HOMEPAGE */
.sliderLink{
    color:#fff;
    text-decoration:none;
    font-size:18px
}
.sliderLink:hover{
    text-decoration:none;
    color:#ebebeb
}

.intro-header-business {
    padding-top: 50px; 
    padding-bottom: 50px;
    text-align: left;
    color: #f8f8f8;
    background: url(/gr-images/public/siteNav/pro-gun-website-hosting-at-www.gun.rodeo.jpg) no-repeat center center;
    /*background: url(/gr-images/public/siteNav/banner-bg-new-rifle-1.jpg) no-repeat center center;*/
    /*background: url(/gr-images/public/siteNav/homepage-large.jpg) no-repeat center center;*/
    background-size: cover;
    animation-name: cf3FadeInOut;
    animation-timing-function: ease-in-out;
    animation-iteration-count: none;
    animation-duration: 5s;
    animation-direction: alternate;
}
.intro-header {
    padding-top: 50px; 
    padding-bottom: 50px;
    text-align: left;
    color: #f8f8f8;
    /*background: url(/gr-images/public/siteNav/banner-bg-new.jpg) no-repeat center center;*/
    /*background: url(/gr-images/public/siteNav/banner-bg-new-rifle-1.jpg) no-repeat center center;*/
    background: url(/gr-images/public/siteNav/homepage-large.jpg) no-repeat center center;
    background-size: cover;
    animation-name: cf3FadeInOut;
    animation-timing-function: ease-in-out;
    animation-iteration-count: none;
    animation-duration: 5s;
    animation-direction: alternate;
}

/* ### PANELS (full width images) */
.panels {
    width: 100%;
    height: 500px;
    position: relative;
}

.topnav .navbar-nav > li > a{
    font-size:15px;
    font-weight:400;
    padding:0 10px;
}
.navbar-brand > img{
    display:inline;
    margin:2px;
}
.selected-menu{
    display:inline-block;
    line-height: 35px;
}

.logo-header .navbar-brand{
    display:block;
}
.navbar-default .navbar-nav .dropdown.current > a{
    color:#91b23d;
}
ul.dropdown-menu.sub-menu,ul.dropdown-menu.sub-menu-search{
    display:block;
}
.gr-concealed-carry,.gr-events,.gr-ffl-agent,.gr-gun-ranges,.gr-gun-shops,.gr-gun-shows,.gr-manufacturers,.gr-other-shooting,.gr-pro2,.gr-sales,.gr-camping,.gr-explosions,.gr-explosions,.gr-full-auto,.gr-gun-lockers,.gr-hunts,.gr-news-media,.gr-people,.gr-shooting,.gr-sports,.gr-other-rodeo{
    height:22px;
    width:22px;
    display: inline-block;
    vertical-align:middle;
    margin-top: -5px;
}
.gr-concealed-carry{
    background:url(/gr-images/public/siteNav/Places-Concealed-Carry-22x22.png) left center no-repeat;
}
.gr-events{
    background:url(/gr-images/public/siteNav/Places-Events-22x22.png) left center no-repeat;
}
.gr-ffl-agent{
    background:url(/gr-images/public/siteNav/Places-FFL-Agent-22x22.png) left center no-repeat;
}
.gr-gun-ranges{
    background:url(/gr-images/public/siteNav/Places-GunRanges-22x22.png) left center no-repeat;
}
.gr-gun-shops{
    background:url(/gr-images/public/siteNav/Places-GunShops-22x22.png) left center no-repeat;
}
.gr-gun-shows{
    background:url(/gr-images/public/siteNav/Places-GunShows-22x22.png) left center no-repeat;
}
.gr-manufacturers{
    background:url(/gr-images/public/siteNav/Places-Manufacturers-22x22.png) left center no-repeat;
}
.gr-other-shooting{
    background:url(/gr-images/public/siteNav/Places-OtherShooting-22x22.png) left center no-repeat;
}
.gr-pro2{
    background:url(/gr-images/public/siteNav/Places-Pro2-22x22.png) left center no-repeat;
}
.gr-sales{
    background:url(/gr-images/public/siteNav/Places-Sales-22x22.png) left center no-repeat;
}
.gr-camping{
    background:url(/gr-images/public/siteNav/Rodeos-Camping-22x22.png) left center no-repeat;
}
.gr-explosions{
    background:url(/gr-images/public/siteNav/Rodeos-Explosions-22x22.png) left center no-repeat;
}
.gr-full-auto{
    background:url(/gr-images/public/siteNav/Rodeos-FullAuto-22x22.png) left center no-repeat;
}
.gr-gun-lockers{
    background:url(/gr-images/public/siteNav/Rodeos-GunLockers-22x22.png) left center no-repeat;
}
.gr-hunts{
    background:url(/gr-images/public/siteNav/Rodeos-Hunts-22x22.png) left center no-repeat;
}
.gr-news-media{
    background:url(/gr-images/public/siteNav/Rodeos-NewsMedia-22x22.png) left center no-repeat;
}
.gr-people{
    background:url(/gr-images/public/siteNav/Rodeos-People-22x22.png) left center no-repeat;
}
.gr-shooting{
    background:url(/gr-images/public/siteNav/Rodeos-Shooting-22x22.png) left center no-repeat;
}
.gr-sports{
    background:url(/gr-images/public/siteNav/Rodeos-Sports-22x22.png) left center no-repeat;
}
.gr-other-rodeo{
    background:url(/gr-images/public/siteNav/Rodeos-Other-22x22.png) left center no-repeat;
}
ul.sub-menu li.active a{
    opacity:1;
    font-weight:600;
}
.carousel-menu a{
    white-space: nowrap;
    text-transform:uppercase;
}
.carousel-menu .slick-prev::before, .carousel-menu .slick-next::before{
    font-size:25px;
    font-weight:700;
}
.carousel-menu .slick-prev, .carousel-menu .slick-next{
    margin-top:-12px;
}
.content{
    background-color:#fff;
    color:#131516;
    padding-top:150px;
}
.content h1,.content h2,.content h3,.content h4{
    color:#666;
}
.sub-title{
    margin-top:40px;
    font-weight:bold;
    font-size:20px;
    margin-bottom:0;
}
.sub-heading-shadow{
    background:url(/gr-images/heading-shadow.jpg) bottom center no-repeat;
    height:34px;
}
.welcome-text{	
    font-weight: 200;
    color:#666;
}
.listing-text{
    font-weight:600;
    font-size:12px;
}
.listing-btn{
    color:#bfbfbf;
    font-weight:500;
    font-size:13px;
    display:block;
    line-height: 28px;
    padding: 0 10px;
    width: 144px !important;
    border:2px dotted #bfbfbf;
    border-radius:5px;
    margin:10px auto;
}
.listing {
    border-bottom:1px dotted #bfbfbf;
    padding: 30px 0;
}
.listing.last{
    border-bottom:none;
}
.listing img,.media-game-banner img {
    display:block;
    margin:0 auto;
}
.list-btn-group{
    margin-top:15px;
}
.media-game-banner{
    margin-top:50px;
    margin-bottom:25px;
}
.user-note{
    color:#666;
    font-size:18px;
    font-weight:300;
}
.desc{
    color:#666;
}
.list-footer,.page-footer{
    margin-top:60px;
}
.page-footer{
    border-top:1px solid #000;
    background-color: #5b78bb;
    width:100%;
    /*position:fixed;
    bottom:0;*/
    z-index:100;
    top: 20px;
    position: relative;
    padding-bottom: 10px;
}
.page-footer a,.page-footer p{
    color:#fff;	
}
.banner-desc{
    background:#4a79bf;
    color:#fff;
    font-size: 18px;
    text-align:left;
    padding: 20px 0;
    border-radius:5px
}
.about-us-banner{
    margin-top: -30px;
    display:none
}

.media-circle-even{
    background:url(/gr-images/circle-shadow-closed.jpg) center center no-repeat;
}
.media-circle-img {
    width:260px;
    height:260px;
    border-radius:50%;		
    margin: 10px;
    padding:8px;
    display:block;
    position:relative;
}
.media-body, .media-left, .media-right{
    vertical-align:middle;
}
.dropdown.current{
    color: #669933;
}
.page-title {  
    font-weight: bold;
    font-size:42px;
    color:#666;
}
.contact-help-link{
    font-weight: 600;
    font-size:16px;
    color:#666;
}
.page-subtitle{
    margin-top: 60px;
}
.social-media a{
    background-color: #000000;
    display: inline-block;
    font-size: 16px;
    height: 28px;
    margin: 0 2px;
    padding: 3px 5px;
    text-align: center;
    vertical-align: middle;
    width: 28px;
    color:#fff;
}
.page-footer p{
    margin-bottom:15px;
}
.footer-submenu {
    list-style:none;
    margin-top:15px;	
    padding:0;	
}
.footer-submenu li{
    color:#fff;
    display:inline-block;
}
.footer-submenu li a {	
    font-size:11px;
    padding:0 5px;
}
.form-section form.login-form{
    margin-right: 15px;
}
.footer-social-icon{
    list-style:none;
    margin-top:15px;
    margin-bottom:0;
    padding:0;
    text-align:center;
}
.footer-social-icon li{
    display:inline-block;
    padding:0 5px;
}
.footer-social-icon li a{
    background:#4a639c;
    color: #5b78bb;
    width:22px;
    height:22px;
    border-radius:11px;
    display: table-cell;    
    vertical-align: middle;    
}
.footer-social-icon li a:hover{
    color:#fff;
}
/*Daily GiveAway*/
.giveawayTitle{
    color:#fff;
    font-size:1.2em;
    font-weight:600;
    padding:0 3px 0 3px
}
.giveawayTitle:hover{
    color:#fff;
    text-decoratiopn:none
}
.contestButton{
    background: #3498db none repeat scroll 0 0;
    border: 1px solid #3498db;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-size:22px;
    margin-bottom: 5px;
    padding: 9px 0;
    vertical-align: middle;
    width:300px;
    height:100px;
}
.contestButton:hover{
    background:#90b211;
    border: 1px solid #999;
}
.currentEntries{
    margin-top:50px;
    margin-bottom:20px;
    text-align:center;
    font-size:36px;
    color:#4c4c4c;
    font-family:"Enriqueta",serif;
}

.gr-input,.gr-btn{
    border-radius:5px;	
    border:1px solid #636363;
}
.gr-input{
    height:28px;
    padding-left:10px;
    width:100%;
}
.gr-btn{
    background:#636363;
    color:#fff;
    text-transform:uppercase;
    font-size:14px;
    font-weight:bold;
    padding:3px 20px;	
}
.members-options {
    margin-top: 20px;
}
.members-options ul{
    list-style:none;
    padding:0;
    margin:0;
    text-align:center;
}
.members-options ul li{
    display:inline-block;
    text-align:center;
    padding:0 8px;
}
.dash-divider{
    border-bottom:1px dashed #aeaeae;
}
.giveaway-list{
    padding-top:50px;
    padding-bottom:20px;
}
/* HUNT TILES */
.hunt-tile-block{
    background:#fff;
    box-shadow:0 2px 3px #ccc;
    border-radius:5px;
    margin:15px 0 15px 0;
    min-height:280px
}
.hunt-tile-block-img{
    display:block; 
    width:100%; 
    position:relative; 
    height:0; 
    padding:33.5%; 
    overflow:hidden
}
.aim-tile-img {
    position:absolute !important; 
    display:block !important; 
    max-width:100% !important; 
    max-height:100% !important; 
    left:0; 
    right:0 !important; 
    top:0 !important; 
    /*bottom:0 !important; */
    margin:auto  !important;
    width:100%
}
.aim_mobile_btn{
    font-size:14px;
    width: 100px;
}
@media screen and (max-width: 480px) {
    .aim-category-search-div{
        font-size:14px !important
    }
}
@media screen and (max-width: 767px) and (min-width: 450px) {
#hunt-aim-form>div>div>.gray-search-bar-price>label{
    display: block;
}
#hunt-aim-form>div>div>.gray-search-bar-price>.price-range,#hunt-aim-form>div>.gray-search-bar-price>.price-range{
    display: inline-block;
}
}
.hunt-tile-block-header,.hunt-tile-block-header-expired{
    color:#fff;
    background:#90b030;
    text-align:center;
    font-size:14px;
    font-weight:300;	
    border-radius:5px 5px 0 0;
    padding:5px 0;
}
.hunt-tile-block-btn{
    padding:0px 10px 0 10px;
}
.hunt-tile-block-img img {
    display: block;
    margin: 0 auto 5px auto;
}
.hunt-tile-item-name {
    width:100%;
    padding:0 5px 0 5px; 
    height:40px; 
    overflow:hidden    
}
.hunt-tile-item-fav{
    display:inline-block;
    width:10px;
    height:10px;
    background: url("/gr-images/public/elements/mask.png") no-repeat !important;
    float:right;
    margin:6px 5px 0 0
}
.hunt-tile-item-owner{
    /* only used in livefeed suggested products */
    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{
    width:100%; 
    padding:0 10px 0 0; 
    font-size:1.1em;
    display:block;
    margin-left:4px;
}
.hunt-tile-price a{
    color:#999;
    font-weight: 400;
    font-size: large;
}
.hunt-tile-price a:hover{
    color:#333;
}
.hunt-tile-lower {
    width:100%;
    padding:5px 0 0 5px;
    margin:5px 0 0 0;
    border-top:2px solid #f4f7ee;
    background-color:rgba(235, 235, 235, 0.5)
}
.hunt-tile-owner {
    font-size:.9em;
    padding:5px 0 0 0;
}
.hunt-tile-avatar {
    height:50px
}
.hunt-tile-avatar img{
    height:50px;
    width:50px !important;
    border-radius:5px
}
/* END HUNT TILES */
.giveaway-block{
    background:#eaeaea;
    box-shadow:0 3px 10px #ccc;
    border-radius:5px;
    padding-bottom:15px;
    margin:15px 0 15px 0;
}
.giveaway-block:hover{
    background:#fafafa;
}
.giveway-block-header,.giveway-block-header-expired{
    color:#fff;
    text-align:center;
    font-size:14px;
    font-weight:300;	
    border-radius:5px 5px 0 0;
    padding:5px 0;
    height:60px
}
.giveway-block-header{
    background:#90b030;
}

.giveaway-block.user-entered .giveway-block-header{
    background:#393939;
    color:#fff;
}
.giveway-block-title{
    color:#666;
    font-size:14px;
    font-weight:700;
    text-align:center;
    padding:10px;
}
.giveway-block-img{
    display: block;
    height: 0;
    overflow: hidden;
    padding: 33.5%;
    position: relative;
    width: 100%;    
}
.giveway-block-img img {
    bottom: 0 !important;
    display: block !important;
    left: 0;
    margin: auto !important;
    /*max-height: 100% !important;*/
    max-width: 100% !important;
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
}
.giveway-block-themes{
    font-size:12px;
    font-weight:700;
    text-align:center;
    padding:10px;
}
.giveway-block-themes p {
    color:#666;
}
.giveway-block-themes span {
    color:#9db948;
}
.giveway-block-time,.giveway-block-time-expired{
    margin-top:10px;
    text-align:center;
    font-size:1.1em;
    font-weight:600
}
.giveway-block-time p,.giveway-block-time-expired p{
    color:#666;
    font-size:12px;
    font-weight:700;
}
.giveway-block-time span,.giveway-block-time-expired span {
    font-weight:400;
    font-size:20px;	
}
.giveway-block-time span{
    color:#d11919;
}
.giveway-block-btn{
    padding:15px 10px 0 10px;
}
.enter-win,.view-rodeos{
    font-size:14px;
    font-weight:600;
    display:inline-block;
    border-radius:5px;
    padding:0 5px;
}
.enter-win{
    border:1px solid #636363;
    color:#666;
}
.giveaway-embed-code{
    border:1px solid #dedede;
    border-radius:5px;
    padding:2px 5px 2px 5px;
    color:#666;
}
.giveaway-block.user-entered .entered-btn{
    background:#393939;
    color:#fff;
}
.entered-btn{
    padding:0 15px 0 5px;
}
.entered-btn span{
    padding-right:5px;
}
.entered-btn span img{
    margin-top:-15px;
    display:inline-block;
}
.view-rodeos{
    border:1px solid #9db948;
    color:#9db948;
}
.gr-pagination .pagination > li > a, .gr-pagination .pagination > li > span{
    font-size: 16px;
    color:#98b84c;
    font-weight:600;
    padding: 10px 14px;
}
.gr-pagination .pagination > .active > a, .gr-pagination .pagination > .active > a:focus, .gr-pagination .pagination > .active > a:hover, .gr-pagination .pagination > .active > span, .gr-pagination .pagination > .active > span:focus, .gr-pagination .pagination > .active > span:hover{
    color:#fff;
    background:#98b84c;
    border:1px solid #98b84c;
}
.gr-pagination .pagination > li > a:focus, .gr-pagination .pagination > li > a:hover, .gr-pagination .pagination > li > span:focus, .gr-pagination .pagination > li > span:hover{
    color:#98b84c;
}
.sigin-txt{
    display:none !important;
}

/* YOUTUBE EMBED CONTAINERS */
.embed-container { 
    position: relative; 
    padding-bottom: 56.25%; 
    height: 0; 
    overflow: hidden; 
    max-width: 100%; 
} 
.embed-container iframe, .embed-container object, .embed-container embed { 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
}
/* END YOUTUBE EMBED CONTAINERS */

@media (min-width:1200px){
    .intro-message	.button-section {
        bottom: 0;
        position: absolute;
    }
}
/*@media (min-width:481px) and (max-width:1199px){
        .content{
                padding-top:150px;
        }
}*/
@media only screen and (max-width:1200px){  
    .topnav .navbar-nav > li > a{
        padding:0 8px;
    } 
}
@media (min-width:769px) and (max-width:960px){   
    .navbar-header, .navbar-brand{
        float: none;
        text-align:center;
    }
    .navbar-right{
        float:none !important;
    }
    nav.navbar .nav{
        text-align:center;
    }
    .navbar-nav > li{
        display:inline-block;
        width:auto;
        float:none;
    }
    .sigin-txt{
        display:block !important;
    }
    .sigin-fulltext{
        display:none !important;
    }
}



@media only screen and (max-width:768px){    
    .navbar-right li{
        border-bottom:1px solid #e7e7e7;
    }
    .navbar-right li.last {
        border-bottom:none;
    }
    .intro-message{
        text-align:center;
    }
    .center_text{
        font-size: 20px;
    }
    .listing-btn{
        width: 42%;
    }
    .content{
        margin-top: 30px;
    }
    .form-group input{
        height: 34px;
    }
    .genLink{
        /*font-size: 25px;*/
    }
    .navbar-nav > li.dropdown.current{
        background:none;
    }
    .carousel-menu .slick-prev{
        left:-5px;
    }
    .carousel-menu .slick-next{
        right:-5px;
    }
    .navbar-brand > img {
        margin: 10px;
    }
    .selected-menu {
        line-height: 56px;
    }
    .close {
        line-height:60px;
    }
    .members-options {
        margin: 20px 0;
    }
    .content{
        padding-top:125px;
    }
    .content h1{
        margin-top: 30px;
    }
    .gr-pagination .pagination > li > a, .gr-pagination .pagination > li > span{
        font-size:13px;
        padding:10px 8px;
    }
    .banner-desc {
        font-size: 14px;
        padding: 10px 0;
    }
    .aboutus-text h1{
        font-size:25px;
        margin-top: 30px;
    }
    .aboutus-text h2{
        font-size:20px;
        padding-bottom:20px;
    }
/*    .giveaway-desc{
        width: 46%;
    }*/
    .giveaway-desc-description {
        width: 71%;
    }
    
    #livefeedBody .giveaway-shell{
        height: unset;
        max-height: unset;
    }
    .giveaway-view-info {
        position: relative;
         top: 0; 
         left: 0; 
         width: 50%;
    }
    .giveaway-desc{
        width: 100%;
        top: 0; 
         left: 0;
    }
    .page-title{
            margin-top: 30px;
    }
}  
@media only screen and (max-width:691px){ .giveaway-view-info{margin-left: 28px;}}
@media only screen and (max-width:656px){
 .giveaway-view-info{
        width: 40%;
        margin-left: 50px;
        display: block;
    }
}
@media only screen and (max-width:614px){ .giveaway-view-info{width: 45%;}}
@media only screen and (max-width:560px){ .giveaway-view-info{margin-left: 60px;}}
@media only screen and (max-width:510px){ .giveaway-view-info{margin-left: 67px;}}
@media only screen and (max-width:435px){.giveaway-view-info{margin-left: 77px;}}
@media only screen and (max-width:425px){.giveaway-desc-description{width: 84%;}}
@media only screen and (max-width:400px){ .giveaway-view-info{width: 50%;}}
@media only screen and (max-width:385px){.giveaway-desc-description{width: 100%;}}
@media only screen and (max-width:370px){ .giveaway-view-info{margin-left: 73px;}}
@media only screen and (max-width:358px){
    .giveaway-view-info{margin-left: 73px;}
    .giveaway-desc-description {
        padding-left: 15px !important;
        width: 96%;
    }
}
@media only screen and (max-width:480px){
    .banner-desc {
        display:none;
    }	
    .page-subtitle{
        margin-top:30px;
    }

    /*
contact Us styling start
    */
    .commentsTextarea{
        font-size: 15px;
    }
    .listing-btn{
        width: 100%;
    }
    .form-control{
        font-size: 12px;
    }
    .comment-button{
        width: 215px !important;
    }
    /*
contact Us styling end
    */
    
        /*
camping styling start
    */
    .content{
        padding-top: 110px;
    }
    
    /*
camping styling end
    */
    /*
      livefeed styling start
    */
    .page-title {
        font-weight: bold;
        font-size: 33px;
    }
    .giveaway-name{
        font-size: 14px;
/*        float: left;*/
        display:block;
        width: 230px;
        word-wrap: unset;
        word-break: break-word;
        white-space: pre-wrap;
        margin-top: 4px;
    }
    .giveaway-hashtags{
        padding-left:30px;
    }
    .giveaway-tiles {
        margin: 0 auto;
        padding: 0 0 0 0px;
    }

    /*
      livefeed styling end
    */
    
}
@media only screen and (max-width:428px){
    #pageBackground {
       padding-top: 70px !important;
    }
}
@media only screen and (max-width:425px){
/*.livefeed-tiles .livefeed-tile-shell:nth-child(6){
  display:none !important;
}*/
}
@media only screen and (max-width:400px){
    /*
    Popup style start
    */
    .text-green {
        float: none;
    }
    .smallText{
        font-size:16px;
    }
    .genText{
        font-size:11px; 
    }
    .gen_TextText{
        font-size:16px; 
    }
    .popup_overlay{
        padding: 21px;
    }
    /*
Popup style end
    */
    
/*
contact Us styling start
    */
    .commentsTextarea{
        font-size: 14px;
    }
    .form-control{
        font-size: 12px;
    }
    .comment-button{
        width: 187px !important;
    }
    /*
contact Us styling end
    */
        /*
camping styling start
    */
    .content{
        padding-top: 143px;
    }
    
    /*
camping styling end
    */
    .button-group {
        margin-left: 60px;
        margin-right: 72px;
    }
    
    /*
        login-existing styling start
    */
    #login-existing .button-group{
        display:table;
        margin: 30px auto 0px auto;
    }
    
    #login-existing .button-group input {
        float:none !important;
    }
    /*
        login-existing styling end
    */    
    .list-footer, .page-footer {
        margin-top: 0px; 
    }

    .members-options{
        margin-left:-10px;
        margin-right:-10px;
    }
    .members-options ul li{
        padding:0 3px;
    }
    .enter-win, .view-rodeos{
        font-size:13px;
    }	
    .selected-menu,.navtxt{
        margin-left:0;		
    }
    .livefeed-tiles {
        padding: 0 0 0 0px;
    }
    .livefeed-tile-shell {

        padding: 10px;
    }
    #digest{
        margin-left: 5px !important;
    }
    .gr-btn{
        width: 30%;
    }
    /*
      livefeed styling start
    */
    .contact-help-link {
        font-weight: 600;
        font-size: 16px;
    }
    .livefeed-hashtags{
        font-size: 9px;
        float: left;
        width: 218px;
        word-wrap: break-word;
        word-break: break-all;
        margin-top: 4px;
        padding-left: 20px;
    }
    .liveFeedRodeo .livefeed-hashtags span {
         font-size: 18px !important;

}
    .liveFeedRodeo .livefeed-hashtags .livefeed-name  {
         font-size: 15px !important;

}
    .livefeed-name {
        font-size: 15px;
        float: left;
        width: 218px;
        word-wrap: unset;
        word-break: break-word;
        white-space: pre-wrap;
        margin-top: 4px;
        top:0;
    }
/*.livefeed-tiles .livefeed-tile-shell:nth-child(6){
  display:none !important;
}*/
    .liveFeedMainHeading h1{
        font-size:18px;
    }
    .huntItemShell {
        width: 240px;
    }
    .huntItemMainImgImg {
        width: 223px;
    }
    
    /*
      livefeed styling end
    */
    
    /*
      footer styling start
    */
    .page-footer{
        position: relative;
    }
    .footer-submenu{
        margin-top: 0px;
    }
    .footer-social-icon{
        margin-top: 0px;
    }
    /*
    footer styling end
    */

    h1{
        font-size: 15px;
    }

    /*    
        .smallText{
            font-size:11px;
        }
        .largeText{
            font-size: 12px;
        }
        .popup_overlay{
            padding: 0px;
        }
        .genText{
            font-size:8px; 
        }
        .gallery-view, .create-rodeo {
            padding: 0px 16px;
            font-size: 9px;
        }
        
        .giveaway-tiles{
            padding:0 0 0 0px; 
        }*/

}
@media only screen and (max-width:358px){
    .giveaway-hashtags {
        padding-left: 18px;
    }
}
@media only screen and (max-width:320px){
    .largeText{
        font-size: 12px;
    }
    .button-group {
        margin-left: 42px;
        margin-right: 35px;
    }
    
    #login-existing .button-group{
        display:table;
        margin: 30px auto 0px auto;
    }
    
    #login-existing .button-group input {
        float:none !important;
    }
    .list-footer, .page-footer {
        margin-top: 0px; 
    }
    .form-control{
        font-size: 13px;
    }
    /*
 giveaway styling start
    */
    .gr-btn{
        padding: 0px;
    }

    /*
giveaway styling end
    */
    
    
    /*
contact Us styling start
    */
    .commentsTextarea{
        font-size: 12px;
    }
   
    .comment-button{
        width: 164px !important;
    }
    /*
contact Us styling end
    */
    
    /*
camping styling start
    */
    .content{
        padding-top: 143px;
    }
    
    /*
camping styling end
    */
    /*
rodeo_detail style start    
    */

    h1{
        font-size: 15px;
    }

    /*
    rodeo_detail style end
    */



    /*
bullseye exploding-target style start
    */
    #video_tile{
        padding-left: 0px;
    }

    .gen_TextText{
        font-size:16px; 
    }
    /*
bullseye exploding-target style end
    */


    /*
   livefeed styling start
    */
    .page-title {
        font-weight: bold;
        font-size: 27px;
    }
    .contact-help-link {
        font-weight: 600;
        font-size: 14px;
    }
    .giveaway-tiles{
        padding: 0px;
    }
    .livefeed-name {
        font-size: 14px;
        float: left;
        width: 153px;
        word-wrap: break-word;
        word-break: break-all;
        white-space: pre-wrap;
        margin-top: 4px;
    }
    .largeText{
        font-size: 25px;
        float: left;
        width: 167px;
        word-wrap: break-word;
        word-break: break-all;
        white-space: pre-wrap;
        margin-top: 4px;
    }
    /*
    livefeed styling end
    */
    .genLink{
        font-size: 1.0em !important;
    }

    /*
    footer styling start
    */
    .page-footer{
        position: relative;
    }
    .footer-submenu{
        margin-top: 0px;
    }
    .footer-social-icon{
        margin-top: 0px;
    }


    .footer-submenu li a{
        font-size: 8px;
    }
    .page-footer p {
        margin-bottom: 0px;
    }
    p.copyright{
        margin: 2px 0 0;
    }
    /*
    footer styling end
    */
}

/*

iframe styling start

*/

.iframe-feed-image{

    display: inline-block;    
    padding: 10px;
    position: relative;
    vertical-align: top;
    width: 280px;    
}

.iframe-feed-tiles{
    text-align: left;
    margin:0 auto;
    padding:5px 0 0 40px; 
}

.iframe-feed-social{
    padding: 10px 0 10px 70px;
    text-align: left;
}

/*

iframe styling end

*/


/*
styling for animated panels which "fly" in from right and left"
*/
.animBlock {
  display: inline-block;
  opacity: 0;
  filter: alpha(opacity=0);
  position: relative;
  -webkit-transition: all .55s ease-in;
  -moz-transition: all .55s ease-in;
  -ms-transition: all .55s ease-in;
  -o-transition: all .55s ease-in;
  transition: all .55s ease-in;
}
.animBlock[data-position="left"] { left: -20%; }
.animBlock[data-position="right"] { right: -20%; }

.animBlock[data-position="left"].viewed {
  left: 0%;
  opacity: 1;
  filter: alpha(opacity=100);
}
.animBlock[data-position="right"].viewed {
  right: 0%;
  opacity: 1;
  filter: alpha(opacity=100);
} 
/*
animated panels end
*/



.section{
    margin:30px 0 30px;
    display:block;
    vertical-align:middle
}
.sectionLine{
    border-top:1px solid #9f9e9e;
    border-bottom:1px solid #9f9e9e;
    font-size:24px
}
.topnav {
    font-size: 15px;
}
nav.navbar .nav {
    height: auto;
    margin-top: auto;
    position: inherit;
    right: inherit;
    top: auto;
    width: auto;
    font-family:proxima-nova,"Helvetica Neue",Roboto,sans-serif;
    line-height:20px;
    text-rendering:optimizeLegibility;
    -webkit-backface-visibility:hidden;
    -webkit-user-drag:none;
    -ms-content-zooming:none;
    font-weight: 400;      
}
.navbar-nav li.last a {
    color: #c3c3c3;/*#669933;*/
}
.lead {
    font-size: 18px;
    font-weight: 400;
}
.hero-section {
    position: relative;
}
@keyframes cf3FadeInOut {
    0% {
        opacity:0;
    }
    30% {
        opacity:1;
    }
    55% {
        opacity:1;
    }
    100% {
        opacity:1;
    }
}

.google-logo {
    left: 20px;
    position: absolute;
}
.intro-message {
    position: relative;
    padding-top: 35%;
    padding-bottom: 35%;
}
.intro-message > h1 {
    margin: 0 0px 30px 0px;
    font-size: 3.55em;
    font-weight: 600;
}
.intro-message > h3 {
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
}
.intro-message p {
    font-weight: 300;
    font-size: 1.800em;
    margin-bottom: 26px;
}
.intro-message span {
    color: #829f3c;
}
.button-section {
    display: inline-block;
    text-align: center;
}
.learn-more {
    border: 2px solid #ffffff;
    color: #ffffff;
    display: inline-block;
    font-size: 18px;
    padding: 5px 10px;
}
.learn-more:focus, .learn-more:hover {
    color: #fff;
    text-decoration: none;
}
.button-section i {
    display: block;
    font-size: 30px;
}
@media(max-width:767px) {
    .intro-message {
        padding-bottom: 15%;
    }
    .intro-message > h1 {
        font-size: 3em;
    }
    ul.intro-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }
    ul.intro-social-buttons > li:last-child {
        margin-bottom: 0;
    }
}
.content-section-a {
    padding: 5% 0 12%;
    background: url(/gr-images/public/siteNav/section-1.jpg) no-repeat scroll top center #ebebeb;
    background-size: cover;
    color: #666666;
    text-align: center;
    height: 860px;
}
.content-section-b {
    padding: 12% 0 14%;
    background: url(/gr-images/public/siteNav/rodeos-section-bg.jpg) no-repeat scroll top center;
    background-size: cover;
    color: #fff;
    text-align: center;
    height: 860px;
}
.content-section-d {
    padding: 12% 0 14%;
    background: url(/gr-images/public/siteNav/boards-section-bg.jpg) no-repeat scroll top center;
    background-size: cover;
    color: #fff;
    text-align: center;
    height: 860px;
}
.content-section-f {
    padding: 15% 0 12%;
    background: url(/gr-images/public/siteNav/rodeo-section-bg.jpg) no-repeat scroll top center;
    background-size: cover;
    color: #fff;
    text-align: center;
    height: 860px;
}
.content-section-c-business {
    padding: 10% 0 12%;
    /*background: url(/gr-images/public/siteNav/section-3-business-medium.jpg) no-repeat scroll top center;
    background-size: cover; */
    background-color:#ebebeb;
    color: #666666;
    text-align: center;
    height: 860px;
}
.content-section-c {
    padding: 10% 0 12%;
    background: url(/gr-images/public/siteNav/section-3.jpg) no-repeat scroll top center;
    background-size: cover;
    color: #666666;
    text-align: center;
    height: 860px;
}
.content-section-e-business {
    padding: 13% 0 13%;
    background: url(/gr-images/public/siteNav/section-3.jpg) no-repeat scroll top center #ebebeb;
    background-size: cover;
    color: #666666;
    text-align: center;
    height: 860px;
}
/*
Webhosting fix
*/
@media(max-width:410px) {
    #content-section-e-business-givaway-gateway{
        margin-left: 20px;
        float:none !important;
    }
    #content-section-e-business-givaway-gateway .button a{
        font-size: 12px !important;
    }
}
/*
Webhosting fix
*/
.content-section-e {
    padding: 13% 0 13%;
    background: url(/gr-images/public/siteNav/section-5.jpg) no-repeat scroll top center #ebebeb;
    background-size: cover;
    color: #666666;
    text-align: center;
    height: 860px;
}
.content-section-pro2 {
    padding: 5% 0 13%;
    background-color: #dddddd;       
    color: #666666;
    text-align: center;
    border-bottom:1px solid #999;
}
.form-section {
    background: rgba(144, 178, 42, 0.6);
    position: absolute;
    width: 100%;
    color: #fff;
    padding: 10px 0px;
}
.login-form {
    color: #333;
}
.close {
    float: right;
    position: absolute;
    right: 10px;
    top: 5px;
    color: #000;
    line-height: 40px;
}
.login-form input.btn {
    border-radius: 0px;
    border: medium none;
    background: #5b78bb;
    color: #fff;
    text-transform: uppercase;
    padding: 4px 15px 3px;
    margin-top: -3px;
    font-size: 14px;
}
.form-section label {
    float: left;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0px;
    font-size: 18px;
    margin-top: 3px;
}
.form-section form.login-form {
    float: right;
}
.section-heading {
    margin-bottom: 0px;
}
.section-heading em {
    font-size: 25px;
    font-weight: 300;
    line-height: 45px;
    vertical-align: top;
}
h1.section-heading {
    font-size: 4.286em;
    text-transform: uppercase;
    font-weight: 600;
}
h2.section-heading {
    font-size: 3.929em;
    text-transform: uppercase;
    font-weight: 600;
}
.content-section-a h1.section-heading {
    color: #999999;
    margin-top: 80px;
}
.content-section-c h1.section-heading {
    color: #90b23e;
    margin-top: 80px;
}
.content-section-e h1.section-heading {
    color: #90b23e;
    margin-top: 20px;
}
.content-section-f h2.section-heading {
    color: #fff;
    margin-top: 0px;
}
.content-section-b h2.section-heading {
    color: #90b23e;
    margin-top: 80px;
}
.content-section-d h2.section-heading {
    color: #bfbfbf;
    margin-top: 80px;
}
.content-section-a h1.section-heading span {
    color: #90b23e;
}
.content-section-f h2.section-heading span {
    color: #90b23e;
}
.content-section-c h1.section-heading span {
    color: #999999;
}
.content-section-b h2.section-heading span {
    color: #fff;
}
.content-section-d h2.section-heading span {
    color: #fff;
}
.content-section-a h3.sub-heading {
    color: #999999;
}
.content-section-c h3.sub-heading {
    color: #999999;
}
.content-section-e h3.sub-heading {
    color: #999999;
}
.content-section-b h3.sub-heading {
    color: #90b23e;
}
.content-section-d h3.sub-heading {
    color: #cccccc;
}
.content-section-f h3.sub-heading {
    color: #cccccc;
}
h3.sub-heading {
    margin: 10px 0px 30px;
    font-weight: normal;
    text-transform: uppercase;
}
.map {
    width: 100%;
    margin-left: -20%;
}
.button {
    margin-top: 40px;
}

.banner {
    padding: 100px 0;
    color: #f8f8f8;
    background: url(/gr-images/public/siteNav/banner-bg.jpg) no-repeat center center;
    background-size: cover;
}
.banner h2 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 3em;
}
.banner ul {
    margin-bottom: 0;
}
/******************************/
ul.navbar-nav {
    margin: 0px !important;
}
.navbar.navbar-default.topnav {
    margin-bottom: 0px !important;
    border: 0px !important;
    /*box-shadow: 0 2px 3px rgba(0, 0, 0, 0.706);*/
    z-index: 1;
}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    border-color: #e1e1e1;
}
.navbar-nav > li.dropdown.current {
    background: url(/gr-images/public/siteNav/sublist-arrow.png) no-repeat scroll center bottom;/*background: url(/gr-images/public/siteNav/blue-arrow.png) no-repeat scroll center bottom;*/
}
.navbar-nav > li.children-menu:hover {
    background: url(/gr-images/public/siteNav/sublist-arrow.png) no-repeat scroll center bottom;
}
.nav > li {
    position: inherit;
}
ul.sub-menu {
    padding: 0px;
    display: none;
    float: left;
    width: 100% !important;
    padding: 4px 0;/*background:url(/gr-images/public/siteNav/sub-bg.png) repeat-x;*/
    /*background: rgba(155, 183, 70, 0.88) none repeat scroll 0 0;*/
    background: rgba(144, 176, 48, 0.88) left top repeat-x;
    box-shadow: none;
    position: absolute !important;
    left: 0px;	/*top: 53px;*/
    z-index: 1;
    text-align: center;  /*box-shadow: 0 2px 3px rgba(0, 0, 0, 0.706);*/
    /*-webkit-box-shadow: inset 0px 5px 10px 0px rgba(0, 0, 0, 0.30);
    -moz-box-shadow: inset 0px 5px 10px 0px rgba(0, 0, 0, 0.30);
    box-shadow: inset 0px 5px 10px 0px rgba(0, 0, 0, 0.30);*/
    -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.30), inset 0px 5px 10px -1px rgba(0, 0, 0, 0.30);
    -moz-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.30), inset 0px 5px 10px -1px rgba(0, 0, 0, 0.30);
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.30), inset 0px 5px 10px -1px rgba(0, 0, 0, 0.30);
    /*-webkit-box-shadow: inset 0px 5px 10px 1px #000000;
box-shadow: inset 0px 5px 10px 1px #000000;*/
    border-radius: 0 !important;
    margin: 0;
    border-bottom: none;
    border-left: none;
    border-right: none;
    border-top: 1px solid #669933;
}
ul.sub-menu:after {
    opacity: 0.88;
}
.sub-menu-search {
    background: url(/gr-images/public/siteNav/blue-shadow.png) left top repeat-x;
    margin-top: -1px !important;
    border-radius: 0 !important;
    box-shadow: none;
    border: none;
    padding: 7px 0;
    width: 100%;
}
.sub-menu-search-rodeo{
    background: rgba(144, 176, 48, 0.88) left top repeat-x !important;
    -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.30), inset 0px 5px 10px -1px rgba(0, 0, 0, 0.30);
    -moz-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.30), inset 0px 5px 10px -1px rgba(0, 0, 0, 0.30);
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.30), inset 0px 5px 10px -1px rgba(0, 0, 0, 0.30);
}
a.active {
    color: #91B23D !important;
}
ul.sub-menu li {
    display: inline-block;
    float: none;
    outline:none;
    width: auto;
    text-align: center;
}
ul.sub-menu li a {
    color: #fff;
    font-size: 16px;
    padding: 5px 0;
    float: none;
    display: inline;
    opacity:0.65;
}
ul.sub-menu li a:hover, ul.sub-menu li a:focus {
    text-decoration: none;
    background-color: transparent;
    opacity:1;
    outline:none;
}
.wrapper {
    float: left;
    position: absolute;
    width: 100%;
}
input.loctext {
    background: #ebebeb none repeat scroll 0 0;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    padding: 4px 8px;
    width: 65%;
    color: #666666;
    font-size: 15px;
    font-family: "Titillium Web", sans-serif;
    margin-right: 8px;
}
input.button-search {
    background: none;
    border: 2px solid #fff;
    padding: 3px 15px;
    color: #fff;
    text-transform: uppercase;
    font-family: "Titillium Web", sans-serif;
    font-weight: 500;
    border-radius: 5px;
}
/*Added by leo*/
.mobile-menu {
    position: relative;
}
/*new*/
.action-btn {
    position: fixed;
    bottom: 2%;
    left: 0;
    width: 100%;
    z-index: 9;
}
.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);
}
.selected-menu {
    display: inline-flex;
    margin-left: 10px;
    line-height: 56px;
    font-size: 20px;
}
.findtxt {
    color: #C6C6C6;
}
.navtxt {
    color: #91B23D;
    text-transform: uppercase;
    margin-left: 10px;
}

.remove-arrow::after {
    background: none;
}
@media(min-width:1200px) {
    .search-form {
        width: 100% !important;
    }
    input.loctext {
        width: 18%
    }
    .gallery-view, .create-rodeo {
        padding: 8px 26px;
        font-weight: 600;
        font-size: 20px;
    }
    .content-section-a .col-lg-5.pull-right {
        margin-right: 5% !important;
    }
}
@media(max-width:1199px) {
    ul.banner-social-buttons {
        float: left;
        margin-top: 15px;
    }
    .search-form {
        width: 100% !important;
        text-align: center !important;
    }
    input.loctext {
        width: 50%
    }
}
@media(max-width:767px) {
    .banner h2 {
        margin: 0;
        text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
        font-size: 3em;
    }
    ul.banner-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }
    ul.banner-social-buttons > li:last-child {
        margin-bottom: 0;
    }
}
footer {
    padding: 50px 0 50px;
    background-color: #5b78bb;
    color: #d1d1d1;
    text-align: center;
}
footer ul.list-inline li a {
    font-size: 18px;
    text-transform: uppercase;
}
footer ul.list-inline li {
    line-height: 13px;
    vertical-align: top;
}
footer a {
    color: #d1d1d1;
}
footer a:hover {
    color: #f2f2f2;
}
p.copyright {
    margin: 15px 0 0;
    color: #4a639c;
}
.social-icons {
    color: #4a639c;
    margin: 40px 0px;
}
.social-icons label {
    display: inline-block;
    font-size: 30px;
    line-height: 49px;
    vertical-align: top;
}
.social-icons > ul {
    display: inline-block;
    list-style: outside none none;
    margin: 0 0px 0px 20px;
    padding: 0;
}
.social-icons > ul li {
    display: inline-block;
    font-size: 30px;
    font-weight: 700;
    margin: 0px 8px;
}
.social-icons > ul li a {
    background: #4a639c;
    color: #5b78bb;
    border-radius: 25px;
    width: 50px;
    height: 50px;
    text-align: center;
    display: block;
    padding-top: 3px;
}
.social-icons > ul li a:hover {
    color: #d1d1d1;
}
ul.sub-menu li a {
    line-height: 40px;
}
@media(max-width:1350px) {
    .map {
        margin-left: 0;
        width: auto;
    }
    .intro-message {
        padding-bottom: 16%;
        padding-top: 16%;
    }
    .content-section-a .col-lg-offset-1 {
        margin-left: 0px;
    }
    .content-section-b {
        padding: 8% 0 10%;
    }
    .content-section-c {
        /*padding: 6% 0 6%;*/
        padding: 8% 0 9%;
    }
    .content-section-d {
        padding: 8% 0 9%;
    }
    .content-section-e {
        padding: 8% 0 9%;
    }
    .content-section-f {
        padding: 8% 0 9%;
    }
    .content-section-a {
        height: auto;
    }
    .content-section-a .col-lg-5.pull-right {
        margin-right: 9% !important;
        padding-left: 25px;
    }
    .content-section-b, .content-section-c, .content-section-d, .content-section-e, .content-section-f {
        /*height: 620px;
        background-size: 100% 100%;*/
        height: auto;
    }
}
@media(max-width:1280px) {
    .content-section-b {
        padding: 8% 0;
    }
    .content-section-d {
        padding: 7% 0 11%;
    }
    .nav > li > a {
        padding-left: 12px;
        padding-right: 12px;
    }
    .content-section-a .col-lg-5.pull-right {
        margin-right: 4% !important;
        padding-left:0;
    }
}
@media only screen and (max-width: 1200px) {
    .nav > li > a {
        padding-left: 8px;
        padding-right: 8px;
    }
}
@media(max-width:1024px) {
    .intro-message {
        padding-bottom: 5%;
        padding-top: 8%;
    }
    .carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
        display: inline-block;
    }
    .content-section-b {
        padding: 5% 0;
    }
    .content-section-d {
        padding: 5% 0 5%;
    }
    .content-section-f {
        padding: 12% 0 7%;
    }
    .content-section-c, .content-section-e {
        height: auto;
    }
    .nav > li > a {
        padding-left: 16px;
        padding-right: 16px;
    }
    .content-section-b, .content-section-c, .content-section-d, .content-section-e, .content-section-f {
        /*height: 500px;
        background-size: 100% 100%;*/
        height:auto;
    }

    .content-section-a {
        /*height: 500px;*/
        height: auto;
    }
    .content-section-a h1.section-heading {
        margin-top: 10px;
        white-space: nowrap;
    }
    .lead {
        font-size: 16px;
        font-weight: 400;
    }
    h1.section-heading {
        font-size: 3.5em;
    }
    h2.section-heading {
        font-size: 3.2em;
        /*white-space: nowrap;*/
    }
    .content-section-c h1.section-heading {
        /*margin-top: 30px;*/
        margin-top: 0;
    }
    .h3, h3 {
        font-size: 20px;
    }
    .intro-message p {
        font-size: 1.2em;
    }
    .intro-message > h1 {
        font-size: 3.2em;
    }
    nav.navbar .nav {
        /*width: 100%;*/
        text-align: center;
        margin-right: 0px;
    }
    .navbar-nav > li {
        display: inline-block;
        float: none;
    }
    .navbar-brand > img {
        margin: auto;
        display: table;
    }
    .nav > li > a {
        padding-left: 6px;
        padding-right: 6px;font-size:13px;
    }
    ul.sub-menu li {
        padding: 0 1%;
    }

    nav.navbar .nav {
        position: relative;
        right: -15px;
    }
    .container{
        width:100%;
    }
    /*.navbar-header.logo-header {
        margin-left: -15px;
    }*/
    input.loctext {
        width: 50%
    }

}
@media(max-width:768px) {
    h1.section-heading {
        font-size: 3.286em;
    }
    h2.section-heading {
        font-size: 3em;
    }
    h3.sub-heading {
        margin: 5px 0 15px;
    }
    .button {
        margin-top: 25px;
    }
    .content-section-b {
        background-size: 100% 100%;
        padding: 8% 0 9%;
    }
    .content-section-d {
        /*background-size: 100% 100%;
        padding: 8% 0;*/
        padding: 8% 0 9%;
    }
    .gallery-view, .create-rodeo{
            padding: 0px 10px;
    }
    .content-section-f {
        background-size: 100% 100%;
        padding: 8% 0 9%;
    }
    /*.content-section-d h2.section-heading {
            margin-top: 20px;
    }
    .content-section-b h2.section-heading {
            margin-top: 20px;
    }
    .content-section-a h1.section-heading {
            margin-top: 10px;
    }
    .content-section-c h1.section-heading {
            margin-top: 30px;
    }*/
    .content-section-d h2.section-heading {
        margin-top: 0;
    }
    .content-section-b h2.section-heading {
        margin-top: 0;
    }
    .content-section-a h1.section-heading {
        margin-top: 0;
    }
    .content-section-c h1.section-heading {
        margin-top: 0;
    }
    nav.navbar .nav {
        width: 100%;
    }
    .nav > li > a {
        padding-left: 10px;
        padding-right: 10px;
        -webkit-transition: all .25s ease;
        -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
        -o-transition: all .25s ease;
        transition: all .25s ease;
        font-size: 15px;
    }
    nav.navbar .nav {
        right: 0;
    }
    .navbar-brand > img {
        margin: auto;
        display: inline-flex;
    }
    .navbar-header, .navbar-brand {
        width: 100%;
    }
    .navbar-header::after {
        background: none;
    }
    .intro-message > h1 {
        font-size: 2.5em;
        margin-bottom: 10px;
    }
    .intro-message p {
        margin-bottom: 15px;
    }
    .content-section-a {
        /*height: 370px;*/
        height: auto;
        padding:6% 0 7%;
    }
    h1.section-heading {
        font-size: 2.5em;
    }
    .h3, h3 {
        font-size: 18px;
    }
    .content-section-b, .content-section-c, .content-section-d, .content-section-e, .content-section-f {
        /*height: 360px;*/
        height: auto;
    }
    h2.section-heading {
        font-size: 2.2em;
    }
    .content-section-e h1.section-heading {
        margin-top: 0px;
    }
}
@media(max-width:767px) {
    .content-section-a .col-lg-5.pull-right {
        margin-right: 0 !important;
    }
    .logo-header .navbar-brand {
        width: auto;
        display: inline-flex;
        margin-left: -15px;
        padding: 0;
    }
    .logo-header .navbar-toggle {
        margin-top: 12px;
        margin-bottom: 12px;/*margin-right: -15px;*/
    }

    footer ul.list-inline li a {
        line-height: 28px;
    }
    footer ul.list-inline li {
        line-height: 26px;
    }
    .form-section label {
        margin-bottom: 10px;
        width: 100%;
        text-align: center;
    }
    .form-section form.login-form {
        text-align: center;
        width: 100%;
    }
    .navbar-toggle {
        margin-right: -2px;
    }
    .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
        margin-right: 0px;
        margin-left: 0px;
    }
}
@media(max-width:767px) {

    .content-section-a {
        background: url(/gr-images/public/siteNav/section-1-mobile.jpg) no-repeat top center;
        background-size:cover;
    }
    .content-section-b {
        background: url(/gr-images/public/siteNav/rodeos-section-bg-mobile.jpg) no-repeat top center;
        background-size:cover;
    }
    .content-section-c {
        background: url(/gr-images/public/siteNav/section-3-mobile.jpg) #fefefe no-repeat bottom center;
        background-size:cover;
    }
    .content-section-d {
        background: url(/gr-images/public/siteNav/boards-section-bg-mobile.jpg) no-repeat top center;
        background-size:cover;
    }
    .content-section-e {
        background: url(/gr-images/public/siteNav/section-5-mobile.jpg) #ebebeb no-repeat bottom center;
        background-size:cover;
    }
    .content-section-f {
        background: url(/gr-images/public/siteNav/rodeo-section-bg-mobile.jpg) no-repeat top center;
        background-size:cover;
    }
}
@media(max-width:640px) {
    .list-inline > li {
        padding-left: 2px;
        padding-right: 2px;
    }
    h2.section-heading {
        font-size: 2em;
    }
    h1.section-heading {
        font-size: 2.8em;
    }
    .h3, h3 {
        font-size: 16px;
    }
    .intro-message > h1 {
        font-size: 2em;
        margin-top: 25px;
    }
    .intro-message p {
        font-size: 1.2em;
    }
    .lead {
        font-size: 16px;
        font-weight: 400;
    }
    .content-section-d, .content-section-f, .content-section-b {
        background-size: cover;
    }
    .content-section-a {
        /*height: 300px;*/
        height: auto;
    }
    .content-section-b, .content-section-c, .content-section-d, .content-section-e, .content-section-f {
        height: 315px;
        height: auto;
        background-size: cover;
    }
    .social-icons > ul li {
        font-size: 20px;
        margin: 0 2px;
    }
    .social-icons > ul li a {
        width: 40px;
        height: 40px;
        border-radius: 20px;
        padding-top: 5px;
    }
    .social-icons label {
        font-size: 22px;
    }
    input.loctext {
        width: 50%
    }
}


.map-area {
    width: 100%;
    float: left;
    margin: 0px 0px 0px 0px;
    /*margin:54px 0px 0px 0px;*/
    padding: 0px;
}

.map-below-margin{
    margin-bottom: 40px;
}

@media only screen and (max-width: 1000px) {
    .nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
        border-color: #e1e1e1;
    }
    .navbar-collapse {
        padding-right: 0;
        padding-left: 0
    }
      .new-user-image{
        margin: auto;
        margin-bottom: 80px;
    }

}
@media (min-width: 901px) and (max-width:1024px) {
    .content-section-a .col-lg-5.pull-right {
        margin-right: 10% !important;
        padding-left:0;
    }
}
@media (min-width: 769px) and (max-width:900px) {
    .content-section-a .col-lg-5.pull-right {
        margin-right: 7% !important;
        padding-left:0;
    }
}
@media (min-width: 769px) {
    /*.carousel-menu {
            display: none !important;
    }*/
    .selected-menu {
        display: none;
    }
}
@media only screen and (max-width: 768px) {
    .genLink {
        font-size: 16px !important;
    }

    .navbar-right li {
/*        width: 100%;*/
        text-align: left;
    }
    .gallery-view, .create-rodeo{
        margin-top: 22px;
        margin-right: -5px;
    }
    .navbar-right .dropdown-menu.sub-menu {
        padding: 10px 0;
        background: rgba(144, 178, 42, 0.9) none repeat scroll 0 0;
        font-weight: 600;
        height: 60px;
        border-radius: 0;
    }
    ul.sub-menu li.search-form {
        width: 65%;
        padding: 3px 15px 3px 25px;
    }
    .navbar-right .dropdown-menu.sub-menu > li {
        text-align: left;
        width: 100%;
    }
    /*new*/
    .dropdown > a span {
        display: none;
    }
    .navbar-right li {
        text-align: center !important;
    }
    .lg-menu {
        display: none;
    }
    ul.sub-menu li {
        padding: 0;
    }
    ul.sub-menu li:last-child {
        outline: none;
    }
    .navbar-nav > li.dropdown.open {
        background: none;
    }
    .login-form input[type="text"], .login-form input[type="password"] {
        width: 37%;
    }
    .form-section label {
        line-height: 7px;
    }
    .intro-message {
        padding-top: 5%;
    }
    .slick-active:nth-child(2n+2) {
        /*text-align: left;*/
        outline: none;
    }
}
@media(max-width:480px) {
    .button a{
        margin-top: 60px;
    }
    .map-below-margin{
        margin-bottom: -100px;
    }
    .navbar-right li {
        width: 100%;
        text-align: left;
    }
    .form-section label {
        font-size: 14px;
    }
    .content-section-c, .content-section-e {
        background-size: 100% auto;
    }
    input.loctext {
        width: 60%
    }

}
@media(max-width:360px) {
    .content-section-a,.content-section-b,.content-section-c, .content-section-d, .content-section-e, .content-section-f {
        height: auto;
    }
    h1.section-heading {
        font-size: 2.4em;
    }
    h2.section-heading {
        font-size: 1.8em;
    }
    .content-section-c h1.section-heading{
        margin-top:0;
    }
}
#watch-link {
    color:darkcyan;
}
#watch-link:hover {
    color:#333;
}
@media only screen and (max-width:400px){
    ul.sub-menu li a {
        font-size: 14px;
    }
}
@media only screen and (max-width:320px){
    ul.sub-menu li a {
        font-size: 9px;
    }
}
/*
landing page merge
*/


/*
navbar styles starts
*/

.nav_hunt_logo_left_margin{
    margin-left: 5px !important;
}
@media only screen and (max-width: 768px) {
    ul.sub-menu li.search-form {
        padding:3px 5px 3px 5px;
    }
}

@media(max-width:480px) {
    input.loctext{
        width:50%;
    }
    input.button-search{
        font-size: 11px;
        padding: 3px 12px;
    }
}

/*
navbar styles ends
*/

.carousel {
    text-align: center;
}
.carousel-control.right{
    /*background-color:#121111;*/
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 0;
    top: 0;
    margin: 10px;
    overflow: hidden;
    vertical-align: middle;
    cursor: pointer;
/*    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
    -webkit-transition: all 0.2s ease-in-out;*/
    transition: all 0.2s ease-in-out;
    width: 47px;
    height: 47px;
    color:#333;
}

.carousel-control.left{
    /*background-color:#121111;*/
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 0;
    top: 0;
    margin: 10px;
    overflow: hidden;
    vertical-align: middle;
    cursor: pointer;
/*    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
    -webkit-transition: all 0.2s ease-in-out;*/
    transition: all 0.2s ease-in-out;
    width: 47px;
    height: 47px;
    color:#333;
    
}
.carousel-control {
     text-shadow:none;
    opacity: 1;
    font-size: 30px;
}
.carousel-control span:hover{
    text-shadow: 0 1px 2px rgba(0,0,0,1);
}
.carousel-control.left span{
   padding: 12px;
}
.carousel-control.right span{
   padding: 12px;
}

.carousel-control .fa-right:before{
    content:'\f105';
}
.carousel-control .fa-left:before{
    content:'\f104';
}
.carousel-indicators{display:none;}
.rodeoDescription{
    margin-top: 30px;
}
/* Bootstrap multiselect for Coupon*/
.multiselect-btn .multiselect-filter .input-group .input-group-addon,.multiselect-filter .input-group span .multiselect-clear-filter{
    display:none;
}
.multiselect-btn .multiselect-filter .input-group{
    display: block;
}
.multiselect-btn .multiselect-filter .input-group .multiselect-search{
    font-size: 14px;
    width: 70%;
    margin-left: 15px;
    height: 30px;
    margin-bottom: 15px;
}
.multiselect-btn .multiselect-container{
    max-height: 395px;
    overflow: auto;
}
/* Bootstrap multiselect for Coupon */
.footer-back-to-top {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 18px;
    line-height: 1.3333333;
    cursor: pointer;
    position: fixed;
    z-index: 4000;
    bottom: 35px;
    right: 50px;
    display: none;
    background-color: #90b23e !important;
    border-color: #90b23e !important;
    color: #fff !important;
    padding: 15px 0px !important;
    border-radius: 5px !important;
    width: 55px !important;
}
@media only screen and (max-width: 768px) {
    .footer-back-to-top {
        width: 44px !important;
        right: 1px;
        padding: 10px 0px !important;
    }
}
.browse-categories-menu{
    padding-top: 10px !important;
    /*padding-right: 0 !important;*/
    font-size: 12px !important;
    margin-right: 10px;
    padding-left: 10px!important;
}
.browse-categories-menu>i{
    position: relative;
    bottom: 10px;
    left: 5px;
}
.nav-input-search{
    position: relative;
    top: 13px;
    width: 15%;
}
.nav-input-search .display-search #search_q{
    border: 1px solid rgba(0, 0, 0, 0.88);
    /*padding: 8px 0;*/
    padding : 5px 0 5px 10px;
    border-radius: 5px;
    outline: 0;
    color: #333;
    font-size: 14px;
    font-weight: bold;
    background-color: rgba(255,255,255, 0.2);
    width: 100%;
}
.nav-input-search .display-search .input-class-left{
    padding: 0 !important;
        margin: 0 !important;
}
.nav-input-search .display-search .input-class-left:before{
    all: none;
    all: unset;
}
.empty-green-banner{
    height: 40px;
}
.hunt-home-sidebar-titles{
    padding-bottom: 42px;
}
.hunt-home-sidebar-titles>span{
    font-size: 23px;
}
.hunt-product-heading-main>h1{
    margin-top:12px; 
}
.sidebar-nav-title-giveaway{
    color: #ffffff;
    width: 100%;
    background: #5c78ba left top repeat-x;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-size: 14px;
    text-align: center;
    padding: 5px 0;
    height: 50px;
}
.sidebar-nav-tree-gateaway{
    margin: 10px 5px 10px 10px;
    text-align: center;
}
.hunt-giveaway-gateaway-input{
    margin-bottom: 10px;
    height: 25px;
}
.hunt-giveaway-gateaway-btn{
        color: #fff;
    background-color: #5c78ba;
    /* border-color: #ccc; */
    text-transform: uppercase;
    display: inline-block;
    padding: 2px 35px;
    width: 100%;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    margin-bottom: 20px;
}

.sidebar-nav-title-rodeos{
    color: #ffffff;
    width: 100%;
    background: #5c78ba left top repeat-x;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-size: 14px;
    text-align: center;
    padding: 15px 0;
    height: 50px;
}

.sidebar-nav-title-store{
    color: #ffffff;
    width: 100%;
    background: #5c78ba left top repeat-x;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-size: 14px;
    text-align: center;
    padding: 5px 0;
    height: 50px;
}
.sidebar-links-hunt-home{
    color:#333;
    font-size: 14px;
}
.sidebar-nav-tree-rodeo{
    margin: 10px 3px 10px 3px;
}
.sidebar-nav-tree-rodeo >.row{
    margin:0 !important;
}
.sidebar-nav-tree-rodeo >hr{
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #c2c2c2;
}
.hunt-tree-rodeo-img{
    height: 100px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.padding-left-none{
    padding-left: 0 !important;
}
.hunt-tree-rodeo-main-div{
    border-bottom: 1px solid #c2c2c2;
}
.rodeo-desc-hunt-tree{
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.rodeo-desc-hunt-tree p{
    font-size:13px;
}
.rodeo-desc-hunt-tree a{
    font-size:13px;
    color:#90B211;
    text-decoration: none;
}
.rodeo-desc-hunt-tree a:hover{
   color:#90B211; 
}
.hunt-sidebar-rodeo-viewall{

    text-align: center;
}
.hunt-sidebar-rodeo-viewall>a{
        color:#333;
    text-decoration: none;
    font-size: 13px;
}


@media only screen and (max-width: 440px) {
.sidebar-nav-title-store{
    font-size: 12px;
}
.hunt-tree-rodeo-img {
    height: 75px;
    width: 75px;
}

}
@media only screen and (max-width: 390px) {
.sidebar-nav-title-store{
    font-size: 11px;
}
}
.carousel-wrap {
 margin: 66px auto 0;
  width: 100%;
  position: relative;
}
/* fix blank or flashing items on carousel */
.owl-carousel .item {
  position: relative;
  z-index: 100; 
  -webkit-backface-visibility: hidden; 
}
#mainContent-hunt-page .owl-carousel .owl-nav.disabled {
    display: block;
}
.owl-carousel .owl-nav button:focus{
    outline: none;
}
/* end fix */
.owl-nav > div {
  margin-top: -26px;
  position: absolute;
  top: 50%;
  color: #cdcbcd;
}

.owl-nav i {
  font-size: 30px;
}

.owl-nav .owl-prev {
      float: left;
    position: relative;
    top: -255px;
    left: -50px;
    background: white !important;
    border-radius: 25px !important;
    border: 1px solid gray !important;
    color: black;
    width: 35px;
    height: 35px;
}

.owl-nav .owl-next {
      float: right;
    position: relative;
    top: -255px;
    left: 50px;
    background: white !important;
    border-radius: 25px !important;
    border: 1px solid gray !important;
    color: black;
    width: 35px;
    height: 35px;
}
.owl-nav .owl-prev i{
    margin-right: 5px;
    color:gray;
}
.owl-nav .owl-next i{
     margin-left: 5px;
     color:gray;
}

@media only screen and (max-width: 991px) {
    .carousel-wrap {
            margin: 15px auto 0;
    }
    .no-padding-sides-tab{
        padding-left:0 !important;
        padding-right:0 !important;
    }
    .owl-nav .owl-next{
    left: 65px;
    }
    .owl-nav .owl-prev {
        left: -65px;
    }
}
@media only screen and (max-width: 767px) {
    .owl-nav .owl-next,.owl-nav .owl-prev {
        top: -290px;
    }
    .owl-nav .owl-next{
        left: 50px;
    }
    .owl-nav .owl-prev {
        left: -50px;
    }
}
@media only screen and (max-width: 575px) {
.owl-nav .owl-next,.owl-nav .owl-prev {
    top: -270px;
}
}
@media only screen and (max-width: 425px) {
    .owl-nav .owl-next{
        left: 45px;
    }
    .owl-nav .owl-prev {
        left: -45px;
    }
    .hunt-product-heading-main>h1{
        font-size:18px !important;
    }
    .browse-categories-menu{
        font-size:15px !important;
    }
    .nav-input-search .display-search #search_q{
        height:35px
    }
}
