/*
Theme Name: Coffee & Doughnuts
Theme URI: http://underscores.me/
Author: No Demographic, LLC
Author URI: http://nodemographic.com/
Description: A big mobile-friendly HTML5 theme.
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: cnd
Domain Path: /languages/
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

 Coffee & Doughnuts is based on Underscores http://underscores.me/, (C) 2012-2013 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/


/* =Reset
-------------------------------------------------------------- */

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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}


/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
	color: #453114;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
	
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
p {
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}



/* Links */
a {
	color: #9a1204;
	font-size: 0.9em;
}
a:visited {
	color: #601a12;
}
a:hover,
a:focus,
a:active {
	color: #c02111;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Clearing */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: '';
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}


/* =Menu
----------------------------------------------- */

.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
	float: left;
	position: relative;
}
.main-navigation a {
	display: block;
	text-decoration: none;
}
.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	display: none;
	float: left;
	left: 0;
	position: absolute;
	top: 1.5em;
	z-index: 99999;
}
.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}
.main-navigation ul ul a {
	width: 200px;
}
.main-navigation ul ul li {
}
.main-navigation li:hover > a {
}
.main-navigation ul ul :hover > a {
}
.main-navigation ul ul a:hover {
}
.main-navigation ul li:hover > ul {
	display: block;
}
.main-navigation li.current_page_item a,
.main-navigation li.current-menu-item a {
}

/* Small menu */
.menu-toggle {
	cursor: pointer;
	display: none;
}

/* =Content
----------------------------------------------- */

.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}
.byline,
.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}


/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


/* =Media
----------------------------------------------- */

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-main .gallery {
	
}
.gallery-caption {
}
.site-main .gallery a img {

}
.site-main .gallery dd {
	margin: 0;
}
.site-main .gallery-columns-4 .gallery-item {
}
.site-main .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* =Navigation
----------------------------------------------- */

.site-main [class*="navigation"] {
	margin: 0 0 1.5em;
	overflow: hidden;
}
[class*="navigation"] .nav-previous {
	float: left;
	width: 50%;
}
[class*="navigation"] .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}


/* =Comments
----------------------------------------------- */

.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}


/* =Widgets
----------------------------------------------- */

.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}


/* =Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}

/* CND Customizations */

html, body {
	height: 100%;
}

body {
	background-color: #faf1e6 !important;
}

#page {
	width: 90%;
	margin: 0 auto;
}

#primary {
	width:70%;
	float: left;
}

#secondary {
	width: 30%;
	float:left;
}

.border-box {
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box
}

#wpadminbar {
	background:rgba(0,0,0,.3);
	display:none;
}

.cnd-white {
	color:#f1ecec;
}

body.home #masthead {
	position:absolute;
	top: 38px;
	left: 50%;
	z-index: 2;
	margin-left: -135px;
	
	width:270px;
	height:66px;
}

body.home .site-branding {
	height: 100%;
	width:100%;
}

body.home .site-branding .site-title {
	text-indent:-5000px;
	background-image:url('img/horizontal_mark_large_cream-3@2x.png');
	background-repeat:no-repeat;
	background-size: contain;
	background-position: center center;
	height:100%;
}

.site-branding .site-description {
	display: none;
}

/* Social Menu */

ul.social-menu {
	position: absolute;
	right: 10px;
	height: 30px;
	width: auto;
	margin:0;
	z-index: 3;
	top: 6px;
}

ul.social-menu li {
	background-color: #FAF1E6;
	border-radius: 24px;
	display: block;
	float: left;
	margin-right: 3px;
}

ul.social-menu li a {
	display: block;
	font-size: 20px;
	line-height: 20px;
	padding: 3px 0 5px;
	text-align: center;
	text-decoration: none;
	width: 30px;
}

/* Init Animations */
body.home .animate-from-above {
  -webkit-transform: translateY(-155%);
     -moz-transform: translateY(-155%);
      -ms-transform: translateY(-155%);
       -o-transform: translateY(-155%);
          transform: translateY(-155%);
}

