/**
 * Table of Contents:
 *
 * 1.0 - Global
 * 2.0 - Header
 * Last Revision: 2018-01-18
 * -----------------------------------------------------------------------------
 *
 * red #f55258
 * green #5ec6b8
 *
 */

/* Horizontal Scrollbar Always Visible on Results */

::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}
::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}

body.hb-fadeout #page { opacity: 0 }

/**
 * Animations
 */

@-webkit-keyframes PlaytoBottomFromTop {
        from {
            -webkit-transform: translateY(30%);
            opacity: 0;
        }
        to {
            opacity: 1;
        }
}
@-moz-keyframes PlaytoBottomFromTop {
        from {
            -moz-transform: translateY(30%);
            opacity: 0;
        }
        to {
            opacity: 1;
        }
}
@keyframes PlaytoBottomFromTop {
        from {
            transform: translateY(30%);
            opacity: 0;
        }
        to {
            opacity: 1;
        }
}


/* fade */

@-webkit-keyframes fade {
    to { opacity: 0.3; }
}
@-moz-keyframes fade {
    to { opacity: 0.3; }
}
@keyframes fade {
    to { opacity: 0.3; }
}

.pt-page-fade {
    -webkit-animation: fade .7s ease both;
    -moz-animation: fade .7s ease both;
    animation: fade .7s ease both;
}

/* move in + fade */

@-webkit-keyframes pageMoveIN {
    from { opacity: 0; -webkit-transform: scale(1.05); }

}
@-moz-keyframes pageMoveIN {
}
@keyframes pageMoveIN {
}

.hb-pageMoveIN {
    -webkit-animation: pageMoveIN .7s ease both;
    -moz-animation: pageMoveIN .7s ease both;
    animation: pageMoveIN .7s ease both;
}

/* move out + fade */

@-webkit-keyframes pageMoveOUT {
    to { opacity: 0; -webkit-transform: translateY(100px); }
}
@-moz-keyframes pageMoveOUT {
}
@keyframes pageMoveOUT {
}

.hb-pageMoveOUT {
    -webkit-animation: pageMoveOUT .7s ease both;
    -moz-animation: pageMoveOUT .7s ease both;
    animation: pageMoveOUT .7s ease both;
}


/**
 * 1.0 Global
 * -----------------------------------------------------------------------------
 */

.sidePanelAd {
	border-bottom: 5px solid rgba(91,169,141,0.2);
	padding-bottom: 10px;
}

.sidePanelAd > div {
    margin: 0px auto;
}

#main-nav {
	z-index: 999999;
	position: relative;
}

.sub-header {
/*    background: #33495f; */
background: #002400; /* Old browsers */
 /* FF3.6-15 */
background: -moz-linear-gradient(-45deg, #002400 0%, #005700 17%, #008a00 33%, #52b152 67%, #83c783 83%, #b4ddb4 100%);
/* Chrome10-25,Safari5.1-6 */
background: -webkit-linear-gradient(-45deg, #002400 0%,#005700 17%,#008a00 33%,#52b152 67%,#83c783 83%,#b4ddb4 100%); 
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
background: linear-gradient(135deg, #002400 0%,#005700 17%,#008a00 33%,#52b152 67%,#83c783 83%,#b4ddb4 100%);
/* IE6-9 fallback on horizontal gradient */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002400', endColorstr='#b4ddb4',GradientType=1 ); 
}

#main {
    min-height: 750px;
}
@media screen and ( min-height: 1000px ){
    #main {
        min-height: 1000px;
    }
}
@media screen and ( min-height: 1400px ){
    #main {
        min-height: 1400px;
    }
}

a {
    color: #383;
    font-weight: 500;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

a:hover,
a:focus,
a:active {
    color: #000;
    text-decoration: none;
    outline: 0;
}

b,
strong,
label {
    font-weight: 500;
}

time {
    color: #3CB878;
    font-size: 1.25em;
    font-weight: 500;
    
}

table.companyfilter {
    width: 100%;
}

table.companyfilter input {
    width: inherit;
    margin: 0 5px 0 0;
    vertical-align: middle;
}

table.companyfilter label {
    background: transparent !important;
    color: inherit !important;
    font-size: 80%;
}

.panel {
    border-radius: 0;
    -webkit-box-shadow: none;  
    box-shadow: none;
}

.form-control {
    display: block;
    width: 100%;
    height: 35px;
    padding: 7px 5px;
    line-height: 1.42857143;
    color: #555;
    background-color: #FFF;
    background-image: none;
    border: 2px solid #ECF0F1;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

span.socials {
    display: inline-block;
}
.socials .fa {
    display: inline-block;
    width: 1.875em;
    height: 1.875em;
    line-height: 1.8125em;
    border: 1px solid;
    text-align: center;
     margin: 0.0625em;
    vertical-align: middle;
    color: #ccc;
    overflow: hidden;
    position: relative;
}
.socials .fa:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00FFCB;
    top: 100%;

    z-index: -1;

    -webkit-transition: all .3s ease .3s;
    -moz-transition: all .3s ease .3s;
    -o-transition: all .3s ease .3s;
    transition: all .3s ease .3s;
}
.socials .fa:hover:after {
    top: 0
}
.socials .fa:hover {
    color: #979797;
    /*border-radius: 50%;*/
}
a.hb_btn {
    display: inline-block;
    color: #fff;
    background: #1abc9c;
    padding: 10px;
    border: 1px solid;
    border-radius: 5px;
}

a.hb_btn:hover {
    background: rgba(0, 0, 0, 0.5);
}

ul.socials-icons {
    margin: 10px 0;
    padding: 0;
    list-style: none;
    font-size: 200%;
}
ul.socials-icons li {
    display: inline-block;
    margin-right: 10px;
}
ul.socials-icons a {
    color: #757575;
}
ul.socials-icons a:hover {
    color: #1ABC9C;
}

ul.socials-icons i.fa.fa-mobile {
    font-size: 130%;  
    vertical-align: bottom;
}

ul.social-btn {
    margin: 20px 0;
    padding: 0;
    list-style: none;
}
ul.social-btn li {
    margin-bottom: 10px;
}
ul.social-btn a {
    font-size: 100%;
}
ul.social-btn .fa {
    font-size: 120%;
    margin-right: 5px;
}

label.styled-label {
    display: inline-block;
    width: 17px;
    height: 17px;
    background: #D7DCDE;
    color: #D7DCDE;
    border-radius: 3px;
    margin: 0;
    text-align: center;
}

/* input[type=checkbox] { display:none; } to hide the checkbox itself */
/* input[type=checkbox] + label:before { */
/*   font-family: FontAwesome; */
/*   display: inline-block; */
/* } */

/* input[type=checkbox] + label:before { content: "\f096"; } unchecked icon */
/* input[type=checkbox] + label:before { letter-spacing: 5px; } space between checkbox and label */

/* input[type=checkbox]:checked + label:before { content: "\f046"; } checked icon */
/* input[type=checkbox]:checked + label:before { letter-spacing: 5px;} allow space for check mark */

#loginForm label {
	background-color: transparent;
	color: inherit;
	padding-left: 0.2em;
}

#signUpLink, #signUpLink:hover, #signUpLink:focus, #signUpLink:active,
[id$='forgotPassword'], [id$='forgotPassword']:hover, [id$='forgotPassword']:focus, [id$='forgotPassword']:active {
	color: #428bca;
}

.result-watch-expanded:hover,
.result-watch-expanded,
input[type=checkbox]:checked + label,
label.styled-label:hover {
    background: #5BA98D;
    color: #fff;
}
label.styled-label.view {
    background: #fff !important;
    color: #bdbdbd !important;
}
label.styled-label.view .fa-check:before {
    content: '\f0fe';
    font-size: 20px;
    line-height: 20px;
    text-align: center;
}
input[type=checkbox]:checked + label.styled-label.view .fa-check:before {
    content: '\f146';
}
.styled-checkbox { display: none }

.one-five {
    width: 20%;
}
.two-five {
    width: 40%;
}
.three-five {
    width: 60%;
}
.four-five {
    width: 80%;
}
.one-four {
    width: 25%;
}
.two-four {
    width: 50%;
}
.three-four {
    width: 75%;
}


/**
 * 2.0 Header
 * -----------------------------------------------------------------------------
 */

#promo {
    display: none;
    position: relative;
    /*overflow: hidden;*/
    background: #e74c3c;
    text-align: center;
    font-size: 80%;
    padding: 3px 0;
    line-height: 1.5;
    -webkit-transition: all .6s;     
    -moz-transition: all .6s;     
    -o-transition: all .6s;     
    transition: all .6s;
    /*font-weight: 500;*/
    letter-spacing: 1px;
    font-size: 11px;
    max-height: 100px;
}
.promo-close #promo {
    max-height: 0;
    padding: 0;
    overflow: hidden;
}
#top-navigation a {
    color: #1abc9c;
}
#top-navigation a:hover,
#top-navigation a:focus,
#top-navigation a:active,
#top-navigation,
#promo a,
#promo {
    color: #fff;
}


#live-result-dropdown-wrapp {
    position: absolute;
    z-index: 9999;
    top: 100%;
    right: -20px; 
    padding-top: 10px; 
    display: none;  
}
#live-result:hover #live-result-dropdown-wrapp {
    display: block;
    -webkit-animation: PlaytoBottomFromTop 0.3s forwards;
    -moz-animation: PlaytoBottomFromTop 0.3s forwards;
    animation: PlaytoBottomFromTop 0.3s forwards;
}


#live-result-dropdown {
    background: #fff;
    border: 2px solid #e74c3c;
    border-radius: 6px;
    padding: 5px;
    margin: 0;
    list-style: none;
    text-align: left;
    position: relative;
}
#live-result-dropdown a {
    color: #1abc9c;
    display: block;
    padding: 10px 80px 10px 10px;
    position: relative;
    border-radius: 3px;
}
#live-result-dropdown a:hover,
#live-result-dropdown a:focus,
#live-result-dropdown a:active {
    background: #1abc9c;
    color: #fff;
}
#live-result-dropdown a:after {
    content: '';
    width: 0;
    display: block;
    position: absolute;
    border-style: solid;
    border-width: 5px 0 5px 7px;
    border-color: rgba(0, 0, 0, 0) inherit;
    right: 7px;
    top: 50%;
    margin-top: -5px;
    left: auto;
    bottom: auto;
}
#live-result-dropdown:before {
    content: '';
    display: block;
    width: 0;  
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px;
    position: absolute;
    border-color: #E74C3C transparent;
    top: -10px;
    right: 16px;
    bottom: auto;
    left: auto;
}
#live-result-dropdown:after {
    content: '';
    display: block;
    width: 0;  
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px;
    position: absolute;
    border-color: #fff transparent;
    top: -7px;
    right: 16px;
    bottom: auto;
    left: auto;
}
#live-result {
    cursor: pointer;
    position: relative;
    display: inline-block;
}
#close-promo {
    display: inline-block;
    border: 1px solid;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    position: absolute;
    z-index: 99;
    top: 50%;
    right: 5px;
    margin-top: -10px;
    cursor: pointer;
    -webkit-transition: all .3s;     
    -moz-transition: all .3s;     
    -o-transition: all .3s;     
    transition: all .3s;
    font-size: 14px;
}
#close-promo:hover {
    background: #fff;
    color: #e74c3c;
    /* border-color: #fff; */
}
#close-promo .fa-rotate-45 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
#top-navigation {
    background: #323232;
    text-transform: uppercase;
    font-size: 90%;
    padding-top: 10px;
    padding-bottom: 6px;
    height: 70px;
    background-repeat: repeat-x;
    background-position: left bottom;
    border-bottom: 4px solid #1ABC9C;
    font-size: 11px;
    letter-spacing: 1px;
}
#top-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.sub-menu {
    display: none;
    z-index: 99;
    position: absolute;
    left: 0;
    right: auto;
}
li:hover ul.sub-menu {
    display: block;
    -webkit-animation: PlaytoBottomFromTop 0.3s forwards;
    -moz-animation: PlaytoBottomFromTop 0.3s forwards;
    animation: PlaytoBottomFromTop 0.3s forwards;
}
ul.sub-menu > li {
    overflow: hidden;
}
ul.sub-menu > li:first-child {
    border-radius: 4px 4px 0 0;
}
ul.sub-menu > li:last-child {
    border-radius: 0 0 4px 4px;
}
#signin ul.sub-menu {
    left: auto;
    right: -20px;
}
#signin ul.sub-menu:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 7px;
    position: absolute;
    border-color: #FFFFFF rgba(0, 0, 0, 0);
    top: -7px;
    right: 15px;
    bottom: auto;
    left: auto;
}
#top-navigation .site-nav > li > a {
    color: #fff;
}
.site-nav .sub-menu a {
    display: block;
    white-space: nowrap;
    text-align: left;
    padding: 7px 80px 7px 10px;
    font-size: 80%;
    text-transform: initial;
}
#signin.site-nav .sub-menu li:last-child a,
.site-nav .sub-menu a:hover,
.site-nav .sub-menu a:focus,
.site-nav .sub-menu a:active {
    background: #1ABC9C;
    color: #fff;
}
#signin.site-nav .sub-menu li:last-child a:after {
    content: "\f011";
    display: inline-block;  
    font-family: FontAwesome;  
    font-style: normal;  
    font-weight: normal;  
    line-height: 1;  
    -webkit-font-smoothing: antialiased;  
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 10px;
    top: 50%;
    font-size: 1rem;
    margin-top: -7px;
}
#top-navigation .sub-menu li {
    margin: 0;
    background: #FFF;
    display: block;
}

#top-navigation li {
    display: inline-block;
    margin-right: 20px;
    position: relative;
}
nav#site-navigation {
    padding-top: 15px;
    text-align: center;
}
#site-loc {
    /*font-size: 80%;*/
    padding-top: 5px;
    text-align: right;
}
#site-loc li {
    margin: 0;
}
#site-logo {
    display: inline-block;
}
i#toggle-loc {
    margin: 0 5px;
    font-size: 120%;
}
#top-navigation > div > .row > div:nth-child(3) {
    text-align: right;
}
#top-navigation > div > .row > div:nth-child(3) > * {
    vertical-align: middle;
}

#signin {
    cursor: pointer;
    display: inline-block;
}
#signin > li > div {
    padding: 15px 0 10px;
}
#site-loc .sub-menu {
    padding-top: 6px;
    left: auto;
    right: -15px;
}
#site-loc .sub-menu a {
    padding: 7px 20px 7px 10px;
    
}
#site-loc ul.sub-menu:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 7px;
    position: absolute;
    border-color: #FFFFFF rgba(0, 0, 0, 0);
    top: -1px;
    right: 19px;
    bottom: auto;
    left: auto;
}
/*

Main
Slider

*/
.overlay-copy {
    position: absolute;
    z-index: 2;
    top: 40%;
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 0 30%;
}
.overlay-copy p {
    text-shadow: 0 0 20px #000;
    font-size: 1.5em;
    line-height: 1.5;
    margin-bottom: 1.5em;
}

/*

Main
Box Navigation

*/
div#box-nav {
    padding: 0.4% 0.2% 0;
    position: relative;
    z-index: 9999;
}
.box-nav-col {
    float: left;
    width: 24.6%;
    margin: 0 .2% .4%;
}
.box-nav-item {
    height: 237px;
    position: relative;
    text-align: center;
}
.box-nav-item > a {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    color: #fff; 
    overflow: hidden;
    top: 0;
    left: 0; 
    text-transform: uppercase;  
}
.box-nav-item > a:before {
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5;
}
.box-nav-item > a > span {
    display: block;
    position: absolute;
    width: 100%;
    -webkit-transition: all .6s;     
    -moz-transition: all .6s;     
    -o-transition: all .6s;     
    transition: all .6s;
}
.box-nav-item > a > span:first-child {
    text-transform: uppercase;
    top: 1%;
}
.box-nav-item > a > span:last-child {
    top: 1%;
    opacity: 0;
}
.box-nav-item:hover > a > span:first-child,
.box-nav-item > a:hover > span:first-child,
.box-nav-item > a:active > span:first-child,
.box-nav-item > a:focus > span:first-child {
    top: 40%;
    opacity: 0;
} 
.box-nav-item:hover > a > span:last-child,
.box-nav-item > a:hover > span:last-child,
.box-nav-item > a:active > span:last-child,
.box-nav-item > a:focus > span:last-child {
    top: 40%;
    opacity: 1;
} 
.box-nav-item:hover > a,
.box-nav-item > a:hover,
.box-nav-item > a:active,
.box-nav-item > a:focus {
    border-style: solid;
    border-width: 2px 0;
    border-color: #1ABC9C #FFF #39B3D7;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
}
.box-nav-item-back {
    position: absolute;
    width: 100%;
    bottom: 10px;
}
.box-nav-item-back .btn {
    text-transform: uppercase;
    font-size: 70%;
}


/**

Main
Results page

**/
.content-header {
    display: inline-block;
    padding: 20px 20px 10px;
    background: #1ABC9C;
    color: #000;
}
.content-header-wrapp {
    padding: 15px 0;
}
.content-header h2 {
    margin: 0 0 10px;
}

#results-showcase .left-side {
    width: 70%;
    float: left;
    /*border: 1px solid #1ABC9C;*/
}
#results-showcase .right-side {
    width: 30%;
    float: left;
    /*border: 1px solid #1ABC9C;*/
}

