@charset "UTF-8";
/* Mixin */
/* Mixin */
/* Mixin */
@-webkit-keyframes anim_fadeIn {
	0% {opacity: 0; }
	100% {opacity: 1; } }

@keyframes anim_fadeIn {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

img , div, body {
	filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
	
	filter: grayscale(1);
	filter: grayscale(100%);	
	filter: gray;
	/*filter:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' ><filter id='gray'><feColorMatrix in='SourceGraphic' type='saturate' values='0' /></filter></svg>#gray");*/
	filter: url('url("data:image/svg+xml;utf8,<svg%20xmlns='http://www.w3.org/2000/svg'><filter%20id='grayscale'><feColorMatrix%20type='matrix'%20values='0.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200%200%200%201%200'/></filter></svg>#grayscale");');

	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
}

.full-size, html, body {
	height: 100%;
	width: 100%; }

.m-top-18 {
	margin-top: 18px; }

.m-top-70 {
	margin-top: 70px; }

.m-top-75 {
	margin-top: 75px; }

.m-center-80 {
	margin: 80px auto; }

.m-top-90 {
	margin-top: 90px; }

.m-top-60 {
	margin-top: 60px; }

.m-bottom-25 {
	margin-bottom: 25px; }

.m-bottom-60 {
	margin-bottom: 60px; }

.m-bottom-90 {
	margin-bottom: 90px; }

.m-bottom-100 {
	margin-bottom: 100px; }

.m-bottom-145 {
	margin-bottom: 145px; }

.m-bottom-250 {
	margin-bottom: 250px; }

.clearfix, .whats-new-wrap .whats-new-sidebar .sort-area ul {
	*zoom: 1; }

:before,
:after {
	content: " ";
	/* 1 */
	display: table;
	/* 2 */ }

:after {
	clear: both; }

/** * For IE 6/7 only * Include this rule to trigger hasLayout and contain floats. */
*zoom: 1;
/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
	width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;

At the bottom of this section, we provide information about the spritesheet itself
$spritesheet: width height image $spritesheet-sprites;
*/
/*
These "retina group" variables are mappings for the naming and pairing of normal and retina sprites.

The list formatted variables are intended for mixins like `retina-sprite` and `retina-sprites`.
*/
/*
The provided mixins are intended to be used with the array-like variables

.icon-home {
	@include sprite-width($icon-home);
}

.icon-email {
	@include sprite($icon-email);
}
*/
/*
The `retina-sprite` mixin sets up rules and a media query for a sprite/retina sprite.
	It should be used with a "retina group" variable.

The media query is from CSS Tricks: https://css-tricks.com/snippets/css/retina-display-media-query/

$icon-home-group: ('icon-home', $icon-home, $icon-home-2x, );

.icon-home {
	@include retina-sprite($icon-home-group);
}
*/
/*
The `sprites` mixin generates identical output to the CSS template
	but can be overridden inside of SCSS

@include sprites($spritesheet-sprites);
*/
/*
The `retina-sprites` mixin generates a CSS rule and media query for retina groups
	This yields the same output as CSS retina template but can be overridden in SCSS

@include retina-sprites($retina-groups);
*/
.sprite, .selection, ul.list-files p.pdf-file:before {
	display: inline-block; }

.arrow-down-lg-hover {
	background-image: url(../img/sprite.png);
	background-position: -213px 0px;
	width: 53px;
	height: 27px; }
	@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {.arrow-down-lg-hover {background-image: url(../img/sprite-2x.png);background-size: 266px 236px; } }

.arrow-down-lg {
	background-image: url(../img/sprite.png);
	background-position: -159px -172px;
	width: 53px;
	height: 27px; }
	@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {.arrow-down-lg {background-image: url(../img/sprite-2x.png);background-size: 266px 236px; } }

.arrow-down {
	background-image: url(../img/sprite.png);
	background-position: -243px -27px;
	width: 12px;
	height: 11px; }
	@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {.arrow-down {background-image: url(../img/sprite-2x.png);background-size: 266px 236px; } }

.arrow-up-gold {
	background-image: url(../img/sprite.png);
	background-position: -105px -172px;
	width: 54px;
	height: 28px; }
	@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {.arrow-up-gold {background-image: url(../img/sprite-2x.png);background-size: 266px 236px; } }

.arrow-up {
	background-image: url(../img/sprite.png);
	background-position: -51px -172px;
	width: 54px;
	height: 28px; }
	@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {.arrow-up {background-image: url(../img/sprite-2x.png);background-size: 266px 236px; } }

.facebook-hover {
	background-image: url(../img/sprite.png);
	background-position: -51px -132px;
	width: 41px;
	height: 40px; }
	@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {.facebook-hover {background-image: url(../img/sprite-2x.png);background-size: 266px 236px; } }

.facebook-sm-hover {
	background-image: url(../img/sprite.png);
	background-position: -30px -207px;
	width: 30px;
	height: 29px; }
	@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {.facebook-sm-hover {background-image: url(../img/sprite-2x.png);background-size: 266px 236px; } }

.facebook-sm {
	background-image: url(../img/sprite.png);
	background-position: 0px -207px;
	width: 30px;
	height: 29px; }
	@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {.facebook-sm {background-image: url(../img/sprite-2x.png);background-size: 266px 236px; } }

.facebook {
	background-image: url(../img/sprite.png);
	background-position: -162px -75px;
	width: 41px;
	height: 40px; }
	@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {.facebook {background-image: url(../img/sprite-2x.png);background-size: 266px 236px; } }

.flag-thai-hover {
	background-image: url(../img/sprite.png);
	background-position: -213px -59px;
	width: 30px;
	height: 32px; }
	@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {.flag-thai-hover {background-image: url(../img/sprite-2x.png);background-size: 266px 236px; } }

.flag-thai {
	background-image: url(../img/sprite.png);
	background-position: -213px -123px;
	width: 30px;
	height: 32px; }
	@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {.flag-thai {background-image: url(../img/sprite-2x.png);background-size: 266px 236px; } }

.flag-uk-hover {
	background-image: url(../img/sprite.png);
	background-position: -213px -27px;
	width: 30px;
	height: 32px; }
	@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {.flag-uk-hover {background-image: url(../img/sprite-2x.png);background-size: 266px 236px; } }

.flag-uk-over {
	background-image: url(../img/sprite.png);
	background-position: -60px -207px;
	width: 30px;
	height: 27px; }
	@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {.flag-uk-over {background-image: url(../img/sprite-2x.png);background-size: 266px 236px; } }

.flag-uk {
	background-image: url(../img/sprite.png);
	background-position: -213px -91px;
	width: 30px;
	height: 32px; }
	@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {.flag-uk {background-image: url(../img/sprite-2x.png);background-size: 266px 236px; } }

.instagram-hover {
	background-image: url(../img/sprite.png);
	background-position: -92px -132px;
	width: 41px;
	height: 40px; }
	@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {.instagram-hover {background-image: url(../img/sprite-2x.png);background-size: 266px 236px; } }

.instagram-sm-hover {
	background-image: url(../img/sprite.png);
	background-position: -213px -155px;
	width: 30px;
	height: 30px; }
	@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {.instagram-sm-hover {background-image: url(../img/sprite-2x.png);background-size: 266px 236px; } }

.instagram-sm {
	background-image: url(../img/sprite.png);
	background-position: -174px -132px;
	width: 30px;
	height: 30px; }
	@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {.instagram-sm {background-image: url(../img/sprite-2x.png);background-size: 266px 236px; } }

.instagram {
	background-image: url(../img/sprite.png);
	background-position: -133px -132px;
	width: 41px;
	height: 40px; }
	@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {.instagram {background-image: url(../img/sprite-2x.png);background-size: 266px 236px; } }

.logo {
	background-image: url(../img/sprite.png);
	background-position: 0px 0px;
	width: 162px;
	height: 132px; }
	@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {.logo {background-image: url(../img/sprite-2x.png);background-size: 266px 236px; } }

.play-hover {
	background-image: url(../img/sprite.png);
	background-position: -162px 0px;
	width: 51px;
	height: 75px; }
	@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {.play-hover {background-image: url(../img/sprite-2x.png);background-size: 266px 236px; } }

.play {
	background-image: url(../img/sprite.png);
	background-position: 0px -132px;
	width: 51px;
	height: 75px; }
	@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {.play {background-image: url(../img/sprite-2x.png);background-size: 266px 236px; } }

.tick-grey {
	background-image: url(../img/sprite.png);
	background-position: -213px -185px;
	width: 24px;
	height: 18px; }
	@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {.tick-grey {background-image: url(../img/sprite-2x.png);background-size: 266px 236px; } }

.tick {
	background-image: url(../img/sprite.png);
	background-position: -237px -185px;
	width: 24px;
	height: 18px; }
	@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {.tick {background-image: url(../img/sprite-2x.png);background-size: 266px 236px; } }

/*
Social Icons Sprites
*/
.fb-sprite {
	background-image: url("../img/fb_sprite.png");
	background-position: 0 0;
	width: 41px;
	height: 40px; }
	.fb-sprite:hover, .fb-sprite:focus {background-position: 0 40px; }

.insta-sprite {
	background-image: url("../img/insta_sprite.png");
	background-position: 0 0;
	width: 41px;
	height: 40px; }
	.insta-sprite:hover, .insta-sprite:focus {background-position: 0 40px; }

a:hover i.facebook {
	background-image: url(../img/sprite.png);
	background-position: -51px -132px;
	width: 41px;
	height: 40px; }
	@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {a:hover i.facebook {background-image: url(../img/sprite-2x.png);background-size: 266px 236px; } }

a:hover i.instagram {
	background-image: url(../img/sprite.png);
	background-position: -92px -132px;
	width: 41px;
	height: 40px; }
	@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {a:hover i.instagram {background-image: url(../img/sprite-2x.png);background-size: 266px 236px; } }

a:hover i.arrow-down-lg {
	background-image: url(../img/sprite.png);
	background-position: -213px 0px;
	width: 53px;
	height: 27px; }
	@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {a:hover i.arrow-down-lg {background-image: url(../img/sprite-2x.png);background-size: 266px 236px; } }

a:hover i.flag-uk, a:hover i.flag-uk-off {
	background-image: url(../img/sprite.png);
	background-position: -213px -27px;
	width: 30px;
	height: 32px; }
	@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {a:hover i.flag-uk, a:hover i.flag-uk-off {background-image: url(../img/sprite-2x.png);background-size: 266px 236px; } }

a:hover i.flag-thai, a:hover i.flag-thai-off {
	background-image: url(../img/sprite.png);
	background-position: -213px -59px;
	width: 30px;
	height: 32px; }
	@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {a:hover i.flag-thai, a:hover i.flag-thai-off {background-image: url(../img/sprite-2x.png);background-size: 266px 236px; } }

a.lang-option .flag-uk,
a.lang-option .flag-thai-off, a.lang-option .flag-thai {
	display: inline-block;
	opacity: 0.5; }

a.lang-option:hover .flag-uk,
a.lang-option:hover .flag-thai-off, a.lang-option:hover .flag-thai, a.lang-option.active .flag-uk,
a.lang-option.active .flag-thai-off, a.lang-option.active .flag-thai {
	opacity: 1; }

@media only screen and (max-width: 1440px) {
	a i.facebook {background-image: url(../img/sprite.png);background-position: 0px -207px;width: 30px;height: 29px; } }
	@media only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 1440px) and (min-resolution: 192dpi) {a i.facebook {background-image: url(../img/sprite-2x.png);background-size: 266px 236px; } }

@media only screen and (max-width: 1440px) {
	a i.instagram {background-image: url(../img/sprite.png);background-position: -174px -132px;width: 30px;height: 30px; } }
	@media only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 1440px) and (min-resolution: 192dpi) {a i.instagram {background-image: url(../img/sprite-2x.png);background-size: 266px 236px; } }

@media only screen and (max-width: 1440px) {
	a:hover i.facebook {background-image: url(../img/sprite.png);background-position: -30px -207px;width: 30px;height: 29px; } }
	@media only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 1440px) and (min-resolution: 192dpi) {a:hover i.facebook {background-image: url(../img/sprite-2x.png);background-size: 266px 236px; } }

@media only screen and (max-width: 1440px) {
	a:hover i.instagram {background-image: url(../img/sprite.png);background-position: -213px -155px;width: 30px;height: 30px; } }
	@media only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 1440px) and (min-resolution: 192dpi) {a:hover i.instagram {background-image: url(../img/sprite-2x.png);background-size: 266px 236px; } }

/** 
*
* 
* Overridden Font styles of Sandbox 
*
*
**/
@font-face {
	font-family: 'brandon_textblack';
	src: url("../fonts/hvd_fonts_-_brandontext-black-webfont.eot");
	src: url("../fonts/hvd_fonts_-_brandontext-black-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hvd_fonts_-_brandontext-black-webfont.woff2") format("woff2"), url("../fonts/hvd_fonts_-_brandontext-black-webfont.woff") format("woff"), url("../fonts/hvd_fonts_-_brandontext-black-webfont.ttf") format("truetype"), url("../fonts/hvd_fonts_-_brandontext-black-webfont.svg#brandon_textblack") format("svg");
	font-weight: normal;
	font-style: normal; }

@font-face {
	font-family: 'brandon_text_regular';
	src: url("../fonts/hvd_fonts_-_brandontext-regular-webfont.eot");
	src: url("../fonts/hvd_fonts_-_brandontext-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hvd_fonts_-_brandontext-regular-webfont.woff2") format("woff2"), url("../fonts/hvd_fonts_-_brandontext-regular-webfont.woff") format("woff"), url("../fonts/hvd_fonts_-_brandontext-regular-webfont.ttf") format("truetype"), url("../fonts/hvd_fonts_-_brandontext-regular-webfont.svg#brandon_text_regular") format("svg");
	font-weight: normal;
	font-style: normal; }

@font-face {
	font-family: 'brandon_textblackitalic';
	src: url("../fonts/hvd_fonts_-_brandontext-blackitalic-webfont.eot");
	src: url("../fonts/hvd_fonts_-_brandontext-blackitalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hvd_fonts_-_brandontext-blackitalic-webfont.woff2") format("woff2"), url("../fonts/hvd_fonts_-_brandontext-blackitalic-webfont.woff") format("woff"), url("../fonts/hvd_fonts_-_brandontext-blackitalic-webfont.ttf") format("truetype"), url("../fonts/hvd_fonts_-_brandontext-blackitalic-webfont.svg#brandon_textblackitalic") format("svg");
	font-weight: normal;
	font-style: normal; }

@font-face {
	font-family: 'brandon_text_mediumitalic';
	src: url("../fonts/hvd_fonts_-_brandontext-mediumitalic-webfont.eot");
	src: url("../fonts/hvd_fonts_-_brandontext-mediumitalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hvd_fonts_-_brandontext-mediumitalic-webfont.woff") format("woff"), url("../fonts/hvd_fonts_-_brandontext-mediumitalic-webfont.ttf") format("truetype"), url("../fonts/hvd_fonts_-_brandontext-mediumitalic-webfont.svg#brandon_text_mediumitalic") format("svg");
	font-weight: normal;
	font-style: normal; }

@font-face {
	font-family: 'brandon_text_regularitalic';
	src: url("../fonts/hvd_fonts_-_brandontext-regularitalic-webfont.eot");
	src: url("../fonts/hvd_fonts_-_brandontext-regularitalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hvd_fonts_-_brandontext-regularitalic-webfont.woff") format("woff"), url("../fonts/hvd_fonts_-_brandontext-regularitalic-webfont.ttf") format("truetype"), url("../fonts/hvd_fonts_-_brandontext-regularitalic-webfont.svg#brandon_text_regularitalic") format("svg");
	font-weight: normal;
	font-style: normal; }

.alpha, body,
.chang-alpha,
header nav ul.language a,
#myModal.modal.chang-gate .modal-dialog .modal-content .modal-footnote,
.template-brand #our-awards-section .item-area .text-holder p,
.template-brand #our-campaigns-section .item-area .text-holder p {
	font-family: "brandon_text_regular"; }

.change-beta {
	font-family: "brandon_textblack"; }

.chang-charlie, .btn-back-to-top,
.btn-back-to-news, .follow-share-wrap .heading .left-col h3 span.thin.italic, .whats-new-wrap .load-news-area p.load-news, .whats-new-wrap .no-more-news p.load-news, .whats-new-wrap .load-news-area a.load-news, .whats-new-wrap .no-more-news a.load-news, .template-events .main .container-wrap .container .load-events-area a.load-events, .template-events .main .container-wrap .container .no-more-events p.load-events {
	font-family: "brandon_text_regularitalic"; }

.chang-delta, .btn, .btn-greenchang, h1.page-title, .page-heading h1, header nav ul li a, .news-feed .feed-item h3, .item-area .share-meta h4, .item-area .share-meta .meta-alignment .share-time, .whats-new-wrap .sort-area-top p, .whats-new-wrap .sort-area-top ul li a, .whats-new-wrap .whats-new-sidebar .sort-area p, .whats-new-wrap .whats-new-sidebar .sort-area ul li a, .brew-section-heading h3, #our-range-section .our-range-wrap .our-range h2, #our-range-section .our-range-wrap .our-range .beers-area h3, #our-range-section .our-range-wrap .our-range .beers-area p, #brew-ingredients-section .brew-ingredients-wrap .brew-ingredients h3, #map-section .map-wrap .map h3, .privacy-terms .left a, .privacy-terms .left h1, .privacy-terms .left h2, .privacy-terms .left h3, .privacy-terms .left h4, .privacy-terms .left .text-green, .template-brand .our-manifesto-wrap .our-manifesto h1, .template-brand .our-manifesto-wrap .our-manifesto h3, .template-brand #our-awards-section .item-area .text-holder h4, .template-brand #our-awards-section .item-area .text-holder h2, .template-brand #football-partners-section .football-partners h2, .template-brand #football-partners-section .football-partners h3, .template-brand #our-campaigns-section .item-area .text-holder h4 {
	font-family: "brandon_textblackitalic"; }

.chang-enigma, .page-copy p, #brew-ingredients-section .brew-ingredients-wrap .brew-ingredients, #map-section .map-wrap .map p {
	font-family: "brandon_text_mediumitalic"; }

.font-size-xxxxxl, h1,
.chang-font-size-xxxxxl {
	font-size: 58px; }

.font-size-xxxl, h2,
.chang-font-size-xxxl {
	font-size: 42px; }

.font-size-xxl, h3,
.chang-font-size-xxl {
	font-size: 36px; }

.font-size-md, .btn.btn-xl, h5, body,
.chang-font-size-md,
.news-feed .feed-item h3 {
	font-size: 30px; }

.font-size-sm, ul.list-files p.pdf-file a, .whats-new-wrap .load-news-area p.load-news, .whats-new-wrap .no-more-news p.load-news, .whats-new-wrap .load-news-area a.load-news, .whats-new-wrap .no-more-news a.load-news,
.chang-font-size-sm,
h6 {
	font-size: 24px; }

.font-size-xs,
.chang-font-size-xs,
.item-area .share-meta h4,
.whats-new-wrap .whats-new-sidebar .sort-area ul li a {
	font-size: 20px; }

.text-xxs, .single-post .device-list li b,
.chang-font-size-xxs,
.news-feed .feed-item p,
.item-area .share-overlay p,
.whats-new-wrap .whats-new-sidebar .sort-area p {
	font-size: 16px; }

.text-xxxs, .single-post .device-list li small {
	font-size: 11px; }

.text-uppercase {
	text-transform: uppercase; }

input, select, textarea {
	border-radius: 0px;
	background: transparent;
	outline: 0; }

select {
	-webkit-appearance: none; }

.form-control:active, .form-control:focus {
	border: 0;
	outline: none;
	box-shadow: none; }

/*
Custom checkbox and radio button css
*/
ul.selection-list {
	padding: 0; }
	ul.selection-list li {list-style: none; }

.selection {
	cursor: pointer;
	line-height: 25px;
	position: relative;
	padding: 0; }
	.selection input[type='checkbox'],
	.selection input[type='radio'] {opacity: 0;position: absolute;z-index: -1; }
	.selection span {margin-left: 30px; }

