#olympia_events.detail .left_panel {
    width: 800px;
    min-height: 100%;
    background-color: #e6e6e6;
    color: white;
    background-size: contain;
    background-position: left top;
    background-repeat: no-repeat;
}



#olympia_events.detail .left_panel .title {
    font-size: 36px;
	font-size: 2.4 rem;
    font-weight: bold;
    line-height: 36px;
    padding:0;
    color:#fff;
    font-weight:normal;
}

#olympia_events.detail .left_panel hr {
    color: white;
    background-color: white;
    height: 2px;
}

#olympia_events.detail .left_panel .details {
    width: 100%;
    height: 100%;
}

#olympia_events.detail .left_panel .details .countdown {
    width: 50%;
    float: left;
}

#olympia_events.detail .left_panel .details .countdown .time {
    float: left;
}

#olympia_events.detail .left_panel .details .countdown .time .time_value {
    border: 1px white solid;
    padding: 11px;
    margin: 4px;
    font-size: 25px;
}

#olympia_events.detail .left_panel .details .countdown .time .time_label {
    text-align: center;
}

#olympia_events.detail .left_panel .details .location_date {
    width: 50%;
    float: left;
}

#olympia_events.detail .left_panel .details .location_date .location {
    margin-bottom: 5px;
}

#olympia_events.detail .left_panel .details .location_date i {
    width: 20px;
    text-align: center;
}

#olympia_events.detail .left_panel .details .location_date time{
    display: block;
}

#olympia_events.detail .left_panel .details .location_date time:nth-child(2){
    margin-left: 23px;
}



#olympia_events.detail .left_panel .details .buy a {
    display: block;
    width: 45%;
    background-color: black;
    color: white;
    padding: 10px 0;
    text-decoration: none;
    text-align: center;
}

#olympia_events.detail .left_panel .shadow {
    background-image: url(/typo3conf/ext/webx_olympiaworld_events/Resources/Public/img/gradient.png);
    background-repeat: repeat-x;
    padding: 20px;
    min-height: 300px;
}

#olympia_events.detail .content {
    width: 100%;
    height: 100%;
}

#olympia_events.detail .content .menu {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
    background-color: #f9f9f9;
}

#olympia_events.detail .content .menu .back a {
    display: flex;
    align-items: center;
    padding: 30px;
    cursor: pointer;
    text-decoration: none;
    color: inherit;
}

#olympia_events.detail .content .menu .back a i {
    margin-right: 10px;
}

#olympia_events.detail .content .menu .buy {
    height: 100%;
    padding: 10px 20px;
    background-color: #ba900d;
    cursor: pointer;
    color: white;
    text-decoration: none;
}

#olympia_events.detail .content .info {
    padding: 30px 20px;
}

#olympia_events.detail .content .info > .description {
    height: 200px;
    overflow: hidden;
    transition: all .5s ease;
}

#olympia_events.detail .content .info .show_more {
    position: relative;
    margin-top: 10px;
    color: #545454;
    cursor: pointer;
}

.show_more.shadow:before {
    content: "";
    height: 30px;
    position: absolute;
    top: -40px;
    display: block;
    background: #fda;
    width: 100%;
    background: -moz-linear-gradient(top, rgba(30,87,153,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(30,87,153,0) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(30,87,153,0) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#ffffff ',GradientType=0 );
}

#olympia_events.detail .content .info .tabs {
    width: 100%;
    margin: 30px 0;
}

#olympia_events.detail .content .info .tab_row {
    display: flex;
    width: 100%;
    border-bottom: 1px #cfcfcf solid;
}

#olympia_events.detail .content .info .tab_row .tab {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 60px;
    margin: 0 10px -1px 0;
    border: 1px #cfcfcf solid;
    border-top: 3px #cfcfcf solid;
    color: #696969;
    cursor: pointer;
}

#olympia_events.detail .content .info .tab_row .tab img {
    margin-right: 5px;
}

#olympia_events.detail .content .info .tab_row .tab.active {
    border-top: 3px #ba900d solid;
    border-bottom: 1px white solid;
    color: #ba900d;
}

#olympia_events.detail .content .info .tab_content {
    padding: 5px;
    margin: 10px 0;
}

#olympia_events.detail .content .info .tab_content .gallery .wrapper {
    display: flex;
    flex-wrap: wrap;
}

#olympia_events.detail .content .info .tab_content .gallery .wrapper a {
    flex-basis: calc(100% / 3);
    padding: 2px;
}

#olympia_events.detail .content .info .tab_content.border {
    border: 1px #cfcfcf solid;
}

#olympia_events.detail .content .info .tab_content > div:not(:nth-child(1)) {
    display: none;
}

#olympia_events.detail .content .info .tab_content .arrival #gmap_canvas {
    height: 400px;
}

/* GoogleMaps custom style */
#olympia_events.detail .content .info .tab_content .arrival #gmap_canvas a[href^="http://maps.google.com/maps"] {
    display: none !important
}

#olympia_events.detail .content .info .tab_content .arrival #gmap_canvas a[href^="https://maps.google.com/maps"] {
    display: none !important
}

#olympia_events.detail .content .info .tab_content .arrival #gmap_canvas .gmnoprint a, .gmnoprint span, .gm-style-cc {
    display: none;
}
/* GoogleMaps custom style end */

#olympia_events.detail .content .info .tab_content .arrival #gmap_canvas .gmnoprint div {
    background: none !important;
}

#olympia_events.detail .content .similar_events .events .event {
    display: flex;
    padding: 20px 0;
    border-bottom: 1px #cfcfcf solid;
}

#olympia_events.detail .content .similar_events .events .event .date {
    min-width: 50px;
    height: 50px;
    padding: 4px;
    margin-right: 20px;
    background-color: #ba900d;
    text-align: center;
    color: white;
}

#olympia_events.detail .content .similar_events .events .event .description > div {
    padding: 2px 0;
}

#olympia_events.detail .content .similar_events .events .event .description .title {
    font-weight: bold;
    cursor: pointer;
}

#olympia_events.detail .content .similar_events .events .event .description .title a {
    color: inherit;
    text-decoration: none;
}

#olympia_events.detail .content .similar_events .events .event .description .location {
    color: #b7b6b6;
}

/* responsive */

@media screen and (max-width: 1100px) {
	
	#olympia_events.detail .left_panel {
		width:100%;
        background-size: cover;
         background-position: left center;
	}
    #olympia_events.detail .content {
    height: auto;
    }
    #olympia_events.detail .left_panel .details .location_date time{
    display: inline-block;
    }

    #olympia_events.detail .left_panel .details .location_date time:nth-child(2){
    margin-left: 0px;
}
	
}


@media screen and (max-width: 650px) {
	
	#olympia_events.detail .content .info .tab_row .tab {
		padding: 10px 20px;
	}
	
	#olympia_events.detail .left_panel .details .countdown .time .time_value {
		padding: 10px;
    	margin: 2px;
    	font-size: 14px;
	}
	
}

@media screen and (max-width:480px){
	
	#olympia_events.detail .content .menu .buy img {
		width:25%;
	}
	
	#olympia_events.detail .content .menu {
		height:60px;
	}
	
	#olympia_events.detail .content .menu .back a {
		padding:20px;
	}
}