.results-nav > * {
    display: inline-block;
    float: left;
    padding: 13px;
    border-right: 1px solid #1ABC9C;
}
.results-nav a:hover,
.current {
    background: #1ABC9C;
    color: #fff !important;
}
.small-label {
    display: inline-block;
    margin: 0 -15px 0 15px;
    color: #fff;
    background: #1ABC9C;
    padding: 0 3px;
    -weblit-border-radius: 2px;
    border-radius: 2px;
}

.results-nav a:hover .small-label {
    background: #fff;
    color: #1ABC9C !important;
}

#results-showcase .left-side .results-nav a {
    text-align: center;
}

#results-showcase {
    font-size: 75%;
    border: 1px solid #cdcdcd;
    border-top-width: 0;
    margin-bottom: 50px;
}
.results-nav {
    border: 1px solid #1ABC9C;
    margin-right: -1px;
    margin-left: -1px;
}

.right-side .results-nav {
    border-left-color: transparent;
}

.result-content .box {
    border-bottom: 1px solid #cdcdcd;
}
.result-content .box:last-child {
    border-bottom: none;
}
.padding {
    padding: 20px;
}

.left-side .result-content {
    border-right: 1px solid #cdcdcd;
    margin-right: -1px;
    min-height: 600px;
}

table.results {
    width: 100%;
}
table.results td,
table.results th {
    padding: 7px 5px;
    font-size: 8pt;
}

table.results td:nth-child(1),
table.results td:nth-child(2),
table.results th:nth-child(2) {
    text-align: center
}
table.results thead tr {
/*    background: #f2faf8; */
    background: #ffccff;
    color: #1ABC9C;    
}
table.results > tbody > tr:hover {
    background: #f0f0f0;
}
.ui-datatable tbody td.athleteSearchDate {
    border-left: 1px solid white;
}
.ui-datatable tbody .td.athleteSearchCategory {
    border-right: 1px solid white;
}
.result-title {
    margin: 20px 0 0;
}

.input-group input {
    border: 2px solid #1ABC9C;
    border-right-width: 0;
}
.input-group .btn-default {
    background: #1ABC9C;
    border-color: #1ABC9C;
    color: #fff;
    margin-left: 0 !important;
    outline: 0 !important;
}
#passwordResetForm .ui-dialog-content.ui-widget-content {
overflow: hidden;
padding: 25px;
}
#passwordResetForm .ui-outputpanel p {
width: 300px;
}

.pagination-wrapper {
    text-align: center;
    background: #FFF;
    margin-bottom: 30px;
    padding-bottom: 10px;
}
.pagination-wrapper p {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.pagination-wrapper .pagination {
    margin: 50px 0 10px;
}

.pagination > .disabled > a, 
.pagination > .disabled > a:hover {
	color: #aaa !important;
}

.pagination > .disabled > a, 
.pagination > .disabled > a:hover,
.pagination > li > a, 
.pagination > li > span {
    color: #444;
    border-color: #FFF !important;
    background: #d7dcde;
}

.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > li > a:hover,
.pagination > li > a:focus {
    background: #1ABC9C;
}

ul.event-detail {
    margin: 0 0 60px;
    list-style: none;
    padding: 0;
}
ul.event-detail li {
    margin-bottom: 10px;
}
ul.event-detail a {
    color: #1ABC9C;
}
ul.event-detail a:hover,
ul.event-detail .active a {
    color: #757575;
}

ul#select-year {
    margin: 0;
    list-style: none;
    cursor: pointer;
    position: relative;
}
ul#select-year .sub-menu {
    padding-top: 6px;  left: auto;  
    right: 0;
    padding-left: 0;
}
ul#select-year .sub-menu a {
    padding: 5px 20px;
    display: block;
    background: #fff;
    color: #1ABC9C;
}
ul#select-year .sub-menu a:hover {
    background: #1abc9c;
}
ul#select-year .sub-menu:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 7px;
    position: absolute;
    border-color: #FFF rgba(0, 0, 0, 0);
    top: -1px;
    right: auto;
    bottom: auto;
    left: 50%;
    margin-left: -3px;
}

.row.custom-header {
	padding-top: 10px;
}

.row.custom-header > div {
	margin-left: 30px;
	width: calc(100% - 30px);
}

#custom-header-content {
	font-size: 14px;
}


/**

Footer

*/

nav#footer-navigation ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
nav#footer-navigation > ul > li {
    display: inline-block;
    margin-right: 10px;
}
nav#footer-navigation a {
    display: block;
}
nav#footer-navigation {
    margin-bottom: 20px;
}



/** 

Result v2 


**/

.result-v2 .content-header {
    display: block;
    padding: 20px 0 10px;
    background: none;
    color: initial;
}
.result-v2 .content-header h2,
.result-v2 .content-header h1 {
    text-transform: uppercase;
}
#result-date {
    padding: 5px 15px;
    text-transform: uppercase;
    color: #fff;
    background: #E74C3C;
    display: inline-block;
    font-weight: 500;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.google_ad {
    padding: 20px 0;
    text-align: right;
}
#tab-btns.results-nav {
    border: none;
    margin: 0;
}
#tab-btns.results-nav a {
    text-transform: uppercase;
    min-width: 130px;
    text-align: center;
    font-size: 12px;
    border: 3px solid #308866;
    background: #fff;
    color: #333;
}
#tab-btns.results-nav a:hover,
#tab-btns.results-nav a:active,
#tab-btns.results-nav a:focus,
#tab-btns.results-nav a.current {
    color: #fff !important;
    background: #308866;
}
#tab-btns.results-nav a:nth-child(2) {
    background: #fff;
    border-color: #308866;
}
#tab-btns.results-nav a:nth-child(2):hover,
#tab-btns.results-nav a:nth-child(2):active,
#tab-btns.results-nav a:nth-child(2):focus,
#tab-btns.results-nav a:nth-child(2).current {
    color: #fff !important;
    background: #308866;
}
#tab-btns .small-label {
    background: #308866;
    color: #fff !important;
}
#tab-btns .small-label:empty {
    display: none;
}

.result-v2 table.results {
    font-size: 12px;
    font-size: 10pt;
    text-align: center;
}
.result-v2 table.results th {
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background: #1e1e1e;
    padding: 5px;
    border-top: 3px solid #00a651;
    border-bottom: 3px solid #00BFC1;
}
.result-v2 table.results tbody td:nth-child(1) {
    width: 20px;
}
.result-v2 table.results td {
    padding: 14px 5px;
}
.result-v2 table.results tr:nth-child(even) {
    background: #f9fafb;
}
.result-v2 table.results tr:nth-child(even):hover {
    background: #F2FAF8;
}

.result-search-btns {
    padding: 20px 5px;
    border: 1px solid #ebebeb;
    background: #fff;
    border-bottom-color: transparent;
}
.result-search-btns > div {
    width: 20%;
    float: left;
    padding: 6px;
}
.result-table-wrapper {
    overflow: auto;
}

#result-summery {
    border-bottom: 4px solid #5BA98D;
    border-top: 4px solid #5BA98D;
    /*background: #1e1e1e;*/
    margin-bottom: 5px;
    color: #FFF;
    font-size: 9pt;
    font-size: 12px;
}
#result-summery a {
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 400;
}
#result-summery p {
    padding: 10px;
    margin: 0;
}
#find-your-result-box,
#signup-box {
    border-top: 4px solid #00A651;
    border-bottom: 4px solid #00BFC1;
    background: #1e1e1e;
    margin-bottom: 5px;
    padding: 15px;
    color: #fff;
    text-align: center;
}
#find-your-result-box a,
#signup-box a {
    color: #fff;
}

ul.menu-red {
    position: relative;
    text-align: center;
    padding: 10px !important;
    max-width: 100px;
    margin: 0 auto !important;
}
ul.menu-red .selected-menu {
    background: #f55258;
    padding: 10px 10px 10px 20px;
    /*-webkit-border-radius: 50px;*/
    /*border-radius: 50px;*/
    position: relative;
    text-align: left;
    cursor: pointer;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
ul.menu-red,
ul.menu-red ul {
    padding: 0;
    list-style: none;
    margin: 0;
    width: 100%;
}
ul.menu-red ul {
    display: none;
    background: #f55258;
    padding: 0 0 5px;
/*    -webkit-border-radius: 0 0 15px 15px;
    border-radius: 0 0 15px 15px;*/
    position: absolute;
    width: 100%;
    z-index: 9999;
}
ul.menu-red ul a {
    padding: 2px;
    display: block
}
ul.menu-red > li {
    position: relative;
}
ul.menu-red.drop-downed > li > ul,
ul.menu-red:hover > li > ul {
    display: block;
    -webkit-animation: PlaytoBottomFromTop 0.3s forwards;
    -moz-animation: PlaytoBottomFromTop 0.3s forwards;
    animation: PlaytoBottomFromTop 0.3s forwards;
}
ul.menu-red.drop-downed > li >  .selected-menu,
ul.menu-red:hover > li > .selected-menu {
    -webkit-border-radius: 0;
    border-radius: 0;
}
.selected-menu:after {
    content: "\f0d7";
    position: absolute;
    top: 10px;
    right: 11px;
    display: block;
    font-family: FontAwesome;  
    font-style: normal;  
    font-weight: normal;  
    line-height: 1;  
    -webkit-font-smoothing: antialiased; 
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
}
.share-btns .selected-menu:after {
    content: "\f1e0";
}
ul.menu-red.share-btns .selected-menu {
    padding: 10px;
}
.result-box-banner {
    background-size: cover;
    background-position: center;
    padding: 30px 20px;
    border-top: 4px solid #00A651;  
    border-bottom: 4px solid #00BFC1;
    text-align: center;
    position: relative;
}

table.result-short-summery {
    width: 100%;
    font-size: 11px;
}
table.result-short-summery th,
table.result-short-summery td {
    padding: 7px 10px;
}
table.result-short-summery tr:nth-child(even) {
 /*   background: #424242; */
    background: green !important;
}
table.result-short-summery tr:nth-child(odd) {
 /*   background: #424242; */
    background: #024702 !important;
}

table.result-short-summery th:last-child,
table.result-short-summery td:last-child {
    text-align: right;
}
table.result-short-summery th {
    line-height: 1; 
    font-weight: normal;  
    text-transform: uppercase;  
    color: #FFF; 
    background: #3CB878;    
    border: none;  
    font-size: 11px;
    padding: 10px;
}
#result-summery a.z-result {
/*    color: #5ec6b8; */
   color: palegoldenrod;
}
#result-summery a.z-live {
/*    color: #f55258; */
   color: palegoldenrod;
}
#result-summery a.z-list {
    color: #fff200;
}
#result-summery a.z-start {
/*    color: #00accb; */
   color: palegoldenrod;
}
#result-summery a.z-half-marathon {
    color: #F7941D;
}

a.sign-up-btn {
    display: inline-block;
    background: #f55258;
    padding: 9px 30px;
    font-size: 10px;
    margin: 20px auto 10px;
    letter-spacing: 2px;
}
a.sign-up-btn:focus,
a.sign-up-btn:active,
a.sign-up-btn:hover {
    -webkit-border-radius: 0;
    border-radius: 0;
}

/** 

Result v3 


**/

/* global currection will be here simply remove .result-v3 before selectors */
body.result-v3 {
    /*background-color: #f5f5f5;*/
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

body.result-v3:before {
    content: '';
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    background: #fff;
    opacity: .4;
}
.result-v3 header#masthead {
    position: relative;
}
.result-v3 #top-navigation {
    border-bottom: none;
}
.result-v3 #site-logo img {
    max-width: 170px;
    height: auto;
}
.result-v3 #top-navigation {
    height: 55px;
    /*font-size: 80%;*/
}
.result-v3 nav#site-navigation {
    padding-top: 9px;
}
.result-v3 .site-nav .sub-menu a {
    font-size: 90%;
}
.result-v3 #promo {
    background: #f55258;
}
.result-v3 #site-loc .sub-menu li {
    background: #f6f6f6;
}
.result-v3 #site-loc ul.sub-menu:before {
    border-color: #f6f6f6 transparent;
}
.result-v3 .pagination-wrapper .pagination {
    margin: 50px auto 10px;
}
.result-watch-expanded,
.result-watch-collapsed,
.result-v3 label.styled-label {
    display: inline-block;
    margin: 0;
    text-align: center;
    border-radius: 30px;
    border-radius: 50%;
    border: 3px solid #bdbdbd;
    width: 20px;
    height: 20px;
    overflow: hidden;
/*     line-height: 15px; */
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    margin-top: 4px;
}
.result-watch-collapsed:hover,
.result-watch-collapsed,
.result-v3 label.styled-label {
    background: transparent;
    color: transparent;
}
.result-watch-expanded,
.result-watch-collapsed:hover,
.result-v3 input[type=checkbox]:checked + label, 
.result-v3 label.styled-label:hover {
    border-color: #5BA98D;
}
.result-v3 input[type=checkbox]:checked + label.view, 
.result-v3 label.styled-label.view:hover {
    color: #f55258 !important;
    border-color: #f55258;
}
.result-v3 label.styled-label.view .fa-check:before {
    content: "\f067";
    font-size: 12px;
    line-height: 1;
    text-align: center;
}
.result-v3 input[type=checkbox]:checked + label.styled-label.view .fa-check:before {
    content: "\f068";
}
.ui-icon-circle-triangle-s,
.ui-icon-circle-triangle-e,
.result-v3 label.styled-label.view  {
	margin: 0px auto;
    display: inline-block;
    overflow: hidden; 
    line-height: 15px;    
    -webkit-transition: all .3s; 
    -moz-transition: all .3s; 
    -o-transition: all .3s; 
    transition: all .3s;
    width: 20px;
    height: 20px;
    border-radius: 0;
    border: none;
    background-color: transparent !important;
    background-image: url('../images/add-default.png') !important;
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.ui-icon-circle-triangle-e:hover,
.result-v3 label.styled-label.view:hover {
	background-image: url('../images/add.png')!important;
}
.ui-icon-circle-triangle-s,
.result-v3 input[type=checkbox]:checked + label.styled-label.view {
    background-image: url('../images/subtract.png') !important;
}
.result-v3 label.styled-label.view .fa-check:before {
    display: none;
}

.result-v3 ul.menu-red {
    max-width: 160px;
}
.result-v3 ul.menu-red .selected-menu {
    background: #f55258;
    border: 2px solid #f55258;
    padding: 6px 10px 6px 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 11px;
}
.result-v3 ul.menu-red.share-btns .selected-menu {
    padding: 5px 10px;
}
.result-v3 .selected-menu:after {
    top: 5px;
}
.result-v3 ul.menu-red ul {
    background: #f55258;
    font-size: 14px;
}
.result-v3 #result-summery ul.menu-red ul a {
    font-size: 12px;
}
.result-v3 #find-your-result-box,
.result-v3 #signup-box,
.result-v3 .result-box-banner,
.result-v3 #result-summery {
    border: none;
}
.result-v3 #result-summery {
    margin-bottom: 0;
}

#result-summery-wrapp {
    position: relative;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 6px 5px 5px;
    margin-bottom: 20px;
}

.display-results-ad-box {
	background-color: #fff;
	border: 5px solid rgba(91, 169, 141, .2);
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	margin: -5px;
}

.result-v3 #find-your-result-box,
.result-v3 #signup-box { margin-bottom: 0 }

/* ...end */

#find-your-result-box .small-label {
    margin: 0 10px 0 -10px;
    font-size: 60%;
    padding: 2px 5px;
    vertical-align: top;
    background: #f55258;
}
div#find-your-result-box .search-wrapp-ico:after {
    z-index: 0;
    color: #fff;
    top: 8px;
}
div#find-your-result-box input {
    background: transparent;
    -webkit-border: none;
    border: none;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    font-size: 12px;
    text-transform: uppercase;
    outline: 0;
    padding: 5px 0;
    margin-bottom: 10px;
/*    -webkit-appearance: caret;
    -moz-appearance: caret; */
}
div#find-your-result-box input[type="submit"] {
    -webkit-border: 2px solid #5ec6b8;
    border: 2px solid #5ec6b8;
}
#find-your-result-box p {
    font-size: 12px;
    text-align: left;
}
table.result-short-summery tr.current-view {
    text-transform: uppercase;
    background: #f55258 !important;
    color: #fff !important;
    font-weight: bolder;
}
table.result-short-summery tr:hover *,
table.result-short-summery tr.current-view * {
    color: #fff !important;
}
table.result-short-summery tr.current-view td:last-child {
    position: relative;
}
table.result-short-summery tr.current-view td:last-child:before {
    content: '\f058';
    display: inline-block;  
    font-family: FontAwesome;  
    font-style: normal;  
    font-weight: normal;  
    line-height: 1;  
    -webkit-font-smoothing: antialiased;  
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    right: auto;
    left: -10px;
    font-size: 18px;
    margin-top: -8px;
}
.search-wrapp-ico,
.clear-wrapp-ico {
    position: relative;
}
.search-wrapp-ico:after,
.clear-wrapp-ico:after {
    content: "";
    display: inline-block;  
    font-family: FontAwesome;  
    font-style: normal;  
    font-weight: normal;  
    line-height: 1;  
    -webkit-font-smoothing: antialiased;  
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 9px;
    right: 10px;
    color: transparent;
    /*z-index: -1;*/
}
.search-wrapp-ico:after {
    content: "\f00e";
    color: #5ec6b8;
}
.clear-wrapp-ico:after {
    content: "\f057";
    color: #f55258;
}
.result-v3 .content-header {
    display: block;
    padding: 10px 0 10px;
    background: black;
    color: #333;
    font-size: 12px;
}
.result-v3 .content-header h2,
.result-v3 .content-header h1 {
    font-size: 26px;
    margin: 10px 0 0;
    font-weight: normal;
}
.result-v3 table.results {
    color: #333;
    font-size: 12px;
    text-align: center;
    border: 1px solid #ebebeb;
    border-top-color: #5BA98D;
    background: #fff;
}
.result-v3 table.results th {
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    border: none;
    font-size: 13px;
    font-weight: 500;
    padding: 14px 5px;
}
/*
.result-v3 table.results tbody td:nth-child(1) {
    width: 20px;
} */
.result-v3 table.results tbody td:nth-child(4) {
/*     white-space: nowrap; */
}

