/*  
Theme Name: Brandit
Theme URI: 
Description: 
Version: 
Author: 
Author URI: 
License:
License URI: 
*/

/* Reset Styles */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, font, img, ins, kbd, q, s, samp, small, strike, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }
:focus { outline: 0; }
body { line-height: 1; color: black; background: white; }
ol, ul { list-style: none; }
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
div, nav, header, footer, aside { display: block; }


::selection {
	color: #FFF;
  background: #ff0202; /* WebKit/Blink Browsers */
}
::-moz-selection {
	color: #FFF;
  background: #ff0202; /* Gecko Browsers */
}

/* General Structure */

body.home {
	background: #000;
	text-align: center;
	font-family: Georgia, Times, serif;
	font-size: 16px;
	color: #333;
}
body.home {
	height: 100%;
	position: fixed;
	opacity: 0; filter: alpha(opacity=0);
}
	
	a { color: #ff0202; text-decoration: none; }
	a:hover { color: #000; }
	
	.clearfix { display: block; clear: both; }

	input[type="text"],
	input[type="email"],
	textarea,
	input[type="submit"] {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		border-radius: 0px;
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
	}
	
	
/* Section */

	.onepage-pagination { display: none; }
	.section {
		position: relative;
		width: 100%;
		height: 100%;
		display: block;
	}
		.section .section-panel {
			height: 100%;
			float: left;
			width: 100%;
			position: relative;
		}
		.slick-slider .slick-track,
		.slick-slider .slick-list { height: 100%; }

		.slick-arrow {
			position: absolute;
			z-index: 10;
			left: 0px;
			top: 50%;
			width: 50px;
			height: 50px;
			background: url(./images/arrow-left.png) no-repeat center center;
			margin: -25px 0 0 0;
			text-indent: -9999px;
			border: none;
			cursor: pointer;
		}
		.slick-next {
			left: auto;
			right: 0px;
			background: url(./images/arrow-right.png) no-repeat center center;
		}
		.arrow-section-up {
			position: absolute;
			z-index: 10;
			left: 50%;
			top: 0px;
			width: 50px;
			height: 50px;
			background: url(./images/arrow-up.png) no-repeat center center;
			margin: 0 0 0 -25px;
			text-indent: -9999px;
			border: none;
			cursor: pointer;
			display: none;
		}
		.arrow-section-down {
			position: absolute;
			z-index: 10;
			left: 50%;
			bottom: 0px;
			width: 50px;
			height: 50px;
			background: url(./images/arrow-down.png) no-repeat center center;
			margin: 0 0 0 -25px;
			text-indent: -9999px;
			border: none;
			-o-transition: bottom .2s ease-out;
			-moz-transition: bottom .2s ease-out;
			-webkit-transition: bottom .2s ease-out;
			transition: bottom .2s ease-out;
			cursor: pointer;
		}
		.arrow-section-down.in-work { bottom: 45px; }
	
	@media all and (min-width: 1024px) {
		
		.slick-arrow:hover {
			background-image: url(./images/arrow-left-red.png);
		}
		.slick-next:hover {
			background-image: url(./images/arrow-right-red.png);
		}
		.arrow-section-up:hover {
			background-image: url(./images/arrow-up-red.png);
		}
		.arrow-section-down:hover {
			background-image: url(./images/arrow-down-red.png);
		}

	}

	
	/* Logo */

	#logo {
		position: fixed;
		top: 0px;
		left: 0px;
		z-index: 1000;
		width: 246px;
		/*opacity: 0.8;
		filter: alpha(opacity=80);
		-o-transition: opacity .2s ease-out;
		-moz-transition: opacity .2s ease-out;
		-webkit-transition: opacity .2s ease-out;
		transition: opacity .2s ease-out;*/
	}
	#logo:hover {
		opacity: 1;
		filter: alpha(opacity=100);
	}
		#logo img { max-width: 100%; height: auto; display: block; }
		#logo img.hover { display: none; }
		@media all and (min-width: 1024px)  {
			#logo:hover img { display: none; }
			#logo:hover img.hover { display: block; }
		}


	/* Nav */

	.toggle-nav {
		position: fixed;
		top: 0px;
		right: 0px;
		width: 53px;
		height: 53px;
		background: url(./images/nav-lines.png) no-repeat center center rgba(0,0,0,0.8);
		z-index: 1000;
	}
	nav#nav {
		position: fixed;
		top: 0px;
		right: -300px;
		background: #000;
		padding: 0 22px 30px 22px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		width: 118px;
		font-family: 'DIN 1451 W01 Engschrift';
		z-index: 1001;
		text-align: left;
	}
		nav#nav div.menu {
			padding: 26px 0 21px 0;
			padding: 56px 0 21px 0;
		}
			nav#nav div.menu li {
				padding: 8px 0;
				display: block;
			}
				nav#nav div.menu li a {
					display: block;
					font-size: 19px;
					color: #FFF;
					letter-spacing: 1px;
					text-transform: uppercase;
				}
				nav#nav div.menu li a:hover,
				nav#nav div.menu li.active a { color: #ff0202; }
		nav#nav .info {
			border-top: 1px solid #FFF;
			padding: 22px 0 0 0;
			opacity: 0.5;
			filter: alpha(opacity=50);
		}
			nav#nav .info p {
				font-size: 14px;
				line-height: 18px;
				margin: 0 0 5px 0;
				color: #e5e5e5;
			}
	nav#nav .close-nav {
		position: absolute;
		top: 0px;
		left: 8px;
		width: 50px;
		height: 50px;
		display: block;
		background: url(./images/close-nav.png) no-repeat center center;
		background-size: 20px 20px;
	}


	/* Home Banner */

	.section-panel {
		background: none no-repeat center center #000;
		background-size: auto 100%;
		background-size: cover;
		line-height: 100%;
		text-align: center;
	}
		.home-banner .section-panel .banner-link-overlay {
			position: absolute;
			top: 0px;
			left: 0px;
			width: 100%;
			height: 100%;
			z-index: 1;
		}
		.home-banner .section-panel .banner-text {
			display: table;
			vertical-align: middle;
			width: 100%;
			height: 100%;
			color: #FFF;
		}
			.home-banner .section-panel .banner-text .banner-text-inner {
				vertical-align: middle;
				display: table-cell;
				width: 100%;
				height: 100%;
				padding: 0 100px;
			}
			.home-banner .section-panel .banner-text h3 {
				font-size: 90px;
				line-height: 96px;
				padding: 10px 0;
			}
			.home-banner .section-panel .banner-text p {
				font-size: 32px;
				line-height: 38px;
				padding: 10px 0;
			}

		.home-banner .slick-dots {
			position: absolute;
			top: 50%;
			left: 50%;
			width: 300px;
			margin: 80px 0 0 -150px;
			z-index: 100;
			text-align: center;
		}
			.home-banner .slick-dots li {
				display: inline-block;
				margin: 0 4px;
			}
				.home-banner .slick-dots li button {
					display: block;
					width: 18px;
					height: 22px;
					background: url(./images/home-chip.png) no-repeat transparent;
					background-size: 18px 22px;
					cursor: pointer;
					border: none;
					text-indent: -9999px;
					padding: 0px;
					margin: 0px;
				}
				.home-banner .slick-dots li.slick-active button {
					background: url(./images/home-chip-active.png) no-repeat transparent;
					background-size: 18px 22px;
				}


	/* Project Info */

	.project-info {
		line-height: 100%;
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		display: table;
		z-index: 10;
	}
		.project-info .project-info-inner {
			display: table-cell;
			vertical-align: middle;
			text-align: center;
		}
		.project-info .project-info-box {
			background: rgba(0,0,0,0.8);
			width: 973px;
			vertical-align: middle;
			line-height: normal;
			margin: 0 auto;
			text-align: center;
			color: #FFF;
			padding: 90px 90px 60px 90px;
		}
			.project-info .project-info-box h3 {
				font-size: 50px;
				text-transform: uppercase;
				font-family: 'DIN 1451 W01 Engschrift';
				margin: 0 0 50px 0;
			}
			.project-info .project-info-box p {
				color: #b0b0b0;
				font-size: 30px;
				line-height: 68px;
				margin: 0 0 70px 0;
			}
			.project-info .project-info-box .button {
				line-height: 75px;
				font-family: 'DIN 1451 W01 Engschrift';
				background: #ff0202;
				color: #FFF;
				display: inline-block;
				padding: 0 22px;
				font-size: 33px;
			}
			.project-info .project-info-box .button:hover { background: #FFF; color: #ff0202; }



	.work-image-full {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		z-index: 9;
		background: none no-repeat center center #000;
		background-size: auto 100%;
		background-size: cover;
		line-height: 100%;
		text-align: center;
	}
		.work-image-full img { width: 300px; height: auto; position: absolute; top: -9999px; left: -9999px; }


	/* Work Footer */

	.section-work {
		 background: url(./images/ajax-loader.gif) no-repeat center center #000;
	}
	.section-work .section-panel { background-color: transparent!important; }

	#work-footer {
		position: fixed;
		top: 100%;
		left: 0px;
		width: 100%;
		height: 45px;
		background: #e5e5e5;
		z-index: 1000;
		display: block;
		text-align: left;
		-o-transition: marginTop .2s ease-out;
		-moz-transition: marginTop .2s ease-out;
		-webkit-transition: marginTop .2s ease-out;
		transition: marginTop .2s ease-out;
	}
	#work-footer.active { margin-top: -45px; }
		#work-footer .work-current-project {
			float: left;
			line-height: 45px;
			padding: 0 22px;
			margin: 0 0 0 45px;
			font-family: 'DIN 1451 W01 Engschrift';
			color: #5b5b5b;
			text-transform: uppercase;
			font-size: 16px;
		}
		#work-footer .work-project-slides-nav {
			float: left;
			padding: 15px 0 0 0;
		}
			#work-footer .work-project-slides-nav li {
				width: 12px;
				height: 15px;
				background: url(./images/work-nav-dot.png) no-repeat;
				margin: 0 5px 0 0;
				float: left;
				cursor: pointer;
			}
			#work-footer .work-project-slides-nav li:hover {
				background: url(./images/work-nav-dot-hover.png) no-repeat;
			}
			#work-footer .work-project-slides-nav li.current {
				background: url(./images/work-nav-current.png) no-repeat;
			}
			#work-footer .work-project-slides-nav li.info {
				background: url(./images/work-nav-info.png) no-repeat;
			}
			#work-footer .work-project-slides-nav li.info.current {
				background: url(./images/work-nav-info-active.png) no-repeat;
			}
		#work-footer .contact-us-link {
			float: right;
			line-height: 45px;
			color: #da0000;
			text-transform: uppercase;
			font-size: 16px;
			padding: 0 18px;
			font-family: 'DIN 1451 W01 Engschrift';
		}
	.toggle-work-nav {
		position: absolute;
		width: 45px;
		height: 45px;
		background: url(./images/arrow-up-red.png) no-repeat center center #000;
		background-size: 21px auto;
		top: 0px;
		left: 0px;
	}
	#work-nav.in-view .toggle-work-nav { top: -45px; }
	#work-nav.active .toggle-work-nav { background-image: url(./images/close-nav.png); background-size: 20px 20px; }
	#work-nav {
		position: fixed;
		top: 100%;
		left: 0px;
		background: #000;
		width: 246px;
		padding: 20px 28px 20px 28px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		font-family: 'DIN 1451 W01 Engschrift';
		z-index: 1001;
		text-align: left;
		margin-top: 0px;
		display: block;
		-o-transition: marginTop .2s ease-out;
		-moz-transition: marginTop .2s ease-out;
		-webkit-transition: marginTop .2s ease-out;
		transition: marginTop .2s ease-out;
	}
	#work-nav.active { margin-top: 45px; }
		#work-nav li {
			display: block;
		}
			#work-nav li a {
				display: block;
				text-transform: uppercase;
				color: #b2b2b2;
				font-size: 16px;
				padding: 6px 0;
			}
			#work-nav li a:hover,
			#work-nav li.active a {
				color: #ff0000;
			}


	/* About */

	#about-intro {
		background: #FFF;
	}
		#about-intro .about-inner {
			display: table;
			width: 100%;
			height: 100%;
		}
			#about-intro .about-text {
				display: table-cell;
				vertical-align: middle;
				text-align: center;
				height: 100%;
				width: 100%;
			}
				#about-intro .about-text p {
					font-size: 73px;
					line-height: 143px;
					color: #b0b0b0;
					max-width: 2140px;
					margin: 0 auto;
				}
					#about-intro .about-text p strong { color: #000; font-weight: normal; }
					#about-intro .about-text p em { color: #ff0202; font-style: normal; }


	/* Services */

	#services { background: #FFF; }
		#services .services-inner {
			display: table;
			width: 100%;
			height: 100%;
		}
			#services .services-text {
				display: table-cell;
				vertical-align: middle;
				text-align: center;
				height: 100%;
				width: 100%;
			}
				#services .services-text p {
					font-size: 73px;
					line-height: 73px;
					color: #b0b0b0;
					max-width: 2140px;
					margin: 0 auto 60px auto;
				}
					#services .services-text p strong { color: #000; font-weight: normal; }
			#services .service-words {
				height: 220px;
				background: url(./images/service-words.png) no-repeat center bottom;
				clear: both;
				padding: 48px 0 0 0;
				margin: 0 0 130px 0;
			}
			#services .button {
				line-height: 75px;
				font-family: 'DIN 1451 W01 Engschrift';
				background: #ff0202;
				color: #FFF;
				display: inline-block;
				padding: 0 60px;
				text-transform: uppercase;
				font-size: 33px;
			}
			#services .button:hover { background: #000; color: #FFF; }

		.service-words-wrapper {
			height: 210px;
			margin: 0 0 60px 0;
			padding: 48px 0 0 0;
			clear: both;
			position: relative;
			width: 100%;
			overflow: hidden;
		}
		.service-words-template { display: none; }
		.service-words-holder {
			position: relative;
			width: 100%;
			overflow: hidden;
		}
		.service-words-carousel { 
			position: relative;
			left: 0px;
			top: 0px;
			float: left;
			width: 3000000px;
			-o-transition: left 1s linear;
			-moz-transition: left 1s linear;
			-webkit-transition: left 1s linear;
			transition: left 1s linear;
		}
		.service-words-item {
			text-align: center;
			width: auto;
			float: left;
			padding: 0;
			position: relative;
		}
			.service-words-carousel-wrapper img { height: 220px; }


	/* Team */

	#team { }
		#team h3.team-heading {
			font-size: 75px;
			font-family: 'DIN 1451 W01 Engschrift';
			text-transform: uppercase;
			text-align: center;
			display: block;
			color: #000;
			position: absolute;
			top: 20%;
			left: 0px;
			width: 100%;
			z-index: 10;
		}
			#team h3.team-heading strong {
				font-weight: normal;
				color: #FFF;
			}
		#team .team-panel {
			width: 14.28%;
			height: 100%;
			display: block;
			float: left;
			position: relative;
			background: #ff150c;
		}
			#team .team-panel .team-panel-holder {
				display: table;
				width: 100%;
				height: 100%;
			}
			#team .team-panel .team-panel-inner {
				display: table-cell;
				width: 100%;
				height: 100%;
				vertical-align: bottom;
				text-align: center;
				padding-bottom: 15%;
			}
				#team .team-panel .team-panel-inner .team-image {
					width: 100%;
				}
					#team .team-panel .team-panel-inner .team-image img {
						max-width: 80%;
						width: auto!important;
						height: auto!important;
						display: block;
						margin: 0 auto;
					}
				#team .team-panel .team-panel-inner .team-bio {
					background: #000000;
					vertical-align: middle;
					padding: 35px 20px 35px 20px;
				}
					#team .team-panel .team-panel-inner .team-bio h3 {
						font-size: 22px;
						font-family: 'DIN 1451 W01 Engschrift';
						color: #FFF;
						letter-spacing: 1px;
						line-height: 27px;
						margin: 0 0 5px 0;
					}
					#team .team-panel .team-panel-inner .team-bio h4 {
						font-size: 15px;
						color: #ff0202;
						letter-spacing: 1px;
						text-transform: uppercase;
						font-family: 'DIN 1451 W01 Engschrift';
						margin: 0 0 20px 0;
					}
					#team .team-panel .team-panel-inner .team-bio p {
						font-size: 14px;
						line-height: 24px;
						color: #c9c8c8;
						max-width: 230px;
						margin: 0 auto;
					}


	/* Success */

	#success {
		background: #3f3f3f;
		background: #222;
	}
		#success .testimonial-panel {
			width: 33.3%;
			height: 100%;
			display: block;
			float: left;
			background: #3f3f3f;
			background: #222;
			position: relative;
		}
			#success .testimonial-panel:before {
				position: absolute;
				top: 0px;
				right: 0px;
				width: 1px;
				height: 30000px;
				background: #000;
				content: ' ';
			}
			#success .testimonial-panel-holder {
				display: table;
				width: 100%;
				height: 100%;
			}
			#success .testimonial-panel-inner {
				display: table-cell;
				width: 100%;
				height: 100%;
				vertical-align: middle;
				text-align: center;
				padding: 0 150px;
			}
				#success .testimonial-panel-inner p {
					font-size: 51px;
					line-height: 77px;
					color: #b0b0b0;
					margin: 0 0 60px 0;
				}
					#success .testimonial-panel-inner p strong { color: #ff0202; font-weight: normal; }
				#success .testimonial-panel-inner cite {
					display: block;
					font-size: 19px;
					color: #b0b0b0;
					text-transform: uppercase;
					font-family: 'DIN 1451 W01 Engschrift';
					margin: 0 0 20px 0;
				}
				#success .testimonial-panel-inner .line {
					display: block;
					width: 160px;
					height: 1px;
					background: #9f9f9f;
					margin: 0 auto 12px auto;
					clear: both;
				}
				#success .testimonial-panel-inner .view-work-button {
					line-height: 40px;
					padding: 0 18px;
					font-size: 19px;
					font-family: 'DIN 1451 W01 Engschrift';
					text-transform: uppercase;
					color: #FFF;
					display: inline-block;
				}
				#success .testimonial-panel-inner .view-work-button:hover { background: #000; }


	/* Contact */

	#contact {
		background: #FFF;
	}
	#contact .section-panel { background: #FFF; }
	#contact .contact-section { height: 100%; }
		.contact-section .contact-holder {
			display: table;
			width: 100%;
			height: 100%;
		}
			.contact-section .contact-inner {
				display: table-cell;
				width: 100%;
				height: 100%;
				vertical-align: middle;
			}
			.contact-section h2 {
				font-size: 73px;
				line-height: 73px;
				color: #b0b0b0;
				text-align: center;
				margin: 0 0 70px 0;
			}
			.contact-section form { 
				width: 1000px;
				margin: 0 auto;
				position: relative;
			}
			.contact-section form .form-left {
				float: left;
				width: 50%;
				padding: 0 10px;
				box-sizing: border-box;
				-moz-box-sizing: border-box;
				-webkit-box-sizing: border-box;
			}
			.contact-section form .form-right {
				float: right;
				width: 50%;
				padding: 0 10px;
				box-sizing: border-box;
				-moz-box-sizing: border-box;
				-webkit-box-sizing: border-box;
			}
				.contact-section form .field {
					margin: 0 0 18px 0;
				}
					.contact-section form .field input[type="text"],
					.contact-section form .field input[type="email"],
					.contact-section form .field textarea,
                    .contact-section form .field select{
						width: 100%;
						height: 50px;
						background: #efefef;
						padding: 15px 20px;
						font-size: 19px;
						box-sizing: border-box;
						-moz-box-sizing: border-box;
						-webkit-box-sizing: border-box;
						letter-spacing: 1px;
						color: #b0b0b0;
						font-family: 'DIN 1451 W01 Engschrift';
						display: block;
						border: none;
						resize: none;
						overflow: auto;
					}
                    .contact-section form .field select{
                        text-transform: uppercase;
                    }
					.contact-section form .field textarea { height: 253px; padding: 18px 20px; }
					.contact-section form .field input[type="text"]:focus,
					.contact-section form .field input[type="email"]:focus,
                    .contact-section form .field select:focus,
					.contact-section form .field textarea:focus { background: #DDD; color: #666; }
			.contact-section form .form-submit {
				padding: 26px 0 40px 0;
			}
				.contact-section form .form-submit input[type="submit"] {
					background: #ff0202;
					height: 75px;
					width: 115px;
					display: block;
					margin: 0 auto;
					font-family: 'DIN 1451 W01 Engschrift';
					color: #FFF;
					font-size: 33px;
					cursor: pointer;
					border: none;
					padding: 0px;
				}
				.contact-section form .form-submit input[type="submit"]:hover { background: #000; }
			.contact-section form div.wpcf7-mail-sent-ok {
				position: absolute;
				bottom: 45px;
				left: 0px;
				line-height: 33px;
				text-align: center;
				width: 100%;
				color: #ff0202;
				font-size: 33px;
				font-family: 'DIN 1451 W01 Engschrift';
				border: none;
				padding: 5px 0px;
				margin: 0px;
				background: #FFF;
			}
			.contact-section .line {
				width: 160px;
				height: 1px;
				margin: 0 auto 35px auto;
				background: #d8dadb;
			}
			.contact-section .contact-details p {
				margin: 0 0 10px 0;
				font-size: 19px;
				line-height: 28px;
				color: #b0b0b0;
				font-family: 'DIN 1451 W01 Engschrift';
				letter-spacing: 1px;
				text-transform: uppercase;
				text-align: center;
			}

			div.wpcf7-validation-errors { margin: -30px 0 10px 0; padding: 0px; border: none; }
			span.wpcf7-not-valid-tip { font-size: 12px; padding: 5px 0 0 0; text-align: left; }


	/* Lightbox */

	.lightbox-back {
		background: #5c5c5c;
		position: fixed;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		z-index: 1000;
		display: none;
	}
	.lightbox-window-contact {
		position: fixed;
		width: 1100px;
		height: 776px;
		top: 50%;
		left: 50%;
		margin: -388px 0 0 -550px;
		background: #FFF;
		display: none;
		z-index: 1001;
	}
		.lightbox-window-contact .contact-section { height: 100%; }
		.lightbox-window-contact .close { display: none; }


	/* Page Content */

	#page-content {
		padding: 200px 0 100px 0;
	}
		#page-content h1,
		#page-content h2,
		#page-content h3,
		#page-content h4 {
			font-size: 75px;
			letter-spacing: 1px;
			color: #000;
			text-transform: uppercase;
			margin: 0 0 20px 0;
			font-family: 'DIN 1451 W01 Engschrift';
		}
		#page-content p {
			font-size: 40px;
			line-height: 60px;
			color: #b0b0b0;
			margin: 0 0 20px 0;
		}


	/* Beer */

	.full-screen-image {
		height: 100%;
		position: relative;
		background: none no-repeat center center;
		background-size: cover;
	}

	.general-content-section .container { padding: 50px 0; }
	.general-content-section p { font-size: 30px; line-height: 60px; }

	.container {
		display: block;
		margin: auto;
		text-align: left;
		width: 2300px;
		max-width: 90%;
		position: relative;
	}

	#beer-intro {
		background: #FFF;
	}
		#beer-intro .container {
			text-align: center;
			padding: 350px 0 110px 0;
		}
		.general-content-section h1,
		#beer-intro h1 {
			font-size: 60px;
			line-height: 80px;
			color: #b0b0b0;
			margin: 0 0 90px 0;
		}
		.general-content-section h2,
		#beer-intro h2 {
			font-size: 100px;
			line-height: 123px;
			color: #b0b0b0;
			margin: 0 0 90px 0;
		}
		.general-content-section h4,
		#beer-intro h4 {
			font-size: 60px;
			line-height: 80px;
			color: #b0b0b0;
			margin: 0 0 90px 0;
		}
		#beer-intro h3,
		.general-content-section h3 {
			font-size: 73px;
			line-height: 143px;
			color: #b0b0b0;
			margin: 0 0 90px 0;
		}
			#beer-intro h3 strong,
			.general-content-section h3 strong {
				font-weight: normal;
				color: #282828;
			}
		.general-content-section h4,
		#beer-intro h4 {
			font-size: 40px;
			line-height: 55px;
			margin-bottom: 40px;
		}
		.general-content-section h5,
		#beer-intro h5 {
			display: block;
			font-size: 19px;
			color: #b0b0b0;
			text-transform: uppercase;
			font-family: 'DIN 1451 W01 Engschrift';
			margin: 0 0 20px 0;
		}
		.general-content-section p,
		#beer-intro p { margin-bottom: 30px; }
		.general-content-section ul,
		.general-content-section ol {
			font-size: 30px;
			line-height: 40px;
			list-style: disc outside;
			margin: 0 0 30px 30px;
		}
		.general-content-section ol { list-style: decimal outside; }
		.general-content-section .button {
			line-height: 30px;
			padding: 15px 30px;
		    background: #808080;
		    letter-spacing: 1px;
		    text-transform: uppercase;
		    font-family: 'DIN 1451 W01 Engschrift';
		    font-size: 26px;
		    display: inline-block;
		    color: #FFF;
		    margin-bottom: 10px;
		}
		.general-content-section .button-red {
			background: #fd0000;
		}
		.general-content-section .button:hover { background: #000; }

	#beer-intro .beer-nav { text-align: center; }
		#beer-intro .beer-nav li {
			display: inline-block;
			padding: 0 22px 0 20px;
			font-size: 34px;
			line-height: 48px;
			position: relative;
		}
			#beer-intro .beer-nav li:last-child:after { display: none; }
			#beer-intro .beer-nav li:after {
				color: #bfbfbf;
				content: '|';
				position: absolute;
				top: 0px;
				right: 0px;
			}
			#beer-intro .beer-nav li a {
				text-transform: uppercase;
				font-family: 'DIN 1451 W01 Engschrift';
				letter-spacing: 1px;
				color: #ff1c1c;
			}
			#beer-intro .beer-nav li a:hover {
				color: #000000;
			}

	#beer-video {
		background: #282828;
		padding: 120px 0;
	}
		#beer-video .container { width: 1500px; }
			#beer-video iframe { width: 100%; height: 840px; }

	#beer-partners {
		padding: 140px 0 20px 0;
	}
		#beer-partners h2 {
			text-align: center; 
			font-size: 75px;
			letter-spacing: 1px;
			color: #b0b0b0;
			text-transform: uppercase;
			margin: 0;
			font-family: 'DIN 1451 W01 Engschrift';
		}
		#beer-partners .partners-carousel-wrapper {
			padding: 110px 0;
		}
		#beer-partners .partners-carousel-template { display: none; }
		#beer-partners .partners-carousel-holder {
			position: relative;
			width: 100%;
			overflow: hidden;
		}
		#beer-partners .partners-carousel { 
			position: relative;
			left: 0px;
			top: 0px;
			float: left;
			width: 3000000px;
			-o-transition: left 1s linear;
			-moz-transition: left 1s linear;
			-webkit-transition: left 1s linear;
			transition: left 1s linear;
		}
		#beer-partners .partner-item {
			text-align: center;
			width: auto;
			float: left;
			padding: 0 70px;
			position: relative;
		}
		#beer-partners .partner-item .partner-logo {
			margin: 0 0 15px 0;
		}
			#beer-partners .partner-item .partner-logo img {
				margin: 0 auto;
			}
		#beer-partners .partner-item h3 {
			font-size: 22px;
			font-family: 'DIN 1451 W01 Engschrift';
			color: #000000;
			margin: 0 0 5px 0;
		}
		#beer-partners .partner-item h4 {
			font-size: 14px; 
			font-family: 'DIN 1451 W01 Engschrift';
			letter-spacing: 1px;
			color: #b0b0b0;
			text-transform: uppercase;
			margin: 0 0 15px 0;
		}
		#beer-partners .partner-item .button {
			line-height: 40px;
			padding: 0 18px;
			font-size: 19px;
			font-family: 'DIN 1451 W01 Engschrift';
			text-transform: uppercase;
			color: #ff0202;
			display: inline-block;
		}
		#beer-partners .partner-item .button:hover { background: #000; color: #FFF; }

	#beer-services {
		background: #efefef;
		padding: 120px 0 190px 0;
	}
		#beer-services .container {
			width: 2100px;
			text-align: center;
		}
			#beer-services h2 {
				font-size: 75px;
				color: #282828;
				text-transform: uppercase;
				font-family: 'DIN 1451 W01 Engschrift';
				letter-spacing: 1px;
				margin: 0 0 80px 0;
				text-align: center;
			}
			#beer-services .cols {
				margin: 0 0 100px 0;
			}
				#beer-services .cols .col {
					float: left;
					width: 50%;
					padding: 0 75px;
					box-sizing: border-box;
					-moz-box-sizing: border-box;
					-webkit-box-sizing: border-box;
					text-align: center;
				}
					#beer-services .cols .col p {
						font-size: 40px;
						line-height: 84px;
						color: #b0b0b0;
					}
			#beer-services .divider {
				margin: 0 auto 110px auto;
				width: 805px;
				background: #b0b0b0;
				height: 1px;
			}
			#beer-services .services-nav { text-align: center; }
			#beer-services .services-nav li {
				display: inline-block;
				padding: 0 22px 0 20px;
				font-size: 34px;
				line-height: 48px;
				position: relative;
			}
				#beer-services .services-nav li:last-child:after { display: none; }
				#beer-services .services-nav li:after {
					color: #bfbfbf;
					content: '|';
					position: absolute;
					top: 0px;
					right: 0px;
				}
				#beer-services .services-nav li a {
					text-transform: uppercase;
					font-family: 'DIN 1451 W01 Engschrift';
					letter-spacing: 1px;
					color: #ff1c1c;
				}
				#beer-services .services-nav li.active a,
				#beer-services .services-nav li a:hover {
					color: #000000;
				}
			#beer-services .service-tabs {
				padding: 100px 0 0 0;
				margin: 0 auto;
				width: 1400px;
			}
				#beer-services .service-tab { display: none; }
				#beer-services .active { display: block; }
				#beer-services .service-tabs p {
					font-size: 40px;
					line-height: 84px;
					margin: 0 0 20px 0;
				}

		#success.beer-section {
			background: #FFF;
			border-top: 1px solid #858585;
			border-bottom: 1px solid #858585;
		}
			#success.beer-section .testimonial-panel { background: #FFF; }
			#success.beer-section .testimonial-panel:after { background: #858585; }
			#success.beer-section .testimonial-panel-inner .view-work-button { color: #ff0202; }
			#success.beer-section .testimonial-panel-inner .view-work-button:hover { color: #FFF; }

		#get-started {
			padding: 70px 0;
			text-align: center;
		}
			#get-started a {
				line-height: 75px;
				background: #000;
				letter-spacing: 1px;
				text-transform: uppercase;
				font-family: 'DIN 1451 W01 Engschrift';
				font-size: 33px;
				display: inline-block;
				color: #FFF;
				padding: 0 25px;
			}
			#get-started a:hover { background: #ff0202; }
		



