@media screen and (max-width:780px){ /*Mobile*/
	#resim-btn { padding-right:15px; margin-bottom:5px; }
	#video-btn { padding-left:15px; }
	.reponsive-resim { width:auto; height:auto; }
	.firsat h5 { text-align:center; width:auto; margin-top:5px; }
	.firsat p { text-align:center; }
}
@media screen and (min-width:780px){ /*Desktop*/
	#resim-btn { padding-right:0px; }
	#video-btn { padding-left:0px; }
	.reponsive-resim { height:100px; width:100%; }
	.firsat h5 { margin-bottom:0px; display:block; width:200px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
}

.venue-pageheader ul {
    overflow: hidden;
    padding-left: 0px;
}

.venue-pageheader ul li {
    list-style: none;
    float: left;
    color: #ffffff;
    padding-right: 20px;
}

.venue-pageheader ul li i {
    width: 15px;
}

#follow-btn {
	font-size:14px;
}

.company-features-bottom ul {
	padding-left:0px;
}

.company-features-bottom ul li {
	width: 25%!important;
	line-height:20px;
}

.company-features-bottom {
    padding: 0;
    position: relative;
    float: left;
    display: block;
    margin: 0;
    width: 100%;
}
.company-features-bottom ul li {
    display: block;
    float: left;
    color: #8e9495;
    font-size: 13px;
    text-align: center;
}
.company-features-bottom ul li img {
    float: left;
    margin-right: 5px;
}
.company-features-bottom ul li span.strong {
    display: block;
    color: #434d51;
    font-weight: 700;
}

.mt15 {
	margin-top:15px;
}

.mb15 {
	margin-bottom:15px;
}



/* ---- stats.js ---- */

.count-particles{
  background: #000022;
  position: absolute;
  top: 48px;
  left: 0;
  width: 80px;
  color: #13E8E9;
  font-size: .8em;
  text-align: left;
  text-indent: 4px;
  line-height: 14px;
  padding-bottom: 2px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}

.js-count-particles{
  font-size: 1.1em;
}

#stats,
.count-particles{
  -webkit-user-select: none;
  margin-top: 5px;
  margin-left: 5px;
}

#stats{
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}

.count-particles{
  border-radius: 0 0 3px 3px;
}

/* ---- particles.js container ---- */

#particles-js{
  width: 100%;
  background-color: transparent;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

/* Time Table */
.listing-time-list{
	width:100%;
	margin-bottom: 0;
	padding-left:15px;
	padding-right:15px;
}
.listing-time-list li.open{
	color: #4611a7;
}
.listing-time-list li {
    display: block;
    font-size: 13px;
    padding: 4px 0;
	color: #70778b;
}
.listing-time-list li .listing-hours{
	text-align: right;
	float: right;
}
.listing-timing-box .listing-timing-header span i{
	font-size: 14px;
}
.listing-timing-box .listing-timing-header span{
	font-size: 10px;
}
.listing-timing-box .listing-timing-header{
	background-color: #4611a7;
	color: #fff;
	display: flex;
	justify-content: space-between;
	font-size: 13px;
}
.listing-timing-header .listing-status{
	border: 1px solid rgba(255,255,255,.5);
    margin-left: 15px;
    padding: 4px 8px;
    font-size: 10px;
    font-family: Roboto,sans-serif;
    font-weight: 400;
    border-radius: 2px;
}

.etiket-list {
	padding-left:15px;
	padding-right:15px;
	overflow:hidden;
}

.etiket-list li {
	list-style:none;
	width:auto;
	float:left;
	padding:5px;
}

.etiket-list li a {
	color:inherit;
	font-size:13px;
}

.mute-video {
    background:url(http://cdn.flaticon.com/png/64/60750.png) no-repeat center;
    background-size:25px;
    border:0;
    width:25px;
    height:25px;
    text-indent:-999px;
	filter: brightness(0) invert(1);
	margin-left:5px;
}
.unmute-video {
    background:url(http://cdn.flaticon.com/png/64/498.png) no-repeat center;
    background-size:25px;
	filter: brightness(0) invert(1);
	margin-left:5px;
}