.image-logo {
	width: auto;
	height: 90px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	margin-bottom:0;
}

.image-logo h1 {
	margin-bottom: 0;
	font-size: 30px;
	color: #ffffff;
	background: #ff4444;
	display:inline-block;
	text-transform: uppercase;
	padding: 5px 9px;
	margin-top: 21px;
}

.image-logo.medium-0 {
	max-width: 261px;
	
}

.image-logo.medium-0 h1 {
	margin-top: 6px;
}

/* 1.6 - Add Place
    -----------------------------------------------------------------*/
.sidebar-add-place video,
.top-sidebar-add-place video,
.add-place video,
.bottom-add-place video,
.bottom-add-place-mobile video,
.header-top-mobile video,
.bottom-add-place-mobile video,
.home-left-add-place video,
.home-right-add-place video {
	width: 100%;height: auto;
}
.sidebar-add-place, .top-sidebar-add-place {
	margin-bottom: 1.625em;
	text-align: center;
}

.sidebar-add-place iframe {
	margin-left: auto;
	margin-right: auto;
}

.top-sidebar-add-place h3 {
	margin-top: 0;
}
.add-place {
	margin: 30px 0;
	text-align: center;
}
.bottom-add-place,
.bottom-add-place-mobile {
	margin-bottom: 1.625em;
	text-align: center;
}
.header-top-mobile {
	display:none;
}
.bottom-add-place-mobile {
	display:none;
}

.bottom-add-place iframe,
.bottom-add-place-mobile iframe {
	margin-left: auto;
	margin-right: auto;
}

.add-place img, .sidebar-add-place img, .top-sidebar-add-place img, .bottom-add-place img, .bottom-add-place-mobile img {
	width: auto;
	max-width: 100%;
}
.sponsored, .sponsored:focus {
	display: block;
	text-align: center;
	color: #FFF;
	text-transform: uppercase;
	margin: 0 auto 1.25em;
	white-space: nowrap;
	border-radius: 1px;
	height: 40px;
	width: 400px;
	padding: 6px 16px;
	font-family: 'Roboto', sans-serif;
}
.sponsored-gray, .sponsored-gray:focus {
	display: block;
	text-align: center;
	color: #FFF;
	text-transform: uppercase;
	letter-spacing: .05em;
	margin: 0 auto 1px;
	white-space: nowrap;
	border-radius: 2px;
	height: 40px;
	background-color: #2c2c34;
	width: 400px;
	padding: 8px 16px;
}
.sponsored-gray {
	color: #FFF!important;
}
.header-add-place {
	overflow: hidden;
	
	float: right;
	display: inline;
}
.header-add-place .desktop-add {
	margin: 0 auto;
	text-align: center;
}

.home-left-add-place {
	margin-bottom: 45px;
}

.home-left-add-place img {
	width:100%;
}

.home-right-add-place {
	margin-bottom: 45px;
}

.home-right-add-place img {
	width:100%;
}

.latest-slider-wrap {
	margin-right:0;
}

.clock {
	display:flex;
	align-items: flex-end;
	justify-content: flex-end;
	width: 100%;
}

.weather-outer {
	display:flex;
}

.weather-outer .weather-item {
	margin-left: 15px;
	margin-right: 15px;
}

.weather-outer .weather-item .weather-deg {
	font-weight: bold;
}

.clock .name-day span {
	font-weight: bold;
}

.name-day {
	margin-left: 30px;
	margin-right: 30px;
}

.clock #time {
	background:#343334;
	display:inline-block;
	color: #FFF;
	font-weight: bold;
	padding-left: 6px;
	padding-right: 6px;
	margin-left:20px;
}

.clock #date {
	
}

#footer_slider .item a {
	width: 100%;
	width: 190px;
	height: 0;
	padding-bottom: 110px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #FFF;
	display: block;
	font-size: 0;
	text-indent: -9999px;
	margin: 15px auto;
}

.widget.widget_calendar table thead tr th,
.widget.widget_calendar table tbody td {
	width: 14.285714%;
}

.not-same-month {
	opacity:0.0;
}