@media all and (max-width: 2100px) and (min-width: 0px) {

	.project-info .project-info-box {
		padding: 50px 50px 40px 50px;
		width: 800px;
	}
		.project-info .project-info-box h3 { font-size: 40px; margin-bottom: 40px; }
		.project-info .project-info-box p { font-size: 24px; line-height: 50px; margin-bottom: 40px; }

	#about-intro .about-text p {
		font-size: 60px;
		line-height: 110px;
		padding: 0 80px;
	}

	#team h3.team-heading { font-size: 60px; top: 15%; }
	#team .team-panel .team-panel-inner { padding-bottom: 15%; }

	#services .services-text p { font-size: 60px; line-height: 80px; margin-bottom: 30px; }
	#services .service-words { margin-bottom: 60px; padding-top: 35px; }

	#success .testimonial-panel-inner { padding: 0 70px; }
		#success .testimonial-panel-inner p { font-size: 40px; line-height: 55px; margin-bottom: 40px; }

	.contact-section h2 { font-size: 50px; line-height: 50px; margin-bottom: 50px; }
	.contact-section .contact-details p { font-size: 17px; line-height: 22px; }

	.lightbox-window-contact { height: 650px; margin-top: -325px; }
	.lightbox-window-contact .contact-section h2 { margin-bottom: 30px; }
	.lightbox-window-contact .contact-section .contact-inner { padding: 30px 0; }
	.lightbox-window-contact .contact-section form .form-submit { padding: 16px 0 30px 0; }
	.lightbox-window-contact .contact-section .line { margin-bottom: 25px; }
	.lightbox-window-contact .contact-section form .form-success { bottom: 30px; }

	#beer-intro .container, 
	#beer-services .container,
	.container { width: 1500px; max-width: 100%; }

	#beer-intro .container { padding-top: 250px; }
	#beer-intro h3,
	.general-content-section h3 { font-size: 63px; line-height: 110px; }

	#beer-services .cols { margin: 0 -75px 70px -75px; }
		#beer-services .cols .col p { font-size: 30px; line-height: 60px; }
		#beer-services .services-nav li, 
		#beer-intro .beer-nav li { font-size: 24px; line-height: 30px; }
		#beer-services .service-tabs p { font-size: 30px; line-height: 60px; }
	
}


