

@charset "utf-8";
/* CSS Document */

.get_beers {
    position: fixed;
    left: 10px;
    padding: 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background: red;
    color: #FFFFFF;
    font-weight: bold;
    display: block;
	z-index: 1000;
}

.get_festivals {
    position: fixed;
    left: 101px;
    padding: 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background: red;
    color: #FFFFFF;
    font-weight: bold;
    display: block;
    z-index: 1000;
}

h1 {
    margin: 0 0 10px;
}

input[type="checkbox"] {
    width: 20px;
    height: 20px;
    vertical-align: sub;
}

select {
    -webkit-appearance: none;
    padding: 5px 14px 5px 5px;
    margin: 0 0 0 10px;
    background: url(/images/drop-down-arrow.png) no-repeat right 10px;
}

.header_options {
    position: relative;
}

.header_options select {
	padding: 6px 10px;
}

.results_ordering {
    position: absolute;
    right: 24px;
    top: 6px;
}

.filter_button {
    position: absolute;
    top: 6px;
    right: 310px;
    cursor: pointer;
	border: 1px solid 3999999;
	border-radius: 5px;
	padding: 6px 16px;
}

.filter_options, .festival_results_filter {
    padding: 0 0 0 0;
    background: #FFFFFF;
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0, rgba(255,255,255,1) 20px, rgba(255,255,255,1) 1004px, rgba(255,255,255,0) 1024px);
    background: -webkit-gradient(linear, left top, right top, color-stop(0,rgba(255,255,255,0)), color-stop(20px,rgba(255,255,255,1)), color-stop(1004px,rgba(255,255,255,1)), color-stop(1024px,rgba(255,255,255,0)));
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0,rgba(255,255,255,1) 20px,rgba(255,255,255,1) 1004px,rgba(255,255,255,0) 1024px);
    background: -o-linear-gradient(left, rgba(255,255,255,0) 0,rgba(255,255,255,1) 20px,rgba(255,255,255,1) 1004px,rgba(255,255,255,0) 1024px);
    background: -ms-linear-gradient(left, rgba(255,255,255,0) 0,rgba(255,255,255,1) 20px,rgba(255,255,255,1) 1004px,rgba(255,255,255,0) 1024px);
    background: linear-gradient(to right, rgba(255,255,255,0) 0,rgba(255,255,255,1) 20px,rgba(255,255,255,1) 1004px,rgba(255,255,255,0) 1024px);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 );
    padding: 10px 16px;
}

.festival_results_filter {
    position: relative;
    margin: 0 0 10px 0;
    padding: 10px 0 0 18px;
}

.festival_results_filter .filter_button {
    right: 20px;
    top: 20px;
}

.page_controls input[type="button"] {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: none;
    margin: 10px 0;
    background: #F19E1F;
    color: #FFFFFF;
    text-transform: uppercase;
	cursor: pointer;
}

.results_filter {
    text-align: right;
    width: 100%;
    margin: -10px 0 13px 0;
}

.filter {
    margin: -34px 10px 0 0;
    float: right;
}

.load_more {
    margin: 0 auto;
    width: 200px;
    text-align: center;
    background: #ECAC03;
    color: #FFFFFF;
    border-radius: 5px;
    padding: 10px;
	cursor: pointer;
    display: block;
    clear: both;
    text-decoration: none;
}

.modal {
	display: none;
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
    background-color: rgba(0,0,0,0.8);
}

.input-icon-group {
    position: relative;
    height: 50px;
}

.input-icon-group i {
    background: #F19E1F;
    position: absolute;
    width: 40px;
    height: 28px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #FFFFFF;
    font-size: 20px;
    padding: 7px 0 0 0;
    top: 1px;
    left: 1px;
	z-index: 1;
}

.input-icon-group input[type="text"], .input-icon-group input[type="password"], .input-icon-group select {
    padding-left: 40px;
    width: calc(100% - 50px);
}

.input-icon-group .modal_form_error {
    position: absolute;
    z-index: 2;
    width: calc(100% + 2px);
    background: #e04e4e;
    color: #FFFFFF;
    top: 40px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

input:focus, select:focus {
    outline: none;
    box-shadow: 0 0 5px 5px rgba(236,172,3, 0.3);
}

.modal_signup #iDOBDay, .modal_signup #iDOBMonth, .modal_signup #iDOBYear {
    width: 108px;
    float: left;
    margin: 0 5px 0 0;
}

.modal_signup #iDOBMonth {
    width: 108px;
    padding: 10px;
}

.modal_signup #iDOBYear {
    width: 74px;
    padding: 10px;
	margin: 0;
}

input, select, textarea {
    width: 280px;
    padding: 10px;
    margin: 0 0 10px 0;
    border: 1px solid #999999;
    border-radius: 5px;
    text-align: center;
}

input[type="time"] {
    height: 15.2px;
}

.inner_form {
    text-align: center;
    margin: 10px auto;
    max-width: 280px;
}

.modal select {
    width: calc(100% + 2px);
    padding: 10px 10px 10px 40px;
    position: relative;
    text-align-last: center;
}

.modal textarea {
    width: calc(100% - 20px);
    padding: 10px;
    position: relative;
    text-align-last: center;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
}

.modal input[type="checkbox"] {
    width: 30px;
    height: 30px;
    border-radius: 10px;
    vertical-align: -webkit-baseline-middle;
}

.modal_login, .modal_forgot, .modal_signup, .modal_claim_brewery, .modal_claim_pub, .modal_bag_pub, .modal_bag_festival, .modal_bag_pub_beer, .modal_bag_festival_beer, .modal_bag_beer, .modal_bag_beer_pub, .modal_bag_pub_rate, .modal_brewery_error, .modal_bag_pub_user {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 300px;
    padding: 20px 20px 10px 20px;
    background: white;
    transform: translate(-50%, -50%);
    border: 1px solid #000000;
    border-radius: 10px;
	text-align: center;
    max-height: 85vh;
    max-height: calc(100vh - 60px);
}

.modal h4 {
    background: #ECAC03;
    color: white;
    padding: 10px;
    margin: -20px 0 20px -20px;
    border: none;
    width: 320px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.before_move {
    display: none;
}

body {
	margin: 0px;
	background: #FDF7E3 url(/images/pub-bagging-background.jpg) repeat-x;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
}

#navigation_outer {
	display: none;
}

#header-image {
	position: absolute;
	background: #000000 url(/images/header-image.jpg?iNew=2) top center no-repeat;
	top: 70px;
	width: 100%;
	height: 280px;
}

#content {
	width: 1024px;
	margin: 0 auto;
}

#header {
	position: relative;
	height: 408px;
}

#body {
	position: relative;
	padding: 20px 0;
}

#logo_small {
	display: none;
	background: none;
}

#logo {
	position: absolute;
	left: 20px;
	top: 20px;
	display: block;
	background: url(/images/pub-bagging-logo.png?iNew=1);
	width: 200px;
	height: 158px;
	overflow: hidden;
	text-indent: 200px;
}

#my_links {
	position: absolute;
	top: 10px;
	left: 227px;
}

#my_links a {
	display: block;
	float: left;
	text-transform: uppercase;
	text-decoration: none;
	color: #5B0202;
	font-size: 16px;
	margin: 15px 10px;
}

#my_links a:hover {
	text-decoration: underline;
}

#friend_request_count {
	background: #FCD704;
	border-radius: 100px;
	padding: 1px 5px;
}

.search {
	position: absolute;
	top: 0px;
	left: 700px;
	width: 50px;
	height: 55px;
	background: #F7E4B8;
	cursor: pointer;
	padding: 15px 0 0 20px;
    color: #E3AC09;
    font-size: 30px;
}

.search_in {
	left: 834px;
}

.search_box {
    position: absolute;
    right: 324px;
    top: 0;
    background: #F7E4B8;
    padding: 10px;
    width: 450px;
    display: none;
    height: 50px;
}

.search_box_in {
    right: 190px;
    width: 584px;
}

.search_box .search_criteria {
    height: 24px;
    width: 440px;
    padding: 10px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 20px;
}

.search_box_in .search_criteria {
    width: 574px;
}

#login, #logout {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 254px;
	height: 45px;
	background: #ECAC03;
	text-decoration: none;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 16px;
	padding: 25px 0 0 0;
	text-align: center;
}

#logout {
	width: 120px;
}

#login img {
	vertical-align: bottom;
}

#nav {
	position: absolute;
	top: 350px;
}

#nav a {
	display: block;
	float: left;
	padding: 20px;
	text-decoration: none;
	text-transform: uppercase;
	color: #690B0C;
	font-weight: bold;
}

#nav a:hover, #nav a:active {
	color: #ECAC03;
}