.select-container {
	overflow: hidden;
	background: url("../img/select-arrow.png") no-repeat 2px 50% transparent;
	width: 100%;
	height: 40px;
	margin: 0; }
	.select-container select {color: #fff;background: transparent;min-width: 150px;border: 0;text-transform: uppercase;font-size: 14px;cursor: pointer;height: 40px;line-height: 40px;padding: 0 0 0 25px;box-shadow: none; }
	.select-container:hover {background: url("../img/select-arrow-hover.png") no-repeat 2px 50% transparent; }
.select-container:hover select {color: #e3b34b; }

.form-horizontal .form-group {
	padding-left: 18px;
	margin: 0 0 14px 0; }
	.form-horizontal .form-group label {font-family: "brandon_textblackitalic";font-size: 25px;font-weight: normal;color: #0F783D;text-transform: uppercase;text-align: left;padding-top: 0;padding-left: 0; }
	.form-horizontal .form-group input[type=text], .form-horizontal .form-group input[type=email], .form-horizontal .form-group input[type=password],
	.form-horizontal .form-group select,
	.form-horizontal .form-group textarea {border: none;box-shadow: none;border-radius: 0;color: #333;font-size: 25px;padding: 0; }
.form-horizontal .form-group input[type=text]::-webkit-input-placeholder, .form-horizontal .form-group input[type=email]::-webkit-input-placeholder, .form-horizontal .form-group input[type=password]::-webkit-input-placeholder,
.form-horizontal .form-group select::-webkit-input-placeholder,
.form-horizontal .form-group textarea::-webkit-input-placeholder {color: #333; }
.form-horizontal .form-group input[type=text]:-moz-placeholder, .form-horizontal .form-group input[type=email]:-moz-placeholder, .form-horizontal .form-group input[type=password]:-moz-placeholder,
.form-horizontal .form-group select:-moz-placeholder,
.form-horizontal .form-group textarea:-moz-placeholder {color: #333; }
.form-horizontal .form-group input[type=text]::-moz-placeholder, .form-horizontal .form-group input[type=email]::-moz-placeholder, .form-horizontal .form-group input[type=password]::-moz-placeholder,
.form-horizontal .form-group select::-moz-placeholder,
.form-horizontal .form-group textarea::-moz-placeholder {color: #333; }
.form-horizontal .form-group input[type=text]:-ms-input-placeholder, .form-horizontal .form-group input[type=email]:-ms-input-placeholder, .form-horizontal .form-group input[type=password]:-ms-input-placeholder,
.form-horizontal .form-group select:-ms-input-placeholder,
.form-horizontal .form-group textarea:-ms-input-placeholder {color: #333; }
	.form-horizontal .form-group input[type=text], .form-horizontal .form-group input[type=email], .form-horizontal .form-group input[type=password] {line-height: 1em;display: block; }
	.form-horizontal .form-group select {line-height: 1em;display: block;width: auto;padding-bottom: 8px; }
	.form-horizontal .form-group textarea {line-height: 1em;display: block;width: 100%;padding-bottom: 8px;padding-top: 8px;padding-left: 21px;min-height: 186px; }
	.form-horizontal .form-group label.error {display: none !important; }
	.form-horizontal .form-group .status {/** * For IE 6/7 only * Include this rule to trigger hasLayout and contain floats. */*zoom: 1;clear: both;position: relative; }
.form-horizontal .form-group .status:before, .form-horizontal .form-group .status:after {content: " ";/* 1 */display: table;/* 2 */ }
.form-horizontal .form-group .status:after {clear: both; }
.form-horizontal .form-group .status i {position: absolute; }
.form-horizontal .form-group .status hr {margin-left: 35px;margin-top: 8px;margin-bottom: 3px;clear: both;border-bottom: 2px solid #0F783D; }
	.form-horizontal .form-group p {color: #333;font-size: 18px;margin-left: 38px;margin-top: 6px; }
.form-horizontal .form-group p a {color: #333;text-decoration: underline; }
	.form-horizontal .form-group.valid .status i.tick-grey {background-image: url(../img/sprite.png);background-position: -237px -185px;width: 24px;height: 18px; }
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {.form-horizontal .form-group.valid .status i.tick-grey {background-image: url(../img/sprite-2x.png);background-size: 266px 236px; } }

@media only screen and (max-width: 560px) {
	.form-horizontal .form-group {padding-left: 0; }
.form-horizontal .form-group label {font-size: 15px; }
.form-horizontal .form-group .form-control {height: 26px; }
.form-horizontal .form-group input[type=text], .form-horizontal .form-group input[type=email], .form-horizontal .form-group input[type=password],
.form-horizontal .form-group select,
.form-horizontal .form-group textarea {font-size: 15px; }
.form-horizontal .form-group textarea {padding-left: 0px;min-height: 100px; }
.form-horizontal .form-group p {font-size: 13px;margin-left: 18px;margin-top: 6px;line-height: 1.2em; } }

.btn:hover {
	color: #000091; }
	.btn:hover i {right: 10px; }

.btn.btn-white {
	background-color: #fff;
	color: #000000; }

.btn {
	font-size: 20px;
	height: 0px;
	display: inline-block;
	vertical-align: middle;
	border-radius: 0;
	background: transparent;
	color: #fff;
	border: 2px solid #fff;
	text-align: center;
	text-transform: uppercase;
	line-height: 0;
	padding: 18px; }
	.btn.btn-block {display: block; }
	.btn:hover {background-color: #e3b34b;opacity: 1;color: #fff; }
	.btn.btn-ltgreen {background: #4da93d; }
.btn.btn-ltgreen:hover {background: #e3b34b; }
	.btn.btn-sm {font-size: 16px;height: 15px;padding: 13px 23px;border: 1px solid #fff; }
	.btn.btn-lg {font-size: 27px;height: 15px;padding: 26px 23px;border: 2px solid #fff; }
	.btn.btn-xl {height: 50px;padding: 30px;border: 2px solid #fff; }

.btn-back-to-top,
.btn-back-to-news {
	color: #fff;
	text-transform: uppercase;
	display: block; }
	.btn-back-to-top i,
	.btn-back-to-news i {display: block;margin: 0 auto;margin-bottom: 30px;background-image: url(../img/sprite.png);background-position: -51px -172px;width: 54px;height: 28px; }
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {.btn-back-to-top i,
.btn-back-to-news i {background-image: url(../img/sprite-2x.png);background-size: 266px 236px; } }
	.btn-back-to-top span,
.btn-back-to-news span {display: block; }
.btn-back-to-top:hover, .btn-back-to-top:focus,
.btn-back-to-news:hover,
.btn-back-to-news:focus {text-decoration: none;color: #e3b34b; }
.btn-back-to-top:hover i, .btn-back-to-top:focus i,
.btn-back-to-news:hover i,
.btn-back-to-news:focus i {display: block;margin: 0 auto;margin-bottom: 30px;background-image: url(../img/sprite.png);background-position: -105px -172px;width: 54px;height: 28px; }@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {.btn-back-to-top:hover i, .btn-back-to-top:focus i,
.btn-back-to-news:hover i,
.btn-back-to-news:focus i {background-image: url(../img/sprite-2x.png);background-size: 266px 236px; } }

.btn-greenchang {font-size:21px;padding:19px 43px;text-align:center;text-transform: uppercase;}
.btn-greenchang:hover, .btn-greenchang:focus {background: #e3b34b;color: #fff;border: 2px solid #fff;}

.l-spacing-beta {
letter-spacing: -0.02em; }

.l-spacing-heading, h1, h2 {
letter-spacing: -0.01em; }

.l-spacing-heading-sm, h5, h6 {
letter-spacing: 0.003em; }

.l-spacing-heading-md, p, dl dt, dl dd {
letter-spacing: 0.001em; }

.l-spacing-heading-l, h5 {
letter-spacing: 0.05em; }

h1, h2, h3, h4, h5, h6,
p {
margin-top: 0;
margin-bottom: 1em; }

h1 {
line-height: 80px; }

h2 {
line-height: 74px; }

h3 {
line-height: 35px; }

h4 {
line-height: 1.2em; }

h5 {
font-weight: bold;
margin-bottom: 1rem; }

h6 {
margin-bottom: 1rem; }

p.font-beta {
font-size: 1.6rem; }

ul.font-beta li {
font-size: 1.6rem; }

/** 
*
* 
* Overridden Text styles of Sandbox 
*
*
**/
body.lang-en {
font-family: 'brandon_text_regular', Verdana, Helvetica, Arial, sans-serif;
font-size: 24px;
line-height: 1em;
margin-top: 0; }

h1 {
font-family: "brandon_textblack";
font-size: 58px; }
h1.page-title {font-size: 100px;margin: 30px 0;letter-spacing: -3px;font-weight: normal; }

h2 {
font-family: "brandon_textblack";
font-size: 42px; }

h3 {
font-family: "brandon_textblack";
font-size: 34px; }

h4 {
font-family: "brandon_text_regular";
font-size: 30px; }

h5 {
font-family: "brandon_text_regular";
font-size: 24px; }

h6 {
font-family: "brandon_text_regular";
font-size: 20px; }

h1, h2, h3, h4, h5 {
text-transform: uppercase; }

p {
font-size: 16px; }
p.page-intro {font-family: "brandon_text_mediumitalic";line-height: 1.5em;padding: 0 0 10px;font-size: 25px;letter-spacing: -0.2px; }

h1.thin, h2.thin, h3.thin, h4.thin, h5.thin, h6.thin, p.thin {
font-family: "brandon_text_regular"; }

h1.italic, h2.italic, h3.italic, h4.italic, h5.italic, h6.italic, p.italic {
font-family: "brandon_text_regularitalic"; }

h1.bolditalic, h2.bolditalic, h3.bolditalic, h4.bolditalic, h5.bolditalic, h6.bolditalic, p.bolditalic {
font-family: "brandon_textblackitalic"; }

.thin {
font-family: "brandon_text_regular"; }

.italic {
font-family: "brandon_text_regularitalic"; }

.bolditalic, blockquote:before {
font-family: "brandon_textblackitalic"; }

.mediumitalic {
font-family: "brandon_text_mediumitalic"; }

.page-copy p {
font-size: 24px;
line-height: 34px; }

.page-heading h1 {
margin: 0;
font-size: 95px;
letter-spacing: -0.05em; }

blockquote {
position: relative;
border: none;
color: #0F783D;
font-family: "brandon_text_regularitalic";
-webkit-font-smoothing: antialiased;
padding-left: 40px;
margin-bottom: 0;
font-size: 30px;
line-height: 1.3em; }
blockquote p {font-size: 30px;line-height: 1.3em; }
blockquote:before {content: '"';position: absolute;left: -26px;font-size: 114px;top: 29px;color: #ccc; }

@media only screen and (max-width: 1440px) {
h1 {font-size: 32px;line-height: 1.1em; }h1.page-title {font-size: 77px;margin: 0px 0;letter-spacing: -3px;font-weight: normal; }
h3 {font-size: 28px; }
p.page-intro {padding-bottom: 20px;margin-bottom: 0;font-size: 24px;line-height: 34px; }
blockquote {position: relative;border: none;color: #1e893a;font-family: "brandon_text_regularitalic";-webkit-font-smoothing: antialiased;padding-left: 30px; }blockquote p {font-size: 20px; }blockquote:before {left: -20px;font-size: 70px;top: 18px;color: #ccc; }
.page-copy {max-width: 540px;clear: both; }
.page-copy hr {border-width: 2px 0 0; }
.page-copy p {font-size: 22px;letter-spacing: -0.2px;line-height: 1.5em;margin-bottom: 0;padding-bottom: 20px; }
.page-heading h1 {font-size: 77px; } }

@media only screen and (max-width: 560px) {
h1 {font-size: 22px;line-height: 1.1em; }h1.page-title {font-size: 45px;margin: 0px 0;letter-spacing: -1px;font-weight: normal; }
h3 {font-size: 18px;line-height: 1.1em; }
p {font-size: 14px; }p.page-intro {padding-top: 0px;padding-bottom: 15px;margin-bottom: 0;font-size: 14px;line-height: 1.5em; }
blockquote {position: relative;border: none;color: #1e893a;font-family: "brandon_text_regularitalic";-webkit-font-smoothing: antialiased;padding-left: 20px; }blockquote p {font-size: 16px; }blockquote:before {left: -12px;font-size: 55px;top: 18px;color: #ccc; }
.page-copy p {font-size: 15px;line-height: 1.3em;padding-right: 50px; }
.page-copy hr {margin: 10px 0; }
.page-heading h1 {font-size: 50px;letter-spacing: -3.6px; } }

.main-container {
margin: 0 auto; }

.page-container {
width: 975px;
margin: 0 50px 0 auto; }

html, body {
height: 100%; }

#wrapper {
min-height: 100%;
position: relative; }
#wrapper footer {position: absolute;z-index: 100;bottom: 0;width: 100%; }

.no-padding, .item-area .share-meta .meta-alignment .share-avatar, .item-area .share-meta .meta-alignment .share-time {
padding: 0; }

.no-margin {
margin: 0; }

.hidden-tablet {
display: block; }

.hidden-phone {
display: block; }

.visible-desktop {
display: block; }

.visible-phone {
display: none; }

.hidden-desktop {
display: none; }

.pull-left {
float: left; }

.absolute {
position: absolute; }

.relative, .single-post .download-desc-wrapper {
position: relative; }

.text-center, .single-post .download-desc-wrapper h3, .single-post .device-list {
text-align: center; }

.clearfix, .whats-new-wrap .whats-new-sidebar .sort-area ul {
clear: both; }

@media only screen and (max-width: 560px) {
#wrapper {min-height: 100%;position: relative; }#wrapper footer {position: relative; }
.visible-phone {display: block; }
.hidden-phone {display: none; }
.chang-font-size-sm, h6 {font-size: 14px; } }

.page-wrap .page-bg {
background-image: url("../img/Desktop-WhatsNew_01.jpg");
background-size: cover;
background-position: center center;
position: fixed;
top: 0;
left: 0;
height: 100%;
width: 100%; }

.page-wrap.whats-new-wrap .page-bg {
background-image: url("../img/Desktop-WhatsNew_01.jpg"); }

html, body {
position: relative;
margin: 0px;
padding: 0px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-rendering: optimizeLegibility;
-webkit-font-feature-settings: "kern" 1; -moz-font-feature-settings: "kern" 1;font-feature-settings: "kern" 1; }

body {
color: #fff; }

img {
max-width: 100%;
height: auto; }

ul.list-2 {
overflow: hidden; }
ul.list-2 li {float: left;width: 50%;padding-right: 20px; }

ul.list-files p.pdf-file:before {
content: '';
float: left;
margin-right: 20px; }

ul.list-files p.pdf-file a {
border-bottom: 1px solid; }

.list-default, ul.menu, ul.list-2, ul.list-files, .inline, .single-post .device-list {
padding: 0; }
.list-default li, ul.menu li, ul.list-2 li, ul.list-files li, .inline li, .single-post .device-list li {list-style: none; }
.list-default a, ul.menu a, ul.list-2 a, ul.list-files a, .inline a, .single-post .device-list a {text-decoration: none; }

.inline li {
display: inline-block;
margin-right: 48px; }

.reverse {
-webkit-transform: rotateZ(180deg);
transform: rotateZ(180deg); }

.spot {
background-color: #000091;
width: 50px;
height: 50px;
line-height: 56px;
color: #fff;
text-align: center;
border-radius: 50%; }

.dot {
position: relative;
padding-left: 30px; }
.dot:before {content: " ";background-color: #fff;height: 12px;width: 12px;border-radius: 50%;position: absolute;top: 3px;left: 0; }
.dot.dot-white {color: #fff; }
.dot.dot-colour-blue:before {background-color: #000091; }

span.dot:before {
top: 1px; }

dl dd {
margin-bottom: 40px; }

a.social-icons-rw {
color: #0F783D;
font-size: 19px; }
a.social-icons-rw .fa-color:before {color: #fff; }

a.link {
font-family: "brandon_text_regular";
color: #006837;
text-decoration: underline; }
a.link:hover {color: #e3b34b; }

/** 
* 
* Overridden General Styles of Sandbox
*
*
**/
body {
color: #fff;
background: #00423B; }

a {
color: #fff;
text-decoration: none; }
a:hover, a:focus {color: #fff;text-decoration: none; }

.intro-content p {
font-size: 24px;
line-height: 34px; }

@media only screen and (max-width: 1440px) {
.hidden-tablet {display: none; }
.visible-tablet {display: block; } }

@media screen and (max-width: 767px) {
.chang-font-size-sm, h6 {font-size: 14px; } }

header {
position: fixed;
z-index: 201;
height: 100%;
min-height: 901px; }
header a {color: #fff; }header a:hover {color: #fff; }header a.logo-top {position: absolute;top: 33px;left: 52px;width: 163px; }header a.btn-nav-menu {position: absolute;top: 215px;left: 115px;display: block;height: 36px;width: 36px;background-color: rgba(255, 0, 0, 0); }header a.btn-nav-menu i {background-color: #ffffff;height: 5px;width: 35px;display: block;position: absolute;-webkit-transform: rotate(0deg);transform: rotate(0deg);-webkit-transition: .5s ease-in-out;transition: .5s ease-in-out;cursor: pointer; }header a.btn-nav-menu i:nth-child(1) {top: 0px;-webkit-transform-origin: left center;transform-origin: left center; }header a.btn-nav-menu i:nth-child(2) {top: 13px;-webkit-transform-origin: left center;transform-origin: left center; }header a.btn-nav-menu i:nth-child(3) {top: 27px;-webkit-transform-origin: left center;transform-origin: left center; }header a.btn-nav-menu.open i:nth-child(1) {-webkit-transform: rotate(45deg);transform: rotate(45deg);top: -3px;left: 2px;width: 48px; }header a.btn-nav-menu.open i:nth-child(2) {width: 0%;opacity: 0; }header a.btn-nav-menu.open i:nth-child(3) {-webkit-transform: rotate(-45deg);transform: rotate(-45deg);top: 31px;left: 2px;width: 48px; }
header nav {position: absolute;top: 300px;left: 60px;display: none; }header nav#nav-bottom {bottom: 20px;top: auto; }header nav ul {list-style: none;padding-left: 0; }header nav ul li a {text-align: center;width: 150px;display: block;text-transform: uppercase;letter-spacing: -0.4px;padding: 17px 0;font-size: 26px;-webkit-transition: color 0.4s ease;transition: color 0.4s ease; }header nav ul li a:hover {color: #e3b34b; }header nav ul li hr {margin: 20px 18px; }
.single-post header nav ul li.whats-new a,
.page-template-page-whats-new-php header nav ul li.whats-new a {color: #e3b34b; }header nav ul li.contact-option:before {content: ' ';margin: 20px 18px;border-top: 1px solid #eee;display: block; }header nav ul.social-icons li a {padding: 0;display: block;margin: 0 auto;background-color: transparent; }header nav ul.social-icons li a i {display: block; }header nav ul.flags {margin-bottom: 0; }header nav ul.flags li a {padding: 0;width: 50%;display: inline-block;float: left; }header nav ul.language {padding: 0; }header nav ul.language a {font-size: 15px;padding: 0; }

#nav-bg {
-webkit-transform: rotateZ(49deg);
transform: rotateZ(49deg);
position: fixed;
pointer-events: none;
top: -489px;
left: -280px;
width: 1070px;
height: 1600px;
z-index: 100;
opacity: 1; }
#nav-bg .img {position: absolute;top: 0;left: 0;width: 100%;height: 100%; }
#nav-bg.open {pointer-events: none; }

#nav-underlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(1, 79, 47, 0.9);
z-index: 99;
display: none; }

#test {
background-color: #FF0000;
position: absolute;
top: 0;
left: 0;
width: 400px;
height: 400px; }
#test:hover {background-color: #00ff00; }

@media only screen and (max-width: 1440px) {
header {min-height: 768px; }header a {color: #fff; }header a:hover {color: #fff; }header a.logo-top {width: 120px;position: absolute;top: 22px;left: 30px; }header a.btn-nav-menu {top: 143px;left: 76px;display: block;height: 30px;width: 30px; }header a.btn-nav-menu i {height: 4px;width: 28px; }header a.btn-nav-menu i:nth-child(1) {top: 0px; }header a.btn-nav-menu i:nth-child(2) {top: 10px; }header a.btn-nav-menu i:nth-child(3) {top: 20px; }header a.btn-nav-menu.open i:nth-child(1) {top: -3px;left: 2px;width: 32px; }header a.btn-nav-menu.open i:nth-child(2) {width: 0%;opacity: 0; }header a.btn-nav-menu.open i:nth-child(3) {top: 20px;left: 2px;width: 32px; }header nav {top: 190px;left: 20px;font-size: 22px; }header nav ul {padding-left: 0; }header nav ul li a {padding: 13px 0; } }

@media only screen and (max-width: 560px) {
header {position: fixed;z-index: 201;background-color: rgba(255, 0, 0, 0);width: 200px;height: 100px;min-height: 0; }header a {color: #fff; }header a:hover {color: #fff; }header a.logo-top {position: absolute;top: 14px;left: 14px;width: 54px; }header a.btn-nav-menu {top: 24px;left: 90px;display: block;height: 22px;width: 22px; }header a.btn-nav-menu i {height: 3px;width: 20px; }header a.btn-nav-menu i:nth-child(1) {top: 0px; }header a.btn-nav-menu i:nth-child(2) {top: 8px; }header a.btn-nav-menu i:nth-child(3) {top: 16px; }header a.btn-nav-menu.open i:nth-child(1) {top: -1px;left: 1px;width: 24px; }header a.btn-nav-menu.open i:nth-child(2) {width: 0%;opacity: 0; }header a.btn-nav-menu.open i:nth-child(3) {top: 16px;left: 1px;width: 24px; }header nav {top:44px;left: 75px; }header nav ul {margin-bottom: 20px; }header nav ul li a {font-size: 22px; }header nav ul li hr {margin: 10px 25px; }header nav ul.social-icons {width: 130px;margin-left: 10px;/** * For IE 6/7 only * Include this rule to trigger hasLayout and contain floats. */*zoom: 1; }header nav ul.social-icons:before, header nav ul.social-icons:after {content: " ";/* 1 */display: table;/* 2 */ }header nav ul.social-icons:after {clear: both; }header nav ul.social-icons li {width: 50%;float: left; }header nav ul.social-icons li a i.fa-color {color: #014f2f; }header nav ul.flags {position: absolute;width: 100px;margin: 0 auto;top: 70px;left: -30px; }header nav ul.language {position: absolute;left: 72px;top: 67px;width: 100px;margin: 0 auto; }header nav#nav-bottom {bottom: auto;top: 450px; } }

@media screen and (max-height: 880px) and (min-width: 900px) {header nav ul li a {font-size: 25px;padding: 15px 0;}}
@media screen and (max-height: 785px) and (min-width: 900px) {header a.btn-nav-menu {top: 176px; }header nav {top: 220px; }header nav ul li a {font-size: 20px;padding: 10px 0; }header nav ul.social-icons {width: 100px;margin: 0 auto;/** * For IE 6/7 only * Include this rule to trigger hasLayout and contain floats. */*zoom: 1; }header nav ul.social-icons:before, header nav ul.social-icons:after {content: " ";/* 1 */display: table;/* 2 */ }header nav ul.social-icons:after {clear: both; }header nav ul.social-icons li {width: 50%;float: left;margin-bottom: 15px; }header nav ul.social-icons li a i.fa-color {color: #014f2f; }header nav ul.flags {margin-bottom: 0; }header nav ul.flags li a {padding: 0; }header nav#nav-bottom {top:570px;bottom: auto; }}

footer {
position: relative;
z-index: 99;
bottom: 0;
width: 100%; }
footer.fixed {position: absolute;z-index: 100;bottom: 0;width: 100%; }

.footer-wrap {
background: #055C40;
position: relative;
/** * For IE 6/7 only * Include this rule to trigger hasLayout and contain floats. */
*zoom: 1; }
.footer-wrap:before, .footer-wrap:after {content: " ";/* 1 */display: table;/* 2 */ }
.footer-wrap:after {clear: both; }
.footer-wrap .footer {padding: 8px; }
.footer-wrap .footer .copyright-bottom {display: none; }
.footer-wrap .footer .left-col {float: left; }
.footer-wrap .footer .right-col {float: right; }
.footer-wrap .footer h3 {margin: 0;margin-left: 20px;font-size: 34px;letter-spacing: -2.5px; }
.footer-wrap .footer p {margin-bottom: 0; }
.footer-wrap .footer nav {margin-right: 12px; }
.footer-wrap .footer nav ul {margin-bottom: 0;padding-bottom: 0;margin-top: 4px; }.footer-wrap .footer nav ul li {padding-left: 0;padding-right: 4px; }.footer-wrap .footer nav ul li a {font-family: "brandon_text_mediumitalic";font-size: 15px;color: #fff;text-transform: uppercase;margin: 0 8px;letter-spacing: -0.5px; }.footer-wrap .footer nav ul li a:hover, .footer-wrap .footer nav ul li a:focus {color: #e3b34b; }
.footer-wrap .footer .copyright {margin-top: 5px;font-family: "brandon_text_regularitalic";font-size: 14px;line-height: 30px;margin-right: 25px; }

@media only screen and (max-width: 1230px) {
.footer-wrap .footer .copyright-top {display: none; }
.footer-wrap .footer .copyright-bottom {display: block;clear: both;float: right; } }

@media only screen and (max-width: 1440px) {
.footer-wrap .footer .left-col {padding: 0; }
.footer-wrap .footer h3 {font-size: 29px;margin-top: 5px;margin-left: 14px; }
.footer-wrap .footer nav {margin-right: 0px;float: left; }
.footer-wrap .footer nav ul {margin-top: 2px; }
.footer-wrap .footer nav ul li {line-height: 20px; }.footer-wrap .footer nav ul li a {font-size: 12px; }
.footer-wrap .footer .copyright-bottom {font-size: 10px;margin-top: -5px;margin-right: 10px;line-height: 1em; } }

@media screen and (max-width: 730px) {
.footer-wrap .footer {padding: 20px 0 10px; }
.footer-wrap .footer .copyright {font-size: 9.5px; }
.footer-wrap .footer h3.left-col {float: none;display: block;text-align: center;margin-left: 0;font-size: 15px;letter-spacing: 0px; }
.footer-wrap .footer nav {float: none !important;width: 100%; }
.footer-wrap .footer nav ul {display: block; }.footer-wrap .footer nav ul li {display: block;margin: 15px 0; }.footer-wrap .footer nav ul li a {text-align: center;display: block;font-size: 11px; }
.footer-wrap .footer p.copyright-bottom {display: block;text-align: center;float: none; } }

.cross {
width: 35px;
height: 35px;
position: relative;
display: block; }
.cross i {position: absolute;width: 6px;height: 6px;top: 0;left: 0;background-color: #0F783D; }
.cross i:first-child {top: 14.5px;width: 35px; }
.cross i:last-child {left: 14.5px;height: 35px; }
.cross.rotate45 {-webkit-transform: rotateZ(45deg);transform: rotateZ(45deg); }

.cross20 {
width: 20px;
height: 20px;
position: relative;
display: block; }
.cross20 i {position: absolute;width: 4px;height: 4px;top: 0;left: 0;background-color: #0F783D; }
.cross20 i:first-child {top: 8px;width: 20px; }
.cross20 i:last-child {left: 8px;height: 20px; }
.cross20.rotate45 {-webkit-transform: rotateZ(45deg);transform: rotateZ(45deg); }

.modal-backdrop {
background-color: #014f2f; }
.modal-backdrop.in {opacity: .9; }

#contactThanks {
color: #014f2f;
font-size: 20px;
padding-bottom: 20px;
display: none; }

.modal.modal-default .modal-header {
height: 66px;
border-bottom: none;
padding-top: 18px; }

.modal.modal-default .modal-dialog {
max-width: 540px; }

.modal.modal-default .modal-content {
border-radius: 0; }

.modal.modal-default .modal-body {
padding: 0 0px 0px 30px; }

.modal.modal-default .modal-footer {
padding: 0 30px 0px 30px;
border-top: none;
margin: 0;
height: 30px;
text-align: center; }
.modal.modal-default .modal-footer .btn-lg {font-size: 35px;padding: 30px 39px;position: relative;top: -10px; }
.modal.modal-default .modal-footer .btn-lg:hover {background-color: #e3b34b; }

.modal.modal-default .close {
opacity: 1;
width: 38px; }

@media only screen and (max-width: 560px) {
.modal.modal-default .modal-header {height: 46px;border-bottom: none;padding-top: 18px;padding-right: 18px; }
.modal.modal-default .modal-header .cross {width: 20px;height: 20px;position: relative;display: block; }
.modal.modal-default .modal-header .cross i {position: absolute;width: 4px;height: 4px;top: 0;left: 0;background-color: #0F783D; }.modal.modal-default .modal-header .cross i:first-child {top: 8px;width: 20px; }.modal.modal-default .modal-header .cross i:last-child {left: 8px;height: 20px; }
.modal.modal-default .modal-header .cross.rotate45 {-webkit-transform: rotateZ(45deg);transform: rotateZ(45deg); }
.modal.modal-default .modal-dialog {max-width: 540px; }
.modal.modal-default .modal-content {border-radius: 0; }
.modal.modal-default .modal-body {padding: 0 0px 0px 20px; }
.modal.modal-default .modal-footer {padding: 0 30px 0px 30px;border-top: none;margin: 0;height: 20px;text-align: center; }
.modal.modal-default .modal-footer .btn-lg {font-size: 18px;padding: 20px 29px;position: relative;top: -10px; }
.modal.modal-default .modal-footer .btn-lg:hover {background-color: #e3b34b; }
.modal.modal-default .close {opacity: 1;width: 20px; } }

#myModal.modal.chang-gate {
background-color: rgba(0, 0, 0, 1);
-webkit-filter: grayscale(100%) !important;
	filter:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' ><filter id='gray'><feColorMatrix in='SourceGraphic' type='saturate' values='0' /></filter></svg>#gray") !important;
	filter:grayscale(100%) !important;

}
#myModal.modal.chang-gate .modal-dialog {width: 61%;max-width: 700px;margin-top: 130px; }#myModal.modal.chang-gate .modal-dialog .modal-content {background-color: transparent;box-shadow: none;border: 0; }#myModal.modal.chang-gate .modal-dialog .modal-content h2 {line-height: 45px;margin-top: 75px; }#myModal.modal.chang-gate .modal-dialog .modal-content h6 {text-align: right; }#myModal.modal.chang-gate .modal-dialog .modal-content hr {border: 1px solid #fff;margin: 45px auto 30px;width: 131px; }#myModal.modal.chang-gate .modal-dialog .modal-content .btn-modalYes {background-color: #0F783D; }#myModal.modal.chang-gate .modal-dialog .modal-content .btn-modalYes:hover {background-color: #e3b34b; }#myModal.modal.chang-gate .modal-dialog .modal-content .sub-container {width: 500px;margin: 0 auto 10px; }#myModal.modal.chang-gate .modal-dialog .modal-content .sub-container h6 {margin-top: 20px; }#myModal.modal.chang-gate .modal-dialog .modal-content .sub-container h6 form {margin-top: 10px; }#myModal.modal.chang-gate .modal-dialog .modal-content .sub-container .country-label h6 {margin: 0 0 0 auto;padding: 10px;color: #fff; }#myModal.modal.chang-gate .modal-dialog .modal-content .sub-container .language-picker {text-align: left;margin-top: 15px; }#myModal.modal.chang-gate .modal-dialog .modal-content .sub-container .language-picker a {display: inline-block;margin-right: 30px; }#myModal.modal.chang-gate .modal-dialog .modal-content .old-site-area {margin: 30px 0 0; }#myModal.modal.chang-gate .modal-dialog .modal-content .old-site-area h6 {text-transform: uppercase; }
#myModal.modal.chang-gate .modal-dialog .modal-content .old-site-area h6 .btn {margin-left: 10px; }#myModal.modal.chang-gate .modal-dialog .modal-content .old-site-area h6 .btn.btn-enter-here-2 {display: none; }#myModal.modal.chang-gate .modal-dialog .modal-content .modal-footnote {color: #699774;margin: 50px 0 0; }#myModal.modal.chang-gate .modal-dialog .modal-content .modal-footnote a {text-decoration: underline;color: #699774; }#myModal.modal.chang-gate .modal-dialog .modal-content .modal-footnote a:hover {color: #e3b34b; }

@media only screen and (max-width: 1440px) {
#myModal.modal.chang-gate .modal-dialog {margin: 0 auto;width: 100%;max-width: 650px; }#myModal.modal.chang-gate .modal-dialog .modal-content h2 {margin-top: 35px;line-height: 34px;font-size: 28px; }#myModal.modal.chang-gate .modal-dialog .modal-content h3 {font-size: 24px; }#myModal.modal.chang-gate .modal-dialog .modal-content p {font-size: 14px; }#myModal.modal.chang-gate .modal-dialog .modal-content .btn {margin-bottom: 20px;padding: 24px;font-size: 24px; }#myModal.modal.chang-gate .modal-dialog .modal-content .language-wrap {text-align: center; }#myModal.modal.chang-gate .modal-dialog .modal-content .language-wrap .sub-container h6 {text-align: center; }#myModal.modal.chang-gate .modal-dialog .modal-content .language-wrap .sub-container .language-picker a {margin: 0 10px; }#myModal.modal.chang-gate .modal-dialog .modal-content .country-wrap {text-align: center; }#myModal.modal.chang-gate .modal-dialog .modal-content .country-wrap .sub-container h6 {text-align: center; }#myModal.modal.chang-gate .modal-dialog .modal-content .old-site-area h6 {font-size: 12px;text-align: center; }#myModal.modal.chang-gate .modal-dialog .modal-content .old-site-area h6 .btn {font-size: 12px;height: 27px;padding: 13px 23px;vertical-align: top;margin-top: -7px; } }

@media only screen and (max-width: 900px) {
#myModal.modal.chang-gate .modal-dialog {margin: 0 auto;width: 100%;max-width: 400px; }#myModal.modal.chang-gate .modal-dialog .modal-content h2 {line-height: 34px;font-size: 28px; }#myModal.modal.chang-gate .modal-dialog .modal-content h3 {font-size: 24px; }#myModal.modal.chang-gate .modal-dialog .modal-content p {font-size: 14px; }#myModal.modal.chang-gate .modal-dialog .modal-content .sub-container {width: 50%; }#myModal.modal.chang-gate .modal-dialog .modal-content .btn {margin-bottom: 20px;padding: 24px;font-size: 24px; }#myModal.modal.chang-gate .modal-dialog .modal-content .language-wrap {text-align: center; }#myModal.modal.chang-gate .modal-dialog .modal-content .language-wrap .sub-container h6 {text-align: center; }#myModal.modal.chang-gate .modal-dialog .modal-content .language-wrap .sub-container .language-picker {text-align: center; }#myModal.modal.chang-gate .modal-dialog .modal-content .language-wrap .sub-container .language-picker a {margin: 0 10px; }#myModal.modal.chang-gate .modal-dialog .modal-content .country-wrap {text-align: center; }#myModal.modal.chang-gate .modal-dialog .modal-content .country-wrap .sub-container h6 {text-align: center; }#myModal.modal.chang-gate .modal-dialog .modal-content .old-site-area h6 .btn {margin-left: 10px; }#myModal.modal.chang-gate .modal-dialog .modal-content .old-site-area h6 .btn.btn-enter-here-1 {display: none; }#myModal.modal.chang-gate .modal-dialog .modal-content .old-site-area h6 .btn.btn-enter-here-2 {font-size: 17px;display: block;max-width: 175px;margin: 0 auto; } }

@media only screen and (max-width: 560px) {
#myModal.modal.chang-gate .modal-dialog .modal-content .old-site-area h6 {text-align: center; }#myModal.modal.chang-gate .modal-dialog .modal-content .old-site-area h6 .btn.visible-phone {margin: 0 auto; } }

.news-feed ul {
margin-left: -30px;
margin-right: -30px;
margin-top: 0;
margin-bottom: 0;
/** * For IE 6/7 only * Include this rule to trigger hasLayout and contain floats. */
*zoom: 1; }
.news-feed ul:before, .news-feed ul:after {content: " ";/* 1 */display: table;/* 2 */ }
.news-feed ul:after {clear: both; }
.news-feed ul li {width: 50%;float: left;padding: 0 30px 40px; }

.news-feed .feed-item {
cursor: pointer; }
.news-feed .feed-item:nth-child(2n+1) {clear: left; }
.news-feed .feed-item img {width: 100%; }
.news-feed .feed-item h3 {margin: 0;color: #006837; }
.news-feed .feed-item .img-holder {overflow: hidden;box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.5); }
.news-feed .feed-item .feed-meta {background: #fff none repeat scroll 0 0;bottom: 25px;color: #333333;left: 4%;top: 0;padding: 25px;position: relative;width: 92%;text-align: left;white-space: normal;word-wrap: break-word;min-height: 231px;box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.5); }
.news-feed .feed-item .feed-meta h3 {margin: 10px 0 8px;font-size: 38px;letter-spacing: -1px; }
.news-feed .feed-item .button-holder {left: auto;position: absolute;right: -20px;bottom: -30px; }
.news-feed .feed-item .button-holder .btn {box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.5); }

@media only screen and (max-width: 1440px) {
.news-feed .feed-item .feed-meta {min-height: 300px; } }

@media only screen and (max-width: 900px) {
.news-feed ul {margin-left: -20px;margin-right: -20px;margin-top: 0;margin-bottom: 0;/** * For IE 6/7 only * Include this rule to trigger hasLayout and contain floats. */*zoom: 1; }
.news-feed ul:before, .news-feed ul:after {content: " ";/* 1 */display: table;/* 2 */ }
.news-feed ul:after {clear: both; }
.news-feed ul li {width: 100%;float: none;padding: 0 20px 20px; }
.news-feed .feed-item .feed-meta {bottom: 32px;padding: 15px 27px 7px;min-height: auto;text-align: left; }
.news-feed .feed-item .feed-meta h3 {font-size: 31px;line-height: 36px;margin: 10px 0 8px;letter-spacing: 0px; }
.news-feed .feed-item .button-holder {bottom: -35px; } }

@media screen and (max-width: 640px) {
.news-feed ul {margin-left: -10px;margin-right: -10px; }
.news-feed ul li {padding: 0;width: 100%; }
.news-feed .feed-item {margin: 0 0 20px;width: 100%; }
.news-feed .feed-item .feed-meta {bottom: 20px;padding: 11px 20px; }
.news-feed .feed-item .feed-meta h3 {margin-bottom: 5px;font-size: 22px;line-height: 22px;letter-spacing: -0.5px; }
.news-feed .feed-item .feed-meta p {font-size: 12px;line-height: 1.2em; }
.news-feed .feed-item .feed-meta .button-holder {right: -12px;bottom: -25px; }.news-feed .feed-item .feed-meta .button-holder .btn.btn-readmore {font-size: 14px;line-height: 0px;padding: 13px 22px;text-align: center;text-transform: uppercase;height: 30px;border: 1px solid #ffffff; } }

.item-area {
box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.5);
width: 300px;
height: 300px;
float: left;
margin-right: 20px;
position: relative; }
.item-area .item-overlay {background: #014f2f;width: 100%;height: 100%;position: absolute;opacity: 0;z-index: 2;padding: 20px;text-align: center;-webkit-transition: opacity 0.2s linear;transition: opacity 0.2s linear;overflow: hidden; }
.item-area .item-overlay .item-center {position: relative;top: 50%;-webkit-transform: translateY(-50%);transform: translateY(-50%); }
.item-area .item-overlay:hover {background: rgba(1, 79, 47, 0.9) none repeat scroll 0 0;opacity: 1; }
.item-area .item-overlay h3 {font-size: 32px;margin-top: 40px;margin-bottom: 0; }
.item-area .item-overlay a {text-decoration: underline;color: #fff; }
.item-area .item-overlay a:hover, .item-area .item-overlay a:focus {color: #e3b34b; }
.item-area .item-overlay p {font-size: 16px;line-height: 1.3em;white-space: normal;word-wrap: break-word; }
.item-area .item-overlay hr {width: 150px; }
.item-area .share-overlay {background: #014f2f;width: 100%;height: 100%;position: absolute;opacity: 0;z-index: 2;padding: 20px;text-align: center;-webkit-transition: opacity 0.2s linear;transition: opacity 0.2s linear; }
.item-area .share-overlay:hover {background: rgba(1, 79, 47, 0.9) none repeat scroll 0 0;opacity: 1; }
.item-area .share-overlay h3 {font-size: 28px;margin-top: 40px;margin-bottom: 0; }
.item-area .share-overlay a {text-decoration: underline;color: #fff; }
.item-area .share-overlay hr {width: 150px; }
.item-area .share-meta {background: rgba(1, 79, 47, 0);background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(1, 79, 47, 0)), color-stop(100%, #014f2e));background: -webkit-linear-gradient(top, rgba(1, 79, 47, 0) 0%, #014f2e 100%);background: linear-gradient(to bottom, rgba(1, 79, 47, 0) 0%, #014f2e 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#014f2f', endColorstr='#014f2e', GradientType=0 );width: 100%;height: 20%;position: absolute;z-index: 1;bottom: 0;display: table; }
.item-area .share-meta h4 {margin: 0;overflow: hidden;text-overflow: ellipsis; }
.item-area .share-meta .meta-alignment {position: absolute;bottom: 0;width: 100%;height: 55px; }
.item-area .share-meta .meta-alignment .share-avatar {vertical-align: top;padding-left: 3%;width: 18%;float: left; }.item-area .share-meta .meta-alignment .share-avatar img {border: 2px solid #fff; }
.item-area .share-meta .meta-alignment .share-title {vertical-align: top;width: 60%;float: left;padding-left: 8px;padding-right: 0;padding-top: 9px; }
.item-area .share-meta .meta-alignment .share-time {vertical-align: top;width: 20%;float: right;padding-right: 8px;padding-top: 9px; }.item-area .share-meta .meta-alignment .share-time p {font-size: 10px;text-transform: uppercase;padding-right: 3px;text-align: right; }

.item-end {
width: 270px;
height: 270px;
float: left;
text-align: center;
padding-left: 30px;
padding-top: 39px;
padding-right: 40px; }
.item-end h3 {letter-spacing: -1px;margin-bottom: 0; }
.item-end hr {margin: 12px 40px 20px; }
.item-end .btn {margin-bottom: 20px; }
.share-carousel .item-end {padding-top: 72px; }

.follow-share-carousel {
padding-left: 240px; }
.follow-share-carousel .owl-controls {position: relative;width: 100%;top: 0;height: 1px;padding: 0;margin: 0; }
.follow-share-carousel .owl-controls .owl-nav {width: 100%; }
.follow-share-carousel .owl-controls .owl-nav .owl-prev {background: transparent;bottom: 165px;left: -70px;position: absolute;z-index: 99; }
.follow-share-carousel .owl-controls .owl-nav .owl-next {background: transparent;bottom: 165px;right: 20px;position: absolute;z-index: 99; }
.follow-share-carousel .follow-share-carousel-container {/** * For IE 6/7 only * Include this rule to trigger hasLayout and contain floats. */*zoom: 1;-webkit-transition: 0.7s ease-in-out;transition: 0.7s ease-in-out;width: 10000px;padding-bottom: 50px; }
.follow-share-carousel .follow-share-carousel-container:before, .follow-share-carousel .follow-share-carousel-container:after {content: " ";/* 1 */display: table;/* 2 */ }
.follow-share-carousel .follow-share-carousel-container:after {clear: both; }

.follow-share-wrap {background-image: url("../img/chang-social-follow-bg.jpg");background-size: cover;width: 100%;padding: 36px 0 0;overflow: hidden;position: relative;z-index: 2; }
.follow-share-wrap#share-section {background-image: url("../img/chang-social-share-bg.jpg");position: relative;z-index: 1; }
.follow-share-wrap#share-section .item-area,
.follow-share-wrap#share-section .crt-feed {height: 100%; }
.follow-share-wrap#follow-us-section {box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.5); }
.follow-share-wrap .heading {margin-bottom: 26px; }
.follow-share-wrap .heading .left-col {float: left;padding-left: 375px; }
.follow-share-wrap .heading .left-col h3 {margin: 0 !important;letter-spacing: -1px; }.follow-share-wrap .heading .left-col h3 span:before, .follow-share-wrap .heading .left-col h3 span:after {display: none; }.follow-share-wrap .heading .left-col h3:before, .follow-share-wrap .heading .left-col h3:after {display: none; }
.follow-share-wrap .heading .right-col {float: right;padding-right: 20px; }
.follow-share-wrap .heading a.social-icons {color: #fff;font-size: 22px;float: left;margin: 0 10px; }
.follow-share-wrap .heading a.social-icons .fa-color:before {color: #0F783D; }
@media only screen and (max-width: 1200px) {
	.follow-share-wrap .heading .left-col {padding-left: 275px; }
}
@media only screen and (max-width: 1440px) {
	.item-area {width: 270px;height: 270px;margin-right: 18px; }
	.item-area .share-meta .meta-alignment {height: 50px; }
	.item-area .share-meta .meta-alignment .share-time {padding-top: 7px; }
	.follow-share-carousel {padding-left: 165px; }
	.follow-share-carousel .follow-share-carousel-container {padding-bottom: 8px; }
	.follow-share-carousel .owl-controls .owl-nav .owl-prev {bottom: 122px; }
	.follow-share-carousel .owl-controls .owl-nav .owl-next {bottom: 122px; }
	.follow-share-wrap {padding: 25px 0; }
	.follow-share-wrap .heading {margin-bottom: 19px; }
	.follow-share-wrap .heading .left-col {padding-left: 190px; }
}
@media only screen and (max-width: 750px) {
	.follow-share-wrap .heading .left-col {padding-left: 28px; }
	.follow-share-wrap .heading .left-col .first {display: block; }
}

@media only screen and (max-width: 560px) {
	.item-area {width: 255px;height: 255px;margin-right: 36px; }
	.follow-share-carousel {padding-left: 30px; }
	.follow-share-carousel .owl-controls .owl-nav .owl-prev {bottom: 146px;left: -25px; }
	.follow-share-carousel .owl-controls .owl-nav .owl-prev img {width: 14px; }
	.follow-share-carousel .owl-controls .owl-nav .owl-next {right: 5px;bottom: 146px; }
	.follow-share-carousel .owl-controls .owl-nav .owl-next img {width: 14px; }
	.follow-share-wrap {padding: 15px 0; }
}
ul.social-icons {margin: 0;padding: 0;}
ul.social-icons li {display: block;float: left;margin-right: 15px; }
ul.social-icons li a {width: 40px;height: 40px;line-height: 55px;border-radius: 50%;display: inline-block;background-color: #fff;padding: 0; }
ul.social-icons li a i {color: #1e893a; }
ul.social-icons li a i.sbg-button-icon {padding: 0; }
ul.social-icons-rw li a {background-color: #1e893a; }
ul.social-icons-rw li a i {color: #fff; }
ul.social-icons-rw li a:hover {background-color: #e3b34b; }
ul.social-icons-vert li {display: block;width: 100%;float: none;margin-right: 0;margin-bottom: 20px; }
ul.social-icons-b {margin: 0;padding: 0;list-style: none; }

@media only screen and (max-width: 1440px) {
	ul.social-icons li a {width: 30px;height: 30px;line-height: 35px; }
	ul.social-icons li a i {font-size: 17px; }
}

.sbg-button {display: inline-block;width: 1em;height: 1em;text-align: center;line-height: 0;border-radius: .5em;background-color: black;color: white;cursor: pointer; }
.sbg-button:hover {color: white; }
.sbg-button-icon {font-size: 24px;padding: 9px 10px; }
.sbg-button-facebook {background-color: #3b5998; }
.sbg-button-twitter {background-color: #00aced; }
.sbg-button-linkedin {background-color: #007bb6; }
.sbg-button-google-plus {background-color: #dd4b39; }
.sbg-button-pinterest {background-color: #cb2027; }
.sbg-button-pinterest .sbg-button-icon {padding-left: .45em;padding-top: .48em; }
.sbg-button-email {background-color: #999999; }
.sbg-button-email .sbg-button-icon {padding-left: .434em;padding-top: .44em; }
.sbg-button-facebook .sbg-button-icon {padding-left: 10px; }
.sbg-button-twitter .sbg-button-icon {padding-left: 10px; }
.ff-box-zoom {position: absolute;top: 0;left: 0;width: 100%;height: 100%;display: block;overflow: hidden; }
.ff-box-zoom .ff-box-bg {position: absolute;top: 0;left: 0;width: 100%;height: 100%;-webkit-transition: all 1s ease-in;transition: all 1s ease-in;z-index: 1;background-position: center center;background-repeat: no-repeat;background-size: cover; }
.ff-box-zoom .ff-box-overlay {position: absolute;top: 0;left: 0;width: 100%;height: 100%;-webkit-transition: opacity 0.5s ease-in-out;transition: opacity 0.5s ease-in-out;background: rgba(1, 79, 47, 0.7);text-align: center;display: block;z-index: 2;opacity: 0; }
.ff-box-zoom .ff-box-overlay .box-text {position: relative;top: 50%;-webkit-transform: translateY(-50%);transform: translateY(-50%); }
.ff-box-zoom .ff-box-overlay .box-text h1 {font-family: "brandon_textblackitalic";font-size: 60px;letter-spacing: -0.05em;margin: 0; }
.ff-box-zoom .ff-box-overlay .box-text h2 {font-family: "brandon_textblackitalic";font-size: 34px;margin: 0; }
.ff-box-zoom .ff-box-overlay .box-text hr {width: 150px;margin: 15px auto; }
.ff-box-zoom .ff-box-overlay .box-text a {font-family: "brandon_text_regularitalic";text-transform: uppercase; }
.ff-box-zoom:hover .ff-box-overlay {opacity: 1; }
.ff-box-zoom:hover .ff-box-bg {transform: scale(1.05);-moz-transform: scale(1.05);-webkit-transform: scale(1.05);-o-transform: scale(1.05); }
body.touch .ff-box-zoom .ff-box-overlay {position: absolute;z-index: 15;bottom: 0;left: 0;width: 100%;text-align: center;padding: 50px 0;opacity: 1;background: rgba(1, 79, 47, 0);background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(1, 79, 47, 0)), color-stop(100%, #014f2e));background: -webkit-linear-gradient(top, rgba(1, 79, 47, 0) 0%, #014f2e 100%);background: linear-gradient(to bottom, rgba(1, 79, 47, 0) 0%, #014f2e 100%);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#014f2f', endColorstr='#014f2e', GradientType=0); }

@media only screen and (max-width: 900px) {
	.ff-box-zoom .ff-box-overlay {position: absolute;z-index: 15;bottom: 0;left: 0;width: 100%;text-align: center;padding: 50px 0;opacity: 1;background: rgba(1, 79, 47, 0);background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(1, 79, 47, 0)), color-stop(100%, #014f2e));background: -webkit-linear-gradient(top, rgba(1, 79, 47, 0) 0%, #014f2e 100%);background: linear-gradient(to bottom, rgba(1, 79, 47, 0) 0%, #014f2e 100%);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#014f2f', endColorstr='#014f2e', GradientType=0); }
.ff-box-zoom .ff-box-overlay h1 {font-family: "brandon_textblackitalic";margin: 0;font-size: 70px;line-height: 60px;margin-bottom: 15px; }
.ff-box-zoom .ff-box-overlay h2 {font-family: "brandon_textblackitalic";font-size: 30px;letter-spacing: 0.1em;line-height: 30px;margin-bottom: 0; }
.ff-box-zoom .ff-box-overlay a {color: #fff;text-transform: uppercase;font-size: 19px;font-family: "brandon_text_regularitalic"; }
.ff-box-zoom .ff-box-overlay hr {width: 150px;margin: 15px auto;width: 290px; }
.ff-box-zoom .ff-box-overlay .box-text {vertical-align: bottom; }
.ff-box-zoom .ff-box-overlay .box-text hr {width: 175px; }
.ff-box-zoom .ff-box-overlay .inner-box-text {font-size: 18px; } }

/* Home styles */
.first-fold-wrap {
overflow: hidden; }
.first-fold-wrap .first-fold {margin: 0; }
.first-fold-wrap .first-fold.row {margin-left: -15px;margin-right: -15px; }
.first-fold-wrap .first-fold .left-col {padding: 0;overflow: hidden; }
.first-fold-wrap .first-fold .left-col .home-arrow-down {bottom: 0;height: 30px;margin-bottom: 30px;position: absolute;text-align: center;width: 40%;z-index: 20;left: 30%; }
.first-fold-wrap .first-fold .right-col {padding: 0; }
.first-fold-wrap #myCarousel {width: 100%;height: 600px; }
.first-fold-wrap #myCarousel .carousel-inner, .first-fold-wrap #newCarousel .carousel-inner {height: inherit; }
.first-fold-wrap #myCarousel .carousel-inner .item, .first-fold-wrap #newCarousel .carousel-inner .item {height: inherit;padding: 0; }
.first-fold-wrap #myCarousel .carousel-inner .item:nth-child(2) .ff-box-overlay .box-text .inner-box-text, .first-fold-wrap #newCarousel .carousel-inner .item:nth-child(2) .ff-box-overlay .box-text .inner-box-text {margin: 0 auto;width: 75%; }
.first-fold-wrap #myCarousel .carousel-indicators, .first-fold-wrap #newCarousel .carousel-indicators {right: 0;margin-right: 5%;text-align: right;padding-left: 0;left: auto;margin-left: 0;margin-bottom: 0; }
.first-fold-wrap #myCarousel .carousel-indicators li, .first-fold-wrap #newCarousel .carousel-indicators li {background: rgba(255, 255, 255, 0.5);border: 0;margin: 10px 5px;width: 12px;height: 12px; }
.first-fold-wrap #myCarousel .carousel-indicators li.active, .first-fold-wrap #newCarousel .carousel-indicators li.active {margin: 10px 5px; }
.first-fold-wrap #myCarousel .carousel-indicators li:hover, .first-fold-wrap #myCarousel .carousel-indicators li:focus, .first-fold-wrap #newCarousel .carousel-indicators li:hover, .first-fold-wrap #newCarousel .carousel-indicators li:focus {background: #e3b34b; }
.first-fold-wrap #myCarousel .carousel-indicators .active, .first-fold-wrap #newCarousel .carousel-indicators .active {background: #fff; }
.first-fold-wrap .ff-box-overlay .box-text .inner-box-text {width: 75%;margin: 0 auto; }
.first-fold-wrap .ff-box-overlay .box-text h1 {font-size: 75px;line-height: 65px; }
.first-fold-wrap .ff-box-overlay .box-text h2 {font-size: 40px;line-height: 34px;margin: 15px 0 30px;letter-spacing: 0.03em; }
.first-fold-wrap .ff-box-overlay .box-text hr {width: 350px; }
.first-fold-wrap .ff-box-overlay .box-text hr.promo-hr {width: 150px; }
.first-fold-wrap .ff-box-overlay .box-text p {font-size: 28px; }
.first-fold-wrap .ff-right-box {width: 100%;height: 300px; }
.first-fold-wrap .ff-right-box.chang-brand .ff-box-bg {background-image: url("../img/chang-brand.jpg"); }
.first-fold-wrap .ff-right-box.chang-beer .ff-box-bg {background-image: url("../img/chang-beer.jpg"); }
.first-fold-wrap .ff-right-box .ff-box-overlay .box-text h1 {font-size: 58px;letter-spacing: -0.03em; }
.first-fold-wrap .ff-right-box .ff-box-overlay .box-text hr {width: 215px; }
.first-fold-wrap .ff-right-box .ff-box-overlay .box-text p {letter-spacing: -0.02em; }

.zoomify-img {
overflow: hidden; }

@media only screen and (max-width: 1440px) {
	.chang-gate #myModal.modal .modal-dialog .modal-content h3 {text-align: left; }
	.chang-gate #myModal.modal .modal-dialog .modal-content .sub-container .language-picker {width: 100%; }
	.chang-gate #myModal.modal .modal-dialog .modal-content .old-site-area h3 {float: none; }
	.chang-gate #myModal.modal .modal-dialog .modal-content .old-site-area a {float: none; }
	.first-fold-wrap #myCarousel {height: 615px; }
	.first-fold-wrap #myCarousel .carousel-indicators, .first-fold-wrap #newCarousel .carousel-indicators {z-index: 16; }
	.first-fold-wrap .first-fold .left-col .ff-box-overlay .box-text .inner-box-text {width: 75%;margin: 0 auto; }
	.first-fold-wrap .first-fold .left-col .ff-box-overlay .box-text h2 {font-size: 29px; }
	.first-fold-wrap .first-fold .left-col .ff-box-overlay .box-text p {font-size: 19px; }
	.first-fold-wrap .first-fold .left-col .ff-box-overlay .box-text h1 {font-size: 58px; }
	.first-fold-wrap .first-fold .ff-right-box .ff-box-overlay .box-text h1 {font-size: 44px; }
	.first-fold-wrap .first-fold .ff-right-box .ff-box-overlay .box-text p {font-size: 19px; }
	.ff-box-overlay {position: absolute;z-index: 15;bottom: 0;left: 0;width: 100%;text-align: center;padding: 50px 0;opacity: 1;background: rgba(1, 79, 47, 0);background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(1, 79, 47, 0)), color-stop(100%, #014f2e));background: -webkit-linear-gradient(top, rgba(1, 79, 47, 0) 0%, #014f2e 100%);background: linear-gradient(to bottom, rgba(1, 79, 47, 0) 0%, #014f2e 100%);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#014f2f', endColorstr='#014f2e', GradientType=0); }
	.ff-box-overlay h1 {font-family: "brandon_textblackitalic";margin: 0;font-size: 70px;line-height: 60px;margin-bottom: 15px; }
	.ff-box-overlay h2 {font-family: "brandon_textblackitalic";font-size: 30px;letter-spacing: 0.1em;line-height: 30px;margin-bottom: 0; }
	.ff-box-overlay a {color: #fff;text-transform: uppercase;font-size: 19px;font-family: "brandon_text_regularitalic"; }
	.ff-box-overlay hr {width: 150px;margin: 15px auto;width: 290px; }
	.ff-box-overlay .box-text {vertical-align: bottom; }
	.ff-box-overlay .box-text hr {width: 175px; }
	.ff-box-overlay .inner-box-text {font-size: 18px; }
}

@media only screen and (max-width: 900px) {
	.chang-font-size-sm, h6 {font-size: 17px; }
	.first-fold-wrap .ff-right-box {background-position: 35% 100%; }
	.first-fold-wrap .first-fold .ff-carousel-overlay h1 {font-size: 58px;line-height: 48px; }
	.first-fold-wrap .first-fold .ff-carousel-overlay h2 {line-height: 26px; }
	#tablet-news-section-one .whats-new-wrap .whats-new-area.open .whats-new-title h1 {font-size: 40px;line-height: 40px; }
	#tablet-news-section-one .whats-new-wrap .whats-new-area.open .whats-new-content p {line-height: 26px;font-size: 16px; }
	#tablet-news-section-one .whats-new-wrap .whats-new-area.open .whats-new-content .quote-holder {font-size: 23px; }
	#tablet-news-section-one .whats-new-wrap .whats-new-area.open .whats-new-content .img-holder img {width: 48%; }
}

@media screen and (max-width: 640px) {
	.first-fold-wrap #myCarousel {height: 615px; }
	.first-fold-wrap #myCarousel .carousel-indicators {bottom: 6px; }
	.first-fold-wrap #myCarousel .carousel-indicators, .first-fold-wrap #newCarousel .carousel-indicators {z-index: 16;left: 0;width: auto;text-align: center;margin: 0; }
	.first-fold-wrap #myCarousel .carousel-indicators li, .first-fold-wrap #newCarousel .carousel-indicators li {width: 9px;height: 9px; }
	.first-fold-wrap .first-fold .left-col .ff-box-overlay {display: block;padding: 0; }
	.first-fold-wrap .first-fold .left-col .ff-box-overlay .box-text {display: block;position: absolute;bottom: 30px;padding: 0;left: 0;right: 0;-webkit-transform: translateY(0);transform: translateY(0);top: auto; }
	.first-fold-wrap .first-fold .left-col .ff-box-overlay .box-text .inner-box-text {width: 100%;margin: 0 auto; }
	.first-fold-wrap .first-fold .left-col .ff-box-overlay .box-text h1 {font-size: 32px;line-height: 1em; }
	.first-fold-wrap .first-fold .left-col .ff-box-overlay .box-text h2 {margin-top: 0;font-size: 17px;margin-bottom: 2px; }
	.first-fold-wrap .first-fold .left-col .ff-box-overlay .box-text hr {max-width: 150px;margin-top: 0;margin-bottom: 4px; }
	.first-fold-wrap .first-fold .left-col .ff-box-overlay .box-text p {font-size: 11px;margin-bottom: 2px; }
	.first-fold-wrap .first-fold .ff-right-box {height: 160px; }
	.first-fold-wrap .first-fold .ff-right-box .ff-box-overlay {display: block;padding: 0; }
	.first-fold-wrap .first-fold .ff-right-box .ff-box-overlay .box-text {display: block;position: absolute;bottom: 16px;padding: 0;left: 0;right: 0;-webkit-transform: translateY(0);transform: translateY(0);top: auto; }
	.first-fold-wrap .first-fold .ff-right-box .ff-box-overlay .box-text h1 {font-size: 20px; }
	.first-fold-wrap .first-fold .ff-right-box .ff-box-overlay .box-text p {font-size: 11px; }
	.first-fold-wrap .first-fold .ff-carousel-overlay h1 {font-size: 40px;line-height: 34px;margin-bottom: 5px; }
	.first-fold-wrap .first-fold .ff-carousel-overlay h2 {line-height: 26px;font-size: 20px; }
	.first-fold-wrap .first-fold .ff-carousel-overlay hr {margin: 10px auto;width: 165px; }
	.first-fold-wrap .first-fold .ff-carousel-overlay a {font-size: 14px; }
	.first-fold-wrap .ff-right-box .ff-box-overlay .box-text h1 {font-size: 24px;line-height: 40px; }
	.first-fold-wrap .ff-right-box .ff-box-overlay .box-text hr {margin-bottom: 5px;margin-top: 0;width: 90px; }
	.first-fold-wrap .ff-right-box .ff-box-overlay .box-text a {font-size: 12px; }
}

@media only screen and (max-width: 560px) {
	.first-fold-wrap .ff-right-box .ff-box-overlay .box-text h1 {font-size: 26px; }
	.first-fold-wrap .ff-right-box .ff-box-overlay .box-text hr {width: 75px; }
}

/** What's New styles **/
body.page-template-template-whats-new .first-fold-wrap .ff-right-box {height: 500px;}
.whats-new-wrap .whats-new {margin: 0 3% 0 25%;max-width: 1200px;position: relative;}
.whats-new-wrap.whats-new-one {background-image: url("../img/Desktop-WhatsNew_01.jpg");background-size: cover;background-position: center center;padding-top: 40px;padding-bottom: 80px;box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.5);position: relative;}
.whats-new-wrap.whats-new-one p.mediumitalic {line-height: 1.4em;padding: 0 0 10px;font-size: 25px; }
.whats-new-wrap.whats-new-one .whats-new-heading {margin: 0;padding-top: 47px; }
.whats-new-wrap.whats-new-one .whats-new-heading .left-col .page-heading h1 {margin-top: 130px; }
.whats-new-wrap .load-news-area, .whats-new-wrap .no-more-news {text-align: center; }
.whats-new-wrap .load-news-area p.load-news, .whats-new-wrap .no-more-news p.load-news {color: #fff;text-transform: uppercase; }
.whats-new-wrap .load-news-area a.load-news, .whats-new-wrap .no-more-news a.load-news {color: #fff;text-transform: uppercase; }
.whats-new-wrap .load-news-area a:hover, .whats-new-wrap .load-news-area a:focus, .whats-new-wrap .no-more-news a:hover, .whats-new-wrap .no-more-news a:focus {text-decoration: none;color: #e3b34b; }
.whats-new-wrap .sort-area-top-mobile {display: none; }
.whats-new-wrap .sort-area-top {text-transform: uppercase; }
.whats-new-wrap .sort-area-top p {margin-right: 10px;margin-bottom: 0px;font-size: 20px; }
.whats-new-wrap .sort-area-top ul {padding-top: 65px; }
.whats-new-wrap .sort-area-top ul li {padding: 0;display: block;float: left;margin: 0 4px 4px 0; }
.whats-new-wrap .sort-area-top ul li p {margin: 5px 5px 0 0; }
.whats-new-wrap .sort-area-top ul li a {display: block;background: #fff;color: #2b7b53;padding: 5px 10px;font-size: 20px;box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.5); }.whats-new-wrap .sort-area-top ul li a.active {background: #4da93d;color: #fff; }.whats-new-wrap .sort-area-top ul li a:hover, .whats-new-wrap .sort-area-top ul li a:focus {background: #4da93d;color: #fff;text-decoration: none; }
.whats-new-wrap .whats-new-sidebar {position: absolute;bottom: 0px;left: -340px;width: 260px;display: none; }
body.news-loaded .whats-new-wrap .whats-new-sidebar {display: block; }
.whats-new-wrap .whats-new-sidebar .sort-area {text-transform: uppercase; }
.whats-new-wrap .whats-new-sidebar .sort-area p {margin-right: 10px; }
.whats-new-wrap .whats-new-sidebar .sort-area ul li {padding: 0;display: block;float: left;margin-left: 8px;margin-bottom: 8px; }
.whats-new-wrap .whats-new-sidebar .sort-area ul li p {margin: 5px 0 0 6px;font-size: 18px; }
.whats-new-wrap .whats-new-sidebar .sort-area ul li a {background: #fff;display: block;color: #2b7b53;padding: 5px 15px;box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.5); }.whats-new-wrap .whats-new-sidebar .sort-area ul li a.active {background: #4da93d;color: #fff; }.whats-new-wrap .whats-new-sidebar .sort-area ul li a:hover, .whats-new-wrap .whats-new-sidebar .sort-area ul li a:focus {background: #4da93d;color: #fff;text-decoration: none; }
.whats-new-wrap .whats-new-sidebar .back-to-top-area {padding: 50px 0 13px;text-align: center; }
.feed-meta p {color: #333333;}

@media only screen and (max-width: 1440px) {
	.whats-new-wrap .whats-new .whats-new-heading .page-copy {max-width: 100%; }
	.whats-new-wrap .sort-area-top ul {padding-top: 47px; }
	.whats-new-wrap .sort-area-top ul li p {font-size: 14px; }
	.whats-new-wrap .sort-area-top ul li a {font-size: 14px; }
	.whats-new-wrap.whats-new-one {padding-bottom: 31px; }
	.whats-new-wrap.whats-new-one p.mediumitalic {padding-top: 12px;padding-bottom: 20px;margin-bottom: 0;font-size: 20px; }
	.whats-new-wrap.whats-new-one .whats-new-heading {padding-top: 18px; }
	.whats-new-wrap.whats-new-one .whats-new-heading .right-col {width: 100%;position: absolute;top: 0;right: 0; }
	.whats-new-wrap.whats-new-one .whats-new-heading .right-col ul {padding-top: 12px; }
	.whats-new-wrap.whats-new-one .news-feed {margin: 0px 12px; }
	.whats-new-wrap .whats-new-sidebar {left: -160px;width: 120px; }
	.whats-new-wrap .whats-new-sidebar .sort-area ul li {float: none; }
	.whats-new-wrap .whats-new-sidebar .sort-area ul li a {display: inline-block;font-size: 14px;padding: 5px 8px; }
	.whats-new-wrap .whats-new-sidebar .back-to-top-area {padding: 30px 0 13px; }
	.whats-new-wrap .whats-new-sidebar .back-to-top-area a {font-size: 18px; }
	.whats-new-wrap .load-news-area, .whats-new-wrap .no-more-news {font-size: 20px; }
	.whats-new-wrap .load-news-area p, .whats-new-wrap .no-more-news p {font-size: 20px; }
}

@media only screen and (max-width: 560px) {
	.whats-new-wrap {background-image: url("../img/Desktop-WhatsNew_01.jpg");background-size: cover;background-position: top right; }
	.whats-new-wrap .whats-new {margin: 0 0px; }
	.whats-new-wrap .whats-new .whats-new-heading {padding-top: 58px;margin: 0; }
	.whats-new-wrap .whats-new .page-copy {padding-left: 10px;padding-right: 10px; }
	.whats-new-wrap .whats-new .page-copy p {padding-right: 0px; }
	.whats-new-wrap .sort-area-top ul {padding-top: 0px; }
	.whats-new-wrap .sort-area-top ul li p, .whats-new-wrap .sort-area-top ul li a {font-size: 12px; }
	.whats-new-wrap .sort-area-top ul li p {margin-right: 5px; }
	.whats-new-wrap .sort-area-top ul li a {padding: 3px; }
	.whats-new-wrap.whats-new-one {padding: 0 20px 0 20px; }
	.whats-new-wrap.whats-new-one p.mediumitalic {padding-top: 3px;padding-bottom: 15px;margin-bottom: 0;font-size: 14px;line-height: 1.5em; }
	.whats-new-wrap.whats-new-one .whats-new-heading .left-col h1 {font-size: 50px;letter-spacing: -1px;margin-top: 48px;margin-bottom: 8px; }
	.whats-new-wrap.whats-new-one .whats-new-heading .right-col {display: none; }
	.whats-new-wrap.whats-new-one .whats-new-heading hr {margin-top: 3px;margin-bottom: 10px; }
	.whats-new-wrap.whats-new-one .sort-area-top-mobile {display: block;padding-bottom: 15px;/** * For IE 6/7 only * Include this rule to trigger hasLayout and contain floats. */*zoom: 1; }
	.whats-new-wrap.whats-new-one .sort-area-top-mobile:before, .whats-new-wrap.whats-new-one .sort-area-top-mobile:after {content: " ";/* 1 */display: table;/* 2 */ }
	.whats-new-wrap.whats-new-one .sort-area-top-mobile:after {clear: both; }
	.whats-new-wrap.whats-new-one .sort-area-top-mobile ul {margin-left: 0; }
	.whats-new-wrap.whats-new-two {padding: 0 30px 0 30px; }
	.whats-new-wrap .whats-new-sidebar {left: -160px;width: 120px; }
	.whats-new-wrap .whats-new-sidebar .sort-area ul li {float: none; }
	.whats-new-wrap .whats-new-sidebar .sort-area ul li a {display: inline-block;font-size: 14px;padding: 5px 8px; }
	.whats-new-wrap .whats-new-sidebar .back-to-top-area {padding: 30px 0 13px; }
	.whats-new-wrap .whats-new-sidebar .back-to-top-area a {font-size: 18px; }
	.whats-new-wrap .load-news-area, .whats-new-wrap .no-more-news {padding-bottom: 20px; }
	.whats-new-wrap .load-news-area a, .whats-new-wrap .load-news-area p, .whats-new-wrap .no-more-news a, .whats-new-wrap .no-more-news p {font-size: 13px; }
}

/** What's New Single styles **/
.first-fold-wrap .carousel-single-page {margin-bottom: 20px; }
.first-fold-wrap .carousel-single-page .ff-box-overlay {background: none; }
.first-fold-wrap .carousel-single-page .item .image-credits {position: absolute;bottom: 10px;left: 9px;text-align: left;line-height: 12px; }
.first-fold-wrap .carousel-single-page .item .image-credits span {font-weight: bold;font-size: 14px; }
.first-fold-wrap .carousel-single-page .item img {width: 100%; }

.hero {height: 899px;width: 100%;background: url(../img/whats-new-bg.jpg) center center no-repeat;background-size: cover;position: fixed; }
.hero-spacer {height: 899px;}
.main {position: relative;z-index: 50; }
.main .container-wrap {position: relative; }
.main .container-wrap .container-bg {position: absolute;height: 900px;width: 100%;bottom: 0;background: url("../img/whats-new-bg-grad.jpg") center center no-repeat;background-size: cover;z-index: 1; }
.main .container-wrap .container-align {margin: 0px 4% 0 24%;max-width: 1200px; }
.main .container-wrap .container {background-color: #FFFFFF;color: #333333;padding: 70px 40px 70px 100px;position: relative;z-index: 2;width: auto;box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.5); }
.main .container-wrap .container h1, .main .container-wrap .container h5 {color: #0F783D; }
.main .container-wrap .container h1 {line-height: 1.1em;margin-bottom: 21px; }
.main .container-wrap .container li, .main .container-wrap .container p {font-size: 18px;line-height: 1.5em;margin-bottom: 2em; }.main .container-wrap .container li.video, .main .container-wrap .container p.video {margin-top: 50px;margin-bottom: 30px; }
.main .container-wrap .container li {margin-bottom: 18px; }
.main .container-wrap .container ul {margin-bottom: 18px; }
.main .container-wrap .container blockquote p {font-size: 30px;line-height: 1.3em;margin-bottom: 30px;letter-spacing: -0.03em; }
.main .container-wrap .container ul {list-style: none;padding: 0; }
.main .container-wrap .container .left {float: left;width: 80%; }
.main .container-wrap .container .right {float: left;width: 20%;text-align: center; }.main .container-wrap .container .right h5 {margin-top: 18px;margin-bottom: 24px; }
.main .container-wrap .container-bottom {text-align: center;padding-top: 30px;padding-bottom: 33px;position: relative;z-index: 2; }
.main .container-wrap .container-bottom .back-to-top-area {position: absolute;top: 0px;left: -340px;width: 260px; }
.main .container-wrap .container-bottom p.mediumitalic {font-size: 24px; }
.main .container-wrap .container-bottom .news-feed {max-width: 1100px;margin: 30px auto 0; }
.main .article-img-holder .wp-caption {width: 100% !important; }
.main .article-img-holder .wp-caption-text {font-size: 13px;text-align: center; }
.single-post .download-desc-wrapper {width: 100%;max-width: 700px;margin-bottom: 50px;overflow: hidden;padding: 25px;background-size: cover; }
.single-post .download-desc-wrapper h3 {color: #fff;font-family: "brandon_textblackitalic";margin: 0;font-size: 37px; }
.single-post .device-list {/** * For IE 6/7 only * Include this rule to trigger hasLayout and contain floats. */*zoom: 1;max-width: 700px;padding-top: 25px;overflow: hidden;margin-bottom: 0; }
.single-post .device-list:before, .single-post .device-list:after {content: " ";/* 1 */display: table;/* 2 */ }
.single-post .device-list:after {clear: both; }
.single-post .device-list li {margin-bottom: 0;display: inline-block; }
.single-post .device-list li img {display: block;margin: 0 auto; }
.single-post .device-list li a {color: #333; }
.single-post .device-list li a:hover {opacity: 0.5; }
.single-post .device-list li b {font-weight: normal;display: block;margin-top: 20px;font-family: "brandon_textblackitalic"; }
.single-post .device-list li small {margin-bottom: 20px;display: block; }
.single-post .device-list li ul li {margin-bottom: 0;display: block; }
.single-post .device-list li.iphone {width: 80px;margin-right: 25px; }
.single-post .device-list li.ipad {width: 130px; }
.single-post .device-list li.desktop {width: 180px; }
.single-post .device-list li.phone {width: 120px; }
.single-post .device-list li.tablet {width: 140px; }@media only screen and (max-width: 900px) {.single-post .device-list li.iphone, .single-post .device-list li.ipad, .single-post .device-list li.desktop, .single-post .device-list li.phone, .single-post .device-list li.tablet {width: 50%;margin-right: 0; } }@media only screen and (max-width: 767px) {.single-post .device-list li.iphone, .single-post .device-list li.ipad, .single-post .device-list li.desktop, .single-post .device-list li.phone, .single-post .device-list li.tablet {width: 100%; } }
@media only screen and (max-width: 1440px) {
	.hero {height: 769px;}
	.main .container-wrap .container-bg {height: auto;top: 250px; }
	.main .container-wrap .container {max-width: none;width: auto;padding: 25px 46px 12px 50px; }
	.main .container-wrap .container .left {width: 83%;margin-right: 7%; }
	.main .container-wrap .container .left h1 {margin-bottom: 6px;letter-spacing: -2px;font-size: 44px; }
	.main .container-wrap .container .left li, .main .container-wrap .container .left p {line-height: 1.4em;margin-bottom: 1.4em;font-size: 15px; }
	.main .container-wrap .container .left li {margin-bottom: 10px; }
	.main .container-wrap .container .left ul {margin-bottom: 10px; }
	.main .container-wrap .container .left blockquote p {font-size: 18px;line-height: 1.3em;margin-bottom: 30px; }
	.main .container-wrap .container .right {float: right;width: 10%; }
	.main .container-wrap .container .right h5 {margin-top: 7px;margin-bottom: 9px;font-size: 13px;line-height: 1.1em; }
	.main .container-wrap .container .right ul li .fa-stack {width: 15px;height: 15px; }
	.main .container-wrap .container-bottom .back-to-top-area {left: -232px;font-size: 18px; }
	.main .container-wrap .container-bottom h4 {font-size: 19px;margin-bottom: 30px; }
}
@media only screen and (max-width: 560px) {
.first-fold-wrap .carousel-single-page .carousel-indicators {bottom: 35px; }
.hero {height: 269px; }
.main .container-wrap {margin: 0; }
.main .container-wrap .container-bg {height: auto;top: 150px; }
.main .container-wrap .container-align {margin: 0 20px;max-width: 1100px; }
.main .container-wrap .container {max-width: none;width: auto;padding: 20px 20px 12px 20px; }
.main .container-wrap .container .left {width: 100%;float: none; }.main .container-wrap .container .left h1 {font-size: 37px; }.main .container-wrap .container .left li, .main .container-wrap .container .left p {font-size: 13px; }
.main .container-wrap .container .right {float: none;width: auto;text-align: left; }.main .container-wrap .container .right h5 {vertical-align: top;font-size: 13px;line-height: 1.1em;display: inline-block;width: auto;margin-right: 10px;margin-top: 8px; }.main .container-wrap .container .right ul {vertical-align: top;display: inline-block;width: auto; }.main .container-wrap .container .right ul li {float: left;display: inline-block;width: auto;margin-right: 10px; }.main .container-wrap .container .right ul li a {text-align: center; }
.main .container-bottom {margin: 0 20px; }
.main .container-bottom .news-feed {margin: 0 20px; }
.main .container-bottom h4 {font-size: 19px;margin-bottom: 30px; }
.main .container-bottom .news-feed {max-width: 300px;margin: 0 auto; } }

/** Brew Page **/
.brew-section-heading {
-webkit-transform: rotateZ(90deg);
transform: rotateZ(90deg);
position: absolute;
bottom: 197px;
right: -100px;
width: 450px;
text-align: center; }
.brew-section-heading h3 {margin: 0;font-size: 30px;letter-spacing: 0.25em;text-align: center; }

#our-brew-section .our-brew-wrap {
box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.5);
background-image: url("../img/Desktop-Brew_01.jpg");
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
width: 100%;
position: relative;
z-index: 8; }
#our-brew-section .our-brew-wrap .our-brew {margin: 0 3% 0 25%; }#our-brew-section .our-brew-wrap .our-brew .left-col {width: 54%; }#our-brew-section .our-brew-wrap .our-brew .left-col .arrow-holder {bottom: 0;margin: 30px 0;position: absolute;right: 50%;z-index: 2; }#our-brew-section .our-brew-wrap .our-brew .box-text .inner-box {position: relative;top: 190px; }#our-brew-section .our-brew-wrap .our-brew .box-text p a {-webkit-transition: color 0.4s ease;transition: color 0.4s ease;text-decoration: underline;display: inline-block; }#our-brew-section .our-brew-wrap .our-brew .box-text p a:hover {color: #e3b34b; }

#our-range-section .our-range-wrap {
box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.5);
background-image: url("../img/Desktop-Brew_02.jpg");
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
width: 100%;
position: relative;
z-index: 10; }
#our-range-section .our-range-wrap .our-range {margin: 0 3% 0 25%;height: 446px; }#our-range-section .our-range-wrap .our-range h2 {margin: 0;font-size: 51px;padding: 43px 0; }#our-range-section .our-range-wrap .our-range .beers-area {position: relative;bottom: 120px; }#our-range-section .our-range-wrap .our-range .beers-area h3 {margin: 0;font-size: 31px;line-height: 28px; }#our-range-section .our-range-wrap .our-range .beers-area p {font-size: 22px; }#our-range-section .our-range-wrap .our-range .beers-area #beer-range {margin: 0; }#our-range-section .our-range-wrap .our-range .beers-area #beer-range li {padding: 0;width: 24.5%; }#our-range-section .our-range-wrap .our-range .beers-area #beer-range li:nth-child(2) .text-holder {position: relative;top: 74px; }#our-range-section .our-range-wrap .our-range .beers-area #beer-range li:nth-child(3) .text-holder {position: relative;top: 149px; }#our-range-section .our-range-wrap .our-range .beers-area #beer-range li:last-child {margin: 0; }#our-range-section .our-range-wrap .our-range .beers-area #beer-range li:last-child .text-holder {position: relative;top: 200px; }#our-range-section .our-range-wrap .our-range .beers-area .title-holder {float: left; }#our-range-section .our-range-wrap .our-range .beers-area .img-holder {float: left;margin-right: 5%;width: 45%; }#our-range-section .our-range-wrap .our-range .beers-area .text-holder {float: left;width: 50%;margin-top: 25px; }

#tasting-notes-section .tasting-notes-wrap {
box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.5);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
width: 100%;
position: relative;
z-index: 9;
height: 600px; }
#tasting-notes-section .tasting-notes-wrap .brew-section-heading {bottom: 287px; }
#tasting-notes-section .tasting-notes-wrap .tasting-notes {margin: 0 14% 0 25%; }#tasting-notes-section .tasting-notes-wrap .tasting-notes h6 {font-size: 25px;line-height: 1.4em;padding-top: 70px;padding-bottom: 50px; }#tasting-notes-section .tasting-notes-wrap .tasting-notes p {font-size: 18px; }#tasting-notes-section .tasting-notes-wrap .tasting-notes #beer-notes {margin: 0; }#tasting-notes-section .tasting-notes-wrap .tasting-notes #beer-notes li {width: 25%;margin-right: 8%;vertical-align: top; }#tasting-notes-section .tasting-notes-wrap .tasting-notes #beer-notes li:nth-child(2) {width: 30%;margin-right: 5%; }#tasting-notes-section .tasting-notes-wrap .tasting-notes #beer-notes li:last-child {width: 30%;margin-right: 0; }#tasting-notes-section .tasting-notes-wrap .tasting-notes .text-holder {margin-top: 25px; }

#brew-video-section .brew-video-wrap {
box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.5);
position: relative; }
#brew-video-section .brew-video-wrap .brew-video {background-color: #000000;background-image: url("../img/Desktop-Brew_29.jpg");background-repeat: no-repeat;background-size: cover;background-position: center center;width: 100%;position: relative;z-index: 8; }
#brew-video-section .brew-video-wrap a {text-align: center;font-size: 50px;display: block;position: absolute;top: 0;left: 0;width: 100%;z-index: 9; }#brew-video-section .brew-video-wrap a span {display: block;width: 125px;height: 125px;text-align: center;line-height: 154px;border: 3px solid #fff;border-radius: 50%;margin: 0 auto;position: relative;top: 50%;-webkit-transform: translateY(-50%);transform: translateY(-50%); }#brew-video-section .brew-video-wrap a span i {margin-left: 12px; }#brew-video-section .brew-video-wrap a:hover, #brew-video-section .brew-video-wrap a:focus {color: #e3b34b; }#brew-video-section .brew-video-wrap a:hover span, #brew-video-section .brew-video-wrap a:focus span {border: 3px solid #e3b34b; }#brew-video-section .brew-video-wrap a:hover span i, #brew-video-section .brew-video-wrap a:focus span i {background-image: url(../img/sprite.png);background-position: -162px 0px;width: 51px;height: 75px; }@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {#brew-video-section .brew-video-wrap a:hover span i, #brew-video-section .brew-video-wrap a:focus span i {background-image: url(../img/sprite-2x.png);background-size: 266px 236px; } }

#brew-ingredients-section .brew-ingredients-wrap {
box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.5);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
width: 100%;
position: relative;
z-index: 7;
height: 450px; }
#brew-ingredients-section .brew-ingredients-wrap .brew-ingredients {position: relative;top: 50%;-webkit-transform: translateY(-50%);transform: translateY(-50%);margin: 0 3% 0 25%; }#brew-ingredients-section .brew-ingredients-wrap .brew-ingredients h3 {font-size: 50px;line-height: 54px;display: inline-block;margin-bottom: 33px;border-bottom: 2px solid transparent;-webkit-transition: all 0.4s ease;transition: all 0.4s ease;white-space: nowrap; }#brew-ingredients-section .brew-ingredients-wrap .brew-ingredients p {font-size: 27px;line-height: 38px; }#brew-ingredients-section .brew-ingredients-wrap .brew-ingredients #tabs {margin-bottom: 0; }#brew-ingredients-section .brew-ingredients-wrap .brew-ingredients #tabs ul {margin-top: 13px;margin-bottom: 0; }#brew-ingredients-section .brew-ingredients-wrap .brew-ingredients #tabs li a.active h3 {color: #e3b34b;border-bottom: 2px solid #e3b34b; }#brew-ingredients-section .brew-ingredients-wrap .brew-ingredients #tabs li a.active .ingredients-arrow {opacity: 1;text-align: center; }#brew-ingredients-section .brew-ingredients-wrap .brew-ingredients #tabs li a:hover, #brew-ingredients-section .brew-ingredients-wrap .brew-ingredients #tabs li a:focus {color: #e3b34b; }#brew-ingredients-section .brew-ingredients-wrap .brew-ingredients #tabs li a .ingredients-arrow {opacity: 0;float: left;width: 35%; }#brew-ingredients-section .brew-ingredients-wrap .brew-ingredients #tabs li a .ingredient {float: left;width: 40%;text-align: left; }#brew-ingredients-section .brew-ingredients-wrap .brew-ingredients #tabs li:last-child h3 {margin-bottom: 0; }#brew-ingredients-section .brew-ingredients-wrap .brew-ingredients #hops {margin-bottom: 0; }#brew-ingredients-section .brew-ingredients-wrap .brew-ingredients .ingredient-desc {display: none; }#brew-ingredients-section .brew-ingredients-wrap .brew-ingredients .ingredient-desc.active {display: block; }#brew-ingredients-section .brew-ingredients-wrap .brew-ingredients .left-col {width: 48%;position: absolute;top: 0;bottom: 0; }#brew-ingredients-section .brew-ingredients-wrap .brew-ingredients .left-col .text-area {position: absolute;top: 50%;-webkit-transform: translateY(-50%);transform: translateY(-50%);max-width: 400px;right: 0; }#brew-ingredients-section .brew-ingredients-wrap .brew-ingredients .left-col .text-area p {margin-bottom: 0; }#brew-ingredients-section .brew-ingredients-wrap .brew-ingredients .right-col {border-left: 2px solid #fff;width: 46%;float: right; }

#map-section {
background: #00423B;
box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.5); }
#map-section .map-wrap {width: 100%;position: relative;z-index: 6; }#map-section .map-wrap .map-img {width: 100%;height: auto;position: relative;z-index: 7; }#map-section .map-wrap .map {width: 475px;position: absolute;bottom: 0;z-index: 8;left: 25%;margin-bottom: 55px; }#map-section .map-wrap .map h3 {font-size: 54px;letter-spacing: -0.05em;margin-bottom: 30px; }#map-section .map-wrap .map p {font-size: 25px;line-height: 38px; }#map-section .map-wrap .map hr {border-width: 2px;margin: 20px 0; }#map-section .map-wrap .map .where-to-find-area {margin-bottom: 50px;display: table-cell;vertical-align: bottom; }

#news-feed-section .news-feed-wrap {
background: url("../img/whats-new-bg-grad.jpg") no-repeat scroll center center/cover; }
#news-feed-section .news-feed-wrap .news-feed {margin: 0 3% 0 25%;padding: 50px 0; }#news-feed-section .news-feed-wrap .news-feed .title-holder h3 {font-size: 28px;margin-bottom: 50px; }

@media only screen and (max-width: 1440px) {
#map-section .map-wrap {height: 640px; } }

@media only screen and (max-width: 992px) {
#map-section .map-wrap {height: 520px; } }

@media only screen and (max-width: 1440px) {
.tablet-brewhalfheight {height: 348px; }
.brew-section-heading {width: auto;right: -65px; }
.brew-section-heading h3 {font-size: 24px; }
#our-brew-section .our-brew-wrap .our-brew .left-col {width: 100%; }
#our-range-section .our-range-wrap .our-range {height: auto;margin: 0 1% 0 15%; }#our-range-section .our-range-wrap .our-range .title-holder {position: absolute;width: 100%;left: 0;top: 0; }#our-range-section .our-range-wrap .our-range h2 {padding: 24px 0;font-size: 44px;line-height: 68px;margin: 0 3% 0 10%; }#our-range-section .our-range-wrap .our-range .beers-area {bottom: 0;top: 0px;padding-top: 80px; }#our-range-section .our-range-wrap .our-range .beers-area h3 {font-size: 26px;line-height: 26px; }#our-range-section .our-range-wrap .our-range .beers-area p {font-size: 18px; }#our-range-section .our-range-wrap .our-range .beers-area #beer-range li {width: 24%; }#our-range-section .our-range-wrap .our-range .beers-area #beer-range li:nth-child(2) .text-holder {top: 38px; }#our-range-section .our-range-wrap .our-range .beers-area #beer-range li:nth-child(3) .img-holder {width: 45.8%; }#our-range-section .our-range-wrap .our-range .beers-area #beer-range li:nth-child(3) .text-holder {top: 88px; }#our-range-section .our-range-wrap .our-range .beers-area #beer-range li:last-child .text-holder {top: 100px; }#our-range-section .our-range-wrap .our-range .beers-area #beer-range li:nth-child(4) .img-holder {width: 50%; }#our-range-section .our-range-wrap .our-range .beers-area .img-holder {margin-right: 5%;width: 45.8%; }#our-range-section .our-range-wrap .our-range .beers-area .text-holder {width: 43%;margin-top: 0; }
#tasting-notes-section .tasting-notes-wrap {height: 600px;box-shadow: none; }#tasting-notes-section .tasting-notes-wrap .tasting-notes {-webkit-transform: none;transform: none; }#tasting-notes-section .tasting-notes-wrap .tasting-notes h6 {font-size: 20px; }#tasting-notes-section .tasting-notes-wrap .tasting-notes p {font-size: 16px;line-height: 19px; }#tasting-notes-section .tasting-notes-wrap .tasting-notes #beer-notes {margin-top: 19px; }#tasting-notes-section .tasting-notes-wrap .tasting-notes #beer-notes li {/** * For IE 6/7 only * Include this rule to trigger hasLayout and contain floats. */*zoom: 1;margin-right: 4%;width: 29%; }#tasting-notes-section .tasting-notes-wrap .tasting-notes #beer-notes li:before, #tasting-notes-section .tasting-notes-wrap .tasting-notes #beer-notes li:after {content: " ";/* 1 */display: table;/* 2 */ }#tasting-notes-section .tasting-notes-wrap .tasting-notes #beer-notes li:after {clear: both; }#tasting-notes-section .tasting-notes-wrap .tasting-notes #beer-notes li:nth-child(2) {margin-right: 4%; }#tasting-notes-section .tasting-notes-wrap .tasting-notes #beer-notes li:nth-child(2) .text-holder {width: 145px; }#tasting-notes-section .tasting-notes-wrap .tasting-notes #beer-notes li:last-child .text-holder {width: 145px; }#tasting-notes-section .tasting-notes-wrap .tasting-notes .note-heading {left: 105px;bottom: 0; }#tasting-notes-section .tasting-notes-wrap .tasting-notes .note-heading h3 {font-size: 28px; }#tasting-notes-section .tasting-notes-wrap .tasting-notes .img-holder {width: 100%; }#tasting-notes-section .tasting-notes-wrap .tasting-notes .text-holder {width: 145px; }#tasting-notes-section .tasting-notes-wrap .brew-section-heading {bottom: 247px; }
#brew-ingredients-section .brew-ingredients-wrap .brew-ingredients {margin: 0 3% 0 10%; }#brew-ingredients-section .brew-ingredients-wrap .brew-ingredients h3 {font-size: 36px;margin-bottom: 15px; }#brew-ingredients-section .brew-ingredients-wrap .brew-ingredients p {font-size: 26px;line-height: 34px; }#brew-ingredients-section .brew-ingredients-wrap .brew-ingredients .left-col {margin-right: 0; }
#map-section {overflow: hidden;height: auto;padding-bottom: 30px; }#map-section .map-wrap {height: 720px; }#map-section .map-wrap .map {width: 34%;margin-bottom: 0; }#map-section .map-wrap .map h3 {line-height: 45px; }#map-section .map-wrap .map p {font-size: 20px;line-height: 1.3em; }
#tabs li a .ingredients-arrow {padding-right: 0;width: 20%; }
#tabs li a .ingredient {padding: 0; } }

@media only screen and (max-width: 900px) {
#our-range-section .our-range-wrap .our-range .beers-area h3 {font-size: 20px;line-height: 1.2em; }
#our-range-section .our-range-wrap .our-range .beers-area p {font-size: 10px; }
#brew-ingredients-section .brew-ingredients-wrap .brew-ingredients h3 {line-height: 51px; }
#brew-ingredients-section .brew-ingredients-wrap .brew-ingredients .left-col {width: 55%;padding: 0; }
#brew-ingredients-section .brew-ingredients-wrap .brew-ingredients .right-col {margin-left: 6%;width: 39%;padding: 0; }
#brew-ingredients-section .brew-ingredients-wrap .brew-ingredients #tabs li a.active .ingredients-arrow {text-align: center; }
#brew-ingredients-section .brew-ingredients-wrap .brew-ingredients #tabs li a .ingredients-arrow {width: 28%;text-align: left; }#brew-ingredients-section .brew-ingredients-wrap .brew-ingredients #tabs li a .ingredients-arrow img {width: 20px;padding-top: 10px; } }

@media only screen and (max-width: 767px) {
.brew-section-heading {bottom: 0;left: 0;right: 0;top: 0;-webkit-transform: rotateZ(0deg);transform: rotateZ(0deg);z-index: -1; }
.brew-section-heading h3 {font-size: 38px;letter-spacing: -0.05em;padding-top: 25px;padding-left: 5%;text-align: left; }
#our-brew-section .our-brew-mobile-wrap {box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.5);background-image: url("../img/Mobile-Brew_02.jpg");background-repeat: no-repeat;background-size: cover;background-position: center center;width: 100%;position: relative;z-index: 8;height: inherit !important; }#our-brew-section .our-brew-mobile-wrap .our-brew {position: relative;top: auto;padding-top: 25px;padding-bottom: 15px;margin: 0px 30px; }#our-brew-section .our-brew-mobile-wrap .our-brew .page-copy p {padding-right: 0px; }
#our-range-section .our-range-wrap {box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.5);background-image: url("../img/Mobile-Brew_03.jpg");background-repeat: no-repeat;background-size: cover;background-position: center center;width: 100%;height: auto;position: relative;z-index: 10; }#our-range-section .our-range-wrap .our-range {height: auto;padding-bottom: 17px;margin: 0px 1% 0px 10%; }#our-range-section .our-range-wrap .our-range .title-holder {position: relative; }#our-range-section .our-range-wrap .our-range h2 {margin: 0;height: auto;font-size: 38px;padding: 10px 0px 0px;white-space: nowrap;margin: 0; }#our-range-section .our-range-wrap .our-range .beers-area {position: relative;bottom: 120px;padding-top: 20px; }#our-range-section .our-range-wrap .our-range .beers-area h3 {margin: 0;font-size: 26px;line-height: 28px; }#our-range-section .our-range-wrap .our-range .beers-area p {font-size: 22px; }#our-range-section .our-range-wrap .our-range .beers-area #beer-range {margin: 0; }#our-range-section .our-range-wrap .our-range .beers-area #beer-range li {padding: 0 10px 0 0;width: 100%; }#our-range-section .our-range-wrap .our-range .beers-area #beer-range li:nth-child(2) .text-holder {position: relative;top: 74px; }#our-range-section .our-range-wrap .our-range .beers-area #beer-range li:nth-child(3) .text-holder {position: relative;top: 149px; }#our-range-section .our-range-wrap .our-range .beers-area #beer-range li:last-child {margin: 0; }#our-range-section .our-range-wrap .our-range .beers-area #beer-range li:last-child .text-holder {position: relative;top: 200px; }#our-range-section .our-range-wrap .our-range .beers-area .title-holder {float: left; }#our-range-section .our-range-wrap .our-range .beers-area .img-holder {float: left;margin-right: 20px;width: 45%; }#our-range-section .our-range-wrap .our-range .beers-area .text-holder {float: left;width: 125px;margin-top: 38px; }
#tasting-notes-section .tasting-notes-wrap {min-height: 0;height: auto; }#tasting-notes-section .tasting-notes-wrap .tasting-notes {padding-bottom: 20px;margin: 0 20px 0; }#tasting-notes-section .tasting-notes-wrap .tasting-notes h6 {font-size: 18px;line-height: 1.4em; }#tasting-notes-section .tasting-notes-wrap .tasting-notes p {font-size: 16px;line-height: 1.4em; }#tasting-notes-section .tasting-notes-wrap .tasting-notes .img-holder {float: left;width: 41%; }#tasting-notes-section .tasting-notes-wrap .tasting-notes .text-holder {float: left;width: 50%;margin-left: 5%; }#tasting-notes-section .tasting-notes-wrap .tasting-notes #beer-notes {margin-top: 0; }#tasting-notes-section .tasting-notes-wrap .tasting-notes #beer-notes li {margin: 0;padding: 0;display: block;width: 100%;margin-bottom: 19px; }#tasting-notes-section .tasting-notes-wrap .tasting-notes #beer-notes li:nth-child(2), #tasting-notes-section .tasting-notes-wrap .tasting-notes #beer-notes li:last-child {width: 100%; }#tasting-notes-section .tasting-notes-wrap .tasting-notes #beer-notes li:nth-child(2) .text-holder, #tasting-notes-section .tasting-notes-wrap .tasting-notes #beer-notes li:last-child .text-holder {width: 50%; }#tasting-notes-section .tasting-notes-wrap .tasting-notes #beer-notes .note-item {position: relative;width: 100%; }
#brew-ingredients-section .brew-ingredients-wrap .brew-ingredients {margin: 0 30px;top: auto;-webkit-transform: none;transform: none;padding-top: 150px; }#brew-ingredients-section .brew-ingredients-wrap .brew-ingredients .hidden-phone {display: none; }#brew-ingredients-section .brew-ingredients-wrap .brew-ingredients .visible-phone {display: block; }#brew-ingredients-section .brew-ingredients-wrap .brew-ingredients h3 {font-size: 15px;line-height: 1.2em;white-space: normal; }#brew-ingredients-section .brew-ingredients-wrap .brew-ingredients p {font-size: 18px;line-height: 1.4em; }#brew-ingredients-section .brew-ingredients-wrap .brew-ingredients #tabs {/** * For IE 6/7 only * Include this rule to trigger hasLayout and contain floats. */*zoom: 1; }#brew-ingredients-section .brew-ingredients-wrap .brew-ingredients #tabs:before, #brew-ingredients-section .brew-ingredients-wrap .brew-ingredients #tabs:after {content: " ";/* 1 */display: table;/* 2 */ }#brew-ingredients-section .brew-ingredients-wrap .brew-ingredients #tabs:after {clear: both; }#brew-ingredients-section .brew-ingredients-wrap .brew-ingredients #tabs li {float: left;width: 25%; }#brew-ingredients-section .brew-ingredients-wrap .brew-ingredients #tabs li .col-sm-4 {margin: 0;padding: 0;text-align: center; }#brew-ingredients-section .brew-ingredients-wrap .brew-ingredients #tabs li:last-child h3 {margin-bottom: 10px; }#brew-ingredients-section .brew-ingredients-wrap .brew-ingredients #tabs li a .ingredients-arrow {width: auto;padding: 0;float: none; }#brew-ingredients-section .brew-ingredients-wrap .brew-ingredients #tabs li a .ingredient {text-align: center;float: none;width: auto; }#brew-ingredients-section .brew-ingredients-wrap .brew-ingredients .right-col {width: 100%;border-left: 0;border-bottom: 1px solid #fff;margin: 0;padding: 0;margin-bottom: 15px;padding-bottom: 22px;float: none; }#brew-ingredients-section .brew-ingredients-wrap .brew-ingredients .left-col {position: relative;width: 100%;margin: 0;padding: 0;float: none; }#brew-ingredients-section .brew-ingredients-wrap .brew-ingredients .left-col .text-area {position: relative;top: auto;-webkit-transform: none;transform: none; }#brew-ingredients-section .brew-ingredients-wrap .brew-ingredients .left-col p {text-align: left; }
#map-section {height: auto; }#map-section .map-wrap {height: auto; }#map-section .map-wrap .map {position: relative;width: auto;margin: 0 30px;left: auto;padding-top: 10px; }#map-section .map-wrap .map h3 {font-size: 30px;line-height: 1em;margin-bottom: 8px; }#map-section .map-wrap .map hr {margin-top: 0;margin-bottom: 10px; }#map-section .map-wrap .map p {font-size: 18px;line-height: 1.4em; }
#news-feed-section .news-feed-wrap .news-feed {margin: 0 30px;padding: 30px 0; }#news-feed-section .news-feed-wrap .news-feed .title-holder h3 {font-size: 22px;margin-bottom: 26px; } }


/** Events pages styles **/
.template-events .hero {height:899px;width:100%;background: url(../img/events-bg.jpg) center center no-repeat;background-size: cover;position:fixed;}
.template-events .hero-spacer {height: 899px;position: relative;min-height: 600px; }
.template-events .hero-spacer .hero-text {padding-top: 180px;margin: 0px 4% 0 24%;max-width: 1200px; }
.template-events .hero-spacer .hero-text hr {margin-left: 12px;max-width: 470px;border-bottom: 2px solid #fff;}
.template-events .hero-spacer .hero-text p {max-width: 490px;padding-left: 9px; }
.template-events .container-align {margin: 0px 4% 0 24%;max-width: 1200px;position: relative;z-index: 2; }
.template-events .main {position: relative;z-index: 50; }
.template-events .main .container-wrap {position: relative;z-index: 2;padding-bottom: 55px; }
.template-events .main .container-wrap .container-bg {position: absolute;height: 900px;width: 100%;bottom: 0;background: url("../img/event-grad.jpg") center center no-repeat;background-size: cover;z-index: 1;box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.5); }
.template-events .main .container-wrap .container {background-color: #FFF;color: #333;padding:30px 30px 70px 30px;position: relative;z-index: 2;width: auto;box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.5); }
.template-events .main .container-wrap .container .event {position: relative;min-height: 150px;border-bottom: 2px solid #cccccc;margin-top: 9px;margin-bottom: 36px; }
.template-events .main .container-wrap .container .event img {position: absolute;top: -7px;width: 214px;left: -60px; }
.template-events .main .container-wrap .container .event .event-text {margin-left: 189px;margin-right: 240px;border-right: 2px solid #cccccc; }
.template-events .main .container-wrap .container .event .event-text h2 {font-family: "brandon_textblackitalic";color: #0F783D;letter-spacing: -1px;margin-bottom: 12px;line-height: 1em;margin-top: 15px; }
.template-events .main .container-wrap .container .event .event-text p {font-size: 19px;padding-right: 10px;color: #333; }
.template-events .main .container-wrap .container .event .event-date {position: absolute;right: 0;top: -21px;width: 240px; }
.template-events .main .container-wrap .container .event .event-date span {font-family: "brandon_textblackitalic";color: #0F783D;display: block;text-align: center;line-height: 1em; }
.template-events .main .container-wrap .container .event .event-date span.event-date-top {font-size: 120px;line-height: 106px; }
.template-events .main .container-wrap .container .event .event-date span.event-date-bottom {font-size: 32px; }
.template-events .main .container-wrap .container .load-events-area {text-align: center; }
.template-events .main .container-wrap .container .load-events-area a.load-events {color: #333;text-transform: uppercase; }
.template-events .main .container-wrap .container .load-events-area a:hover, .template-events .main .container-wrap .container .load-events-area a:focus {text-decoration: none;}
.template-events .main .container-wrap .container .no-more-events {text-align: center; }
.template-events .main .container-wrap .container .no-more-events p.load-events {font-size: 24px;color: #333;text-transform: uppercase;margin: 0; }
.template-events .main .container-wrap .container-bottom {padding-top: 50px; }
.template-events .main .container-wrap .container-bottom p.mediumitalic {text-align: center;font-size: 24px;padding-bottom: 40px;}

@media only screen and (max-width: 1440px) {
	.template-events .hero-spacer .hero-text {padding-top: 110px; }
	.template-events .hero-spacer .hero-text hr {margin-top: 0; }
	.template-events .main .container-wrap .container-bg {height: auto;top: 160px; }
	.template-events .main .container-wrap .container .event {margin-bottom: 25px; }
	.template-events .main .container-wrap .container .event img {width: 100px; }
	.template-events .main .container-wrap .container .event .event-text {padding-top: 50px;margin-left: 0px;margin-right: 0px;border-right: none; }
	.template-events .main .container-wrap .container .event .event-text h2 {font-size: 20px; }
	.template-events .main .container-wrap .container .event .event-text p {font-size: 15px;line-height: 1.2em; }
	.template-events .main .container-wrap .container .event .event-date {position: absolute;right: 0;top: -11px;width: 100px; }
	.template-events .main .container-wrap .container .event .event-date span {font-family: "brandon_textblackitalic";color: #0F783D;display: block;text-align: center;line-height: 1em; }
	.template-events .main .container-wrap .container .event .event-date span.event-date-top {font-size: 60px;line-height: 50px; }
	.template-events .main .container-wrap .container .event .event-date span.event-date-bottom {font-size: 15px; }
 }

@media only screen and (max-width: 560px) {
	.template-events .hero-spacer {min-height: 0;height: auto; }
	.template-events .hero-spacer .hero-text {margin: 0 20px; }
	.template-events .hero-spacer .hero-text hr {margin-top: 0;margin-bottom: 10px;margin-left: 0; }
	.template-events .main .container-wrap .container-bg {height: auto;top: 5px; }
	.template-events .main .container-wrap .container .event .event-text h2 {font-size: 18px; }
	.template-events .main .container-wrap .container .event .event-text p {font-size: 12px;line-height: 1.2em; }
}

/** Chang Sensory Trails 2016 pages styles KK**/
.bok-sensory .main .container-wrap .container {padding: 71px 40px 70px 71px;}
.bok-sensory .main .container-wrap .container .left {width:90%;}
.bok-sensory .main .container-wrap .container .right {float:right;width:10%;text-align:center;}
.bok-sensory .event-text li {/*width:32%;*/display:inline-table;vertical-align:top;}
.bok-sensory .event-text li:nth-child(1) {width:34%;}
.bok-sensory .event-text li:nth-child(2) {width:35%;}
.bok-sensory .event-text li:nth-child(3) {width:27%;}
.bok-sensory .event-text h2, .bok-sensory .event-text h5 {color:#0F783D;margin-bottom:0; }
.bok-sensory .event-text h2.cmsoon {color:#686868;}
.bok-sensory .cst1 {height:196px;border-right:#b7b7b7 solid 1px;padding:0 4%;}
.bok-sensory li:nth-child(1) .cst1 {padding-left:0;}
.bok-sensory li:nth-child(3) .cst1 {border-right:none;}
.bok-sensory .cst2 {}
.bok-sensory .cst2 a h2:hover {color:#0F783D;}
.bok-sensory .cst3, .bok-sensory .cst4, .bok-sensory .cst5, .bok-sensory .cst6, .bok-sensory .cst12 {font-family:"brandon_textblack";font-size:18px;letter-spacing:-0.01em;color:#686868;line-height: 1.1em;}
.bok-sensory .cst3 span, .bok-sensory .cst4 span, .bok-sensory .cst5 span {color:#0f783d;display:inline-block;}
.bok-sensory .cst3 {min-height:24px;padding-left:30px;background:url(../img/a1-1.png) no-repeat left 0;}
.bok-sensory .cst4 {min-height:24px;padding-left:30px;padding-top:12px;background:url(../img/a1-2.png) no-repeat left 5px;}
.bok-sensory .cst5 {min-height:24px;padding-left:30px;padding-top:10px;background:url(../img/a1-3.png) no-repeat left 7px;}
.bok-sensory .cst3.so {background:url(../img/a1-1s.png) no-repeat left 0;}
.bok-sensory .cst4.so{background:url(../img/a1-2s.png) no-repeat left 5px;}
.bok-sensory .cst5.so {background:url(../img/a1-3s.png) no-repeat left 7px;}

.bok-sensory .cst6 {}
.bok-sensory .cst7 {padding-top:40px;}
.bok-sensory .cst8 {width:414px;display: table;font-family:"brandon_textblackitalic";background:#4da93d;box-shadow:3px 3px 8px rgba(0, 0, 0, 0.5);font-size:25px;padding:19px 0;text-align:center;text-transform:uppercase;border:4px solid #FFF;}
.bok-sensory .cst8:hover, .bok-sensory .cst7:focus {background:#e3b34b;color:#fff;}
.bok-sensory .cst9 {font-family:"brandon_textblack";font-size:22px;letter-spacing:-0.01em;text-transform: uppercase;color:#0f783d;}
.bok-sensory .cst10 {}
.bok-sensory .cst11 {display:inline-table;width:250px;height:35px;background:url(../img/download-passport.png) no-repeat center top;}
.bok-sensory .cst12 {min-height:24px;padding-left:30px;padding-top:10px;}
.bok-sensory .cst12 span {color:#0f783d;display:inline-block;}
.bok-sensory .cst14 {}
.bok-sensory .cst14L {float:left;width:45%;text-align:left;display:inline-block;}
.bok-sensory .cst14R {float:right;width:50%;text-align:left;display:inline-block;}
.bok-sensory .cst15 {font-weight:bold;color:#0f783d;}
.bok-sensory .cst16 {padding:20px 0 30px 0;}
.bok-sensory .cst17 {}
.bok-sensory .cst18 {}

.bok-sensory .cst20 { padding:25px 0 25px 0;}
.bok-sensory .cst21 {padding:10px 0 25px 0;}
.bok-sensory .cst22 {background:url(../img/i-facebook.png) no-repeat left 0;padding-left: 30px;}
.bok-sensory .cst23 {background:url(../img/i-twitter.png) no-repeat left 0;padding-left: 30px;}
.bok-sensory .cst24 {padding-bottom:30px;}



.myking {width:100%;}

@media only screen and (max-width: 1440px) {
	.bok-sensory .main .container-wrap .container .left {width:83%;margin-right:0;}
	/*
	.bok-sensory .event-text li:nth-child(1) {width:32%;}
	.bok-sensory .event-text li:nth-child(2) {width:34%;}
	.bok-sensory .event-text li:nth-child(3) {width:27%;}
	*/
	.bok-sensory .event-text h2 {/*font-size:37px;*/font-size:34px;line-height:1.1em; }	
	.bok-sensory .cst3, .bok-sensory .cst4, .bok-sensory .cst5, .bok-sensory .cst6, .bok-sensory .cst12 {font-size:14px;line-height:1.8em;}
	.bok-sensory .cst1 {height:224px;}
	.bok-sensory .cst11 {display:inline-table;width:100%;height:35px;background:url(../img/download-passport.png) no-repeat center top; background-size:100%;}
}
@media only screen and (max-width: 1152px) {
	.bok-sensory .main .container-wrap .container .left {width:83%;}
	.bok-sensory .event-text li {width:100%;vertical-align:top;}
	.bok-sensory .event-text li:nth-child(1), .bok-sensory .event-text li:nth-child(2), .bok-sensory .event-text li:nth-child(3) {width:100%;}
	.bok-sensory .event-text h2 {letter-spacing:-2px;line-height:1.1em; }
	.bok-sensory .cst1 {height:auto;border-right:none;padding-left:0; border-bottom:#b7b7b7 solid 1px;padding-bottom:20px;}
	.bok-sensory .cst11 {display:inline-table;width:250px;height:35px;background:url(../img/download-passport.png) no-repeat center top;}	
	.bok-sensory .cst8 {width:100%;}
	
	.bok-sensory .cst14L {float:none;width:100%;padding-bottom:30px;}
	.bok-sensory .cst14R {float:none;width:100%;}
}
@media only screen and (max-width: 560px) {
	.bok-sensory .hero {background-size:240%; background-position:center top;}
	.bok-sensory .main .container-wrap .container {max-width:none;width:auto;padding:20px 20px 12px 20px;}
	.bok-sensory .event-text h2 {font-size:37px;color:#0F783D;margin-bottom:0;letter-spacing:-2px;line-height:1.1em; }
	.bok-sensory .main .container-wrap .container .left {float:none;width:100%;}
	.bok-sensory .main .container-wrap .container .right {float:none;width:auto;text-align:left;}
	.bok-sensory .cst3, .bok-sensory .cst4, .bok-sensory .cst5, .bok-sensory .cst6, .bok-sensory .cst12 {font-size:14px;line-height: 2em;}
	.bok-sensory .cst7 {padding-top:20px;padding-bottom:30px;}
	.bok-sensory .cst8 {width:100%;}
	.bok-sensory .cst9 {font-size:17px;}
	.bok-sensory .first-fold-wrap .carousel-single-page .carousel-indicators {bottom:0; }
	
	.myking {width:1600px;}
}


/** Contact page styles **/
.template-contact .hero {height: 899px;width: 100%;background: url(../img/contact-bg.jpg) center center no-repeat;background-size: cover;position: fixed;z-index: 1; }
.template-contact .hero-spacer {height: 899px;position: relative;z-index: 2; }
.template-contact .hero-spacer .hero-spacer-wrap {position: relative;min-height: 100%; }
.template-contact .hero-spacer .hero-text {padding-top: 180px;margin: 0px 4% 0 24%;max-width: 1200px; }
.template-contact .hero-spacer .hero-text hr {margin-left: 12px;max-width: 470px;border-bottom: 2px solid #fff; }
.template-contact .hero-spacer .hero-text .contact-panels {max-width: 529px;margin-left: -25px;padding-top: 15px;padding-bottom: 30px; }
.template-contact .hero-spacer .hero-text .contact-panels .contact-panel {position: relative;box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.5);padding: 27px 30px 12px;background-color: #FFFFFF;margin-bottom: 40px;cursor: pointer; }.template-contact .hero-spacer .hero-text .contact-panels .contact-panel .cross {position: absolute;top: 18px;right: 18px; }.template-contact .hero-spacer .hero-text .contact-panels .contact-panel a {color: #0F783D; }.template-contact .hero-spacer .hero-text .contact-panels .contact-panel h2 {font-family: "brandon_textblackitalic";color: #0F783D;letter-spacing: -1.5px;font-size: 38px;line-height: 1em;margin-top: 0px;margin-bottom: 10px; }.template-contact .hero-spacer .hero-text .contact-panels .contact-panel h2:hover, .template-contact .hero-spacer .hero-text .contact-panels .contact-panel h2:focus {color: #e3b34b; }.template-contact .hero-spacer .hero-text .contact-panels .contact-panel p {font-size: 19px;padding-right: 10px;color: #666; }.template-contact .hero-spacer .hero-text .contact-panels .contact-panel:hover h2 a {color: #e3b34b; }.template-contact .hero-spacer .hero-text .contact-panels .contact-panel:hover .cross i {background-color: #e3b34b; }
.template-contact .modal.modal-default .modal-body {padding: 0 30px; }

@media only screen and (max-width: 1440px) {
	.template-contact .hero-spacer {min-height: 610px; }
	.template-contact .hero-spacer .hero-text {padding-top: 110px; }
	.template-contact .hero-spacer .hero-text hr {margin-top: 0; }
	.template-contact .hero-spacer .hero-text .contact-panels {margin-left: 0px; }
	.template-contact .hero-spacer .hero-text .contact-panels .contact-panel {padding: 17px 20px 12px; }
	.template-contact .hero-spacer .hero-text .contact-panels .contact-panel h2 {font-size: 32px; }
	.template-contact .hero-spacer .hero-text .contact-panels .contact-panel p {font-size: 15px;line-height: 1.2em; }
	.template-contact .hero-spacer .hero-text .contact-panels .cross {width: 20px;height: 20px;position: relative;display: block; }
	.template-contact .hero-spacer .hero-text .contact-panels .cross i {position: absolute;width: 4px;height: 4px;top: 0;left: 0;background-color: #0F783D; }
	.template-contact .hero-spacer .hero-text .contact-panels .cross i:first-child {top: 8px;width: 20px; }
	.template-contact .hero-spacer .hero-text .contact-panels .cross i:last-child {left: 8px;height: 20px; }
	.template-contact .hero-spacer .hero-text .contact-panels .cross.rotate45 {-webkit-transform: rotateZ(45deg);transform: rotateZ(45deg);}
	.template-contact .form-horizontal .form-group {padding: 0 18px;margin: 0 0 7px; }
	.template-contact .form-horizontal .form-group label {font-size: 18px; }
	.template-contact .form-horizontal .form-group input[type="text"],
	.template-contact .form-horizontal .form-group input[type="email"],
	.template-contact .form-horizontal .form-group input[type="password"],
	.template-contact .form-horizontal .form-group select,
	.template-contact .form-horizontal .form-group textarea {font-size: 18px;}
	.template-contact .form-horizontal .form-group textarea {min-height: 145px; }
	.template-contact .form-horizontal .form-group p {font-size: 16px; }
	.template-contact .modal.modal-default .modal-header {height: 43px;padding-top: 12px; }
	.template-contact .modal.modal-default .modal-body {padding: 0 30px; }
	.template-contact .modal.modal-default .modal-footer .btn-lg {font-size: 28px;padding: 26px 50px; }
}

@media only screen and (max-width: 560px) {
	.template-contact .hero-spacer {min-height: 750px; }
	.template-contact .hero-spacer .hero-text {margin: 0 20px; }
	.template-contact .hero-spacer .hero-text hr {margin-top: 0; }
	.template-contact .hero-spacer .hero-text .contact-panels {margin-left: 0px; }
	.template-contact .hero-spacer .hero-text .contact-panels .contact-panel {padding: 17px 20px 12px; }
	.template-contact .hero-spacer .hero-text .contact-panels .contact-panel h2 {font-size: 24px; }
	.template-contact .hero-spacer .hero-text .contact-panels .contact-panel p {font-size: 15px;line-height: 1.2em; }
	.template-contact .hero-spacer .hero-text .contact-panels .cross {width: 20px;height: 20px;position: relative;display: block; }
	.template-contact .hero-spacer .hero-text .contact-panels .cross i {position: absolute;width: 4px;height: 4px;top: 0;left: 0;background-color: #0F783D; }
	.template-contact .hero-spacer .hero-text .contact-panels .cross i:first-child {top: 8px;width: 20px; }
	.template-contact .hero-spacer .hero-text .contact-panels .cross i:last-child {left: 8px;height: 20px; }
	.template-contact .hero-spacer .hero-text .contact-panels .cross.rotate45 {-webkit-transform: rotateZ(45deg);transform: rotateZ(45deg); }
	.template-contact .form-horizontal .form-group {margin: 0 0 13px; }
	.template-contact .form-horizontal .form-group p,
	.template-contact .form-horizontal .form-group select,
	.template-contact .form-horizontal .form-group label,
	.template-contact .form-horizontal .form-group input[type="text"],
	.template-contact .form-horizontal .form-group input[type="email"],
	.template-contact .form-horizontal .form-group textarea {font-size: 15px;line-height: 23px;padding-bottom: 3px; }
	.template-contact .form-horizontal .form-group .status hr {margin-top: 0; }
	.template-contact .form-horizontal .form-group .status .tick-grey {top: -5px; }
	.template-contact .modal.modal-default .modal-footer .btn-lg {font-size: 15px; }
	.template-contact footer {position: relative; }
}

/** Privacy Policy & Terms **/
body.page-template-template-privacy {background: url("../img/Desktop-TandCs-PrivacyPolicy_02.jpg") center center repeat; }
body.page-template-template-terms #wrapper {background: url("../img/whats-new-bg-grad.jpg") center center no-repeat;background-size: cover; }
.hero-privacy-terms {height: 100%;width: 100%;background: url("../img/Desktop-TandCs-PrivacyPolicy_01.jpg") center center no-repeat;background-size: cover;position: fixed; }
.hero-spacer-privacy-terms {height: 25px;}
.privacy-terms {min-height: 100%;}
.privacy-terms .container-wrap .container-bg {padding-bottom: 100px;position: fixed; }
.privacy-terms .container-wrap .container {padding: 70px 100px; }
.privacy-terms .container-wrap .container .left {width: 100%; }
.privacy-terms .container-wrap .container .left h1 {margin-bottom: 30px; }
.privacy-terms .container-wrap .container-align {margin: 0;padding: 0 4% 10% 24%;max-width: 100%;padding-top: 50px; }
.privacy-terms .container-wrap .container-align .btn-privacy-terms {font-size: 26px;padding: 22px 45px;color: #fff; }
.privacy-terms .left a, .privacy-terms .left h1, .privacy-terms .left h2, .privacy-terms .left h3, .privacy-terms .left h4, .privacy-terms .left .text-green {color: #006837; }
.privacy-terms .left h1 {font-size: 64px;line-height: 1em; }
.privacy-terms .left h3 {margin-bottom: 20px; }
.privacy-terms .left .two-col .left-col {float: left;margin-right: 17%;width: 33%; }
.privacy-terms .left .two-col .left-col h2 {font-size: 36px;letter-spacing: -0.02em; }
.privacy-terms .left .two-col .left-col h3 {font-size: 28px; }
.privacy-terms .left .two-col .left-col a {color: #fff; }
.privacy-terms .left .two-col .right-col {float: right;margin-right: 0; }
.privacy-terms .left .content_link {font-family: "brandon_text_regular";color: #333; }
.privacy-terms .left .content_link:hover, .privacy-terms .left .content_link:focus {color: #006837; }
.privacy-terms .left .content_link_two {font-family: "brandon_text_regular";color: #006837;text-decoration: underline; }
.privacy-terms .left .content_link_two:hover, .privacy-terms .left .content_link_two:focus {color: #e3b34b; }

@media only screen and (max-width: 1150px) {
	.privacy-terms h3 {font-size: 24px; }
	.privacy-terms .left h1 {font-size: 52px; }
	.privacy-terms .left h3 {margin-bottom: 10px; }
	.privacy-terms .left .two-col .left-col {margin-right: 0;width: 100%; }
	.privacy-terms .left .two-col .right-col {float: left; }
	.privacy-terms .left .two-col:last-child .right-col {margin-top: 30px; }
	.privacy-terms .container-wrap .container .left h1 {margin-bottom: 20px; }
	.privacy-terms .container-wrap .container .left .two-col .right-col {word-wrap: break-word; }
	.privacy-terms .container-wrap .container .left .two-col .right-col h2 {font-size: 32px;line-height: 28px; }
	.privacy-terms .container-wrap .container-align {padding: 4% 4% 10% 24%; }
	.privacy-terms .container-wrap .container-align .btn-privacy-terms {font-size: 20px;padding: 18px 37px; }
}

@media only screen and (max-width: 900px) {
	.privacy-terms .container-wrap .container {padding: 50px; }
}

@media only screen and (max-width: 560px) {
	.hero-spacer-privacy-terms {height: 100px; }
	.privacy-terms .container-wrap .container {padding: 20px; }
	.privacy-terms .container-wrap .container .left h1 {margin-bottom: 15px; }
	.privacy-terms .container-wrap .container-align {padding: 90px 0 0 0;margin: 0 20px 50px; }
	.privacy-terms .container-wrap .container .left p {font-size: 13px; }
	.privacy-terms .container-wrap .container .left .two-col .left-col, .privacy-terms .container-wrap .container .left .two-col .right-col {width: 100%;float: none;margin: 10px 0; }
.privacy-terms .container-wrap .container .left .two-col .left-col h2, .privacy-terms .container-wrap .container .left .two-col .right-col h2 {font-size: 20px; }
.privacy-terms .container-wrap .container .left .two-col .left-col h3, .privacy-terms .container-wrap .container .left .two-col .right-col h3 {font-size: 18px; }
.privacy-terms .container-wrap .container .left .two-col .right-col h2 {font-size: 15px;margin-bottom: 0; }
.privacy-terms .container-wrap .container .left .two-col .right-col h2.telephone {font-size: 15px; }
.privacy-terms .left h1 {font-size: 32px; }
.btn-privacy-terms {float: none !important;margin: 0 auto;text-align: center; } }

/** Our Brand **/
.template-brand .first-fold-wrap .ff-right-box {height: 450px; }
.template-brand .first-fold-wrap .ff-right-box.chang-brand .ff-box-bg {background-image: url("../img/Desktop-Brand3_12.jpg"); }

.template-brand .our-brand-wrap {box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.5);background-image: url("../img/Desktop-Brand3_01.jpg");background-repeat: no-repeat;background-size: cover;background-position: center center;width: 100%; }
.template-brand .our-brand-wrap .our-brand {margin: 0 3% 0 25%; }
.template-brand .our-brand-wrap .our-brand .left-col {width: 54%; }
.template-brand .our-brand-wrap .our-brand .left-col .arrow-holder {bottom: 0;margin: 30px 0;position: absolute;right: 50%;z-index: 2; }
.template-brand .our-brand-wrap .our-brand .box-text .inner-box {position: relative;top: 190px; }
.template-brand .our-brand-wrap .our-brand .box-text p a {-webkit-transition: color 0.4s ease;transition: color 0.4s ease;text-decoration: underline; }
.template-brand .our-brand-wrap .our-brand .box-text p a:hover {color: #e3b34b; }

.template-brand .our-manifesto-wrap .our-manifesto {box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.5);background-image: url("../img/Desktop-Brand3_02.jpg");background-repeat: no-repeat;background-size: cover;background-position: center center;width: 100%;text-align: center;height: 900px; }
.template-brand .our-manifesto-wrap .our-manifesto h1 {letter-spacing: -0.05em;margin-bottom: 0; }
.template-brand .our-manifesto-wrap .our-manifesto h3 {font-size: 40px;letter-spacing: -2.5px;margin-bottom: 0; }
.template-brand .our-manifesto-wrap .our-manifesto p {font-size: 24px;line-height: 51px; }
.template-brand .our-manifesto-wrap .our-manifesto .left-col {position: relative;top: 50%;-webkit-transform: translateY(-50%);transform: translateY(-50%);width: 50%;margin: 0 auto; }

.template-brand #our-awards-section {padding-top: 50px;height: 540px; }
.template-brand #our-awards-section .owl-controls .owl-nav .owl-next,
.template-brand #our-awards-section .owl-controls .owl-nav .owl-prev {bottom: 180px; }
.template-brand #our-awards-section.our-awards-wrap {box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.5);background-image: url("../img/Desktop-Brand3_022.jpg");background-repeat: no-repeat;background-size: cover;background-position: center center;width: 100%;height: inherit; }
.template-brand #our-awards-section .follow-share-carousel-container {padding: 0;height: 330px; }
.template-brand #our-awards-section .heading {margin-top: 10px;margin-bottom: 60px; }
.template-brand #our-awards-section .heading h2 {margin-bottom: 0; }
.template-brand #our-awards-section .item-area {box-shadow: none;width: 255px;height: inherit;margin-right: 0; }
.template-brand #our-awards-section .item-area:nth-child(3) .img-holder, .template-brand #our-awards-section .item-area:nth-child(4) .img-holder {margin-bottom: 1px; }
.template-brand #our-awards-section .item-area:nth-child(3) .text-holder, .template-brand #our-awards-section .item-area:nth-child(4) .text-holder {width: 90%; }
.template-brand #our-awards-section .item-area:nth-child(4) .img-holder {margin-bottom: 6px; }
.template-brand #our-awards-section .item-area:nth-child(5) {width: 300px; }
.template-brand #our-awards-section .item-area:nth-child(5) .img-holder {margin-top: 1px; }
.template-brand #our-awards-section .item-area:nth-child(5) .text-holder {width: 95%; }
.template-brand #our-awards-section .item-area .text-holder {margin: 0 auto;width: 60%; }
.template-brand #our-awards-section .item-area .text-holder h4 {margin: 0;line-height: 19px;font-size: 15px;letter-spacing: 0.2em;padding-bottom: 3px; }
.template-brand #our-awards-section .item-area .text-holder h2 {margin: 0;font-size: 20px;letter-spacing: 0.2em;line-height: 21px; }
.template-brand #our-awards-section .item-area .text-holder p {margin: 0;font-size: 15px;letter-spacing: 0.7em; }

.template-brand #football-partners-section {height: 26em; }
.template-brand #football-partners-section .football-partners-wrap {box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.5);background-image: url("../img/Desktop-Brand3_21.jpg");background-repeat: no-repeat;background-size: cover;background-position: center center;width: 100%;height: inherit; }
.template-brand #football-partners-section .football-partners {margin: 0 3% 0 15%;height: inherit; }
.template-brand #football-partners-section .football-partners h2 {margin: 0;font-size: 54px;letter-spacing: -0.03em;line-height: 48px;margin-bottom: 0; }
.template-brand #football-partners-section .football-partners h3 {margin: 0;text-align: center;font-size: 26px;line-height: 28px; }
.template-brand #football-partners-section .football-partners .left-col {position: relative;top: 50%;-webkit-transform: translateY(-50%);transform: translateY(-50%);width: 34%;float: left;margin-right: 6%;clear: none; }
.template-brand #football-partners-section .football-partners .right-col {position: relative;top: 50%;-webkit-transform: translateY(-50%);transform: translateY(-50%);width: 60%;float: left;clear: none; }
.template-brand #football-partners-section .football-partners .right-col .two-col {float: left;width: 50%; }.template-brand #football-partners-section .football-partners .right-col .two-col:last-child .text-holder {margin: 0 auto;width: 72%; }

.template-brand #our-campaigns-section {
height: 900px;
padding-top: 60px; }
.template-brand #our-campaigns-section h2 {font-size: 54px;letter-spacing: -0.05em;line-height: 40px;margin-bottom: 0; }
.template-brand #our-campaigns-section.campaign-wrap {box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.5);background-image: url("../img/Desktop-Brand3_24.jpg");background-repeat: no-repeat;background-size: cover;background-position: center center;width: 100%;height: inherit; }
.template-brand #our-campaigns-section .item-area {box-shadow: none;margin-left: 50px;margin-right: 50px;width: 450px;height: inherit; }
.template-brand #our-campaigns-section .item-area .text-holder h4 {line-height: 19px;font-size: 20px;letter-spacing: -0.01em;text-transform: uppercase;padding-top: 15px; }
.template-brand #our-campaigns-section .item-area .text-holder p {margin: 0;font-size: 18px; }
.template-brand #our-campaigns-section .follow-share-carousel .owl-controls {bottom: 30%;top: auto; }

.template-brand #random-fact-section h2 {
font-size: 54px;
letter-spacing: -0.05em;
line-height: 40px;
padding-top: 1em; }

.template-brand #random-fact-section .random-fact-wrap {
/** * For IE 6/7 only * Include this rule to trigger hasLayout and contain floats. */
*zoom: 1;
box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.5);
background-image: url("../img/Desktop-Brand3_29.png");
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
width: 100%;
height: inherit;
padding-bottom: 30px; }
.template-brand #random-fact-section .random-fact-wrap:before, .template-brand #random-fact-section .random-fact-wrap:after {content: " ";/* 1 */display: table;/* 2 */ }
.template-brand #random-fact-section .random-fact-wrap:after {clear: both; }
.template-brand #random-fact-section .random-fact-wrap .random-fact p {font-size: 30px;line-height: 45px; }
.template-brand #random-fact-section .random-fact-wrap .random-fact h3 {font-size: 40px;margin-bottom: 0; }
.template-brand #random-fact-section .random-fact-wrap .random-fact .left-col {margin: 0 3% 0 25%; }
.template-brand #random-fact-section .random-fact-wrap .random-fact .right-col .box-text {height: 450px; }
.template-brand #random-fact-section .random-fact-wrap .random-fact .right-col .box-text .inner-box-text {position: relative;top: 50%;-webkit-transform: translateY(-50%);transform: translateY(-50%); }
.template-brand #random-fact-section .random-fact-wrap .random-fact .fact-heading {font-size: 40px;margin-bottom: 14px; }
.template-brand #random-fact-section .random-fact-wrap .random-fact .img-holder {position: relative; }
.template-brand #random-fact-section .random-fact-wrap .random-fact .text-holder {font-size: 30px;line-height: 45px; }
.template-brand #random-fact-section .random-fact-wrap .random-fact .btn-fact {font-size: 26px;padding: 23px 60px; }

.template-brand #brand-history-section {
box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.5); }
.template-brand #brand-history-section .follow-share-carousel .follow-share-carousel-container {padding-bottom: 50px; }
.template-brand #brand-history-section .follow-share-carousel .owl-controls .owl-nav .owl-prev,
.template-brand #brand-history-section .follow-share-carousel .owl-controls .owl-nav .owl-next {bottom: 200px; }
.template-brand #brand-history-section .item-area {box-shadow: none;height: inherit;width: 460px;margin-right: 40px; }
.template-brand #brand-history-section .item-area img {box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.5); }
.template-brand #brand-history-section .item-area iframe {width: 100%;height: 100%; }
.template-brand #brand-history-section .item-area .text-holder {text-align: left; }
.template-brand #brand-history-section .item-area .text-holder h2 {font-size: 17px;letter-spacing: 0.2em;line-height: 21px;margin-bottom: 4px;margin-top: 15px; }
.template-brand #brand-history-section .item-area .text-holder h4 {font-size: 24px;min-height: 56px; }
.template-brand #brand-history-section .item-area .text-holder .btn-greenchang {font-size: 27px;padding: 24px 47px; }
.template-brand #brand-history-section .item-area .left-col h2 {font-size: 54px;letter-spacing: -0.05em; }
@media only screen and (max-width: 767px) {.template-brand #brand-history-section .left-col {line-height: 36px;margin-top: 30px; }
.template-brand #brand-history-section .text-holder h2 {font-size: 15px; }
.template-brand #brand-history-section .text-holder h4 {font-size: 18px;line-height: 20px; } }

.template-brand #first-fold-section .first-fold.row .col-lg-6 {
clear: inherit; }

.single-timeline .main .container-wrap .container-bottom p.mediumitalic {
margin: 0;
padding-bottom: 30px; }

@media only screen and (max-width: 560px) {
.single-timeline .main .container-wrap .container-bottom .back-to-top-area {display: none; } }

.single-timeline .main .container-wrap .container .left {
margin-right: 0;
width: 100%; }
.single-timeline .main .container-wrap .container .left iframe {width: 100%;height: 500px; }
@media only screen and (max-width: 800px) {.single-timeline .main .container-wrap .container .left iframe {height: 400px; } }
@media only screen and (max-width: 360px) {.single-timeline .main .container-wrap .container .left iframe {height: 180px; } }
.single-timeline .main .container-wrap .container .left h2.timeline-year {color: #0f783d;font-size: 20px;letter-spacing: 0.2em;line-height: 30px;margin: 0; }

.facts-item {
display: none;
opacity: 0; }
.facts-item.active {opacity: 1;display: block; }

.animateFade {
-webkit-animation: anim_fadeIn 2s;
animation: anim_fadeIn 2s; }

.brand-heading h2 {
font-size: 54px;
letter-spacing: -0.05em;
line-height: .9em;
margin-bottom: .3em; }

.brand-20years {
padding: 0 0 30px;
margin: 0 3% 0 15%;
width: 80%; }
.brand-20years a span {display: block;width: 125px;height: 125px;text-align: center;line-height: 154px;border: 3px solid #fff;border-radius: 50%;margin: 0 auto;position: relative;top: 50%;-webkit-transform: translateY(-50%);transform: translateY(-50%); }
.brand-20years a span .play {margin-left: 15px;margin-top: 20px; }
.brand-20years a.btn-play {position: relative;z-index: 9;bottom: 450px; }

@media only screen and (max-width: 1440px) {
	.brand-heading h2 {font-size: 34px; }
	.template-brand .our-brand-wrap .our-brand .left-col {width: 100%; }
	.template-brand .our-manifesto-wrap .our-manifesto h1 {font-size: 65px; }
	.template-brand .our-manifesto-wrap .our-manifesto h3 {font-size: 32px; }
	.template-brand .our-manifesto-wrap .our-manifesto p {font-size: 20px;line-height: 40px; }
	.template-brand .our-manifesto-wrap .our-manifesto .left-col {width: 70%; }
	.template-brand #football-partners-section {height: 20em; }
.template-brand #football-partners-section .football-partners h2 {font-size: 34px;line-height: 34px; }
.template-brand #football-partners-section .football-partners h3 {font-size: 16px;line-height: 16px; }
.template-brand #football-partners-section .football-partners .left-col {width: 34%; }
.template-brand #football-partners-section .football-partners .right-col .two-col {margin-right: 15%;width: 35%; }
.template-brand #football-partners-section .football-partners .right-col .two-col:last-child .text-holder {margin: 0 auto;width: 100%; }
	.template-brand #our-campaigns-section .item-area {margin-left: 60px; }
	.template-brand #random-fact-section h2 {font-size: 34px; }
	.template-brand #random-fact-section .random-fact-wrap .random-fact h3 {font-size: 16px; }
	.template-brand #random-fact-section .random-fact-wrap .random-fact p {font-size: 16px;line-height: 22px; }
	.template-brand #random-fact-section .random-fact-wrap .random-fact .img-holder {left: 0;right: auto; }
	.template-brand #random-fact-section .random-fact-wrap .random-fact .btn-fact {font-size: 20px;padding: 16px 44px; }
	.template-brand #random-fact-section .random-fact-wrap .random-fact .right-col .box-text {height: 300px; }
	.template-brand #brand-history-section .item-area {width: 250px;margin-right: 20px; }
.template-brand #brand-history-section .item-area .text-holder h4 {height: 91px;font-size: 23px; }
.template-brand #brand-history-section .item-area .text-holder .btn-greenchang {font-size: 21px;padding: 19px 43px; } }

@media only screen and (max-width: 560px) {
	.brand-heading h2 {font-size: 30px; }
	.template-brand .our-brand-wrap {background-position: right center; }
	.template-brand .our-brand-mobile-wrap {box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.5);background-image: url("../img/Mobile-Brew_02.jpg");background-repeat: no-repeat;background-size: cover;background-position: center center;width: 100%;position: relative;z-index: 8; }
.template-brand .our-brand-mobile-wrap .our-brand {position: relative;top: auto;padding-top: 25px;padding-bottom: 15px;margin: 0px 30px; }
.template-brand .our-brand-mobile-wrap .our-brand .page-copy p {padding-right: 0px; }
	.template-brand .our-manifesto-wrap .our-manifesto {height: 600px; }
.template-brand .our-manifesto-wrap .our-manifesto h1 {font-size: 46px; }
.template-brand .our-manifesto-wrap .our-manifesto h3 {font-size: 24px;letter-spacing: -1px; }
.template-brand .our-manifesto-wrap .our-manifesto p {font-size: 15px;line-height: 24px; }
.template-brand .our-manifesto-wrap .our-manifesto hr {margin-top: 10px;margin-bottom: 10px;border-width: 2px 0 0; }
.template-brand .our-manifesto-wrap .our-manifesto .left-col {padding: 0 10px;width: 100%; }
	.template-brand #our-awards-section h2 {font-size: 40px; }
	.template-brand #our-awards-section .item-area {width: 300px; }
	.template-brand #football-partners-section {height: auto; }
.template-brand #football-partners-section .football-partners {padding-top: 10px;padding-bottom: 10px;margin: 0 3% 0 10%; }
.template-brand #football-partners-section .football-partners h2 {font-size: 40px;line-height: 36px;padding-bottom: 20px; }
.template-brand #football-partners-section .football-partners h3 {font-size: 18px;line-height: 20px;text-align: left; }
.template-brand #football-partners-section .football-partners .left-col {margin-top: 30px;top: 0;-webkit-transform: none;transform: none;width: 100%;float: none; }
.template-brand #football-partners-section .football-partners .right-col {/** * For IE 6/7 only * Include this rule to trigger hasLayout and contain floats. */*zoom: 1;top: 0;-webkit-transform: none;transform: none;width: 100%;float: none; }.template-brand #football-partners-section .football-partners .right-col:before, .template-brand #football-partners-section .football-partners .right-col:after {content: " ";/* 1 */display: table;/* 2 */ }.template-brand #football-partners-section .football-partners .right-col:after {clear: both; }.template-brand #football-partners-section .football-partners .right-col .two-col {width: 100%;float: none;clear: both; }.template-brand #football-partners-section .football-partners .right-col .two-col:last-child .text-holder {float: left;margin-top: 40px;width: 50%; }.template-brand #football-partners-section .football-partners .right-col .img-holder {float: left;width: 50%; }.template-brand #football-partners-section .football-partners .right-col .text-holder {float: left;margin-top: 40px;width: 50%; }
	.template-brand #our-campaigns-section h2 {font-size: 40px; }
	.template-brand #our-campaigns-section .follow-share-carousel .owl-controls {bottom: 90px; }
	.template-brand #our-campaigns-section .item-area {margin: 0 30px;width: 255px; }
.template-brand #our-campaigns-section .item-area .text-holder {margin-left: 16%; }
.template-brand #our-campaigns-section .item-area .text-holder p {font-size: 15px;line-height: 24px; }
.template-brand #our-campaigns-section .item-area .text-holder h4 {font-size: 15px;padding-top: 10px; }
	.template-brand #our-campaigns-section .img-holder {margin: 0 auto;width: 66%; }
	.template-brand #random-fact-section h2 {font-size: 40px;margin-top: 0;padding-top: 30px; }
	.template-brand #random-fact-section .random-fact-wrap .random-fact p {font-size: 15px;line-height: 24px; }
	.template-brand #random-fact-section .random-fact-wrap .random-fact .left-col {margin: 0 3% 0 15%; }
	.template-brand #random-fact-section .random-fact-wrap .random-fact .right-col .box-text .inner-box-text {padding: 50px 0;position: relative;top: 0;-webkit-transform: none;transform: none; }
	.template-brand #random-fact-section .random-fact-wrap .random-fact .text-holder {font-size: 30px;line-height: 45px; }
	.template-brand #random-fact-section .random-fact-wrap .random-fact .img-holder {position: relative;right: 30px; }
	.template-brand #random-fact-section .random-fact-wrap .random-fact .btn-fact {font-size: 18px;padding: 17px 45px; } }

#history-modal .modal-dialog {
	margin-top: 76px;
	max-width: 990px;
	width: 80%; }

#history-modal .modal-header {
	padding: 0;
	height: 40px;
	overflow: visible; }
	#history-modal .modal-header .close {position: absolute;top: 20px;right: 10px; }

.history-container {background-color: #FFFFFF;color: #333333;padding: 0px 40px 40px;position: relative;z-index: 2;width: auto; }
.history-container h1, .history-container h5 {color: #0F783D; }
.history-container h1 {line-height: 1.1em;margin-bottom: 21px; }
.history-container li, .history-container p {font-size: 18px;line-height: 1.5em;margin-bottom: 2em; }
.history-container li.video, .history-container p.video {margin-top: 50px;margin-bottom: 30px; }
.history-container li {margin-bottom: 18px; }
.history-container ul {margin-bottom: 18px; }
.history-container blockquote p {font-size: 30px;line-height: 1.3em;margin-bottom: 30px;letter-spacing: -0.03em; }
.history-container ul {list-style: none;padding: 0; }
.history-container .left {float: left;width: 80%; }
.history-container .right {float: left;width: 20%;text-align: center; }
.history-container .right h5 {margin-top: 18px;margin-bottom: 24px; }

@media only screen and (max-width: 1440px) {
#history-modal .modal-dialog {margin-top: 76px;max-width: 990px;width: auto; }#history-modal .modal-dialog .modal-body {padding-left: 0; }
.history-container {max-width: none;width: auto;padding: 0px 46px 20px; }
.history-container h1 {margin-bottom: 6px;letter-spacing: -2px;font-size: 34px; }
.history-container h5 {font-size: 20px; }
.history-container li, .history-container p {line-height: 1.4em;margin-bottom: 1.4em;font-size: 15px; }
.history-container li {margin-bottom: 10px; }
.history-container ul {margin-bottom: 10px; }
.history-container blockquote p {font-size: 18px;line-height: 1.3em;margin-bottom: 30px; } }

@media only screen and (max-width: 560px) {
.history-container {max-width: none;width: auto;padding: 0px 20px 12px 20px; }
.history-container h1 {font-size: 20px; }
.history-container h5 {font-size: 15px; }
.history-container li, .history-container p {font-size: 13px; } }

/* chang sans */
@font-face {
	font-family: 'CHANG Sans REG';
	src: url("../fonts/CHANG Sans REG.eot");
	src: url("../fonts/CHANG Sans REG.eot?#iefix") format("embedded-opentype"), url("../fonts/CHANG Sans REG.woff") format("woff"), url("../fonts/CHANG Sans REG.ttf") format("truetype"), url("../fonts/CHANG Sans REG.svg#CHANG Sans REG") format("svg");
	font-weight: normal;
	font-style: normal; }

@font-face {
	font-family: 'CHANG Sans Oblique VX';
	src: url("../fonts/CHANG Sans Oblique VX.eot");
	src: url("../fonts/CHANG Sans REG.eot?#iefix") format("embedded-opentype"), url("../fonts/CHANG Sans Oblique VX.woff") format("woff"), url("../fonts/CHANG Sans Oblique VX.ttf") format("truetype"), url("../fonts/CHANG Sans Oblique VX.svg#CHANG Sans REG") format("svg");
	font-weight: normal;
	font-style: normal; }

@font-face {
	font-family: 'CHANG Sans BOLD';
	src: url("../fonts/CHANG Sans BOLD.eot");
	src: url("../fonts/CHANG Sans BOLD.eot?#iefix") format("embedded-opentype"), url("../fonts/CHANG Sans BOLD.woff") format("woff"), url("../fonts/CHANG Sans BOLD.ttf") format("truetype"), url("../fonts/CHANG Sans BOLD.svg#CHANG Sans REG") format("svg");
	font-weight: normal;
	font-style: normal; }

@font-face {
	font-family: 'CHANG Sans BOLDOblique VX';
	src: url("../fonts/CHANG Sans BOLDOblique VX.eot");
	src: url("../fonts/CHANG Sans BOLDOblique VX.eot?#iefix") format("embedded-opentype"), url("../fonts/CHANG Sans BOLDOblique VX.woff") format("woff"), url("../fonts/CHANG Sans BOLDOblique VX.ttf") format("truetype"), url("../fonts/CHANG Sans BOLDOblique VX.svg#CHANG Sans REG") format("svg");
	font-weight: normal;
	font-style: normal; }

@font-face {
	font-family: 'CHANG Sans ExBold Oblique';
	src: url("../fonts/CHANG Sans ExBold Oblique.eot");
	src: url("../fonts/CHANG Sans ExBold Oblique.eot?#iefix") format("embedded-opentype"), url("../fonts/CHANG Sans ExBold Oblique.woff") format("woff"), url("../fonts/CHANG Sans ExBold Oblique.ttf") format("truetype"), url("../fonts/CHANG Sans ExBold Oblique.svg#CHANG Sans ExBold Oblique") format("svg");
	font-weight: normal;
	font-style: normal; }

body.lang-th {
	font-family: 'CHANG Sans REG', Verdana, Helvetica, Arial, sans-serif; }
	body.lang-th .chang-alpha, body.lang-th header nav ul.language a, header nav ul.language body.lang-th a, body.lang-th #myModal.modal.chang-gate .modal-dialog .modal-content .modal-footnote, #myModal.modal.chang-gate .modal-dialog .modal-content body.lang-th .modal-footnote, body.lang-th .template-brand #our-awards-section .item-area .text-holder p, .template-brand #our-awards-section .item-area .text-holder body.lang-th p, body.lang-th .template-brand #our-campaigns-section .item-area .text-holder p, .template-brand #our-campaigns-section .item-area .text-holder body.lang-th p, body.lang-th header nav ul.language a, body.lang-th #myModal.modal.chang-gate .modal-dialog .modal-content .modal-footnote {font-family: "CHANG Sans REG"; }
	body.lang-th .change-beta {font-family: "CHANG Sans REG"; }
	body.lang-th .chang-charlie, body.lang-th .btn-back-to-top, body.lang-th
	.btn-back-to-news, body.lang-th .follow-share-wrap .heading .left-col h3 span.thin.italic, .follow-share-wrap .heading .left-col h3 body.lang-th span.thin.italic, body.lang-th .whats-new-wrap .load-news-area p.load-news, .whats-new-wrap .load-news-area body.lang-th p.load-news, body.lang-th .whats-new-wrap .no-more-news p.load-news, .whats-new-wrap .no-more-news body.lang-th p.load-news, body.lang-th .whats-new-wrap .load-news-area a.load-news, .whats-new-wrap .load-news-area body.lang-th a.load-news, body.lang-th .whats-new-wrap .no-more-news a.load-news, .whats-new-wrap .no-more-news body.lang-th a.load-news, body.lang-th .template-events .main .container-wrap .container .load-events-area a.load-events, .template-events .main .container-wrap .container .load-events-area body.lang-th a.load-events, body.lang-th .template-events .main .container-wrap .container .no-more-events p.load-events, .template-events .main .container-wrap .container .no-more-events body.lang-th p.load-events, body.lang-th .btn-back-to-top, body.lang-th .btn-back-to-news, body.lang-th .follow-share-wrap .heading .left-col h3 span.thin.italic, body.lang-th .whats-new-wrap .load-news-area p.load-news, body.lang-th .whats-new-wrap .no-more-news p.load-news, body.lang-th .whats-new-wrap .load-news-area a.load-news, body.lang-th .whats-new-wrap .no-more-news a.load-news, body.lang-th .template-events .main .container-wrap .container .load-events-area a.load-events, body.lang-th .template-events .main .container-wrap .container .no-more-events p.load-events {font-family: "CHANG Sans Oblique VX"; }
	body.lang-th .chang-delta, body.lang-th .btn, body.lang-th .btn-greenchang, body.lang-th h1.page-title, body.lang-th .page-heading h1, .page-heading body.lang-th h1, body.lang-th header nav ul li a, header nav ul li body.lang-th a, body.lang-th .news-feed .feed-item h3, .news-feed .feed-item body.lang-th h3, body.lang-th .item-area .share-meta h4, .item-area .share-meta body.lang-th h4, body.lang-th .item-area .share-meta .meta-alignment .share-time, .item-area .share-meta .meta-alignment body.lang-th .share-time, body.lang-th .whats-new-wrap .sort-area-top p, .whats-new-wrap .sort-area-top body.lang-th p, body.lang-th .whats-new-wrap .sort-area-top ul li a, .whats-new-wrap .sort-area-top ul li body.lang-th a, body.lang-th .whats-new-wrap .whats-new-sidebar .sort-area p, .whats-new-wrap .whats-new-sidebar .sort-area body.lang-th p, body.lang-th .whats-new-wrap .whats-new-sidebar .sort-area ul li a, .whats-new-wrap .whats-new-sidebar .sort-area ul li body.lang-th a, body.lang-th .brew-section-heading h3, .brew-section-heading body.lang-th h3, body.lang-th #our-range-section .our-range-wrap .our-range h2, #our-range-section .our-range-wrap .our-range body.lang-th h2, body.lang-th #our-range-section .our-range-wrap .our-range .beers-area h3, #our-range-section .our-range-wrap .our-range .beers-area body.lang-th h3, body.lang-th #our-range-section .our-range-wrap .our-range .beers-area p, #our-range-section .our-range-wrap .our-range .beers-area body.lang-th p, body.lang-th #brew-ingredients-section .brew-ingredients-wrap .brew-ingredients h3, #brew-ingredients-section .brew-ingredients-wrap .brew-ingredients body.lang-th h3, body.lang-th #map-section .map-wrap .map h3, #map-section .map-wrap .map body.lang-th h3, body.lang-th .privacy-terms .left a, .privacy-terms .left body.lang-th a, body.lang-th .privacy-terms .left h1, .privacy-terms .left body.lang-th h1, body.lang-th .privacy-terms .left h2, .privacy-terms .left body.lang-th h2, body.lang-th .privacy-terms .left h3, .privacy-terms .left body.lang-th h3, body.lang-th .privacy-terms .left h4, .privacy-terms .left body.lang-th h4, body.lang-th .privacy-terms .left .text-green, .privacy-terms .left body.lang-th .text-green, body.lang-th .template-brand .our-manifesto-wrap .our-manifesto h1, .template-brand .our-manifesto-wrap .our-manifesto body.lang-th h1, body.lang-th .template-brand .our-manifesto-wrap .our-manifesto h3, .template-brand .our-manifesto-wrap .our-manifesto body.lang-th h3, body.lang-th .template-brand #our-awards-section .item-area .text-holder h4, .template-brand #our-awards-section .item-area .text-holder body.lang-th h4, body.lang-th .template-brand #our-awards-section .item-area .text-holder h2, .template-brand #our-awards-section .item-area .text-holder body.lang-th h2, body.lang-th .template-brand #football-partners-section .football-partners h2, .template-brand #football-partners-section .football-partners body.lang-th h2, body.lang-th .template-brand #football-partners-section .football-partners h3, .template-brand #football-partners-section .football-partners body.lang-th h3, body.lang-th .template-brand #our-campaigns-section .item-area .text-holder h4, .template-brand #our-campaigns-section .item-area .text-holder body.lang-th h4, body.lang-th .btn, body.lang-th .btn-greenchang, body.lang-th h1.page-title, body.lang-th header nav ul li a, body.lang-th .news-feed .feed-item h3, body.lang-th .item-area .share-meta h4, body.lang-th .item-area .share-meta .meta-alignment .share-time, body.lang-th .whats-new-wrap.whats-new-one .whats-new-heading .left-col h1, body.lang-th .whats-new-wrap .sort-area-top p, body.lang-th .whats-new-wrap .sort-area-top ul li a, body.lang-th .whats-new-wrap .whats-new-sidebar .sort-area p, body.lang-th .whats-new-wrap .whats-new-sidebar .sort-area ul li a, body.lang-th .brew-section-heading h3, body.lang-th #our-brew-section .our-brew-wrap .our-brew .box-text h1, body.lang-th #our-range-section .our-range-wrap .our-range h2, body.lang-th #our-range-section .our-range-wrap .our-range .beers-area h3, body.lang-th #our-range-section .our-range-wrap .our-range .beers-area p, body.lang-th #brew-ingredients-section .brew-ingredients-wrap .brew-ingredients h3, body.lang-th #map-section .map-wrap .map h3, body.lang-th #our-brew-section .our-brew-mobile-wrap .our-brew .box-text h1, body.lang-th .privacy-terms .left a, body.lang-th .privacy-terms .left h1, body.lang-th .privacy-terms .left h2, body.lang-th .privacy-terms .left h3, body.lang-th .privacy-terms .left h4, body.lang-th .privacy-terms .left .text-green {font-family: "CHANG Sans Oblique VX"; }
	body.lang-th .chang-enigma, body.lang-th .page-copy p, .page-copy body.lang-th p, body.lang-th #brew-ingredients-section .brew-ingredients-wrap .brew-ingredients, #brew-ingredients-section .brew-ingredients-wrap body.lang-th .brew-ingredients, body.lang-th #map-section .map-wrap .map p, #map-section .map-wrap .map body.lang-th p, body.lang-th #our-brew-section .our-brew-wrap .our-brew .box-text p, body.lang-th #brew-ingredients-section .brew-ingredients-wrap .brew-ingredients, body.lang-th #map-section .map-wrap .map p, body.lang-th #our-brew-section .our-brew-mobile-wrap .our-brew .box-text p {font-family: "CHANG Sans Oblique VX"; }
body.lang-th .form-horizontal .form-group label {font-family: "CHANG Sans Oblique VX"; }
body.lang-th h1 {font-family: "CHANG Sans REG"; }
body.lang-th h2 {font-family: "CHANG Sans REG"; }
body.lang-th h3 {font-family: "CHANG Sans REG"; }
body.lang-th h4 {font-family: "CHANG Sans REG"; }
body.lang-th h5 {font-family: "CHANG Sans REG"; }
body.lang-th h6 {font-family: "CHANG Sans REG"; }
body.lang-th p.page-intro {font-family: "CHANG Sans Oblique VX"; }
body.lang-th h1.thin, body.lang-th h2.thin, body.lang-th h3.thin, body.lang-th h4.thin, body.lang-th h5.thin, body.lang-th h6.thin, body.lang-th p.thin {font-family: "CHANG Sans REG"; }
body.lang-th h1.italic, body.lang-th h2.italic, body.lang-th h3.italic, body.lang-th h4.italic, body.lang-th h5.italic, body.lang-th h6.italic, body.lang-th p.italic {font-family: "CHANG Sans BOLDOblique VX"; }
body.lang-th h1.bolditalic, body.lang-th h2.bolditalic, body.lang-th h3.bolditalic, body.lang-th h4.bolditalic, body.lang-th h5.bolditalic, body.lang-th h6.bolditalic, body.lang-th p.bolditalic {font-family: "CHANG Sans ExBold Oblique"; }
body.lang-th .footer-wrap .footer nav ul li a {font-family: "CHANG Sans Oblique VX"; }
body.lang-th .footer-wrap .footer .copyright {margin-top: 1px;font-family: "CHANG Sans BOLDOblique VX"; }
body.lang-th .ff-box-zoom .ff-box-overlay .box-text h1 {font-family: "CHANG Sans ExBold Oblique"; }
body.lang-th .ff-box-zoom .ff-box-overlay .box-text h2 {font-family: "CHANG Sans REG"; }
body.lang-th .ff-box-zoom .ff-box-overlay .box-text a {font-family: "CHANG Sans REG";text-transform: uppercase; }
body.lang-th .ff-box-zoom .ff-box-overlay h1 {font-family: "CHANG Sans Oblique VX"; }
body.lang-th .ff-box-zoom .ff-box-overlay h2 {font-family: "CHANG Sans Oblique VX"; }
body.lang-th .ff-box-zoom .ff-box-overlay a {font-family: "CHANG Sans BOLDOblique VX"; }
body.lang-th .ff-box-overlay h1 {font-family: "CHANG Sans Oblique VX"; }
body.lang-th .ff-box-overlay h2 {font-family: "CHANG Sans Oblique VX"; }
body.lang-th .ff-box-overlay a {font-family: "CHANG Sans BOLDOblique VX"; }
body.lang-th .template-events .main .container-wrap .container .event .event-text h2 {font-family: "CHANG Sans Oblique VX"; }
body.lang-th .template-events .main .container-wrap .container .event .event-date span {font-family: "CHANG Sans Oblique VX"; }
body.lang-th .template-events .main .container-wrap .container .event .event-date span {font-family: "CHANG Sans Oblique VX"; }
body.lang-th .template-contact .hero-spacer .hero-text .contact-panels .contact-panel h2 {font-family: "CHANG Sans Oblique VX"; }
body.lang-th .privacy-terms .left .content_link {font-family: "CHANG Sans REG"; }
body.lang-th .privacy-terms .left .content_link_two {font-family: "CHANG Sans REG"; }
body.lang-th .brandon.thin {font-family: "brandon_text_regular" !important; }
body.lang-th .brandon.italic {font-family: "brandon_text_regularitalic" !important; }
body.lang-th .brandon.bolditalic, body.lang-th blockquote.brandon:before {font-family: "brandon_textblackitalic" !important; }
body.lang-th .brandon.regular {font-family: "brandon_text_regular" !important; }
body.lang-th .brandon.regularitalic {font-family: "brandon_text_regularitalic" !important; }

.bok-sensory .cst19 {padding-top:10px;}
.bok-sensory .cst19 ul {list-style:decimal !important;}
.bok-sensory .cst19 li {width:100% !important;font-size:14px !important;line-height:1.5em !important;padding-bottom:1px !important; margin-bottom:1px !important;}
.bok-sensory .cst19 a:hover {color:#1e893a !important;}