@media all and (max-width: 1700px) and (min-width: 0px) {

	.home-banner .section-panel .banner-text h3 { font-size: 60px; line-height: 66px; }
	.home-banner .section-panel .banner-text p { font-size: 26px; line-height: 30px; }

	.project-info .project-info-box h3, 
	.project-info .project-info-box p { margin-bottom: 30px; }
	.project-info .project-info-box p { line-height: 40px; }

	#about-intro .about-text p { line-height: 90px; }

	#team h3.team-heading { font-size: 50px; top: 10%; width: 1000px; left: 50%; margin-left: -500px; }
	#team .team-panel .team-panel-inner { padding-bottom: 10%; }
		#team .team-panel .team-panel-inner .team-image img { max-height: 250px; }
		#team .team-panel .team-panel-inner .team-bio { height: 160px; padding-top: 20px; }
		#team .team-panel .team-panel-inner .team-bio h4 { margin-bottom: 10px; }
		#team .team-panel .team-panel-inner .team-bio p { line-height: 20px; }

	#services .services-text .services-text-para { padding: 0 100px; }
	#services .services-text p { font-size: 50px; line-height: 60px; padding: 0px; display: inline; margin-bottom: 0px; }
	#services .services-text p:after { content: ' '; }
	#services .service-words { height: 160px; background-size: auto 160px; margin-left: -100px; margin-right: -100px; padding-top: 60px; }

	#success .testimonial-panel-inner p { font-size: 30px; line-height: 45px; }

	.contact-section h2 { margin-bottom: 30px; }
	.contact-section .contact-inner { padding: 30px 0 0 0; }
	.contact-section form .form-submit { padding: 16px 0 30px 0; }
	.contact-section .line { margin-bottom: 25px; }
	.contact-section form .form-success { bottom: 30px; }

	.lightbox-window-contact .contact-section .contact-inner { padding: 20px 0 10px 0; }

	#beer-intro .container, 
	#beer-services .container,
	#beer-video .container,
	.container, 
	#beer-services .service-tabs { width: 1200px; max-width: 100%; }

	#beer-intro h3,
	.general-content-section h3 { font-size: 40px; line-height: 70px; }

	#beer-video iframe { height: 680px; }

	#beer-services .services-nav li { padding: 0 16px 0 10px; }
	#beer-services .cols { margin: 0 -30px 70px -30px; }
	#beer-services .cols .col { padding: 0 30px; }
		#beer-services .cols .col p { font-size: 24px; line-height: 40px; }

}