.day-today {
	background:#ff4444;
	color:#FFF;
}

.mediums {
	text-align: center;
}

.mediums .item {
	margin-bottom: 20px;
}

.mediums .medium-image-home {
	max-width: 200px;
	
}

.mediums .medium-item-social {
	font-size: 20px;
	display:block;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover,
.pagination > li > a, .pagination > li > span {
	color:#333333;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
	background-color: #ff4444;
	border-color: #ff4444;
}

.entry-media {
	position: relative;
}

.video-full {
	display: block;
	width: 100%;
	margin-bottom: 1.625em;
	position: relative;
}
.video-full h2, .video-full h4 {
	margin-bottom: 10px;
	margin-top: 10px;
}
video-container {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 57%;
}
.video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.video-full {
  display: block;
  width: 100%;
  margin-bottom: 1.625em;
}

.video-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 57%;
}

.tagcloud.ib {
	display:inline-block;
}

.tagcloud a {
	font-size: 14px !important;
	padding: 0px 14px;
	background: #ff4444;
	color: #ffffff !important;
	display: inline-block;
	margin: 0px 4px 7px 0px;
}

.tagcloud a:hover {
	color: #DDD !important;
}

.post-wrap .category-list {
	z-index: 1;
}

.row-search-category-select {
	padding-top: 15px;
}

.search-label-box {
	display: inline-block;
	padding: 5px 16px;
	vertical-align: middle;
	cursor: pointer;
}

.row-search-category-select label {
	margin-bottom: 0;
}

.main-search {
	padding-bottom: 20px;
}

.email1 {
	display:none !important;
}

.message {
	display: block;
	text-align: center;
	color: #FFF;
	padding: 15px;
	font-size: 18px;
	width: 100%;
	margin: 20px 0;
}

.message.error {
	background: #d4000e;
}

.message .title {
	padding: 20px;
	font-size: 22px;
}

.message.error .title {
	background: #fb2937;
}

.message .content {
	padding: 20px;
	font-size: 20px;
}

.message.error ul {
	margin: 0;
	list-style: none;
	padding:0;
}

.contact-us ul li {
	margin-bottom: 15px;
}

.img-responsive {
	width: 100%;
}

.item.team-item {
	height: auto;
	margin-bottom: 2.125em;
}

.item-image-1, .item-image-2, .item-image-3 {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}

.item.team-item .item-image-3 .img-link {
	width: 100%;
	height: 0;
	padding-bottom: 120%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	display:block;
}

.item-image-1 .img-full, .item-image-2 .img-full, .item-image-3 .img-full {
	display:none;
}

.label-1, .label-2, .label-3, .label-4, .label-5, .label-6, .label-7, .label-8, .label-9, .label-10, .label-11, .label-12, .label-14 {
	padding: 4px 6px;
	letter-spacing: .03em;
	font-weight: 400;
	color: #FFF;
	position: absolute;
	bottom: 4px;
	left: -3px;
	right: auto;
	top: auto;
	text-align: center;
	border-radius: 1px;
	text-transform: uppercase;
	border: none;
	margin-left: 16px;
	margin-bottom: 10px;
	z-index: 2;
	background-color: #333333;
	line-height: 1.2em;
	text-align: left;
	  font-size: 15px;
}

.guide-days {
	margin:0;
	padding:0;
	display:table;
	width:100%;
}

.guide-days li {
	display:table-cell;
	vertical-align: middle;
	width:14.285714%;
	border-left:1px solid #ddd;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
}

.guide-days li:last-child {
	border-right:1px solid #ddd;
}

.guide-days li a {
	display:block;
	padding: 8px 3px;
	text-align: center;
	font-size:16px;
}

.guide-days li a:hover {
	color:#ff4444;	
}

.guide-days li.active a {
	background:#ff4444;	
	color:#FFF;
}

.guide-list {
	margin-top:30px;
}

.guide-list .item {
	margin-bottom: 25px;
}

.guide-list .item .title-row {
	background:#EEE;
}