.tab_outer, h3 {
	text-transform: uppercase;
	background: #FFFFFF;
	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0, rgba(255,255,255,1) 20px, rgba(255,255,255,1) 1004px, rgba(255,255,255,0) 1024px); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0,rgba(255,255,255,0)), color-stop(20px,rgba(255,255,255,1)), color-stop(1004px,rgba(255,255,255,1)), color-stop(1024px,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0,rgba(255,255,255,1) 20px,rgba(255,255,255,1) 1004px,rgba(255,255,255,0) 1024px); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(255,255,255,0) 0,rgba(255,255,255,1) 20px,rgba(255,255,255,1) 1004px,rgba(255,255,255,0) 1024px); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(255,255,255,0) 0,rgba(255,255,255,1) 20px,rgba(255,255,255,1) 1004px,rgba(255,255,255,0) 1024px); /* IE10+ */
	background: linear-gradient(to right, rgba(255,255,255,0) 0,rgba(255,255,255,1) 20px,rgba(255,255,255,1) 1004px,rgba(255,255,255,0) 1024px); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
	padding: 10px;
	margin: 0px;
	border-top: 1px solid #E9EAE2;
	outline: none;
	clear: both;
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.h3_inner {
    margin: -10px 0 10px 0;
    border-bottom: 1px solid #E9EAE2;
}

.tab_outer::-webkit-scrollbar {
    height: 8px;
}
 
/* Track */
.tab_outer::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 8px;
}
 
/* Handle */
.tab_outer::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 8px;
    background: rgba(235, 172, 35, 0.8); 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
.tab_outer::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(235, 172, 35, 0.4); 
}

.tab_outer a {
    text-transform: uppercase;
    text-decoration: none;
    color: #690B0C;
    font-weight: bold;
    font-size: 16px;
    border: 1px solid #ECAC76;
    padding: 3px 8px;
}

.tab_outer a.active {
    background: #ECA828;
}

.tab_outer li {
    list-style-type: none;
    display: inline;
    padding: 0 2px;
}

.ui-accordion-header-icon {
	width: 11px;
	height: 11px;
	display: block;
	float: left;
	margin: 5px;
}

.ui-icon-triangle-1-s {
	background: url(/images/accordion-open.png) no-repeat;
}

.ui-icon-triangle-1-e {
	background: url(/images/accordion-closed.png) no-repeat;
}

.tab_content {
	border-top: 1px solid #E9EAE2;
	padding: 20px 10px 0px 10px;
}

.stats table td {
	font-size: 120%;
}

.stats table td {
	padding: 5px 0 5px 18px;
}

.stats table tr td:nth-of-type(2) {
	text-align: right;
	font-weight: bold;
}

#rating i, #pub_rating i, #beer_rating i {
    color: #F19E1F;
    font-size: 37px;
    padding: 5px calc(((100% - 274px) / 10) + 5.4px);
}

#pub_rating i, #beer_rating i {
    font-size: 30px;
    padding: 2px;
}

#pub_rating, #beer_rating {
    float: right;
}

.beer_thumbnail, .pub_thumbnail, .brewery_thumbnail, .festival_thumbnail, .user_thumbnail, .activity_thumbnail, .chain_thumbnail, .achievement_thumbnail {
	width: 23.24%;
	float: left;
	margin: 0 2.3% 23px 0;
	text-decoration: none;
	color: #000000;
	position: relative;
}

.beer_thumbnail .thumnail_info, .pub_thumbnail .thumnail_info, .brewery_thumbnail .thumnail_info, .festival_thumbnail .thumnail_info, .user_thumbnail .thumnail_info, .activity_thumbnail .thumnail_info, .chain_thumbnail .thumnail_info, .achievement_thumbnail {
   	height: auto;
}

.beer_thumbnail:nth-of-type(4n+0), .pub_thumbnail:nth-of-type(4n+0), .brewery_thumbnail:nth-of-type(4n+0), .festival_thumbnail:nth-of-type(4n+0), .user_thumbnail:nth-of-type(4n+0), .activity_thumbnail:nth-of-type(4n+0), .chain_thumbnail:nth-of-type(4n+0), .achievement_thumbnail:nth-of-type(4n+0) {
	margin-right: 0;
}

#beer_info .pub_thumbnail:nth-of-type(4n+0), #beer_info .activity_thumbnail:nth-of-type(4n+0), #beer_info .beer_thumbnail:nth-of-type(4n+0), #beer_info .user_thumbnail:nth-of-type(4n+0), #pub_info .pub_thumbnail:nth-of-type(4n+0), #pub_info .activity_thumbnail:nth-of-type(4n+0), #pub_info .beer_thumbnail:nth-of-type(4n+0), #pub_info .user_thumbnail:nth-of-type(4n+0), #brewery_info .pub_thumbnail:nth-of-type(4n+0), #brewery_info .activity_thumbnail:nth-of-type(4n+0), #brewery_info .beer_thumbnail:nth-of-type(4n+0), #brewery_info .user_thumbnail:nth-of-type(4n+0), #festival_nfo .pub_thumbnail:nth-of-type(4n+0), #festival_info .activity_thumbnail:nth-of-type(4n+0), #festival_info .beer_thumbnail:nth-of-type(4n+0), #festival_info .user_thumbnail:nth-of-type(4n+0) {
	margin: 0 2.3% 23px 0;
}

#beer_info .pub_thumbnail:nth-of-type(3n+0), #beer_info .activity_thumbnail:nth-of-type(3n+0), #beer_info .beer_thumbnail:nth-of-type(3n+0), #beer_info .user_thumbnail:nth-of-type(3n+0), #pub_info .pub_thumbnail:nth-of-type(3n+0), #pub_info .activity_thumbnail:nth-of-type(3n+0), #pub_info .beer_thumbnail:nth-of-type(3n+0), #pub_info .user_thumbnail:nth-of-type(3n+0), #brewery_info .pub_thumbnail:nth-of-type(3n+0), #brewery_info .activity_thumbnail:nth-of-type(3n+0), #brewery_info .beer_thumbnail:nth-of-type(3n+0), #brewery_info .user_thumbnail:nth-of-type(3n+0), #festival_info .pub_thumbnail:nth-of-type(3n+0), #festival_info .activity_thumbnail:nth-of-type(3n+0), #festival_info .beer_thumbnail:nth-of-type(3n+0), #festival_info .user_thumbnail:nth-of-type(3n+0) {
	margin-right: 0;
}

#beer_info .pub_thumbnail, #beer_info .activity_thumbnail, #beer_info .beer_thumbnail, #beer_info .user_thumbnail, #pub_info .pub_thumbnail, #pub_info .activity_thumbnail, #pub_info .beer_thumbnail, #pub_info .user_thumbnail, #brewery_info .pub_thumbnail, #brewery_info .activity_thumbnail, #brewery_info .beer_thumbnail, #brewery_info .user_thumbnail, #festival_info .pub_thumbnail, #festival_info .activity_thumbnail, #festival_info .beer_thumbnail, #festival_info .user_thumbnail {
    width: 31.8%;
}

.thumbnail_distance, .activity_time {
    background: black;
    color: #FFFFFF;
    position: absolute;
    top: 5px;
    left: 5px;
    padding: 2px 5px;
    border-radius: 5px;
    font-size: 10px;
	opacity: 0.8;
}

.activity_time {
	left: auto;
    right: 5px;
}

.thumbnail_image {
	width: 100%;
	height: 140px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background: #FFFFFF url(/images/image-holder.png) no-repeat 50% 50%;
}

.beer_thumbnail .thumbnail_image, .chain_thumbnail .thumbnail_image {
    background-size: contain !important;
}

.thumbnail_image_pub, .thumbnail_image_restaurant, .thumbnail_image_hotel, .thumbnail_image_bar, .thumbnail_image_club {
	border-bottom: 4px solid #6D2A82;
}

.thumbnail_image_brewery {
	border-bottom: 4px solid #1BAF5D;
}

.thumbnail_image_festival {
	border-bottom: 4px solid #3CA5BB;
}

.thumbnail_image_user {
	border-bottom: 4px solid #4A9096;
}

.user_thumbnail_2 .thumbnail_image_user {
	border-bottom: 4px solid #E8628C;
}

.bag_user_list .thumbnail_image.thumbnail_image_user {
    background: #4A9096 url(/images/icon-user.png) no-repeat center;
}

.bag_user_list .thumbnail_image.thumbnail_image_user2 {
    background: #E8628C url(/images/icon-user-2.png) no-repeat center;
}

.thumbnail_info {
    position: relative;
    background: #FFFFFF;
    width: 100%;
    height: 140px;
    border-bottom: 2px solid #EDE8E1;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    text-align: center;
}

.pub_thumbnail .thumbnail_info, .brewery_thumbnail  .thumbnail_info {
	height: 100px;
}

.festival_thumbnail .thumbnail_info {
	height: 117px;
}

.achievement_thumbnail .thumbnail_info {
    height: 70px;
}

.user_thumbnail .thumbnail_info {
	height: 35px;
}

#friends_requests_results .thumbnail_info {
    height: 137px;
}

.thumbnail_buttons {
    width: 92%;
    margin: 0 auto;
}

.thumbnail_activity_info {
    color: #5B0202;
    padding: 10px;
}

.thumbnail_activity_info a {
    color: #5B0202;
    text-decoration: none;
    font-weight: bold;
}

.thumbnail_type {
	width: 45px;
	height: 45px;
	border: 3px solid #FFFFFF;
	border-radius: 40px;
	position: absolute;
	right: 10px;
	top: -40px;
}

.thumbnail_type_1 {
    right: 50px;
}

.thumbnail_type_2 {
    right: 90px;
}

.thumbnail_type_3 {
    right: 130px;
}

.thumbnail_type_pub {
	background: #6D2A82 url(/images/icon-pub.png) no-repeat 5% 50%;
}