@media all and (max-width: 1400px) and (min-width: 0px) {

	#about-intro .about-text p { font-size: 50px; line-height: 70px; }

	#team h3.team-heading {
		font-size: 40px;
		line-height: 50px; 
		width: 1100px;
		margin-left: -550px; 
		top: 15%;
	}
	#team .team-panel .team-panel-inner { padding-bottom: 0px; }
	#team .team-panel .team-panel-inner .team-bio { height: 190px; }

	#services .services-text p { font-size: 40px; line-height: 50px; }

	#beer-intro .container, 
	#beer-services .container,
	#beer-video .container,
	.container, 
	#beer-services .service-tabs { width: 1000px; max-width: 100%; }

	#beer-video iframe { height: 570px; }

	#beer-services .service-tabs p { font-size: 24px; line-height: 40px; }

}


@media all and (max-width: 1200px) and (min-width: 0px) {

	#logo { width: 180px; }

	.project-info .project-info-box { padding: 30px 30px 30px 30px; }
		.project-info .project-info-box h3 { font-size: 30px; margin-bottom: 30px; }
		.project-info .project-info-box p { font-size: 22px; line-height: 32px; }
		.project-info .project-info-box .button { line-height: 60px; padding: 0 20px; font-size: 22px; }

	#about-intro .about-text p { font-size: 40px; line-height: 60px; }

	#team h3.team-heading { width: 600px; margin-left: -300px; top: 10%; }
	#team .team-panel .team-panel-inner .team-image img { max-height: 200px; }
	#team .team-panel .team-panel-inner .team-bio h3 { margin: 0px; }
	#team .team-panel .team-panel-inner .team-bio p { font-size: 14px; line-height: 18px; }

	#services .service-words { height: 120px; background-size: auto 120px; padding-top: 40px; margin-bottom: 30px; }
	#services .services-text p { font-size: 34px; line-height: 46px; }
	#services .button { line-height: 60px; font-size: 20px; padding: 0 30px; }

	#success .testimonial-panel-inner { padding: 0 35px; }
	#success .testimonial-panel-inner p { font-size: 22px; line-height: 30px; }
	#success .testimonial-panel-inner cite { font-size: 16px; }
	#success .testimonial-panel-inner .view-work-button { font-size: 16px; }

	.contact-section h2 { font-size: 36px; line-height: 40px; }
	.contact-section form { width: 800px; }
	.contact-section form .field input[type="text"], 
	.contact-section form .field input[type="email"], 
	.contact-section form .field textarea {
		height: 40px;
		padding: 5px 20px;
		font-size: 16px;
	}
	.contact-section form .field textarea { height: 156px; padding: 18px 20px; }
	.contact-section form .form-success { line-height: 60px; }
	.contact-section form .form-submit input[type="submit"] { line-height: 60px; width: 90px; height: 60px; }

	.lightbox-window-contact { width: 900px; margin-left: -450px; height: 550px; margin-top: -275px; }

	#work-nav li a { padding: 3px 0; }

	#beer-intro .container, 
	#beer-services .container,
	#beer-video .container,
	.container, 
	#beer-services .service-tabs { width: 800px; max-width: 100%; }

	#beer-video iframe { height: 450px; }

	#beer-partners h2, 
	#beer-services h2 { font-size: 60px; }
	#beer-services .cols { width: auto; margin-left: 0px; margin-right: 0px; }
		#beer-services .cols .col { float: none; width: auto; padding: 0px; margin: 0 0 40px 0; }

}


