/* @import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,700|Righteous&subset=latin-ext'); */

/* General styling */
body,
html {
	overflow-x: hidden!important;
}
body {
	background-color: #fff;
	background-image: url("../img/pattern_02.jpg");
	background-position: center;
	color: #333333;
	font-family: 'Montserrat', -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
	font-weight: 400;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.panel {
	border: none;
	box-shadow: none;
	margin: 0;
	border-radius: 0;
	background-color: transparent;
}

img {
	display: block;
	height: auto;
	max-width: 100%;
	width: auto;
}

form .field,
form .control-group,
form .form-group {
	display: block;
	float: left;
	width: 100%;
}

textarea {
-webkit-resize: vertical;
   -moz-resize: vertical;
		resize: vertical;
	height: auto;
	min-height: 120px;
}

.Actions input.action {
	width: auto;
	padding: 8px 32px;
	border-radius: 35px;
	background-color: #222222;
	color: #FFFFFF;
	text-transform: uppercase;
	border: 1px solid #222222;
	height: auto;
	display: inline-block;
}

.Actions input.action:hover,
.Actions input.action:focus {
	background-color: #555555;
	border-color: #555555;
}

form input.checkbox {
	height: auto;
	margin-top: 3px;
	margin-left: 0 !important;
	width: auto;
}

.equal {
		display: -ms-flexbox;
		display: -webkit-box;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
}

.trans-col,
.breadcrumbs a {
	-webkit-transition: color 0.4s ease 0s;
	transition: color 0.4s ease 0s;
}

.trans-bg {
	-webkit-transition: background-color 0.3s ease-in-out 0s;
	transition: background-color 0.3s ease-in-out 0s;
}

.trans-all {
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

a { color: #a36d00;}

a:hover, a:focus { color: #a36d00;}

.bg-img-overlay {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
}

.icon,
.social-icon {
	display: inline-block;
	width: 24px;
	height: 24px;
	stroke-width: 0;
	stroke: currentColor;
	fill: currentColor;
}

.pos-abs {
	position: absolute;
}

.pos-stat {
	position: static;
}

.pos-rel {
	position: relative;
	z-index: 3;
}

.pos-left-center {
	left: 50%;
	top: 0;
	-webkit-transform: translate(-50%,0px);
	        transform: translate(-50%,0px);
}

.inline-block {display: inline-block;}

.header {}

	.navbar {
		border: 0 none;
		margin: 0;
		background-color: #fbab27;
		border-radius: 0;
		padding: 12px 0;
	}

	.header .navbar {
		box-shadow: 0 0 12px rgba(0,0,0,0.25);
	}

	.navbar.affix {
	    width: 100%;
	    top: 0;
	    z-index: 1000;
	}

		.navbar-header { float: left; }

		.navbar-brand {
			height: auto;
			margin: 0!important;
			padding: 0;
			font-size: 30px;
			font-weight: 700;
			font-style: italic;
			line-height: normal;
		}

			.navbar-brand > img {height: 30px;}

		.navbar-toggle {
			border: 0 none;
			float: right;
			padding:0;
			margin-right: 0;
			background-color: transparent;
		}

		.main-navigation {
			font-family: 'Righteous', cursive;
			position: relative;
			z-index: 10;
		}

		.main-navigation > .navbar-nav {
			float: right;
		}

			.main-navigation > .nav > li {margin-left: 15px;margin-top: 7px;padding-left: 15px;position: relative;}

			.main-navigation > .nav > li:before {
				position: absolute;
				top: 50%;
				border: 2px solid #483301;
				left: -3px;
				-webkit-transform: translate(0px,-50%);
				        transform: translate(0px,-50%);
				height: 6px;
				width: 6px;
				content: "";
				display: block;
				border-radius: 50%;
			}

			.main-navigation > .nav > li.first {margin-left: 0;padding-left: 0;border: none;}

			.main-navigation > .nav > li.first:before {
				display: none;
			}

				.main-navigation .main-nav-link {
					font-size: 16px;
					font-weight: 400;
					text-align: left;
					padding: 0;
					color: #000;
					text-transform: uppercase;
					border-bottom: 2px dashed transparent;
				}

				.main-navigation .main-nav-link:hover,
				.main-navigation .main-nav-link:focus,
				.main-navigation .main-nav-link.current,
				.main-navigation .main-nav-link.section {
					background-color: transparent !important;
					text-decoration: none;
					border-bottom-color: inherit;
				}

				.main-navigation > .nav > .first > a {  }

				.main-navigation > .nav > .last > .main-nav-link { padding-right: 0;}

		.main-navigation > .navbar-locale {
		    margin-top: 15px;
		}

		.navbar-locale { float:right; }

			.navbar-locale > li {
				margin-left: 15px;
				margin-top: 7px;
				z-index: 10;
			}
			.navbar-locale > li:first-child {
				margin-left: 30px;
			}

			.navbar-locale > li > a {
				padding: 0;
				color: #000;
			}

				.navbar-locale > li.current > a,
				.navbar-locale > li.section > a,
				.navbar-locale > li > a:hover,
				.navbar-locale > li > a:focus {
					background-color: transparent;
					text-decoration: underline;
				}

	.social-nav {
		float: right;
		margin: 0;
	}

	.social-nav li {
		display: block;
		float: left;
  }

	.page-section-social .social-nav li { margin-left: 0; }

	.navbar .social-nav-wrap p {
		margin-bottom: 0;
		font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
	}

		.navbar .social-nav li {
			margin-left: 4px;
			height: 24px;
		}

		.navbar .social-nav li a { color: #000; }

		.navbar .social-nav li a:hover,
		.navbar .social-nav li a:focus {
			color: #fff4c3;
		}

		.social-nav li:first-child {
			border-left: none;
			padding-left: 0;
			margin-left: 0;
		}

	.footer .social-nav li {
		margin: 0;
		margin-right: 5px;
		border: none;
	}

  .footer .social-nav li img {
      width: 44px;
      height: 44px;
  }

		.navbar .social-nav li:last-child,
		.social-nav li.last {
			margin-right: 0;
		}

	.pre-header {
		height: 350px;
		background-image: url("../img/header-bg.jpg");
		background-size: cover;
		background-repeat: no-repeat;
		margin-bottom: 0;
	}

			.pre-header-img {
				height: 341px;
				width: 1020px;
				background-image: url("../img/crtez-header.png");
				background-repeat: no-repeat;
				background-size: 100% auto;
				margin-bottom: 0;
				position: absolute;
				right: 0;
				top: 40px;
				z-index: 1;
			}

			.pre-header-logo {
				height: 179px;
				width: 118px;
				background-image: url("../img/nova-runda_logo01.png");
				background-repeat: no-repeat;
				background-size: 100% auto;
				margin-bottom: 0;
				position: absolute;
				top: 60px;
			}

	.pre-header.with-forehead {
		height: 395px;
	}

		.forehead-img {
			height: 395px;
			width: 100%;
			background-size: cover;
			background-repeat: no-repeat;
			background-position: center;
		}

	.prefooter {
		background-image: url("../img/pattern_01.jpg");
		padding-top: 2em;
		padding-bottom: 3em;
	}

		.prefooter-img {
			display: inline-block;
			max-height: 45px;
			margin: 0 20px;
		}

	.featured-news-article img {
		float: left;
		margin-right: 15px;
		border: 1px solid #faa626;
		border-radius: 3px;
	}

	.featured-news-article h4 {

	}

	.featured-news-article .article-content {
		font-size: 14px;
	}

.middle {
	/* overflow-x: hidden; */
}

/* TODO: not good! */
.element.style-light,
.page-section.style-light,
.element.style-light .page-section { overflow: hidden;}

	.page-section-title {
		font-size: 36px;
		line-height: 1;
	}

		.page-header {
			margin: 0 0 50px;
			padding: 0;
			border: none;
		}

			.breadcrumbs {
				font-size: 13px;
				margin-bottom: 10px;
			}

			.page-subtitle { font-size: 30px; }

		.subtitle {
			display: block;
			font-size: 14px;
		}

		.page-title .subtitle {
			font-size: 16px;
			margin-bottom: 0.5em;
			letter-spacing: 0;
		}

	.gradient {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 33%;
		content: "";
		background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%);
		background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#99000000',GradientType=0 );
	}

	.gradient-right {
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
		width: 33%;
		height: 100%;
		content: "";
		background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.36) 60%,rgba(0,0,0,0.6) 100%);
		background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.36) 60%,rgba(0,0,0,0.6) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#99000000',GradientType=1 );
	}

		.gradient-right.w-50 {
			width: 50%;
			background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 60%,rgba(0,0,0,0.9) 100%);
			background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 60%,rgba(0,0,0,0.9) 100%);
		}

	.gradient-left {
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		width: 33%;
		height: 100%;
		content: "";
		background: -webkit-linear-gradient(left,  rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 100%);
		background: linear-gradient(to right,  rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#00000000',GradientType=1 );
	}

.footer .navbar-brand {
	margin-top: 0!important;
}

.footer .social-nav {
	float: none;
	margin: 2em auto 1em;
	display: table;
}

.footer-menu__main,
.footer-title {
	font-family: 'Righteous', cursive;
	color: #f9ebbe;
}

	.footer-menu {
		margin: 0;
		padding: 0;
		list-style: none;
	}

	.footer-menu__main li {
		margin-bottom: 5px;
	}

		.footer-menu a {
			color: #f9ebbe;
	    font-size: 16px;
			text-transform: uppercase;
			letter-spacing: 0.5px;
		}

		.footer-menu__bottom a {
			text-transform: none;
			letter-spacing: 0;
		}

	.copyright {
		color: #f9ebbe;
		margin-bottom: 5px;
		text-align: left;
		font-size: 12px;
	}

		.copyright a {
			color: #f9ebbe;
		}

	.footer-top {
		background-color: #000;
		padding: 6em 0 1em;
	}

		.footer-menu a {
			border-bottom: 2px dashed transparent;
		}

		.footer-menu a:hover,
		.footer-menu a:focus,
		.footer-menu a.current,
		.footer-menu a.section {
			text-decoration: none;
			border-bottom-color: inherit;
		}

	.footer-top .contact-info {
		color: #999999;
		font-size: 12px;
		font-weight: 400;
		line-height: 1;
		font-style: italic;
	}

	.footer-top .contact-info p {
		margin-bottom: 6px;
	}

	.footer .navbar-brand {
		float: none;
	}

	.footer .navbar-brand > img {
		margin: 0 auto 50px;
		height: 135px;
	}

	.footer-bottom {
		background-color: #000;
		font-size: 12px;
		text-align: center;
		padding-bottom: 2em;
	}

		.footer-bottom .container { border-top: 2px dashed #a57000; padding-top: 1em;}

			.footer-bottom .footer-menu a {
				font-size: 12px;
				color: #f9ebbe;
			}

		.footer-menu__bottom > li {
			float: left;
			margin-right: 10px;
			border-right: 1px solid #f9ebbe;
			padding-right: 10px;
		}

		.footer-menu__bottom > li:last-child {
			border-right: none;
			padding-right: 0;
			margin-right: 0;
		}

		.footer-menu__bottom > li > a {
			color: #999999;
			font-size: 12px;
		}

		.footer-title {
	    margin-top: 0;
	    margin-bottom: 30px;
	    height: 30px;
			text-transform: uppercase;
			letter-spacing: 1px;
		}

.newsletter-form { position: relative; height: 50px; display: block;}

	.newsletter-form input {
		padding: 5px 15px;
		font-size: 12px;
		border: none;
		float: left;
		height: 50px;
		width: 100%;
		line-height: normal;
		background-color: #f9a61a;
		vertical-align: middle;
		font-weight: 500;
    padding-right: 45px;
		border-radius: 3px;
		color: #000000;
		min-width: 100px!important;
	}

	.newsletter-form input:focus {
		font-weight: 700;
		color: #000;
	}

.back-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: block;
}

	.beer-glass {
		position: relative;
		background-image: url("../img/back-to-top_casa.png");
		background-repeat: no-repeat;
		background-position: 0 0;
		background-size: 100% auto;
		width: 97px; /* 291px */
		height: 157.3333px; /* 472px */
	}

		.beer-glass > .beer {
			background-color: yellow;
		}

/* Specific styles */
/** Home page **/
.home-page {}

		.box-item > .article-item {
			display: block;
			float: left;
			width: 100%;
			overflow: hidden;
		}

		.style-dark {
			position: relative;
			background-color: #000000;
			color: #f4c47c;
		}

			/* TODO: smanjiti selektore, napraviti jedan */
			/* .page-section.style-dark::after, */
			.element.style-dark:not(:first-of-type) .page-section.style-dark:after,
			.page-section.style-dark:before,
			.product-page .page-section-articles:before,
			.product-page .page-section-articles:after,
			.ag-container:before,
			.ag-container:after,
			.footer-top:after,
			.article-author-section:before,
			.article-body:not(:last-child) .article-author-section:after,
			.section-products-popover-inner::before,
			.section-products-popover-inner::after {
				content: "";
				background-image: url("../img/traka_zakovice.png");
				background-repeat: repeat-x;
				height: 55px;
				width: 100%;
				position:absolute;
				z-index: 10;
				background-size: cover;
				left: 0;
				right: 0;
			}

			.element.style-dark:not(:first-of-type) .page-section.style-dark:after,
      .product-page .page-section-articles:after,
			.ag-container:after,
			.footer-top:after,
			.article-author-section:before,
			.section-products-popover-inner::before {
				top: -7px;
			}

			.page-section.style-dark:before,
      .product-page .page-section-articles:before,
			.ag-container:before,
			.article-body:not(:last-child) .article-author-section:after,
			.section-products-popover-inner::after {
				bottom: -7px;
			}

			.page-section-hero-articles-first:not(:first-of-type):before {
				display: none;
			}

		.page-section .content-element__title,
		.page-section-hero-articles-first .page-title {
			color: #e69b23;
			width: -webkit-fit-content;
			width: -moz-fit-content;
			width: fit-content;
			padding: 0.15em 0.3em;
			margin: 0;
			border: 1px solid #fbe3ba;
			margin-bottom: 0.5em;
			text-transform: uppercase;
			border-radius: 3px;
			position: relative;
			display: inline-block;
		}

		.page-section.page-section-hero .content-element__title,
		.page-section-category-third .content-element__title {
			padding: 0;
			border: none;
			border-radius: 0;
		}

			.page-section-category-third .content-element__title {
				color: #333;
				margin-bottom: 45px;
			}

			.page-section-category-third .no-articles-msg {
				background-color: #fbab27;
		    padding: 20px;
		    margin: 50px;
		    font-weight: 500;
			}

			.page-section-articles .article-item.featured h3,
			.footer-top .featured-news-article h3 {
				font-size: 28px;
				margin: 10px 0;
				font-weight: 700;
				border-top: 2px dashed #f4c47c;
				padding-top: 10px;
			}

			.footer-top .featured-news-article h3 { font-size: 21px; }

			.page-section-articles.style-dark .article-item.featured h3 a,
			.footer-top .featured-news-article h3 a {
				color: #fbe3ba;
			}

			.article-author-and-category {
				border-top: 2px dashed;
				padding: 5px 0;
				padding-left: 15px;
				text-transform: uppercase;
			}

			.page-section-articles.style-dark .article-author-and-category {
				border-top-color: #e69b23;
			}

			.page-section-articles.style-light .article-author-and-category {
				border-top-color: #a06a15;
			}

			.featured-news-article .subtitle {
				text-transform: uppercase;
				width: 100%;
				white-space: nowrap;
				overflow: hidden;
				text-overflow: ellipsis;
				color: #f4c47c;
				font-size: 12px;
				font-weight: bold;
				letter-spacing: 0.5px;
			}

			.featured-news-article .article-author-and-category {
				border-top: 2px dashed #e69b23;
				padding: 5px 0;
			}

			.footer .featured-news-article .article-author-and-category {
				/* margin-top: 18px; */
			}

				.page-section-articles .article-date,
				.page-section-articles .article-author-and-category a,
				.footer-top .article-date,
				.footer .article-author-and-category a {
					font-size: 12px!important;
					font-weight: 700;
					letter-spacing: 0.5px;
				}

				.page-section-articles .article-date,
				.page-section-articles.style-dark .article-author-and-category a,
				.footer-top .article-date,
				.footer .article-author-and-category a {
					color: #f4c47c!important;
				}

			.element.style-dark:not(:first-of-type) .page-section-articles .article-item.featured p,
			.featured-news-article p {
				color: #fbe3ba;
			}

		.page-section.style-dark .outside-container {
			padding-bottom: 75px;
		}

		.element.style-dark:not(:first-of-type) .page-section.style-dark .outside-container {
			padding-top: 75px;
		}

		.element:not(:first-of-type) .page-section-articles .grid-list .article-item {
			background-color: #e69b23;
		}

		.element:not(:first-of-type) .grid-list .article-author-and-category {
			border-top: 2px dashed #a06a15;
			border-bottom: 2px dashed #a06a15;
			padding: 5px 15px!important;
		}

		.element:not(:first-of-type) .page-section-articles .grid-list .article-item h3 {
			margin-top: 0;
			font-weight: 700;
			padding: 0px 15px;
			margin-bottom: 15px;
		}

			.page-section-articles.style-light .article-item h3 a,
			.page-section-articles .article-item h3 a {
				color: #000;
			}

			.page-section-articles .article-item h3 a {
				color: #fbe3ba;
			}

		.element:not(:first-of-type) .grid-list .article-date {
			/* padding: 15px 15px 0 15px!important; */
		}

		.element:not(:first-of-type) .page-section-articles .grid-list .article-item p {
			padding: 0 15px;
		}

		.element:not(:first-of-type) .page-section-articles .article-item p {
			color:#111;
		}

		.page-section-articles .grid-list p.subtitle {
		    overflow: hidden;
		    text-overflow: ellipsis;
		    width: 100%;
		    white-space: pre;
		}

		.element:not(:first-of-type) .page-section-articles.style-dark p.subtitle {
			/* color: #a06a15; */
			color: #111;
		}

		.outside-container {
			padding: 90px 0;
			margin: 0 auto;
		}

		.element .outside-container,
		.page-section-hero-articles-first .outside-container,
		.page-section .outside-container {
			padding: 45px 0;
		}

		.page-section-social .outside-container {
			padding: 75px 0;
			overflow: hidden;
		}

		.outside-container.pattern {
			background-image: url("../img/pattern_01.jpg");
			background-position: center;
			box-shadow: 0 0 12px rgba(0,0,0,0.25);
		}

		.style-light {
			background-color: transparent;
		}

		.faq-holder,
		.faq-category,
		.faq-article {
			margin: 0;
		}

		.page-section.page-section-tags .container {
			padding-bottom: 3em;
		}

		.faq-related-articles .inner-box:hover,
		.faq-related-articles .inner-box:focus {
			background-color: transparent;
		}

			.style-light .content-element__title {
				color: #000;
				border: none;
				padding: 0;
			}

			.article-item .btn-primary {
				text-transform: uppercase;
				background-color: transparent;
				padding: 8px 25px;
				font-size: 12px;
				border-radius: 2px;
				font-weight: 700;
				float: right;
        border-color: #fbab27;
        color: #fbab27;
			}

				.page-section-articles .article-item .btn-primary {
					color: #e69b23;
					border-color: #e69b23;
				}

				.page-section-articles .article-item .btn-primary:hover,
				.page-section-articles .article-item .btn-primary:focus {
					color: #000;
					border-color: #e69b23;
					background-color: #e69b23;
				}

				.page-section-articles.style-dark .btn-primary {
					color: #000;
					border-color: #000;
					margin-right: 10px;
					margin-bottom: 10px;
				}

				.product-page .page-section-articles.style-dark .btn-primary {
					background-color: #e69b23;
					font-size: 14px;
					border-radius: 3px;
					border: 1px solid #e69b23;
				}

				.page-section-articles.style-dark .btn-primary:hover,
				.page-section-articles.style-dark .btn-primary:focus {
					color: #e69b23;
					border-color: #e69b23;
					background-color: #000;
				}

				.social-nav-wrap {float:right;}

		.page-section-articles .grid-list .article-item {
		    border-radius: 3px;
		    border: 1px solid #f5c870;
				height: 100%;
				margin-bottom: 0;
		}

		.page-section-articles .grid-list .article-item .article-date {
			/* color: #a06a15!important; */
		 }

		.page-section-articles .grid-list .article-item img {
			border-top-left-radius: 3px;
			border-top-right-radius: 3px;
			margin-bottom: 10px;
		}

		.article-item:hover,
		.article-item:focus {}

		.article-item.no-img {
			box-shadow: none;
			border-bottom: 1px solid #ddd;
			padding-bottom: 10px;
			background-color: transparent;
		}

		.articles-column .article-item {
			padding-bottom: 20px;
			margin-bottom: 20px;
			border-bottom: 1px solid #e5e5e5;
		}

		.page-section-articles-second .article-item.article-item-1 { margin-bottom: 30px; }

		.articles-column .article-item:last-of-type,
		.articles-column .article-item-related {
			border-bottom: none;
			margin-bottom: 0;
			padding-bottom: 0;
		}

		.articles-column .article-item-related { margin-bottom: 30px; }

		.articles-column .article-item .image,
		.page-section-other-news .article-item .image {
			margin-bottom: 10px;
		}

		.articles-column .article-item .image:last-of-type,
		.page-section-other-news .article-item .image:last-of-type {
			margin-bottom: 0;
		}

		.article-item.no-img.last { border-bottom: 0 none; }

			.article-item.other .pos-bottom {
				padding-left: 5px;
				padding-right: 5px;
			}

			.article-item .image {
				position: relative;
				overflow: hidden;
			}

			.page-section-category-second .article-item .image { margin-bottom: 10px; }

			.article-item .subtitle {
				/* color: #ffffff; */
				display: inline-block;
				font-size: 12px!important;
				letter-spacing: 0.5px;
				line-height: 1;
				/* padding: 4px 9px; */
				margin: 0;
				text-transform: uppercase;
				font-weight: 700;
			}
				.article-item a.subtitle {
					color: #555555;
				}
				.article-item .subtitle.pos-abs {
					margin: 20px;
					width: auto;
					color: #fbe3ba;
				}
				.page-section-videos .article-item a.subtitle,
				.page-section-category-second .article-item-1 .subtitle {
					color: #fbe3ba;
				}

			.article-item .page-category {
				display: inline-block;
				font-size: 10px;
				line-height: 1;
				padding: 5px 7px 3px 7px;
				margin: 0 0 5px;
				text-transform: uppercase;
				font-weight: 700;
				color: #000;
				background-color: #e69b23;
			}

			.page-section-category-third,
			.page-section.page-section-tags {
				overflow: hidden;
			}

			.page-section-category-second .article-item .subtitle,
			.page-section-category-third .article-item .subtitle,
			.page-section-other-news .article-item .subtitle {
				padding: 0;
			}

			/* .page-section-category-third .article-item .title,
			.page-section-category-third .article-item .lead-txt {
				max-width: 75%;
			} */

			.article-item .title {
				color: #222;
				font-weight: 700;
				margin-top: 1rem;
				font-size: 21px;
				margin-bottom: 1rem;
			}

			.article-item a .title {
				color: #fbe3ba;
				font-size: 20px;
				text-shadow: 0 1px 0 rgba(0,0,0,0.25);
				/* margin: 0; */
			}

			.article-item a:hover .title,
			.article-item a:focus .title {
				text-decoration: underline;
			}

			.author-page .breadcrumbs {
				margin-bottom: 20px;
			}

			.page-header .page-title.author-name {
				line-height: 0.5;
				font-family: 'Montserrat', -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
				text-transform: none;
				letter-spacing: 0;
			}

			.page-header .page-title.author-name small {
				font-size: 14px;
				letter-spacing: 0;
			}

			.author-page .article-item.other .pos-bottom {
				padding-bottom: 10px;
			}

			.author-page .bio-content {
				max-width: 80%;
			}

			.author-page .article-item a .title {
				font-size: 18px;
				margin-bottom: 0;
			}

			.page-section-hero-articles-first .article-item .title,
			.page-section-videos .article-item .title,
			.page-section-videos .page-section-title {
				text-shadow: -1px 1px 0 rgba(0, 0, 0, 0.3);
			}

			.article-item.small .title {
				font-size: 18px;
			}

			.article-item-related { margin-top: 20px; }

			.article-item-related.small .title { font-size: 14px!important; }

			.article-item-related.small .title a:before { content: "> "; }

			.articles-column .article-item .title {
				margin-top: 10px;
				margin-bottom: 0;
				font-size: 30px;
				/*height: 2.2em;
				overflow: hidden;*/
			}

				.article-item .pos-abs .title a,
				.article-item .title.pos-abs a,
				.article-item .pos-abs .lead-txt {
					color: #fbe3ba;
				}

				.article-item .pos-abs .lead-txt {
					margin-bottom: 0;
				}

				.articles-column .article-item.small .title { font-size: 22px; }

			.article-author-section {
				background-image: url("../img/pattern_01.jpg");
				background-position: center;
				position: relative;
				padding: 5em 0;
			}

			.articles-column .article-item .lead-txt {
				margin-top: 20px;
				font-family: Georgia, serif;
				font-style: italic;
				font-size: 15px;
				/*color: #757575;*/
			}

			.articles-column .article-item .lead-txt,
			.articles-column .article-item.small .image,
			.page-section-videos .article-item {
				margin-bottom: 0;
			}

			.articles-column .article-item .content {
				margin-top: 30px;
				font-size: 16px;
				color: #666666;
			}
			.article-item.main .title { font-weight: 700; }

			.page-section-videos .article-item .title {
				margin-bottom: 0;
				margin-top: 5px;
				color: #fff;
			}

				.article-item .title a { color: #222; }

				.page-section-category-second-first-row .article-item .title {
					/* height: 56px;
					overflow: hidden;
					margin-top: 5px; */
					margin-bottom: 0;
					font-size: 20px;
					width: calc(100% - 40px);
				}

				.page-section-category-second-first-row .lead-txt {
					height: 40px;
					overflow: hidden;
					margin-bottom: 0;
					color: #444;
				}

			.article-item h5 {
				margin-bottom: 0;
				color: #fff;
				text-shadow: 0 1px 2px rgba(0,0,0,0.25);
				line-height: 1.05;
			}

			.article-item.no-img .title { text-shadow: none; }

			.article-item .image img {
				width: 100%;
				-o-object-fit: cover;
				   object-fit: cover;
			}

		.icon-video,
		.icon-gallery {
			background-repeat: no-repeat;
			background-position: center center;
			background-size: contain;
			content: "";
			position: absolute;
			z-index: 9;
			right: 20px;
			bottom: 20px;
			width: 24px;
			height: 24px;
		}

		.page-section-body.tags .icon-video, .page-section-body.tags .icon-gallery {
			bottom: auto;
			top: 20px;
		}

		.icon-video { background-image: url("../svg/play.svg"); }

		.main .icon-video {}

		.icon-gallery { background-image: url("../svg/images.svg"); }

/** Article holder **/
.page-section-hero-articles-first {
	overflow: hidden;
	background-color: #000;
	background-image: none!important;
	position: relative;
	padding-bottom: 2em;
}

.article-holder .page-section-hero-articles-first {
    background-color: transparent;
    padding-bottom: 0;
}

.page-section-hero-articles-first .page-header,
.page-section-category-second .page-header {
	border: none;
	margin: 0;
	margin-bottom: 1em;
}

		.page-section-category-second .page-header > .page-title { padding-top: 0; }

.no-gutter .row {
	margin-left: 0;
	margin-right: 0;
}

.no-gutter.container-fluid,
.no-gutter div[class*="col-"] {
	padding-left: 0;
	padding-right: 0;
}

.page-section-hero-articles-first .article-item,
.article-item-column-3-1.last { margin-bottom: 0!important; }

.page-section-hero-articles-first .article-item .title,
.page-section-hero-articles-first .article-item .lead-txt {
	color: #fbe3ba;
	width: calc(100% - 40px);
}

.page-section-hero-articles-first .article-item-column-3-1 .title {
	margin-bottom: 0;
}

.page-section-articles-second,
.page-section-articles-third,
.page-section-articles-fourth {
	padding-top: 2.145em;
	padding-bottom: 2.145em;
}

.page-section-videos {
	padding-top: 4.29em;
	padding-bottom: 4.29em;
}

	.page-section.page-section-articles-third { background-color: #fff; }

.page-section-category-second .article-item {
	margin-bottom: 30px;
}

.page-section-videos { overflow: hidden; }

.page-section-videos .page-section-title {
	color: #fff;
	margin-top: 0;
	margin-bottom: 1em;
	font-weight: 700;
}

.page-section-video-bg {}

	.page-section-video-bg .bg-overlay {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		width: 100%;
		background-color: rgba(0, 0, 0, 0.5);
	}

.page-section-video-bg img {
	position: absolute;
	z-index: 0;
	top: 0;
	bottom: 0;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	width: 100%;
}


/** Article page **/
.article-page {}

	.article-header { margin-bottom: 2em; }

	.article-details {
		display: inline-block;
		padding: 15px;
	}

		.article-details-icon {
			background-position: 8px center;
			background-repeat: no-repeat;
			background-size: 14px auto;
			border-left: 1px solid #333333;
			color: #333333;
			font-weight: 700;
			padding-left: 28px;
		}

		.article-details-icon.article-published {
			background-image: url("../svg/clock.svg");
	    background-position: left center;
	    border-left: medium none;
	    padding-left: 18px;
		}

		.article-details-icon.article-category {
			background-image: url("../svg/tree.svg");
			margin-left: 5px;
		}

		.article-details-icon.article-author {
			background-image: url("../svg/user.svg");
			margin-left: 5px;
		}

		.article-details-icon.article-authors {
			background-image: url("../svg/users.svg");
			margin-left: 5px;
		}

		.article-details-icon.article-comments {
			background-image: url("../svg/bubbles.svg");
			margin-left: 5px;
		}

		.article-details-icon.article-origin {
			background-image: url("../svg/earth.svg");
			margin-left: 5px;
		}

		.article-details a,
		.article-details a:hover,
		.article-details a:focus {
			color: #333333;
		}

	.article-title {
		font-size: 32px;
		font-weight: 700;
	}

	.related-title-wrapper {
		display: block;
		float: left;
		width: calc(100% + 25px);
	}

		.lead-img {
			position: relative;
			overflow: hidden;
		}

			.lead-img .pos-top,
			.lead-img .pos-bottom {
				left: auto;
				right: 10px;
				max-width: 240px;
				padding: 5px 10px;
				background-color: #fff;
				text-align: right;
				width: auto;
			}

			.lead-img .pos-top { top: 10px; }

			.lead-img .pos-bottom { bottom: 10px; }

			.full-image .pos-bottom {
				background-color: #fff;
				left: auto;
				right: 10px;
				bottom: 10px;
				padding: 5px 10px;
				text-align: right;
				display: inline-block;
				width: auto;
			}

			.img-credits,
			.img-desc {
				font-style: normal;
				color: #0d0d0d;
				font-size: 13px;
				display: block;
			}

			.img-credits {
				margin-bottom: 0;
				margin-top: 5px;
				text-transform: uppercase;
				color: #999;
			}

			.gallery-slider .img-credits {
				left: 10px;
				max-width: none;
				right: auto;
			}


		.article-lead,
		.article-content {
			font-weight: 500;
			line-height: 1.6;
			font-size: 16px;
		}

			.article-content > p:first-child:first-letter {
				float: left;
				font-size: 7em;
				line-height: 0.5;
				display: block;
				margin-left: -10px;
				padding: 10px;
				font-weight: 700;
				margin-bottom: 10px;
				margin-top: 10px;
			}

			.gallery-wrap {}

			.article-content > h2,
			.article-content > h3,
			.article-content > h4,
			.article-content > p,
			.article-content > ul,
			.article-content > ol,
			.article-content > blockquote {
				margin-bottom: 1em;
			}

			.article-content > h2,
			.article-content > h3,
			.article-content > h4 {
				font-weight: 700;
				color: #000;
			}

				.captionImage {
					margin-bottom: 1em;
				}

					.caption {
						color: #666666;
						font-size: 12px;
						margin-top: 5px;
						margin-bottom: 0;
					}

		.section-tags {
			margin-top: 3em;
		}

		.article-content .gallery,
		.article-images .gallery {
			display: block;
			float: left;
			width: 100%;
			margin: 20px -5px 0;
			max-width: none;
		}

			.gallery-item {
				display: block;
				float: left;
				width: 16.6667%;
				position: relative;
				min-height: 1px;
				margin-bottom: 10px;
				padding-left: 5px;
				padding-right: 5px;
				max-width: none;
			}

			.article-page .gallery-item,
			.location-page .gallery-item {
				width: 33.3333%;
			}

				.gallery-item-thumb {
					border: 1px solid #000;
					max-width: 100%;
				}

				a:hover .gallery-item-thumb,
				a:focus .gallery-item-thumb {
					border-color: #333;
				}

				.gallery-item-thumb figcaption { display: none; }

	.video-holder {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.flexible-container {
		position: relative;
		padding-bottom: 56.25%;
		height: 0;
		overflow: hidden;
		max-width: none !important;
	}

		.flexible-container iframe,
		.flexible-container object,
		.flexible-container embed {
			border: none;
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			max-width: none !important;
		}

	.iframe {
		max-width: 100% !important;
		border: none;
	}

	.article-lead {
		font-size: 18px;
		margin-bottom: 1.5em;
		line-height: 1.3;
	}

	.sc-image-full {
		max-width: none;
		margin: 20px -15px;
	}

		.sc-image-full h4 {
			color: #333;
			margin-top: 0;
		}

		.sc-image-full .desc {
			margin-bottom: 10px;
			font-size: 15px;
			color: #777;
		}

			.sc-image-full .img-desc {
				border-bottom: 1px solid #e5e5e5;
				margin: 0 15px;
				padding-bottom: 10px;
			}

			.sc-image-full img { max-width: 100% !important; }

	.gallery-wrap { margin-top: 2.85em; }

		.gallery-title {
			font-size: 30px;
			margin-bottom: 10px;
			margin-top: 0;
		}

		.gallery-title {
			/* margin-bottom: 0; */
			max-width: none;
			float: left;
		}

		.gallery-slider .item,
		.full-image {
			position: relative;
		}

			.gallery-slider .owl-pagination {
				text-align: center;
				margin-top: 10px;
			}

				.owl-theme .owl-controls .owl-page span {
					background: #0F0F0F;
					opacity: 1;
					-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
				}

				.owl-theme .owl-controls .owl-page.active span { background: #fbab27; }

			.owl-theme .owl-controls {
				margin: 0;
				text-align: left;
			}

			.gallery-slider.owl-theme .owl-controls .owl-buttons div {
				background-color: #fff;
				background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeD0iMCIgeT0iMCIgd2lkdGg9IjU5IiBoZWlnaHQ9IjU5IiB2aWV3Qm94PSIwIDAgNTkgNTkiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDU5IDU5IiB4bWw6c3BhY2U9InByZXNlcnZlIj48Y2lyY2xlIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBmaWxsPSIjRkZGRkZGIiBjeD0iMjkuNSIgY3k9IjI5LjUiIHI9IjI5LjUiLz48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE3LjUgMzEuNWgxNS4zbC0zLjUgMy4xdjBjLTAuNSAwLjUtMC44IDEuMS0wLjggMS45IDAgMS40IDEuMSAyLjUgMi41IDIuNSAwLjcgMCAxLjItMC4yIDEuNy0wLjZ2MGw4LjQtNy41djBDNDEuNyAzMC40IDQyIDI5LjcgNDIgMjlzLTAuMy0xLjQtMC44LTEuOHYwbC04LjQtNy41djBjLTAuNC0wLjQtMS0wLjYtMS43LTAuNi0xLjQgMC0yLjUgMS4xLTIuNSAyLjUgMCAwLjcgMC4zIDEuNCAwLjggMS45djBsMy41IDMuMUgxNy41Yy0xLjQgMC0yLjUgMS4xLTIuNSAyLjVTMTYuMSAzMS41IDE3LjUgMzEuNXoiLz48L3N2Zz4=");
		background-size: 30px 30px;
				background-position: center;
				background-repeat: no-repeat;
				display: block;
				height: 30px;
				margin: 0;
				opacity: 1;
				-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
				padding: 0;
				font-size: 0;
				width: 30px;
			}

			.gallery-slider .owl-prev {
				-webkit-transform: rotate(180deg);
								transform: rotate(180deg);
										float: left;
			}

			.gallery-slider .owl-next { float: right; }

			.authors-list .owl-theme .owl-controls .owl-buttons div,
			.article-nav .icon {
				background-repeat: no-repeat;
				background-color: transparent;
				background-image: url("../img/arrows-bigger.png");
				width: 32px;
				height: 57px;
				position: absolute;
				top: 50%;
				padding: 0;
				border-radius: 0;
				margin: 0;
				margin-top: -27.5px;
				display: block;
				text-indent: -9000em;
				opacity: 1;
				-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
			}

			.authors-list .owl-theme .owl-controls .owl-buttons .owl-prev {
				background-position: 0 0;
				left: -45px;
			}

			.article-nav .icon.prev {
				background-position: 0 0;
				left: -70px;
			}

			.authors-list .owl-theme .owl-controls .owl-buttons .owl-prev:hover,
			.authors-list .owl-theme .owl-controls .owl-buttons .owl-prev:focus,
			.article-nav .icon.prev:hover,
			.article-nav .icon.prev:focus {
				background-position: 0 -65px;
			}

			.authors-list .owl-theme .owl-controls .owl-buttons .owl-next {
				background-position: -40px 0;
				right: -45px;
			}

			.article-nav .icon.next {
				background-position: -40px 0;
				right: -70px;
			}

			.authors-list .owl-theme .owl-controls .owl-buttons .owl-next:hover,
			.authors-list .owl-theme .owl-controls .owl-buttons .owl-next:focus,
			.article-nav .icon.next:hover,
			.article-nav .icon.next:focus {
				background-position: -40px -65px;
			}

	.author-page .social-nav {
		float: none;
		padding: 1em 0;
	}

	.author-page .social-nav li {
		margin-right: 0.5em;
		width: 40px;
	}

	.author-page .icon-video, .author-page .icon-gallery {
		bottom: auto;
		top: 20px;
	}

	.page-section-tags .page-section-title {
		text-align: center;
		text-transform: uppercase;
		margin: 0;
		font-size: 30px;
		padding: 10px;
	}

	.article-page .page-section-tags .page-section-title {
		background-color: #fff;
		line-height: 0.7;
	}

		.tag-collection .tag {
			background-color: transparent;
			border: 1px dashed #a57000;
			color: #a57000;
			display: inline-block;
			font-size: 12px;
			font-weight: 500;
			letter-spacing: 0.5px;
			margin-bottom: 3px;
			margin-right: 1.5px;
			padding: 5px 15px;
			text-align: center;
			text-transform: uppercase;
		}

		.tag-collection .tag:hover,
		.tag-collection .tag:focus {
			background-color: #a57000;
			color: #f3d694;
			text-decoration: none;
		}

		.tag-collection > span {
			font-weight: 700;
			margin-right: 15px;
			font-size: 12px;
			letter-spacing: 1px;
			text-transform: uppercase;
		}

		.tag-count {
			font-size: 18px;
			display: block;
			float: left;
		}

.page-section-comments {
	padding-top: 2em;
	padding-bottom: 2em;
}

	.comments-cta-title,
	.page-section-other-news .text-center {
		padding: 1em 0;
		border-bottom: 1px solid #e0e0e0;
		border-top: 1px solid #e0e0e0;
		margin-top: 0;
		margin-bottom: 2em;
		font-weight: 700;
		text-align: center;
		color: #424242;
	}

	.page-section-other-news .article-item .bg-img-overlay {
		-webkit-transition: background-color 0.3s ease-in-out 0s;
		transition: background-color 0.3s ease-in-out 0s;
	}
	.page-section-other-news .article-item:hover .bg-img-overlay,
	.page-section-other-news .article-item:focus .bg-img-overlay {
		background-color: rgba(0, 0, 0, 0.25);
	}

/** Author Holder **/
.author-holder .content p {
	font-size: 12px;
	color: #444;
	margin-top: 5px;
}

.page-section-other-news {
	/*background-color: #f2f2f2;*/
	/* padding-top: 2em; */
	/* padding-bottom: 2em; */
	z-index: 3;
}

.page-section-other-news .col-lg-4,
.page-section-other-news .col-sm-6 {
    padding: 0;
}

.page-section-other-news .container-fluid .image,
.page-section-other-news .container-fluid .article-item {
    margin-bottom: 0;
}

/** Author Page **/
.authors-list {
	margin-bottom: 30px;
	padding-bottom: 30px;
	display: block;
	float: left;
	width: 100%;
}

	.authors-list .wrap {
    margin-bottom: 3em;
	}

	.single-author {
		text-align: center;
		padding: 0 15px;
		margin-bottom: 3em;
	}

		.single-author .author-title {
			margin-top: 10px;
			text-transform: uppercase;
			color: #0d0d0d;
			display: block;
			padding: 0;
			font-size: 18px;
			max-width: none;
			font-family: 'Righteous', cursive;
		}

.author-image { display: inline-block; }

	.author-image img,
	.author-image .no-img {
		display: inline-block;
	}

	.author-image .no-img {
		width: 180px;
		height: 180px;
		background-color: #fff;
	}

	.author-image .no-img.grey {
		width: 220px;
		height: 220px;
		background-color: #eee;
	}

	.author-title {}

	.bio-content {
		font-weight: 500;
		font-size: 16px;
		text-align: left;
		line-height: 1.6;
	}

	.article-page .author-title,
	.article-page .misc-info {
		font-weight: 700;
    text-transform: uppercase;
		padding: 0 15px;
	}

	.article-page .author-title {
		font-size: 2.2em;
		color: #000;
	 }

	.article-page .misc-info {
		border-top: 2px dashed #a06a15;
		padding-top: 5px;
		margin-bottom: 20px;
		font-weight: 500;
		letter-spacing: 0.5px;
		text-transform: uppercase;
	}

	.article-page .bio-content {
		margin-bottom: 0;
		padding:0 15px 20px;
		border-bottom: 2px dashed #a06a15;
	}

	.article-page .article-author-wrap .social-nav {
		margin-top:10px;
		margin-left: 7px;
		float: left;
	}

	.article-page .article-author-wrap .social-nav li img {
		width: 44px;
		height: 44px;
	}

	.article-page .article-author-wrap .social-nav li a[title="Website"] {
		display:none;
	}

	.link-more {
		float: right;
		margin-top:10px;
		font-size:14px;
		text-align: right;
	}

	.article-count {
		font-size: 14px;
		color: #444;
		float: left;
		margin-bottom: 0;
		font-weight: 700;
	}

	.share-wrapper,
	.related-news {
		margin-top: 10px;
		padding-top: 10px;
		position: relative;
		float: left;
		width: 100%;
		display: block;
	}

	.article-list .btn-more {
		background-color: transparent;
		color: #333333;
		padding: 0;
		padding-right: 15px;
		text-transform: uppercase;
		font-weight: 700;
		position: relative;
	}

	.article-list .btn-more:before {
		content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 6px;
    right: 0;
    border-style: solid;
    border-width: 4px 0 4px 6.9px;
    border-color: transparent transparent transparent #333333;
		-webkit-transform: translate(0px,0px);
		        transform: translate(0px,0px);
		-webkit-transition: border-color 0.3s ease-in-out 0s, -webkit-transform 0.3s ease-in-out 0s;
		transition: border-color 0.3s ease-in-out 0s, -webkit-transform 0.3s ease-in-out 0s;
		transition: transform 0.3s ease-in-out 0s, border-color 0.3s ease-in-out 0s;
		transition: transform 0.3s ease-in-out 0s, border-color 0.3s ease-in-out 0s, -webkit-transform 0.3s ease-in-out 0s;
	}

	.article-list .btn-more:hover,
	.article-list .btn-more:focus {
		color: #666666;
	}

	.article-list .btn-more:hover:before,
	.article-list .btn-more:focus:before {
		-webkit-transform: translate(5px,0px);
		        transform: translate(5px,0px);
		border-color: transparent transparent transparent #666666;
	}

	.signature {
		border-top: 1px solid #eeeeee;
		margin-top: 15px;
		padding-top: 15px;
	}

	.article-page .article-item .pos-bottom {
		max-width: 85%;
	}

/** Tag page **/
	.tags .article > .article-inner {
		padding-bottom: 15px;
		margin-bottom: 15px;
		border-bottom: 1px solid #eeeeee;
	}

	.tags .article > .article-inner.last {
		margin-bottom: 0;
		padding-bottom: 0;
		border-bottom: 0 none;
	}

/** Error page **/
.error-page {
	font-family: 'Righteous', cursive;
}

.error-page .page-section-body { overflow: visible;}

.error-page .padd-30 {
	padding-top: 60px;
	padding-bottom: 60px;
}

.error-code {
	font-size: 160px;
	line-height: 1;
	display: block;
	margin-top: -20px;
	font-weight: 700;
}

.error-page .page-title {
	font-size: 48px;
	margin-bottom: 20px;
	position: relative;
	text-transform: uppercase;
	border-bottom: 3px dotted #a57000;
	padding-bottom: 20px;
}

.error-page .error-menu {
	margin-bottom: 10px;
	list-style: none;
	border-bottom: 3px dotted #a57000;
	padding-bottom: 20px;
}

	.error-page .error-menu li {
		font-size: 18px;
		text-transform: uppercase;
	}

		.error-page .error-menu li .main-nav-link {
			color: #000;
		}

.error-page .social-nav {
	float: left;
	margin-top: 30px;
}

.error-page .social-nav li a svg {
	display: none;
}

	.error-page .social-nav li {
		margin-right: 10px;
	}

	.error-page .social-nav li a {
		display: block;
		width: 80px;
		height: 80px;
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
	}

	.error-page .content ul {
		list-style: none;
		padding: 0;
		font-size: 13px;
	}


/*** IE9 ***/
.ie9 {}

/** Browse happy **/
.browse-happy,
.js-only-msg {
	background-color: #fcf8e3;
    border: 1px solid #faebcc;
    border-radius: 4px;
    bottom: 20px;
    color: #8a6d3b;
    left: 20px;
    margin-bottom: 0;
    max-width: 400px;
    padding: 15px;
    position: fixed;
    z-index: 999;
}

body #cookie_container {
	background-color: rgba(0,0,0,0.85);
	z-index: 99999;
  padding: 25px 10px;
}

	body .cookie_inner p {
		padding-top: 0;
		color: #fff;
		font-size: 15px;
		line-height: 1.5;
    margin-bottom: 0;
	}

	body #setCookie {
		margin-left: 30px;
		background-color: transparent;
		border: 2px solid #fbab27;
		color: #fbab27;
		text-transform: uppercase;
		height: auto;
		padding: 8px 16px;
		font-size: 14px;
		border-radius: 3px;
		font-weight: bold;
	}

	body #setCookie:hover,
	body #setCookie:focus {
		background-color: #fbab27 !important;
		color: #fff !important;
	}

.no-padd,
.padd-0 {
	padding: 0!important;
}

.padd-10 { padding: 10px; }

.padd-30 { padding: 30px; }

.padd-lr10 {
	padding-left: 10px;
	padding-right: 10px;
}

.padd-lr15 {
	padding-left: 15px;
	padding-right: 15px;
}

.padd-b0 { padding-bottom: 0; }

.padd-t30 { padding-top: 30px; }

.pos-bottom,
.pos-top,
.pos-center,
.pos-topright {
	position: absolute;
	width: 100%;
	z-index: 9;
}

.pos-bottom {
	bottom: 0;
	padding: 20px;
}

.pos-top {
	top: 0;
	left: 0;
}

.pos-topright {
	top: 10px;
	right: 10px;
	text-align: right;
}

.pos-center {
	left: 0;
	right: 0;
	text-align: center;
	top: 50%;
	-webkit-transform: translate(0px, -50%);
	transform: translate(0px, -50%);
}

blockquote {
	border-left-width: 2px;
	border-color: #a36d00;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4;
}

	blockquote h2:first-of-type,
	blockquote h3:first-of-type,
	blockquote h4:first-of-type {
		margin-top: 0;
	}

	blockquote p:last-of-type {
		margin-bottom: 0;
	}

.blockquote-left {
    margin-left: -5em;
		float: left;
		margin-right: 2em;
		max-width: 70%;
}
.blockquote-right {
    margin-right: -5em;
		float: right;
		text-align: right;
		margin-left: 2em;
		max-width: 70%;
		border-left: none;
		border-right: 2px solid #a36d00;
		clear: both;
}

.blockquote-inline {
	border-left: none;
	border-top: 2px dashed #a36d00;
	border-bottom: 2px dashed #a36d00;
	padding: 15px;
	max-width: 60%;
	margin: 10px;
	float: left;
	margin-right: 20px;
}
.blockquote-inline.right {
	text-align: right;
	float: right;
	margin-left: 20px;
}
.blockquote-fancy {
	position: relative;
	padding: 30px;
	border: none;
	margin: 2em auto!important;
}
.blockquote-fancy:before {
	position: absolute;
	display: block;
	content: "“";
	left: -15px;
	top: -30px;
	font-size: 80px;
}
.blockquote-fancy:after {
	position: absolute;
	display: block;
	content: "”";
	right: -15px;
	bottom: -75px;
	font-size: 80px;
}

.embed {
	margin-top: 2em;
	margin-bottom: 2em;
}

.embed.center {
	text-align: center;
}

.embed > iframe {
	display: inline-block!important;
}

.left.embed,
.left.embed > .twitter-tweet {

}

 img.left {
	float: left;
	margin-bottom: 1em;
	margin-top: 1em;
}

img.right {
	float: right;
	margin-bottom: 1em;
	margin-top: 1em;
}

.left img.left,
.right img.right {
	float: none;
	margin: 7px 0 0;
}

img.center { margin: 1em auto; }

.embed-wrapper {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	text-align: center;
}

.embed-wrapper > iframe {
	display: inline-block !important;
	margin: 0 !important;
}

.embed-list {
	display: inline-block;
	padding: 0;
	margin: 0;
	list-style: none;
}

	.embed-item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-bottom: 1em;
	}

	.embed-item.is-last { margin-bottom: 0; }

		.embed-link {}

			.embed-link-img {
				float: left;
				margin-right: 1em;
			}

			.embed-link-title { font-size: 1.25em; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #000000;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
	color: transparent;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
	color: transparent;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
	color: transparent;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
	color: transparent;
}

/* Colours */
.single-author:hover .author-title,
.single-author:focus .author-title,
.single-author.active .author-title {
	color: #a36d00;
	text-decoration: none;
}

.breadcrumbs a,
.page-header h2 a,
.author-title a,
.article-page .columnist-bg .bio-content,
.inner-details h3 a {
	color: #0d0d0d;
}

.author-title a:hover,
.author-title a:focus,
.inner-details h3 a:hover,
.inner-details h3 a:focus {
	color: #333;
}

.intro-content a:hover,
.intro-content a:focus {
	text-decoration: none;
}


/* Backrgrounds */
.intro-content a:hover,
.intro-content a:focus {
	background-color: #00a3da;
}

.list-inline > li { display: inline-block; }

.margt-15 {
	margin-top: 15px;
}

.author-page .article-wrap {
	margin-top: 40px;
}

.margt-20 { margin-top: 20px; }

.margt-30 { margin-top: 30px; }

.paddt-0,
.paddt-0 .outside-container { padding-top: 0!important; }

.paddb-0,
.paddb-0 .outside-container { padding-bottom: 0!important; }


.page-title,
.sub-title,
.no-marg {
	margin: 0;
}


.page-section-second .article-item.main,
.margb-10 {
	margin-bottom: 10px;
}

.article-item,
.article-item.other {
	margin-bottom: 30px;
}

.author-page .article-item,
.author-page .article-item.other {
	margin-bottom: 30px;
}

.page-section-category-third .article-item {
    margin-bottom: 30px;
}

.article-page .author-image,
.margb-15 {
	margin-bottom: 15px;
}

.margb-20 {
	margin-bottom: 20px;
}

.article-page .page-section-tags {
	margin-top: 45px;
	padding-bottom: 0;
}

.pos-bottom .img-credits,
.margt-0,
.author-name {
	margin-top: 0;
}

.margb-0,
.intro-content p:last-of-type,
.article-content > p:last-child,
.author-holder .content h3 {
	margin-bottom: 0;
}

.margb-30 { margin-bottom: 30px!important; }

.page-section-first .article-item.main .title { font-size: 44px; }

.article-item.main .title { font-size: 38px; }

.article.main .title { font-size: 32px; }

.article-item.other.small .title,
.share-title,
.related-title {
	font-size: 16px;
}

.article-item.main .title,
.latest-news ul li.first > .title {
	line-height: 1;
}

.article-item.other.small .title {
	line-height: 1.1;
}

/*articles*/
.article-images,
.article-video {
	margin-bottom: 4em;
}

	.article-images .lead-img img {
		-o-object-fit: cover;
		   object-fit: cover;
		margin: 0 auto;
	}

.article-header {
}

.article-header.with-media {
}

.article-header.with-video {}

	.article-header .article-title .subtitle { margin: 1em 0; color: #000; }

.article-body .article-lead {
	font-weight: 500;
	margin-bottom: 3em;
	line-height: 1.5;
	text-align: left;
}

.page-section-hero-articles-first .articles-right {
}

	.page-section-hero-articles-first .articles-right .article-item {

	}
	.page-section-hero-articles-first .articles-right .first .article-item {
		margin-bottom: 15px!important;
	}

		.articles-right .article-item .title a,
		.articles-right .article-item .subtitle,
		.article-item a .subtitle {
			color: #fbe3ba;
		}
		.articles-right .article-item .subtitle { padding: 0; }

.article-body .article-lead {
	margin-bottom: 3em;
}

.no-list { list-style: none; }

/* products */
.product-item {
	margin-bottom: 3em;
}

.product-item p.product-content {
	word-wrap: break-word;
}

.product-detail-inner p {
	font-size: 16px;
	line-height: 1.6;
}

	.product-detail-inner .beer-style-and-value {
		margin-bottom: 10px;
		margin-top: 5px;
		border-top: 2px dashed #a57000;
		padding-top: 10px;
	}

	.product-detail-inner .beer-style {
		float: left;
		font-size: 18px;
		letter-spacing: 1px;
	}

	.product-detail-inner .abv-value span,
	.product-detail-inner .ibu-value span {
		font-weight: 700;
	}

		.page .content {
			font-size: 16px;
			line-height: 1.6;
		}

	.beer-logo-wrap {
		float: left;
		/* width: 20%; */
	}

	.product-main-details-wrap {
		float: left;
		width: calc(100% - 130px);
		margin-left: 10px;
		font-family: 'Righteous', cursive;
	}

	.product-main-details-wrap .product-title {
		float: left;
		margin-top: 0;
		margin-bottom: 0;
		line-height: 36px;
		font-weight: bold;
		font-size: 41px;
		width: calc(100% - 92px);
		text-transform: uppercase;
		letter-spacing: 2px;
	}

	.product-main-details {
		float: left;
		width: 110%;
		margin-bottom: 20px;
		margin-left: -10%;
	}

	.beer-social { float: right; }

		.beer-social a:first-child {
			margin-left: 0;
		}

		.beer-social a {
			display: block;
			float: left;
			width: 36px;
			height: 36px;
			background-size: 100% auto;
			background-repeat: no-repeat;
			background-position: 0 0;
			border-radius: 2px;
			margin-left: 10px;
		}

		.rate-beer {
			background-image: url("../img/rate-beer.png");
		}
		.untappd {
			background-image: url("../img/untappd.jpg");
		}

	p.abv-value,
	p.ibu-value {
    float: right;
    line-height: 1;
		font-size: 18px;
		font-weight: 700;
	}

		p.ibu-value span { margin-right: 15px; }

	p.abv-value {
	    margin-left: 15px;
	}

	.product-title a {
	  color: #a16b15;
		text-transform: uppercase;
	}

	h4.beer-style {
	  margin-top: 0px;
		font-weight: 700;
    text-transform: uppercase;
	}

.page-section-products.related {
	position: relative;
}

.product-nav a {
	display: block;
	outline: medium none;
	position: fixed;
	text-align: left;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-backface-visibility: hidden;
	z-index: 1000;
}

.product-nav .prev {
	left: -14px;
}

.product-nav .next {
	right: -12px;
}

	.product-nav div {
		background: none repeat scroll 0 0 #fbab27;
		height: 144px;
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		padding: 20px;
		position: absolute;
		top: 50%;
		-webkit-transition: -webkit-transform 0.3s ease 0s, opacity 0.3s ease 0s;
		-webkit-transition: opacity 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
		transition: opacity 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
		transition: transform 0.3s ease 0s, opacity 0.3s ease 0s;
		transition: transform 0.3s ease 0s, opacity 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
		width: 160px;
	}

	.product-nav .prev div {
		left: 0;
		padding: 20px 125px 20px 70px;
		text-align: right;
		-webkit-transform: translateY(-50%) translateX(-100%) scale(0.75);
		transform: translateY(-50%) translateX(-100%) scale(0.75);
		-webkit-backface-visibility: hidden;
	}

	.product-nav .next div {
		padding: 20px 90px 20px 100px;
		right: 0;
		-webkit-transform: translateY(-50%) translateX(100%) scale(0.75);
		transform: translateY(-50%) translateX(100%) scale(0.75);
		-webkit-backface-visibility: hidden;
	}

		.product-nav img {
			position: absolute;
			top: 20px;
		}

		.product-nav .prev img {
			right: 20px;
		}

		.product-nav .next img {
			left: 20px;
		}

	.product-nav .icon-wrap {
		background: none repeat scroll 0 0 #fbab27;
		border: 0 solid #fbab27;
		color: #000;
		font-size: 20px;
		line-height: 1.1;
		display: block;
		padding: 18px 12px;
		float: left;
		/* left: 0; */
		/* position: absolute; */
		-webkit-transition: border-width 0.3s ease 0.15s;
		transition: border-width 0.3s ease 0.15s;
		z-index: 100;
		text-transform: uppercase;
		font-weight: 700;
		font-family: 'Righteous', cursive;
	}

	.product-nav .next .icon-wrap {
		-webkit-transform: rotate(90deg);
		        transform: rotate(90deg);
		-webkit-backface-visibility: hidden;
		position: relative;
		z-index: 10;
	}

	.product-nav .prev .icon-wrap {
		-webkit-transform: rotate(270deg);
		        transform: rotate(270deg);
		-webkit-backface-visibility: hidden;
		z-index: 10;
		position: relative;
	}

	.product-nav a:hover .icon-wrap {
		-webkit-transition-delay: 0s;
		transition-delay: 0s;
	}

	.product-nav a:hover {
		color: #ffffff;
		text-decoration: none;
	}

		.product-nav a:hover div {
			opacity: 1;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
			filter: alpha(opacity=100);
			-webkit-transform: translateY(-50%) translateX(0px) scale(1);
			transform: translateY(-50%) translateX(0px) scale(1);
			-webkit-transition-delay: 0.3s;
			transition-delay: 0.3s;
			-webkit-backface-visibility: hidden;
		}

		.product-nav  a.next:hover div {
			border-top-left-radius: 70px;
			border-bottom-left-radius: 70px;
		}

		.product-nav  a.prev:hover div {
			border-top-right-radius: 70px;
			border-bottom-right-radius: 70px;
		}

.contact-img .blockquote-inline { margin-left: 0; }

.contact-form {
	padding: 0 3em!important;
}

	.contact .contact-form .action {
		background-color: #000;
		color: #fbab27;
		border-color: #000;
		padding: 10px 40px;
		margin-bottom: 0;
		text-transform: uppercase;
		font-weight: 700;
		letter-spacing: 0.5px;
	}

	.contact-form .action:hover,
	.contact-form .action:focus {
		background-color: transparent!important;
		color: #000;
	}

	.article-content a,
	.contact-info a,
	.page .content a,
	.content-element__content a,
	.contact .contact-form .field a {
		font-weight: 700;
		border-bottom: 2px dashed transparent;
	}

	.article-content a:hover,
	.article-content a:focus,
	.contact-info a:hover,
	.contact-info a:focus,
	.page .content a:hover,
	.page .content a:focus,
	.content-element__content a:hover,
	.content-element__content a:focus,
	.contact .contact-form .field a:hover,
	.contact .contact-form .field a:focus {
		border-bottom: 2px dashed #a36d00;
		text-decoration: none;
	}

.contact-form .field .message.required,
.contact-form .field .message.validation {
	position: absolute;
	margin-top: 5px;
	font-weight: bold;
}

.contact-form .field.checkbox .message.required {
	position: static;
}

.contact .middle {
	padding: 0!important;
}

	.contact-wrapper {
		background-color: transparent!important;
		box-shadow: none!important;
		padding: 3em 0!important;
	}

	.contact .page-title {
		color: #000;
		text-transform: uppercase;
		border-bottom: 2px dashed #a57000;
		padding: 0 27px 15px;
		line-height: 1;
	}

	.contact .contact-info {
		background-color: transparent;
		padding: 0 3em;
	}

	.contact .content {
		margin-bottom: 0!important;
	}

	.contact-info h3 {
		font-size: 20px!important;
		margin-bottom: 0!important;
		color: #000!important;
		padding: 30px;
		line-height: 1.4;
	}

	.contact-info h3:first-of-type {
		padding-bottom: 0;
	}

	.contact-info ul {
		color: #000!important;
		border-top: 2px dashed #a57000;
		padding: 30px!important;
		font-size: 18px!important;
	}

		.contact .contact-info ul li {
	    margin-bottom: 5px;
		}

		.contact-info ul li:before { margin-right: 5px; }

	.contact-form { background-color: transparent!important; }

		.contact-form .field label { display: none; }

		.contact .contact-form input, .contact .contact-form textarea {
			border: 1px solid #fbab27;
			border-radius: 3px;
			padding: 20px 16px;
			color: #000;
			background-color: #fbab27;
			height: 60px;
			font-size: 12px;
			font-weight: 500;
		}

		/* .contact .contact-form input {
			padding-top: 36px;
		} */

		.contact .contact-form input:focus {
			font-weight: 700;
		}

		.contact .contact-form .field { margin-bottom: 30px; }

		.contact .contact-form .field.terms-check,
		.contact .contact-form .field .checkbox {
		    width: 100%;
		    margin-bottom: 0;
		}

		.contact .contact-form .field.checkbox input.checkbox {
		    height: auto;
		    padding: 0;
		    width: auto;
		    float: left;
		}

		.contact-form .field.checkbox label {
		    display: block;
		    color: #000;
		}

		.contact .contact-form .field.composite {
		    width: 100%;
		}


/* element blocks */

.page-section .content-element__title,
.page-section-hero-articles-first .page-title,
.contact .page-title,
.page-section-products.related h2,
#gmapholder .page-title,
.page-header .page-title,
.location-category .page-title,
.location-page .page-title,
.location-title {
	font-size: 5em;
	font-family: 'Righteous', cursive;
	letter-spacing: 3px;
	text-transform: uppercase;
}

.page-section-newsletter .content-element__title { color: #e69b23; }

.page-section-newsletter .content-element__content {
	color: #e69b23;
	margin-bottom: 0;
	padding: 0;
}

.page-section-newsletter .newsletter-form {
	margin-top: 40px;
}

.page-section-newsletter .newsletter-form fieldset,
.page-section-newsletter .newsletter-form .button-toolbar {
	float: right;
}

.page-section-newsletter .newsletter-form input.email {
	font-size: 14px;
}

.page-section-newsletter .newsletter-form .action {
	background-color: transparent;
	padding: 10px 40px;
	border: 1px solid #e69b23;
	border-radius: 4px;
	color: #e69b23;
}


/*Grid*/

.visible-xxs,
.visible-ib-xs {
	display: none;
}

#gmapholder { height: 550px; }

.location-item {
	box-shadow: 0 1px 6px rgba(0,0,0,0.4);
}

.location-details-wrapper img { margin-bottom: 2em; }

.location-page .page-header {
	margin-bottom: 2em;
	margin-top: 0;
}

.location-detail-inner ul,
.location-category ul,
.location-page ul {
	list-style: none;
	text-transform: uppercase;
	margin-top: 45px;
	margin-bottom: 0;
}

.location-page ul {
	text-transform: initial;
	margin-top: 30px;
	padding: 0;
 }

.page-section-locations { padding: 0; }

.page-section-locations .page-section-content {

}

.page-section-map .container {
	margin-left: -15px;
	width: calc(100% + 30px);
}

.page-section-locations .page-section-content h3 {
	margin-top: 0;
	margin-bottom: 10px;
	font-weight: bold;
	color: #000000;
	padding: 0 15px;
}

.page-section-locations .page-section-content p {
	font-size: 16px;
	line-height: 1.6;
	border-top: 2px dashed #a57000;
	border-bottom: 2px dashed #a57000;
	padding: 30px 15px;
	margin-bottom: 20px;
	color: #000000;
}

.page-section-locations .location-category-title,
.location-page .location-category-title {
	position: relative;
	padding-left: 20px;
	color: #000000;
	font-size: 18px;
	margin: 5px 0;
	font-weight: bold;
	text-align: left;
}

.page-section-locations .location-category-title { margin: 10px 0; }

.page-section-locations .location-category-title a,
.location-page .location-category-title a {
	color: #000000;
}

.page-section-locations.style-dark .page-section-content p,
.page-section-locations.style-dark .location-category-title a {
	color: #f9ebbe;
}

.location-category-title:before,
.footer-top .footer-menu li:before,
.wall-of-people ul li:before,
.error-page .error-menu li:before,
.contact-info ul li:before,
.newsletter-form .button {
	content: ">";
	border-radius: 50%;
	padding: 0;
	font-weight: 700;
	text-align: center;
	display: block;
	float: left;
	font-family: 'Righteous', cursive;
	line-height: 1.1;
	margin-right: 10px;
}

.location-category-title:before {
	color: #f5d896;
	background-color: #000000;
	font-size: 18px;
	width: 20px;
	height: 20px;
	padding: 1px;
}

.footer-top .footer-menu li:before {
	color: #000;
  background-color: #f9ebbe;
	font-size: 16px;
	width: 16px;
  height: 16px;
	display: inline-block;
	float: none;
}

.newsletter-form .button {
	color: #fbab27;
  background-color: #000;
	font-size: 26px;
	width: 26px;
  height: 26px;
	min-width: 1px!important;
	position: absolute;
	/* padding: 1px;
	padding-left: 3px; */
  right: 0;
  top: 50%;
  -webkit-transform: translate(0px,-50%);
          transform: translate(0px,-50%);
}

.contact-info ul li:before,
.error-page .error-menu li:before {
	color: #f5d896;
	background-color: #000;
	font-size: 18px;
	width: 18px;
	height: 18px;
	margin-top: 2px;
}

.wall-of-people ul li:before {
	color: #f5d896;
	background-color: #000000;
	font-size: 20px;
	height: 20px;
	width: 20px;
	margin-top: 2px;
}

.wall-of-people ul li:before {
	background-color: rgba(0,0,0,0.3);
}

.location-category .outside-container {
	padding-bottom: 45px;
}

.location-category .page-header {
	margin-bottom: 30px;
}

.location-category .page-header .page-title {
	border-bottom: 2px dashed #a57000;
	display: inline-block;
	max-width: 60%;
	padding-bottom: 10px;
	font-size: 3em;
	line-height: 1;
}

.location-category .hero.height-regular {
	height: auto;
	padding: 0;
}

.location-category .hero .container {
	background-image: none!important;
	box-shadow: none!important;
}

.location-page .dnadesign__elemental__models__elementcontent {
	padding: 0;
}

.location-detail-inner,
.location-category ul  {
	margin-top: 30px;
}

.location-detail-inner { float: left; }

.location-details-wrapper .address { font-weight: bold; }

.location-list .location-list-item {
	width: auto;
	display: list-item;
}

.location-category ul li p {
	text-transform: initial;
	margin-bottom: 0;
}

.location-category ul li,
.location-page ul li {
	width: 24%;
	display: inline-block;
}

.location-category ul li { margin-bottom: 15px;}

.location-category ul li a {
	color: #000;
	font-size: 16px;
	font-weight: bold;
}

.location-category ul li a:hover,
.location-category ul li a:focus {
	color: #000;
}

.location-page .location-title {
	font-size: 41px;
  font-weight: bold;
  letter-spacing: 2px;
	margin-top: 0;
}

.location-details-wrapper .location-title {
	border-bottom: 2px dashed #a57000;
}

.location-page .location-detail-inner p {
	font-size: 18px;
}

.location-details-wrapper .social-nav {
	float: left;
	width: 100%;
	margin-top: 0;
	margin-bottom: 10px;
}

.location-details-wrapper .social-nav li {
	width: auto;
	float: right;
}

.location-details-wrapper .social-nav .website {
	float: left;
	padding: 10px 0;
}

.location-details-wrapper .social-nav img {
	height: 40px;
	margin-bottom: 0;
}

.section-products-popover {
}

		.section-products-popover-inner {
			box-shadow: 0 0 6px rgba(0,0,0,0.1);
			padding: 100px 50px;
			text-align: center;
			position: absolute;
			left: 50%;
			top: 50%;
			z-index: 99999;
			background-image: url("../img/pattern_01.jpg");
			background-repeat: repeat;
			-webkit-transform: translate(-50%,-50%);
			transform: translate(-50%,-50%);
			/* height: 500px; */
			vertical-align: middle;
			display: table;
			/* max-width: 930px; */
			width: 100%;
		}

			 .section-products-popover-inner p,
			 .section-products-popover-inner h1 {
				 line-height: 1;
				 padding-left: 20px;
				}

				.section-products-popover-inner h1 {
					font-size: 60px;
					text-transform: uppercase;
					text-align: left;
					font-family: 'Righteous', cursive;
				}

				.section-products-popover-inner p {
					font-size: 30px;
					font-weight: bold;
				}

        .section-products-popover-inner ol {
            text-align: left;
            font-size: 20px;
            font-weight: 500;
            line-height: 1.5;
            padding-left: 90px;
						padding-right: 20px;
            margin-top: 45px;
						margin-bottom: 25px;
						counter-reset: my-badass-counter;
						list-style-type: none;
						border-top: 2px dashed #a57000;
						border-bottom: 2px dashed #a57000;
						padding-top: 1.5em;
        }

        .section-products-popover-inner ol li {
            margin-bottom: 1.5em;
        }

				.section-products-popover-inner ol li::before {
					content: counter(my-badass-counter);
					counter-increment: my-badass-counter;
					position: absolute;
					left: 35px;
					font-weight: 700;
					font-size: 50px;
					line-height: 1;
        }

		.section-products-popover-inner .btn-close {
			margin-top: 15px;
			padding: 20px 50px;
			text-transform: uppercase;
			font-weight: 700;
			background-color: transparent;
			border: 2px solid #333333;
      border-radius: 3px;
			color: #333333;
			font-size: 20px;
			float: left;
		}

		.section-products-popover-inner .btn-close:hover,
		.section-products-popover-inner .btn-close:focus {
			background-color: #333333;
			color: #ffffff;
		}

	.bar-wrapper {
		clip-path: polygon(-1% 0%, 16% 99%, 37% 100%, 79% 99%, 82% 93%, 99% 0%);
		cursor: pointer;
	}

		.bar-wrapper::before {
			content: "";
			height: 100%;
			width: 100%;
			position:absolute;
			z-index: 10;
			background-repeat: no-repeat;
			left: 0;
			right: 0;
			background-image: url("../svg/casa_01.svg");
		}

	.pswp {
		z-index: 999999;
	}

	.pagination {
		padding: 20px 0;
		margin: 0;
	}
	.pagination > li {
		font-family: 'Righteous', cursive;
		font-weight: 700;
		font-size: 24px;
	}
	.pagination > li > a,
	.pagination > li > span {
		padding: 10px 16px;
		line-height: 30px;
		margin: 0 2.5px;
		text-align: center;
		color: #000;
	}
	.pagination > li > a:hover,
	.pagination > li > span:hover,
	.pagination > li > a:focus,
	.pagination > li > span:focus {
		background-color: transparent;
		color: #f9a61a;
		border: none;
	}
	.pagination > li:first-child > a,
	.pagination > li:last-child > a,
	.pagination > .disabled > span {
		padding: 0;
	}
	.pagination > li > a img,
	.pagination > .disabled > span img {
		width: 50px;
		height: 50px;
	}
	.pagination > .disabled > span,
	.pagination > .disabled > span:hover,
	.pagination > .disabled > span:focus,
	.pagination > .disabled > a,
	.pagination > .disabled > a:hover,
	.pagination > .disabled > a:focus {
		background-color: transparent;
		border: none;
	}
	.pagination > .active > a,
	.pagination > .active > span,
	.pagination > .active > a:hover,
	.pagination > .active > span:hover,
	.pagination > .active > a:focus,
	.pagination > .active > span:focus {
		background-color: transparent;
		border: none;
		color: #f9a61a;
	}
	.pagination > li > a,
	.pagination > li > span {
		background-color: transparent;
		border: none;
	}


/* ===================================  */
/** Media querys **/

/** Browser hacks **/
/*** saf3+, chrome1+ ***/

#infscr-loading {
	bottom: -30px;
	color: #444;
	left: 50%;
	margin-left: -100px;
	position: absolute;
	text-align: center;
	width: 200px;
	z-index: 100;
	text-transform: uppercase;
}

	#infscr-loading img {
		display: inline-block;
	}

#infscr-load-more > div {
	margin-top: 15px;
	display: inline-block;
	cursor: pointer;
	background-color: #00a3da;
	white-space: nowrap;
	padding: 5px 15px;
	font-size: 14px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
}