.preload * {
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}

body.home .hideUntilLoaded {
	opacity:1;
}

.preload .hideUntilLoaded {
	opacity:0;
}

h1 {
	color: #D51512;
	font-size: 1.3em;
	margin-bottom: 0.8em;
	text-transform: uppercase;
}

h3 {
	color: #D51512;
}

/* CND Nav */

.main-navigation {
	display:none;
}

#colophon {
	position:absolute;
	bottom:0;
	left:0;
	z-index: 3;
	height:12%;
	width:100%;
	background: #faf1e6;
}

#colophon .site-info {
	color: rgba(0, 0, 0, 0.35);
	font-size: 0.7em;
	text-align: center;
	margin-top: -6px;
}

#colophon .site-info a {
	color: rgba(0,0,0,.4);
}

#colophon .designer {
	display: none;
}

/* Page Dump/SPA */

body.home article .entry-meta,
body.home article .entry-header {
	display: none;
}
body.home #secondary {
	display:none;
}

body.home #page {
	height:100%;
}

.cnd-page-dump-content {
	background-color: rgba(243, 239, 230, 0.97);
	border-radius: 0 0 3px 3px;
	box-shadow: 0 0 36px rgba(0, 0, 0, 0.33);
	height: 89%;
	left: 50%;
	margin-left: -46%;
	overflow: hidden;
	position: fixed;
	top: -30px;
	width: 92%;
	/* border-boxed */
	padding:20px 10px 10px;
}

.cnd-page-dump-content .cnd-page-close {
	position:absolute;
	top: 39px;
	right: 15px;
	color: rgba(0,0,0,.6);
	text-decoration: none;
}

.cnd-page-dump-content .cnd-page-close:hover {
	color: rgba(0,0,0,.8);
}

.cnd-page-dump-content-logo {
	margin: 22px auto;
    width: 65%;
}

cnd-page-dump-content-logo img {
	width:100%;
}

.cnd-page-dump-content .cnd-page-dump-page {
	display:none;
	padding: 0 20px 10px 10px;
	max-height: 100%;
}

.cnd-page-dump-content .cnd-page-dump-page.active {
	display:block;
	opacity: 0;
}

.cnd-page-dump-content .cnd-page-dump-page-scroller {
	bottom: 20px;
    left: 7px;
	/* -webkit-overflow-scrolling: touch; */
    overflow-y: scroll;
    position: absolute;
    right: 7px;
    top: 108px;
}

.cnd-page-dump-content .cnd-page-dump-page.active.visible {
	transition: opacity .25s ease-in-out;
	opacity: 1;
}

.cnd-page-dump-menu {
	text-align:center;
}

.cnd-page-dump-menu ul {
	margin: -7px 0 0;
	display: inline-block;
}

.cnd-page-dump-menu li {
	display:block;
	float:left;
	margin-right:8px;
}

.cnd-page-dump-menu li a.cnd-page-dump-page-menu-home {
	font-size: 19px;
    line-height: 29px;
}

.cnd-page-dump-menu li a {
	color: #a02113;
	display: block;
	font-family: bebas_neueregular;
	font-size: 23px;
	line-height: 32px;
	padding: 0 4px;
	text-align: center;
	text-decoration: none;
	text-transform: capitalize;
	outline: none;
}

.cnd-page-dump-menu li a:hover {
	color:#7f1307;
}

.cnd-page-dump-menu li .selected-indicator {
	display:block;
	width: 39px;
	height: 14px;
	background-image: url('img/menu_diamond@2x.png');
	background-size: contain;
	-moz-background-size:contain;
	-webkit-background-size:contain;
	background-repeat: no-repeat;
	margin: 0 auto;
	opacity: 0;
}

.cnd-page-dump-menu li a.selected .selected-indicator {
	opacity:1;
}

/* Child Page/Menu */

.cnd-page-child-menu {
    list-style: none outside none;
    margin-left: 0;
    /* margin-right: 60px; */
}

