/*

 * All Styles

 */
html, body {
    width:100%;
    height:100%;
    text-rendering: optimizeLegibility;
}
body {
    color: #464646;
    font-family: "Lato",Helvetica,Arial,sans-serif;
    font-size: 1.5em;
    line-height: 1.875em;
}
a {
    text-decoration:none;
    outline:0;
    transition:all .3s ease;
    color: #C89F4F;
    outline: 0;
}
a:hover {
    text-decoration:none;
    outline:0;
    color: #000;
}
p {
    margin: 0 0 15px;
}
h1 {
    color: #000;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 52px;
    padding-bottom: 25px;
    text-align: center;
}

h2{

}
h3{
    text-align: left;
    font-weight: 800;
    font-size: 28px;
    margin-bottom: 25px;
    margin-top: 30px
}
h4{
    font-style: italic;
    font-weight: 600;
}
h5{

}
h6{

}
.red{
    color:red;
}
.color-red{
    color:red;
}
.submit-btn{
    padding:7px 25px;
    color:white;
    background-color:#2E3842;
    margin-bottom: 25px;
    transition: background .4s;
}
.submit-btn:hover{
    background-color: #62707f;
    transition: background .4s;
}
.background-image {
    padding-bottom:33%;
    background-position:center center;
    background-size:cover;
    background-repeat:no-repeat;
}

.successCont{
    background-color:#DFF2BF;
    padding: 10px 0 10px 10px;
}
.errorCont{
    background:#FFBABA;
    padding: 10px 0 10px 10px;
}
/* End siteadmin generated classes */
/*** ESSENTIAL STYLES FOR HEADER ***/
.sf-menu,.sf-menu * {
    margin:0;
    padding:0;
    list-style:none;
}
.sf-menu li {
    position:relative;
}
.sf-menu ul {
    position:absolute;
    display:none;
    top:100%;
    left:0;
    z-index:99;
}
.sf-menu>li {
    float:left;
}
/*.sf-menu li:hover>ul,.sf-menu li.sfHover>ul {
    display:block;
}*/
.sf-menu a {
    display:block;
    position:relative;
}
.sf-menu ul ul {
    top:0;
    left: 100%;
}
/*** Default Menu Style ***/
.menu ul {
    margin:0;
    padding:0;
    list-style:none;
}
.menu ul li {
    position:relative
}
.menu ul ul {
    position:absolute;
    display:none;
    top:100%;
    left:0;
    z-index:1000000;
    /*width:175px;*/
}
.menu>ul li {
    float:left;
}
.menu ul a {
    display:block;
    position:relative;
}
.menu ul ul ul {
    top:0;
    left:100%;
}
.menu ul a {
    text-decoration:none;
}
.menu ul>li>a {
    font-weight:400;
    font-size:16px;
    line-height:18px;
    padding:10px 15px;
    overflow:hidden;
}
.main-header .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}
#header .main-header {
    min-height: 100px;
    z-index: 9999;
    width: 100%;
    position: relative;
    background:#fff;
    overflow: hidden;
}
.main-header img {
    width: 100%;
    padding-top: 15px;
}
.header {
    background: #fff;
}
.header-logo a img {
    margin-top: 20px;
    margin-bottom: 20px;
    max-height: 120px;
    float: left;
}

.ie8 #current:after {
    display:none;
}