@media all and (max-width: 1024px) and (min-width: 0px) {
		nav#nav .info { display: none; }

	#services .services-text .service-words-wrapper { height: 150px; }
	#services .services-text .service-words-wrapper img { height: 30px; }
}


@media all and (max-width: 1000px) and (min-width: 0px) {

	body { ‑webkit‑text‑size‑adjust: none; }
	.home-banner .section-panel .banner-text h3 { font-size: 46px; line-height: 50px; padding-bottom: 0px; }
	.home-banner .section-panel .banner-text p { font-size: 20px; line-height: 26px; }

	.project-info .project-info-box { width: 620px; }
	.project-info .project-info-box h3 { margin-bottom: 20px; }
	.project-info .project-info-box .button { line-height: 50px; }

	#about-intro .about-text p { font-size: 30px; line-height: 50px; }

	#team h3.team-heading { font-size: 30px; line-height: 30px; width: 500px; margin-left: -250px; }
	#team .team-panel .team-panel-inner .team-bio p { font-size: 13px; line-height: 16px; }

	#services .services-text p { font-size: 28px; line-height: 38px; }

	#success .testimonial-panel-inner { padding: 0 80px; }

	.contact-section form { width: 600px; }
	.contact-section form .form-left,
	.contact-section form .form-right { padding: 0 5px; }
	.contact-section form .field { margin-bottom: 10px; }
	.contact-section form .field textarea { height: 140px; }

	.lightbox-window-contact { width: 700px; margin-left: -350px; height: 500px; margin-top: -250px;  }
		.lightbox-window-contact .contact-section h2 { margin-bottom: 20px; }
		.lightbox-window-contact .contact-section form .form-submit { padding-bottom: 20px; }
		.lightbox-window-contact .contact-section form .form-success { bottom: 20px; }
		.lightbox-window-contact .contact-section .line { margin-bottom: 20px; }

	#beer-intro .container, 
	#beer-services .container,
	#beer-video .container,
	.container, 
	#beer-services .service-tabs { width: 600px; max-width: 100%; }

	#beer-video iframe { height: 360px; }

	#beer-services .divider { width: 100%; }

}