.result-v3 table.results {
    table-layout: auto;
}

/* .result-v3 table.results th:nth-child(1),
.result-v3 table.results th:nth-child(2),
.result-v3 table.results td:nth-child(1),
.result-v3 table.results td:nth-child(2) {
    width: 45px;
    text-align: center;
} */
.result-v3 table.results td {
    padding: 8px 5px;
    border: none;
}
.result-v3 table.results tr {
    background: #fff;
}
table.result-search tr:nth-child(even),
table.cal-results tr:nth-child(even),
.result-v3 table.results tr:nth-child(even) {
    background: #f9f9f9;
}
table.cal-results tr:hover,
table.result-search tr:hover,
table.result-search tr:nth-child(even):hover,
table.cal-results tr:nth-child(even):hover,
.result-v3 table.results tr:nth-child(even):hover {
    background: #f0f0f0;
}
.result-v3 #result-date {
    background: #5ec6b8;
    font-size: 90%;
    padding: 4px 12px;
}
.result-v3 #tab-btns.results-nav a {
    border-color: #d7d7d7;
    padding: 9px 10px;
    border-width: 1px;
    background: #ebebeb;
    color: #f94950;
    margin-bottom: 0px;
}
@media screen and ( min-width: 641px ){
    .result-v3 #tab-btns.results-nav a { margin-right: -1px }
}
.result-v3 #tab-btns.results-nav a:hover, 
.result-v3 #tab-btns.results-nav a:active, 
.result-v3 #tab-btns.results-nav a:focus, 
.result-v3 #tab-btns.results-nav a.current {
    background: #f94950;
    border-color: #f94950;
    color: #fff;

}
.result-v3 #tab-btns.results-nav a:nth-child(2) {
    border-color: #d7d7d7;
    color: #f7941d;
}
.result-v3 #tab-btns.results-nav a:nth-child(2):hover, 
.result-v3 #tab-btns.results-nav a:nth-child(2):active, 
.result-v3 #tab-btns.results-nav a:nth-child(2):focus, 
.result-v3 #tab-btns.results-nav a.current:nth-child(2) {
    background: #f7941d;
    border-color: #f7941d;
    color: #fff;
}
.result-v3 #tab-btns.results-nav a:nth-child(3) {
    border-color: #d7d7d7;
    color: #1cbbb4;
}
.result-v3 #tab-btns.results-nav a:nth-child(3):hover, 
.result-v3 #tab-btns.results-nav a:nth-child(3):active, 
.result-v3 #tab-btns.results-nav a:nth-child(3):focus, 
.result-v3 #tab-btns.results-nav a.current:nth-child(3) {
    background: #1cbbb4;
    border-color: #1cbbb4;
    color: #fff;
}
.result-v3 .pagination > .active > a, 
.result-v3 .pagination > .active > a:hover, 
.result-v3 .pagination > li > a:hover,  
.result-v3 .pagination > li > a:focus {
    background: #5BA98D;
}
tr.view-details > td {
    padding: 20px !important;
    background: #f9f9f9;
}
tr.view-details table {
    border-right: none !important;
    border-left: none !important;
}
tr.view-details table.results th {
    border-bottom-color: #00bfc1;
}
tr.view-details table {
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
}
.invisible table {
    opacity: 0;
}

tr.view-details table th,
tr.view-details table td {
    border-right: 1px solid #ebebeb;
    border-right: 1px solid rgba(0, 0, 0, 0.04);
}
tr.view-details table th:last-child,
tr.view-details table td:last-child {
    border-right: none;
}

tr.highlighted {
    background: #a8a8a8 !important;
    color: #000 !important;
}
tr.total {
    background: #f55258 !important;
    color: #000 !important;
}
tr.view-details table td:first-child { text-transform: uppercase; }
tr.view-details tr.total td:first-child,
tr.view-details tr.highlighted td:first-child {
    color: #fff !important;
}
tr.bold {
    font-weight: 800;
}

.result-v3 table.results tr.bold_red {
    font-weight: 500;
    background-color: #e76c7c;
}

.result-v3 table.results tr.bold_blue {
    font-weight: 500;
    background-color: #94e3f7!important;
}

table tr.predicted {
    /* background-color: rgb(89, 154, 216) !important; */
    background-color: #66BED4 !important; 
    
}

table tr.predicted td {
    position: relative;
    overflow: visible;
}

/* http://stackoverflow.com/questions/4997493/set-opacity-of-background-image-without-affecting-child-elements */
table tr.predicted td:first-child:before {
   /*  background: url("https://00534a3c5f7da04e5953-610c583d0638a8e1c3855f0e731d969b.ssl.cf1.rackcdn.com/predicted-cell.png") no-repeat; */
    color: #000;
    content: " ";
    width: 717px;
    height: 28px; /* height needed for IE9 */
    position: absolute;
    top: 3px;
    left: 0;
    z-index: 0;
	-khtml-opacity:.40; 
	-moz-opacity:.40; 
 	-ms-filter:"alpha(opacity=40)";
  	filter:alpha(opacity=40);
  	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.4);
  	opacity:.40;
}
table tr.predicted td.detailsTimeOfDay:before{ 
	content: "PREDICTED @ "; 
	font-size: 10px;
	color: #404040;
	
}

table tr.predicted td span {
	position: relative;
}

/** Claim Checkbox **/
.claimCheckboxError {
	background-color: #EE6A6A;
}

@media ( max-width : 860px ) {
	#multi-claim {
		display: none;
	}
}

}

/** 

Result v3 .version-1


**/


body.result-v3:before {
    opacity: 0;
}
.result-v3.version-1 {
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}
.result-v3.version-1 #tab-btns.results-nav a { 
    margin-right: 0 !important;
    background: #fff;
    text-transform: none;
    border-color: #308866;
    color: #308866;
}
.result-v3.version-1 #tab-btns.results-nav a:hover, 
.result-v3.version-1 #tab-btns.results-nav a:active, 
.result-v3.version-1 #tab-btns.results-nav a:focus, 
.result-v3.version-1 #tab-btns.results-nav a.current {
    background: #308866;
    border-color: #308866;
    color: #FFF;
}

.result-v3.version-1 #tab-btns.results-nav a:hover {
    background: darkgreen;
}

.result-v3.version-1 #tab-btns.results-nav a:nth-child(2) {
    border-color: #308866;
    color: #308866;
}
.result-v3.version-1 #tab-btns.results-nav a:nth-child(2):hover, 
.result-v3.version-1 #tab-btns.results-nav a:nth-child(2):active, 
.result-v3.version-1 #tab-btns.results-nav a:nth-child(2):focus, 
.result-v3.version-1 #tab-btns.results-nav a.current:nth-child(2) {
    background: #308866;
    border-color: #308866;
    color: #fff;
}
.result-v3.version-1 #tab-btns.results-nav a:nth-child(2):hover {
    background: darkgreen;
}

.result-v3.version-1 #tab-btns.results-nav a:nth-child(3) {
    border-color: #308866;
    color: #308866;
}
.result-v3.version-1 #tab-btns.results-nav a:nth-child(3):hover, 
.result-v3.version-1 #tab-btns.results-nav a:nth-child(3):active, 
.result-v3.version-1 #tab-btns.results-nav a:nth-child(3):focus, 
.result-v3.version-1 #tab-btns.results-nav a.current:nth-child(3) {
    background: #308866;
    border-color: #308866;
    color: #fff;
}

.result-v3.version-1 #tab-btns.results-nav a:nth-child(3):hover {
    background: darkgreen;
}

.result-v3.version-1 .content-header {
    background: #000;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 5px 10px;
}
.result-v3.version-1 .content-header-wrapp {
    padding: 20px 0;
}
.result-v3.version-1 #result-summery-wrapp {
    border-color: transparent;
}
.result-v3.version-1 #result-summery-wrapp.yellow-orange {
    border-color: #F88F2C;
    border-color: rgba(248, 143, 44, 0.67);
}
.result-v3.version-1 .gradient-box {
    padding: 50px 70px;
}
#result-summery .description-box p {
    padding: 0;
    margin: 10px 0 20px;
    font-size: 13px;
}
#result-summery .description-box {
    padding: 5px 10px;
    background: #fff;
    color: #333;
    position: relative;
    overflow: hidden;
}
#result-summery .description-box h3 {
    line-height: 2;
    font-size: 11px;
    text-transform: uppercase;
    margin: 0;
}
.result-v3.version-1 table.result-short-summery {
    text-transform: uppercase;
    background: #1E1E1E;
    position: relative;
    overflow: hidden;
}
.result-v3.version-1 table.result-short-summery tr.current-view {
    background: #5ec6b8 !important;
    font-size: 12px;

}
.result-v3.version-1 table.result-short-summery tr:hover,
.result-v3.version-1 table.result-short-summery tr.r-live:hover,
.result-v3.version-1 table.result-short-summery tr.r-start:hover,
.result-v3.version-1 table.result-short-summery tr.r-result:hover
{
    background: black !important;
    color: #000;
    font-weight: bolder;
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
}

.result-v3.version-1 table.result-short-summery tr.r-live.current-view {
    background: #000 !important;
}
.result-v3.version-1 table.result-short-summery tr.r-start.current-view {
    background: black !important;
}
.result-v3.version-1 table.result-short-summery tr.r-result.current-view {
    background: black !important;
}
tr.r-result:hover{
    cursor: pointer;
}
.clickable:hover{
    cursor: pointer !important;
}
.result-v3.version-1 table.result-short-summery tr.r-half-marathon:hover,
.result-v3.version-1 table.result-short-summery tr.r-half-marathon.current-view {
    background: #000 !important;
}

.bg-header {
    z-index: 1;
    position: relative;
    color: #fff;
    padding: 25px 0 25px;
    font-size: 14px;
    background-position: center;
    margin-bottom: 30px;
}
.bg-header h1 {
    font-size: 26px;
    margin: 0 0 5px;
    line-height: 1.2;
    font-style: normal;
    font-weight: 300;
}
.bg-header:before {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    position: absolute;
    opacity: .95;
background: #002400; /* Old browsers */
background: -moz-linear-gradient(-45deg, #002400 0%, #005700 17%, #008a00 33%, #52b152 67%, #83c783 83%, #b4ddb4 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #002400 0%,#005700 17%,#008a00 33%,#52b152 67%,#83c783 83%,#b4ddb4 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #002400 0%,#005700 17%,#008a00 33%,#52b152 67%,#83c783 83%,#b4ddb4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002400', endColorstr='#b4ddb4',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

/*    background: #5BA98D;*/

}

@media (max-width: 350px) {
	.mobile-ad {
		padding-right: 0px;
		padding-left: 0px;
		overflow-x: hidden;
		width: 320px;
		text-align: left;
	}
}

@media (max-width: 768px) and (orientation: portrait) {
	span.hideIfScreenSmall {
		display: none;
	}	
}

@media (max-width: 992px) and (orientation: portrait) {
	.hideIfScreenMedium {
		display: none;
	}
}

@media screen and ( max-width: 360px ) and (orientation: landscape) {
    /* Remove ad padding so it fits on the screen. */
    /* Remove page padding so we get extra real estate. */
    #div-gpt-ad-1352840209242-small, div#firstBootstrapColumn {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media screen and ( max-width: 360px ) and (orientation: portrait) {
    /* Remove ad padding so it fits on the screen. */
    /* Remove page padding so we get extra real estate. */
    #div-gpt-ad-1352840209242-small, div#firstBootstrapColumn {
        padding-left: 0px;
        padding-right: 0px;
    }
    
    /* Hide certain expanded result details. */
/*     .detailsTimeOfDay, */
    .detailsCategoryPlace,
    .detailsGenderPlace,
    .detailsOverallPlace,
/*     .detailsRaceTime, */
    .detailsPace,
/*     .detailsSplitTime, */
/*     .detailsDistance, */
/*     .detailsSplitName, */
    .detailsSplitDistance
    {
        display: none;
    }
    
    /* Hide certain athlete search result column. */
/*  .athleteSearchDate, */
/*  .athleteSearchEvent, */
/*  .athleteSearchRace, */
/*  .athleteSearchAthlete, */
    .athleteSearchResidence,
    .athleteSearchRank,
/*  .athleteSearchTime, */
    .athleteSearchCategory
    {
        display: none;
    }
    
}

@media screen and ( min-width: 361px ) and ( max-width: 600px ) and ( orientation: portrait ) {
    /* Hide certain expanded result details. */
    .detailsCategoryPlace,
    .detailsGenderPlace,
/*     .detailsTimeOfDay, */
/*     .detailsOverallPlace, */
/*     .detailsRaceTime, */
/*     .detailsPace, */
/*     .detailsSplitTime, */
/*     .detailsDistance, */
    .detailsSplitName,
    .detailsSplitDistance
    {
        display: none;
    }   
}

@media screen and ( min-width: 601px ) and ( max-width: 768px ) {
/* 	.detailsTimeOfDay { */
/* 		display: none; */
/* 	} */
}

@media screen and ( min-width: 860px ) and (max-width: 992px ) {
/* 	.detailsTimeOfDay { */
/* 		display: none; */
/* 	} */
}

/** RESULT ATHLETE AND EVENT POPUP (eventAthleteDetailsDialog)
-------------------------------------------------------------------------------------
**/

#mainForm\:eventAthleteDetailsDialog {
	visibility: visible;
}

.result-content {
	visibility: visible;
	background-color: #FFFFFF;
}

#tab-btns.results-nav a.event-details {
	display: none;
}

a.non-closable {
	display: none;
}

@media (max-width: 860px) {
	#result-summery-wrapp {
		display: none;
		position: fixed;
		top: 0px;
		width: 100%;
		padding-left: 15px;
		padding-right: 30px;
	}
	
	#tab-btns.results-nav a.event-details {
		display: inline-block;
	}
	
	#result-summery-wrapp > * {
		-webkit-transition: none;
		transition: none;
	}
	
	.result-content {
		visibility: visible;
	}
	
	a.non-closable {
		display: inline-block;
	}
	
	#mainForm\:defaultSidePanel {
		display: none;
	}
}

@media (max-width: 768px) {
	#result-summery-wrapp {
		padding-left: 0;
	}
}

@media (max-width: 360px) {
	#result-summery-wrapp {
		padding-right: 0;
	}
}

/** 

Athlete popup

**/
#athlete-popup {
	display:none;
    position: relative;
    bottom: auto;
    background: #fff;
    margin: -5px;
    border: 5px solid rgba(91, 169, 141, .2);
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);

    -webkit-transition: all .3s;
    transition: all .3s;
}

#event-popup{
	display:none;
    position: relative;
    background: #fff;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all .3s;
    transition: all .3s;
    border: 5px solid rgba(91,169,141,.2);
    margin: -5px;
}

#athlete-popup.shown {
	display: block;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

#event-popup.shown {
	display: block;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.athlete-popup-header {
    background: #F55258;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 5px 10px;

}
.athlete-popup-header a {
    color: #fff;
    font-size: 24px;
    position: absolute;
    top: 3px;
    right: 3px;
    line-height: 0;
}
.athlete-popup-content {
    padding: 20px 30px;
    color: #696969;
}
.athlete-name img {
    width: 70px;
    height: 70px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 4px solid #e2e2e2;
    max-width: 70px;
    margin-left: -10px;
}
.athlete-name h3 {
    margin: 10px 0 0;
    font-weight: normal;
    font-size: 20px;
}
table.athlete-info {
    width: 100%;
    font-size: 11px;
    margin-top: 30px;
}
table.athlete-info td {
    padding: 5px;
}

/** 

Race popup

**/
#race-popup {
    position: relative;
/*    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: auto;*/
/*    width: 100%;
    width: calc(100% + 1px);*/
    background: #fff;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);

    -webkit-transition: all .3s;
    transition: all .3s;
}

.sidePanelAd + .ui-outputpanel {
    padding: 20px;
    text-align: justify;
}

div#mainForm\:defaultSidePanel {
	position: relative;
	margin: -5px;
	border: 5px solid rgba(91,169,141,0.2);
	padding-top: 10px;
	background-color: #fff;
}

.popup-textbox {
	font-size: 0.9em;
}

.popup-textbox strong {
	font-size: 1em;
}