.cnd-page-child-menu li {
	background-color: rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    float: left;
    margin: 0 4px 4px 0;
    padding: 4px 15px;
}

.cnd-page-child-menu li a {
	text-decoration: none;
	outline: medium none;
	text-transform: uppercase;
}

.cnd-page-child-menu li.selected a {
	color: #453114;
    font-weight: bold;
}

.cnd-page-child-content {
	display:none;
}

/* Contact Form */

.cnd-form-errors {
	color:#c02111;
	margin-bottom: 1em;
	font-style: italic;
}

.cnd-form-results {
	color: #44aa22;
	margin-bottom: 1em;
}

/* Home TV */

.cnd-home-tv {
	bottom: 12%;
	height: 144px;
	width: 118px;
	
	/*
	bottom: 12%;
	width: 170px;
	height: 207px;
	*/
	
	display: block;
	position: absolute;
	right: 10%;
	z-index: 1;
}

.cnd-home-tv-television {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-image:url(img/cnd_retro_tv.png);
	-moz-background-size:cover;
	-webkit-background-size:cover;
	background-size:cover;
}

.cnd-home-tv .cnd-home-tv-gif {
	bottom: 6%;
    left: 5%;
    position: absolute;
    width: 74%;
}

.cnd-home-tv .cnd-home-tv-gif img {
	width:100%;
	display: block;
}

.cnd-home-tv a.cnd-home-tv-play {
	left: 22%;
	bottom: 18%;
	
	color: rgba(45, 1, 1, 0.46);
	display: block;
	font-size: 32px;
	line-height: 40px;
	position: absolute;
	text-decoration: none;
	width: 60px;
	z-index: 1;
}

.cnd-home-tv a.cnd-home-tv-play:hover {
	color: rgba(255, 255, 255, 0.8);
}

/* Home Youtube Embed */

.cnd-home-theater-background {
	position: absolute;
	top:0;
	bottom:100%;
	left:0;
	right:0;
	background-color:rgba(0,0,0,.8);
	z-index:4;
	opacity:0;
}

.cnd-home-theater-background.active {
	bottom:0;
	opacity:1;
	-moz-transition: opacity .5s ease-in-out;
	-webkit-transition: opacity .5s ease-in-out;
	transition: opacity .5s ease-in-out;
}

.cnd-home-video-embed {
	display:none;
	bottom: 5%;
	left: 5%;
	position: absolute;
	right: 5%;
	top: 5%;
	z-index: 5;
}

.cnd-home-video-embed.active {
	display:block;
}

.cnd-home-video-embed iframe {
	width: 100%;
	height: 100%;
}

a.cnd-home-theater-close {
	color: rgba(255, 255, 255, 0.85);
	font-size: 30px;
	line-height: 40px;
	margin-right: -18px;
	margin-top: -24px;
	position: absolute;
	right: 0;
	text-decoration: none;
	text-shadow: 0 0 7px #000000;
	top: 0;
	width: 40px;
	z-index: 6;
}

/* Swiper Core */

.swiper-container{margin:0 auto;position:relative;overflow:hidden;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-o-backface-visibility:hidden;backface-visibility:hidden;z-index:1;}
.swiper-wrapper{position:relative;width:100%;-webkit-transition-property:-webkit-transform,left,top;-webkit-transition-duration:0s;-webkit-transform:translate3d(0px,0,0);-webkit-transition-timing-function:ease;-moz-transition-property:-moz-transform,left,top;-moz-transition-duration:0s;-moz-transform:translate3d(0px,0,0);-moz-transition-timing-function:ease;-o-transition-property:-o-transform,left,top;-o-transition-duration:0s;-o-transform:translate3d(0px,0,0);-o-transition-timing-function:ease;-o-transform:translate(0px,0px);-ms-transition-property:-ms-transform,left,top;-ms-transition-duration:0s;-ms-transform:translate3d(0px,0,0);-ms-transition-timing-function:ease;transition-property:transform,left,top;transition-duration:0s;transform:translate3d(0px,0,0);transition-timing-function:ease;}
.swiper-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto;}
.swiper-slide{float:left;}
.swiper-wp8-horizontal{-ms-touch-action:pan-y;}
.swiper-wp8-vertical{-ms-touch-action:pan-x;}