.thumbnail_type_restaurant {
	background: #6D2A82 url(/images/icon-restaurant.png) no-repeat 50% 50%;
}

.thumbnail_type_hotel {
	background: #6D2A82 url(/images/icon-hotel.png) no-repeat 50% 50%;
}

.thumbnail_type_bar {
	background: #6D2A82 url(/images/icon-bar.png) no-repeat 5% 50%;
}

.thumbnail_type_club {
	background: #6D2A82 url(/images/icon-club.png) no-repeat 5% 50%;
}

.thumbnail_type_brewery {
	background: #1BAF5D url(/images/icon-brewery.png) no-repeat 50% 70%;
}

.thumbnail_type_festival {
	background: #3CA5BB url(/images/icon-festival.png) no-repeat 50% 25%;
}

.thumbnail_type_user {
	background: #4A9096 url(/images/icon-user.png) no-repeat 50% 25%;
}

.pub_bag_user, .pub_bag_pub, .pub_bag_beer, .beer_bag_beer, .beer_bag_pub, .festival_bag_beer, .festival_bag_festival {
    float: left;
    width: 90px;
    height: 90px;
    border-radius: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    border: 2px solid #FFFFFF;
    overflow: hidden;
	margin: 0 9px 0 0;
}

.pub_bag_beer_help, .beer_bag_pub_help {
    position: absolute;
    top: 39px;
    text-transform: uppercase;
    color: #FFFFFF;
    background: green;
    padding: 3px 10px;
    border-radius: 5px;
    left: 75px;
}

.beer_bag_pub_help {
    right: 13px;
    left: auto;
}

.pub_bag_beer_help:after, .pub_bag_beer_help:before, .beer_bag_pub_help:after, .beer_bag_pub_help:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.pub_bag_beer_help:after, .beer_bag_pub_help:after {
    border-color: rgba(136, 183, 213, 0);
    border-top-color: green;
    border-width: 15px;
    margin-left: -15px;
}

.beer_bag_pub_help:after {
    margin-left: 31px;
}

.bag_time {
    display: inline-block;
    background: #BBBBBB;
    color: #444444;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
}

.bag_time_active {
    color: #FFFFFF;
    background: #ECAC03;
    font-weight: bold;
    border: 2px solid #CC9504;
}

.pub_bag_user img {
    min-height: 100%;
    width: auto;
}

.beer_bag_beer {
    border-radius: 0;
}

.pub_bag_user.pub_bag_user_1 {
    background: #4A9096 url(/images/icon-user.png) no-repeat 50% 25%;
    cursor: pointer;
}

.pub_bag_beer, .beer_bag_pub, .festival_bag_beer {
    background: url(/images/pub-bag-beer.png);
    cursor: pointer;
    background-size: contain !important;
    border-radius: 0;
    background-position: 50% 50% !important;
    background-repeat: no-repeat !important;
}

.beer_bag_pub {
    background: url(/images/beer-bag-pub.png);
}

.pub_bag_pub, .beer_bag_pub, .festival_bag_festival {
	margin: 0;
}

.pub_bag_user img {
	width: 100%;
}

.user_thumbnail_2 .thumbnail_type_user,  .thumbnail_type_user_2, .pub_bag_user.pub_bag_user_2 {
	background: #E8628C url(/images/icon-user2.png) no-repeat 50% 25%;
}

.modal_bag_pub_beer h4, .modal_bag_beer_pub h4, .modal_bag_festival_beer h4, .modal_bag_pub_rate h4 {
    margin-bottom: 0;
}

.modal_bag_pub_beer .tab_outer, .modal_bag_beer_pub .tab_outer, .modal_bag_festival_beer .tab_outer {
    padding: 5px;
}

.modal_bag_pub_beer .tab_content, .modal_bag_beer_pub .tab_content, .modal_bag_festival_beer .tab_content {
    padding: 5px 0 0 0;
    height: 1000px;
}

.modal_form_error {
    color: red;
    font-weight: bold;
    line-height: 17px;
    margin: -7px 0 5px 0;
}

.modal_form_text_error {
    background: #FFB2AE;
}

.bag_beer_list {
    max-height: 40vh;
	max-height: calc(100vh - 270px);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.bag_beer_list::-webkit-scrollbar {
    width: 8px;
}
 
/* Track */
.bag_beer_list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 8px;
}
 
/* Handle */
.bag_beer_list::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 8px;
    background: rgba(235, 172, 35, 0.8); 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}

.bag_beer_list::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(235, 172, 35, 0.4); 
}

#bag_beer_search {
    width: 263px;
}

.pub_bag_beer_select {
    border: 3px solid #FFFFFF;
    margin-bottom: 10px;
    cursor: pointer;
}

.pub_bag_beer_select.selected {
    border: 3px solid #1BAF5D;
}

.selected_beer {
    background: #1BAF5D;
    color: #FFFFFF;
    width: 30px;
    height: 25px;
    text-align: center;
    padding: 5px 0 0 0;
    border-radius: 25px;
    position: absolute;
    left: -120px;
    display: none;
}

.pub_bag_beer_select.selected .selected_beer {
	display: block;
}

.pub_bag_beer_select .pub_bag_beer_thumbnail {
    height: 100px;
    width: 120px;
    background-size: contain !important;
    float: left;
}

.pub_bag_beer_select .thumbnail_info {
    float: right;
    width: 166px;
    border: none;
}

.pub_bag_beer_select .thumbnail_type {
    top: 71px;
    right: 0;
}

.pub_bag_beer_select .thumbnail_brewery {
    padding: 0;
    height: 2.7em;
    white-space: inherit;
}

.pub_bag_beer_select .thumbnail_beer {
    padding: 0;
    height: 2.8em;
}

.pub_bag_beer_select .thumbnail_abv {
    width: 108px;
    text-align: right;
}

.pub_bag_beer_select .thumbnail_abv span {
    color: #CCCCCC;
    font-style: italic;
    padding-right: 5px;
}

.activity_thumbnail .thumbnail_type_user {
    width: 45px;
    height: 45px;
    border: 3px solid #FFFFFF;
    border-radius: 40px;
    position: absolute;
    left: 10px;
    top: -40px;
	overflow: hidden;
	background-size: cover;
}

.thumbnail_type_beer {
    position: absolute;
    top: -80px;
    left: 50%;
    transform: translate(-50%, 0);
}

.thumbnail_type_beer img {
    max-height: 90px;
}

.thumbnail_brewery {
	color: #5B0202;
	font-weight: bold;
	padding: 10px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.thumbnail_address {
	color: #5B0202;
	font-weight: bold;
	padding: 10px 10px 5px;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 14px;
	height: 28px;
}

.thumbnail_beer, .thumbnail_pub, .thumbnail_breweryname, .thumbnail_festival, .thumbnail_user {
	color: #F19E1F;
	padding: 0px 10px;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 16px;
	height: 32px;
}

.thumbnail_pub {
	color: #6D2A82;
}

.thumbnail_breweryname {
	color: #1BAF5D;
}

.thumbnail_festival {
	color: #3CA5BB;
}

.thumbnail_user {
	color: #4A9096;
	padding-top: 10px;
	height: 16px;
}

.user_thumbnail_2 .thumbnail_user {
	color: #E8628C;
}

.thumbnail_stars {
	margin-top: 3px;
}

#footer {
	background: #0F0E0F;
	height: 500px;
}

#footer_inner {
	width: 984px;
	margin: 0 auto;
}

#mc_embed_signup {
	margin: 0 auto;
	width: 500px;
	padding-top: 30px;
	text-align: center;
}

#mc_embed_signup p {
	color: #FFFFFF;
	font-size: 22px;
}

#mc-embedded-subscribe-form {
	border: 1px solid #3E3F40;
	border-radius: 30px;
	background: #272829 url(/images/footer-subscribe-background.jpg) no-repeat 30px 50%;
	position: relative;
	height: 60px;
}

#mce-EMAIL {
    display: block;
    position: absolute;
    background: none;
    border: none;
    color: #FFFFFF;
    font-size: 14px;
    outline: none;
    width: 100%;
    padding: 21px 120px 23px 65px;
    width: calc(100% - 185px);
    border-radius: 100px;
}

#mc-embedded-subscribe {
	background: #ECAC03;
	display: block;
	position: absolute;
	top: 5px;
	right: 5px;
	border: none;
	border-radius: 30px;
	height: 50px;
	color: #FFFFFF;
	width: 100px;
	text-transform: uppercase;
	font-size: 11px;
	outline: none;
	cursor: pointer;
}

#footer_links {
	position: relative;
	border-top: 1px solid #2F3030;
	margin-top: 50px;
}

#footer_links_section {
	float: left;
	margin-right: 90px;
}

#footer_links h4 {
	color: #FFFFFF;
	text-transform: uppercase;
	border-bottom: 1px solid #2F3030;
}

#footer_links_section a {
	display: block;
	text-decoration: none;
	color: #C0BEBC;
}

#footer_links_section a:hover {
	color: #FFFFFF;
}

#footer_logo {
	display: block;
	position: absolute;
	top: 20px;
	right: 270px;
}

#footer_info {
	position: absolute;
	top: 20px;
	right: 0px;
	width: 250px;
	color: #C0BEBC;
	font-size: 12px;
}

