c/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	background-position: top;
	background-size: 100% 0.5em;
	background-repeat: no-repeat;
}
ol, ul {
	list-style: none;
}

ul {
  display: block;
  list-style-type: disc;
  margin-top: 0.5em;
  margin-bottom: 0.5 em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 2em;
}

ol {
  display: block;
  list-style-type: decimal;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 2em;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.5;
	letter-spacing: 0.025em;
}

::-moz-selection {
    background: #eeeeee;
    text-shadow: none;
}

::selection {
    background: #eeeeee;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #222;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ===============
    ALL: BASIC FONT/TEXT
   =============== */

body {
	font-size: 14px;
	font-family: 'AndesCondensedLight', Lucida Sans, Arial, sans-serif;
	width: 100%;
	line-height: 1.25;
	padding-bottom: 2em;
}

p {
	margin-top: 0.5em;
	margin-bottom: 0em;
}

p:first-child, p:first-of-type {
/*	margin-top: 0; */
}

chunk { white-space: nowrap; margin-right: 1.25em; display: inline-block;} 

chunk:last-child { margin-right: 0; }

chunk::after {
	color: transparent;
	content: '=';
}

.right-align {
	float: right;
}

.basic { font-size: 14px; }
.small { font-size:11px; }
.big { font-size: 20px; }
.relative {position: relative; width: 100%; height: 100%;}
.date { margin-bottom: 0.2em; }

img.social {
	width: 1.5em;
}

img.partner {
	height: 3em;
}

strong, b {
	font-family: 'AndesCondensedMedium';
	font-weight: normal;
}

em, i {
	font-family: 'AndesCondensedLight-Italic';
}

em strong, em b, strong em, b em, i strong, i b, strong i, b i {
	font-family: 'AndesCondensedMedium-Italic';
}

/* ==============
    ALL
   ============== */

h1, h2, h3, h4, h5, h6 {
font-weight: normal;
-webkit-margin-before: 0em;
-webkit-margin-after: 0em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
line-height: 1;
}

a.h1, a.h2, a.h3, a.h4, a.h5, h1 a, h2 a, h3 a, h4 a, h5 a {
	  border-bottom-style: none;
}

h1 {
	font-size: 180%;
	font-family: 'AndesCondensedLight';
}

h1 em, h1 i {
	font-family: 'AndesCondensedLight-Italic';
}

h1 strong, h1 b {
	font-family: 'AndesCondensedMedium';
}

h1 strong em, h1 strong i, h1 b em, h1 b i {
	font-family: 'AndesCondensedMedium-Italic';
}

h2 {
	font-size: 150%;
	font-family: 'AndesCondensedLight';
}

h2 em, h2 i {
	font-family: 'AndesCondensedLight-Italic';
}

h2 strong, h2 b {
	font-family: 'AndesCondensedMedium';
}

h2 strong em, h2 strong i, h2 b em, h2 b i {
	font-family: 'AndesCondensedMedium-Italic';
}

h3 {
	padding-top: 0.25em;
	font-size: 130%;
	font-family: 'AndesCondensedLight';
}

h3 em, h3 i {
	font-family: 'AndesCondensedLight-Italic';
}

h3 strong, h3 b {
	font-family: 'AndesCondensedMedium';
}

h3 strong em, h3 strong i, h3 b em, h3 b i {
	font-family: 'AndesCondensedMedium-Italic';
}

h4 {
/*	width: 100%;
	background-color: #e5e5e5;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	padding-left: 0.5em;
	padding-right: 0.5em;
*/
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-family: 'AndesCondensedExtraBold';
	margin-bottom: 0.5em;
}

a, a:visited, a:active a:link { 
	font-family: 'AndesCondensedLight';
	color: #000;
	text-decoration: none;
	border-bottom-color: #e0e0e0;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

a.social {
	border-bottom-width: 0;
}

h1 a {
	font-family: 'AndesCondensedLight';
}

a:hover, .hover {
color: #e72545;
	border-bottom-color: #e72545;
	cursor: pointer;
}


main {
	width: 100%;
}

header {
	display: block;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-color: transparent;
	background-color: #fff;
	margin-top: 1em;
}

footer {
	display: block;
	position: relative;
	margin-top: 2em;
	margin-bottom: 1em;
}
	
inner {
	display: block;
	position: relative;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 1em;
	margin-right: 1em;
}

cell {
	width: 100%;
	display: block;
	vertical-align: top;
}

cell inner {
	margin-top: 0em;
	margin-right: 0.5em;
	margin-left: 0em;
	margin-bottom: 0.5em;
}

.sub-cell {
	width: 50%;
	display: inline-block;
}

.sub-cell:nth-child(n+4) {
	display: none;
}

.little-cell {
	width: 33%;
	margin-right: 0.5em;
}

.overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background-image: none;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	color: #fff;
	cursor: pointer;
	text-shadow: 0px 0px 0px transparent;
	text-shadow: 2px 2px 8px #000;
	line-height: 1;
/*
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
*/
    -webkit-transition: all 0.65s ease;
    -moz-transition: all 0.65s ease;
    -o-transition: all 0.65s ease;
    transition: all 0.65s ease;
}

.overlay-text, .home-overlay-text {
	font-family: 'AndesCondensedLight';
	position: absolute;
	bottom: 0.55em;
	left: 5%;
	width: 90%;
	font-size: 225%;
}

.home-overlay-text {
	text-align: left;
	font-size: 225%;
	left: 0;
}

.plus {
	background-image: url(../img/B_plus.png);
	color: #e72545;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.plus.no-plus {
	background-image: none;
}

.vimeo {
	position: relative; 
	padding-bottom: 56.25%; 
	overflow: hidden; 
	max-width: 100%; 
	height: auto; 
}

.vimeo iframe, .vimeo object, .vimeo embed { 
	position: absolute; top: 0; left: 0; width: 100%; height: 100%; 
}

.listing {
	width: 45%;
	padding-bottom: 1em;
	margin-bottom: 1em;
	margin-right: 4.8%;
	display: inline-block;
	vertical-align: top;
}

.listing-award {
	width: 100%;
	padding-bottom: 1em;
	margin-bottom: 1em;
	display: block;
	vertical-align: top;
}

.listing-img, .detail-img, .listing-img-award {
	display: block;
	width: 100%;
	max-width: 1200px;
}

.detail-header {
	display: block;
	width: 100%;
	margin-bottom: 1em;
}

.detail-under {
	display: block;
	width: 100%;
	margin-top: 1em;
}

.listing-img-award {
	width: 50%;
	min-width: 300px;
}

.listing-text, .detail-text {
	margin-top: 1em;
	display: block;
	vertical-align: top;
}

.detail-text {
	margin-top: 0;
}

.logo {
	display:inline-block;
	width:160px;
	height:52px;
	background-image:url(../img/BB800.png);
	background-repeat:no-repeat;
	background-position: top left;
	background-size: contain;
	margin-right: 1em;

    -webkit-transition: all 0.65s ease;
    -moz-transition: all 0.65s ease;
    -o-transition: all 0.65s ease;
    transition: all 0.65s ease;
}

.menu li  {
display: inline-block;
}

ul.menu {
	position: static;
	line-height: 1.5;
}

.menu a {
margin-right: 1em;
}

.menu a, .logo a, a.logo {
	font-family: 'AndesCondensedBook';

	border-bottom-style: none;
}

.menu a.selected, .menu a:hover {
color: #e72545;
border-bottom-width: 0px;
border-bottom-style: solid;
border-color: #e72545;
padding-bottom: 0.35em;
}

.menu a.selected {
}

.swiper-container {
width: 100%;
height: 100%;
margin-left: auto;
margin-right: auto;
}

.swiper-slide {
text-align: center;
/* Center slide text vertically 
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;*/
}

.swiper-image {
	width: 100%;
}

.swiper-text {
	width: 100%;
	padding-top: 0em;
	padding-bottom: 1em;
	padding-left: 2em;
	padding-right: 2em;
	text-align: left;
	overflow: hidden;
}

.swiper-slide a:hover {
}

.swiper-nav {
	margin-top: 0.5em;
	width: 100%;
	text-align: center;
	margin-bottom: 1em;
}

.channel-logo {
	height: 1.5em;
	max-height: 80px;
	vertical-align: baseline;
	margin-bottom: -0.3em;
}

.showing, .red {
	color: #e72545;
}

.showing-wide {
	display: none;
}

.showing-break {
	display: block;
}

.extra {
	margin-top: 0.75em;
	font-size: 125%;
}

.extra:first-child {
	margin-top: 1em;
}

.detail-item {
	margin-top: 0.5em;
}

.detail-text .detail-item:first-of-type {
	margin-top: 0;
}

.detail-item.big:first-of-type {
	margin-top: 0.5em;
}

.detail-showing {
	display: block;
	position: absolute;
	top: 0em;
	right: 0em;
	padding-top: 1em;
	padding-bottom: 0.6em;
	padding-right: 1.5em;
	padding-left: 1.5em;
	background-color: #e72545;
	color: #fff;
}

.single-image {
	width: 100%;
	display: block;
	margin-bottom: 1em;
}

.single-img {
	width: 100%;
	max-width: 600px;
}

.single-text {
	width: 100%;
	margin-left: 0%;
	margin-right: 0%;
	display: block;
	vertical-align: top;
}

.review-text {
	/*font-family: 'AndesCondensedLight-Italic';
	color: #e72545;
	*/
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-size: 100%;
}

.award {
	margin-top: 0.25em;
	font-size: 130%;
	width: 100%;
}

.cell-image {
	width: 100%;
}

.home-news {
	margin-top: 0.5em;
}


@media only screen and (min-width: 641px) {
	
	body {
		font-size: 18px;
	}
	
	.basic { font-size: 18px; }
	.small { font-size:14px; }
	.big { font-size: 24px; }

	cell inner {
		margin-right: 1em;
		margin-bottom: 1em;
	}

	header {
		margin-top: 1.5em;
	}
	
	inner {
		margin-top: 0.75em;
		margin-bottom: 0.75em;
		margin-left: 1.5em;
		margin-right: 1.5em;
	}

	.logo {
		width: 180px;
		height: 58px;
	}
	
	cell {
		width: 50%;
		display: inline-block;
	}	

}

@media only screen and (min-width: 751px) {
	
/* ===============
    IN-BETWEEN (cells only)
   =============== */

	body {
		font-size: 20px;
		font-family: 'AndesCondensedExtraLight';
	}
	
	.basic { font-size: 20px; }
	.small { font-size:15px; }
	.big { font-size: 30px; }

	strong, b {
		font-family: 'AndesCondensedMedium';
		font-weight: normal;
	}

	em, i {
		font-family: 'AndesCondensedExtraLight-Italic';
	}

	em strong, em b, strong em, b em, i strong, i b, strong i, b i {
		font-family: 'AndesCondensedMedium-Italic';
	}

	h1 {
		font-size: 250%;
		font-family: 'AndesCondensedExtraLight';
	}

	h1 em, h1 i {
		font-family: 'AndesCondensedExtraLight-Italic';
	}

	h1 strong, h1 b {
		font-family: 'AndesCondensedBook';
	}

	h1 strong em, h1 strong i, h1 b em, h1 b i {
		font-family: 'AndesCondensedBook-Italic';
	}

	h2 {
		font-size: 200%;
		font-family: 'AndesCondensedExtraLight';
	}

	h2 em, h2 i {
		font-family: 'AndesCondensedExtraLight-Italic';
	}

	h2 strong, h2 b {
		font-family: 'AndesCondensedBook';
	}

	h2 strong em, h2 strong i, h2 b em, h2 b i {
		font-family: 'AndesCondensedBook-Italic';
	}

	h3 {
		padding-top: 0.25em;
		font-size: 150%;
		font-family: 'AndesCondensedExtraLight';
	}

	h3 em, h3 i {
		font-family: 'AndesCondensedExtraLight-Italic';
	}

	h3 strong, h3 b {
		font-family: 'AndesCondensedBook';
	}

	h3 strong em, h3 strong i, h3 b em, h3 b i {
		font-family: 'AndesCondensedBook-Italic';
	}
	
	.logo {
		width: 200px;
		height: 65px;
	}
	
	.swiper-text {
		padding-top: 0.5em;
		padding-bottom: 0.5em;
/*		position: absolute;
		bottom: 0.5em;
		color: #fff;
		text-align: center;
*/	}
	
	.home-extra {
		margin-top: 0.5em;
	}

	.overlay-text {
		font-size:150%;
		font-family: 'AndesCondensedExtraLight';
	}

	.listing, .listing-award {
		width: 100%;
		border-bottom-style: solid;
		border-bottom-color: #e5e5e5;
		border-bottom-width: 1px;
	}

	.listing:last-child, .listing-award:last-child {
		border-bottom-style: none;
	}

	.listing-img, .listing-img-award {
		display: inline-block;
		width: 30%;
		max-width: 360px;
		margin-right: 2em;
		margin-bottom: 1em;
	}
	
	.listing-text {
		margin-top: 0;
		display: block;
		vertical-align: top;
	}
	
	item {
		margin-bottom: 0.5em;
		display: inherit;
	}

	.single-image {
		width: 40%;
		text-align: right;
		margin-right: 5%;
		max-width: 600px;
		display: inline-block;
		margin-bottom: 1em;
	}

	.single-text {
		width: 55%;
		display: inline-block;
	}

	.sub-cell {
		width: 33%;
	}
	
	.sub-cell:nth-child(n+4) {
		display: inline-block;
	}

	.sub-cell:nth-child(n+5) {
		display: none;
	}


}


	
	
@media only screen and (min-width: 900px) {

/* ============
    WIDE
   ============ */

	header {
		margin-top: 2em;
	}
	
	inner {
		margin-top: 1em;
		margin-bottom: 1em;
		margin-left: 2em;
		margin-right: 2em;
	}

	ul.menu {
		position: absolute;
		right: 0;
		top: 40px;
	}

	.logo {
		width: 220px;
		height: 72px;
	}
	
	.little-cell {
		width: 25%;
		margin-right: 0.75em;
	}

	.showing {
		display: none;
	}
	
	.showing-break {
		display: inline-block;
	}
	
	.showing-wide {
		display: block;
		position: absolute;
		top: 0em;
		right: 0em;
		padding-top: 1em;
		padding-bottom: 0.6em;
		padding-right: 1.5em;
		padding-left: 1.5em;
		background-color: #e72545;
		color: #fff;
	}
	

}


	
@media only screen and (min-width: 1200px) {
	
/* ===============
    EXTRA-WIDE
   =============== */

	cell {
		width: 33%;
	}	

	.logo {
		width: 240px;
		height: 84px;
	}
	
	.little-cell {
		width: 20%;
		margin-right: 1em;
	}
	
	.sub-cell {
		width: 25%;
	}

	.sub-cell:nth-child(n+5) {
		display: inline-block;
	}

	.sub-cell:nth-child(n+6) {
		display: none;
	}

	.map {
		width: 75%;
		max-width: 1200px;
	}



}


	
@media only screen and (min-width: 1600px) {

/* ===============
    SUPERWIDE
   =============== */

	cell {
		width: 25%;
	}	

	.sub-cell {
		width: 20%;
	}

	.sub-cell:nth-child(n+6) {
		display: inline-block;
	}

	.sub-cell:nth-child(n+7) {
		display: none;
	}

	.little-cell {
		width: 16%;
	}

	.detail-img {
		display: inline-block;
		width: 50%;
		margin-right: 4%;
	}

	.detail-text {
		display: inline-block;
		width: 46%;
	}
	

	
}



/* ===============
    ANY WIDTH overrides
   =============== */

/* ==========================================================================
   PRINT STYLES
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