.menu ul ul {
    z-index:999;
    border-radius:0 0 3px 3px;
    margin:-3px 0 0 0;
    box-shadow:0 1px 3px rgba(0,0,0,0.04);
}
.menu>ul ul li:hover>a {
    border-bottom:0;
    background:transparent;
}
.menu ul ul li {
    margin:0;
    padding:0;
    width:100%;
}
.menu ul ul li a {
    font-size:14px;
    line-height:18px;
    padding:10px 16px!important;
    border:0;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.menu ul ul li {
    border-top:1px solid #000;
}
.menu ul ul li:first-child {
    border:0;
}
.menu ul ul li a:hover {
    border:0;
    padding-left:21px !important;
}
.menu ul ul li a:last-child:hover {
    border-radius:0 0 3px 3px;
}

.menu ul ul ul {
    border-radius:0 3px 3px 3px;
    margin:-1px 0 0 0;
}
.sf-sub-indicator {
    margin:0 0 0 2px;
    width:11px;
    display:inline-block;
    font-size:14px !important;
    line-height:0;
}
.menu ul ul .sf-sub-indicator .icon-chevron-down {
    display: none;
}

/* START RESPONSIVE CODE */

@media (max-width: 768px) {
    .menu>ul li{
        float:none;
        display:block;
        width:100%;
    }
}

.navigation {
    border-bottom: 4px solid #000;
    min-height: 50px;
    padding-bottom: 5px;
    padding-right: 0px;
    padding-left: 0px;
}

/* End header styles */

/* Begin Footer Styles */
.footer {
    color: #7c7c7c;
    font-size: 12px;
    line-height: 16px;
    background: black;
    border-top: 4px solid #C59F4E;
    padding-left: 45px;
    padding-right: 45px;
    padding-top: 25px;
    padding-bottom: 10px;
    margin-top: 25px;
}
.footer .address {
    float: right;
    text-align: right;
    padding-top: 21px;
}

.footer a {
    color:#a5a5a5;
}
.footer a:hover {
    color:#cecece;
}
.width-60 {
    width: 60%;
    float: left;
}

.width-50 {
    width: 50%;
    float: left;
}

.width-33 {
    width: 33.3333%;
    float: left;
}

.width-20 {
    width: 20%;
    float: left;
}

.social-buttons {
    transition: background .4s;
    background: #2E3842;
    width: 55px;
    height: 55px;
    border-radius: 30px;
    display: block;
    position: relative;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
}

.social-buttons i {
    font-size:30px;
    color: #fff;
}

.social-buttons:hover {
    -webkit-transition: border .4s;
    transition: border .4s;
    -webkit-transition: background .4s;
    transition: background .4s;
    background-color: #5b6e82;
}


.social-buttons i.fa-facebook {
    position: absolute;
    right: 19px;
    top: 15px;
}

.social-buttons i.fa-twitter {
    position: absolute;
    right: 13px;
    top: 14px;
}

.social-buttons i.fa-instagram {
    position: absolute;
    right: 15px;
    top: 14px;
}

.social-buttons i.fa-youtube-play {
    position: absolute;
    right: 13px;
    top: 13px;
}

.social-buttons i.fa-linkedin {
    position: absolute;
    right: 14px;
    top: 12px;
}

@media (max-width: 800px) {
    .width-40 {
        width: 90%;
        margin-left: 5%
    }
    .width-20 {
        width: 100%;
    }
    .social-buttons {
        display: inline-block;
        margin-top: 14px;
    }
}
/* End footer styles */

/* Begin Index Styles */
.partners h3 {
    color: #000;
}
.partners h3 {
  position: relative;
  text-align: center;
}

.partners h3 span {
  background: #fff;
    padding: 0 15px;
    position: relative;
    z-index: 1;
    color: #000;
    text-transform: uppercase;
    font-weight: 900;
}

.partners h3:before {
  background: rgba(0,0,0,0.4);
  content: "";
  display: block;
  height: 1px;
  position: absolute;
    top: 50%;
  width: 100%;
}
.partners h3:before {
  left: 0;
}
.partners-images {
    text-align: center;
    padding: 6%;
}
.pdjf {
    height: 125px;
    padding-right: 50px;
}
.aqha {
    height: 80px;
}

.button-container {
    padding: 0px;
    padding-top: 5px;
    float: left;
    margin-left: -66px;
}
.media-container {
    display: inline-block;
    position: relative;
    margin-top: 20px;
}
.media-container div div {
    display: inline-block;
    font-size: 23px;
    color: white;
    height: 48px;
    transition: all .3s ease;
}
.standings-btn {
    background: #197B30;
}
.standings-btn:hover {
    background: #20973B;
    transition: all .3s ease;
}

.fa-icon {
    background-color: #20973B;
    height: 40px;
    /*padding: 5px 15px;*/
    border-bottom-left-radius: 0;
    margin-left: -4px;
    position: absolute;
    top: 5px;
    right: -66px;
}

.jockey-standings {
    background: url("/themes/JockeysGuild/assets/images/greenbg.jpg");
    border: 1px solid #91cba2;
    margin-bottom: 80px;
    padding: 4%;
    text-align: center;
    overflow: hidden;
}
.jockey-standings h2 {
    color: #1A7A30;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 43px;
    margin-top: 0px;
    word-wrap: break-word;
}
.fa-caret-right {
    font-size: 32px;
    color: #fff;
}

/* End Index Styles */

/* Slider Styling */

.slideshow-description {
    background: rgba(4, 48, 93, 0.75);
    font-size: 19px;
    color: #fff;
    height: 125px;
    width: 100%;
}
.white-bg {
    background: #fff;
    font-size: 19px;
    color: #fff;
    height: 55px;
    width: 100%;
    position: absolute; 
    top: 498px;
}
.line-arrow {
    position: absolute;
    overflow: hidden;
    display: inline-block;
    font-size: 4px; /*set the size for arrow*/
    width: 6em;
    height: 6em;
    margin-top: -2em;
    top: 50%;
}

.line-arrow.left {
    width: 20px; 
    height: 20px; 
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #000;
}

.line-arrow.right {
    width: 20px; 
    height: 20px; 
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #000;
}

.line-arrow:active, .line-arrow.active {
    border-width: 2px;
}

.square {
  top: auto;
  bottom: 10px;
}

.square.left {
  transform: rotate(-0deg);
}

.square.right {
  transform: rotate(0deg);
}
.slideshow-fa-icon {
    background-color: #B0C32B;
    height: 80px;
    margin-left: -7px;
    position: relative;
    top: 2px;
    color: #fff;
    font-size: 38px;
}

.slideshow-media-container div {
    display: inline-block;
    padding: 25px 28px;
}
.slideshow-media-container {
    position: absolute;
    bottom: -499px;
    width: 100%;
}

.slideshow-title {
    color: #000000;
    background: #fff;
    height: 75px;
    font-size: 40px;
    padding-top: 26px;
    padding-left: 30px;
    padding-right: 30px;
    font-weight: 600;
    position: absolute;
    bottom: -374px;
    text-transform: uppercase;
}

.cta-join:hover {
    background:#adbc36;
}
.leaderboard {
    margin-bottom: 80px;
}

.leaderboard-table th {
    text-align: center;
    background: #003B75;
    padding: 5% 10%;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
}
tr:nth-child(even) {
    background: rgba(0, 59, 117, 0.1);
}
.leaderboard-table td {
    padding: 0;
    padding-left: 34px;
    padding-top: 10px;
    padding-bottom: 7px;
}
.leaderboard-table p {
    text-align: center;
    font-size: 13px;
    color: #717171;
}

.news {
    margin-bottom: 0px;
    margin-top: 10px;
}

.news h3 {
    position: relative;
    text-align: center;
    font-size: 17px;
    margin-top: 10px;
    margin-bottom: 60px;
}

.news h3 span {
    background: #fff;
    padding: 20px 70px;
    position: relative;
    z-index: 1;
    color: #1a7b2e;
    font-weight: 600;
    text-transform: uppercase;
    border: 1px solid #1a7b2e;
    transition: all .3s ease;
    display:inline-block;
}

.news h3:before {
    background: #1a7b2e;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: 50%;
    width: 100%;
}
.news h3:before {
    left: 0;
}

.news span:hover {
    background: #197B30;
    color: #fff;
    transition: all .3s ease;
}
.article-content img {
    width: 100%;
    height: 175px;
}
.article-content {
    border: 1px solid #ebebeb;
}
.news-cta {
    background: #197B30;
    text-align: center;
    padding: 15px 0px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    transition: all .3s ease;
}

.article-content p {
    margin: 10px 15px;
    color: #777777;
    line-height: 23px;
}
.article-content h2 {
    color: #000;
    font-weight: 900;
    margin: 15px 15px 0px;
    text-align: left;
    font-size: 18px;
    text-transform: uppercase;
}

.news-cta:hover {
    background: #20973B;
    transition: all .3s ease;
}
.news-cta a:hover {
    color: #fff;
}
.standings-btn a:hover {
    color:#fff;
}
.news-cta a {
    color: #fff;
}
.standings-btn a {
    color: #fff;
    display: inline-block;
    height: 100%;
    width: 150px;
    padding-top: 10px;
}
.contact-link a {
    color: #fff;
    display: inline-block;
    height: 100%;
    width: 66px;
}
.contact-link a:hover {
    color: #fff;
}
/* End index styling */

/* begin header style */
.width-80 {
    width: 80%;
    float: left;
}

.header-width-15 {
    width: auto;
    float: right;
    padding-right: 25px;
}

.width-5 {
    width: 5%;
    float: left;
    padding-top: 5px;
    position: absolute;
    right: 146px;
    padding-bottom: 5px;
}

.header-logo {
    width: 80%;
}
.header-social {
    position: absolute;
    right: 0px;
    bottom: 0px;
}
.header-social-buttons {
    transition: background .4s;
    background: #000;
    width: 68px;
    height: 68px;
    margin-left: auto;
    margin-right: 3px;
    display: inline-block;
    float: right;
    position: relative;
}
.header-social a:first-of-type .header-social-buttons {
    margin-right:0;
}

.header-social-buttons i {
    font-size: 34px;
    color:#FFE344;
}

.header-social-buttons i.fa-facebook {
    position:absolute;
    right:24px;
    top:18px;
}

.header-social-buttons i.fa-twitter {
    position:absolute;
    right:16px;
    top:18px;
}
.header-social-buttons:hover {
    transition: background .4s;
    background-color: rgba(0,0,0,0.7);
}


.navigation-container {
    overflow: hidden;
    position: absolute;
    right: 0;
    background-color: #3d4751;
    top: 134px;
    z-index: 9999;
    height: calc(100vh - 134px);
}

.menu-width > .navigation {
    -webkit-transition: width .3s;
    transition: width .3s;
    width: 320px;
}

ul.navigation {
    -webkit-transition: width .3s;
    transition: width .3s;
    list-style: none;
    width: 0px;
    padding: 0px;
}

.navigation-container ul li:first-child {
    border-top: 1px rgba(255, 255, 255, 0.2) solid;
}

.navigation-container ul li {
    border-bottom: 1px rgba(255, 255, 255, 0.2) solid;
}
.navbar-default .navbar-toggle {
    border: #000 solid 1px;
    margin-top: -60px;
    z-index: 99999;
    float:right;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #000;
}
.navbar-default .navbar-toggle:hover {
    background-color: #C89F4F;
}
.navbar-default .navbar-toggle:focus {
    background-color: #fff;
}
.navbar-default .navbar-nav > li > a {
    padding-left: 15px;
}
.navbar-toggle {
    position: relative;
    float: left;
    padding: 9px 10px;
    margin-top: 8px;
    margin-left: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    background: white;
}
.menu-h3 {
    float: left;
    padding-top: 8px;
    margin-left: -18px;
}

.menu-h3 h3 span { 
    display: block;
    color: #94A835;
    font-size: 19px;
    text-align: center;
    font-style: normal;
    font-weight: normal;
}

ul.navigation li > a {
    padding: 15px 25px;
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}

ul.navigation li > a:hover {
    background-color: #4a545e;
    color: white;
}

.dropdown-menu {
    position: relative;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 100%;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    list-style: none;
    background-color: #687684;
    background-clip: none;
    border: 1px solid #ccc;
    border: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 15px;
}

.navigation-container ul.dropdown-menu li:first-child {
    border-top: 1px #687684 solid;
}

.navigation-container ul.dropdown-menu li:last-child {
    border-bottom: 1px #687684 solid;
}

.navigation-container ul.dropdown-menu li > a {
    padding: 15px 40px;
}

.map-container {
    margin-bottom: 25px;
}

/* table.leaderboard-table td:last-child {
        text-align: center;
        font-size: 10px;
        color:#A9A9A9;
} */

table.leaderboard-table {
    min-width: 100%
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-bottom: #000 solid 5px;
    padding-bottom: 4px;
}
.navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
    color: #C89F4F;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 20px;
}
.nav > li > a:hover, .nav > li > a:focus {
    background: #fff;
    color: #000;
}
.nav a:hover:after {
  content: "";
  position: absolute;
  top: 49px; /* <-- change value to better position */
  left: 50%; /* centers the element's left edge */
  margin-left: -10px; /* <-- moves it back half it's own width */
  width: 0px; /* <-- don't need unit on 0 */
  height: 0px; /* <-- don't need unit on 0 */
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #000; /* <-- change to bottom for up arrow */
}