#footer_info p {
	margin: 6px 0px;
}

#footer_info p:first-child {
	margin-top: 0px;
	font-size: 14px;
}

#ads {
	position: fixed;
	width: 320px;
	height: 50px;
	background: #000000;
	margin-left: -160px;
	left: 50%;
	bottom:0px;
}

.brewery_info, .pub_info, .beer_info, .festival_info, .user_info {
    margin: 0 0 10px 10px;
    position: relative;
}

.pub_info h4 {
    margin: 5px 0 0 0;
}

.pub_info h4, .pub_info h4 a {
    font-weight: normal;
    text-decoration: none;
    color: #000000;
}

.pub_info h4 a:hover {
    text-decoration: underline;
}

#festival_image {
	margin: 20px 0 0 0;
}

.btn.desktop_bag {
    position: absolute;
    top: 0;
    right: 0;
    width: 220px;
}

.beer_info .btn.desktop_bag {
    right: 256px;
}

.bagged {
	position: relative;
    padding: 13% 0 0 0;
}

.bagged_user:before {
	display: block;
    content: "";
    padding-top: 100%;
}

.bagged_user {
	position: absolute;
    top: 0;
    margin-left: 37%;
	display: block;
    width: 25%;
	background: #4A9096 url(/images/icon-user.png) no-repeat 50% 25%;
    background-size: cover !important;
    border-radius: 130px;
    border: 5px solid #FFFFFF;
    text-indent: 260px;
    overflow: hidden;
	white-space: nowrap;
}

.bagged_user_2 {
	background: #E8628C url(/images/icon-user2.png) no-repeat 50% 25%;
}

.bagged_pub:before, .bagged_brewery:before {
	display: block;
    content: "";
    padding-top: 80%;
}

.bagged_pub, .bagged_brewery {
	position: relative;
    float: left;
    width: 50%;
    min-height: 140px;
    background-size: cover !important;
    background-position: 50% !important;
    text-indent: 600px;
    overflow: hidden;
	white-space: nowrap;
}

.bagged_info {
    border: 5px solid #FFFFFF;
}

#beer_pump_bagged:before {
	display: block;
    content: "";
    padding-top: 200%;
}

#beer_pump_bagged {
	display: block;
	position: relative;
	background: url(/images/beer_pump.png) no-repeat top center;
    background-size: contain;
	margin: -25% auto 0;
	width: 30.2%;
}

#beer_pump_bagged:before {
	display: block;
    content: "";
    padding-top: 200%;
}

#beer_image_0_bagged {
	position: absolute;
	top: 32%;
	width: 100%;
	text-align: center;
}

#beer_image_1_bagged:before {
	display: block;
    content: "";
    padding-top: 200%;
}

#beer_image_1_bagged {
	display: block;
    position: relative;
    background: url(/images/keg-tap.png) no-repeat top center;
    background-size: contain;
    margin: -25% auto 0;
    width: 31%;
}

#beer_image_1_bagged img {
    position: absolute;
    top: 27.5%;
    left: 31%;
    width: 36.1%;
    height: 16.4%;
}

#beer_image_2_bagged:before {
	display: block;
    content: "";
    padding-top: 200%;
}

#beer_image_2_bagged {
	display: block;
	position: relative;
	margin: -25% auto 0;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: top center !important;
    width: 28%;
}

#beer_image_0_bagged img, #beer_image_1_bagged img, #beer_image_2_bagged img {
	max-width: 100%;
}

#brewery_name, #pub_name, #beer_name, #festival_name, #user_name, .save-brewery-name {
	text-transform: uppercase;
	font-size: 32px;
	color: #6D2A82;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

#beer_name {
	color: #F19E1F;
    max-width: 515px;
}

h1#beer_name img {
    filter: invert(47%) sepia(78%) saturate(3228%) hue-rotate(365deg) brightness(102%) contrast(90%);
    height: 30px;
    margin-left: 8px;
    transform: translateY(4px);
}

#pub_info, #festival_info, #user_info {
	float: left;
	width: 770px;
}

#pub_controls, #festival_controls, #user_controls {
    float: right;
    width: 240px;
}

.brewery_type, #pub_city, #festival_city, .brewery_colab_name {
    padding: 0;
    margin: 0;
    font-size: 22px;
    font-weight: normal;
}

.brewery_subsidiary {
    color: #1BAF5D;
    font-size: 12px;
}

.brewery_subsidiary a {
    text-decoration: none;
    color: #1BAF5D;
}

.brewery_subsidiary a:hover {
    text-decoration: underline;
}

.brewery_colab_name {
	padding: 0;
}

#brewery_name, .brewery_colab_name, .save-brewery-name {
	text-decoration: none;
    color: #1BAF5D;
}

.save-brewery-name {
    vertical-align: middle;
    margin: 0 0 14px 5px;
    cursor: pointer;
}

.brewery_colab_name:hover {
	text-decoration: underline;
}

.edit {
	cursor: pointer;
}

#beer_group, #beer_type, #beer_abv, #beer_ibu {
	padding: 0 0 0 2px;
	margin: 0;
	font-weight: normal;
}

#beer_group, #beer_type {
	font-size: 110%;
}

#beer_ibu {
	margin: 0 0 10px 0;
}

#pub_venue {
	padding: 0 0 10px 8px;
	margin: 0 0 0 0;
	font-weight: normal;
}

.ui-accordion-content {
	padding: 0px 20px;
}

.pub_details {
	float: left;
}

.pub_image {
    float: right;
    height: 250px;
    width: 500px;
    background-size: cover;
    background-position: center center;
    margin-bottom: 10px;
}

.btn.liked {
    background: #1BAF5D;
}

.btn.liked.bag_beer_button {
    background: #CCCCCC;
}

.btn.liked.bag_beer_button.clickable {
    background: #1BAF5D;
}

#brewery_info {
	float: left;
	width: 770px;
	min-height: 750px;
}

#brewery_controls {
    width: 240px;
    float: right;
    margin-top: -75px;
}

.brewery_address, .pub_address, .festival_address {
    position: relative;
    height: 270px;
}

#brewery_address, #pub_address, #festival_address {
    width: 200px;
    display: inline-block;
    padding-left: 7px;
    height: 135px;
    position: absolute;
    top: 0;
    right: 187px;
}

.brewery_address_details {
    height: 125px;
}

.brewery_links {
    text-align: right;
}

.brewery_links a {
    font-size: 34px;
    background: #000000;
    margin: 10px 10px 0;
    display: inline-block;
    padding: 5px 0;
    width: 50px;
    text-align: center;
    border-radius: 10px;
    color: #FDF7E3;
    opacity: 0.7;
    transition: opacity 500ms;
}

.brewery_links a.facebook_link {
    background: rgba(66,103,178);
}

.brewery_links a.twitter_link {
    background: rgba(29,161,242);
}

.brewery_links a.instagram_link {
    background: rgba(66,103,178);
	background: linear-gradient(140deg, rgba(64,93,230,1) 0%, rgba(88,81,219,1) 11%, rgba(131,58,180,1) 22%, rgba(193,53,132,1) 33%, rgba(225,48,108,1) 44%, rgba(253,29,29,1) 55%, rgba(245,96,64,1) 66%, rgba(247,119,55,1) 77%, rgba(255,220,128,1) 88%, rgba(252,175,69,1) 100%);
}

.brewery_links a.tiktok_link {
    background: rgba(105, 201, 208);
	background: linear-gradient(140deg, rgba(105,201,208,1) 0%, rgba(105,201,208,1) 25%, rgba(0,0,0,1) 50%, rgba(238,29,82,1) 75%, rgba(238,29,82,1) 100%);
}

.brewery_links a:hover {
    opacity: 1;
}

.brewery_phone {
    font-size: 20px;
    text-align: right;
    margin: 0 10px 15px;
}

.brewery_phone a {
    color: rgba(0, 0, 0, 1);
    text-decoration: none;
    border-bottom: 1px dashed rgba(0, 0, 0, 1);
    opacity: 0.8;
    transition: opacity 500ms;
}

.brewery_links a:hover, .brewery_phone a:hover {
    opacity: 1;
}

#brewery_info .description {
    font-size: 16px;
    line-height: 26px;
}

.hours_info {
    text-align: right;
    margin: 5px 10px 5px auto;
    width: 386px;
    font-size: 12px;
}

#myMap {
    width: calc(100% - 400px) !important;
    display: inline-block;
    position: absolute;
    top: 0;
}

#brewery_address span, #pub_address span, #festival_address span {
	display: block;
}

.hours {
    display: inline-block;
    width: 187px;
    position: absolute;
    top: 0;
    right: 0;
}

.hours span {
    font-weight: bold;
    width: 42px;
    display: inline-block;
}

#beer_info {
	float: left;
	width: 770px;
}

#beer_controls {
	float: right;
	width: 254px;
}

#beer_pump {
	position: relative;
	background: url(/images/beer_pump.png) no-repeat top center;
	margin: -95px 0 0 0;
	width: 253px;
	height: 600px;
}

#beer_image_0 {
	position: absolute;
	top: 200px;
	left: -24px;
	width: 300px;
	text-align: center;
	z-index: 1;
}

