/*	----------------------------------------------------
		Compact Layouts Globals
		----------------------------------------------------	*/

.single-object-compact-item {
    margin-bottom: 16px;
    position: relative;
    -webkit-box-shadow: 0 0 24px -4px rgba(0, 0, 0, 0.64);
    box-shadow: 0 0 24px -4px rgba(0, 0, 0, 0.64);
    border-radius: 4px;
    overflow: hidden;
    background-color: #FFF;
    color: #333;
}

.single-object-compact-item.borderless {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
    color: inherit;
  
}

.single-object-compact-img-wrap {
    display: inline-block;
    vertical-align: top;
    margin-right: -4px;
    width: 24%;
}



.single-object-compact-img {
    width: 100%;
    padding-bottom: 85%;
    background-size: cover;
    background-position: 50% 50%;
    display: block;
}

.single-object-compact-content {
    display: inline-block;
    vertical-align: middle;
    margin-right: -4px;
    width: 76%;
    padding: 16px;
}

.single-object-compact-name {
    font-size: 16px;
}

.single-object-compact-title {
}

.single-object-compact-action {
    margin-top: 4px;
}

@media screen and (max-width: 599px) {
    .single-object-compact-content {
        padding: 8px;
    }
    .single-object-compact-name {

    }
    .single-object-compact-title {
  
    }
}


/*	----------------------------------------------------
		Compact Layout - Element Queries Classes
		----------------------------------------------------	*/

.single-object-compact-item-lg .single-object-compact-img-wrap {
    width: 12%;
}

.single-object-compact-item-lg .single-object-compact-content {
    width: 88%;
}

.single-object-compact-item-sm .single-object-compact-img-wrap {
    width: 24%;
}

.single-object-compact-item-sm .single-object-compact-content {
    width: 76%;
}


/*	----------------------------------------------------
		Compact Layout - Top Image
		----------------------------------------------------	*/

.single-object-compact-item.compact-top-popup {
    padding-top: 16px;
}

.compact-top-popup .single-object-compact-img-wrap {
    display: block;
    margin: 0 auto 8px auto;
}

.compact-top-popup .single-object-compact-content {
    display: block;
    width: 100%;
    text-align: center;
}


/*	----------------------------------------------------
		Popup
		----------------------------------------------------	*/

.single-object-compact-popup {
    position: relative;
    width: 100%;
    max-width: 420px;
    margin: 16px auto;
}

.bicycleui-page .single-object-compact-popup .mfp-close {
    right: 24px !important;
    top: 24px !important;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 1em;
    font-size: 32px;
    color: #333;
    text-shadow: 0 1px #FFF;
}


/*	----------------------------------------------------
		Card - Globals / Vertical
		----------------------------------------------------	*/

.object-card {
    background-color: #FFF;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 24px -4px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 24px -4px rgba(0, 0, 0, 0.6);
    color: #333;
    text-align: center;
    position: relative;
    width: 100%;
    max-width: 420px;
    margin: 0px auto 16px auto;
}

.object-card.has-links {
    margin-bottom: 36px;
}

.object-card.borderless {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: none;
    color: inherit;
}

.object-card-heading {
    position: relative;
    overflow: hidden;
    border-radius: 4px 4px 0 0;
    padding-bottom: 24px;
    padding-top: 24px;
}

.object-card-heading.has-photo {
    padding-top: 0;
}

.object-card-heading.has-photo:before {
    display: block;
    content: '';
    width: 150%;
    height: 420px;
    background: rgb(181, 181, 181);
    background: linear-gradient(45deg, rgba(181, 181, 181, 1) 0%, rgba(221, 221, 221, 1) 44%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#b5b5b5', endColorstr='#dddddd', GradientType=1);
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -75%;
    margin-top: -240px;
    border: 1px solid #dddddd;
    -webkit-box-shadow: inset 0 0 24px -2px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 24px -2px rgba(0, 0, 0, 0.2);
}

.object-card-img {
    position: relative;
    display: inline-block;
    width: auto;
    max-width: 280px;
    margin: 24px auto;
    border-radius: 4px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 24px -2px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 24px -2px rgba(0, 0, 0, 0.4);
}

.object-card-img img {
    display: block;
}

.object-card-name {
    font-size: 16px;
    line-height: 1.6em;
}

.object-card-title {

    line-height: 1.6em;
}

.object-card-tabs-menu {
    position: relative;
    margin-bottom: 24px;
}

.object-card-tabs-menu:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background-color: #ededed;
    content: '';
    -webkit-box-shadow: inset 0 4px 16px -2px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 4px 16px -2px rgba(0, 0, 0, 0.4);
}

a.object-card-tabs-trigger:link,
a.object-card-tabs-trigger:visited {
    display: block;
    vertical-align: top;
    width: 100%;
    margin-right: 0;
    float: left;
    padding: 16px 0;
    text-align: center;
    color: #333 !important;
    font-size: 12px !important;
    line-height: 1.6em !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    -webkit-transition: all .24s linear;
    transition: all .24s linear;
    position: relative;
    border-left: 1px dotted #ccc;
}