.page-section-hero-articles-first .row,
.page-section-category-second .row,
.page-section-category-third > div > .row {
    margin: 0 -7.5px;
}

.page-section-hero-articles-first .row > div,
.page-section-category-second .row > div,
.page-section-category-third > div > .row > div {
    padding: 0 7.5px;
}

.page-section-category-second-second-row .title,
.page-section-category-second-second-row .lead-txt {
    padding-right: 15px;
}

.tab-badge-holder {
	background-image: url("../img/beer-tap.jpg");
	display: block;
	position: relative;
	overflow: hidden;
	width: 500px;
	height: 900px;
	background-size: contain;
	background-repeat: no-repeat;
}

	.badge-placeholder {
		position: absolute;
		top: 90px;
		left: 150px;
		/* background-color: red;
	    width: 197px;
	    height: 197px;
	    border-radius: 50%; */
	}
		.badge-placeholder img {
			display: block;
			position: absolute;
			left: 2px;
			top: 1px;
			width: 100%;
			height: 100%;
			min-width: 215px;
			min-height: 215px;
		}

		.badge-placeholder img:first-of-type {
			z-index: 10;
		}

.badge-list {
	margin-top: 105px;
}

.product-item {
  position: relative;
  overflow: hidden;
}

.product-item a {}

.card-placeholder {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	background-color: rgba(0,0,0,0.9);
	text-transform: uppercase;
	border-radius: 50%;
	width: 100%;
	height: 100%;
	color: #fbe3ba;
	-webkit-transition: opacity 0.3s ease-in-out 0s;
	transition: opacity 0.3s ease-in-out 0s;
}