#beer_image_1 {
    position: relative;
    background: url(/images/keg-tap.png) no-repeat top center;
    margin: -95px 0 0 0;
    width: 253px;
    height: 600px;
}

#beer_image_1 img {
    position: absolute;
    top: 162px;
    left: 70px;
    width: 108px;
    height: 100px;
}

#beer_image_2 {
	position: relative;
	margin: -95px 0 0 0;
	width: 254px;
	text-align: center;
}

#beer_image_0 img, #beer_image_1 img, #beer_image_2 img {
	max-width: 100%;
}

.beer_container {
	display: block;
    float: left;
    width: 51px;
    height: 51px;
    margin: 10px 10px 10px 0;
    overflow: hidden;
    text-indent: 51px;
}

#brewery_controls .btn.liked {
    background: #1BAF5D;
}

#brewery_image {
    text-align: center;
}

.clear_float {
	clear: both;
	height: 0px;
}

.btn {
    width: calc(100% - 20px);
    padding: 10px;
    border-radius: 5px;
    border: none;
    margin: 10px 0;
    background: #F19E1F;
    color: #FFFFFF;
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}

.btn_cancel {
    background: #EC644B;
}

.brewery_thumbnail .thumbnail_stars {
    color: #1BAF5D;
}
	
.admin_remove {
    position: absolute;
    top: 5px;
    left: 5px;
    padding: 5px;
    background: red;
    color: white;
    font-weight: bold;
}

.edit_activity {
    position: absolute;
    bottom: 8px;
    left: 8px;
    font-size: 18px;
    color: brown;
    cursor: pointer;
}

.activity_menu {
    position: absolute;
    background: #FFFFFF;
    top: -8px;
    left: 20px;
    z-index: 1;
}

.activity_menu div {
    padding: 10px;
    font-size: 14px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: bold;
}

.thumbnail_achievement {
	color: #5B0202;
	font-weight: bold;
	font-size: 22px;
}

.beer_thumbnail_bag .thumbnail_info {
    height: 188px;
}

.beer_thumbnail_bag .thumbnail_info .btn {
    width: 83%;
    margin: 10px auto;
}

.edit div {
    display: inline-block;
}

.edit div:nth-of-type(1) {
    width: 135px;
    margin: 0 10px 0 0;
    text-align: right;
}

.edit input {
    text-align: left;
}

.edit select {
    background: #FFFFFF url(/images/drop-down-arrow.png) no-repeat right;
    width: auto;
    padding: 10px 19px 10px 10px;
}

.success, .edit .error {
    display: block;
    background: rgba(0, 100, 0, 0.1);
    padding: 0 10px;
    color: rgba(100, 200, 100, 0.9);
    font-weight: bold;
    border-radius: 5px;
    line-height: 37px;
}

.edit .error {
    background: rgba(100, 0, 0, 0.1);
    color: rgba(200, 100, 100, 0.9);
    margin: -10px 0 10px 0;
}

#personal_info, #personal_password {
    padding: 20px 0 0 0;
}

.user_images .user_thumbnail {
    background: #FFFFFF;
    border-bottom: 2px solid #EDE8E1;
    border-radius: 5px;
    text-align: center;
}

.user_images span {
    width: 100%;
    height: 144px;
    display: block;
    margin: 0 0 10px 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.user_images .delete {
    margin: 0 0 0 40px;
    cursor: pointer;
    color: red;
}

.open_table_outer {
    display: block;
	width: 100%;
}

.open_table_outer iframe {
    height: 305px;
	margin: 0 auto;
	display: block;
}

.open_table_mb {
	display: block;
}

.open_table_dt {
	display: none;
}

.thumbnail_no_real_ale {
	width: 35px;
	height: 35px;
	position: absolute;
	border: 3px solid #FFFFFF;
	border-radius: 35px;
	left: 10px;
	top: -29px;
	background: red url(/images/real_ale.png) no-repeat;
	background-size: 19px;
	background-position: bottom;
}

.thumbnail_no_real_ale::after {
	content: '';
	position: absolute;
	width: 35px;
	height: 3px;
	background: #FFFFFF;
	left: 0;
	top: 16px;
	transform: rotate(-45deg);
}

.bag_user_list {
    max-height: calc(100vh - 250px);
    overflow: auto;
}

.bag_user_list > div {
    display: flex;
    height: 70px;
	padding: 2px 0;
	align-items: center;
    border: 3px solid #FFFFFF;
	cursor: pointer;
}

.bag_user_list > div.selected {
    border: 3px solid #1BAF5D;
}

.bag_user_list {
    max-height: calc(100vh - 250px);
    overflow: auto;
}

.bag_user_list .thumbnail_image {
    height: 100%;
    width: 70px;
    border-radius: 50%;
}

.bag_user_list .thumbnail_user {
    padding: 0 0 0 10px;
}

#user_image img {
    width: 100%;
}

@media screen and (max-width: 1040px) {
	body {
		background: #FDF7E3 url(/images/pub-bagging-background-small.jpg) repeat-x;
	}

	#header-image {
		background: #000000 url(/include/thumbnail.asp?sFile=/images/header-image.jpg&iHeight=122) top center no-repeat;
		top: 45px;
		height: 122px;
	}

	#navigation_outer {
		background: #FFFFFF;
		display: block;
		width: 100%;
		height: 45px;
		position: fixed;
		z-index: 1;
		top: 0px;
	}

	#header {
		height: 168px;
	}

	#login_small, #logout_small {
		position: absolute;
		top: 0px;
		right: 60px;
		display: block;
		background: #ECAC03;
		text-decoration: none;
		color: #FFFFFF;
		text-transform: uppercase;
		padding: 13px 0 0 0;
		height: 32px;
		width: 90px;
		text-align: center;
	}
	
	#navigation_reveal {
		position: absolute;
		top: 0px;
		right: 0px;
		display: block;
		text-decoration: none;
		padding: 13px 0 0 0;
		background: #690B0C;
		color: #FFFFFF;
		text-transform: uppercase;
		height: 32px;
		width: 60px;
		text-align: center;
	}

	#content {
		width: 100%;
	}

	#logo {
		display: none;
		background: none;
	}

	#logo_small {
		position: absolute;
		left: 10px;
		top: 10px;
		display: block;
		background: url(/include/thumbnail.asp?sFile=/images/pub-bagging-logo.png&iWidth=100) no-repeat;
		width: 100px;
		height: 79px;
		overflow: hidden;
		text-indent: 200px;
	}

	#logo_small.smaller {
		height: 35px;
		background-size: contain;
	}

	#my_links, .search, #login, #logout, #nav {
		display: none;
	}

	#footer_inner {
		width: 100%;
	}

	#mc_embed_signup {
		width: 300px;
	}

	#mc_embed_signup p {
		font-size: 16px;
	}

	#mc-embedded-subscribe-form {
		height: 40px;
	}

	#mce-EMAIL {
		padding: 10px 109px 14px 50px;
		width: calc(100% - 159px);
	}

	#mc-embedded-subscribe {
		height: 30px;
	}

	#footer_links_section {
		display: none;
	}
	
	#footer_logo {
		left: 10px;
	}

	#footer_info {
		left: 110px;
		width: 64%;
	}

	#brewery_info, #brewery_controls, #beer_info, #beer_controls, #pub_info, #pub_controls, #festival_info, #festival_controls, #user_info, #user_controls {
		float: none;
		position: initial;
		width: 100%;
		margin: 0;
	}

	#brewery_image, #pub_image, #beer_image, #festival_image, .stats, #user_image {
		float: left;
		margin: 0 10px 0 0;
		width: 50%;
	}
	
	#brewery_image img, #pub_image img, #beer_image img, #festival_image img, #user_image img {
		width: 100%;
	}
	
	#brewery_options, #pub_options, #beer_options, #festival_options, .problem {
		float: right;
		width: calc(50% - 10px);
		margin: -11px 0 0 0;
	}
	
	.problem {
		margin: 0 0 0 0;
	}
	
	#beer_info .pub_thumbnail, #beer_info .activity_thumbnail, #beer_info .beer_thumbnail, #beer_info .user_thumbnail, #pub_info .pub_thumbnail, #pub_info .activity_thumbnail, #pub_info .beer_thumbnail, #pub_info .user_thumbnail, #brewery_info .pub_thumbnail, #brewery_info .activity_thumbnail, #brewery_info .beer_thumbnail, #brewery_info .user_thumbnail, #festival_info .pub_thumbnail, #festival_info .activity_thumbnail, #festival_info .beer_thumbnail, #festival_info .user_thumbnail {
		width: 23.24%;
	}

	#beer_info .pub_thumbnail:nth-of-type(3n+0), #beer_info .activity_thumbnail:nth-of-type(3n+0), #beer_info .beer_thumbnail:nth-of-type(3n+0), #beer_info .user_thumbnail:nth-of-type(3n+0), #pub_info .pub_thumbnail:nth-of-type(3n+0), #pub_info .activity_thumbnail:nth-of-type(3n+0), #pub_info .beer_thumbnail:nth-of-type(3n+0), #pub_info .user_thumbnail:nth-of-type(3n+0), #brewery_info .pub_thumbnail:nth-of-type(3n+0), #brewery_info .activity_thumbnail:nth-of-type(3n+0), #brewery_info .beer_thumbnail:nth-of-type(3n+0), #brewery_info .user_thumbnail:nth-of-type(3n+0), #festival_info .pub_thumbnail:nth-of-type(3n+0), #festival_info .activity_thumbnail:nth-of-type(3n+0), #festival_info .beer_thumbnail:nth-of-type(3n+0), #festival_info .user_thumbnail:nth-of-type(3n+0) {
		margin: 0 2.3% 23px 0;
	}

	#beer_info .pub_thumbnail:nth-of-type(4n+0), #beer_info .activity_thumbnail:nth-of-type(4n+0), #beer_info .beer_thumbnail:nth-of-type(4n+0), #beer_info .user_thumbnail:nth-of-type(4n+0), #pub_info .pub_thumbnail:nth-of-type(4n+0), #pub_info .activity_thumbnail:nth-of-type(4n+0), #pub_info .beer_thumbnail:nth-of-type(4n+0), #pub_info .user_thumbnail:nth-of-type(4n+0), #brewery_info .pub_thumbnail:nth-of-type(4n+0), #brewery_info .activity_thumbnail:nth-of-type(4n+0), #brewery_info .beer_thumbnail:nth-of-type(4n+0), #brewery_info .user_thumbnail:nth-of-type(4n+0), #festival_info .pub_thumbnail:nth-of-type(4n+0), #festival_info .activity_thumbnail:nth-of-type(4n+0), #festival_info .beer_thumbnail:nth-of-type(4n+0), #festival_info .user_thumbnail:nth-of-type(4n+0) {
		margin-right: 0;
	}
    
    #beer_info, #beer_controls {
        float: none;
        width: 100%;
    }
    
    #beer_pump {
        margin: 0 0 0 0;
        float: left;
        height: 334px;
        background-size: contain;
        width: 25%;
    }
    
    #beer_controls .stats {
        width: 25%;
    }
    
    #beer_image_0 {
        top: 100px;
        left: 0;
        width: 100%;
        height: 180px;
    }
    
    #beer_image_0 img {
    	max-height: 100%;
    }
	
	#user_image {
		float: none;
		width: 100%;
		max-height: 300px;
		overflow: hidden;
		margin-bottom: 10px;
	}
	
	#user_image img {
		margin-top: -30%;
	}
}

