@import url(http://fonts.googleapis.com/css?family=Maven+Pro:400);
/*
	Theme Name: Twonky 2
	Author: WLC
	Author carey@pv.com
	Version: 1.1
	Text Domain: frog
*/

/** START HTML5 Boilerplate CSS **/

/*! normalize.css v1.0.1 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/*
 * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3,
 * and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/*
 * 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */

html,
button,
input,
select,
textarea {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

/*
 * Addresses margins handled incorrectly in IE 6/7.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/*
 * Addresses font sizes and margins set differently in IE 6/7.
 * Addresses font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.75em;
    margin: 2.33em 0;
}

/*
 * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/*
 * Addresses styling not present in IE 6/7/8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/*
 * Addresses margins set differently in IE 6/7.
 */

p,
pre {
    margin: 1em 0;
}

/*
 * Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/*
 * Addresses CSS quotes not supported in IE 6/7.
 */

q {
    quotes: none;
}

/*
 * Addresses `quotes` property not supported in Safari 4.
 */

q:before,
q:after {
    content: '';
    content: none;
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */

/*
 * Addresses margins set differently in IE 6/7.
 */

dl,
menu,
ol,
ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}

/*
 * Addresses paddings set differently in IE 6/7.
 */

menu,
ol,
ul {
    padding: 0 0 0 40px;
}

/*
 * Corrects list images handled incorrectly in IE 7.
 */

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improves image quality when scaled in IE 7.
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/*
 * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/*
 * Corrects margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/*
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 6/7/8/9.
 * 2. Corrects text not wrapping in Firefox 3.
 * 3. Corrects alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/*
 * Addresses Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

/*
 * Re-set default cursor for disabled elements.
 */

button[disabled],
input[disabled] {
    cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 * 3. Removes excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/*
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/*! main.css  */
/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

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

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

/*
 * A better looking default horizontal rule
 */

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

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

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

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

















/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before, .clearfix:after,
.cf:before, .cf:after,
.safe:before, .safe:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after,
.cf:after,
.safe:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix, .cf, .safe {
    *zoom: 1;
}


/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        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) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

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

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

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

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

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

    @page {
        margin: 0.5cm;
    }

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

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


/** END HTML5 Boilerplate CSS **/






/** START Starkers CSS **/

/* LAYOUT */
/* ----------------------------------------- */

/* These rather presentational classes are generated by WordPress, so it's useful to have some styles for them. Edit as you see fit. More info: http://codex.wordpress.org/CSS */
.aligncenter { display:block; margin:0 auto }
.alignleft { float:left }
.alignright { float:right }
.wp-caption { border:1px solid #666; text-align:center; background:#ccc; padding:10px; margin:10px }

/* You might find the following useful */
/* div, ul, li { position:relative } This will save you having to declare each div / ul / li's position as 'relative' and allows you to absolutely position elements inside them
br.clear { clear:both; display:block; height:1px; margin:-1px 0 0 0 } /* Use this br class to clear your floated columns */
li#theme-switcher { background:#fff; border:10px solid red; padding:20px; position:fixed; top:0; right:0 } /* Use this if you have the Theme Switcher Reloaded plugin (http://themebot.com/webmaster-tools/1-wordpress-theme-switcher-reloaded) installed and want to make it nice and obvious */
*/
/* TYPOGRAPHY */
/* ----------------------------------------- */

h1, h2, h3, h4, h5, h6 { font-weight:bold } /* This helps to identify headings at the initial build stage, so I thought it'd be useful to have it */
.alert { background:red; color:white } /* 'alert' has a basic style, since it's useful to have it standing out for testing purposes.

/** END Starkers CSS **/

/** START WordPress-Defined CSS Classes **/
.wp-caption-text{}
.gallery-caption{}
.bypostauthor{}
.sticky{}
/** Keep drop-downs working **/
#access li {
	float: left;
	position: relative;
}
#access .menu > li > a { white-space:nowrap; }
#access ul ul {
	display: none;
	float: left;
	position: absolute;
		top: 3.333em;
		left: 0;
	z-index: 99999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
/* #access ul li.intent > ul, */
#access ul li:hover > ul {
	display: block;
}
/** END WordPress-Defined CSS Classes **/

/** START Twonky CSS Classes **/
html,
body { height: 100%; }
a { text-decoration: none; color: #569FD3; }
a:hover { color: #F15C22; }
h1, h2, h3, h4, h5, h6, input, textarea, #access, #main-footer, .shortcuts, .show-all {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	-webkit-text-rendering: optimizeLegibility;
	-moz-text-rendering: optimizeLegibility;
	-ms-text-rendering: optimizeLegibility;
	-o-text-rendering: optimizeLegibility;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-smoothing: antialiased;
}
img {
	max-width: 100%;
	height: auto;
}
.safe { width: 980px; margin: 0 auto; position: relative; clear: both; }
body { font-size: 16px; color: #8a8a8a; font-weight: normal; font-weight: 300; line-height: 1.9; }
#wrapper { position: relative; min-height: 100%; background-color: #F8F8F8; min-width: 960px; }
section .safe { padding:40px 0; }
#header { height: 89px; position: relative; background-color: #FFF; border-top: 2px solid #f5733f; z-index:800; }
#content { }
#content_tail { width: 100%; min-height: 273px; clear: both; }
#main-footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	background-color: #405865;
	padding: 0 0 4em;
	font-size: 16px;
	border-top:2px solid #e76b0f;
}
#main-footer,
#main-footer a,
#main-footer a.structure-only:hover,
#main-footer .sub-menu a:hover { color: #7daeae; font-weight: normal; line-height: normal; }
#main-footer a:hover { color: #FFF; }
#main-footer a.structure-only { cursor: default; }
#main-footer .sub-menu a,
#main-footer .sub-menu a.structure-only:hover { color: #7daeae; }
#main-footer .menu-footer-nav-container { text-transform: lowercase; }
#main-footer ul { list-style: none; margin: 0; padding: 0; }
#footer-access .menu > li { float: left; margin-right: 30px; }
#footer-access .sub-menu { padding-top: 6px; font-size: 80%; }

#legal-access ul ul { display:none; }
#legal-access li { float:left; margin-left:1em; }

#main-footer .social { float: right; text-align: right; font-size: 12px; position: relative; padding: 20px 0; top: -4px; width:300px }
#main-footer .icon { display: inline-block; text-align: left; text-indent: -9999px; overflow: hidden; vertical-align: middle; background-position: center; background-repeat: no-repeat; }
#main-footer .get-the-beam { color: #FFFFFF; font-size: 12px; }
#main-footer .get-the-beam .icon { width:90px; height: 35px; background-image: url('images/footer-icon-beam.png'); margin-left: 4px; }
#main-footer a.icon { height: 19px; }
#main-footer a.twitter { background-image: url('images/social-icon-twitter.png'); width: 19px; margin: 0 15px 0 12px; }
#main-footer a.facebook { background-image: url('images/social-icon-facebook.png'); width: 18px; margin-right: 10px; }
#main-footer a.youtube { background-image: url('images/social-icon-youtube.png'); width: 42px; }
#main-footer .menu-legal,
#main-footer .copyright { clear:right; float:right; font-family: 'Open Sans',sans-serif; color: #7daeae; font-weight: normal; line-height: normal; }

#header h1,
.home-page .demo-link {
	text-indent: -9999px;
	overflow: hidden;
	text-transform:lowercase;
}
.home-page #content, .about-us-page #content { padding-bottom: 0; }
.home-page #content_tail {
	background-color: #E8E8E8;
}
#header h1 {
	display: block;
	width: 197px;
	height: 51px;
	background: url('images/twonky_logo.png') no-repeat;
	margin: 14px 5px 0;
	float: left;
}
#access {
	float: left;
	font-size: 16px;
	font-weight: normal;
	text-transform: none;
}
#access .menu-header { float:left; }
#access a#skip { display: none; } /* does this break screen readers? */
#menu-top-nav { margin: 0; }
#menu-top-nav > li > a {
	padding: 24px 15px 0 15px;
	line-height: 50px;
}
#access .menu { padding: 0; }
#access ul ul {
	padding: 13px 30px 30px;
	margin: 0;
	position: absolute;
		left:-15px;
		top:100%;
}
#access ul ul li {
	border-top: 2px solid #fff;
	background-color: #fff;
	background-color: rgba(255, 255, 255, .9);
	float:none;
	line-height: 20px;
	padding: 7px 0 15px 15px;
	width: 200px;
	height: 38px;
}
.home-page #access ul ul li { background-color: rgba(250,250,250,0.9); }
#access a {
	color: #b8b8b8;
	text-decoration: none;
	display: block;
	height: 100%;
}
#access li:hover > a, #access .active > a { color: #333; }
.half { width: 50%; float: left; }
.half.left { clear: left; }

