body > h1, body > h2 {display:none;}
body > .header {min-width:320px;}
.main-navigation {font-family:'Ubuntu', sans-serif;}
#page_content {margin:20px 0; min-width:320px;}
#page_content > .container {padding-bottom:40px;}
#banner {background-position:80% 20%; background-repeat:no-repeat; background-size:cover; height:60vh; margin-top:-20px; min-height:30rem; overflow: hidden; position: relative;}
#banner .container {position:relative; top:50%; transform:translateY(-50%);}
#banner .hero_txt h1 {color:#fff; font-family:'Ubuntu', sans-serif; line-height:1em;}

.banner .wrapper
{
	position: relative;
}
.banner .image img
{
	width: 100%;
}
.banner .wrapper .content {
	position : absolute;
	top: 0;
	left: 0;
    width: 100%;
	height: 100%;
	padding: 15px;
}

.banner .logo {
	text-align: right;
}

.banner .logo img
{
	display: inline-block;
	max-width: 250px;
}

.banner .details {
	max-width: 420px;
	text-align: center;
	margin-top: 100px;
	display: inline-block;
}

.banner .details .title {
	color: #ffffff;
    font-weight: 500;
    text-transform: none;
    font-size: 55px;
    margin-bottom: 25px;
}

.banner .details .button {
	display: inline-block;
    color: #ffffff;
    padding: 15px;
    background: #ff6364;
    width: 250px;
    text-align: center;
	font-size: 18px;
	font-weight: bold;
}

.banner .terms {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: inherit;
}

.banner .terms p {
	text-align: center;
	margin-bottom: 0;
	font-size: 13px;
}

@media screen and (max-width: 1024px)
{
	.banner .details .title {
		font-size: 35px;
	}

	.banner .details .button {
		width: 210px;
		padding: 11px;
	}

	.banner .logo {
		display: none;
	}

	.banner .terms {
		display: none;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px)
{
	.banner .details {
		width: 250px;
		margin-top: 50px;
	}
}

@media screen and (min-width: 992px) and (max-width: 1024px)
{
	.banner .details {
		width: 330px;
	}
}

@media screen and (max-width: 767px)
{
	.banner .wrapper .content {
		background: #000000;
		position: static;
		padding-bottom: 30px;
	}

	.banner .details {
		margin-top: 0;
		max-width: 100%;
		display: block;
	}
}

@media (min-width:1200px) {
	#banner .hero_txt h1 {font-size:80px;}
}
@media (min-width:992px) and (max-width:1199px) {
	#banner .hero_txt h1 {font-size:64px;}
}
@media (min-width:768px) and (max-width:991px) {
	#banner .hero_txt h1 {font-size:52px;}
}
@media (min-width:592px) and (max-width:767px) {
	#banner .hero_txt h1 {font-size:42px;}
}
@media (max-width:591px) {
	#banner .hero_txt h1 {font-size:36px; padding:0 15px;}
}
#banner .hero_txt h1 .fa {font-size:.625em; line-height:inherit; vertical-align:text-bottom;}
#featured {margin:40px 0px;}
header .avatar {display:inline-block; height:20px;}
.mb-100 {margin:50px 0px;}
.overlay-container {height:250px; line-height:250px;}
.overlay-container.thumb {height:80px; line-height:20px; width:60px;}
#float-details .float-image img {margin:0 auto; max-height:400px;}
.overlay-container.thumb img {max-width:95%; width:initial;}
.listing-item .thumb {height:100px; margin-top:20px; text-align:center; width:100%;}
.listing-item .thumb img {display:block;}
.listing-item .form {margin:0; padding:0;}
#invite-accept img {display:block; margin:0 auto; width:500px;}
#float-details form {display:inline;}
.organizer-avatar {display:inline-block; height:20px; width:20px;}
#friend_list {border:1px solid #f1f1f1; height:400px; overflow:scroll; padding:5px;}
#friend_list .friend {font-size:.85em; padding:3px;}
#friend_list .friend:hover {cursor:pointer;}
#friend_list .selected {background-color:#5bc0de; -webkit-box-shadow:0px 0px 0px 1px #46b8da; box-shadow:0px 0px 0px 1px #46b8da;}
#friend_list .selected a {color:#fff;}
#friend_list .friend img {padding-right:5px; vertical-align:middle; width:50px;}

/* ALL FLOATS FILTER */
.navbar-fixed-left {border-radius:0; height:100%;}
.navbar-fixed-left .navbar-nav {width:100%;}
.navbar-fixed-left .navbar-nav > li {float:none;}
.navbar-fixed-left .navbar-nav > li.active {background-color:#eee;}
.navbar-fixed-left + .container {padding-left:160px;}
/* On using dropdown menu (To right shift popuped) */
.navbar-fixed-left .navbar-nav > li > .dropdown-menu {margin-left:140px; margin-top:-50px;}

/* FLOAT DETAIL */
#joinButton {padding:26px 25px;}
.prod_details_header h1 {margin-top:0; text-transform:none;}
.prod_details_header h2 {color:#777; font-size:24px; margin-bottom:4px; text-transform:none;}
.prod_details_header .ft-id {font-size:13px;}

.carousel-control.left, .carousel-control.right {background:none;}
.carousel-inner .item img {margin:0 auto;}

/* WRAP */
.text-wrap{display:block; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}

/* EMBED VIDEO */
#how_it_works_vid {margin-bottom:20px;}

video::-webkit-media-controls {overflow:hidden !important}
video::-webkit-media-controls-enclosure {margin-left:auto; width:calc(100% + 32px);}

.participantsCounterWrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.participantsCounterWrapper #viewParticipants {
	font-weight: 400;
	font-size: 15px;
}

.productImageWrapper
{
	overflow: hidden;
    width: 150px;
    height: 156px;
    margin: auto;
    height: 100%;
    display: flex;
    align-items: center;
}

.productImageWrapper img {
    margin: 0 auto;
    display: block;
	max-height: 165px;
}

@media screen and (max-width: 767px)
{
	.zoomable {
		display: none !important;
	}

	#article-photo-carousel .item img {
		display: block;
		margin: auto;
		width: auto;
		height: auto;
		max-width: 100%;
	}

	#article-photo-carousel .item.active img {
		max-height: 250px;
	}
}


#article-photo-carousel .carousel-control {
	top: 50%;
}

#article-photo-carousel .left.carousel-control {
	left: 0;
	right: auto;
}

#article-photo-carousel .right.carousel-control {
	right: 0;
	left: auto;
}

.footerNav {
	padding-top: 15px;
	padding-left: 0;
	list-style: none;
	margin: 0;
}

.footerNav li {
	display: inline-block;
	padding: 0 8px;
	font-weight: 400;
}

.footerNav li:not(:first-child)
{
	border-left: 1px solid #cecbcb;
}

.footerNav li:last-child {
	margin-right: 0;
}

.footerNav li a {
	color: #777777;
}

.stickyPressLink {
	background: #12a4f4;
    display: inline-block;
    position: fixed;
    color: #ffffff;
    border-radius: 7px 7px 0 0;
    top: 50%;
    left: -60px;
    transform: rotate(90deg) translateX(-50%);
}

.stickyPressLink a {
	display: block;
	font-weight: bold;
    padding: 12px 30px;
	text-decoration: none;
	color: #ffffff;
}

@media screen and (max-width: 768px)
{
	.stickyPressLink {
		display: none;
	}
}