@charset "utf-8";
/* CSS Document */
.close {
    font-size: 41px;
}
#albumAddToCart p, #like_num {
	white-space: nowrap;
}
.w3-container:after, .w3-container:before, .w3-panel:after, .w3-panel:before, .w3-row:after, .w3-row:before, .w3-row-padding:after, .w3-row-padding:before, .w3-cell-row:before, .w3-cell-row:after, .w3-clear:after, .w3-clear:before, .w3-bar:before, .w3-bar:after {
    content: "";
    display: table;
    clear: both;
}
.w3-cell-row {
    display: table;
    width: 100%;
}
.w3-container, .w3-panel {
    padding: 0.01em 16px;
}
.w3-container-narrower, .w3-panel-narrower {
    padding: 0.01em 3px 0.01em 7px;
}
.w3-cell {
    display: table-cell;
}
.width-50 {
	width:50%;
}
.w3-border-top {
    border-top: 1px solid #ccc!important;
}
.w3-border-bottom {
    border-bottom: 1px solid #ccc!important;
}
.w3-padding-small {
    padding: 4px 15px!important;
}
.w3-padding-medium {
    padding: 10px 8px!important;
}
.w3-padding-large {
    padding: 10px 15px!important;
}
.date {
    color: #ff0000;
	white-space: nowrap;
}
.width-50.w3-mobile a:hover, .width-50.w3-mobile:hover {
	text-decoration: none;
	background-color: #f4f4f4;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #f44336;
    border-color: #d91f11;
}
.pagination > li > a, .pagination > li > span {
    color: #000;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    color: #f44336;
    background-color: #eee;
    border-color: #ddd;
}
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    color: #979696;
}
.navbar-fixed-bottom {
    top: 25%;
    margin-bottom: 50%;
    border-width: 1px 0 0;
}
.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    /* margin-right: auto; */
    /* margin-left: auto; */
}
    .sticky-icons {
		position: fixed;
    z-index: 2;
		float:right;
   top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);

}
.sticky-icons  a {
  display: block;
    text-align: center;
    padding: 3px;
    transition: all 0.3s ease;
    color: white;
    /*font-size: 13px;
    line-height: 15px;
    width: 60px;*/
    border-radius: 0 4px 4px 0;
	font-size: 10px !important;
    line-height: 10px;
    width: 45px;
	margin: 2px 0;
}

.sticky-icons .findme a {
  display: block;
    text-align: center;
    padding: 3px;
    transition: all 0.3s ease;
    color: white;
    /*font-size: 13px !important;
    line-height: 15px;
    width: 60px;*/
	font-size: 10px !important;
    line-height: 10px;
    

}
.sticky-icons .bib a {
     display: block;
    text-align: center;
    
    transition: all 0.3s ease;
    color: white;
    font-size: 13px;
    line-height: 15px;
    /*height: 60px;padding: 3px 8px;*/


}
.camera {
    width: 40px;
    padding: 3px;
    text-align: center;
}
.sticky-icons .findme a:hover {
  background-color: #ac2925;
  /*width:150px;*/

}

.sticky-icons .bib .hover {
    width: 250px;background-color:#D0790A;

}
.findme {
  background: #d9534f;
  color: white;right:0;
	/*width: 60px;*/
	 border-radius: 0 4px 4px 0;
}
.bib {
  background:#F79202;
  color: white;right:0;
	/*width: 60px;*/
	 border-radius: 0 4px 4px 0;
}

.bib-mobile {
    display: none;
    background:#F79202;
    color: white;right:0;
    /*width: 60px;*/
    border-radius: 0 4px 4px 0;
}

.bib-mobile-only {
    margin-top: 61px;
}

.stick-txt {
    display: none;
}
.show,.stick-txt.show {
	display: inline-block !important;
	width: 180px;
    padding: 11px 15px;
    background-color: #F79202;
    border-radius: 0 4px 4px 0;
	    height: 50px;
}
.code_input {
    font-size: 13px;
   width: 110px;
    height: 67px;
    padding: 6px;
    margin-right: -2px;
    border-radius: 4px;
    border: 1px #ccc solid;
    color: black;
}

.code_submit {
    font-size: 13px;
    margin-bottom: 2px;
    margin-right: 5px;
    padding: 4px !important;
    
}

.bib_extend_mobile_show {
    display: none;
}

.bib_extender_wrapper {

    display: inline-block;
    float: right;
    left: 40px;
    position: absolute;
    top: 60px;

}
.version-margin {
    margin-right: 0px;
}

.hover_no_underline {
    text-decoration: none !important;
}
.navbar-nav-2 > li a:hover {
    color: #fff !important;
    background-color: #ed1c24 !important;
}
li.account a:hover {
    color: #ed1c24 !important;
    background-color: #fff !important;
}