.blue-teal {
    /*min-height: 652px;*/
    -webkit-transition: height 1.6s;
    transition: height 1.6s;
}
.blue-teal:before {
    content: '';
    display: block;
    position: absolute;
    top: -5px;
    right: -6px;
    left: -5px;
    bottom: -5px;
    background: rgba(91, 169, 141, .2);

}
.yellow-orange {
    /*min-height: 652px;*/
    -webkit-transition: height 1.6s;
    transition: height 1.6s;
}
.yellow-orange:before {
    content: '';
    display: block;
    position: absolute;
    top: -5px;
    right: -6px;
    left: -5px;
    bottom: -5px;
    background: #fff200; /* Old browsers */
    background: -moz-linear-gradient(-45deg,  #fff200 0%, #f88f2c 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#fff200), color-stop(100%,#f88f2c)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg,  #fff200 0%,#f88f2c 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg,  #fff200 0%,#f88f2c 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg,  #fff200 0%,#f88f2c 100%); /* IE10+ */
    background: linear-gradient(135deg,  #fff200 0%,#f88f2c 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff200', endColorstr='#f88f2c',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
a.close-this {
    position: absolute;
    z-index: 2;
    color: #ccc;
    font-size: 24px;
    line-height: 0;
    top: 5px;
    right: 5px;
}
a.correct-this {
    position: absolute;
    z-index: 2;
    color: #ccc;
    font-size: 20px;
    line-height: 0;
    top: 5px;
    left: 5px;
}
#result-summery-wrapp .result-copy {
    position: absolute;
    z-index: 1;
    color: #fff;
    padding: 20px;
    font-size: 14px;
    top: 0;
    left: 0;
    width: 100%;
}
#result-summery-wrapp #result-summery.result-copy {
    padding: 0;
}
#result-summery-wrapp .result-copy a {
    /*color: #fff;*/
    font-weight: 500;
}
table.race-info-table {
    width: 100%;
    font-size: 11px;
}
table.race-info-table a {
    -ms-word-break: break-all;

         /* Be VERY careful with this, breaks normal words wh_erever */
         word-break: break-all;

         /* Non standard for webkit */
         word-break: break-word;

    -webkit-hyphens: auto;
       -moz-hyphens: auto;
            hyphens: auto;
}
table.race-info-table td {
    padding: 6px 6px 6px 0;
}
table.race-info-table td:first-child {
    text-transform: uppercase;
}
.scrollable-sidebar {
	min-width: 310px;
}
/**

Calendar template
**/

.slider {
	padding: 10px;
	padding-bottom: 20px;
}

.tooltip {
	display: block;
	position: absolute;
	top: -25px;
	padding: 5px;
	left: 3px;
	text-align: center;
	width: 25px;
	opacity: 1;
}

.tooltip strong {
	display: block;
	padding: 2px;
}

.noUi-marker-normal {
	display: none;
}

.noUi-origin {
	-webkit-transition: left 0.3s;
	transition: left 0.3s;
}

#calendar-forms .noUi-handle {
	cursor: -webkit-grab;
}

#calendar-forms .noUi-active {
	cursor: -webkit-grabbing;
}

.noUi-marker-large, .noUi-marker-normal, .noUi-marker-sub {
	display: none;
}

#slider-month {
	margin-bottom: 40px;
}

#slider-month .noUi-horizontal .noUi-handle {
	visibility: hidden;
}

.tooltip-month {
	border: 1px solid #ccc;
	background-color: #ccc;
	border-radius: 5px;
	width: 120%;
	height: 110%;
	top: -2px;
	position: absolute;
	left: -5px;
	z-index: 2;
	visibility: visible;
}

.tooltip-month div {
	overflow: hidden;
	width: 34px;
	padding: 5px 0 0 3px;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 500;
}

div.select-letters>span {
	/* border: 1px solid red; */
	display: none;
}

div.select-letters>span:nth-child(1), div.select-letters>span:nth-child(2),
	div.select-letters>span:nth-child(3) {
	width: 10px;
	padding: 0;
	margin: 0;
	float: left;
	display: inline-block;
	text-align: center;
	overflow: hidden;
}

#slider-month .noUi-value.noUi-value-horizontal {
	padding: 0;
	font-size: 10px;
	color: #aaa;
	top: -14px;
	text-transform: uppercase;
	width: 30px;
}

#slider-month .noUi-base {
	z-index: 1;
	width: 92%;
	margin: 0 auto;
}

#slider-month .noUi-pips-horizontal {
	width: 92%;
}

#slider-month .noUi-pips {
	position: relative;
	top: 0px;
	margin: 0 auto;
}

#slider-date {
	padding: 0 15px;	
}

#slider-date .noUi-pips {
	position: relative;
}

#slider-date .noUi-pips-horizontal {
	top: 0px;
}

#slider-date .noUi-value.noUi-value-horizontal {
	font-size: 10px;
	padding-top: 2px;
	color: #777;
}

/* RESPONSIVE */
@media screen and (min-width: 861px) and (max-width: 992px) {
	div.select-letters>span:nth-child(2), div.select-letters>span:nth-child(3)
		{
		display: none;
	}
	div.select-letters>span:nth-child(1) {
		width: 100%;
	}
	#slider-date div.noUi-pips .noUi-value:nth-of-type(odd) {
		display: none;
	}
	#slider-date .noUi-value.noUi-value-horizontal.noUi-value-sub:nth-of-type(even)
		{
		display: none;
	}
}

@media screen and (max-width: 500px) {
	div.select-letters>span:nth-child(2), div.select-letters>span:nth-child(3)
		{
		display: none;
	}
	div.select-letters>span:nth-child(1) {
		width: 100%;
	}
	#slider-date div.noUi-pips .noUi-value:nth-of-type(odd) {
		display: none;
	}
	#slider-date .noUi-value.noUi-value-horizontal.noUi-value-sub:nth-of-type(even)
		{
		display: none;
	}
}

/* .ui-slider { */
/* 	border: 1px solid #aaaaaa; */
/* 	border-bottom-left-radius: 5px; */
/* 	border-bottom-right-radius: 5px; */
/* 	border-top-left-radius: 5px; */
/* 	border-top-right-radius: 5px; */
/* } */

/* .ui-slider-handle { */
/* 	border: 1px solid #d3d3d3; */
/* 	background: #e6e6e6; */
/* 	font-weight: normal; */
/* 	color: #555555; */
/* } */
.cal-results {
    position: relative;
    z-index: 3;
}


table.cal-results {
    font-size: 9pt;  
    font-size: 12px;  
    text-align: left;
    width: 100%;
    color: #636363;
    font-weight: 500;
}
table.cal-results a {
    display: inline-block;
    color: #858585;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}
table.cal-results strong {
    color: #444;
    font-size: 14px;
}
table.cal-results td {
    padding: 20px;
    border-top: 1px solid rgba(178, 212, 220, .4);
    vertical-align: top;
}
table.cal-results tr:first-child td {
    /*border-top: none;*/
}
table.cal-results td:first-child {
    vertical-align: sub;
    padding-right: 5px;
}
table.cal-results td {
    text-transform: uppercase;
    font-size: 10px;
    max-width: 100px;
}
.status-title {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: normal;
    margin: 0;
    /*background: #3CB878;*/
    /*color: #fff;*/
   color: yellow;
    line-height: 1;
    padding: 16px 20px 16px;
    margin-right: -15px;
}
.divid-this {
	border-right: 1px solid rgba(178, 212, 220, .4);
    position: relative;
}

.divid-this:before {
    content: attr(data-content);
    font-size: 8px;
    width: 18px;
    height: 18px;
    border: 1px solid #ccc;
    display: inline-block;
    text-align: center;
    line-height: 16px;
    position: absolute;
    background: #fff;
    border-radius: 50%;
    right: -9px;
    top: 8px;
}
.divid-this-no-circle:before {
    content: '' !important;
    border: none !important;
    background: transparent !important;
}

.calendar-content {
    border: 1px solid rgba(178, 212, 220, .4);
	background-color: white;
}

.content-header .page-title {
    text-transform: none !important;
    font-size: 200% !important;
}
a.view-trigger {
    font-size: 12px;
    color: #3CB878 !important;
    padding: 5px 5px;
    border: 2px solid #3CB878 !important;
    margin: 0 2px 5px 0;
    display: inline-block;
    font-weight: 500;
}
a.view-trigger:hover {
    color: #fff !important;
    background: #3CB878 !important;
}
.btn-trigger a {
    border: 1px solid #ccc;
    padding: 5px 5px;
    margin: 2px;
}
.btn-trigger a:hover {
    background: #F5F5F5 !important;
    color: #444 !important;
}
.calendar-content label.styled-label {
    margin-top: 7px;
}
h5.form-title {
    color: #4a4a4a;
/*     margin: -10px 0 -5px; */
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    padding-left: 2px;
}
.form-footer {
    color: #4a4a4a;
/*     margin: -10px 0 -5px; */
    font-weight: 500;
    font-size: 10px;
    text-transform: uppercase;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}

/* Header for Results and  Events List */
.cal-header {
 /*   background: #ebebeb; */
 
/*   background: #0D930D; */
background: #555555;
/*    background: #00B156; */
    border-top: 1px solid rgba(178, 212, 220, .4);
}

#misc {
    text-align: right;
    color: #4a4a4a;
    font-weight: normal;
    font-size: 11px;
    text-transform: uppercase;
    margin: 0;
    line-height: 1;
    padding: 16px 20px 11px;
    margin-left: -15px;
}
#misc span {
    display: inline-block;
    position: relative;
    margin-left: 30px;
    margin-bottom: 5px;
}

#misc span.completed-misc:before {
/*    background: #5ec6b8; */
      background: #000;
}
#misc span.view-misc:before {
    background: #00accb;
}
#misc span.no-misc:before {
    background: grey;
}
#picked {
    text-align: right;
    color: #4a4a4a;
    font-weight: normal;
    font-size: 11px;
    text-transform: uppercase;
    margin: 0;
    line-height: 1;
    padding: 16px 20px 11px;
    margin-left: -15px;
}
#picked span {
    display: inline-block;
    position: relative;
    margin-left: 15px;
    margin-bottom: 5px;
    margin-right: 15px;
    cursor: pointer;
    font-weight: 500;
}
#picked > span > span:before {
    content: "\f00d";
    display: inline-block;
    position: absolute;
    top: 1px;
    right: -12px;
    width: 12px;
    text-align: right;
    color: #B4B4B4;
    font-family: FontAwesome;  
    font-style: normal;  
    font-weight: normal; 
    line-height: 1; 
    -webkit-font-smoothing: antialiased; 
    -moz-osx-font-smoothing: grayscale;
}

.legend-group {
    text-align: left !important;
    font-size: 12px;
    color: yellow;
    text-transform: uppercase;
    margin: 0px 0px 15px -15px;
    padding: 1px 20px 11px;
}
.legend {
    vertical-align: middle;
    padding: 5px;
    margin-top: 2px;
    margin-right: 5px;
    margin-bottom: 6px;
    margin-left: 2px !important;
    display: inline-block;
    border-radius: 3px;
    border: 1px solid #000;
}
.live-misc {
    color: #fff;
    border-color: #000;
    background-color: red;
}
.completed-misc {
    color: #fff;
    border-color: #000;
    background-color: black;
}
.view-misc {
    color: #fff;
    border-color: #000;
    background-color: darkgreen;
}

.view-preview {
   color: #fff;
   border-color: gray;
   background-color: red;
}

.view-upcoming {
   color: #fff;
   border-color: gray;
   background-color: black;
}
  

/* Event Listing - Race Links */

.btn-trigger a {
	font-weight: 400;
	font-size: 12px;
	border-size: 2px;
	padding-bottom: 2px;
}
.btn-trigger a.live-btn {
    color: #fff;
    border-color: gray;
    background-color: #AB0000;
}
.btn-trigger a.completed-btn {
    color: #fff;
    border-color: gray;
    background-COLOR: #000;
}
.btn-trigger a.view-btn {
    color: #fff;
    border-color: gray;
    background-color: #ab0000;
}

.btn-trigger a.preview-btn {
    color: #fff;
    border-color: gray;
    background-color: #ab0000;
}

/* Hover States */
.btn-trigger a.live-btn:hover {
    color: white !important;
    background: darkgreen !important;
}

.btn-trigger a.view-btn:hover {
    background: darkgreen !important;
    color: white !important;
}
.btn-trigger a.completed-btn:hover {
    background: darkgreen !important;
    color: white !important;
}
a.view-trigger {
    border-width: 2px !important;
}

/*.result-v3.version-1.calendar-page .gradient-box,*/
.gradient-box {
    position: relative;
    padding: 50px 30px;
    background-size: cover;
    background-position: center;
    background-color: #fff;
    margin: 0;
}

.gradient-box:nth-child(2) {

}

.gradient-box:before {
    content: '';
    display: block;
    /*display: none;*/
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: .3;
    z-index: 0;
    background: #fff;
    /*background: -moz-linear-gradient(55deg, #009ff2 0%, #00d67e 100%); /* ff3.6+ */
    /*background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #009ff2), color-stop(100%, #00d67e)); /* safari4+,chrome */
    /*background: -webkit-linear-gradient(55deg, #009ff2 0%, #00d67e 100%); /* safari5.1+,chrome10+ */
    /*background: -o-linear-gradient(55deg, #009ff2 0%, #00d67e 100%); /* opera 11.10+ */
    /*background: -ms-linear-gradient(55deg, #009ff2 0%, #00d67e 100%); /* ie10+ */
    /*background: linear-gradient(35deg, #009ff2 0%, #00d67e 100%); /* w3c */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d67e', endColorstr='#009ff2',GradientType=0 ); /* ie6-9 */
}
.gradient-box * {
    position: relative;
    z-index: 2;
}
.gradient-box:after {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #5BA98D;
    content: '';
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all .3s;      
    transition: all .3s;
}
.btn-trigger .btn-wrapper {
    max-height: 24px;
    overflow: hidden;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.btn-trigger .btn-wrapper.showup {
    max-height: 500px;
}
a.ellipsis {
    float: right;
}
table.result-search {
    color: #333;  
    font-size: 11px;  
    text-align: center;
    background: #FFF;
    width: 100%;
    table-layout: auto!important;
}
table.result-search td {
    padding: 10px 10px!important;
    border-style: none;
}
table.result-search th {
    font-weight: 500;
    font-size: 10px;
    color: #fff;
    background: #5ec6b8;
    padding: 14px 5px;
    border-style: none;
}
table.result-search .btn-trigger a {
    display: inline-block;
    border-radius: 3px;
    font-size: 10px;
    line-height: 1.3;
}

.athleteSearchDate {
	white-space: nowrap;
}
.athleteSearchEvent {
	
}
.athleteSearchRace {
	
}
.athleteSearchAthlete {
/* 	white-space: nowrap; */
	text-transform: uppercase;
	min-width: 100px;
}
.athleteSearchResidence {
/* 	white-space: nowrap; */
	min-width:100px;
}
.athleteSearchRank {
	
}
.athleteSearchChipTime, .athleteSearchGunTime {
	white-space: nowrap;
}

.mobile-table-header {
	display: none;
}
.mobile-results-header {
	display: none;
}

@media ( max-width : 500px) {
	.mobile-table-header {
		display: block;
		float: left;
		width: 100px;
		text-align: right;
		padding-left: 10px;
		padding-right: 10px;
		font-weight: 600;
		text-transform: uppercase;
	}
	.mobile-results-header {
		display: block;
		text-align: center;
		padding-left: 10px;
		padding-right: 10px;
/* 		font-weight: 600; */
		font-size: 11px
		text-transform: uppercase;
	}
	.calendar-content .ui-datatable thead th {
		display: none;
	}
	.calendar-content .ui-datatable tbody tr.ui-widget-content {
		border-bottom: 1px solid #ccc;
	}
	.calendar-content .ui-datatable tbody td {
		display: block;
		text-align: left;
		padding: 5px!important;
	}
}

.athleteSearchCategory {
/* 	white-space: nowrap; */
}

table.results.overview-result th {
	background-color: black;
}

table.results.overview-result a.athlete-trigger,
table.results.overview-result a.athlete,
table.result-search .athlete-trigger {
    color: darkgreen;
    font-weight: 500;
}
table.results.overview-result a.athlete-trigger:hover,
table.results.overview-result a.athlete:hover,
table.result-search .athlete-trigger:hover {
    text-decoration: underline;
}
a.view-result-page {
    text-transform: uppercase;
    font-size: 10px;
    border: 1px solid;
    padding: 2px 10px;
    color: #3CB878;  
    border-color: #3CB878;
    border-radius: 3px;
}
a.view-result-page:hover,
a.view-result-page:focus,
a.view-result-page:active {
    background: #3CB878 !important;  
    color: #FFF !important;
}
#athlete-content {
    background: #fff;
    padding: 10px;
    color: #838383;
}
#athlete-content table {
    text-transform: uppercase;
    font-size: 11px;
    margin-bottom: 20px;
}
#athlete-content table td {
    padding: 6px 25px 6px 0;
}
#athlete-content table td:first-child {
    font-weight: 500;
    color: #444;
}
#result-summery .athlete-socials a {
    color: #68c5bb;
    text-transform: none;
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
}
#result-summery .athlete-socials a i {
    display: inline-block;
    width: 25px;
    height: 24px;
    border: 2px solid;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    border-radius: 50%;
}
#result-summery .athlete-socials a span {
    color: #505050;
    font-size: 10px;
}
#result-summery .athlete-socials a small {
    font-size: 9px;
}

/**

About template


**/

.light-skin #top-navigation {
    background: #fff;
    border-bottom: none;
}
.light-skin #top-navigation .site-nav > li > a {
    color: #3d3f47;
}

.light-skin .hb_btn {
    color: #fff !important;
    background: #5ec6b8;
    border-color: transparent;
    /*font-size: 80%;*/
    padding: 12px;
}

.light-skin .hb_btn_xl {
    padding: 12px 36px;
}

.light-skin .hb_btn.hb_shadow {
    box-shadow: 0 2px 0 #339D66;
}