/* Swiper Responsive Gallery */

.swiper-container {
	color:#fff;
	text-align:center;
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:12%;
}
.swiper-slide {
	-moz-background-size:cover;
	-webkit-background-size:cover;
	background-size:cover;
	background-position: center center;
}
.swiper-slide > * {
	display:none;
}

.swiper-slide .swiper-home-logo {
    display: block;
	
	width: 200px;
    height: 128px;
	margin-left: -100px;
    margin-top: -64px;
	
    left: 50%;
    position: relative;
    top: 50%;
	background-image: url('img/cnd_home_logo_large-3@2x.png');
	background-repeat: no-repeat;
	background-size: contain;
	-moz-background-size:contain;
	-webkit-background-size:contain;
}

.swiper-slide .caption{font-style:italic;font-size:42px;margin-top:80px;margin-bottom:0;line-height:45px;}
.swiper-pagination{position:absolute;z-index:20;left:14px;bottom:14px;}
.swiper-pagination-switch {
	background: none repeat scroll 0 0 rgba(76, 71, 70, 0.6);
	border-radius: 5px;
	display: inline-block;
	height: 10px;
	margin-right: 3px;
	opacity: 0.8;
	width: 10px;
	/* border:1px solid #fff; */
	cursor:default;
}
.swiper-visible-switch{background:#aaa;}
.swiper-active-switch{background:rgba(250, 241, 230,.9);}

.swiper-slide-active {
}
.swiper-slide-visible {
}

.swiper-container .swiper-arrow {
	background: none repeat scroll 0 0 #FAF1E6;
	display: block;
	font-size: 42px;
	line-height: 50px;
	margin-top: -25px;
	opacity: 0.85;
	outline: medium none;
	padding-bottom: 6px;
	position: absolute;
	top: 50%;
	width: 52px;
	z-index: 1;
}

.swiper-container .swiper-arrow:hover {
	opacity:1;
	transition: opacity .25s ease-in-out;
}

.swiper-container .swiper-arrow-prev {
	left: 0;
    margin-left: -4px;
	-moz-border-radius: 0 30px 30px 0;
	-webkit-border-radius: 0 30px 30px 0;
	border-radius: 0 30px 30px 0;
}

.swiper-container .swiper-arrow-next {
	right: 0;
	-moz-border-radius: 30px 0 0 30px;
	-webkit-border-radius: 30px 0 0 30px;
	border-radius: 30px 0 0 30px;
}

.swiper-container .swiper-arrow.arrow-hidden {
	opacity: 0.2;
	transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}

@-webkit-keyframes flashes {
  from { opacity: .2; }
  to { opacity: 1; }
}

@-moz-keyframes flashes {
  from { opacity: .2; }
  to { opacity: 1; }
}

@-o-keyframes flashes {
  from { opacity: .2; }
  to { opacity: 1; }
}

@keyframes flashes {
  from { opacity: .2; }
  to { opacity: 1; }
}

.swiper-container .swiper-arrow-next {
	-webkit-animation: flashes .5s 2 alternate; /* Safari 4+ */
	-moz-animation:    flashes .5s 2 alternate; /* Fx 5+ */
	-o-animation:      flashes .5s 2 alternate; /* Opera 12+ */
	animation:         flashes .5s 2 alternate; /* IE 10+ */
}



/* Media Queries */

/* Extra small devices (phones, up to 480px) */
/* No media query since this is the default in Bootstrap */

@media (min-width: 480px) {
	.cnd-page-dump-content-logo {
		width: 50%;
	}
	
	.cnd-page-child-content, 
	.cnd-page-root-content {
		margin-left: 160px;
	}
	
	.cnd-page-child-menu {
		float:left;
		width: 130px;
	}
	
	.cnd-page-child-menu li {
		border-radius: 0 6px 6px 0;
		float: none;
		margin: 0 0 4px;
		padding: 2px 14px 6px;
		text-transform: uppercase;
	}
	
	.designer {
		display: block;
	}
}

/* Small devices (tablets, 768px and up) */
@media (max-width: 767px) {
	.main-navigation {
		
	}
	
	.menu-toggle {
		display: block;
		padding:3px 0;
		border:1px solid rgba(0,0,0,.3);
		font-size:25px;
		font-weight: normal;
		width:60px;
		text-align: center;
	}
	
	.main-navigation.toggled .nav-menu {
		display:block;
	}

	.main-navigation ul {
		display: none;
	}
	
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.swiper-container {
		height:88.1%;
		top:0;
		left:0;
	}
	
	#colophon .designer {
		display:inline;
	}
	
	.cnd-page-dump-content {
		margin-left: -37%;
		width: 74%;
	}
	
	.swiper-slide .swiper-home-logo {
		width: 300px;
		height: 192px;
		margin-left: -150px;
		margin-top: -90px;
	}
	
	.cnd-page-dump-content-logo {
		width: 40%;
	}
	
	.cnd-home-tv {
		width: 170px;
		height: 207px;
		right: 6%;
	}
	
	.cnd-home-tv a.cnd-home-tv-play {
		left: 29%;
		bottom: 21%;
	}
	
	.cnd-page-dump-content .cnd-page-dump-page-scroller {
		top: 140px;
	}

}