/* --- search { --- */
.search-box { line-height:20px; }
#access .search-box {
	float:left;
	margin-left:45px;
	padding-top:39px;
}
.search-box label {
	background:url(images/search-icon.png) center center no-repeat;
	display:block;
	float:left;
	margin-right:10px;
	width:21px;
	height:20px;
}
.search-box input {
	-webkit-appearance:none;
	background:transparent;
	border:0;
	border-radius:0;
	color:#b0b7bc;
	display:block;
	font-size: 16px;
	height:20px;
	line-height:20px;
	margin:0;
	outline:none;
	padding:0;
	text-transform:lowercase;
}
.search-box button { display:none; }

.search-results #nav-above,
.search-results #nav-below { display:none; }
/* --- } search --- */

/* --- language switcher { --- */
#nav-language {
	font-size:13px;
	line-height:25px;
	position:absolute;
		top:0;
		right:0;
	text-align:right;
	text-transform:lowercase;
}

#nav-language ul {
	list-style:none;
	margin:0;
	padding:0;
}
#nav-language li {
	cursor:pointer;
	display:none;
}
#nav-language li.current,
#nav-language .active li { display:block; }

#nav-language a {
	background:#efeeee;
	color:#333;
	display:block;
	padding:0 15px;
	white-space:nowrap;
}