.product-item:hover .card-placeholder,
.product-item:focus .card-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.card-placeholder .product-title {
	margin-top: 0;
	margin-bottom: 5px;
	color: #fbab27;
	font-family: 'Righteous', cursive;
}

.card-placeholder .beer-style {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0;
}

.card-placeholder .v-align {
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
	left: 50%;
}

.article-item.featured img {
	border: 1px solid #faa626;
	border-radius: 3px;
}

.product-page .article-item img {
	border: none;
	border-radius: 0;
}

.page-section-articles .article-item.featured p {
	font-size: 16px;
	color: #fbe3ba;
	margin: 0;
}

.page-section-articles .article-item.featured .article-content {
	margin-left: 15px;
	padding-top: 10px;
}

.page-section-articles .article-item.featured .subtitle {
	font-size: 12px;
	padding-left: 15px;
	letter-spacing: 0.5px;
}
.page-section-articles.style-dark .article-item.featured .subtitle {
	color: #f4c47c;
}

.page-section-products .section-content {
	font-size: 18px;
	-webkit-column-count: 2;
	   -moz-column-count: 2;
	        column-count: 2;
	-webkit-column-gap: 45px;
	   -moz-column-gap: 45px;
	        column-gap: 45px;
	line-height: 1.6;
	margin-bottom: 45px;
	position: relative;
	padding: 30px 0;
}