.guide-list .item .repeat,
.sidebar-schedule .repeat {
	color:#666;
	font-style: italic;
	font-size: 12px;
}

.guide-list .item .time {
	background: #ff4444;
	color:#FFF;
	padding:5px 8px;
	display:inline-block;
	width:60px;
	text-align: center;
}

.guide-list .item .title {
	padding:5px 15px;
	display:inline-block;
	margin:0;
}

.guide-list .item .description {
	font-weight: normal;
	margin-top: 5px;
	padding-left:75px;
	font-style: italic;
}

.home-show-preview {
	height: 0;
	padding-bottom: 56.25%;
}

.live-button2 {
	background: rgba(212, 0, 4, 1.00) !important;;
	color: #FFF !important;
}

.live-button {
	  background: rgba(212, 0, 4, 1.00);
	color: #FFF !important;
	text-transform: uppercase;
	font-weight: bold;
	vertical-align: middle;
	padding: 10px 16px !important;
}

.live-button i {
	vertical-align: middle;
	font-size: 17px;
	margin-left: 5px;
	margin-top: -4px;
}

.medium-item-social {
	font-size: 40px;
	text-align: center;
	display:block;
}

.full-fade {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 10000;
	background: rgba(0, 0, 0, 0.4);
	top: 0;
	left: 0;
}

.full-fade .fade-inner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.full-fade a.close {
	display: inline-block;
	position: fixed;
	top: -40px;
	right: -30px;
	color: #FFF;
	font-size: 35px;
	z-index: 10001;
	opacity: 1.0;
	
}

.full-fade a.goto {
	
}

.full-fade a.goto img {
	max-width: 1200px;
}

.pb-fade {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 10000;
	background: rgba(0, 0, 0, 0.4);
	top: 0;
	left: 0;
}

.pb-container {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 10001;
	top: 0;
	left: 0;
}

.pb-container .pb-inner {
	position: absolute;
	left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
	width:100%;
	height: auto;
	max-width:1280px;
	max-height: 720px;
	padding:20px 0;
}

.pb-container .pb-inner img {
	width: 100%;
}

.pb-container .pb-inner .close {
	right:5px;
	top:-17px;
	color:#FFF;
	opacity:1;
	font-size: 32px;
	position: absolute;
}

.pb-container .pb-inner video {
	max-width: 100%;
	width: 100%;
}

.header-content-wrap {
	width:100%;
}

.menu-container {
	
}

#main-navbar-container {
	position: -webkit-sticky; /* Safari */
	position: sticky;
	top: 0;
	z-index: 9;
}

.youtube-medium-home {
	margin:0 auto;
	display:block;
	font-size: 54px;
	text-align: center;
	padding-top: 20px;
}

.youtube-medium-home img {
	max-width: 100% !important;
	height: 60px !important;
	margin-top:20px;
	margin-bottom:20px;
}

.soundcloud-medium-home {
	margin:0 auto;
	display:block;
	font-size: 54px;
	text-align: center;
	padding-top: 20px;
}

.soundcloud-medium-home img {
	max-width: 100% !important;
	height: 100px !important;
}

.post-entry iframe {
	max-width: 100%;
}

.product-item {
	max-width: 400px;
	padding:30px 30px 60px 30px;
	margin:0 auto;
	text-align: center;
}

.product-item .title {
	margin-bottom: 0;
}

.product-image {
	margin:10px 0;
	text-align: center;
}

.product-image img {
	max-width: 100%;
	max-height: 300px;
}

.product-deposit {
	display:block;
	text-align: center;
}

.product-price {
	display:block;
	text-align: center;
}

.line-item {
	width:100%;
	height: 1px;
	display:block;
	border-bottom: 1px solid #101010;
}

.product-category-title {
	text-align:center;
	margin-top: 70px;
}

.rental-condition {
	max-width: 740px;
	margin:0 auto;
	line-height: 1.3em;
	padding:40px 10px;
}

.services-header {
	width:100%;
	height: 300px;
	background-image:url(/images/width_2048.webp);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	position: relative;
}