/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
	body.home #masthead {
		height: 88px;
		left: 50%;
		margin-left: -210px;
		top: 15px;
		width: 420px;
	}
	body.home .site-branding .site-title {
		background-image:url("img/horizontal_mark_large_cream-3@2x.png");
	}
	
	.cnd-page-dump-content {
		margin-left: -375px;
		width: 750px;
	}
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	
}

@media (max-height: 459px) {
	.cnd-page-dump-content .cnd-page-dump-page-scroller {
		top: 108px;
	}
	
	.cnd-page-dump-content {
		height: 94%;
	}
	
	.cnd-page-dump-content-logo {
		
	}
}

@media (max-height:460px) {
	#colophon {
		height:14%;
	}
	
	.cnd-page-dump-menu li a {
		line-height: 25px;
		font-size: 20px;
	}
	
	.cnd-page-dump-menu li a.cnd-page-dump-page-menu-home {
		line-height: 20px;
		font-size: 17px;
	}
	

	
	body.home .swiper-container {
		bottom:14%;
	}
	
	.cnd-page-dump-content {
		height: 88%;
	}
	
	.site-info {
		display: none;
	}
	
	
	.cnd-home-tv {
		bottom: 14%;
	}
	/*
	.cnd-home-tv a.cnd-home-tv-play {
		left: 22%;
		bottom: 18%;
	}
	*/
}

@page { size: portrait; }
@media print {
	body.home .swiper-container {
		display:none;
		visibility: hidden;
	}
	
	.animate-from-above {
		-webkit-transform: translateY(0%);
		   -moz-transform: translateY(0%);
			-ms-transform: translateY(0%);
			 -o-transform: translateY(0%);
				transform: translateY(0%);
	}

	body.home .cnd-page-dump-content {
		height: auto;
		left: auto;
		margin: auto;
		overflow: visible;
		position: relative;
		top: auto;
		width: auto;
		box-shadow: none;
	}
	
	body.home .cnd-page-dump-page-scroller {
		bottom: auto;
		left: auto;
		overflow-y: visible;
		position: relative;
		right: auto;
		top: auto;
	}
	
	body.home a.cnd-page-close {
		display: none;
	}
	
	body.home #content {
		
	}
	
	body.home .cnd-page-dump-menu {
		display: none;
	}
	
	body.home #colophon {
		height: auto;
		bottom: auto;
		left: auto;
		position: relative;
		background-color: #ffffff;
	}
	
	body.home .cnd-page-dump-content-logo {
		width: 43%;
	}
	
	body {
		background-color: #ffffff;
	}
}