.page-section-products .section-content:after,
.page-section-products .section-content:before {
	border-top: 2px dashed #a06a15;
	position: absolute;
	display: block;
	content: "";
	width: calc(100% + 60px);
	left: -30px;
	right: 0;
}
.page-section-products .section-content:after {
    top: 0;
}
.page-section-products .section-content:before {
    bottom: 0;
}
.product-content {
    display: block;
    float: left;
		margin-top: 20px;
		font-size: 16px;
		line-height: 1.6;
}

.product-content .table {
	line-height: 1.4;
	font-size: 14px;
	margin-top: 30px;
}

.product-content .table p {
	font-size: 14px;
	line-height: 1.4;
	margin-bottom: 0;
}

.product-content .table-bordered>thead>tr>th,
.product-content .table-bordered>tbody>tr>th,
.product-content .table-bordered>tfoot>tr>th,
.product-content .table-bordered>thead>tr>td,
.product-content .table-bordered>tbody>tr>td,
.product-content .table-bordered>tfoot>tr>td {
	border: 2px solid #a57000;
}

.page-section-social .size-regular .social-nav li img {
  width: 90px;
  height: 90px;
}

.product-page .page-section-articles {
  background-color: #000;
  background-image: none!important;
  padding: 0;
  position: relative;
}