@media screen and (max-width: 599px) {
    a.object-card-tabs-trigger:link,
    a.object-card-tabs-trigger:visited {
        font-size: 8px !important;
    }
}


/* we have 3 tabs */

a.object-card-tabs-trigger:link[data-number-tabs="3"],
a.object-card-tabs-trigger:visited[data-number-tabs="3"] {
    width: 33.333334%;
}


/* we have 2 tabs */

a.object-card-tabs-trigger:link[data-number-tabs="2"],
a.object-card-tabs-trigger:visited[data-number-tabs="2"] {
    width: 50%;
}

a.object-card-tabs-trigger:link:first-child,
a.object-card-tabs-trigger:visited:first-child {
    border-left: 0;
}

a.object-card-tabs-trigger:after {
    -webkit-transition: all .24s linear;
    transition: all .24s linear;
    background-color: #ededed;
    position: absolute;
    top: 0;
    width: 100%;
    height: 6px;
    content: '';
    display: block;
}

a.object-card-tabs-trigger:hover:after {
    background-color: #6e6e6e;
}

a.object-card-tabs-trigger:active:after,
a.object-card-tabs-trigger.active:after {
    background-color: #333;
}


/* when only one tab let's not give it that black top border */

a.object-card-tabs-trigger.active[data-number-tabs="1"]:after {
    background-color: #ededed;
}

.object-card-tab {
    display: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .24s ease-in-out;
    transition: all .24s ease-in-out;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.object-card-tab.active {
    display: block;
}

.object-card-tab.engaged {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.object-card-tab-section {
    margin-bottom: 16px;
    padding: 0 16px 16px 16px;
    border-bottom: 1px dotted #ccc;
}

.object-card-tab-section:last-child {
    border-bottom: 0;
}

.object-card-biography {
    text-align: left;
}

.object-card-tab-section-icon {
    font-size: 20px;
    line-height: 1.6em;
    color: #6e6e6e;
}

.object-card-tab-section-value {
    font-size: 14px;
    line-height: 1.6em;
}

.object-card-links {
    position: absolute;
    top: 100%;
    width: 100%;
}

a.object-card-link:link,
a.object-card-link:visited {
    display: inline-block;
    background-color: #333;
    color: #FFF !important;
    margin-right: -4px;
    margin-left: 1px;
    -webkit-transition: all .24s linear;
    transition: all .24s linear;
    border-radius: 0;
    font-size: 14px;
    line-height: 36px;
    height: 36px;
    width: 36px;
    text-align: center;
}

a.object-card-link:hover,
a.object-card-link:active {
    background-color: #111;
    color: #FFF;
}

a.object-card-link:link:first-child {
    border-radius: 0 0 0 4px;
    margin-left: 0;
}

a.object-card-link:link:last-child {
    border-radius: 0 0 4px 0;
}

a.object-card-link-facebook:link {
    background-color: #3b5998;
}

a.object-card-link-twitter:link,
a.object-card-link-twitter:visited,
a.object-card-link-twitter:hover,
a.object-card-link-twitter:active {
    background-color: #0084b4;
}

a.object-card-link-linkedin:link,
a.object-card-link-linkedin:visited,
a.object-card-link-linkedin:hover,
a.object-card-link-linkedin:active {
    background-color: #0e76a8;
}

a.object-card-link-instagram:link,
a.object-card-link-instagram:visited,
a.object-card-link-instagram:hover,
a.object-card-link-instagram:active {
    background-color: #405de6;
}

a.object-card-link-pinterest:link,
a.object-card-link-pinterest:visited,
a.object-card-link-pinterest:hover,
a.object-card-link-pinterest:active {
    background-color: #bd081c;
}


/*	----------------------------------------------------
		Card - Horizontal
		----------------------------------------------------	*/

.object-card.object-card-horizontal {
    max-width: 768px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.object-card-horizontal .object-card-heading {
    width: 45%;
    float: left;
    -webkit-box-shadow: 4px 0 18px -10px rgba(0, 0, 0, 0.4);
    box-shadow: 4px 0 18px -10px rgba(0, 0, 0, 0.4);
    margin-bottom: 0;
    padding-bottom: 16px;
    position: relative;
    z-index: 1;
    border-radius: 4px 0 0 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.object-card-horizontal-contents {
    width: 55%;
    float: right;
    position: relative;
}

@media screen and (max-width: 599px) {
    .object-card.object-card-horizontal {
        display: block;
    }
    .object-card-horizontal .object-card-heading {
        -webkit-box-flex: 0;
        -ms-flex: 0;
        flex: 0;
        width: 100%;
        float: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .object-card-horizontal-contents {
        width: 100%;
        float: none;
    }
}