#bib_web_error_msg {
    position: absolute;
    bottom: 0;
    left: 30px;
}

#bib_mobile_error_msg {
    position: absolute;
    bottom: 0;
    left: 15px;
}
.btn-default.event-btn {
	border: #ccc 1px solid;
	border-radius: 4px;
}
#a_find_me {
    font-size: 13px;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-next {
padding: 5PX;
    left: 10px;
    background-color: rgba(0,0,0,0.8);
}
	.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    background-color: rgba(0,0,0,0.8);
    right: 10px;
		padding: 5PX;
}

#event #thumbnail-slider-prev {
    left: 0;
    right: auto;
    top: 0;
    height: 100%;
    background-color: rgba(0,0,0,0.0);    background-position: 0 41.5%;
    bottom: 0;
    width: 40px;
    margin: 0;
}
#event #thumbnail-slider-prev::before {
    left: unset;
    right: 25%;
    top: 40%;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#event #thumbnail-slider-next {
    left: auto;
    right: 0;
    top: 0;
    height: 100%;
    background-color: rgba(0,0,0,0.0);
    background-position: 0 41.5%;
    bottom: 0;
    width: 40px;
    margin: 0;
}
#event #thumbnail-slider-next::before {
    right: auto;
    left: 10px;
    top: 40%;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

#event #thumbnail-slider div.inner {
    padding: 2px 0 0px;
}
#event.event-album {
      background-color: #fff;
    padding: 5px 0px;
    color: #fff !important;
    font-size: 1px !important;
}
#thumbnail-slider ul li {
    opacity: 1;
}

.btn-social {
    border-color: #9d9d9d;
    color: #fff !important;
    margin: 5px 0px 0;
    padding: 8px 8px;
    border-radius: 0;
    width: 48%;
    float: left;
    font-size: 16px;
    vertical-align: middle;
}
.facebook {
	background-color: #385596;
}
.google {
	background-color: #ec4f1e;
	width: 100%;
}
#gSignInWrapper {
	    display: inline-block;
    width: 48%;
    float: right;
}
.slider-handle {
    background-color: #444 !important;
    background-image: -webkit-linear-gradient(top, #777 0%, #444 100%) !important;
    background-image: -o-linear-gradient(top, #777 0%, #444 100%) !important;
    background-image: linear-gradient(to bottom, #777 0%, #444 100%) !important;
    border: 2px solid #bbb !important;
}
.slider .slider-selection {
    background: #bbb !important;
}
.slider.slider-horizontal {
    width: 100% !important;
    float: left;
    margin: 20px 0 0;
}
#block_slider_time {
	display: block;
	    margin-bottom: 10px;
}
.tooltip-min .tooltip-inner {
	    background-color: #222;
}
.tooltip-min .tooltip-arrow {
	   border-top-color: #222;

}

.time-bar .tooltip.bottom .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
	top: unset;
}
.time-bar .slider .tooltip.bottom {
    margin-top: -54px;
}
.time_start {
	float: left;
    top: 0;
    position: absolute;
    left: 0;
    font-size: 14px;
    line-height: 15px;
}
.time_end {
	float: right;
    top: 0;
    position: absolute;
    right: 87px;
    font-size: 14px;
    line-height: 15px;
}
.time_search_btn {
	right: 4px;
    padding: 0 0 0 5px;
    width: 75px;
    position: absolute;
    text-align: right;
}
.time-bar {
	float: left;padding: 0px 10px 0 10px;width: 100%;padding-right: 95px;
}
.time-close {
	padding: 0;right: 20px;top: 8px;position: absolute;z-index: 9; display: none;
}
.time-close .close {
opacity: 1;
    width: 25px;
    height: 34px;
    top: 2px;
    position: absolute;
    right: 0px;
    color: #fff;
    line-height: 5px;
    font-weight: normal;
    text-shadow: 0 0px 0 #444;
    padding: 0px;
    border-radius: 4px;
    background-color: #444;
}
.searchtime-wrapper {
	    background: #777;
    color: white;
    right: 0;
    /*width: 60px;*/
    border-radius: 0 4px 4px 0;
	display: none;
}


.btn-grey {
    color: #fff;
    background-color: #777;
    border-color: #888;
}
.btn-grey:hover, .btn-grey:focus, .btn-grey.focus, .btn-grey:active, .btn-grey.active, .open > .dropdown-toggle.btn-grey {
    color: #fff;
    background-color: #444;
    border-color: #888;
}



@media screen and (min-width: 769px){
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
    width: AUTO;
    height: auto;
    padding: 5PX;
    margin-top: -15px;
    font-size: 35px;
}
}
@media screen and (min-width: 767px){
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-next {

    left: 10px;
    background-color: rgba(0,0,0,0.8);
}
	.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    background-color: rgba(0,0,0,0.8);
    right: 10px;
}
	}