@media all and (max-width: 760px) and (min-width: 0px) {

	#logo { width: 130px; z-index: 1002; }

	.project-info .project-info-box { width: 420px; }
		.project-info .project-info-box p { font-size: 18px; line-height: 24px; }
		.project-info .project-info-box .button { line-height: 40px; font-size: 17px; }

	.lightbox-window-contact {
		width: 540px;
		margin-left: -270px;
	}
		.lightbox-window-contact .contact-section h2 { font-size: 24px; line-height: 30px; }
		.contact-section form { width: 480px; }
		.lightbox-window-contact .contact-section form .form-success { line-height: 40px; font-size: 18px; }
		.contact-section form .form-submit input[type="submit"] { line-height: 40px; height: 40px; width: 60px; font-size: 18px; }

	#about-intro .about-text p { line-height: 30px; font-size: 24px; }

	#team .team-panel .team-panel-inner .team-image img { max-height: 120px; }
	#team .team-panel .team-panel-inner .team-bio { padding: 10px 0 1px 0; }
	#team .team-panel .team-panel-inner .team-bio p { display: none; }

	#success .testimonial-panel-inner { padding: 0 30px; }

	#services .services-text p { font-size: 20px; line-height: 28px; }

	.contact-section form .field textarea { height: 40px; padding: 5px 20px; }
}