.product-page .article-item {
    margin: 45px 0;
}

.product-page .veralign {
  -webkit-box-pack: initial;
      -ms-flex-pack: initial;
          justify-content: initial;
}

.page-section-products.related h2 {
  margin-top: 0;
  margin-bottom: 30px;
}

.page-section-products {
	position: relative;
}

.blur {
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="8" /></filter></svg>#filter');
	-webkit-filter: blur(8px);
	        filter: blur(8px);
}

.blur-bg {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 5;
    bottom: 0;
}

body .ag-overlay {
    height:100%;
    width:100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    z-index: 99998;
    opacity:0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		cursor: wait;
}
body .ag-container {
    box-sizing: border-box;
    font-family: inherit;
    position: fixed;
    padding: 100px 50px;
    width: 100%;
    z-index: 99999;
    opacity:0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    text-align: left;
    border-radius: 0;
    -webkit-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    left: 50%!important;
    top: 50%!important;
    box-shadow: 0px 0px 12px #000;
    font-weight: normal;
    background-image: url("../img/pattern_01.jpg");
}
.beer-glass-placeholder {
	display: inline-block;
	background-image: url("../img/404-placeholder-image.jpg");
	width: 400px;
	height: 400px;
	background-repeat: no-repeat;
	background-size: contain;
}
body .ag-container h2 {
    margin:0 0 30px 0;
    font-size:34px;
    border: none;
    padding: 0;
    font-family: 'Righteous', cursive;
		text-transform: uppercase;
}
body .ag-container h3 {
    color:#649D09;
    margin-bottom:5px;
    margin-top:15px;
    font-size:26px;
}
body .ag-container p {
    margin: 0;
    font-size: 18px;
    color: #333;
    line-height: 1.6;
}
body .ag-container p strong {
    color:#FF1F1F;
}
body .ag-container select,
body .ag-container input {
    box-sizing: border-box;
    color:#000;
    padding: 15px 30px;
    font-size: 15px;
    line-height: 1.5;
    border-radius: 3px;
    margin-right:5px;
    border: 2px solid #fbab27;
    display: inline-block;
    background-color: transparent;
		font-weight: bold;
		width: 100%;
}
body .ag-container input.action {
	text-transform: uppercase;
}
body .ag-container .errors  {
    box-sizing: border-box;
    margin:0 0 20px 0;
    font-size: 12px;
    line-height: 18px;
    color:#FF1F1F;
}
body .ag-container .errors ul,
body .ag-container .errors li {
    box-sizing: border-box;
    padding:0 0 3px 0;
    margin:0 0 0 0;
    list-style:none;
}
body .ag-container .errors li span {
    box-sizing: border-box;
    font-size:9px;
    background:#ebebeb;
    border:1px solid #ccc;
    width: 14px;
    height:14px;
    border-radius:7px;
    display:inline-block;
    color:#FF1F1F;
    font-weight: bold;
    text-align: center;
    margin-right:5px;
    line-height: 13px;
    position:relative;
    top:-2px;
    text-shadow: 1px 1px 0 #fff;
    font-family:arial;
}
body .ag-container .fields {
    /* box-sizing: border-box; */
    /* clear:none; */
    margin: 0;
}
body .ag-container p.small {
	font-size: 15px;
	color: #666;
}