.blueimp-gallery>.close, .blueimp-gallery>.title {
    position: absolute;
    top: 525px;
    left: 0px;
    margin: 0 40px 0 0;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    opacity: .8;
    display: none;
    background: rgba(0,59,117,0.7);
    width: 100%;
    height: 133px;
    padding-right: 250px;
    padding-left: 29px;
    padding-top: 20px;
    text-align: left;
}
.no-padding {
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 7px;
}
.post h2 a {
    color: #C89F4F;
    font-size: 33px;
    font-weight: 900;
    text-transform: uppercase;
}
.post h1 {
    text-align: center;
}
.post a {
    color:#C89F4F;
}

.read-more {
    background: #197B30;
    padding: 12px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
    width: 154px;
    float: right;
    text-align: center;
    color: #FFF;
    margin-top: 40px;
    transition: background .4s;
}
.read-more:hover {
    background: #20973B;
    transition: background .4s;
}
.read-more:after {
    content: "\f054";
    font-size: 12px;
    font-family: fontawesome;
    font-weight: bold;
    padding-right: 1px;
    padding-left: 6px;
    position: relative;
    top: 0;
}
.saNewsContainer .col-md-4 {
    padding-left: 0px;
    padding-right: 0px;
}
.btn-info {
    color: #fff;
    background-color: #C89F4F;
    border-color: #C89F4F;
    transition: background .4s;
}
.btn-info:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
    transition: background .4s;
}
.letterlist {
    text-transform: uppercase;
    text-align: center;
    font-size: 20px;
    margin-bottom: 30px;
}
textarea#form_16 {
    height: 250px;
}
.form-actions .col-md-3 {
    visibility: hidden;
}
.search {
    text-align: center;
}