@media screen and (max-width: 950px) {
	.beer_thumbnail:nth-of-type(4n+0), .pub_thumbnail:nth-of-type(4n+0), .brewery_thumbnail:nth-of-type(4n+0), .festival_thumbnail:nth-of-type(4n+0), .user_thumbnail:nth-of-type(4n+0), .activity_thumbnail:nth-of-type(4n+0), .chain_thumbnail:nth-of-type(4n+0), #pub_info .beer_thumbnail:nth-of-type(4n+0), #pub_info .activity_thumbnail:nth-of-type(4n+0), #festival_info .beer_thumbnail:nth-of-type(4n+0), #festival_info .activity_thumbnail:nth-of-type(4n+0), #beer_info .pub_thumbnail:nth-of-type(4n+0), #beer_info .activity_thumbnail:nth-of-type(4n+0), #beer_info .beer_thumbnail:nth-of-type(4n+0), #beer_info .user_thumbnail:nth-of-type(4n+0), #pub_info .pub_thumbnail:nth-of-type(4n+0), #pub_info .activity_thumbnail:nth-of-type(4n+0), #pub_info .beer_thumbnail:nth-of-type(4n+0), #pub_info .user_thumbnail:nth-of-type(4n+0), #brewery_info .pub_thumbnail:nth-of-type(4n+0), #brewery_info .activity_thumbnail:nth-of-type(4n+0), #brewery_info .beer_thumbnail:nth-of-type(4n+0), #brewery_info .user_thumbnail:nth-of-type(4n+0), #festival_info .pub_thumbnail:nth-of-type(4n+0), #festival_info .activity_thumbnail:nth-of-type(4n+0), #festival_info .beer_thumbnail:nth-of-type(4n+0), #festival_info .user_thumbnail:nth-of-type(4n+0), .achievement_thumbnail:nth-of-type(4n+0) {
		margin: 0 2.3% 23px 0;
	}
	
	.beer_thumbnail:nth-of-type(3n+0), .pub_thumbnail:nth-of-type(3n+0), .brewery_thumbnail:nth-of-type(3n+0), .festival_thumbnail:nth-of-type(3n+0), .user_thumbnail:nth-of-type(3n+0), .activity_thumbnail:nth-of-type(3n+0), .chain_thumbnail:nth-of-type(3n+0), #pub_info .beer_thumbnail:nth-of-type(3n+0), #pub_info .activity_thumbnail:nth-of-type(3n+0), #festival_info .beer_thumbnail:nth-of-type(3n+0), #festival_info .activity_thumbnail:nth-of-type(3n+0), #beer_info .pub_thumbnail:nth-of-type(3n+0), #beer_info .activity_thumbnail:nth-of-type(3n+0), #beer_info .beer_thumbnail:nth-of-type(3n+0), #beer_info .user_thumbnail:nth-of-type(3n+0), #pub_info .pub_thumbnail:nth-of-type(3n+0), #pub_info .activity_thumbnail:nth-of-type(3n+0), #pub_info .beer_thumbnail:nth-of-type(3n+0), #pub_info .user_thumbnail:nth-of-type(3n+0), #brewery_info .pub_thumbnail:nth-of-type(3n+0), #brewery_info .activity_thumbnail:nth-of-type(3n+0), #brewery_info .beer_thumbnail:nth-of-type(3n+0), #brewery_info .user_thumbnail:nth-of-type(3n+0), #festival_info .pub_thumbnail:nth-of-type(3n+0), #festival_info .activity_thumbnail:nth-of-type(3n+0), #festival_info .beer_thumbnail:nth-of-type(3n+0), #festival_info .user_thumbnail:nth-of-type(3n+0), .achievement_thumbnail:nth-of-type(3n+0) {
		margin-right: 0px;
	}

	.beer_thumbnail, .pub_thumbnail, .brewery_thumbnail, .festival_thumbnail, .user_thumbnail, .activity_thumbnail, .chain_thumbnail, #festival_info .beer_thumbnail, #festival_info .activity_thumbnail, #beer_info .pub_thumbnail, #beer_info .activity_thumbnail, #beer_info .beer_thumbnail, #beer_info .user_thumbnail, #pub_info .pub_thumbnail, #pub_info .activity_thumbnail, #pub_info .beer_thumbnail, #pub_info .user_thumbnail, #brewery_info .pub_thumbnail, #brewery_info .activity_thumbnail, #brewery_info .beer_thumbnail, #brewery_info .user_thumbnail, #festivaly_info .pub_thumbnail, #festival_info .activity_thumbnail, #festival_info .beer_thumbnail, #festival_info .user_thumbnail, .achievement_thumbnail {
		width: 31.8%;
	}
}

@media screen and (max-width: 865px) {
	#pub_image, #user_image {
		float: none;
		width: 100%;
		max-height: 300px;
		overflow: hidden;
		margin-bottom: 10px;
	}
	
	#pub_image img, #user_image img {
		margin-top: -30%;
	}
}

@media all and (min-width: 860px) and (max-width: 1040px) {
	.open_table_outer iframe {
		height: 150px;
	}

	.open_table_mb {
		display: none;
	}

	.open_table_dt {
		display: block;
	}
}

@media screen and (max-width: 785px) {
	#myMap {
	    width: 100% !important;
	    display: block;
	    position: relative;
	    top: auto;
	}
	
	.brewery_address, .pub_address, .festival_address {
	    position: relative;
	    height: auto;
	}
	
	#brewery_address, #pub_address, #festival_address {
	    width: auto;
	    position: initial;
	    margin: 10px 0;
	    height: 150px;
	}
	
	.hours {
	    width: auto;
	    margin: 10px 0;
	    top: 249px;
	}
}