body .ag-container form label {
	text-transform: uppercase;
}

.eu-logos {
	margin-top: 30px;
	margin-bottom: 20px;
}

.prefooter a,
.eu-logos a {
	color: #666;
}

.eu-logos img {
	height: 50px;
	display: inline-block;
	margin: 0 15px;
}

.eu-logos a img,
.eu-logo img {
    display: block;
    margin: 0 auto;
		margin-bottom: 5px;
		max-height: 45px;
}

span.eu-logo {
    text-align: center;
    height: 50px;
    display: block;
    float: left;
    font-size: 11px;
		line-height: 1.2;
}

.eu-notice {
	margin-top: 25px;
	font-size: 12px;
	color: #666;
}

.form-style fieldset {
    float: left;
}

.form-style .btn-toolbar {
    margin-top: 25px;
    float: left;
    margin-left: 10px;
}

.ag-container .content {
    padding: 30px;
    border-top: 2px dashed #fbab27;
    border-bottom: 2px dashed #fbab27;
    margin: 30px 0;
}

.ag-container .field .description {
    font-size: 12px;
    color: #666;
    margin-top: 5px;
		display: block;
}

.form-style .message {
    /* position: absolute; */
    font-size: 11px;
    padding: 15px 0px;
    /* bottom: 0; */
    text-align: center;
    border-radius: 3px;
    width: 100%;
    margin-bottom: 20px;
    font-weight: bold;
		color: red;
}

.form-style {
    position: relative;
    display: inline-block;
}

.form-style .message.bad {
    background-color: red;
    color: #fff;
}
.form-style .message.bad a {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dashed;
}
.form-style .message.bad a:hover,
.form-style .message.bad a:focus {
	color: #fff;
	text-decoration: none;
	border-bottom: none;
}
.form-style .message.good {
    background-color: green;
    color: #fff;
}

.card-placeholder p.abv-value, .card-placeholder p.ibu-value {
    float: left;
    width: 50%;
    margin: 0;
    padding: 10px;
    text-align: left;
    color: #fbab27;
}

.card-placeholder p.abv-value {
    border-left: 2px dashed #fbe3ba;
    padding-left: 15px;
    padding-top: 15px;
    height: 100%;
}

.card-placeholder p.ibu-value span {
    margin: 0;
    color: #fbe3ba;
    display: block;
}

.product-item .card-placeholder .product-title {
	font-size: 18px;
	letter-spacing: 1px;
}

.card-placeholder .abv-value span {
    color: #fbe3ba;
    display: block;
}

.card-placeholder-top {
    height: 50%;
		position: relative;
}

.card-placeholder-top .pos-bottom {
	padding: 15px 10px;
}

.card-placeholder p.ibu-value {
    text-align: right;
    padding-right: 15px;
    padding-top: 15px;
}

.card-placeholder-bottom {
    height: 50%;
    border-top: 2px dashed #fbe3ba;
}

.page-section .content-element__title:after,
.page-section-hero-articles-first .page-title:after {
    position: absolute;
    content: "";
    width: 600%;
    top: 51%;
    left: 100%;
    border-bottom: 1px solid #fbe3ba;
}

.page-section-category-third .content-element__title:after,
.page-section.style-light .content-element__title:after,
.page-section.page-section-hero .content-element__title:after {
	display: none;
}

.faq-category .category-questions {
	padding: 0;
	box-shadow: none;
	margin: 0;
	margin-bottom: 30px;
}

.category-questions p:not(:last-of-type) {
	border-bottom: 0;
	padding-bottom: 0;
}

.category-questions {
	color: #666;
}

	.faq-category .panel-group .panel {
		border-radius: 0;
	}

	.faq-category .panel-default > .panel-heading {
		background-color: transparent;
		border: none;
		border-bottom: 2px dotted #a57000;
		border-radius: 0;
		box-shadow: none;
	}

	.faq-category .faq-categories {
		margin-top: 90px;
		position: relative;
	}

	.faq-category .panel-group .panel-heading+.panel-collapse>.panel-body {
		border-top: none;
		font-size: 16px;
		line-height: 1.6;
		padding: 15px;
	}

	.faq-category .panel-title {
		font-size: 18px;
    font-weight: bold;
    line-height: 1.3;
	}

	.faq-category .panel-title a {
    padding-right: 36px;
    position: relative;
		display: block;
	}

	.faq-category .panel-title a:after {
		background-color: #333333;
    width: 24px;
    height: 24px;
    content: ">";
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: center;
    font-family: 'Righteous', cursive;
    border-radius: 50%;
    color: #f5d896;
		font-size: 19px;
    padding: 1px;
		line-height: 1.17;
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
		-webkit-transition: -webkit-transform 0.3s ease-in-out 0s;
		transition: -webkit-transform 0.3s ease-in-out 0s;
		transition: transform 0.3s ease-in-out 0s;
		transition: transform 0.3s ease-in-out 0s, -webkit-transform 0.3s ease-in-out 0s;
	}

	.faq-category .panel-opened .panel-title a:after {
		-webkit-transform: rotate(-90deg);
		-moz-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		-o-transform: rotate(-90deg);
		filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	}

	.faq-category-image {
		float: right;
		max-width: none;
		position: relative;
		right: -15px;
	}

	.faq-article-image {
		float: left;
		margin-right: 15px;
		margin-bottom: 10px;
		border: 1px solid #a57000;
		border-radius: 3px;
	}

	.faq-holder .page-header .page-title,
	.faq-category .page-header .page-title {
		padding-bottom: 20px;
		margin-bottom: 30px;
		border-bottom: 2px dashed #a57000;
		line-height: 1;
	}

	.faq-holder .page-header .page-title {
		font-size: 4em;
	}

	.faq-category .intro-content {
		font-size: 20px;
		line-height: 1.6;
	}

	img.faq-category-image__left {
		max-width: none;
		position: relative;
		right: -15px;
	}

	.faq-category-inner h4 {
		border-bottom: 2px dashed #a57000;
		text-transform: uppercase;
		padding-bottom: 10px;
		font-size: 23px;
		font-family: 'Righteous', cursive;
	}

	.faq-category-inner h4 a {
		color: #333333;
	}

	.faq-category-inner h4 a.current,
	.faq-category-inner h4 a.section {
		text-decoration: underline;
	}

	.faq-category-inner p { margin-bottom: 0; font-size: 15px; overflow: hidden; height: 84px; }

	.separator {
		height: 45px;
	}

	.page-section.page-section-social {
	    padding: 0;
			overflow: hidden;
	}

	.page-section-social .ilustration {
		position: absolute;
    right: 0;
    z-index: -1;
    top: -175%;
	}

	.product-category .page-section-content img.right {
		margin-right: 0;
		margin-top: -5em;
	}

	.product-category .page-section-products .container {
		/* border-top: 2px dashed #a57000; */
	}

	.faq-article .page-title {
		font-family: 'Montserrat', -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
		font-weight: bold;
		margin-bottom: 0;
		font-size: 36px;
		text-transform: none;
		letter-spacing: 0;
	}

	.section-faq-related h3 {
		font-family: 'Montserrat', -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
		font-weight: bold;
		margin-top: 0;
		margin-bottom: 30px;
	}

	.section-faq-related .outside-container,
	.location-page .page-section-locations .outside-container {
	    border-top: 2px dashed #a57000;
	}

	.location-page .page-section-locations .outside-container {
		min-height: auto;
	}

	.faq-article .content {
		border: none;
		margin: 0;
		padding: 0;
	}

.element {
	/* overflow: hidden; */
}

.wall-of-people ul {
	list-style: none;
	display: block;
	padding: 0;
	margin: 0;
}

.wall-of-people ul li {
	float: left;
	width: 25%;
	text-align: left;
	position: relative;
	padding-left: 20px;
	margin-bottom: 5px;
}
.page-section-locations .left-aligned img.ilustration {
	max-width: 700px;
	position: absolute;
	top: -30px;
	left: -75px;
}

.article-category-list .category {
    display: block;
    text-align: left;
    font-weight: bold;
    text-transform: none;
    font-size: 18px;
    margin-bottom: 15px;
}

.tag-collection.article-category-list {
    padding-left: 30px;
}