.flags .flag {
    display:inline-block;
    max-width:50px;
}
#google_translate_element img{
    height:auto;
    width:auto;
    padding:0;
}

#google_translate_element .goog-te-combo {
    display:none;
}

@media (max-width: 991px) {
    .header-social {
        position: relative;
        bottom: 0px;
        margin-top: 10px;
    }
}
@media (max-width:1000px) {
    .width-33 {
        width: 100%;
        display: block;
    }
}

@media (max-width:793px) {
    .header-social-buttons {
        display: inline-block;
        text-align: center;
    }
    .clear-menu-btn {
        position: relative;
        width: 76px;
        height: 88px;
        float: none;
        margin: 0px 0px;
        margin-top: 0px;
        text-align: center;
        margin-right: auto;
        margin-left: auto;
    }
    .menu-h3 {
        display: none;
    }
}
@media (max-width: 775px) {
    .navigation-container {
        top:297px;
    }
}

@media (max-width: 400px) {
    .navigation-container {
        top:274px;
    }
}
@media (max-width: 659px) {
    .partners-images {
        text-align: center;
    }
    .pdjf {
        padding-right: 15px;
    }
}
@media (max-width: 766px) {
    .article-content img {
        width: 100%;
        height: 250px;
    }
}
@media (max-width:1199px) {
    .navbar-nav > li > a {
        font-size: 15px;
    }
}
@media (max-width:1199px) {
    .navbar-nav > li > a {
        padding-left: 0px;
        padding-right: 0px;
    }
}
@media (max-width:767px) {

    header .header-social-buttons {
        float:left;
    }
    .navbar-nav > li > a {
        border-bottom: 1px solid #000;
    }
    .navbar-nav > li:first-child { 
        border-top: 1px solid #000;
    }
    .nav > li > a:hover, .nav > li > a:focus {
    background: #C89F4F;
    color: #000;
    }
    .nav a:hover:after {
    border-left: 0px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 0px solid #000;
    }
    .footer p {
        text-align: center;
    }
    .bottom-margin {
        margin-bottom: 25px;
    }
    div[u=caption] .slideshow-media-container{
        display:none !important;
    }
    div.search {
        float:left;
    }
    .search .open ul.search-box {
        position:absolute;
        top:10px;
        left:40px;
        right:10px;
        padding:0;
    }
    .header-social a:first-of-type .header-social-buttons {
        margin-right:8px;
    }
    .text-right.text-left-xs {
        text-align:left;
    }
}
@media (min-width: 768px) {
    .navbar-nav {
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: space-between;
        float: none;
    }
    .img-holder a {
        float:left;
    }
}
@media (max-width: 1199px) {
    .article-content {
        margin-bottom: 20px;
    }
}
@media (max-width: 991px) {
    .leaderboard-earnings {
        margin-bottom: 20px;
    }
    .main-header img {
        max-width:300px;
    }
}
@media (max-width: 400px) {
    .header-social-buttons {
        height: 50px;
        width: 50px;
    }
    .header-social-buttons i {
        font-size: 27px;
    }
    .header-social-buttons i.fa-facebook {
        position: absolute;
        right: 17px;
        top: 13px;
    }
    .header-social-buttons i.fa-twitter {
        position: absolute;
        right: 12px;
        top: 12px;
    }
    .main-header img {
        max-width:250px;
    }
    .flag .flag {
        max-width: 40px;
    }
}
.header-top-dropdown {
    float: right;
    font-size: 0;
    text-align: right;
}
.btn-group, .btn-group-vertical {
    position: relative;
    display: block;
    vertical-align: middle;
}
.btn-group > .btn:first-child {
    margin-left: 0;
    padding-top: 12px;
}
.header-top-dropdown .dropdown>button {
    padding: 8px 10px;
    margin: 0;
    font-size: 12px;
    color: #999;
    text-align: center;
    min-width: 0;
    background-color: transparent;
    -moz-box-shadow: none !important;
    -o-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-transform: none;
}
.header-top-dropdown .dropdown>button {
    border-left: 1px solid transparent;
}
.btn-group > .btn, .btn-group-vertical > .btn {
    position: relative;
    float: left;
}
.btn {
    padding: 10px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    min-width: 160px;
    text-align: center;
    border-radius: 0;
    text-transform: uppercase;
    margin: 10px 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.header-top-dropdown .dropdown>button i {
    padding-right: 5px;
    width: 15px;
    font-size: 20px;
    color: #C89F4F;
}
.header-top-dropdown .dropdown-menu {
    z-index: 103;
    padding: 20px;
    min-width: 280px;
    margin-top: 0px;
    position: absolute;
    top: 59px;
    background: rgba(255,255,255,0.8);
    right: -25px;
    padding-bottom: 5px;
}

.dropdown-menu {
    min-width: 240px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding: 0;
    margin: 0;
    background-color: #fafafa;
/*    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08);
    border: 1px solid #f1f1f1;*/
    z-index: 101;
}
.dropdown-menu-right {
    right: 0;
    left: auto;
}
.header-top-dropdown .search-box .form-group {
    margin-bottom: 0;
}
.has-feedback .form-control-feedback {
    position: absolute;
    top: 0px;
    right: 0;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
}
.sec-links {
    text-align: center;
    padding: 0 !important;
    color: white;
    height: 100px;
    padding-top: 36px;
    border: 1px solid #fff;
        text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
}
.secondary-links {
    background: linear-gradient(90deg, rgba(0,0,0, 0.6), rgba(0,0,0, 0.6)), url(/themes/JockeysGuild/assets/images/jockeylinks1.jpg) no-repeat scroll center center / cover;
    margin-bottom: -25px;
    transition: all .3s ease;
}
.sec-links a {
    color: #fff;
    display: inline-block;
    height: 100%;
    width: 100%;
    padding-top: 38px;
    transition: all .3s ease;
}
.sec-links a:hover {
    color: #C89F4F;
    transition: all .3s ease;
}
.sec-links:hover {
    background: rgba(0,0,0,.7);
    color: #c89f4f;
    transition: all .3s ease;
}
.partners {
    margin-bottom: 80px;
    text-align: center;
    transition: all .3s ease;
}
.partners-content {
    padding-top: 30px;
    transition: all .3s ease;
}
.history {
     background: rgba(0,0,0,.03);
   /* border: 1px solid #000; */
   border-top: 1px solid rgba(0,0,0,.5);
   border-bottom: 1px solid rgba(0,0,0,.5);
   padding: 25px;
   width: 100%;
   margin-top: 40px;
   margin-bottom: 40px;
}
.history h3 {
    text-align: center;
    margin-top: 0px;
}
.history-btn {
    background: rgba(0,0,0,0.2);
    border: 1px solid #000;
    width: 450px;
    margin: 0 auto;
    text-align: center;
    transition: all .3s ease;
}
.history-btn a {
    color: #000;
    padding: 25px;
    display: inline-block;
    height: 85px;
    width: 450px;
    font-size: 20px;
    transition: all .3s ease;
}
.history-btn:hover {
    background: rgba(0,0,0,0.7);
    transition: all .3s ease;
}
.history-btn a:hover {
    color:#C89F4F;
    transition: all .3s ease;
}

.news-box h2 {
    width: auto!important;
}

.news-box .text-area {
    height: 20em!important;
}