#nav-language li.current {
	background:#fff url(images/select_arrow_red.png) no-repeat right center;
	color:#9e9d9d;
	padding-right:15px;
}
#nav-language li.current span {
	background:#fff;
	display:block;
	padding:0 5px;
}
#nav-language .active li.current {
	background-color:#efeeee;
	color:#333;
}

/* --- } language switcher --- */

/* --- all pages { --- */
section h1 {
	color: #e9591d;
	font-size: 30px;
	font-weight: normal;
	line-height: 1.2;
	margin: 0 0 1.2em 0;
	text-transform: none;
}
.single-post section h1 { text-transform: none; }
.button,
.gsfn a {
	border:0;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height:40px;
	cursor: pointer;
	background-color: #f5733f;
	color: #fff;
	padding: 0 3em;
	display: inline-block;
	text-align:center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.button:hover,
.gsfn a:hover {
	background-color: #a73923;
	color: #fff;
}
.button.static,
.button.static:hover {
	background-color: #f5733f;
	cursor:default;
}
.select {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 12px;
	cursor: pointer;
	background-color: #f5733f;
	color: #FFF;
	position: relative;
	width: 400px;
	line-height: 40px;
	box-shadow: 0px 1px 1px #CCC;
}
.select .value,
.select li a {
	padding: 0 40px;
}
.select ul { display: none; }
.select.open ul {
	display: block;
	width: 100%;
	box-shadow: 0px 2px 3px rgba(0,0,0,0.2);
}
.select ul,
.select li { list-style: none; padding: 0; margin: 0; }
.select li a { display: block; background-color: #569fd3; padding: 0 40px; border-top: 1px solid #FFF; color: #FFF; }
.select .arrow { position: absolute; width: 9px; height: 9px; top: 15px; right: 18px; background: url('images/select_arrow.png') center no-repeat; }
.select li a:hover {
	background-color: #347FC1;
}
.what-is-twonky h2,
.why-twonky h2,
.product-list .product h2,
.error404 h1 {
	color: #405966;
	font-size: 46px;
	font-weight: 100;
	margin:0 0 .5em;
	line-height:1;
	font-family: "Helvetica Neue", sans-serif;
	text-transform:lowercase;
}
.what-is-twonky h2 b,
.why-twonky h2 b,
.product-list .product h2 b,
.error404 h1 b { font-family: 'Open Sans', Arial, Helvetica, sans-serif; font-weight: 200; }

.expandable { overflow-y:hidden; position:relative; }
.expandable .collapsed,
.expandable.expanded .expanded { display:block; }
.expandable .expanded,
.expandable.expanded .collapsed { display:none; }
.expandable .expand-link,
.expandable .collapse-link {
	background: url(images/expand-collapse.png) right top no-repeat;
	display:block;
	font-size:14px;
	line-height:22px;
	padding-right:25px;
	text-align:right;
	text-transform: lowercase;
}
.expandable .collapse-link { background-position: right bottom; }
.no-js .expandable .expanded { display:block; }
.no-js .expandable .collapsed,
.no-js .expandable .expand-link,
.no-js .expandable .collapse-link { display:none; }

.menu-header ul.menu { float: left; font-size: 16px; text-transform: none !important; }
.menu-header ul.menu { margin-top: 32px; }
.menu-header ul.menu li { float: left; display: block; border-right: 1px solid #f0f0f2; list-style: none; padding: 5px 10px; }
.menu-header ul.menu li a { float: left; color: #b8b8b8; font-family: 'Open Sans',sans-serif; text-decoration: none } 
.menu-header ul.menu li a:hover { color: #f5733f; }
.menu-header ul.menu li:last-of-type{ border:none!important; }

.menu-footer { padding: 20px 0; float: left; }
.menu-footer .menu li a {color:#7daeae;text-decoration:none;white-space:nowrap;}
.menu-footer .menu > li {float:left;padding-right:30px; margin: 0 !important;}
.menu-footer .menu li .sublinks li a {color:#7daeae; text-decoration:none; font-size:12px;}

.menu-header .current_page_item a { color: #E9591D !important; }
.menu-header { line-height: normal !important; }
/* --- } all pages --- */

/* --- home { --- */
.home-page .safe { padding:0; }
.home-page .carousel {
	height: 400px;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
	background-color: #FFF;
}
.home-page .carousel-slide {
	position: absolute;
	width: 2000px;
	height: 400px;
	top: 0;
	left: 50%;
	margin-left: -1000px;
}
.home-page .demo-link {
	display: block;
	position: relative;
	margin: 0 auto;
	width: 203px;
	height: 113px;
	top: -75px;
	background: url('images/beam-see_how_it_works.png') no-repeat;
	margin-bottom: -70px;
	cursor: pointer;
	z-index: 2;
}
.home-page .left-col { float: left; width: 480px; }
.home-page .right-col { float: left; width: 460px; }
.home-page h4,
.home-page .show-all {
	font-size:16px;
	line-height:16px;
	text-transform:lowercase;
}
.home-page h4 { color: #569FD3; font-weight: normal; margin-bottom: 14px; }
.what-is-twonky,
.why-twonky { position: relative; clear: both; padding-top: 30px; }
.what-is-twonky { padding-top: 26px; }
.why-twonky { border-top: 3px solid #FFF; }
.what-is-twonky h2 { position: relative; top: -7px; }
.why-twonky h2 { position: relative; top: 4px; }
.what-is-twonky p,
.why-twonky p { margin: 0 0 38px; line-height: 20px; font-size: 12px; }
.why-twonky .left-col p { width: 80%; }
.solution-links,
.solution-links li { list-style: none; padding: 0; margin: 0; }
.solution-links li {
	float: left;
	width: 25%;
	margin-left: 11%;
	text-align: center;
	display: block;
	position: relative;
	height: 18px;
	padding-top: 120px;
	cursor: pointer;
}
.solution-links li:first-child { margin-left: 0; }
.solution-links .icon,
.solution-links .icon-active {
	width: 100px;
	height: 100px;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -50px;
}
.solution-links .icon-active { display: none; }
.solution-links li.active .icon { display: none; }
.solution-links li.active .icon-active { display: block; }
.solution-links .label {
	font-size: 16px;
	line-height: 18px;
	padding: 5px 25px 5px 5px;
	background: url('images/arrow_more_info.png') center right no-repeat;
}
.solution-links li:hover .label,
.solution-links li.active .label { color: #569FD3; }
.solution-details {
	display: none;
	position: relative;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
}
.solution-details .solutions { margin: 0; padding: 0; }
.solution-details .thumbnail,
.solution-details h4 { margin-top: 25px; }
.solution-details .solutions > li { overflow: hidden; }
.solution-details .thumbnail { width: 410px; height: 253px; float: left; margin-right: 70px; }
.solution-details .edge,
.solution-details .arrow { position: absolute; left: 0; height: 13px; }
.solution-details .edge {
	top: 0;
	overflow: auto;
	width: 100%;
	border-top: 1px solid #99aebc;
}
.solution-details .arrow {
	top: 1px;
	left: 50%;
	width: 28px;
	margin-left: -14px;
	z-index: 1;
	background: url('images/inset_arrow_down.png') top center no-repeat;
}
.solution-details li {
	display: none;
	list-style: none;
	margin: 0;
	padding: 48px 0 80px;
}
.solution-details li p { margin: 0 0 20px; }
.home-page .breakdown {
	clear: both;
	background-color: #E8E8E8;
	overflow: auto;
	padding: 26px 0 36px;
	color: #94A0A7;
	font-size: 16px;
	border-top: 3px solid #FFF;
}
.home-page h3 {
	font-size:30px;
	font-weight:200;
	margin:0 0 23px 0;
	text-transform:lowercase;
}
.home-page .update p { font-size: 12px; margin: 0.5em 0 1.5em; }
.home-page .update .read-more { text-transform:lowercase; }
.home-page .shortcuts ul,
.home-page .shortcuts a {
	display: block;
	float: left;
	background-repeat: no-repeat;
	background-position: center;
	height: 74px;
	margin-left: 30px;
	position: relative;
	color: #94A0A6;
}
.home-page .shortcuts a:hover { color: #569FD3; }
.home-page .shortcuts a:first-child { margin-left: 0; }
.home-page .shortcuts a .label {
	text-align: center;
	font-size: 16px;
	position: absolute;
	left: 0;
	bottom: -47px;
	width: 100%;
	height: 25px;
	padding-top: 30px;
	text-transform:lowercase;
}
.home-page .shortcuts .community { background-image: url('images/icon-community.png'); width: 83px; }
.home-page .shortcuts .downloads { background-image: url('images/icon-downloads.png'); width: 118px; }
.home-page .shortcuts .compatibility { background-image: url('images/icon-compatibility.png'); width: 139px; margin-left: 18px; }
/* --- } home --- */

/* --- about-us { --- */
.about-us-page #content p:first-child { margin-top: 0; }
.about-us-page #press { padding-bottom: 60px; }
.about-us-page #press h1 { margin-bottom: 0; }
.about-us-page h2 { color: #569FD3; font-size: 16px; line-height: 16px; font-weight: normal; margin: 2em 0 1em; }
.about-us-page h2 a { font-size: 12px; text-transform: lowercase; }
.about-us-page .attachment-post-thumbnail { float: left; }
.about-us-page .page-content { width: 50%; float: right; }
.about-us-page #press .safe { border-top: 1px solid #CCC; }
.about-us-page .announcements, .about-us-page .reviews { list-style: none; margin: 0; padding: 0; width: 80%; }
.about-us-page .announcements li, .about-us-page .reviews li {
	list-style: none;
	padding-left: 76px;
	clear: both;
	margin: 1.5em 0;
}
.about-us-page .announcements .title, .about-us-page .reviews .title { text-indent: -76px; }
.about-us-page .announcements a, .about-us-page .reviews a { font-weight: normal; text-transform:lowercase; }
.about-us-page .announcements .date, .about-us-page .reviews .date { float: left; width:76px; }
.lang-ja.about-us-page .announcements .date, .lang-ja.about-us-page .reviews .date { width: 100px; }
.about-us-page .reviews .title,
.about-us-page .announcements .title { font-weight: bold; }
.about-us-page .reviews .content p { margin: 0; }
.about-us-page .events { border-spacing: 2px; border-collapse: separate; }
.about-us-page .events th { text-align: left; font-weight: bold; padding: 1em 0; }
.about-us-page .events td { text-align: center; background-color: #EFF0F1; font-size: 11px; padding: 1em; }
.about-us-page .events tfoot td { text-align: right; background-color: transparent; padding: 1em 0; }
/* --- } about-us --- */

/* --- downloads { --- */
.downloads-page h3 { font-size: 12px; line-height: 16px; font-weight: normal; margin: 25px 0 10px; }
.downloads-page h3 p:after { content: ":"; }
.downloads-page .content, .downloads-page .note, .downloads-page .download-group { width: 50%; float: left; }
.downloads-page .download-group * { font-family: 'Open Sans', Arial, Helvetica, sans-serif; }
.downloads-page .download-group p { width:80%; }
.downloads-page .download-group ul { list-style:none; margin:0; padding:0; }
.downloads-page .download-group li { display:block; position: relative; }
.downloads-page .content { width:45%; margin-right: 5%; }
.downloads-page .note { font-size: 10px; }
.downloads-page .label { font-weight: bold; color: #569FD3; }
.downloads-page .file-lists { border-top: 1px solid #CCC; clear: both; margin-top: 20px; padding-top: 5px; }
.downloads-page .change-log-link { color: #F15C22; display:block; position: absolute; left: -16px; top:0; cursor: pointer; width: 16px; text-align: center; }
.downloads-page .change-log { display: none; background-color: #EFF0F1; font-size: 11px; padding: 0 1em 0 3em; text-indent: -2em; overflow: hidden; }
/* --- } downloads --- */

/* --- twonky-in-action { --- */
.twonky-in-action-page h1 { margin-bottom:0; }
.twonky-in-action-page h2 { color: #569FD3; font-size: 16px; line-height: 16px; font-weight: normal; margin-bottom: 20px; }
.twonky-in-action-page #current_case_study { margin-bottom:40px; }
.twonky-in-action-page #current_case_study .value {
	background-image: url('images/icon-bar-graph.png');
	background-position: 12px center;
	background-repeat: no-repeat;
}
.twonky-in-action-page .gallery { margin-bottom: 40px; }
.twonky-in-action-page .studies-side, .twonky-in-action-page .studies-single { width: 50%; float: left; }
.twonky-in-action-page .synopsis { padding: 40px 0 0; border-top: 2px solid #EBEBEB; margin-top: 1em; font-size: 12px; width: 370px; padding-right: 30px; }
.twonky-in-action-page .synopsis ul { padding: 0 0 0 18px; }
.twonky-in-action-page .synopsis h1,
.twonky-in-action-page .synopsis h2,
.twonky-in-action-page .synopsis h3,
.twonky-in-action-page .synopsis h4,
.twonky-in-action-page .synopsis h5,
.twonky-in-action-page .synopsis h6 { font-size: 12px; font-weight: normal; color: #569FD3; margin: 0; }
/* --- } twonky-in-action --- */

/* --- products { --- */
.product-list #content { padding-bottom: 0; }
.product-list .content-header { padding-right:480px; width: 460px; }
.product-list.term-mobile .content-header { background: url(images/products-mobile.png) 600px center no-repeat; }
.product-list.term-distributors .content-header { background: url(images/products-distributors.png) 501px center no-repeat; }
.product-list.term-manufacturers .content-header,
.product-list.term-professional-services .content-header { background: url(images/products-manufacturers.png) 503px center no-repeat; }
.product-list .product .safe { border-top: 1px solid #CCC; }
.product-list .product h2 .subtitle { font-size: 18px; font-family: 'Open Sans', Arial, Helvetica, sans-serif; }
.product-list .product h2 { float: left; width: 440px; }
.product-list .product h2 b { text-transform:lowercase; }
.product-list .product .description { float: right; width: 480px; }
.product-list .attachment-product { display:none; }

.product-list.post-type-archive .attachment-product { display:block; float:left; }
.product-list.post-type-archive .has-thumbnail h2 { float:right; margin-bottom:0; width:480px; }
/* --- } products --- */

/* --- store { --- */
.twonky-page .menu-header, .store-page .menu-header {	display: none; }
.twonky-page .content-header, .store-page .content-header { width: 980px; margin: 0 auto; }
#store-link {
	position: relative;
	float: right;
	margin: 15px 65px 0 0;
	width: 300px;
}
#store-desc {
	position: relative;
	float: left;
	width: 460px;
}
#store-link a span.button {
	display: block;
	background: url('../../uploads/2014/07/ico_chev.png') no-repeat right center #f5733f;
	color: #fff;
	padding: 20px 120px 20px 20px;
	margin: 32px 0;
	line-height:normal;
	text-align: left;
	font-size: 18px;
	font-weight: bold;
}
#store-link a span.button:hover { background: url('../../uploads/2014/07/ico_chev_hover.png') no-repeat right center #a73923; }
#store-link a img {
	position: absolute;
	top: 0;
	right: 40px;
	width: 74px;
	height: 150px;
}
#store-options { border-top: 1px solid #F0F0F2; }
#store-options .store-option { width:430px; }
#store-options #buy-manager { float:left; }
#store-options #buy-server { float:right; }
#store-options .store-option h2 { background:top left no-repeat; height:29px; margin-top:0; }
#store-options #buy-manager h2 { background-image:url(images/product-logo-twonky-server.png); width:231px; }
/* --- #store-options #buy-server h2 { background-image:url(images/product-logo-twonky-server.png); width:197px; } */
/* --- } store --- */

/* --- why-choose-twonky { --- */
.why-choose-twonky-page .data,
.why-choose-twonky-page .content { width: 50%; float: left; }

.why-choose-twonky-page .subtitle { font-size: 11px; font-weight: 200; color: #405966; position: relative; top: -24px; }

.why-choose-twonky-page .comparison { width: 85%; border-spacing: 2px; border-collapse: separate; margin-top: 15px; }
.why-choose-twonky-page .comparison * { font-size: 10px; }
.why-choose-twonky-page .comparison th { color: #569FD3; font-weight: normal; }
.why-choose-twonky-page .comparison th.other,
.why-choose-twonky-page .comparison th.twonky { width: 50px; }
.why-choose-twonky-page .comparison td { background-color: #EFF0F1; font-size: 11px; padding: 1em; }
.why-choose-twonky-page .comparison td.checked { background-image: url('images/checkmark.png'); background-position: center; background-repeat: no-repeat; }
.why-choose-twonky-page .comparison tfoot td { text-align: right; background-color: transparent; padding: 1em 0; }

.why-choose-twonky-page .content h1,
.why-choose-twonky-page .content h2,
.why-choose-twonky-page .content h3,
.why-choose-twonky-page .content h4,
.why-choose-twonky-page .content h5,
.why-choose-twonky-page .content h6 { font-size: 16px; font-family: inherit; color: #569FD3; font-weight: normal; }
/* --- } why-choose-twonky --- */

/* --- help & devices { --- */
.devices-page h1,
.help-page h1 { margin-bottom: 0; }
.devices-page #content,
.help-page #content { padding: 40px 0 60px 0; }
.devices-page .safe,
.help-page .safe { padding: 0; }
.devices-page .content-header,
.help-page .content-header { padding-right:480px; width: 460px; }

.devices-page .twonky_device,
.help-page .help-option {
	background:#eff0f1;
	float:left;
	margin:24px 14px 0 0;
	padding:126px 30px 80px 30px;
	position:relative;
	width:244px;
	height:134px;
}
.devices-page .twonky_device { height:0; }
.devices-page .twonky_device h2,
.devices-page .twonky_device .description { display:none; }
.devices-page .twonky_device .image,
.help-page .help-option .image {
	background:center center no-repeat;
	display:block;
	position:absolute;
		top:0;
		left:0;
	width:100%;
	height:126px;
}
.devices-page .twonky_device.post-2,
.devices-page .twonky_device.post-5,
.devices-page .twonky_device.post-8,
.help-page #help-faq,
.help-page #help-ask { margin-right:0; }
.help-page #help-youtube { background:#eff0f1 url(images/help-youtube.png) center 28px no-repeat; }
.help-page #help-guide { background:#eff0f1 url(images/help-guide.png) center 26px no-repeat; }
.help-page #help-faq { background:#eff0f1 url(images/help-faq.png) center 32px no-repeat; }
.help-page #help-issues { background:#eff0f1 url(images/help-issues.png) center 35px no-repeat; }
.help-page #help-community { background:#eff0f1 url(images/help-community.png) center 32px no-repeat; }
.help-page #help-ask { background:#eff0f1 url(images/help-ask.png) center 35px no-repeat; }

.devices-page .twonky_device h2,
.help-page .help-option h2 {
	color:#569fd3;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:16px;
	font-weight:normal;
	line-height:1;
	margin:0 0 1.5em 0;
	text-align:center;
}
.devices-page .twonky_device .button,
.help-page .help-option .button,
.help-page .help-option .gsfn a {
	padding: 12px;
	line-height: 1.2em;
	position:absolute;
		bottom:40px;
		left:30px;
	text-align:center;
	width:220px;
}
/* --- } help & devices --- */

/* --- contact form { --- */
.product-list .content-header { z-index:10; }
.contact-box {
	background:#569fd3;
	position:absolute;
		top:40px;
		right:0;
	z-index:500;
}

.contact-box .toggle-contact {
	background:#569fd3 url(images/contact-icon.png) 7px center no-repeat;
	color:#fff;
	cursor:pointer;
	font-weight:bold;
	height:37px;
	line-height:37px;
	padding:0 10px 0 39px;
	position:absolute;
		top:0;
		right:0;
	white-space:nowrap;
}
.contact-box.open .toggle-contact { display:none; }
.contact-box.open .contact-wrapper .toggle-contact {
	display:block;
	left:-39px;
	right:auto;
}

.contact-box .contact-wrapper {
	color:#fff;
	display:none;
	padding:15px 30px 30px 30px;
	width:294px;
	width:350px;
}
.contact-box.open .contact-wrapper { display:block; }

.contact-box .input,
.contact-box .textarea {
	margin-top:12px;
	position:relative;
}
.contact-box .buttons { margin-top:20px; }
.contact-box h2,
.contact-box h3 {
	font-weight:normal;
	line-height:1.2;
	margin:0;
}
.contact-box input,
.contact-box textarea {
	border:1px solid #e6eaed;
	border-top-width:2px;
	border-bottom:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:6px;
	width:100%;
}
.contact-box textarea { height:4.5em; }
.contact-box label { display:block; }
.contact-box .button {
	background-color:#405966;
	float:left;
	line-height:30px;
	padding:0;
}

.contact-box .name input,
.contact-box .button { width:49%; }
.contact-box #last_name,
.contact-box .button.cancel { float:right; }

.contact-box label.error {
	position:absolute;
		top:0;
		right:0;
}
/* --- } contact form --- */

/* --- 404 { --- */
.error404 .not-found {
	background:url(images/not-found.png) left top no-repeat;
	margin:100px auto;
	padding:0 0 0 175px;
	width:460px;
}
.error404 .not-found h1 {
	color:#569fd3;
	font-size:65px;
	line-height:1;
	margin:0;
	text-transform:lowercase;
}
.error404 .not-found p {
	color:#89959a;
	font-size:16px;
}
.error404 .not-found .links {
	border-top:2px solid #e4e4e4;
	padding-top:20px;
}
.error404 .not-found .links a {
	background:url(images/arrow-circle-right.png) right center no-repeat;
	color:#89959a;
	display:block;
	float:left;
	font-size:16px;
	margin-right:38px;
	padding-right:32px;
}
.error404 .not-found .links a:hover { color:#569fd3; }
/* --- } 404 --- */

/** END Twonky CSS Classes **/
/*.highlight_text{  display: block !important;border:1px solid #f0733e; border-radius:5px; padding:20px 30px; background:#ffffff;line-height: 1.6;}*/
.highlight_text h4{color:#f0733e; font-size:16px;margin:0px;}
.highlight_text p {margin:0px;padding:0px; padding-bottom:10px;}
.clear{clear:both}
