/*! normalize.css v3.0.2 | MIT License | git.io/normalize */@import url(http://fonts.googleapis.com/css?family=Arvo:400,700);
@import url(http://fonts.googleapis.com/css?family=Montserrat);
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}
body {
	margin: 0
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block
}
audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline
}
audio:not([controls]) {
	display: none;
	height: 0
}
[hidden], template {
	display: none
}
a {
	background-color: transparent
}
a:active, a:hover {
	outline: 0
}
abbr[title] {
	border-bottom: 1px dotted
}
b, strong {
	font-weight: bold
}
dfn {
	font-style: italic
}
h1 {
	font-size: 2em;
	margin: 0.67em 0
}
mark {
	background: #ff0;
	color: #000
}
small {
	font-size: 80%
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}
sup {
	top: -0.5em
}
sub {
	bottom: -0.25em
}
img {
	border: 0
}
svg:not(:root) {
	overflow: hidden
}
figure {
	margin: 1em 40px
}
hr {
	box-sizing: content-box;
	height: 0
}
pre {
	overflow: auto
}
code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em
}
button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0
}
button {
	overflow: visible
}
button, select {
	text-transform: none
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer
}
button[disabled], html input[disabled] {
	cursor: default
}
button::-moz-focus-inner, input::-moz-focus-inner {
border:0;
padding:0
}
input {
	line-height: normal
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
height:auto
}
input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
-webkit-appearance:none
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em
}
legend {
	border: 0;
	padding: 0
}
textarea {
	overflow: auto
}
optgroup {
	font-weight: bold
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
td, th {
	padding: 0
}
@font-face {
	font-family: "icons";
	src: url("../fnt/icons.eot");
	src: url("../fnt/icons.eot?#iefix") format("embedded-opentype"), url("../fnt/icons.woff2") format("woff2"), url("../fnt/icons.woff") format("woff"), url("../fnt/icons.ttf") format("truetype");
	font-weight: normal;
	font-style: normal
}
html {
	color: #333;
	font-family: 'Open Sans', OpenSans, sans-serif;
	font-size: 16px;
	line-height: 1.4
}
::-moz-selection {
background:#b3d4fc;
text-shadow:none
}
::selection {
	background: #b3d4fc;
	text-shadow: none
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0
}
audio, canvas, iframe, img, svg, video {
	vertical-align: middle
}
fieldset {
	border: 0;
	margin: 0;
	padding: 0
}
textarea {
	resize: vertical
}
a {
	color: #ff6d00
}
input[type="text"], input[type="search"] {
	box-sizing: border-box
}
img {
	max-width: 100%;
	height: auto
}
.cols {
	font-size: 0
}
.col {
	display: inline-block;
	vertical-align: top;
	font-size: 16px
}
.col-2 {
	width: 50%
}
.col-3 {
	width: 33.3333%
}
.col-4 {
	width: 25%
}
.cols-inv {
	direction: rtl
}
.cols-inv .col {
	direction: ltr
}
.cols-inv .col-img {
	direction: rtl
}
.col-bottom {
	vertical-align: bottom
}
.btn {
	display: inline-block;
	padding: .5em 3em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	vertical-align: middle;
	color: #fff;
	background-color: #81b340;
	border: 1px solid #81b340;
	border-radius: .375em;
	box-shadow: 0 2px 4px rgba(0,0,0,0.5);
	box-sizing: border-box;
	-webkit-transition: all .4s;
	transition: all .4s
}
.btn:hover, .btn:focus {
	background-color: #7aa93c;
	box-shadow: 0 2px 0 rgba(0,0,0,0.5)
}
.btn:active {
	background-color: #6f9a37;
	box-shadow: none
}
.btn:focus {
	outline: none
}
.btn-light {
	color: #333;
	background-color: #fff;
	border-color: #333;
	box-shadow: none
}
.btn-light:hover, .btn-light:focus {
	color: #fff;
	background-color: #f5a623;
	box-shadow: none
}
.btn-light:active {
	background-color: #e66300
}
.btn-emph {
	background-color: #ff6d00;
	border-color: #ff6d00;
	box-shadow: none
}
.btn-emph:hover, .btn-emph:focus {
	background-color: #f5a623;
	box-shadow: none
}
.btn-emph:active {
	background-color: #e66300
}
.btn-split {
	padding-right: 1em;
	padding-left: 1em;
	white-space: nowrap
}
.btn-split-part {
	position: relative;
	margin-left: 1em;
	padding-left: 1em
}
.btn-split-part:before {
	content: "";
	margin-top: -1px;
	margin-bottom: -3px;
	position: absolute;
	top: -.5em;
	left: 0;
	bottom: -.5em;
	border-left: 1px solid #4c6926
}
.btn-full {
	width: 100%
}
.rating:before {
	font-family: "icons";
	color: #ffdf00;
	font-size: .6666em;
	letter-spacing: .25em;
	vertical-align: 2px
}
.rating-4:before {
	content: ""
}
.rating-4_5:before {
	content: ""
}
.rating-5:before {
	content: ""
}
.wrap {
	max-width: 1360px;
	margin-right: auto;
	margin-left: auto
}
.page-title, .footer-claim, .map-title, .nav-full-title, .products-title, .principles-title, .product-demos-title, .product-effects-title, .product-callbacks-title, .product-themes-title, .error-title {
	font-family: Arvo, serif;
	font-size: 2.875em;
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase
}
.teaser-image {
	display: block;
	margin: 0 auto
}
.page-header, body>section {
	overflow: hidden
}
.page-header-title {
	margin: 0;
	padding: 1.15em 0;
	font-family: Arvo, serif;
	font-size: 1.25em;
	font-weight: bold;
	line-height: 1;
	float: left
}
a.page-header-title {
	color: #333;
	text-decoration: none
}
a.page-header-title:hover {
	color: #ff6d00
}
.page-header-subtitle {
	display: block;
	font-size: .7em;
	font-weight: normal;
	color: gray
}
.page-header-name {
	font-style: normal;
	text-transform: uppercase
}
.page-subtitle {
	font-size: 2.25em;
	font-weight: normal;
	text-align: center
}
.page-title+.page-subtitle {
	margin-top: -.5em
}
.page-links {
	text-align: center
}
.page-links .btn+.btn {
	margin-left: 1em
}
.page-header-scroll {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	background-color: #fff;
	z-index: 1000
}
.page-scrolled .page-header-scroll {
	box-shadow: 0 2px 5px rgba(0,0,0,0.25)
}
.has-header-scroll {
	padding-top: 100px
}
.footer-info {
	color: #fff;
	font-size: 0;
	background-color: #333
}
.footer-info-col {
	display: inline-block;
	width: 33.3333%;
	margin: 2em 0;
	font-size: 16px;
	vertical-align: middle
}
.footer-info-col-2 {
	text-align: center
}
.footer-info-col-3 {
	text-align: right
}
.footer-info-col-3 .footer-info-link+.footer-info-link {
	margin-left: 1em
}
.footer-info-name {
	text-transform: uppercase
}
.footer-info-link {
	color: #fff;
	text-decoration: none
}
.footer-info-fb, .footer-info-gp {
	padding: 0 .375em;
	font-size: 1.5em;
	font-weight: bold
}
.footer-info-fb:before {
	content: "f"
}
.footer-info-gp:before {
	content: "g+"
}
.footer-claim {
	display: block;
	min-height: 208px;
	margin: 0;
	padding: 1.5em 0 .5em;
	color: #fff;
	text-decoration: none;
	background: #f00000 url(../img/claim.png) repeat-x center
}
.footer-claim:after {
	content: "";
	display: block;
	width: 159px;
	height: 151px;
	margin: 0 auto;
	background: url(../img/bb-bot.svg) no-repeat 50%;
	background-size: contain
}
.footer-claim .bb:before {
	margin-left: 0;
	color: #fff;
	font-weight: bold
}
.map {
	height: 290px;
	padding-top: 60px;
	position: relative;
	background: url(../img/map.png) no-repeat 50% 0
}
.map:before {
	content: "";
	width: 178px;
	height: 155px;
	margin-left: -85px;
	position: absolute;
	left: 50%;
	top: -105px;
	background: url(../img/bb-bot-s.svg) no-repeat 50%
}
.map:after {
	content: "";
	width: 33px;
	height: 51px;
	margin-left: -16px;
	position: absolute;
	left: 50%;
	top: 150px;
	background: url(../img/marker.png) no-repeat 50% 0
}
.map-title, .map-text {
	margin: 0
}
.map-text {
	font-family: Montserrat, 'Open Sans', OpenSans, sans-serif;
	font-size: 1.75em;
	line-height: 1.2;
	text-align: center
}
.nav-full {
	margin-top: 3.625em;
	float: right
}
.nav-full-toggle {
	padding: .5em 1em;
	position: relative;
	font-weight: bold;
	text-transform: uppercase;
	background: none;
	border: 2px solid #000;
	border-radius: .375em
}
.nav-full-toggle:after {
	margin-left: 1em;
	content: "";
	font-family: "icons";
	font-size: .875em
}
.nav-full-hide {
	display: none
}
.nav-full-menu {
	visibility: hidden;
	opacity: 0;
	padding-top: 10em;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	background-color: #eee;
	background-color: rgba(238,238,238,0.9);
	-webkit-transition: opacity .5s;
	transition: opacity .5s
}
.nav-full-item {
	display: inline-block;
	margin: 0 1em
}
.nav-full-element {
	display: block;
	margin-top: 1em;
	text-decoration: none
}
.nav-full-element:before {
	content: "";
	display: block;
	height: 3em;
	margin-bottom: .5em;
	background: url(../img/nav-full.png) no-repeat 50% 4em
}
.nav-full-element-jquery:before {
	background-position: 50% 0
}
.nav-full-element-wordpress:before {
	background-position: 50% -100px
}
.nav-full-element-magento:before {
	background-position: 50% -200px
}
.nav-full-element-title {
	display: block;
	margin-bottom: 1em;
	font-family: Montserrat, 'Open Sans', OpenSans, sans-serif;
	font-size: 1.25em;
	color: #333
}
.nav-full-element-disabled .nav-full-element-title {
	color: #bbb
}
.nav-full-element-btn {
	min-width: 15em;
	background-color: #585858;
	border-color: #585858
}
.nav-full-element-disabled .nav-full-element-btn, .nav-full-element-disabled .nav-full-element-btn:hover {
	background-color: #bbb;
	border-color: #bbb
}
.nav-full-active {
	overflow: hidden
}
.nav-full-active .nav-full-toggle, .nav-full-active .page-header-title {
	position: relative;
	z-index: 1010
}
.nav-full-active .nav-full-toggle:after {
	content: ""
}
.nav-full-active .nav-full-show {
	display: none
}
.nav-full-active .nav-full-hide {
	display: inline
}
.nav-full-active .nav-full-menu {
	visibility: visible;
	opacity: 1;
	z-index: 1000
}
.nav-top {
	float: right
}
.nav-top-list {
	margin: 0;
	padding: 0
}
.nav-top-item {
	display: inline-block
}
.nav-top-element {
	display: inline-block;
	padding: 1.8125em 1em;
	color: #333;
	font-weight: bold;
	text-decoration: none
}
.nav-top-item:hover .nav-top-element {
	color: #fff;
	background-color: #ff6d00
}
.subnav {
	visibility: hidden;
	padding-top: 1em;
	padding-bottom: 1em;
	position: absolute;
	top: 5em;
	right: 0;
	left: 0;
	background-color: #fff;
	border-bottom: 2px solid #ff6d00
}
.nav-top-item:hover .subnav {
	visibility: visible
}
.subnav-list {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	list-style: none;
	font-size: 0
}
.subnav-item {
	display: inline-block;
	width: 33.3333%;
	padding-top: .25em;
	padding-bottom: .25em;
	font-size: 16px
}
.subnav-element {
	font-family: Montserrat, 'Open Sans', OpenSans, sans-serif;
	background: none;
	border: 0;
	text-align: left
}
.home .page-header {
	min-height: 500px;
	background: url(../img/bb-bot.svg) no-repeat center;
	background: url(../img/bb-bot.svg) no-repeat 50% 35px, url(../img/shadow.png) no-repeat 50% 100%
}
.home .page-header-title {
	width: 7em;
	padding-top: .5em;
	padding-bottom: .5em;
	font-size: 2.875em;
	line-height: .83
}
.home .page-header-subtitle {
	padding-left: .25em;
	font-size: .3478em;
	line-height: 1.2;
	text-transform: none
}
.products-title {
	margin-top: .5em
}
.products-list {
	list-style: none;
	padding: 0
}
.products-item {
	font-size: 0
}
.products-item-text, .products-item-eval {
	display: inline-block;
	font-size: 16px;
	vertical-align: top
}
.products-item-text {
	width: 60%;
	direction: rtl
}
.products-item-title, .products-item-desc, .products-item-links {
	direction: ltr;
	text-align: center
}
.products-item-title {
	margin-top: .75em;
	margin-bottom: .75em;
	font-family: Montserrat, 'Open Sans', OpenSans, sans-serif;
	font-size: 2.25em;
	font-weight: normal
}
.products-item-lightbox .products-item-text, .products-item-lightbox .products-item-eval {
	min-height: 339px
}
.products-item-lightbox .products-item-text {
	background: url(../img/teaser-responsive-modular-lightbox.jpg) no-repeat 100% 50%
}
.products-item-lightbox .products-item-title, .products-item-lightbox .products-item-desc, .products-item-lightbox .products-item-links {
	max-width: 560px;
	margin-right: 60px
}
.products-item-lightbox .products-item-desc {
	height: 95px
}
.products-item-eval {
	width: 40%;
	position: relative;
	color: #fff;
	font-family: Arvo, serif;
	background-color: gray
}
.products-item-label {
	text-transform: uppercase
}
.products-item-rating, .products-item-count, .products-item-license {
	padding-left: 50px
}
.products-item-rating {
	padding-top: 1em
}
.products-item-rating .products-item-label, .products-item-rating .products-item-number {
	display: block;
	line-height: 1
}
.products-item-rating .products-item-label {
	font-size: 1.25em
}
.products-item-rating .products-item-number {
	font-size: 2.25em
}
.products-item-count .products-item-label, .products-item-count .products-item-number, .products-item-license .products-item-label, .products-item-license .products-item-number {
	display: inline-block;
	vertical-align: middle
}
.products-item-count .products-item-label, .products-item-license .products-item-label {
	font-size: 32px;
	line-height: 1
}
.products-item-count .products-item-number, .products-item-license .products-item-number {
	font-size: 76px
}
.products-item-count .products-item-label {
	width: 7em;
	margin-left: .25em
}
.products-item-license {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	color: #fff;
	text-decoration: none;
	background-color: #81b340
}
.products-item-license .products-item-label {
	width: 5em;
	margin-right: .25em
}
.principles-title {
	margin-bottom: -1px;
	padding-bottom: 485px;
	background: url(../img/how-we-brew.svg) no-repeat 50% 100%
}
.principles-list {
	list-style: none;
	margin-bottom: 90px;
	padding-left: 0;
	font-size: 0;
	background: url(../img/wave.png) repeat-y 50% 0
}
.principle {
	display: inline-block;
	width: 40%;
	margin: 0 5%;
	font-size: 16px;
	vertical-align: top
}
.principle-title {
	display: block;
	margin: 1em 0;
	font-family: Montserrat, 'Open Sans', OpenSans, sans-serif;
	font-size: 1.5em;
	font-weight: normal
}
.principle-title-label {
	padding-bottom: .375em;
	position: relative
}
.principle-title-label:before {
	content: "";
	position: absolute;
	right: -.125em;
	bottom: 0;
	left: 0;
	border-bottom: 5px solid gray
}
.principle-text p {
	margin: .5em 0
}
.product-texts-title {
	margin: 1em 0 .5em;
	font-family: Montserrat, 'Open Sans', OpenSans, sans-serif;
	font-size: 2.25em;
	font-weight: normal;
	text-align: center
}
.product-texts-desc {
	max-width: 1000px;
	margin: 0 auto
}
.product-label, .product-number {
	display: block;
	font-family: Arvo, serif;
	line-height: 1
}
.product-label {
	font-size: 1.75em;
	font-weight: bold;
	text-transform: uppercase
}
.product-number {
	margin-bottom: .5em;
	color: gray;
	font-size: 3em
}
.product-bg {
	background-color: #f9f9f9
}
.product-text, .product-text-img {
	margin: 2em 0
}
.col-2:first-child .product-text, .col-2:first-child .product-text-img {
	margin-right: 1em;
	text-align: right
}
.cols-inv .col-2:first-child .product-text, .cols-inv .col-2:first-child .product-text-img {
	margin-right: 0;
	margin-left: 1em;
	text-align: left
}
.col-2+.col-2 .product-text, .col-2+.col-2 .product-text-img {
	margin-left: 1em
}
.cols-inv .col-2+.col-2 .product-text, .cols-inv .col-2+.col-2 .product-text-img {
	margin-right: 1em;
	margin-left: 0;
	text-align: right
}
.col-bottom .product-text, .col-bottom .product-text-img {
	margin-bottom: 0
}
.product-text {
	max-width: 600px;
	margin-left: auto
}
.cols-inv .product-text {
	margin-left: 0;
	text-align: left
}
.product-text .btn+.btn {
	margin-left: 1em
}
.product-text-title {
	margin: 0 0 .5em;
	font-family: Montserrat, 'Open Sans', OpenSans, sans-serif;
	font-size: 2.25em;
	font-weight: normal;
	line-height: 1.1
}
.product-demos {
	padding: 1px 0;
	background-color: #000000;
}
.product-demo {
	margin: .2em 0;
	padding: 152px 1.5em .5em;
	position: relative;
	background-color: #000000;
	background-position: 0 0;
	background-repeat: no-repeat;
	border-radius: 6px
}
.product-demo2 {
	margin: .2em 0;
	padding: 0px 1.5em .5em;
	position: relative;
	background-color: #fff;
	background-position: 0 0;
	background-repeat: no-repeat;
	border-radius: 6px
}
.product-demo-title {
	margin-bottom: .5em;
	font-family: Montserrat, 'Open Sans', OpenSans, sans-serif;
	font-size: 1.5em;
	font-weight: normal
}
.product-demo-cols {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: -1.5em;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.product-demo-cols+.product-demo {
	margin-top: 0
}
.product-demo-cols-2 .product-demo {
	width: calc(50% - 3.75em)
}
.product-demo-cols-3 .product-demo {
	width: calc(25% - 3.75em)
}
.product-demo-trigger {
	height: 152px;
	position: absolute;
	top: 0;
	left: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border: 0
}

.product-demo-trigger-1 {
}
.product-demo-trigger-container .product-demo-trigger-last {
	right: 0;
}
.product-demo-trigger-container-1 .product-demo-trigger  {
	height: 338px;
	width: 100%
}
.product-demo-trigger-container-2 .product-demo-trigger  {
	height: 152px;
	width: 100%
}
.product-demo-trigger-container-4 .product-demo-trigger  {
	width: 25%
}
.product-demo-trigger-container-4 .product-demo-trigger-2 {
	left: 25%
}
.product-demo-trigger-container-4 .product-demo-trigger-3 {
	left: 50%
}
.product-demo-trigger-container-4 .product-demo-trigger-4 {
	left: 75%
}
.product-demo-trigger-container-9 .product-demo-trigger  {
	width: 11.1111%
}
.product-demo-trigger-container-9 .product-demo-trigger-2 {
	left: 11.1111%
}
.product-demo-trigger-container-9 .product-demo-trigger-3 {
	left: 22.2222%
}
.product-demo-trigger-container-9 .product-demo-trigger-4 {
	left: 33.3333%
}
.product-demo-trigger-container-9 .product-demo-trigger-5 {
	left: 44.4444%
}
.product-demo-trigger-container-9 .product-demo-trigger-6 {
	left: 55.5555%
}
.product-demo-trigger-container-9 .product-demo-trigger-7 {
	left: 66.6666%
}
.product-demo-trigger-container-9 .product-demo-trigger-8 {
	left: 77.7777%
}
.product-demo-trigger-container-9 .product-demo-trigger-9 {
	left: 88.8888%
}
.product-demo-small {
	padding-top: 150px
}
.product-demo-small .product-demo-trigger  {
	height: 150px
}
.bb-lightbox-slide-content .product-demo {
	margin-top: 0;
	margin-bottom: 0
}

@media screen and (min-width: 1024px) {
.bb-lightbox-slide-content .product-demo-trigger-container {
	width: 80vw;
	max-width: 1280px
}
}
.inline-demo {
	min-width: 600px
}
.inline-demo-container {
	padding-left: 50%;
	color: #fff;
	background-color: #0097a7;
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-size: 50% auto
}
.inline-demo-title, .inline-demo-subtitle {
	margin: 0
}
.inline-demo-title, .inline-demo-subtitle, .inline-demo-link {
	padding-right: 20px;
	padding-left: 20px
}
.inline-demo-title {
	padding-top: 4em;
	font-size: 1.5em
}
.inline-demo-link {
	width: 100%;
	margin-top: 5em;
	padding-top: .8em;
	padding-bottom: .8em;
	position: relative;
	font-size: 1.25em;
	text-align: left;
	background: #00bbd2;
	border: 0;
	overflow: visible
}
.inline-demo-link:after {
	content: "";
	width: 28px;
	height: 28px;
	padding: 16px;
	position: absolute;
	right: 20px;
	top: -30px;
	font-family: "icons";
	text-align: center;
	color: #6c6c6c;
	background-color: #ffea00;
	border-radius: 50%
}
.inline-demo-text {
	margin: 0;
	padding: .5em 1em;
	font-size: 1.5em;
	border-bottom: 3px solid #0097a7
}
.inline-demo-share-title {
	margin: 0;
	padding: .375em 2em .375em 0;
	font-size: 1.5em;
	text-align: center;
	color: #fff;
	background-color: #00bbd2
}
.inline-demo-share-close {
	width: 2em;
	float: left;
	background: transparent;
	border: 0
}
.inline-demo-share-close:before {
	content: "";
	font-family: "icons"
}
.inline-demo-share {
	list-style: none;
	margin: 0;
	padding-left: 0;
	font-size: 0
}
.inline-demo-share-item {
	display: inline-block;
	margin: 1em 1em 1em 0;
	font-size: 20px
}
.inline-demo-share-item:first-child {
	margin-left: 1em
}
.inline-demo-share-element {
	display: block;
	width: 1em;
	padding: 1em;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	text-transform: lowercase;
	color: #fff;
	border-radius: 50%
}
.inline-demo-share-fb {
	background-color: #1976d2
}
.inline-demo-share-gp {
	background-color: #dd2c00
}
.inline-demo-share-tw {
	background-color: #1565c0
}
.bb-lightbox-loading .bb-lightbox-slide-content {
	width: auto;
	height: auto;
	background: none
}
.bb-lightbox .products-item-eval {
	width: auto
}
.bb-lightbox .products-item-count {
	padding-bottom: 90px
}
.bb-lightbox-mode-fullscreen .bb-lightbox-slide-zoom-image .bb-lightbox-slide-content:after {
	top: auto;
	right: 2em;
	bottom: 2em
}
.product-effects {
	padding-bottom: 2em
}
.product-effects-subtitle {
	text-align: center;
	font-family: Montserrat, 'Open Sans', OpenSans, sans-serif;
	font-weight: normal
}
.product-effect-list {
	list-style: none;
	font-size: 0
}
.product-effect-item {
	display: inline-block;
	width: 14.2857%;
	font-size: 16px;
	text-align: center;
	vertical-align: top
}
.product-effect-element {
	display: block;
	text-decoration: none
}
.product-effect-element:before {
	content: "";
	display: block;
	width: 120px;
	height: 100px;
	margin: 0 auto;
	background: url(../img/transitions.png) no-repeat 50% 100px
}
.product-effect-fade:before {
	background-position: 50% 0
}
.product-effect-slide:before {
	background-position: 50% -100px
}
.product-effect-slidev:before {
	background-position: 50% -200px
}
.product-effect-flip:before {
	background-position: 50% -300px
}
.product-effect-flipv:before {
	background-position: 50% -400px
}
.product-effect-grow:before {
	background-position: 50% -500px
}
.product-effect-shrink:before {
	background-position: 50% -600px
}
.product-effect-fadeslide:before {
	background-position: 50% -700px
}
.product-effect-slideslide:before {
	background-position: 50% -800px
}
.product-effect-slideslidev:before {
	background-position: 50% -900px
}
.product-effect-flipslide:before {
	background-position: 50% -1000px
}
.product-effect-flipslidev:before {
	background-position: 50% -1100px
}
.product-effect-shrinkslide:before {
	background-position: 50% -1200px
}
.product-callbacks {
	padding-bottom: 2em
}
.product-callback-item {
	line-height: 1.8
}
.product-callback-preview {
	margin-left: 10px;
	padding: 15.5em 1.5em 1.5em;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover
}
.product-callback-preview .btn {
	padding-right: .5em;
	padding-left: .5em;
	background-color: transparent;
	border-color: #fff
}
.product-callbacks-log {
	list-style: none;
	margin: 0;
	padding: 0;
	position: fixed;
	left: 1.5em;
	top: 1.5em;
	z-index: 3000010
}
.product-callbacks-message {
	width: 10em;
	max-height: 6em;
	margin-bottom: .5em;
	background-color: #fff;
	border: 1px solid gray;
	border-radius: 6px;
	-webkit-transition: all .4s;
	transition: all .4s
}
.product-callbacks-message-title {
	display: block;
	margin: .5em .5em 0
}
.product-callbacks-message-content {
	margin: 0 .5em .5em
}
.product-callbacks-message-hide {
	max-height: 0;
	margin-bottom: 0;
	opacity: 0;
	overflow: hidden
}
.product-theme-list {
	list-style: none;
	font-size: 0;
	text-align: center
}
.product-theme-item {
	display: inline-block;
	width: 33.3333%;
	margin-bottom: 3em;
	font-size: 16px
}
.product-theme-element {
	width: 100%;
	padding-top: 60%;
	color: #333;
	text-decoration: none;
	background-color: transparent;
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: contain;
	border: 0
}
.product-theme-title {
	display: block;
	margin: .25em 0;
	font-family: Arvo, serif;
	font-size: 1.75em;
	text-transform: uppercase
}
.product-theme-item-single {
	margin-right: 25%;
	margin-left: 25%
}
.product-features {
	padding: 1px 0;
	background-color: #f9f9f9
}
.product-features-title {
	margin: 1em 0;
	font-family: Arvo, serif;
	font-size: 1.75em;
	text-align: center
}
.product-features-desc {
	max-width: 680px;
	margin: 0 auto
}
.product-feature {
	padding: 0 1em
}
.product-feature-title {
	min-height: 2.8em;
	margin: 1em 0 -.25em;
	font-family: Montserrat, 'Open Sans', OpenSans, sans-serif;
	font-size: 1.25em;
	font-weight: normal
}
.product-feature-standards {
	padding: 4em 0;
	text-align: center
}
.product-feature-html5, .product-feature-css3, .product-feature-jquery {
	display: inline-block;
	margin: 0 1em;
	vertical-align: middle;
	background-position: center;
	background-repeat: no-repeat
}
.product-feature-html5 {
	width: 87px;
	height: 122px;
	background-image: url(../img/html5.svg)
}
.product-feature-css3 {
	width: 87px;
	height: 122px;
	background-image: url(../img/css3.svg)
}
.product-feature-jquery {
	width: 261px;
	height: 64px;
	background-image: url(../img/jquery.svg)
}
.product-features-list {
	padding-left: 0
}
.product-features-list a {
	text-decoration: none
}
.product-feature-item-title {
	margin: 0 1em 0 0;
	padding: 0 1em;
	color: #fff;
	font-family: Montserrat, 'Open Sans', OpenSans, sans-serif;
	font-size: 1em;
	font-weight: normal;
	background-color: gray
}
.product-feature-item-title:before {
	display: inline-block;
	margin-right: .25em;
	font-family: "icons";
	font-size: 50px;
	font-weight: normal;
	vertical-align: middle
}
.product-feature-item-list {
	list-style-type: disc;
	margin: 1.5em 0;
	padding: 0 1.75em
}
.product-feature-item-list-item {
	line-height: 1.8
}
.product-feature-item-new:after {
	content: "NEW";
	display: inline-block;
	margin-left: 1.5em;
	padding: .375em 1em .3125em;
	color: #fff;
	line-height: 1;
	vertical-align: middle;
	background-color: #81b340;
	box-shadow: inset 0 -2px 0 #4C6926
}
.product-feature-item-cog:before {
	content: ""
}
.product-feature-item-device:before {
	content: ""
}
.product-feature-item-accessible:before {
	content: ""
}
.product-feature-item-flash:before {
	content: ""
}
.product-feature-item-seo:before {
	content: ""
}
.product-feature-item-theme:before {
	content: ""
}
.product-feature-item-transition:before {
	content: ""
}
.product-feature-item-icon {
	display: inline-block;
	padding: .5em 0;
	font-size: .75em;
	font-weight: normal;
	text-align: center;
	vertical-align: middle
}
.product-feature-item-icon:before {
	display: block;
	font-family: "icons";
	font-size: 30px
}
.product-feature-item-chrome:before {
	content: ""
}
.product-feature-item-ie:before {
	content: ""
}
.product-feature-item-firefox {
	margin-right: .5em
}
.product-feature-item-firefox:before {
	content: ""
}
.video-container {
	position: relative;
	margin-top: -60px;
	margin-bottom: -40px;
	z-index: -1
}
.video-container:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 2px solid #fff
}
.video {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0
}
.generator-header {
	padding-top: 420px;
	padding-bottom: 75px;
	background: url(../img/generator-header.jpg) no-repeat center
}
.generator-header-ribbon {
	padding: 3.25em 0;
	background-color: #f9f9f9
}
.generator-toggle {
	text-align: center
}
.generator-toggle-element {
	display: inline-block;
	width: 80px;
	height: 40px;
	margin: 0 2em;
	vertical-align: middle;
	background-color: #ff6d00;
	border: 1px solid #ff6d00;
	border-radius: 20px
}
.generator-toggle-knob {
	display: inline-block;
	width: 40px;
	height: 40px;
	background-color: #fff;
	border-radius: 50%;
	-webkit-transition: -webkit-transform .4s;
	transition: transform .4s
}
.csstransforms .generator-toggle-true:checked ~ .generator-toggle-knob {
	-webkit-transform: translateX(-20px);
	-ms-transform: translateX(-20px);
	transform: translateX(-20px)
}
.csstransforms .generator-toggle-false:checked ~ .generator-toggle-knob {
	-webkit-transform: translateX(20px);
	-ms-transform: translateX(20px);
	transform: translateX(20px)
}
.no-csstransforms .generator-toggle-true:checked ~ .generator-toggle-knob {
	float: left
}
.no-csstransforms .generator-toggle-false:checked ~ .generator-toggle-knob {
	float: right
}
.generator-toggle-radio {
	position: absolute;
	opacity: 0;
	z-index: -1
}
.generator-accordion {
	border-bottom: 2px solid gray
}
.generator-accordion-title {
	padding-left: 1em;
	font-size: 1.25em
}
.generator-accordion-content {
	padding: 0 2.5em;
	overflow: hidden
}
.generator-form-row {
	margin: .75em 0
}
.generator-form-row:last-child {
	margin-bottom: 2em
}
.generator-form-label {
	display: inline-block;
	width: 12em;
	vertical-align: middle
}
.input+.generator-form-label {
	width: auto;
	margin-left: .75em
}
.generator-form-container {
	display: inline-block;
	width: 300px;
	max-width: 100%
}
.generator-form-input, .generator-form-select-container, .generator-form-select {
	width: 100%
}
.generator-form-input {
	border: 1px solid gray
}
.generator-form-select-container {
	display: inline-block;
	padding: 0;
	background-color: #333;
	border-radius: 2px
}
.generator-form-select {
	height: 3.25em;
	text-indent: 1em;
	color: #fff;
	background: transparent;
	border: 0
}
.generator-form-code-field {
	margin: 2em 0;
	text-align: center
}
.generator-form-code-label {
	display: block
}
.generator-form-code-container, .generator-form-submit {
	display: inline-block;
	width: 400px;
	max-width: 100%
}
.generator-form-code {
	font-size: 1.25em
}
.generator-form-submit-container {
	margin: 2em 0 3em;
	text-align: center
}
.generator-form-error input[type="text"] {
	border-color: #ff6d00
}
.generator-form-error-message {
	color: #ff6d00
}
.generator-accordion-trigger {
	width: 100%;
	padding: 1em;
	position: relative;
	text-align: left;
	background: none;
	border: 0
}
.generator-accordion-trigger:after {
	content: "";
	padding: 1.375em;
	position: absolute;
	top: 0;
	right: 0;
	font-family: "icons";
	line-height: 1;
	color: gray;
	cursor: pointer
}
.generator-accordion-trigger:focus {
	color: #ff6d00;
	outline: 0
}
.generator-accordion-active .generator-accordion-title {
	margin: 0;
	padding: 0
}
.generator-accordion-active .generator-accordion-content {
	display: none
}
.generator-accordion-show {
	border-bottom-color: #ff6d00
}
.generator-accordion-show .generator-accordion-trigger:after {
	content: ""
}
.generator-accordion-show .generator-accordion-content {
	display: block
}
.csstransitions .generator-accordion-trigger:after {
	-webkit-transition: -webkit-transform .4s, padding .4s;
	transition: transform .4s, padding .4s
}
.csstransitions .generator-accordion-show .generator-accordion-trigger:after {
	content: "";
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}
.error-container {
	max-width: 530px;
	padding-top: 10em;
	margin: 0 auto;
	text-align: center
}
.error-container:before {
	content: "";
	display: block;
	padding-top: 90%;
	background: url(../img/bb-bot.svg) no-repeat center;
	background: url(../img/bb-bot.svg) no-repeat 50% 35px, url(../img/shadow.png) no-repeat 50% 100%
}
.error-code {
	margin-top: 0;
	margin-bottom: 0;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	font-family: Arvo, serif;
	font-size: 404px;
	font-weight: bold;
	color: #cacaca;
	z-index: -1;
	opacity: .5
}
.error-code:after {
	content: attr(data-code);
	position: absolute;
	left: 50%;
	margin-left: .3168em;
	background-color: #fff;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}
.error-page .nav-full {
	margin-top: 1.125em
}
.error-page .page-header-name {
	display: block
}
.error-page .page-header-name, .error-page .page-header-subtitle, .error-page .nav-full-toggle {
	-webkit-transform: scaleY(-1);
	-ms-transform: scaleY(-1);
	transform: scaleY(-1);
	-webkit-transition: -webkit-transform .4s;
	transition: transform .4s
}
.error-page .page-header-title:hover .page-header-name, .error-page .page-header-title:hover .page-header-subtitle, .error-page .nav-full-toggle:hover {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1)
}

@media (max-width: 767px) {
.error-code {
	top: 20px;
	font-size: 172px
}
.error-container {
	padding-top: 2.5em
}
}

@media (max-width: 477px) {
.error-container:before {
	background: url(../img/bb-bot.svg) no-repeat center;
	background-size: contain
}
}

@media (max-width: 1359px) {
.products-item-text {
	display: block;
	width: auto;
	max-width: 816px;
	margin-right: auto;
	margin-left: auto
}
.products-item-eval {
	display: block;
	width: auto;
	padding-top: 1px;
	text-align: center
}
.products-item-rating, .products-item-count, .products-item-license {
	padding-right: 1em;
	padding-left: 1em
}
.products-item-license {
	display: block;
	padding-top: 1em;
	position: static
}
}

@media (max-width: 1023px) {
.col-2, .col-3, .col-4, .principle, .product-theme-item, .product-effect-item {
	display: block;
	width: auto;
	margin-right: 1em;
	margin-left: 1em
}
.product-text {
	max-width: none
}
.col-2:first-child .product-text {
	text-align: left
}
.col-img, .cols-inv .col-img {
	text-align: center
}
.product-texts-title, .product-texts-desc {
	margin-right: 1em;
	margin-left: 1em
}
.product-demo {
	padding-top: 0
}
.product-demo-trigger  {
	display: block;
	position: static;
	border-radius: 6px
}
.product-demo-trigger-container-4 .product-demo-trigger  {
	width: 100%;
	max-width: 340px;
	margin-right: auto;
	margin-left: auto
}
.product-demo-trigger-container-9 .product-demo-trigger  {
	width: auto;
	max-width: 150px;
	margin-right: auto;
	margin-left: auto
}
.product-demo-cols-2, .product-demo-cols-3 {
	display: block
}
.product-demo-cols-2 .product-demo, .product-demo-cols-3 .product-demo {
	display: block;
	width: auto
}
.product-theme-item {
	max-width: 450px
}
.product-feature-item-title {
	margin-right: 0
}
}
.has-header-scroll {
	padding-top: 160px
}
.page-header-title, .nav-top {
	float: none;
	text-align: center
}

@media (max-width: 480px) {
.home .page-header {
	min-height: 0;
	padding-bottom: 100%;
	background-position: left 50% bottom 25%, 50% 100%;
	background-size: contain
}
.has-header-scroll {
	padding-top: 90px
}
.page-header-title {
	padding-top: .25em;
	padding-bottom: .25em
}
.nav-top-element {
	padding: .5em .3125em
}
.products-item-lightbox .products-item-text {
	background-image: none
}
.products-item-lightbox .products-item-title, .products-item-lightbox .products-item-desc, .products-item-lightbox .products-item-links {
	margin-right: 1em;
	margin-left: 1em
}
.product-label {
	font-size: 1.5em
}
.product-number {
	font-size: 2.5em
}
.principles-list {
	padding-bottom: 40px;
	background-image: none
}
.footer-claim {
	font-size: 2.125em
}
.footer-info {
	padding-top: 1px;
	padding-bottom: 1px
}
.footer-info-col {
	display: block;
	width: auto;
	text-align: center
}
}
.hidden {
	display: none !important;
	visibility: hidden
}
.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto
}
.invisible {
	visibility: hidden
}
.bb:before {
	content: "B/B";
	margin-left: -1.8571em;
	color: gray;
	font-family: Arvo, serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 2;
	vertical-align: text-top
}

@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
}
}