.services-header span {
	color:#FFF;
	padding:4px;
	font-size:30px;
	background:#ff4444;
	position: absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	max-width: 70%;
	text-transform: uppercase;
	line-height: 1.5em;
}

.services-top-content {
	padding:50px 0 60px;
}

.services-icons {
	list-style: none;
	padding:30px 0;
	margin:0;
	display:flex;
	flex-flow: wrap;
}

.services-icons li {
	width:33.3333%;
	display:block;
	text-align: center;
	padding:20px;
}

.services-category-title {
	line-height: 35px;
	background: #343334;
	margin-bottom: 28px;
	font-weight: 700;
	color: #333333;
	margin-top: 0;
	font-size:14px;
}

.services-category-title span {
	color: #ffffff;
	text-transform: uppercase;
	background: #ff4444;
	padding: 0 30px;
	line-height: 35px;
	letter-spacing: 1px;
	display: inline-block;
	position: relative;
}

.services-category-title span::before {
	content: "";
	width: 1px;
	height: 1px;
	position: absolute;
	left: 100%;
	top: 0;
	border-top: 35px solid #ff4444;
	border-right: 20px solid transparent;
	border-bottom: 0;
	border-left: 0;
}

.services-item {
	padding:30px 30px 30px 30px;
}

.services-item .title {
	text-align: center;
	margin-bottom: 20px;
	font-size: 22px;
}

.services-item .services-image {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	padding-bottom: 60%;
}

.services-item .services-image img {
	width: 100%;
	max-width: 400px;
	max-height: 300px;
	display:none;
	opacity: 0.0;
	width:0;
	height: 0;
}

.services-item .services-description {
	padding:10px 0;
	margin-top: 20px;
}

.services-item .services-video {
	text-align: center;
	margin-top: 10px;
}

.services-item .services-video span {
	font-weight: bold;
	display:block;
	text-align: center;
}

.services-item .services-video img {
	max-width: 300px;
}

.services-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-auto-rows: 1fr;
	width:100%;
}

.services-grid-item {
	
}

@media only screen and (max-width: 1400px) {
	.add-place, .add-place img, .sidebar-add-place img, .add-place img, .bottom-add-place img, .bottom-add-place-mobile img, .sponsored-gray, .sponsored-gray:focus, .sponsored { max-width:100%; }
	.top-sidebar-add-place img { max-width: 100%; padding: 0; }
	
	.add-place, .bottom-add-place, .bottom-add-place-mobile { padding: 0 16px; }
	
}

@media only screen and (max-width: 1199px) {
	.header-add-place .desktop-add, .header-logo { display: none !important; }
	.sidebar-add-place, .top-sidebar-add-place { margin-bottom: 0; }
	.sidebar-add-place, .top-sidebar-add-place { margin-bottom: 1.625em; }
	
	.image-logo {
		margin:0 auto;
	}
	
	.services-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.services-item {
		padding: 20px ;
	}
}

@media only screen and (max-width: 767px) {
	.header-add-place, .add-place, .bottom-add-place { display: none !important; }
	.bottom-add-place-mobile { display:block !important; }
	
	.weather-outer,
	.name-day {
		display:none;
	}
	
	.icon-sub-menu {
		position: absolute;
		top: 0;
		right: 0;
		display: block;
	}
	
	.sidenav-dropdown-icon {
		display:none;
		padding:8px;
		transition: rotation 0.3s;
	}
	
	.sidenav-dropdown-icon:after {
		content: '\f107';
		font-family: Fontawesome;
		margin-left: 4px;
		margin-right: 4px;
		font-size: 22px;
		color: #FFF;
		display:block;
	}
	
	.menu-open .sidenav-dropdown-icon {
		rotation: 180deg;
	}
	
	.services-header span {
		display:block;
		position: relative;
		font-size:24px;
	}
	
	.services-icons li {
		width: 100%;
	}
	
	.services-grid {
		display:block;
	}
	
	.services-item {
		padding: 20px 0 20px 0px;
	}
}

@media only screen and (max-width: 479px) {
	.add-place { margin: auto; }
	
}