.swipe-helper, 
.force-vertical, 
#beer-partners .partners-mobile { display: none; }
	.force-vertical {
		position: fixed;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		z-index: 3000;
		background: url(./images/rotate-screen.png) no-repeat center center #ff0000;
		background-size: 190px auto;
	}
@media all and (max-width: 640px) and (min-width: 0px) {

	.swipe-helper {
		position: fixed;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		z-index: 3000;
		background: url(./images/swipe-helper.png) no-repeat center center #ff0000;
		background-size: 92px auto;
		display: block;
	}

	.toggle-nav { width: 40px; height: 40px; background-size: auto 10px; }
	nav#nav { width: 100%; left: 0px; right: auto; top: -300px; padding-left: 0px; padding-right: 0px; }
		nav#nav div.menu { padding-bottom: 0px; }
			nav#nav div.menu li { text-align: right; padding: 0px; }
			nav#nav div.menu li a { padding: 8px 25px; font-size: 15px; }
		nav#nav .close-nav { right: 8px; left: auto; }

	.home-banner .section-panel .banner-text h3 { font-size: 45px; line-height: 55px;  margin-left: -20px; margin-right: -20px; }
	.home-banner .section-panel .banner-text h3:after {
		display: block;
		width: 150px;
		height: 1px;
		/*background: rgba(255, 255, 255, 0.6);*/
		margin-bottom: 10px;
		content: ' ';
		margin: 0 auto;
		margin-top: 40px;
	}
	.home-banner .section-panel .banner-text p { font-size: 15px; line-height: 25px; }

	.project-info .project-info-box { width: 320px; }
		.project-info .project-info-box h3 { margin-bottom: 10px; }
		.project-info .project-info-box p { margin-bottom: 20px; }

	#about-intro .about-text p { font-size: 22px; line-height: 38px; }

	#team h3.team-heading { width: 260px; margin-left: -130px; font-size: 24px; line-height: 30px; top: 8%;  }
	#team .team-panel .team-panel-inner .team-image img { max-height: 150px; }
	#team .team-panel .team-panel-inner .team-bio { height: auto; padding: 20px 20px 1px 20px; }
	#team .team-panel .team-panel-inner .team-bio p { font-size: 12px; line-height: 15px; line-height: 20px; max-width: 260px;  }

	#services .services-text .services-text-para { padding: 0 60px; }
	#services .services-text p { font-size: 22px; line-height: 32px; }
	#services .service-words { height: 110px; background-size: auto 110px; padding-top: 30px; }
	#services .button { line-height: 36px; font-size: 16px; padding: 0 30px; }

	#success .testimonial-panel-inner { padding: 0 80px 50px 80px; }
	#success .testimonial-panel-inner p { line-height: 35px; }
	#success .testimonial-panel-inner cite { font-size: 14px; }
	#success .testimonial-panel-inner .view-work-button { font-size: 14px; }
	#success .testimonial-panel-inner .line { width: 80px; }

	.lightbox-window-contact { 
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		margin: 0px;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}
	.lightbox-window-contact .close {
		position: absolute;
		top: 20px;
		right: 20px;
		width: 30px;
		height: 30px;
		display: block;
		background: url(./images/close-lightbox.png) no-repeat;
		background-size: 30px auto;
	}
	#contact .contact-section {
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}
		.contact-section form { width: 240px; }
		.contact-section form .form-left, .contact-section form .form-right {
			padding: 0px;
			float: none;
			width: auto;
		}
		.lightbox-window-contact .contact-section .contact-holder, 
		.lightbox-window-contact .contact-section .contact-inner,
		#contact .contact-section .contact-holder, 
		#contact .contact-section .contact-inner { display: block; height: auto; }
		.lightbox-window-contact .contact-section h2,
		#contact .contact-section h2 { font-size: 35px; line-height: 35px; max-width: 220px; margin: 0 auto 30px auto; padding-top: 30px; }
		.lightbox-window-contact .contact-section form .form-success,
		#contact .contact-section form .form-success { line-height: 50px; font-size: 18px; }
		.contact-section form .form-submit input[type="submit"],
		#contact form .form-submit input[type="submit"] { line-height: 50px; width: 90px; height: 50px; }
		.contact-section .contact-details { padding-bottom: 40px; }

	.slick-arrow, 
	.arrow-section-down, 
	.arrow-section-up { display: none!important; }
	#team .slick-arrow,
	#success .slick-arrow { display: block!important; }

	#beer-intro .container, 
	#beer-services .container,
	#beer-video .container,
	.container, 
	#beer-services .service-tabs { width: 440px; max-width: 100%; }

	#beer-intro .container { padding-bottom: 40px; }
	#beer-intro h3,
	.general-content-section h3 { font-size: 22px; line-height: 38px; margin: 0 0 20px 0; }

	#beer-services .services-nav, #beer-intro .beer-nav {
		margin-left: auto;
		margin-right: auto;
		width: 280px;
	}
	#beer-services .services-nav li, #beer-intro .beer-nav li { font-size: 15px; padding: 0 10px 0 6px; }
	 #beer-intro .beer-nav li:nth-child(2) { padding-right: 0px; }
	 #beer-intro .beer-nav li:nth-child(2):after { display: none; }

	 #beer-services .services-nav { margin-left: -20px; margin-right: -20px; width: 320px; }
	 #beer-services .services-nav li:nth-child(4),
	 #beer-services .services-nav li:nth-child(6) { padding-right: 0px; }
	 #beer-services .services-nav li:nth-child(4):after,
	 #beer-services .services-nav li:nth-child(6):after { display: none; }

	#beer-video { padding: 0px; }
	#beer-video .container { width: 100%; }

	#beer-partners {
		padding: 50px 0 1px 0;
	}
		#beer-partners h2 { font-size: 24px; }
		#beer-partners .partners-carousel-wrapper { display: none; }
		#beer-partners .partners-mobile {
			padding: 55px 0; 
			display: block;
		}
			#beer-partners .partners-mobile .slick-arrow { display: block!important; }
			#beer-partners .partners-mobile .partner-item {
				float: left;
			}
			#beer-partners .partner-item .partner-logo img { max-height: 140px; }

	#beer-services { padding: 50px 0; }
		#beer-services h2 { font-size: 24px; margin: 0 0 30px 0; }
		#beer-services .cols { margin: 0 0 25px 0; }
		#beer-services .cols .col { margin: 0; }
		#beer-services .cols .col p, 
		#beer-services .service-tabs p {
			font-size: 15px;
			line-height: 30px;
			margin: 0 0 10px 0;
		}
		#beer-services .divider { display: none; }
		#beer-services .service-tabs { padding: 20px 0 0 0; }

	#success .testimonial-panel:before { display: none; }
	#success .testimonial-panel { padding: 50px 0 40px 0; }

	#get-started a { line-height: 40px; padding: 0 20px; font-size: 18px; }

}