.light-skin .hb_btn.hb_shadow:focus,
.light-skin .hb_btn.hb_shadow:active,
.light-skin .hb_btn.hb_shadow:hover {
    box-shadow: 0 2px 0 #46B279;
    background: #4CDE92;
}

.light-skin #site-logo {
    padding-top: 12px;
}

/*.light-skin #site-navigation ul.sub-menu {
    width: 100%;
    background: #5ec6b8;
}
.light-skin #site-navigation .sub-menu li {
    background: transparent;
    display: inline-block;
}
.light-skin #site-navigation .sub-menu a {
    color: #fff;
    padding: 11px 15px 6px;
    background: transparent !important;
}
.light-skin #top-navigation #site-navigation li {
    position: static;
}

.light-skin #top-navigation > div > .row > div:nth-child(2) {
    position: inherit;
}*/

.light-skin #second-menu {
    text-align: center;
    margin-top: 10px;
    background: #3CB878;
    position: relative;
    padding: 5px 0;
    z-index: 2;
    /*font-size: 80%;*/
}
.light-skin #second-menu a {
    color: #fff;
}

.light-skin #second-menu .active {
    font-weight: 500;
}

.light-skin #site-navigation .has-sub:after {
    content: '';
    display: block;  
    width: 0;  
    height: 0;  
    border-style: solid;  
    border-width: 0 14px 14px;
    position: absolute;  
    border-color: #3CB878 rgba(0, 0, 0, 0);  
    top: autox;  
    right: auto;  
    bottom: -26px;  
    left: 50%;
    margin-left: -14px
}

.light-skin #site-navigation > ul > li > a {
    /*font-weight: 500;*/
}

.light-skin #top-navigation {
    height: auto;
    padding-bottom: 0;
}

.light-skin #wrapper {
    padding-top: 33px;
}
.light-skin header#masthead {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99999;
    font-size: 75%;
    letter-spacing: 1px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1),0 -1px 0 #FFF inset;
    -moz-box-shadow: 0 5px 5px rgba(0,0,0,0.1),0 -1px 0 #fff inset;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1),0 -1px 0 #FFF inset;
}

.scrolled.light-skin header#masthead {
    top: -63px;
}

.light-skin #site-banner img {
    width: 100%;
    height: auto;
}

.light-skin #toggle-menu {
    color: #3d3f47;
}

.light-skin .section {
    line-height: 1.7;
    text-align: center;
    padding: 120px 0;
    color: #717171;
    font-weight: 300;
    border-bottom: 1px solid #e5e5e5;
    background: url('../images/section-bg.jpg');
    background-repeat: no-repeat;
    background-position: bottom center;
}

.light-skin .section h1,.light-skin .section .h1,
.light-skin .section h2,.light-skin .section .h2,
.light-skin .section h3,.light-skin .section .h3,
.light-skin .section h4,.light-skin .section .h4,
.light-skin .section h5,.light-skin .section .h5,
.light-skin .section h6,.light-skin .section .h6 {
    color: #333;
}

.light-skin .section .section-title {
    margin: 0 0 30px;
    font-weight: normal;
}

.light-skin .section p {
    font-size: 110%;
    margin-bottom: 20px;
}

.light-skin .team {
    line-height: 1;
    font-size: 80%;
    text-transform: capitalize;
}
.light-skin .team a {
    display: block;
    margin-bottom: 30px;
}
.light-skin .team h3 {
    font-size: 110%;
}
.light-skin .team-image {
    border-radius: 5px;
    overflow: hidden;
    display: inline-block;
}
.light-skin .services,
.light-skin .team {
    padding-top: 60px;
}

.light-skin .services > div > h3 {
    text-transform: uppercase;
    font-size: 110%;
}
.light-skin .services > div > a {
    text-transform: uppercase;
    font-size: 90%;
    display: block;
    margin-bottom: 10px;
    color: #ff3535;
}

.light-skin .services > div {
    margin-bottom: 20px;
}

.hb-icon {
    display: inline-block;
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.hb-pin {
    background-image: url('../images/pin.png');
}

.hb-fire-ball {
    background-image: url('../images/fire-ball.png');
}

.light-skin #site-logo img {
    width: 140px;
    height: auto;
}
.light-skin nav#site-navigation {
    padding-top: 8px;
}
.light-skin #top-navigation li {
    margin-right: 50px;
    margin-bottom: 5px;
    margin-top: 5px;
}
.light-skin #top-navigation li:last-child {
    margin-right: 0;
}

.team-members {
    text-align: center;
    padding-bottom: 135px;
    padding: 70px 0 0;
}
.team__item {
    display: inline-block;
    color: #3D3F47;
    padding: 0 0 30px;
    margin: 0;
    width: 20%;
    float: left;
}
.team__item__img {
    display: block;
    width: 125px;
    height: 125px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    margin: 0 auto 12px;
    background-color: #4B8FBD;
    color: #FFF;
    font-size: 100px;
    vertical-align: middle;
}
.team__item__name {
    display: block;
    font-size: 100%;
    font-weight: 500;
    padding-bottom: 7px;
}
.team__item__post {
    display: block;
    font-size: 90%;
    font-weight: 300;
}

a.sponser {
    display: block;
    margin: 20px auto;
}

*:nth-child(2) > a.sponser { opacity: .8 }
*:nth-child(3) > a.sponser { opacity: .6 }
*:nth-child(4) > a.sponser { opacity: .4 }
*:nth-child(5) > a.sponser { opacity: .2 }

a.sponser:hover,
a.sponser:focus,
a.sponser:active { opacity: 1 }

#owl-slider .item img{
  display: block;
  width: 100%;
  height: auto;
}
#bar{
  width: 0%;
  max-width: 100%;
  height: 6px;
  background: #3CB878;
}
#progressBar{
  width: 100%;
  background: #EDEDED;
  position: absolute;
  bottom: 0;
  z-index: 9999;
}

.owl-theme .owl-controls .owl-buttons .owl-prev,
.owl-theme .owl-controls .owl-buttons .owl-next {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    padding: 0;
    line-height: 50px;
    font-size: 20px;
    text-align: center;
    background: rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    margin-top: -25px;
}
.owl-theme .owl-controls .owl-buttons .owl-prev {
    left: 20px;
}
.owl-theme .owl-controls .owl-buttons .owl-next {
    right: 20px;
}
.owl-prev .owl-theme .owl-controls {
    margin: 0;
}


ul.user-stories__list {
    padding: 70px 0 0;
}
.user-stories__list li {
    display: inline-block;
    width: 31.3333%;
    float: left;
    margin: 0 1% 20px;
    text-align: center;
}
.user-stories__list img,
.user-stories__list i {
    display: block;
    width: 123px;
    height: 123px;
    margin: 0 auto 13px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
.user-stories__list h3 {
    font-size: 16px;
    margin: 0;
    padding: 0 0 5px 0;
}
.user-stories__list span {
    font-size: 14px;
    display: block;
    margin: 0 0 13px 0;
}
.btn_white2:hover,
.btn_white2:active, 
.btn_white2.active, 
.btn_white2:focus {
    border: 1px solid #4581AB;
    color: #4581AB;
}
.btn_white2 {
    border: 1px solid #CDCDCD;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    -webkit-background-clip: padding;
    -moz-background-clip: padding;
    background-clip: padding-box;
    background: none;
    color: #717171;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 25px;
}
.owl-item .item {
    position: relative;
}
.owl-item .item-content {
    position: absolute;
    width: 100%;
    z-index: 1;
    top: 50%;
    left: 0;
    margin-top: -70px;
    text-align: center;
    color: #fff;
    font-weight: 300;

    display: none;
}

.owl-item.active .item-content {
    display: block;
    -webkit-animation: PlaytoBottomFromTop 0.4s forwards;
    -moz-animation: PlaytoBottomFromTop 0.4s forwards;
    animation: PlaytoBottomFromTop 0.4s forwards;
}

.owl-item .item-content h1,
.owl-item .item-content h2,
.owl-item .item-content h3 { font-weight: 300 }

.btn_white, 
.btn_white4 {
    border: 1px solid #FFF;
    border: 1px solid rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    -webkit-background-clip: padding;
    -moz-background-clip: padding;
    background-clip: padding-box;
    color: #FFF;
    font-size: 12px;
    font-weight: 300;    
    padding: 7px 37px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.btn_white4 {
    color: #666;
    background: #fff;
    border: 1px solid #FFF;
    border: 1px solid rgba(255, 255, 255, 0.5);
}
.btn_white4:hover {
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
}
.btn_white:hover {
    background: rgba(0, 0, 0, 0.1);
    color: #fff;
}

ul.demo__status {
    list-style: none;
    padding: 0;
    margin: 0;
}
.demo__status li {
    display: inline-block;
    width: 220px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 23px 0 50px 0;
}
.demo__status li:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    display: block;
    width: 15px;
    height: 15px;
    margin: 0 0 0 -6px;
    border: 2px solid #8C8C8C;
    -webkit-border-radius: 80px;
    -moz-border-radius: 80px;
    -ms-border-radius: 80px;
    -o-border-radius: 80px;
    border-radius: 80px;
    -webkit-background-clip: padding;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 0 4px #FFF;
    -moz-box-shadow: 0 0 0 4px #fff;
    box-shadow: 0 0 0 4px #FFF;
    background: #FFF !important;
    z-index: 4 !important;
}
.demo__status li:after {
    content: '';
    position: absolute;
    z-index: 2 !important;
    left: 0;
    top: 8px;
    display: block;
    border-top: 1px dashed #DBDBDB;
    width: 220px;
}
.demo__status li:first-child:after {
    width: 50%;
    left: auto;
    right: 0;
}
.demo__status__item3:after {
    width: 50% !important;
}
.demo__status li h3 {
    color: #717171 !important;
    font-size: 110%;
    padding-bottom: 12px;
    margin: 0;
}
.demo__status li p {
    color: #B7B7B7;
    font-size: 100% !important;
}

form.form {
    max-width: 410px;
    margin: 0 auto;
    position: relative;
}
.textbox_required {
    /*display: inline-block;*/
    padding: 0 0 20px;
    position: relative;
}
.textbox_required:before {
    content: '*';
    position: absolute;
    z-index: 100;
    right: 10px;
    top: 10px;
    display: block;
    font-weight: 500;
    font-size: 25px;
    color: #FFF;
}
form.form .textbox, 
form.form .textarea, 
form.form input[type=text], 
form.form input[type=email], 
form.form input[type=password], 
form.form input[type=tel], 
form.form input[type=search] {
    width: 100%;
    height: 55px;
    line-height: 25px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-background-clip: padding;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #C3CDD5;
    border: 0;
    color: #FFF !important;
    font-size: 20px;
    font-weight: 400;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 22px;
    outline: none;
    -webkit-font-smoothing: antialiased !important;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
}
form.form .textbox.textbox_small,
form.form .textbox_small.textarea,
form.form input[type=text].textbox_small,
form.form input[type=email].textbox_small,
form.form input[type=password].textbox_small,
form.form input[type=tel].textbox_small,
form.form input[type=search].textbox_small {
    width: 200px;
}
form.form ::-webkit-input-placeholder {
   color: #fff;
}

form.form :-moz-placeholder { /* Firefox 18- */
   color: #fff;  
}

form.form ::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;  
}

form.form :-ms-input-placeholder {  
   color: #fff;  
}

form.form input[type="submit"] {
    width: 409px;
    max-width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}


/**

tablet 

**/

#tblet-slider {
    padding-top: 40px;
}

.hb_slide_content {
    position: relative;
    padding: 17px 12px 16px 63px;
    line-height: 1.5;
}
.hb_slide_content:before {
    content: '';
    position: absolute;
    left: -15px;
    margin: -18px 0 0;
    display: none;
    top: 50%;
    width: 0;
    height: 0;
    border-top: 18px solid rgba(0, 0, 0, 0);
    border-bottom: 18px solid rgba(0, 0, 0, 0);
    border-right: 18px solid #85b75c;
}
.hb_slide_title {
    font-weight: 500;
}
.hb_slide_content span {
    color: #B7B7B7;
}
#tablet-slides .item{
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
#tablet-navigation .owl-item {
    min-width: 100%;
}
#tablet-navigation .item{
    text-align: left;
    cursor: pointer;
    margin: 0 0 15px 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
img#tablet-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}
#tablet-navigation .item h1{
    font-size: 18px;
}
#tablet-navigation .owl-item:hover .item,
#tablet-navigation .synced .item{
    background: #85b75c;
    color: #fff;
}
#tablet-navigation .item:after {
    content: '';  
    position: absolute;  
    left: 37px;  
    top: 45px;  
    z-index: 10;  
    display: block;  
    border-left: 1px dashed #DBDBDB;  
    width: 0;  
    height: 100%;
}
#tablet-navigation .owl-item:last-child .item:after { display: none }

#tablet-navigation .owl-item{
    -webkit-backface-visibility: none;
    -moz-backface-visibility:    none;
    -ms-backface-visibility:     none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
}

#tablet-navigation .item:before {
    content: '';  
    position: absolute;  
    left: 30px;  
    top: 28px;  
    display: block;  
    width: 15px;  
    height: 15px;  
    border: 2px solid #85b75c;  
    -webkit-border-radius: 50%;  
    -moz-border-radius: 50%;  
    -ms-border-radius: 50%;  
    -o-border-radius: 50%;  
    border-radius: 50%;  
    -webkit-background-clip: padding;  
    -moz-background-clip: padding;  
    background-clip: padding-box;
}
#tablet-navigation .owl-item:hover .hb_slide_content span,
#tablet-navigation .synced .hb_slide_content span {
    color: #fff;
}
#tablet-navigation .owl-item:hover .item:before,
#tablet-navigation .synced .item:before {
    border: 2px solid #b7e193;
}
#tablet-navigation .owl-item:hover .item .hb_slide_content:before,
#tablet-navigation .synced .item .hb_slide_content:before { display: block; }

#tablet-slides {
    padding: 8% 12% 0;
}
#tablet-slides-wrpper {
    position: relative;
}


/****** end of tablet */


/**

mobile 

**/

#mobile-slider {
    padding-top: 40px;
}

.hb_slide_content {
    position: relative;
    padding: 17px 12px 16px 63px;
    line-height: 1.5;
}
#mobile-slider .hb_slide_content:before {
    content: '';
    position: absolute;
    left: auto;
    right: -30px;
    margin: -18px 0 0;
    display: none;
    top: 50%;
    width: 0;
    height: 0;
    border-top: 18px solid rgba(0, 0, 0, 0);
    border-bottom: 18px solid rgba(0, 0, 0, 0);
    border-left: 18px solid #4b8fbd;
    border-right: 18px solid rgba(0, 0, 0, 0);
}
.hb_slide_title {
    font-weight: 500;
}
.hb_slide_content span {
    color: #B7B7B7;
}
#mobile-slides .item{
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

/****** end of mobile */


/**

Laptop

*/
div#laptop-slides {
    position: absolute;
    top: 0;
    left: 50%;
    width: 480px;
    margin-left: -240px;
    padding-top: 25px;
}
div#laptop-slides-wrpper {
    position: relative;
}
img#laptop-cover {
    position: relative;
    z-index: 99;
}

#laptop-navigation div.owl-item {
    position: relative;
    display: inline-block !important;
    float: none !important;
    width: 31.3333% !important;
    margin: 30px 1% 1%;
    padding: 10px;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.hb_labtop_content span {
    color: #B7B7B7;
    font-size: 90%;
}

#laptop-navigation .owl-item:before {
    position: absolute;
    content: '';
    top: -15px;  
    left: 50%; 
    margin: 0 0 0 -18px;  
    right: auto;  
    border: 0; 
    border-left: 18px solid rgba(0, 0, 0, 0);  
    border-right: 18px solid rgba(0, 0, 0, 0);
}

#laptop-navigation .owl-item:hover:before,
#laptop-navigation .owl-item.synced:before {
    border-bottom: 18px solid #45ACA4;
}
#laptop-navigation div.owl-item:hover .hb_labtop_content span,
#laptop-navigation div.owl-item.synced .hb_labtop_content span,
#laptop-navigation div.owl-item:hover,
#laptop-navigation div.owl-item.synced {
    background: #45ACA4;
    color: #fff !important;
}

div#laptop-slider {
    padding-top: 40px;
}

/****** end of laptop */


.text-align-left { text-align: left; }


/**

Contact

*/
.green_box {
    display: block;
    background: #7cc576;
    text-align: left;
    color: #fff !important;
    font-size: 90%;
    margin-bottom: 30px;
}
.green_box:focus,
.green_box:active,
.green_box:hover {
    background: #3CB878;
}
.green_box span {
    display: block;
}
.green_box__head {
    padding: 15px;
    background: #3CB878;
    text-transform: uppercase;
}
.green_box__body {
    padding: 10px;
    min-height: 140px;
}
.green_box__footer {
    padding: 15px 10px;
    text-transform: uppercase;
}

#contact-boxes {
    margin-top: -220px;
}

#contact-form-wrapper {
    padding-top: 50px;
}
form#contact_form {
    padding-top: 30px;
    text-align: left;
}
.modern-form label,
.modern-form select,
.modern-form textarea,
.modern-form input {
    display: block;
    width: 100%;
    margin-bottom: 5px;
    outline: 0;
    font-size: 90%;
    font-weight: 400;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.modern-form select,
.modern-form input {
    height: 35px;
    padding: 0 10px;
    margin-bottom: 15px;
    border: 1px solid #dfdfdf; 
}
.modern-form textarea {
    height: 191px;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #dfdfdf; 
    resize: vertical;
}
.modern-form input[type="submit"] {
    padding: 0;
    height: 33px;
}

/**

New Header

*/
#thin-navigation {
    background: #1e1f20;
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1px;
}
#thin-navigation a {
    font-weight: 500;
    display: inline-block;
    color: #fff;
    vertical-align: top;
}
#thin-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.navigation > li {
    display: inline-block;
    border-right: 1px solid #383838;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}