@media screen and (max-width: 710px) {
	.beer_thumbnail, .pub_thumbnail, .brewery_thumbnail, .festival_thumbnail, .user_thumbnail, .activity_thumbnail, .chain_thumbnail, #pub_info .beer_thumbnail, #pub_info .activity_thumbnail, #festival_info .beer_thumbnail, #festival_info .activity_thumbnail, #beer_info .pub_thumbnail, #beer_info .activity_thumbnail, #beer_info .beer_thumbnail, #beer_info .user_thumbnail, #pub_info .pub_thumbnail, #pub_info .activity_thumbnail, #pub_info .beer_thumbnail, #pub_info .user_thumbnail, #brewery_info .pub_thumbnail, #brewery_info .activity_thumbnail, #brewery_info .beer_thumbnail, #brewery_info .user_thumbnail, #festival_info .pub_thumbnail, #festival_info .activity_thumbnail, #festival_info .beer_thumbnail, #festival_info .user_thumbnail, .achievement_thumbnail {
		width: 48.8%;
	}

	.beer_thumbnail .thumnail_info, .pub_thumbnail .thumnail_info, .brewery_thumbnail .thumnail_info, .festival_thumbnail .thumnail_info, .user_thumbnail .thumnail_info, .activity_thumbnail .thumnail_info, .chain_thumbnail .thumnail_info, #pub_info .beer_thumbnail .thumnail_info, #pub_info .activity_thumbnail .thumnail_info, #festival_info .beer_thumbnail .thumnail_info, #festival_info .activity_thumbnail .thumnail_info, .achievement_thumbnail .thumnail_info {
    	height: 236.5px;
	}

	.beer_thumbnail:nth-of-type(3n+0), .pub_thumbnail:nth-of-type(3n+0), .brewery_thumbnail:nth-of-type(3n+0), .festival_thumbnail:nth-of-type(3n+0), .user_thumbnail:nth-of-type(3n+0), .activity_thumbnail:nth-of-type(3n+0), .chain_thumbnail:nth-of-type(3n+0), #pub_info .beer_thumbnail:nth-of-type(3n+0), #pub_info .activity_thumbnail:nth-of-type(3n+0), #festival_info .beer_thumbnail:nth-of-type(3n+0), #festival_info .activity_thumbnail:nth-of-type(3n+0), #beer_info .pub_thumbnail:nth-of-type(3n+0), #beer_info .activity_thumbnail:nth-of-type(3n+0), #beer_info .beer_thumbnail:nth-of-type(3n+0), #beer_info .user_thumbnail:nth-of-type(3n+0), #pub_info .pub_thumbnail:nth-of-type(3n+0), #pub_info .activity_thumbnail:nth-of-type(3n+0), #pub_info .beer_thumbnail:nth-of-type(3n+0), #pub_info .user_thumbnail:nth-of-type(3n+0), #brewery_info .pub_thumbnail:nth-of-type(3n+0), #brewery_info .activity_thumbnail:nth-of-type(3n+0), #brewery_info .beer_thumbnail:nth-of-type(3n+0), #brewery_info .user_thumbnail:nth-of-type(3n+0), #festival_info .pub_thumbnail:nth-of-type(3n+0), #festival_info .activity_thumbnail:nth-of-type(3n+0), #festival_info .beer_thumbnail:nth-of-type(3n+0), #festival_info .user_thumbnail:nth-of-type(3n+0), .achievement_thumbnail:nth-of-type(3n+0) {
		margin: 0 2.3% 23px 0;
	}

	.beer_thumbnail:nth-of-type(2n+0), .pub_thumbnail:nth-of-type(2n+0), .brewery_thumbnail:nth-of-type(2n+0), .festival_thumbnail:nth-of-type(2n+0), .user_thumbnail:nth-of-type(2n+0), .activity_thumbnail:nth-of-type(2n+0), .chain_thumbnail:nth-of-type(2n+0), #pub_info .beer_thumbnail:nth-of-type(2n+0), #pub_info .activity_thumbnail:nth-of-type(2n+0), #festival_info .beer_thumbnail:nth-of-type(2n+0), #festival_info .activity_thumbnail:nth-of-type(2n+0), #beer_info .pub_thumbnail:nth-of-type(2n+0), #beer_info .activity_thumbnail:nth-of-type(2n+0), #beer_info .beer_thumbnail:nth-of-type(2n+0), #beer_info .user_thumbnail:nth-of-type(2n+0), #pub_info .pub_thumbnail:nth-of-type(2n+0), #pub_info .activity_thumbnail:nth-of-type(2n+0), #pub_info .beer_thumbnail:nth-of-type(2n+0), #pub_info .user_thumbnail:nth-of-type(2n+0), #brewery_info .pub_thumbnail:nth-of-type(2n+0), #brewery_info .activity_thumbnail:nth-of-type(2n+0), #brewery_info .beer_thumbnail:nth-of-type(2n+0), #brewery_info .user_thumbnail:nth-of-type(2n+0), #festival_info .pub_thumbnail:nth-of-type(2n+0), #festival_info .activity_thumbnail:nth-of-type(2n+0), #festival_info .beer_thumbnail:nth-of-type(2n+0), #festival_info .user_thumbnail:nth-of-type(2n+0), .achievement_thumbnail:nth-of-type(2n+0) {
		margin-right: 0px;
	}
}

@media screen and (max-width: 696px) {
	.btn.desktop_bag {
		position: initial;
		width: 100%;
		width: calc(100% - 10px);
	    margin-left: -10px;
	}
}

@media screen and (max-width: 498px) {
    #brewery_image, #pub_image, #beer_image, #festival_image, .stats, #brewery_options, #pub_options, #beer_options, #festival_options, #beer_controls .stats, .stats, #pub_options, .problem, #user_image {
    	float: none;
        width: 100%;
    }

	#beer_controls #pub_options {
	    float: right;
	    width: 70%;
	}

	#beer_pump {
	    width: 30%;
	}
	
	#brewery_address, #pub_address, #festival_address, #myMap, .hours {
	    width: 100% !important;
		position: initial;
	    display: block;
	    top: auto;
	}
	
	#brewery_address, #pub_address, #festival_address, .hours {
	    padding-left: 7px;
	    height: auto;
	}
}

@media screen and (max-width: 475px) {
	.beer_thumbnail, .pub_thumbnail, .brewery_thumbnail, .festival_thumbnail, .user_thumbnail, .activity_thumbnail, .chain_thumbnail, #pub_info .beer_thumbnail, #pub_info .activity_thumbnail, #festival_info .beer_thumbnail, #festival_info .activity_thumbnail, #beer_info .pub_thumbnail, #beer_info .activity_thumbnail, #beer_info .beer_thumbnail, #beer_info .user_thumbnail, #pub_info .pub_thumbnail, #pub_info .activity_thumbnail, #pub_info .beer_thumbnail, #pub_info .user_thumbnail, #brewery_info .pub_thumbnail, #brewery_info .activity_thumbnail, #brewery_info .beer_thumbnail, #brewery_info .user_thumbnail, #festival_info .pub_thumbnail, #festival_info .activity_thumbnail, #festival_info .beer_thumbnail, #festival_info .user_thumbnail, .achievement_thumbnail {
		margin-right: 0px;
		width: 100%;
	}

	.beer_thumbnail:nth-of-type(2n+0), .pub_thumbnail:nth-of-type(2n+0), .brewery_thumbnail:nth-of-type(2n+0), .festival_thumbnail:nth-of-type(2n+0), .user_thumbnail:nth-of-type(2n+0), .activity_thumbnail:nth-of-type(2n+0), .chain_thumbnail:nth-of-type(2n+0), #beer_info .pub_thumbnail:nth-of-type(2n+0), #beer_info .activity_thumbnail:nth-of-type(2n+0), #beer_info .beer_thumbnail:nth-of-type(2n+0), #beer_info .user_thumbnail:nth-of-type(2n+0), #pub_info .pub_thumbnail:nth-of-type(2n+0), #pub_info .activity_thumbnail:nth-of-type(2n+0), #pub_info .beer_thumbnail:nth-of-type(2n+0), #pub_info .user_thumbnail:nth-of-type(2n+0), #brewery_info .pub_thumbnail:nth-of-type(2n+0), #brewery_info .activity_thumbnail:nth-of-type(2n+0), #brewery_info .beer_thumbnail:nth-of-type(2n+0), #brewery_info .user_thumbnail:nth-of-type(2n+0), #festival_info .pub_thumbnail:nth-of-type(2n+0), #festival_info .activity_thumbnail:nth-of-type(2n+0), #festival_info .beer_thumbnail:nth-of-type(2n+0), #festival_info .user_thumbnail:nth-of-type(2n+0), .achievement_thumbnail:nth-of-type(2n+0) {
		margin: 0 2.3% 23px 0;
	}

	.activity_thumbnail .thumbnail_info {
    	height: auto;
	}
	
	.edit div {
	    display: block;
	}
	
	.edit div:nth-of-type(1) {
	    width: 100%;
	    text-align: left;
	    margin: 10px 0 0 0;
	}
	
	.edit input {
	    width: calc(100% - 23px);
	}
}

@media screen and (max-width: 426px) {
    #beer_controls #pub_options {
	    float: none;
	    width: 100%;
	}

    
    #beer_pump {
        float: none;
        width: 200px;
        margin: 0 auto 20px;
    }
}

@media screen and (max-width: 400px) {
	#footer {
		height: 490px;
	}
	
	#footer_info img {
		width: 200px; !important
	}
}

/*
	jQuery.mmenu CSS
*/
/*
	jQuery.mmenu oncanvas CSS
*/
.mm-hidden {
	display: none !important;
}

.mm-wrapper {
	overflow-x: hidden;
	position: relative;
}

.mm-menu, .mm-panels, .mm-panels > .mm-panel {
	margin: 0;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 0;
}

.mm-menu {
	box-sizing: border-box;
	background: inherit;
	display: block;
	overflow: hidden;
	padding: 0;
}

.mm-panel {
	-webkit-transition: -webkit-transform 0.4s ease;
	-moz-transition: -moz-transform 0.4s ease;
	-ms-transition: -ms-transform 0.4s ease;
	-o-transition: -o-transform 0.4s ease;
	transition: transform 0.4s ease;
	-webkit-transform: translate3d(100%, 0, 0);
	-moz-transform: translate3d(100%, 0, 0);
	-ms-transform: translate3d(100%, 0, 0);
	-o-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}

.mm-panel.mm-opened {
	-webkit-transform: translate3d(0%, 0, 0);
	-moz-transform: translate3d(0%, 0, 0);
	-ms-transform: translate3d(0%, 0, 0);
	-o-transform: translate3d(0%, 0, 0);
	transform: translate3d(0%, 0, 0);
}