.article-category-aside h3 {margin-top: 0;margin-bottom: 30px;font-size: 30px;border-bottom: 2px dashed #a57000;/* display: inline-block; */font-weight: bold;padding-bottom: 10px;}

.team div.leftAlone {
	width: 50%!important;
	padding: 0 10px;
	margin-bottom: 30px;
	display: block;
	float: left;
	height: 100%;
}

.team img {
	border-radius: 50%;
	margin-bottom: 5px;
}

.text-center.team {
	overflow: hidden;
	margin: 0 -10px;
	margin-bottom: 30px;
	margin-top: 25px;
	display: flex;
  flex-wrap: wrap;
}

.team .caption {
	font-size: 13px;
}

.team .caption strong {
    text-transform: uppercase;
    font-family: 'Righteous', cursive;
    font-weight: 400;
    color: #333;
    display: block;
    margin-bottom: 5px;
    font-size: 15px;
}

.masonry {
	-moz-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	-moz-column-gap: 15px;
	-webkit-column-gap: 15px;
	column-gap: 15px;
	-moz-column-fill: initial;
	-webkit-column-fill: initial;
	column-fill: initial;
}

.masonry-item { margin-bottom: 15px; }

@media (max-width: 360px) {
	.col-xxs-12 {
		width: 100%!important;
	}

	.form-style fieldset {
		width: 100%!important;
	}

	.form-style .btn-toolbar {
		width: 50%!important;
		margin-left: 0!important;
	}

	.prefooter-img,
	.eu-logos-img {
    margin-left: 5px!important;
    margin-right: 5px!important;
    height: 30px!important;
	}

	.eu-logo .prefooter-img { margin: 0 auto!important; }

	.section-products-popover-inner ol { padding-left: 70px; }
}

@media (max-width: 480px) {
	.page-section-banner > .container {
		padding-left: 0;
		padding-right: 0;
	}
	.newsletter-signup.wide {
		margin-left: 10px;
		margin-right: 10px;
	}
	.visible-xxs {
		display: block !important;
	}
	.newsletter-signup .button {
		margin-top: 10px;
	}
	.article-text {
		margin-top: -10em;
	}
	.navbar-header .navbar-brand {
		font-size: 34px;
	}
	.affix .pos-left-center {
		left: 22%;
	}
	.newsletter-form input {
		margin-right: 0;
	}
	.error-code {
		font-size: 120px;
		margin-bottom: 20px;
	}
	.error-page .page-title {
		font-size: 26px;
	}
	.error-page .social-nav li a {
		width: 45px;
		height: 45px;
	}
	.contact-form .field {
		width: 100%!important;
	}
	.page-section .content-element__title,
	.page-section-products.related h2,
	#gmapholder .page-title,
	.location-category .page-title,
	.location-page .page-title,
	.page-header .page-title,
	.contact .page-title {
		font-size: 2.3em!important;
	}
	.contact .page-title {
		padding: 0 0 15px;
	}
	.contact-info h3,
	.contact-info ul {
		padding: 30px 0px!important;
	}
	.location-page .location-title {
		font-size: 2em;
	}
	.page-section-newsletter .newsletter-form input.email {
		width: 100%!important;
	}
	.location-category ul li,
	.location-page ul,
	.page-section-articles .grid-list .col-sm-3 {
		width: 100%!important;
	}
	#gmapholder {
		height: 300px!important;
	}
	.beer-logo-wrap {
		display: none;
	}
	.product-main-details-wrap {
		width: 100%;
		margin-left: 0;
	}
	.section-products-popover-inner {
		padding: 90px 0px!important;
	}
	.article-item span.date.pull-right {
		width: 100%;
		text-align: right;
	}
	.article-page .article-item .pos-bottom {
		max-width: 100%;
		padding: 10px;
	}
	.article-page .article-item .subtitle {
		font-size: 10px;
	}
	.article-page .article-item a .title {
		font-size: 16px;
	}
	.article-page .article-item .pos-abs .lead-txt {
		font-size: 12px;
	}
	.article-page .gallery-item {
		width: 50%;
	}
	.col-xxs-12 {
		width: 100%!important;
	}
	.page-section-hero-articles-first .articles-right .article-item .title {
		font-size: 21px!important;
		margin-top: 1rem;
	}

	.location-details-wrapper .social-nav li { float:left; }

	.location-page ul li,
	.page-section-locations .col-sm-4,
	.location-details-wrapper .social-nav .website {
		width: 100%!important;
	}

	.location-page .social-nav li { width: auto!important; }

	.location-page .gallery-item { width: 33.333%!important; }
	.masonry {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
}

@media (max-width: 767px) {
	.no-scroll,
	.no-scroll body {
		overflow: hidden!important;
	}
	.active.navbar.affix-top {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
	}

	.prefooter { padding-bottom: 2em; }

	.eu-notice {
		margin-top: 28px;
		margin-bottom: 0;
  }

	.prefooter-img,
	.eu-logos img {
		display: inline-block;
		margin-top: 20px;
		margin-left: 10px;
		margin-right: 10px;
		height: 35px;
	}
	.prefooter a,
	.eu-logos a {
		width: 100%;
	}

	span.eu-logo { float: none; }

	body .faq-category .panel-title {
		font-size: 16px;
	}
	.navbar-header {
		margin-left: 0 !important;
	}
	.page-header {
		margin-bottom: 45px;
	}
	.button_container {
		position: absolute;
		right: 0px;
		height: 27px;
		width: 35px;
		cursor: pointer;
		float: right;
		display: block;
		z-index: 100;
		-webkit-transition: opacity .25s ease;
		transition: opacity .25s ease;
	}
	.button_container.active .top {
		-webkit-transform: translateY(11px) translateX(0) rotate(45deg);
		transform: translateY(11px) translateX(0) rotate(45deg);
		background: #000;
	}
	.button_container.active .middle {
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		background: #000;
	}
	.button_container.active .bottom {
		-webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
		transform: translateY(-11px) translateX(0) rotate(-45deg);
		background: #000;
	}
	.button_container span {
		background: #000;
		border: none;
		height: 5px;
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		-webkit-transition: all .35s ease;
		transition: all .35s ease;
		cursor: pointer;
	}
	.button_container span:nth-of-type(2) {
		top: 11px;
	}
	.button_container span:nth-of-type(3) {
		top: 22px;
	}
	.mobile-nav-overlay {
		position: fixed;
		background: #000;
		top: 0;
		margin-top: 54px;
		left: 0;
		width: 100%;
		height: 0%;
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		visibility: hidden;
		-webkit-transition: opacity .35s, visibility .35s, height .35s;
		transition: opacity .35s, visibility .35s, height .35s;
		overflow: hidden;
		z-index: 1000;
	}
	.mobile-nav-overlay.open {
		opacity: .9;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
		visibility: visible;
		height: 100%;
	}
	.mobile-nav-overlay nav {
		font-family: 'Righteous', cursive;
		font-weight: 400;
		text-transform: uppercase;
	}
	.mobile-nav-overlay ul {
		list-style: none;
		padding: 0;
		margin: 0 auto;
		display: block;
		position: relative;
		float: right;
		height: 100%;
	}
	.mobile-nav-overlay ul li {
		display: block;
		position: relative;
	}
	.mobile-nav-overlay ul li a {
		display: block;
		position: relative;
		color: #f9ebbe;
		letter-spacing: 0.5px;
		padding: 0;
	}
	.mobile-nav-overlay .navbar-nav__main li {
		margin: 15px 15px;
	}
	.mobile-nav-overlay .navbar-nav__main li a {
		text-decoration: none;
	}
	.mobile-nav-overlay .navbar-nav__main li a:hover,
	.mobile-nav-overlay .navbar-nav__main li a:focus,
	.mobile-nav-overlay .navbar-nav__main li a.section,
	.mobile-nav-overlay .navbar-nav__main li a.current {
		text-decoration: underline;
		background-color: transparent;
	}
	.navbar-nav__main {
		font-size: 24px;
		text-align: right;
	}
	.navbar-nav__footerbottom {
		font-size: 12px;
		text-align: center;
		padding-top: 10px!important;
		float: none!important;
		margin-top: 10px!important;
		border-top: 2px dashed #a57000;
	}
	.mobile-nav-overlay .social-nav li {
		width: 40px;
		height: 40px;
		margin-left: 5px;
		display: inline-block;
		float: none;
	}
	@-webkit-keyframes fadeInRight {
		0% {
			opacity: 0;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
			left: 20%;
		}
		100% {
			opacity: 1;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
			left: 0;
		}
	}
	@keyframes fadeInRight {
		0% {
			opacity: 0;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
			left: 20%;
		}
		100% {
			opacity: 1;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
			left: 0;
		}
	}
	.mobile-nav-overlay .navbar-nav__footerbottom li a {
		padding: 0;
    text-transform: initial;
    font-family: 'Montserrat', -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
	}
	.mobile-nav-overlay .navbar-nav__footerbottom li a:hover,
	.mobile-nav-overlay .navbar-nav__footerbottom li a:focus {
		text-decoration: none;
		background-color: transparent;
	}
	.mobile-nav-overlay .navbar-nav__footerbottom li:first-child {
		border: none;
		margin: 0;
		padding: 0;
	}
	.mobile-nav-overlay ul.social-nav {
		margin-bottom: 10px;
		padding-bottom: 10px;
		border-bottom: 2px dashed #a57000;
		float: none;
		overflow: hidden;
		padding-top: 10px;
		padding-right: 15px;
		text-align: right;
	}
	.footer-menu__bottom {
		margin-top: 10px;
	}
	.lead-img .pos-top,
	.lead-img .pos-bottom {
		position: relative;
		left: auto;
		top: auto;
		bottom: auto;
		right: auto;
		text-align: left;
		max-width: none;
	}
	.article-page .bio-content {
		font-size: 13px;
	}
	.article-item.other .pos-bottom {
		padding-bottom: 5px;
	}
	.copyright {
		font-size: 11px;
		text-align: center;
	}
	.copyright.pull-right {
		float: none!important;
	}
	blockquote {
		font-size: 18px;
		padding-left: 11px;
		padding-right: 11px;
	}
	.blockquote-left {
		margin-left: 0;
		width: 100%;
		max-width: 100%;
	}
	.blockquote-right {
		margin-right: 0;
		width: 100%;
		max-width: 100%;
	}
	.blockquote-inline {
		max-width: 100%;
	}
	.author .author-image {
		display: block;
		float: left;
		margin-bottom: 0;
		margin-right: 15px;
		width: 90px;
	}
	.author-image img {
		border-width: 3px;
	}
	.article-header,
	.article-header.with-media {
		padding: 0 0 0;
	}
	.article-page .author-title {
		text-align: left;
		font-size: 16px;
	}
	.article-page .bio-content {
		text-align: left;
		line-height: 1.3;
	}
	.sidecontent {
		margin-top: 30px;
	}
	.main-navigation .social-nav {
		display: none;
	}
	.article-item-left > .image,
	.newsletter-signup .left-wrap {
		text-align: left;
		margin-bottom: 15px;
	}
	.margb-sm-10 {
		margin-bottom: 10px;
	}
	.article-item-left a > span,
	.article-item-left a > picture {
		background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
		float: left;
		height: auto;
		left: auto;
		margin-right: 10px;
		position: relative;
		width: 47.5%;
	}
	.article-item-left a > .pos-bottom,
	.article-item.columnist .pos-bottom,
	.gallery-slider .img-credits {
		position: relative;
	}
	.page-section-articles .col-sm-3,
	.page-section-articles .col-sm-6 {
		margin-bottom: 30px;
	}
	.full-image .pos-bottom {
		bottom: 0;
		padding: 0;
	}
	.article-item-left .title {
		color: #0d0d0d;
		text-shadow: none;
		font-size: 18px !important;
	}
	.sm-fs-26 {
		font-size: 26px !important;
	}
	.sm-fs-18 {
		font-size: 18px !important;
	}
	.sm-fs-14 {
		font-size: 14px !important;
	}
	.article-page .author > div {
		background-color: #fff;
		overflow: hidden;
		margin: 0;
		padding: 15px;
		padding-bottom: 0;
	}
	.article-images {
		margin-bottom: 3em;
	}
	.visible-ib-xs {
		display: inline-block !important;
	}
	.page-header.with-img .page-title {
		font-size: 54px;
	}
	.page-header.with-img .sub-title {
		font-size: 18px;
	}
	.navbar-header {
		float: left;
		text-align: center;
		width: 100%;
		position: relative;
	}
	.navbar-header > .navbar-brand {
		float: left;
		padding-right: 0;
	}
	.main-navigation {
		display: block;
		float: right;
	}
	.share table {
		display: inline-block;
	}
	.page-header > .page-title {
		word-wrap: break-word;
	}
	.inner-details > h3 {
		font-size: 20px;
	}
	.page-section-first .article-item.main .title {
		font-size: 30px;
	}
	.article-inner .image {
		margin-bottom: 10px;
	}
	.newsletter-signup .button {
		float: none;
		display: inline-block;
	}
	.footer-top {
		padding-top: 3em;
	}
	.footer-top .contact-info.pull-right {
		float: none!important;
		text-align: center;
		margin-top: 3em;
	}
	.footer .navbar-brand > img {
		margin: 0 auto 0.5em;
	}
	.footer-bottom {
		padding-top: 0;
	}
	.footer .social {
		text-align: right;
	}
	.footer .social-nav li {
		margin-right: 0;
	}
	.newsletter-form input {
		padding: 15px;
	}
	.footer .newsletter-form .button {
		height: 26px;
		padding: 0;
	}
	.article-text {
		padding: 1em 1em 0;
	}
	.article-lead,
	.article-content {
		font-size: 16px;
	}
	.article-item.main .title {
		font-size: 28px;
	}
	.articles-column .article-item .title {
		font-size: 24px;
	}
	.page-section-category-second .page-header>.page-title {
		font-size: 35px;
		padding-bottom: 0.5em;
	}
	.page-section-videos .article-item .image img {
		height: auto;
	}
	.pos-left-center {
		left: auto;
		-webkit-transform: translate(0,0);
		        transform: translate(0,0);
		position: relative;
		display: block;
		float: left;
	}
	.main-navigation-wrap.text-center {
		padding-top: 0.5em;
		padding-bottom: 0.5em;
		text-align: left;
		display: block;
		float: left;
		width: 100%;
		height: auto;
	}
	img.logo-img {
		height: 36px;
		margin: 0;
	}
	button.btn.search-btn-activate {
		height: 36px;
		font-size: 36px;
	}
	.article-item.article-item-1 {
		margin-bottom: 20px!important;
	}
	.author-image .no-img {
		width: 166px;
		height: 166px;
		border-width: 3px;
	}
	.pre-header,
	.pre-header.with-forehead {
		background-image: none;
		background-color: #000;
		height: 150px;
		position: relative;
	}
	.pre-header .container {
		position: static;
	}
	.pre-header-img,
	.forehead-img {
		display: none;
		visibility: hidden;
	}
	.pre-header-logo {
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		height: 105px;
		width: 70px;
	}
	.product-detail-inner p.abv-value,
	.product-detail-inner p.ibu-value,
	.product-detail-inner .beer-style {
		font-size: 14px;
	}
	.product-main-details-wrap .product-title {
		font-size: 30px;
	}
	.product-item {
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content;
		margin: 0 auto 3em;
		text-align: center;
	}
	.page-section-products .content-element__title {
		width: auto;
		display: block;
	}
	.page-section-products .content-element__title,
	.page-header .page-title,
	.page-section .content-element__title,
	.page-section-products.related h2,
	#gmapholder .page-title,
	.location-category .page-title,
	.location-page .page-title,
	.contact .page-title {
		font-size: 4em;
	}
	.page-section-social .social-nav {
		display: table;
		margin: 0 auto;
	}
	.location-category .page-title,
	.location-page .page-title {
		margin-bottom: 0.5em;
	}
	.location-category .page-header .page-title {
		max-width: 100%;
	}
	.page-section-products .content-element__title,
	.page-section-products.related h2 {
		margin-bottom: 0!important;
	}
	.page-section-newsletter .content-element__content {
		width: 100%;
	}
	.page-section-newsletter .newsletter-form fieldset,
	.page-section-newsletter .newsletter-form .button-toolbar {
		width: 100%;
		float: right;
	}
	.page-section-newsletter .newsletter-form input.email,
	.page-section-newsletter .newsletter-form .action {
		float: right;
		width: 70%;
	}
	.location-category ul li {
		width: 49%;
	}
	.location-page ul li {
		width: 49%;
	}
	#gmapholder {
		height: 400px;
	}
	.contact-info ul li {
		width: 100%;
	}
	.contact-form {
		padding-top: 0!important;
	}
	.page-section-products .section-content {
		margin: 0!important;
		-webkit-column-count: 1!important;
		   -moz-column-count: 1!important;
		        column-count: 1!important;
	}
	.product-category .page-section-content p {
		display: none;
	}
	.product-category .page-section-content .outside-container {
		padding-top: 0;
	}
	.location-category .page-section-locations .outside-container.pattern,
	.faq-holder .outside-container.pattern,
	.faq-category .outside-container.pattern {
		padding-bottom: 0;
	}
	.badge-list {
		margin-top: 45px!important;
	}
	.product-page .veralign {
		display: block;
	}
	.outside-container {
		padding: 45px 0;
	}
	.product-main-details {
		width: 100%;
		margin-left: 0;
	}
	.section-products-popover-inner {
		padding: 90px 50px;
	}
	.footer .newsletter-form {
		margin-top: 30px;
	}
	.footer-menu__bottom > li {
		float: none;
		border: none;
		margin: 0;
		margin-bottom: 5px;
		padding: 0;
	}
	.page-section-newsletter .content-element__content {
		font-size: 16px;
	}
	.faq-category-inner,
	.faq-holder .page-header,
	.faq-category .page-header {
		margin-bottom: 45px;
	}
	.faq-category .faq-categories {
		margin-top: 45px!important;
		padding-top: 45px!important;
	}
	img.faq-category-image__left {
		right: 0!important;
		margin: 0 auto;
	}
	.page-section-hero-articles-first .article-item .title,
	.page-section-hero-articles-first .article-item .lead-txt {
		width: 100%;
		font-size: 21px;
	}
	.article-author-section .author-image,
	.author-page .author-image {
		display: block;
		text-align: center;
	}
	.article-author-wrap {
		text-align: center;
	}
	.article-page .article-author-wrap .social-nav {
		float: none;
		display: table;
		margin: 10px auto 0;
	}
	.authors-list,
	.article-item.other.last {
		margin-bottom: 0;
	}
	.author-page .social-nav {
		display: table;
		margin: 0 auto;
	}
	.author-page .page-header,
	.author-page .bio-content,
	.tags .breadcrumbs {
		text-align: center;
	}
	.author-page .bio-content {
		max-width: 100%;
	}
	.page-header .page-title.author-name {
		line-height: 1.1;
	}
	.content img.left {
		margin: 1em auto;
		float: none;
	}
	.page-section-articles .grid-list .col-sm-3 {
		float: left;
		width: 50%;
	}
	.article-item.featured img {
		margin-bottom: 10px;
	}
	.table-responsive {
		border: 2px solid #a57000;
		border-radius: 3px;
		margin-top: 45px;
		margin-bottom: 0;
	}
	.header .navbar-brand > img {
		height: 30px;
	}
	.ag-container:before,
	.ag-container:after {
		height: 35px;
	}
	body #cookie_container {
		padding: 15px;
	}
	body .cookie_inner p {
		font-size: 12px;
		line-height: 1.3;
	}
	body #setCookie {
		margin-left: 5px;
		margin-bottom: 6px;
		font-size: 12px;
	}
	.product-category .page-section-content-image .col-sm-6 img,
	.wall-of-people .page-section-content-image .col-sm-6 img {
		display: none;
	}
	.author-page .article-wrap {
		margin-top: 0;
	}
	img.left {
		margin-right: 1em;
		margin-left: -3em;
	}
	.wall-of-people ul li {
		width: 100%!important;
	}
	.article-content div.right,
 	.article-content div.left {
		margin: 1em auto;
	}
	.embed {
		width: auto!important;
	}
	.embed .twitter-tweet {
		width: -webkit-min-content!important;
		width: -moz-min-content!important;
		width: min-content!important;
		margin: 0 auto;
	}
	img.left,
	 img.right {
		float: none;
		margin: 1em auto;
	}
	.card-placeholder {
		position: relative!important;
		opacity: 1!important;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		background-color: transparent!important;
		color: #000!important;
	}
	.card-placeholder .pos-abs {
		position: relative!important;
	}
	.card-placeholder .product-title,
	.card-placeholder p.abv-value,
	.card-placeholder p.ibu-value {
		color: #a36d00!important;
	}
	.card-placeholder-bottom {
		border-top: 2px dashed #000!important;
	}
	.card-placeholder p.abv-value span,
	 .card-placeholder p.ibu-value span {
		color: #000!important;
	}
	.card-placeholder p.abv-value {
		border-left: none!important;
	}
	.card-placeholder .beer-style {
		font-size: 14px!important;
	}
	.card-placeholder .product-title {
		font-size: 26px!important;
	}
	body .ag-container {
		padding: 40px 0;
		-webkit-transform: none!important;
		        transform: none!important;
		left: auto!important;
		top: 0!important;
		margin-right: 0!important;
		margin-left: 0!important;
	}
	.ag-container .content {
		padding: 15px 0;
		margin: 15px 0 0;
	}
	/* body .eu-logos img {
		height: 40px;
		margin: 0 10px;
	} */
	body .ag-container p {
		font-size: 14px;
		line-height: 1.4;
	}
	body .ag-container h2 {
		margin: 0 0 20px 0;
		font-size: 18px;
	}
	body .ag-container input {
		padding: 10px;
	}
	body .ag-container p.small {
		font-size: 12px;
	}
	.form-style fieldset {
		width: 65%;
	}
	.form-style .btn-toolbar {
		width: calc(35% - 10px);
	}
	body .eu-logos {
		text-align: center;
	}
	.page-section-social .size-regular .social-nav li img {
    width: 60px;
    height: 60px;
	}
	.product-details-wrapper .main-img {
    margin: 0 auto 45px;
	}
	.table-responsive>.table>thead>tr>th,
	.table-responsive>.table>tbody>tr>th,
	.table-responsive>.table>tfoot>tr>th,
	.table-responsive>.table>thead>tr>td,
	.table-responsive>.table>tbody>tr>td,
	.table-responsive>.table>tfoot>tr>td {
		white-space: normal;
	}
	.page-section-hero-articles-first .article-item .pos-bottom {
		padding: 10px;
	}
	/* .articles-right .article-item .subtitle {
		font-size: 10px!important;
	} */
	.page-section-hero-articles-first .articles-right .article-item .title {
		font-size: 14px;
    margin-top: 10px;
    margin-bottom: 0;
    width: 100%;
	}
	.product-page .page-section-articles .col-lg-4 { padding: 0 30px; }

	.page-section-locations .col-sm-4 {
		width: 49%;
		display: inline-block;
	}

	.location-page .gallery-item { width: 25%; }

	.dnadesign__elemental__models__elementcontent { padding-bottom: 0; }

	.bar-wrapper { display: none!important; }
	.masonry {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }
}