ul.navigation > li > a {
    padding: 15px 20px;
}
#thin-navigation ul.navigation {
    margin-left: -15px;
}
ul.navigation .fa:before {
    font-size: 16px;
}
ul.navigation .fa {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}
.alin-right {
    text-align: right;
}
.alin-right ul.navigation > li {
    border-right: none;
    border-right: none;
    border-left: 1px solid #383838;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}
#thin-navigation .alin-right ul.navigation {
    margin-left: 0;
    margin-right: -15px;
}
#sportstate-logo {
    text-align: center;
}
#sportstate-logo a {
    line-height: 45px;
    max-width: 170px;
}
a.hb-icons img {
    width: 30px;
    height: 30px;
}
ul.navigation > li > a.hb-icons {
    padding: 7px 14px;
}
.hb-icons.avatar-icon img {
    border-radius: 50%;
}
a.hb-icons.globe-icon:after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #fa3838;
    border-radius: 50%;
    position: relative;
    top: -10px;
}

.results_ad_holder {
    float: none;
    padding-top: 15px;
    padding-bottom: 15px;
}

/**
    Language picker
*/
nav.navbar-menu-selector ul ul {
    display: none !important;
}

nav.navbar-menu-selector ul li:hover > ul {
    display: block !important;
}

nav.navbar-menu-selector ul li:hover {
    background: #383838 !important;
}

nav.navbar-menu-selector ul {
    background: #1e1f20 !important;
    list-style: none !important;
    position: relative !important;
    display: inline-table !important;
    z-index: 999;
}

nav.navbar-menu-selector ul:after {
    content: "" !important;
    clear: both !important;
    display: block !important;
}

nav.navbar-menu-selector ul li a {
    display: block !important;
    padding: 15px 20px !important;
    color: #fff !important;
    text-align: left !important;
}

nav.navbar-menu-selector ul ul {
    background: #1e1f20 !important;
    border-radius: 0px !important;
    padding: 0 !important;
    position: absolute !important;
    top: 100% !important;
}

nav.navbar-menu-selector ul ul li a {
    padding: 15px 20px !important;
    color: #fff !important;
    text-align: left !important;
}   

nav.navbar-menu-selector ul ul li a:hover {
    background: #383838 !important;
}

/**

New Footer

*/
#colophon.landing-footer {
    color: #aaa;
    background: #1e1f20;
    text-transform: uppercase;
    border-top: 2px solid #44ae7f;
    font-size: 10px;
    letter-spacing: 3px;
    position: relative;
}
#colophon.landing-footer span,
#colophon.landing-footer a {
    color: #fff;
    display: inline-block;
}
#colophon.landing-footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#colophon.landing-footer li {
    display: inline-block;
}

.footer {
	position: relative;
	z-index: 1;
}

ul.footer-navigation > li {
    margin-right: 70px;
}
ul.footer-navigation > li:last-child {
    margin-right: 0;
}
#colophon.landing-footer ul.footer-navigation {
    padding: 35px 0;
}
#fotter-logo {
    text-align: center;
}
#fotter-logo {
    text-align: center;
}

/**

Landing Page 

*/
.landing-page #main {
    padding: 80px 0;
    min-height: 510px;
}

.landing-banner {
    /*max-width: 500px;*/
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.7;
}
.landing-banner a {
    color: #ed1c24;
}
.landing-banner a:hover {
    text-decoration: underline;
}
.landing-banner-logo {
    max-width: 300px;
    text-align: center;
    margin: 0 auto;
}
.landing-banner-desc {
    padding: 30px 0 50px;
}
.landing-banner-races h3 {
    color: #D9232E;
    margin: 0 0 30px;
    font-size: 18px;
}
.landing-banner-races ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
    text-align: left;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 500;
}
.landing-banner-races table {
    width: 100%;
}
.landing-banner-races table td {
    padding: 22px 0;
    border-top: 1px solid #f3f3f3;
    font-weight: 500;
    color: #6F6F6F;
}
.landing-banner-races table th,
.landing-banner-races tfoot td {
    color: #aaa;
    padding: 10px 0;
    font-size: 13px;
    font-weight: normal;
}
.landing-banner-races tfoot td {
    font-style: italic;
}
.landing-banner-races table td:last-child {
    width: 110px;
}
a.btn.btn-danger {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 2px;
    background: #fe5e5e;
    border-color: #FFBFBF #FE5E5E #d85050;
    border-width: 1px 1px 3px;
    padding: 10px 17px;
}
a.btn.btn-danger:hover, 
a.btn.btn-danger:focus, 
a.btn.btn-danger:active, 
a.btn.btn-danger.active {
    background: #FF4545;
}

.result-v3 table.results table td {
    padding: 9px 5px;
}

/**

 HOME PAGE

*/
.home-page {
    background-image: url('../images/mosaic-bg.jpg');
    background-size: cover;
    background-color: #15B1A6;
}
.home-page #thin-navigation {
    background: rgba(65, 65, 65, 0.3);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}
.home-page-box-image-wrapp {
    position: relative;
    height: 0;
    padding-bottom: 62%;
    margin-bottom: 7px;
    overflow: hidden;
}
.home-page-box-image-wrapp img {
    height: 100%;
    display: block;
    min-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.9s;
    transition: all 0.9s;
}
.home-page-box:hover .home-page-box-image-wrapp img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.home-page-box {
    padding: 10px;
    background: #171D25;
    background: rgba(213, 213, 213, 0.1);
    margin-bottom: 30px;
}
.home-page-box a {
    line-height: 1;
    color: #768992;
    font-size: 13px;
    letter-spacing: 1px;
}
.home-page-box a i {
    display: none;
    width: 19px;
    height: 19px;
    background: url('../images/arrow-right.png');
    vertical-align: bottom;
}
#home-page-form-wrapper {
    padding: 80px 0 100px;
    text-align: center;
}

h1.corporate-title {
	font-size: 250%;
}

#home-page-form-wrapper img {
   /*  width: 300px; */
    padding-bottom: 1em;
}

#home-page-form-wrapper p.home {
	margin:0;
	font-size:2.5em;
	font-weight:300;
	color: #fff;
	line-height:1;
	letter-spacing: -1;
}

#home-page-boxes-wrapper {
    margin-bottom: 100px;
}
#home-page-form-wrapper p {
    font-weight: 400;
    margin: 45px 0;
    font-size: 14px;
    color: #5aa68b;
}

.result-content .ui-datatable .ui-datatable-header, .ui-datatable .ui-datatable-footer {
text-align: center;
padding: 0;
}

.result-content .ui-datatable-header {
background-color: #000;
}

.result-content  .ui-datatable thead th, .result-content .ui-datatable tbody td, .ui-datatable tfoot td {
padding: 4px 2px;
}

.result-content .ui-datatable tbody td {
border-color: transparent;
}

.result-content .ui-datatable thead th {
	padding: 12px 2px;
}

.result-content .ui-datatable thead th, .result-content .ui-datatable tbody td, .ui-datatable tfoot td {
border-width: 0;
}

#mainForm\:search_panel {
	padding: 0 10px;
}

@media (max-width: 768px ) {
	.result-city {
		display: none;
	}
	.result-province {
		display: none;
	}
}

.codropsheader {
    width: 100%;
    margin: 0 auto;
    text-align: left;
    padding: 1.4em;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.codropsheader h1 {
    font-size: 2.125em;
    line-height: 1.3;
    margin: 0 0 0.6em 0;
    float: left;
    font-weight: 400;
}

.codropsheader > span {
    display: block;
    position: relative;
    z-index: 9999;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5em;
    padding: 0 0 0.6em 0.1em;
}

.codropsheader > span span:after {
    width: 30px;
    height: 30px;
    left: -12px;
    font-size: 50%;
    top: -8px;
    font-size: 75%;
    position: relative;
}

.codropsheader > span span:hover:before {
    content: attr(data-content);
    text-transform: none;
    text-indent: 0;
    letter-spacing: 0;
    font-weight: 300;
    font-size: 110%;
    padding: 0.8em 1em;
    line-height: 1.2;
    text-align: left;
    left: auto;
    margin-left: 4px;
    position: absolute;
    color: #47a3da;
    background: #fff;
}

.codropsheader nav {
    float: left;
    text-align: center;
    margin-left: 1.5em;
    display: block;
}

.codropsheader nav a {
    display: inline-block;
    position: relative;
    text-align: left;
    width: 2.5em;
    height: 2.5em;
    background: #47a3da;
    border-radius: 50%;
    margin: 0 0.1em;
    border: 3px solid #fff;
}

.codropsheader nav a > span {
    display: none;
}

.codropsheader nav a:hover:before {
    content: attr(data-info);
    color: #fff;
    position: absolute;
    width: 600%;
    top: 120%;
    text-align: right;
    right: 0;
    pointer-events: none;
}

.codropsheader nav a:hover {
    background: #fff;
}

.bp-icon:after {
    font-family: 'bpicons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-align: center;
    color: #fff;
    -webkit-font-smoothing: antialiased;
}

.codropsheader nav .bp-icon:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 2;
    text-indent: 0;
}

.codropsheader nav a:hover:after {
    color: #47a3da;
}

.bp-icon-next:after {
    content: "\e000";
}
.bp-icon-drop:after {
    content: "\e001";
}
.bp-icon-archive:after {
    content: "\e002";
}
.bp-icon-about:after {
    content: "\e003";
}
.bp-icon-prev:after {
    content: "\e004";
}

.demos {
    display: inline-block;
    line-height: 2.4em;
    margin-left: 1em;
    float: right;
}

.demos a {
    display: inline-block;
    color: #fff;
    margin: 0 0.5em;
}

.demos a:hover,
.demos a:focus,
.demos a.current {
    color: rgba(0,0,0,.4);
}

.logo {
    position: absolute;
    top: 20px;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.open-left .side-left .logo,
.open-right .side-right .logo {
    opacity: 0;
}
.logo img {
    /*width: 110px;*/
}
.side-left .logo {
    right: -1px;
    right: 0;
}
.side-right .logo {
    left: -1px;
    left: 0;
}

a.social {
    display: inline-block;
    width: 60px;
    color: #fff;
    text-align: center;
    font-size: 11px;
    vertical-align: top;

  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
a.social:hover {
    color: #fff;
    opacity: .8;
}
a.social span {
    display: block;
    font-size: 24px;
}
.slogan {
    position: absolute;
    width: 100%;
    bottom: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    font-size: .875em;
}
.open-left .side-left .slogan {
    opacity: 0;
}
.open-right .side-right .slogan {
    opacity: 0;
}

.slogan span {
    display: inline-block;
    padding: 10px 0px 15px;
    position: relative;
}
.slogan span:before {
    display: block;
    content: '';
    width: 35px;
    height: 38px;
    position: absolute;
}
.side-left .slogan { text-align: right }
.side-left .slogan,
.side-left .slogan a {
    color: #fff;
}
.side-left .slogan span:before {
    border-style: solid;
    border-width: 1px 0 0 1px;
    top: 7px;
    left: -8px;
}
.side-right .slogan { text-align: left }
.side-right .slogan span:before {
    border-style: solid;
    border-width: 0 1px 1px 0;
    bottom: 10px;
    right: -8px;
}


/**

 Landing 3 

*/
.home-page.landing-3 #wrapper:before {
    display: none;
}
body.landing-3 {
    background-image: url('../images/landing-3-bg.jpg');
    background-size: cover;
}
#hb-hero-form-header,
.landing-3 #thin-navigation {
    background: -moz-linear-gradient(left,  rgba(32,204,117,0.8) 0%, rgba(0,185,231,0.8) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(32,204,117,0.8)), color-stop(100%,rgba(0,185,231,0.8))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(32,204,117,0.8) 0%,rgba(0,185,231,0.8) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(32,204,117,0.8) 0%,rgba(0,185,231,0.8) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(32,204,117,0.8) 0%,rgba(0,185,231,0.8) 100%); /* IE10+ */
    background: linear-gradient(to right,  rgba(32,204,117,0.8) 0%,rgba(0,185,231,0.8) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc20cc75', endColorstr='#cc00b9e7',GradientType=1 ); /* IE6-9 */
}

.landing-3 #thin-navigation {
    box-shadow: none;
}

#hb-hero-form-box {
    max-width: 385px;
    margin: 40px auto 0;
    border-radius: 2px;
    overflow: hidden;
}
#hb-hero-form-header {
    padding: 20px 30px; 
    color: #FFF;
}
#hb-hero-form-header h3 {
    margin: 0;
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    text-align: center;
}
#hb-hero-form-body {
    padding: 30px;
    background: rgba(255, 255, 255, 0.9);
}

#hb-hero-form-body hr {
    margin: 30px -30px;
}
#hb-hero-form-body label {
    font-size: 12px;  
    color: #777;  
    font-weight: 500;  
    line-height: 1;
}
.landing-3 #home-page-form-wrapper {
    text-align: left;
}
.landing-3 #home-page-form-wrapper p {
    font-style: inherit;
}
#hb-hero-form-box p.checkbox label {
    font-size: 10px;
}
.hb-language-form #hb-fancy-popup-box {
    max-width: 620px;
    margin: 80px auto 0;
}
.hb-language-form #hb-fancy-popup-body {
    font-size: 90%;
    background-image: url('../images/globe.png');
    background-repeat: no-repeat;  
    background-position: 90% -40px;
}
.hb-language-form #hb-fancy-popup-body a.current-lang {
    color: #999;
}

.hb-language-form #hb-fancy-popup-header {
    background: none; /* reset old style */
    background-color: #07bdd0;
    background-image: url('../images/globe.png');
    background-repeat: no-repeat;
    background-position: 90% 35px;
}
nav#login-navigation li {
    position: relative;
}

div.login-register {
	padding: 15px 0px 10px 30px;
}

hr.login-register {
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 5px;
}

ul.district-drop {
    padding-top: 6px;
    left: 0;
    right: -3px;
    text-align: left;
}
ul.district-drop:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 7px;
    position: absolute;
    border-color: #FFF transparent;
    top: -7px;
    right: auto;
    bottom: auto;
    left: 50%;
    margin-left: -7px;
}
.district-drop li {
    margin: 0;
    background: #FFF;
    display: block;
}

#thin-navigation .district-drop a {
    color: #43CEA7;
    display: block;
    text-align: left;
    padding: 7px 20px 7px 10px;
    font-size: 80%;
    text-transform: initial;
}
#thin-navigation .district-drop a:hover {
    color: #fff;
    background: #43CEA7;
}

.hb-cart {
    max-width: 310px;
    margin: 15px auto;
    border-radius: 2px;
    overflow: hidden;
    border: 1px solid #DFDFDF;
}
.hb-cart-header {
    padding: 20px;
    text-align: center;
    color: #fff;
    background-color: #43c5b8;
    background-color: rgba(67, 197, 184, 0.95);
    position: relative;
    overflow: hidden;
    min-height: 130px;

    background-image: url('../images/card-1.jpg');
    background-size: cover;
    background-position: center;
}
.row > div:nth-child(2) > .hb-cart .hb-cart-header {
    background-image: url('../images/card-2.jpg');
}
.row > div:nth-child(3) > .hb-cart .hb-cart-header {
    background-image: url('../images/card-3.jpg');
}
.hb-cart-header:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: url();
    background-size: cover;
    background-position: center;
    z-index: -1;
}
.hb-cart-header h3 {
    font-weight: 300;
}
.hb-cart-header p {
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.hb-cart-body {
    padding: 30px;
    background-color: #f8f8f8;
    min-height: 280px;
}
.hb-cart-content {
    padding-bottom: 20px;
}
.hb-cart-content:last-child {
    padding-bottom: 0;
}

/*

Overlay

*/

#overlay-welcome,
#overlay { display: none }

.pop-up-welcome #overlay-welcome,
.pop-up #overlay {

    display: block;

    overflow: auto;

    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: rgba( 0,0,0, .8 );

    -webkit-animation: PlaytoBottomFromTop 0.3s forwards;
    -moz-animation: PlaytoBottomFromTop 0.3s forwards;
    animation: PlaytoBottomFromTop 0.3s forwards;
}

    @-webkit-keyframes PlaytoBottomFromTop {
        from {
            /*-webkit-transform: translateY(50%);*/
            opacity: 0;
        }
        to {
            opacity: 1;
        }
    }
    @-moz-keyframes PlaytoBottomFromTop {
        from {
            /*-moz-transform: translateY(50%);*/
            opacity: 0;
        }
        to {
            opacity: 1;
        }
    }
    @keyframes PlaytoBottomFromTop {
        from {
            /*transform: translateY(50%);*/
            opacity: 0;
        }
        to {
            opacity: 1;
        }
    }

#pop-up-wrapper-welcome,
#pop-up-wrapper {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;

    margin-top: -136px;
}
#pop-up-wrapper { margin-top: -190px; }