@media (max-width: 1000px){
.version-margin {
    margin-right: 15px;
}
}
@media (width: 768px){
	.navbar-nav-2.version-margin > li > a:hover, .navbar-nav-2.version-margin > li > a {
		top: -15px;
}
	.navbar-nav.navbar-right:last-child {
    margin-right: 0;
}
	.m-margin-0 {
    margin-top: 0;
}
	.slider.slider-horizontal {
    margin: 5px 0 0;
}
}

@media (max-width: 999px){
.event.container {
    padding: 140px 15px 25px;
}
}

@media (max-width: 991px){
	
	.code_input {
    height: auto;
	margin-right: 0px;
    border: 1px #fff solid;
}
	.event.container {
    padding-top: 70px!important;
}
	.event.container.list {
    padding-top: 0px!important;
}
}
	
@media only screen and (max-width: 768px) {
	.event.container {
    padding-top: 60px !important;
}	
}	
	
@media (max-width: 767px){
	.camera {
	width: 30px;
	}
	.code_submit {
		height: 29px;
		}
	
	#block_slider_time{
		/*display:none;
	position: fixed;
    width: 100%;
    z-index: 999;
		    margin-bottom:0!important;
    margin-left:-15px!important;
    margin: 0 -15px !important;
    bottom: 57px;
    padding: 10px 15px 10px;
    background-color: #eee;*/
		
	/**** overlay ****/	
	display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    margin-bottom: 0!important;
    margin-left: -15px!important;
    margin: -135px -15px !important;
    padding: 10px 15px 10px;
    background-color: rgba(0,0,0,0.8);
    color: #fff;
		}
	#block_slider_time.time-show {
	    
		display:block;
		}
	#block_slider_time.time-hide {
	    
		display:none;
		}
	#slider_time_Modal #block_slider_time {
		display:block;
	}
	.searchtime-wrapper {
		display: none;
	}
	.searchtime-wrapper.time-show {
		display: block;
	}
	#block_slider_time .w3-cell-row {/**** overlay ****/
		position: relative;
    padding: 50% 0;
	}
	.slider.slider-horizontal {
    width: 100% !important;/**** overlay ****/
	}
	.time-close {
		display: inline-block;
		/**** overlay ****/
		padding: 0;
    right: 20px;
    top: 8px;
    position: absolute;
	}
	.time_search_btn {
		/*margin: 0 35px 0 0;*/
		/**** overlay ****/
		margin: 0px 0 0 0px;
    position:unset;
    width: 100%;
    padding: 0;
	}
	.time_end {
		    /*right: 120px; */
		/**** overlay ****/
		    right: 0;
		    top: 36%;
	}
	.time_start { /* overlay */
    top: 36%;
	}
	.time-bar {
		    /* padding-right: 120px;*/
		/**** overlay ****/
		padding-right: 0;
    padding: 0;
	}
	#timerange_submit { /* overlay */
		display: inline-block;
    padding: 6px 6px;
    width: 100%;
    margin: 20px 0;
	}
	.version-margin {
    margin-right: 0px;
}
	.weblink {
		width: 32%;
	}
	.weblink.account {
		width: auto;
	}
	.dropbtn.flag {
    width: 100%;
		    color: white;
    background-color: #555;

	}
	.show,.stick-txt.show {
	display: inline-block !important;
	width: 230px;
}
	#myNavbar .dropdown {
    width: 100%;
	}
	.sticky-icons {
    top: 74%;
    -webkit-transform: translateY(-74%);
    -ms-transform: translateY(-74%);
    transform: translateY(-74%);
}
	.event.container {
    padding-top: 50px!important;
}
	.event.container.list {
    padding-top: 0px!important;
}

.w3-padding-medium {
    padding: 10px 12px!important;
}
.w3-container-narrower, .w3-panel-narrower {
    padding: 0.01em 8px 0.01em 16px;
}

}


@media only screen and (max-width: 736px) {
#event #thumbnail-slider-prev, #event  #thumbnail-slider-next {
    display: block;
        background-image: url(../images/lines.jpg);
}
}

@media (max-width: 600px){
    .w3-mobile {
        display: block;
        width: 100%!important;
    }

    .bib_extend_mobile_show {
        display: inherit;
    }

    .bib_extender_wrapper {
        line-height: 15px;
        top: 49px;
    }

    .bib-mobile {
        display: inline-block;
    }

    .bib {
        display: none;
    }
	.btn-social {
    font-size: 14px;
}
	
}

@media (max-width: 500px){
#block_slider_time{
	margin: -108px -15px !important;
}
}


@media (max-width: 500px){
	.btn-social, #gSignInWrapper {
    width:100%;
}
}