@media (min-width: 768px) {
	.outside-container {
		width: 770px;
	}
	.mobile-nav-overlay {
		display: none;
	}
	.padd-r15 {
		padding-right: 15px;
	}
	.pull-lg-right,
	.pull-right {
		float: right;
	}
	.pull-left {
		float: left;
	}
	.banner-wrapper {
		float: right;
		margin-left: 2em;
	}
	.article-title {
		font-size: 40px;
	}
	.share-wrapper,
	.related-news {
		margin-top: 30px;
		padding-top: 30px;
	}
	.padd-l30 {
		padding-left: 30px;
	}
	.with-img .inner-details {
		padding-left: 15px;
	}
	.gallery-slider .item {
		height: 100%;
	}
	.gallery-slider.owl-theme .owl-controls .owl-buttons div {
		background-size: 50px 50px;
		border-radius: 50%;
		height: 60px;
		margin: -30px 0 0;
		position: absolute;
		top: 50%;
		width: 60px;
	}
	.gallery-slider .owl-prev {
		left: -30px;
		margin: 0;
	}
	.gallery-slider .owl-next {
		right: -30px;
		margin: 0;
	}
	.error-page .middle {
		position: absolute;
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%,-50%);
		        transform: translate(-50%,-50%);
	}
	.article-content div.left {
		margin-left: -2.5em;
		margin-right: 2em;
	}
	.article-content div.right {
		margin-right: -2.5em;
		margin-left: 2em;
	}
	img.left {
		margin-right: 2em;
		margin-left: -2.5em;
	}
	img.right {
		margin-left: 2em;
		margin-right: -2.5em;
	}
	.page-section-locations .outside-container {
		min-height: 490px;
		overflow: hidden;
	}
	.article-body .article-lead {
		padding: 0 7%;
	}
	.blockquote-inline {
		max-width: 60%;
		margin-left: -2.5em;
	}
	.blockquote-inline.right {
		margin-right: -2.5em;
	}
	.blockquote-fancy {
		max-width: 80%;
	}
	.element:not(:first-of-type) .page-section-articles .grid-list .article-item h3 {
		height: 66px;
		overflow: hidden;
	}
	.article-content div.left {
		float: left;
	}
	.article-content div.right {
		float: right;
	}
	.team div.leftAlone {
		width: 33%!important;
	}
	.masonry {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
	.main-navigation {
		position: relative;
	}
	.right-nav {
		height: auto;
		padding-top: 0;
		position: absolute;
		top: 10px;
		right: 0;
	}
	.header .navbar .container {
		width: auto;
	}
	.header .navbar-brand > img {
		height: 30px;
	}
	.main-navigation .main-nav-link,
	.product-detail-inner .beer-style,
	p.abv-value, p.ibu-value,
	.footer-menu a {
		font-size: 14px;
	}
	.main-navigation > .nav > li {
		padding-left: 10px;
		margin-left: 10px;
		margin-top: 5px;
	}
	p.ibu-value span {
		margin-right: 10px;
	}
	p.abv-value {
		margin-left: 10px;
	}
	.padd-r15 {
		padding-right: 5px;
	}
	.padd-t30 {
		padding-top: 20px;
	}
	.author-image {
		display: block;
	}
	.newsletter-signup .email {
		max-width: 320px;
	}
	.footer-bottom .footer-menu a {
		font-size: 12px;
	}
	.article-page .bg-gray {
		max-width: 320px;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.vertical-img img {
		width: 195px;
	}
	.latest-news .image .title {
		color: #fff;
	}
	.page-section-hero-articles-first .articles-right .article-item .title {
		font-size: 14px;
		margin-top: 10px;
		margin-bottom: 0;
		width: 100%;
	}
	.page-section-hero-articles-first .article-item.main .title {
		font-size: 30px;
		max-width: 90%;
	}
	/* .navbar-locale > li > a {
		padding: 16px 0;
	} */
	.articles-column .article-item .title {
		font-size: 24px;
	}
	.articles-column .article-item.small .title {
		font-size: 19px;
	}
	.page-section-category-second-second-row .article-item.small .title {
		overflow: hidden;
		height: 95px;
	}
	.articles-column .article-item-column-2-1 .title {
		height: 22px;
		overflow: hidden;
	}
	.page-section-articles-second .articles-column-3 .content {
		height: 88px;
		overflow: hidden;
	}
	.article-item .subtitle.pos-abs {
		margin: 10px;
	}
	.pos-bottom {
		padding: 10px;
	}
	.page-section-category-third .article-item .title,
	.page-section-category-third .article-item .lead-txt {
		max-width: 100%;
	}
	.page-section-videos .article-item .title {
		font-size: 18px;
	}
	.affix .pos-left-center {
		left: 59%;
	}
	.author-image .no-img {
		width: 127.5px;
		height: 127.5px;
	}
	.pre-header {
		height: 235px;
	}
	.pre-header-logo {
		width: 85px;
	}
	.pre-header-img {
		width: 645px;
	}
	.pre-header-img,
	.pre-header.with-forehead,
	.forehead-img {
		height: 200px;
	}
	.error-page .social-nav li a {
		width: 70px;
		height: 70px;
	}
	.contact-form .field {
		width: 100%!important;
	}
	.page-section-products .content-element__title {
		text-align: center;
	}
	.tab-badge-holder {
		margin: 0 auto;
	}
	.page-section-newsletter .newsletter-form fieldset,
	.page-section-newsletter .newsletter-form .button-toolbar {
		width: 100%;
		float: right;
	}
	.page-section-articles .col-sm-3 {
		width: 50%;
		margin-bottom: 30px;
	}
	.page-section-newsletter .content-element__content,
	.page-section-locations .col-sm-3,
	.contact-info ul li {
		width: 100%;
	}
	.page-section-locations .col-sm-4 {
		width: 50%;
	}
	.page-section-social .ilustration {
		right: -65px!important;
		max-width: 465px;
		top: -115%!important;
	}
	.page-section-locations .left-aligned img.ilustration {
		max-width: 500px!important;
	}
	.product-category .page-section-content img.right {
		width: 45%;
		margin-top: 0!important;
	}
	.product-details-wrapper .main-img {
		margin: 0 auto 45px;
	}
	.product-main-details {
		width: 100%;
		margin-left: 0;
	}
	.location-category ul li,
	.location-page ul li {
		width: 32%;
	}
	.author-page .social-nav li {
		margin-right: 0;
		width: 36px;
		font-size: 12px;
	}
	.contact .page-title {
		font-size: 3.5em;
	}
	.blockquote-left {
		margin-left: 0;
		width: 100%;
		max-width: 100%;
	}
	.blockquote-right {
		margin-right: 0;
		width: 100%;
		max-width: 100%;
	}
	.wall-of-people ul li {
		width: 50%!important;
	}
	body .ag-container {
		padding: 60px 15px;
	}
	body .ag-container .container {
		width: auto;
	}
	body .ag-container .content {
		padding: 15px;
		margin: 15px 0;
	}
	body .eu-logos img {
		height: 45px;
	}
	.eu-logos span,
	.eu-logos-img {
		margin: 0 10px!important;
	}
	body .ag-container p {
		font-size: 16px;
	}

	.location-page .gallery-item { width: 25%; }

	.location-page .page-title { margin-bottom: 0.5em; }

	.bar-wrapper {
		width: 66px!important;
		height: 110px!important;
		bottom: 80px!important;
	}

	.bar-wrapper .bar {
		max-height: 91px!important;
		bottom: 12px!important;
		width: 66px!important;
	}

	.masonry {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }

}

@media (min-width: 992px) {
	.outside-container {
		width: 1000px;
	}
	.gallery-slider .caption {
		width: 220px;
		height: 360px;
		position: absolute;
		z-index: 99;
		top: 50%;
		-webkit-transform: translate(0px,-50%);
		transform: translate(0px,-50%);
		background-color: rgba(255,255,255,0.8);
	}
	.gallery-slider .caption.transparent {
		background-color: rgba(255,255,255,0.8);
	}
	.gallery-slider .caption.left {
		left: 40px;
	}
	.gallery-slider .caption.right {
		right: 40px;
	}
	.pre-header.with-forehead,
	.forehead-img {
		height: 200px;
	}
	.team div.leftAlone {
		width: 14.2581%!important;
	}
	.text-center.team {
		margin: 0 -150px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.inner-bg,
	.padd-md-20 {
		padding: 20px;
	}
	.sc-image-full {
		margin-left: -20px;
		margin-right: -20px;
	}
	blockquote.left {
		margin-left: -20px;
	}
	.sc-image-full .img-desc {
		margin: 0 20px;
	}
	.article-title {
		font-size: 44px;
	}
	.page-section-first .article-item.main .title,
	.tags .page-header .page-title {
		font-size: 36px;
	}
	.page-section-first .article-item .title {
		font-size: 23px;
	}
	.article-item.other.small .title {
		margin-top: 5px;
		font-size: 14px;
	}
	.page-section-hero-articles-first .articles-right .article-item .title {
		font-size: 21px;
	}
	.social-nav li {
		margin: 0;
	}
	.page-section-articles-second .articles-column-3 .content {
		height: 108px;
		overflow: hidden;
	}
	.page-section-articles-second .article-item-1 .lead-txt {
		height: 84px;
		overflow: hidden;
	}
	.articles-column-2 .article-item-column-2-1 .title {
		height: 48px;
		overflow: hidden;
	}
	.page-section-hero-articles-first .article-item.main .title {
		max-width: 90%;
	}
	.pre-header {
		height: 290px;
	}
	.pre-header-logo {
		width: 100px;
	}
	.pre-header-img {
		width: 830px;
	}
	.pre-header.with-forehead,
	.forehead-img {
		height: 230px;
	}
	.element:not(:first-of-type) .page-section-articles .article-author-and-category {
		height: 52px;
		overflow: hidden;
	}
	.page-section-locations .left-aligned img.ilustration {
		max-width: 460px!important;
	}
	img.faq-category-image__left {
		right: 30px!important;
	}
	.article-item.other .pos-bottom {
		padding: 5px;
	}
	.wall-of-people ul li {
		width: 33%!important;
	}

	.eu-logos img {
    height: 45px;
    margin: 0 8px;
	}
}

@media (min-width: 1200px) {
	body .cookie_inner {
		width: 1140px;
	}
	.sc-image-full {
		margin-left: -5em;
		margin-right: -5em;
	}
	blockquote.left {
		margin-left: -30px;
	}
	.sc-image-full .img-desc {
		margin: 0 30px;
	}
	.article-title {
		font-size: 48px;
	}
	.intro-content {
		font-size: 20px;
	}
	.intro-content > p > a {
		font-size: 16px;
	}
	.page-section-hero-articles-first .article-item .lead-txt {
		font-size: 16px;
	}
	.pre-header.with-forehead,
	.forehead-img {
		height: 300px;
	}
	.outside-container {
		width: 1260px;
	}
	.article-body .article-lead {
		padding: 0 14%;
	}
}

@media (min-width: 1600px) {
	.page-section-hero-articles-first .article-item.main .title {
		max-width: 80%;
	}
	.page-section-hero-articles-first .article-item .lead-txt {
		font-size: 18px;
		max-width: 75%;
	}
	.pre-header.with-forehead,
	.forehead-img {
		height: 395px;
	}
	.product-page .article-item {
		margin: 0!important;
	}
}