#pop-up-welcome,
#pop-up {
    display: inline-block;
    border: 5px solid #ebebeb;
    background: #697a83;
    padding: 35px; 
    position: relative;
}
#pop-up-welcome h3,
#pop-up h3 {
    font-size: 1.4rem;
    letter-spacing: 3px;
    margin: 0 0 15px;
}
#pop-up-welcome p,
#pop-up p {
    font-size: .95rem;
    line-height: 1.5;
}
#close-welcome,
#close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid #ebebeb;
    cursor: pointer;
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("" );

  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

#close-welcome:hover,
#close:hover {
    /*-webkit-transform: rotate(360deg); */
    /*transform:rotate(360deg); */
    background-color: rgba(105, 105, 105, 0.5);
}

#pop-up {
    max-width: 620px;
}

#pop-up-welcome {
    max-width: 780px;
    padding: 50px 40px 30px;
}

#pop-up-welcome > .row > div:last-of-type {
    text-align: left;
}

h1.profilename {
    font-size: 28px;
}

#contact-info {
    margin-bottom: 20px;
    padding-bottom: 10px;
}

#pop-up-wrapper-welcome a,
#pop-up-wrapper a { color: #FFF }

#pop-up-wrapper-welcome a:hover,
#pop-up-wrapper a:hover { /*text-decoration: underline*/ }
/*

Form START

*/

.simform {
    position: relative;
    margin: 10px auto 0;
    padding: 0 0 1em;
    max-width: 500px;
    width: 100%;
    text-align: left;
    font-size: 1.2em;
}

.simform .submit {
    display: none;
}

/* Question list style */
.simform ol {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    -webkit-transition: height 0.4s;
    transition: height 0.4s;
}

.simform ol:before {
    content: '';
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2em;
}

.questions li {
    z-index: 100;
    position: relative;
    visibility: hidden;
    height: 0;
    -webkit-transition: visibility 0s 0.4s, height 0s 0.4s;
    transition: visibility 0s 0.4s, height 0s 0.4s;
}

.questions li.current,
.no-js .questions li {
    visibility: visible;
    height: auto;
    -webkit-transition: none;
    transition: none;
}

/* Labels */
.questions li > span {
    display: block;
    overflow: hidden;
}

.questions li > span label {
    display: block;
    -webkit-transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.questions li.current > span label,
.no-js .questions li > span label {
    -webkit-transition: none;
    transition: none;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.show-next .questions li.current > span label {
    -webkit-animation: moveUpFromDown 0.4s both;
    animation: moveUpFromDown 0.4s both;
}

@-webkit-keyframes moveUpFromDown {
    from { -webkit-transform: translateY(100%); }
    to { -webkit-transform: translateY(0); }
}

@keyframes moveUpFromDown {
    from { transform: translateY(100%); }
    to { transform: translateY(0); }
}

/* Input field */
.questions input {
    display: block;
    margin: 0;
    padding: 0.5em 1em 0.6em 0.7em;
    width: calc(100% - 2em);
    border: none;
    background: transparent;
    color: rgba(0,0,0,0.8);
    font-size: 16px;
    line-height: 1;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.questions .current input,
.no-js .questions input {
    opacity: 1;
}

.questions input:focus,
.simform button:focus {
    outline: none;
}

/* Next question button */
.next {
    position: absolute;
    right: 0;
    bottom: 3.35em; /* padding-bottom of form plus progress bar height */
    display: block;
    padding: 0;
    width: 2em;
    height: 2em;
    border: none;
    background: none;
    color: rgba(0,0,0,0.4);
    text-align: center;
    opacity: 0;
    z-index: 100;
    cursor: pointer;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transform: translateX(-20%);
    transform: translateX(-20%);
    pointer-events: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.next:hover {
    color: rgba(0,0,0,0.5);
}

.next::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "\f061";
    text-transform: none;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    font-family: FontAwesome;
    line-height: 2;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.next.show {
    opacity: 1;
/*     -webkit-transform: translateX(0); */
/*     transform: translateX(0); */
    pointer-events: auto;
}

/* Progress bar */
.simform .progress {
    width: 0%;
    height: 7px;
    background: #5AA78C;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}

.simform .progress::before {
    position: absolute;
    top: auto;
    width: 100%;
    height: inherit;
    background: rgba(0,0,0,0.05);
    content: '';
}

/* Number indicator */
.simform .number {
    position: absolute;
    right: 0;
    overflow: hidden;
    margin: 0.4em 0;
    width: 3em;
    /*font-weight: 500;*/
    font-size: 0.7em;
    color: #fff;
}

.simform .number:after {
    position: absolute;
    left: 50%;
    content: '/';
    opacity: 0.4;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.simform .number span {
    float: right;
    width: 40%;
    text-align: center;
}

.simform .number .number-current {
    float: left;
}

.simform .number-next {
    position: absolute;
    left: 0;
}

.simform.show-next .number-current {
    -webkit-transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.simform.show-next .number-next {
    -webkit-animation: moveUpFromDown 0.4s both;
    animation: moveUpFromDown 0.4s both;
}

/* Error and final message */
.simform .error-message,
.simform .final-message {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.simform .error-message {
    padding: 0.4em 3.5em 0 0;
    width: 100%;
    color: #fff;
    font-size: 0.7em;
}

.final-message {
    top: 50%;
    left: 0;
    padding: 0.5em;
    width: 100%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.error-message.show,
.final-message.show {
    visibility: visible;
    opacity: 1;
}

.final-message.show {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

/* Final hiding of form / showing message */
.simform-inner.hide {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.3s, visibility 0s 0.3s;
    transition: opacity 0.3s, visibility 0s 0.3s;
}

/* No JS Fallback */
.no-js .simform {
    font-size: 1.75em;
}

.no-js .questions li {
    padding: 0 0 2em;
}

.no-js .simform .submit {
    display: block;
    float: right;
    padding: 10px 20px;
    border: none;
    background: rgba(0,0,0,0.3);
    color: rgba(0,0,0,0.4);
}

.no-js .simform .controls {
    display: none;
}

/* Remove IE clear cross */
input[type=text]::-ms-clear {
    display: none;
}

/* Adjust form for smaller screens */
@media screen and (max-width: 44.75em) {
    .simform {
        font-size: 1.8em;
    }
}

@media screen and (max-width: 33.5625em) {
    .simform {
        font-size: 1.2em;
    }
}

.codrops-header {
    margin: 0 auto;
    padding: 3em 1em;
    text-align: center;
    color: rgba(0,0,0,0.35);
}

.codrops-header h1 {
    margin: 0;
    font-weight: 400;
    font-size: 2.5em;
}

.codrops-header h1 span {
    display: block;
    padding: 0 0 0.6em 0.1em;
    font-size: 0.6em;
    opacity: 0.7;
}

/* To Navigation Style */
.codrops-top {
    width: 100%;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 0.69em;
    line-height: 2.2;
}

.codrops-top a {
    display: inline-block;
    padding: 0 1em;
    text-decoration: none;
    letter-spacing: 1px;
}

.codrops-top span.right {
    float: right;
}

.codrops-top span.right a {
    display: block;
    float: left;
}

.codrops-icon:before {
    margin: 0 4px;
    text-transform: none;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    font-family: 'codropsicons';
    line-height: 1;
    speak: none;
    -webkit-font-smoothing: antialiased;
}

.codrops-icon-drop:before {
    content: "\e001";
}

.codrops-icon-prev:before {
    content: "\e004";
}

section {
    /*padding: 5em 2em 10em;*/
    /*background: #2dcb89;*/
    /*text-align: center;*/
}

section.related {
    padding: 3em 1em 4em;
    background: #465650;
    color: rgba(0,0,0,0.4);
    font-size: 1.5em;
}

.related > a {
    max-width: 80%;
    border: 2px solid rgba(0,0,0,0.3);
    display: inline-block;
    text-align: center;
    margin: 20px 10px;
    padding: 25px;
    -webkit-transition: color 0.3s, border-color 0.3s;
    transition: color 0.3s, border-color 0.3s;
}

.related a:hover {
    border-color: rgba(0,0,0,0.6);
}

.related a img {
    max-width: 100%;
    opacity: 0.4;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.related a:hover img,
.related a:active img {
    opacity: 1;
}

.related a h3 {
    margin: 0;
    padding: 0.5em 0 0.3em;
    max-width: 300px;
    font-weight: 400;
    font-size: 0.75em;
    text-align: left;
}

#theForm label {
    font-weight: 400;
    display: none;
}
#theForm .progress {
    margin-bottom: 0px;
}
form#theForm .current {
    background: none;
}

/*@media screen and (max-width: 44.75em) {
    section { padding: 1em 2em; }
}

@media screen and (max-width: 25em) {
    .codrops-header { font-size: 0.8em; }
    section.related { font-size: 1.2em; }
    .codrops-icon span { display: none; }
}*/


.thank-you .before-submit {
    overflow: hidden;
    max-height: 0;
    opacity: 0;

  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;

}

/*

Form END

*/


.form-actions {
    padding-top: 20px;
}
.form-actions a {
    margin-top: 10px;
    display: inline-block;
    color: #818181;
}
.form-actions a:hover,
.form-actions a:focus,
.form-actions a:active {
    color: #000;
}

.home-page #main-wrapper {
    display: block;
/*     top: 0; */
/*     right: 0; */
/*     bottom: 0; */
/*     left: 0; */
    opacity: .94;
    background: #171d25;
    height: 100%;
    min-height:100%;
    overflow: hidden;
}

.chronos-box {
    color: #333;
    padding: 15px;
    font-size: 13px;
    background-color: #fff;
    background-size: 180px;
    background-repeat: no-repeat;
    background-position: bottom left;
    background-image: url('../images/chronos-box-bg.png');
}
#result-summery-wrapp .result-copy .chronos-box a {
    color: #222;
}
#result-summery-wrapp .result-copy .chronos-box a:hover {
    color: #000;
}
.chronos-box h2,
.chronos-box h3,
.chronos-box h4,
.chronos-box h5 {
    margin: 0 0 15px;
    line-height: 1;
    color: #363636;  
    font-size: 11px; 
    text-transform: uppercase;
}
#result-summery .chronos-box p {
    padding: 0;
    margin: 0 0 20px;
}
#result-summery-wrapp .result-copy .chronos-box a.hb-fancy-popup-trigger {
    color: #fff;
    letter-spacing: 0;
}

#fb-alert, #tw-alert, #social-update-disabled {
    display: none;
}

#fb-label, #tw-label, social-update-disabled {
    display: block;
}

.chronosDiv {
    position: relative;
}

.ui-scrollpanel-native {
	overflow-x: hidden!important;
}

.ui-widget-overlay {
	position: relative !important;
}

[id$=startStopFollowingConfirmation] {
    background-color: #fff;
    background-size: 180px;
    background-repeat: no-repeat;
    background-position: bottom left;
    background-image: url('../images/chronos-box-bg.png');
}

.chronos-box-border {
    border-width: 1px;
    border-style: solid;
    border-color: #cdcdcd;
    border-top-style: none;
    margin-bottom: 0px;
}

.chronos-box-margin {
    margin-bottom: 5px;
}

/**

Corporation

*/

#teal-header {
    position: relative;  
    color: #FFF;  
    padding: 50px 0 0;  
    font-size: 14px;     
    background-position: center;
}
#teal-header h1 {
    font-size: 32px;
    margin: 0 0 40px;
    line-height: 40px;
    font-style: normal;
    font-weight: 300;
}
#teal-header small {
    font-size: 19px;
    color: #fff;
    font-weight: 300;
}
#teal-header p {
    font-size: 22px;
    font-weight: 300;
}
#teal-header p:last-child {
    margin: 0 0 50px;
}
#teal-header:before {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    position: absolute;
    opacity: .95;
    background: #2AB16D;
    background: -moz-linear-gradient(left,rgba(54,186,194,1) 0,rgba(60,211,173,1) 100%);
    background: -webkit-gradient(linear,left top,right top,color-stop(0,#36BAC2),color-stop(100%,#3CD3AD));
    background: -webkit-linear-gradient(left,#36BAC2 0,#3CD3AD 100%);
    background: -o-linear-gradient(left,rgba(54,186,194,1) 0,rgba(60,211,173,1) 100%);
    background: -ms-linear-gradient(left,rgba(54,186,194,1) 0,rgba(60,211,173,1) 100%);
    background: linear-gradient(to right,#36BAC2 0,#3CD3AD 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f536bac2',endColorstr='#f53cd3ad',GradientType=1);
}
.hb-btn {
    display: inline-block;
    border: 0;
    padding: 0 18px;
    height: 40px;
    margin: 0 0 50px;
    color: #fff !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    line-height: 40px;
    font-weight: 500;
    font-size: 11px;
    -moz-box-shadow: inset 0 -1px 0 rgba(0,0,0,.2);
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.2);
    background-color: #F56363;
    outline: none;
    outline: 0;
}
.hb-btn:hover {
    opacity: 0.93;
}

#sections-wrapper {
    color: #666;
    font-size: 90%;
    line-height: 1.7;
}
.section-container {
    /*max-width: 860px;*/
}
#sections-wrapper section {
    padding: 60px 0;
}
.section-even {
    background: #f6f9fa;
}
h3.section-title {
    font-weight: 500;
    font-size: 120%;
    line-height: 30px;
}
i.section-icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: indianred;
    vertical-align: middle;
    margin: 0 8px 0 0;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: center;
}
.title-live {
    color: #31dcc2;
}
.title-live i.section-icon {
    background-color: #31dcc2;
    background-image: url('../images/icon-antena.png');
}
.title-mylaps {
    color: #ed676c;
}
.title-mylaps i.section-icon {
    background-color: #ed676c;
    background-image: url('../images/icon-mylaps.png');
}
.title-customized {
    color: #f26c4f;
}
.title-customized i.section-icon {
    background-color: #f26c4f;
    background-image: url('../images/icon-customized.png');
}
.title-chronos {
    color: #0fb9de;
}
.title-chronos i.section-icon {
    background-color: #0fb9de;
    background-image: url('../images/icon-chronos.png');
}
.title-results {
    color: #33495f;
}
.title-results i.section-icon {
    background-color: #33495f;
    background-image: url('../images/icon-results.png');
}
.title-prize {
    color: #f1c40f;
}
.title-prize i.section-icon {
    background-color: #f1c40f;
    background-image: url('../images/icon-prize.png');
}
.title-additional {
    color: #3cb878;
}
.title-additional i.section-icon {
    background-color: #3cb878;
    background-image: url('../images/icon-additional.png');
}

.title-contact {
    color: #f26c4f;
}
.title-contact i.section-icon {
    background-color: #f26c4f;
    background-image: url('../images/icon-envelope.png');
}


.take-a-tour i.section-icon {
    margin-top: -4px;
    background-color: transparent;
    background-image: url("");
}
.hb-btn.take-a-tour {
    padding: 0 18px 0 3px;
}