.mm-panel.mm-subopened {
	-webkit-transform: translate3d(-30%, 0, 0);
	-moz-transform: translate3d(-30%, 0, 0);
	-ms-transform: translate3d(-30%, 0, 0);
	-o-transform: translate3d(-30%, 0, 0);
	transform: translate3d(-30%, 0, 0);
}

.mm-panel.mm-highest {
	z-index: 1;
}

.mm-panels, .mm-panels > .mm-panel {
	background: inherit;
	border-color: inherit;
}

.mm-panels > .mm-panel {
	background: inherit;
	border-color: inherit;
	-webkit-overflow-scrolling: touch;
	overflow: scroll;
	overflow-x: hidden;
	overflow-y: auto;
	box-sizing: border-box;
	padding: 0 20px;
}

.mm-panels > .mm-panel.mm-hasnavbar {
	padding-top: 40px;
}

.mm-panels > .mm-panel:before, .mm-panels > .mm-panel:after {
	content: '';
	display: block;
	height: 20px;
}

.mm-vertical .mm-panel {
	-webkit-transform: none !important;
	-moz-transform: none !important;
	-ms-transform: none !important;
	-o-transform: none !important;
	transform: none !important;
}

.mm-vertical .mm-listview .mm-panel, .mm-listview .mm-vertical .mm-panel {
	display: none;
	padding: 10px 0 10px 10px;
}

.mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after, .mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after {
	border-color: transparent;
}

.mm-vertical li.mm-opened > .mm-panel, li.mm-vertical.mm-opened > .mm-panel {
	display: block;
}

.mm-vertical .mm-listview > li > .mm-next, .mm-listview > li.mm-vertical > .mm-next {
	height: 40px;
	bottom: auto;
}

.mm-vertical .mm-listview > li > .mm-next:after, .mm-listview > li.mm-vertical > .mm-next:after {
	top: 16px;
	bottom: auto;
}

.mm-vertical .mm-listview > li.mm-opened > .mm-next:after, .mm-listview > li.mm-vertical.mm-opened > .mm-next:after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.mm-navbar {
	border-bottom: 1px solid;
	border-color: inherit;
	text-align: center;
	line-height: 20px;
	height: 40px;
	padding: 0 40px;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.mm-navbar > * {
	display: block;
	padding: 10px 0;
}

.mm-navbar a, .mm-navbar a:hover {
	text-decoration: none;
}

.mm-navbar .mm-title {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.mm-title {
    margin: 0 0 0 -21px;
}

.mm-title input[type="text"] {
    width: 100%;
    width: calc(75% - 25px);
}

.mm-title input[type="submit"] {
    width: 25%;
    -webkit-appearance: none;
    background: #ECAC03;
    border: none;
    margin: 0 0 0 2px;
    color: #FFFFFF;
}

.mm-navbar .mm-btn {
	box-sizing: border-box;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	z-index: 1;
}

.mm-navbar .mm-btn:first-child {
	padding-left: 20px;
	left: 0;
}

.mm-navbar .mm-btn:last-child {
	text-align: right;
	padding-right: 20px;
	right: 0;
}

.mm-panel .mm-navbar {
	display: none;
}

.mm-panel.mm-hasnavbar .mm-navbar {
	display: block;
}

.mm-listview, .mm-listview > li {
	list-style: none;
	display: block;
	padding: 0;
	margin: 0;
}

.mm-listview {
	font: inherit;
	font-size: 14px;
	line-height: 20px;
}

.mm-listview a, .mm-listview a:hover {
	text-decoration: none;
}

.mm-listview > li {
	position: relative;
}

.mm-listview > li, .mm-listview > li:after, .mm-listview > li .mm-next, .mm-listview > li .mm-next:before {
	border-color: inherit;
}

.mm-listview > li > a, .mm-listview > li > span {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	color: inherit;
	display: block;
	padding: 10px 10px 10px 20px;
	margin: 0;
}

.mm-listview > li > a.mm-arrow, .mm-listview > li > span.mm-arrow {
	padding-right: 50px;
}

.mm-listview > li:not(.mm-divider):after {
	content: '';
	border-bottom-width: 1px;
	border-bottom-style: solid;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}

.mm-listview > li:not(.mm-divider):after {
	left: 20px;
}

.mm-listview .mm-next {
	background: rgba(3, 2, 1, 0);
	width: 50px;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 2;
}

.mm-listview .mm-next:before {
	content: '';
	border-left-width: 1px;
	border-left-style: solid;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}

.mm-listview .mm-next + a, .mm-listview .mm-next + span {
	margin-right: 50px;
}

.mm-listview .mm-next.mm-fullsubopen {
	width: 100%;
}

.mm-listview .mm-next.mm-fullsubopen:before {
	border-left: none;
}

.mm-listview .mm-next.mm-fullsubopen + a, .mm-listview .mm-next.mm-fullsubopen + span {
	padding-right: 50px;
	margin-right: 0;
}

.mm-panels > .mm-panel > .mm-listview {
	margin: 20px -20px;
}

.mm-panels > .mm-panel > .mm-listview:first-child, .mm-panels > .mm-panel > .mm-navbar + .mm-listview {
	margin-top: -20px;
}

.mm-listview .mm-inset {
	list-style: inside disc;
	padding: 0 10px 15px 40px;
	margin: 0;
}

.mm-listview .mm-inset > li {
	padding: 5px 0;
}

.mm-listview .mm-divider {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 10px;
	text-transform: uppercase;
	text-indent: 20px;
	line-height: 25px;
}

.mm-listview .mm-spacer {
	padding-top: 40px;
}

.mm-listview .mm-spacer > .mm-next {
	top: 40px;
}

.mm-listview .mm-spacer.mm-divider {
	padding-top: 25px;
}

.mm-prev:before, .mm-next:after, .mm-arrow:after {
	content: '';
	border: 2px solid transparent;
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.mm-prev:before {
	border-right: none;
	border-bottom: none;
	left: 23px;
}

.mm-next:after, .mm-arrow:after {
	border-top: none;
	border-left: none;
	right: 23px;
}

.mm-menu {
	background: #333333;
	border-color: rgba(0, 0, 0, 0.1);
	color: #FFFFFF;
}

.mm-menu .mm-navbar > *, .mm-menu .mm-navbar a {
	color: rgba(255, 255, 255, 0.3);
}

.mm-menu .mm-navbar .mm-btn:before, .mm-menu .mm-navbar .mm-btn:after {
	border-color: rgba(255, 255, 255, 0.3);
}

.mm-menu .mm-listview {
	border-color: rgba(0, 0, 0, 0.1);
}

.mm-menu .mm-listview > li .mm-next:after, .mm-menu .mm-listview > li .mm-arrow:after {
	border-color: rgba(255, 255, 255, 0.3);
}

.mm-menu .mm-listview > li a:not(.mm-next) {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0.5);
	tap-highlight-color: rgba(255, 255, 255, 0.5);
}

.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu .mm-listview > li.mm-selected > span {
	background: rgba(255, 255, 255, 0.5);
}

.mm-menu.mm-vertical .mm-listview > li.mm-opened > a.mm-next, .mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next, .mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
	background: rgba(0, 0, 0, 0.05);
}

.mm-menu .mm-divider {
	background: rgba(0, 0, 0, 0.05);
}

/*
	jQuery.mmenu offcanvas addon CSS
*/
.mm-page {
	box-sizing: border-box;
	position: relative;
}

.mm-slideout {
	-webkit-transition: -webkit-transform 0.4s ease;
	-ms-transition: -ms-transform 0.4s ease;
	transition: transform 0.4s ease;
}

html.mm-opened {
	overflow-x: hidden;
	position: relative;
}

html.mm-blocking {
	overflow: hidden;
}

html.mm-blocking body {
	overflow: hidden;
}

html.mm-background .mm-page {
	background: inherit;
}

#mm-blocker {
	background: rgba(3, 2, 1, 0);
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999;
}

html.mm-blocking #mm-blocker {
	display: block;
}

.mm-menu.mm-offcanvas {
	display: none;
	position: fixed;
}

.mm-menu.mm-current {
	display: block;
}

.mm-menu {
	width: 80%;
	min-width: 140px;
	max-width: 440px;
}

html.mm-opening .mm-slideout {
	-webkit-transform: translate(80%, 0);
	-moz-transform: translate(80%, 0);
	-ms-transform: translate(80%, 0);
	-o-transform: translate(80%, 0);
	transform: translate(80%, 0);
}

@media all and (max-width: 175px) {
	html.mm-opening .mm-slideout {
		-webkit-transform: translate(140px, 0);
		-moz-transform: translate(140px, 0);
		-ms-transform: translate(140px, 0);
		-o-transform: translate(140px, 0);
		transform: translate(140px, 0);
	}
}

@media all and (min-width: 550px) {
	html.mm-opening .mm-slideout {
		-webkit-transform: translate(440px, 0);
		-moz-transform: translate(440px, 0);
		-ms-transform: translate(440px, 0);
		-o-transform: translate(440px, 0);
		transform: translate(440px, 0);
	}
}

@media only screen and (min-width: 1024px) {
	#mm-menu {
		display: none;
	}
}