@media all and (max-width: 480px) and (min-width: 0px) {

	.home-banner .section-panel .banner-text .banner-text-inner {
		padding: 0 30px;
	}

	/*#work-footer.active .work-current-project {
		position: absolute;
		margin-top: -45px;
		background: #e9e9e9;
		width: 100%;
		padding-left: 18px;
		margin-left: 0px;
		display: none;
	}*/
	#work-footer.active .contact-us-link {
		position: absolute;
		/*margin-top: -45px;*/
		right: 0px;
		/*display: none;*/
	}
	#work-footer.active .work-project-slides-nav { margin-left: 55px; display: none;  }
		#work-footer.active .work-project-slides-nav { padding-top: 5px; }
		#work-footer.active .work-project-slides-nav li { margin: 0px; padding: 10px 5px; background-position: center center!important; }
	#work-nav { z-index: 2000; }
	#work-nav li a { padding: 2px 0; }

	.project-info .project-info-inner { padding-bottom: 20px; }
	.project-info .project-info-box { width: 220px; padding: 20px; }
		.project-info .project-info-box h3 { font-size: 18px; line-height: 24px; }
		.project-info .project-info-box p { font-size: 14px; line-height: 22px; }

	#about-intro .about-text p { padding: 20px 10px 0 10px; line-height: 32px; font-size: 19px; }

	#team h3.team-heading { top: 15%; font-size: 18px; line-height: 22px; }
	#team .team-panel .team-panel-inner .team-bio { padding: 12px 20px; }
	#team .team-panel .team-panel-inner .team-bio h3 { font-size: 18px; margin-bottom: 7px; }
	#team .team-panel .team-panel-inner .team-bio p { font-size: 14px; line-height: 17px; }
	#team .team-panel .team-panel-inner .team-image img { max-height: 170px;}

	#services .services-text .services-para { padding: 0 30px; }
	#services .services-text p { font-size: 18px; line-height: 26px; }
	#services .service-words { padding-top: 20px; margin-bottom: 20px; }

	#success .testimonial-panel-inner { padding: 0 50px 50px 50px; }
	#success .testimonial-panel-inner p { padding: 30px 0 0 0; margin-bottom: 20px; font-size: 18px; line-height: 26px; }
	#success .testimonial-panel-inner cite { margin-left: -20px; margin-right: -20px; }

	.lightbox-window-contact { z-index: 10000; }
	.lightbox-window-contact .contact-section h2, #contact .contact-section h2 { padding-top: 50px; }

	#beer-intro .container, 
	#beer-services .container,
	.container, 
	#beer-services .service-tabs { width: 280px; max-width: 100%; }

	#beer-video iframe { height: 220px; }

}

@media all and (max-width: 440px) and (min-width: 0px) {

	#team .team-panel .team-panel-inner .team-image img { max-height: 260px;}

}


@media all and (max-height: 820px) and (min-width: 0px) {
	/*#about-intro .about-text p { padding-left: 200px; padding-right: 200px; font-size: 50px; line-height: 100px; }*/
	#team h3.team-heading { padding-left: 200px; padding-right: 200px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; font-size: 40px; }
	/*#services .services-text p {  padding-left: 200px; padding-right: 200px; font-size: 50px; }*/
}



/* Laptop */
@media all and (max-width: 1200px) and (min-width: 0px) {
	#beer-intro h1,
	.general-content-section h1 { font-size: 60px; line-height: 70px; }
	#beer-intro h2,
	.general-content-section h2 { font-size: 70px; line-height: 80px; }
	#beer-intro h3,
	.general-content-section h3 { font-size: 30px; line-height: 40px; }
}

/* Tablet */
@media all and (max-width: 1024px) and (min-width: 0px) {
	#beer-intro h1,
	.general-content-section h1 { font-size: 60px; line-height: 70px; }
	#beer-intro h2,
	.general-content-section h2 { font-size: 70px; line-height: 80px; }
	#beer-intro h3,
	.general-content-section h3 { font-size: 30px; line-height: 40px; }
}

/* Horizontal Mobile */
@media all and (max-width: 767px) and (min-width: 0px) {
	#beer-intro h1,
	.general-content-section h1 { font-size: 60px; line-height: 70px; }
	#beer-intro h2,
	.general-content-section h2 { font-size: 70px; line-height: 80px; }
	#beer-intro h3,
	.general-content-section h3 { font-size: 30px; line-height: 40px; }
}

/* Vertical Mobile */
@media all and (max-width: 639px) and (min-width: 0px) {
	#beer-intro h1,
	.general-content-section h1 { font-size: 44px; line-height: 70px; }
	#beer-intro h2,
	.general-content-section h2 { font-size: 70px; line-height: 80px; }
	#beer-intro h3,
	.general-content-section h3 { font-size: 30px; line-height: 40px; }
}



@media all and (max-height: 820px) and (min-width: 0px) {

	#team h3.team-heading {
		padding-left: 0;
	    padding-right: 0;
	    box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    -webkit-box-sizing: border-box;
	    font-size: 30px;
	    line-height: 30px;
	    top: 136px;
	}
}







	
	