.contact-form-wrapper {
    border: 3px solid #f3f3f3;
    border-radius: 5px;
    overflow: hidden;
}
.contact-form-content {
    padding: 30px;
}
.contact-form-footer {
    padding: 30px 30px 20px;
    color: #fff;
    background: #2AB16D;
    background: -moz-linear-gradient(left,rgba(54,186,194,1) 0,rgba(60,211,173,1) 100%);
    background: -webkit-gradient(linear,left top,right top,color-stop(0,#36BAC2),color-stop(100%,#3CD3AD));
    background: -webkit-linear-gradient(left,#36BAC2 0,#3CD3AD 100%);
    background: -o-linear-gradient(left,rgba(54,186,194,1) 0,rgba(60,211,173,1) 100%);
    background: -ms-linear-gradient(left,rgba(54,186,194,1) 0,rgba(60,211,173,1) 100%);
    background: linear-gradient(to right,#36BAC2 0,#3CD3AD 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f536bac2',endColorstr='#f53cd3ad',GradientType=1);
}
.contact-form-footer a {
    color: #fff;
    text-decoration: underline;
    font-weight: 500;
}
.contact-form-elements {
    padding: 30px;
}
.contact-form-elements label {
    font-size: 90%;
    display: block;
    margin-bottom: 0;
}
.contact-form-elements select,
.contact-form-elements textarea,
.contact-form-elements input[type="text"],
.contact-form-elements input[type="email"] {
    outline: 0;
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #dddddd;
    padding: 7px 10px;
    border-radius: 2px;
}

.contact-form-elements textarea {
    height: 100px;
    resize: vertical;
}

.contact-form-elements input[type="submit"] {
    display: inline-block;
    border: 0;
    padding: 0 18px;
    height: 40px;
    margin: 20px 0;
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    line-height: 40px;
    font-weight: 500;
    font-size: 11px;
    -moz-box-shadow: inset 0 -1px 0 rgba(0,0,0,.2);
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.2);
    background-color: #F56363;
    outline: none;
    outline: 0;
}

.contact-form-elements input[type="submit"]:hover {
    opacity: 0.93;
}

.align-right {
    text-align: right;
}

.thin-title {
    font-weight: 300;
    text-align: center;
    line-height: 1.5;
}

.page-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.page-navigation a {
    font-size: 11px; 
    text-transform: uppercase;
    color: #c8c8c8;
    font-weight: 500;
    letter-spacing: 1px;
    display: inline-block;
}
.page-navigation a:hover,
.page-navigation .active a {
    color: #00D5B4;
}
.page-navigation li {
    display: inline-block;
    padding: 20px 10px 0;
    position: relative;
}

@media screen and ( min-width: 768px ){
    .page-navigation li.active:before {
        content: '';
        width: 0;
        height: 0;
        display: block;
        border-style: solid;
        border-width: 18px 15px 0 15px;
        border-color: #0CCEB0 rgba(0, 0, 0, 0);
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -15px;
    }
}

@media screen and ( max-width: 380px ){
    .page-navigation li {
        display: inline-block;
        width: 50%;
        float: left;
    }
}

.page-navigation .hb-icon {
    display: block;
    margin: 10px auto;
    width: 25px;
    height: 25px;
}
.hb-icon.icon-time { background-image: url('../images/ic-time.png'); }
.active .hb-icon.icon-time,
*:hover > .hb-icon.icon-time { background-image: url('../images/ic-time-alt.png'); }

.hb-icon.icon-rocket { background-image: url('../images/ic-rocket.png'); }
.active .hb-icon.icon-rocket,
*:hover > .hb-icon.icon-rocket { background-image: url('../images/ic-rocket-alt.png'); }

.hb-icon.icon-shoe { background-image: url('../images/ic-shoe.png'); }
.active .hb-icon.icon-shoe,
*:hover > .hb-icon.icon-shoe { background-image: url('../images/ic-shoe-alt.png'); }

.hb-icon.icon-bike { background-image: url("") }
.active .hb-icon.icon-bike,
*:hover > .hb-icon.icon-bike { background-image: url("") }

.hb-icon.icon-case { background-image: url('../images/ic-case.png'); }
.active .hb-icon.icon-case,
*:hover > .hb-icon.icon-case { background-image: url('../images/ic-case-alt.png'); }

.hb-icon.icon-at-sign { background-image: url('../images/ic-at-sign.png'); }
.active .hb-icon.icon-at-sign,
*:hover > .hb-icon.icon-at-sign { background-image: url('../images/ic-at-sign-alt.png'); }

.page-navigation.alien {
    position: fixed;
    top: -100px;
    left: 0;
    right: 0;
    bottom: auto;
    z-index: 999999;
    background: #fff;
    border-bottom: 1px solid transparent;
    -webkit-transition: border 1.5s;
    transition: border 1.5s;
    opacity: 0;
}
.sticky-page-navigation .page-navigation.alien {
    top: 0;
    opacity: 1;
    border-bottom: 1px solid #E0E0E0;
}
.page-navigation.alien li {
    padding: 0 10px 10px;
}
.page-navigation.alien li.active:before {
    display: none;
}


/**

Profile Settings

*/

h1.page-title {
    line-height: 44px;  font-weight: 300;  
    margin-bottom: 100px;
    font-size: 40px;
}
.container.profile-container {
    max-width: 640px;
}
#profile-setting {
    padding: 40px 0 180px;
}
.nav > li > a {
    background: #ddd;
}
#profile-tabs > li > a {
    font-size: 11px;  text-transform: uppercase;
    font-weight: 500;
}
table.account-setting {
    width: 100%;
    font-size: 14px
}
table.account-setting td {
    padding: 30px 0; 
    border-bottom: 1px solid #F3F3F3;
    color: #6F6F6F;
}
table.account-setting tbody td:last-child {
    text-align: right;
}
table.account-setting tbody td:first-child .fa {
    margin-right: 10px;
    font-size: 18px;
    color: #222;
    display: inline-block;
    width: 20px;
    text-align: left;
}
table.account-setting tbody td:last-child input[type="checkbox"] {
    margin: 13px 0 12px;
}
table.account-setting tfoot td {
    border-color: transparent;
    text-align: center;
    padding: 80px 0 30px;
}
table.account-setting tfoot td a {
    font-size: 12px;
    color: #FE5E5E;
}
.tab-pane {
    padding: 50px 0;
}
.avatar-box {
    overflow: auto;
    text-align: center;
    padding: 3px;
}
.avatar-box a.avatar {
    clear: both;
    display: block;
    margin: 0 auto 5px;
    float: none;
}
.avatar.big {
    padding: 4px;
    background-color: #FFF;
    border: 1px solid #CCC;
}
.avatar.big {
    width: 80px;
    height: 80px;
}
.avatar img {
    max-width: 100%;
    width: 70px;
    height: 70px;
    -webkit-border-radius: 99px;
    -moz-border-radius: 99px;
    border-radius: 99px;
    display: block;
}
.avatar {
    -webkit-border-radius: 99px;
    -moz-border-radius: 99px;
    border-radius: 99px;
    display: block;
    width: 30px;
    height: 30px;
    float: left;
    margin: 0 8px 0 0;
}
a.button, button, a.bttn {
    display: inline-block;
    border: 2px solid #F56363;
    padding: 0 18px;
    height: 40px;
    margin: 0;
    color: #F56363;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    font-weight: 500;
    background: #FFF;
    font-size: 11px;  
    font-size: 8pt;
    height: 35px;
}
a.button:hover, 
button:hover, 
a.bttn:hover {
    color: #FFF;
    background: #F56363;
}

a.button.small {
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    font-size: 10px;
}
a.button.grey, a.button.social, button.grey {
    background-color: #EEE;
    color: #888;
    -moz-box-shadow: inset 0 -1px 0 rgba(0,0,0,.1);
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}
a.button.loading {
    background: url('https://d3i5ls5z2ayn6d.cloudfront.net/img/loader.gif?4889784689c1') no-repeat center center #DADADA;
    color: rgba(255, 255, 255, 0);
    -moz-box-shadow: inset 0 -1px 0 rgba(0,0,0,.1);
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}
.avatar-box input {
    display: none;
}
.tab-pane label {
    color: #777; 
    font-weight: 500;
    font-size: 12px;
    display: block;
}
.tab-pane input[type='text'], 
.tab-pane input[type='password'], 
.tab-pane input[type='email'], 
.tab-pane input[type='file'],
.tab-pane input[type='url'], 
.tab-pane textarea {
    font-size: 15px;
    color: #555;
    font-weight: 400;
    font-family: inherit;
    border: 1px solid #DDD;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    height: 40px;
    padding: 5px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 10px
}
.tab-pane textarea {
    height: 75px;
    padding: 10px;
    resize: vertical;
}

.padding-btm-remove {
    padding-bottom: 0 !important;
}

.padding-top-thin {
    padding-top: 10px !important;
}

.hb-service {
    text-align: center;
    padding: 30px 0;
}
.hb-service.hb-horizontal-servic {
    text-align: left;
}
.hb-service h3 {
    color: #333;
    font-size: 18px;
}
.hb-service h6 {
    color: #999;
    margin: 15px 0;
}
.hb-service a {
    font-size: 12px;
}

.align-center {
    text-align: center;
}
.tiny-content {
    max-width: 640px;
}

#loader {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -32px 0 0 -32px;
}

.search-filter-border {
    border: 1px solid #cdcdcd;
    background-color: white;
}

.disabled-select-one {
    background-color: #f55258 !important;
}

/* less padding between bootstrap rows/columns */
.row-5-gutter{
    margin-left: -5px;
    margin-right: -5px;
}

.col-5-gutter{
    padding-left: 5px;
    padding-right: 5px;
}

/* Override the primefaces datascroller padding */
.ui-datascroller .ui-datascroller-header {
    text-align: center;
    padding: 0px 0px;
    border-bottom: 0px none;
}

.ui-datascroller .ui-datascroller-header,
.ui-datascroller .ui-datascroller-content {
    padding: 0 !important;
}

.ui-datascroller .ui-datascroller-loader {
    border-top: 1px solid rgba(178, 212, 220, .4);
    text-align: center;
    padding: 0px 0px;
}

.evenResultRow {
    background: #fff;
}

.oddResultRow {
    background: #f9f9f9;
}

.ui-datatable .ui-datatable-header {
    padding: 0px 0px;
}

.column_athleteSearch {
	font-size: 12px !important;
}

.column_athleteSearchLink {
	color: #FFF;
}

/**

Responsive

*/

@media screen and ( max-width: 360px ){
    /* Remove ad padding so it fits on the screen. */
    /* Remove page padding so we get extra real estate. */
    #div-gpt-ad-1352840209242-small, div#firstBootstrapColumn {
        padding-left: 0px;
        padding-right: 0px;
    }

    /* Hide certain athlete search result column. */
/*  .athleteSearchDate, */
/*  .athleteSearchEvent, */
/*  .athleteSearchRace, */
/*  .athleteSearchAthlete, */
    .athleteSearchResidence,
    .athleteSearchRank,
/*  .athleteSearchTime, */
    .athleteSearchCategory
    {
        display: none;
    }
    
}

@media screen and ( min-width: 521px ){
    tr.view-details table td:first-child {
        /*font-size: 14px;*/
        padding: 4px 4px;
    }
}

@media screen and ( max-width: 520px ){
    .overview-result th {
        font-size: 9px;
    }
}

@media screen and (max-width: 1080px){
     /* Hide certain athlete search result column. */
/*  .athleteSearchDate, */
/*  .athleteSearchEvent, */
/*  .athleteSearchRace, */
/*  .athleteSearchAthlete, */
    .athleteSearchResidence,
 	.athleteSearchRank,
/*  .athleteSearchTime, */
    .athleteSearchCategory
    {
        display: none;
    }
    
    .athleteSearchAthlete {
    	min-width: inherit;
    }
	
}

@media screen and (max-width: 768px){
    
     /* Hide certain athlete search result column. */
/*  .athleteSearchDate, */
/*  .athleteSearchEvent, */
/*  .athleteSearchRace, */
/*  .athleteSearchAthlete, */
    .athleteSearchResidence,
 	.athleteSearchRank,
/*  .athleteSearchTime, */
    .athleteSearchCategory
    {
        display: none;
    }
    
    .athleteSearchAthlete {
    	min-width: inherit;
    }
    
    #result-summery-wrapp {
        border-width: 5px;
    }
    

    .hb-language-form #hb-fancy-popup-body,
    .hb-language-form #hb-fancy-popup-header {
        background-image: none;
    }
    
    html.side-menu-open,
    html.side-menu-open body {
        height: 100%;
/*         overflow: hidden; */
    }
    .pushnavclosed {
        display: block;
    }
    .pushnavclosed {
        display: none !important;
    }
    div#page {
    	z-index:2;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition: all 0.5s; 
        -moz-transition: all 0.5s;  
        transition: all 0.5s;
    }
    .side-menu-open div#page {
        -webkit-transform: translate3d(-300px, 0, 0);
        -moz-transform: translate3d(-300px, 0, 0);
        transform: translate3d(-300px, 0, 0);
    }
    #wrapper {
        position: relative;
    }
    #wrapper:after {
        position: absolute;
        top: 0;  
        right: 0;  
        width: 0;  
        height: 0;  
        content: '';  
        opacity: 0;
        background: rgba(255, 255, 255, 0.89);  
        -webkit-transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s; 
        -moz-transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;  
        transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
    }

    .side-menu-open #wrapper:after {
        width: 100%;
        height: 100%;
        opacity: 1;
        -webkit-transition: opacity 0.3s;
        -moz-transition: opacity 0.3s;
        transition: opacity 0.3s;
    }
}

@media screen and ( min-width: 769px ){
    .result-v3 #signup-box,
    .result-v3 #result-summery {
        margin-right: -1px;
    }
}

@media (min-width: 1200px) {
    .hb-col-lg-8-currection {
        width: 69.666667%;
    }
    .hb-col-lg-4-currection {
        width: 30.333333%;
        padding-left: 0;
    }
}

@media (min-width: 861px) and (max-width: 1200px) {
    .section-content {
        padding: 60px;
    }
    .hb-col-lg-8-currection {
        width: 62%;
    }
    .hb-col-lg-4-currection {
        width: 38%;
        padding-left: 0;
    }
}

@media (min-width: 1200px) {
    .hb-col-lg-8-currection {
        width: 67%;
    }
    .hb-col-lg-4-currection {
        width: 33%;
        padding-left: 0;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .container.tiny-container {
        width: 900px;
    }
    .section .container.tiny-container {
        width: 840px;
    }
}

@media screen and (max-width: 992px){
    [id$=nameResultHeader] {
        white-space: normal;
    }
}

@media (min-width: 768px) and (max-width: 990px){
	#main .container {
		width: 100%;
	}
}

@media screen and (min-width: 1080px) and (max-width: 1200px) {
	.hb-col-lg-8-currection {
        width: 69.666667%;
    }
    .hb-col-lg-4-currection {
        width: 30.333333%;
        padding-left: 0;
    }
	
	.container {
		width: 100%;
		padding-right: 15px;
		padding-left: 15px;
	}
	
	.athleteSearchAthlete {
    	min-width: inherit;
    }
	
	#main .container {
		margin-left: auto;
	}
	
	#main #bg-header .container {
		margin-left: 15px;
	}
}

@media screen and (min-width: 990px) and (max-width: 1080px){
	#main .container {
		margin-left: 0px;
	}
	
	.container {
		width: 100%;
	}
	.athleteSearchAthlete {
    	min-width: inherit;
    }
}

@media ( max-width: 990px ) {
    .light-skin #top-navigation li {
        margin-right: 25px;
    }
    .search-wrapp-ico:after, .clear-wrapp-ico:after { content: '' }
}

@media ( min-width: 768px ) and ( max-width: 860px ) {
	#main .col-lg-8 {
		width: 100%;
	}
	#main .container {
		margin: 0 auto;
		padding-right: 30px;
	}
	#main .col-lg-4 {
		width: 100%;
	}
}

@media ( min-width: 768px ) and ( max-width: 1000px ) {
    .overlay-copy {
        top: 20%;
    }
    ul.navigation > li > a {
        padding: 15px 10px;
    }
    ul.footer-navigation > li {
        margin-right: 30px;
    }
    ul.footer-navigation > li:last-child {
        margin-right: 0;
    }
}

@media ( min-width: 768px ) and ( max-width: 860px ) {
    .overlay-copy {
        padding: 0 20%;
    }
}
@media ( min-width: 769px ){
    .flexslider .overlay-copy {
        background: none !important;
    }
    .padding-left-currection-bigscreen {
        padding-right: 0;
    }
}

@media ( max-width: 768px ){

	h5.form-title {
    	margin: 0 0 -5px;
	}
	
	.result-content h5.form-title {
		margin: 5px;
	}
	
    ul.footer-navigation {
    }
    #colophon.landing-footer ul.footer-navigation > li {
        margin: 0;
        display: block;
        text-align: center;
    }
    #colophon.landing-footer ul.footer-navigation {
        padding: 10px;
    }
    .styled-forms select, 
    .styled-forms input {
        margin-bottom: 10px;
    }
    .divid-this:after {
        top: auto;
        bottom: -8px;
        height: 0;
        width: 94%;
		border-right: none;
		border-bottom: 1px solid #ebebeb;
		right: 3%;
	}
	
	.divid-this:before {
		left: 50%;
		top: 47px;
	}
	
	#mainForm\:calendar-forms .divid-this:before {
		left: 50%;
		top: 95%;
	}
	#calendar-forms .divid-this:before {
		left: 50%;
		top: 95%;
	}
	
	.divid-this {
		margin-bottom: 25px;
		padding-bottom: 10px; 
		border-right: none;
		border-bottom: 1px solid rgba(178, 212, 220, .4);
	}
	.item-content,
    .owl-item.active .item-content,
    .flexslider img {
        display: none !important; 
    }

    .overlay-copy {
        position: static; 
        padding: 20px 20px 60px;
        font-size: 80%;
    }

    #box-nav {
        margin: 5px;
    }
    .box-nav-col {
        width: 100%;
        float: none;
        margin: 0 0 5px;
    }

    .light-skin #wrapper {
        padding-top: 0;
    }
    .light-skin header#masthead {
        position: static;
    }

    .light-skin .section {
        padding: 50px 0;
    }

    .user-stories__list li,
    .team__item {
        width: 100%;
        float: none;
    }

    form.form .textbox.textbox_small,
    form.form .textbox_small.textarea,
    form.form input[type=text].textbox_small,
    form.form input[type=email].textbox_small,
    form.form input[type=password].textbox_small,
    form.form input[type=tel].textbox_small,
    form.form input[type=search].textbox_small {
        width: 100%;
    }

    #tablet-navigation .owl-item .item {
        /*width: 100% !important;*/
    }

    .hb_slide_content:before {
        display: none !important;
    }

    #tablet-navigation .item {
        margin-left: 0;
    }

    .green_box__body {
        min-height: inherit;
    }

    #contact-boxes {
        margin-top: 0;
    }

    .contact-form-elements {
        padding: 0;
    }
}

@media ( max-width: 640px ){

    #tab-btns.results-nav a {
        max-width: 100%;
        width: 100%;
        margin-bottom: 10px;
    }
    .result-search-btns > div {
        width: 100%;
        float: none;
        padding: 0 6px;
    }
    .result-v3 .result-search-btns select,
    .result-v3 .result-search-btns input {
        margin-bottom: 10px;
    }
    .result-v3 .result-search-btns input[type="reset"] {
        margin-bottom: 0;
    }
}

@media screen and ( min-height: 1000px ){

    #home-page-form-wrapper {
       padding-top: 200px;
       height: auto;
    }
}
/* There is a custom-style.css in this folder with hight order for your custom style */


/* ===================================== PRINTER FRIENDLY =============================== */

@media print {
	#main-nav, 
	#pushnav, 
	#tab-btns, 
	.search-filter-border, 
	#athlete-popup,
	#result-summery-wrapp, 
	#footer, 
	iframe {
		display: none !important;
	}
	.hideIfScreenMedium {
		display: inherit;
	}
	#firstBootstrapColumn .col-xs-12.col-sm-12.col-md-8.col-lg-8.padding-left-currection-bigscreen.hb-col-lg-8-currection {
		width: 100%;
	}
}
