@font-face {
    font-family: futura_condensed;
    src: url(http://www.brandhome.co/assets/fonts/futura/futuralt-condensed-webfont.eot);
    src: url(http://www.brandhome.com/assets/fonts/futura/futuralt-condensed-webfont.eot?#iefix) format('embedded-opentype'), url(http://www.brandhome.com/assets/fonts/futura/futuralt-condensed-webfont.woff) format('woff'), url(http://www.brandhome.com/assets/fonts/futura/futuralt-condensed-webfont.ttf) format('truetype'), url(http://www.brandhome.com/assets/fonts/futura/futuralt-condensed-webfont.svg#futura_ltcondensed) format('svg');
    font-weight: 400;
    font-style: normal;
}
.mediumfont {
	font-family: futura_condensed;
}
@font-face {
    font-family: futura_heavy;
    src: url(http://www.brandhome.com/assets/fonts/futura/futuralt-heavy-webfont.eot);
    src: url(http://www.brandhome.com/assets/fonts/futura/futuralt-heavy-webfont.eot?#iefix) format('embedded-opentype'), url(http://www.brandhome.com/assets/fonts/futura/futuralt-heavy-webfont.woff) format('woff'), url(http://www.brandhome.com/assets/fonts/futura/futuralt-heavy-webfont.ttf) format('truetype'), url(http://www.brandhome.com/assets/fonts/futura/futuralt-heavy-webfont.svg#futura_ltheavy) format('svg');
    font-weight: 400;
    font-style: normal;
}
.heavyfont {
	font-family: futura_heavy;
}
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:after, blockquote:before, q:after, q:before {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
strong {
    font-weight: 700;
}
.clearfix:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}
body:after {
    content: url(../img/close.png) url(../img/loading.gif) url(../img/prev.png) url(../img/next.png);
    display: none;
}
.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #000;
    filter: alpha(Opacity=80);
    opacity: .8;
    display: none;
}
.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-weight: 400;
}
.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.lightbox a img {
    border: none;
}
.lb-outerContainer {
    position: relative;
    background-color: #fff;
    *zoom: 1;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
.lb-outerContainer:after {
    content: "";
    display: table;
    clear: both;
}
.lb-container {
    padding: 4px;
}
.lb-loader {
    position: absolute;
    top: 43%;
    left: 0;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}
.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(../img/loading.gif) no-repeat;
}
.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}
.lb-container>.nav {
    left: 0;
}
.lb-nav a {
    outline: 0;
    background-image: url(data:image/gif;
    base64, R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);
}
.lb-next, .lb-prev {
    height: 100%;
    cursor: pointer;
    display: block;
}
.lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    background: url(../img/prev.png) left 48% no-repeat;
    filter: alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity .6s;
    -moz-transition: opacity .6s;
    -o-transition: opacity .6s;
    transition: opacity .6s;
}
.lb-nav a.lb-prev:hover {
    filter: alpha(Opacity=100);
    opacity: 1;
}
.lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    background: url(../img/next.png) right 48% no-repeat;
    filter: alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity .6s;
    -moz-transition: opacity .6s;
    -o-transition: opacity .6s;
    transition: opacity .6s;
}
.lb-nav a.lb-next:hover {
    filter: alpha(Opacity=100);
    opacity: 1;
}
.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    *zoom: 1;
    width: 100%;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.lb-dataContainer:after {
    content: "";
    display: table;
    clear: both;
}
.lb-data {
    padding: 0 4px;
    color: #ccc;
}
.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em;
}
.lb-data .lb-caption {
    font-size: 13px;
    font-weight: 700;
    line-height: 1em;
}
.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999;
}
.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url(../img/close.png) top right no-repeat;
    text-align: right;
    outline: 0;
    filter: alpha(Opacity=70);
    opacity: .7;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
}
.lb-data .lb-close:hover {
    cursor: pointer;
    filter: alpha(Opacity=100);
    opacity: 1;
}
.bx-wrapper {
    position: relative;
    width: 768px;
    margin: 0 auto;
    padding: 0;
    *zoom: 1;
}
.bx-wrapper img {
    max-width: 100%;
    display: block;
}
.bx-wrapper .bx-viewport {
    left: 0;
}
.bx-wrapper .bx-controls-auto, .bx-wrapper .bx-pager {
    position: relative;
    top: 0;
    width: 100%}
.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(../img/loader.gif) center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}
.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: 700;
    color: #666;
    padding-top: 20px;
}
.bx-wrapper .bx-controls-auto .bx-controls-auto-item, .bx-wrapper .bx-pager .bx-pager-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: #d3d1d1;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: #ee8018;
}
#topslider a.active, #topslider a:hover {
	background:#fff
}	
.bx-wrapper .bx-prev {
    left: 10px;
    background: url(../img/controls.png) no-repeat 0 -32px;
}
.bx-wrapper .bx-next {
    right: 10px;
    background: url(../img/controls.png) no-repeat -43px -32px;
}
.bx-wrapper .bx-prev:hover {
    background-position: 0 0;
}
.bx-wrapper .bx-next:hover {
    background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}
.bx-wrapper .bx-controls-auto {
    text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url(../img/controls.png) -86px -11px no-repeat;
    margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start.active, .bx-wrapper .bx-controls-auto .bx-start:hover {
    background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url(../img/controls.png) -86px -44px no-repeat;
    margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop.active, .bx-wrapper .bx-controls-auto .bx-stop:hover {
    background-position: -86px -33px;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
}
.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666\9;
    background: rgba(80, 80, 80, .75);
    width: 100%}
.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px;
}
body {
    font-family: Verdana, Geneva, sans-serif;
    line-height: 1.231;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
img {
    max-width: 100%;
    height: auto;
}
h1, h2 {
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    color: #706f6f;
    margin: 12px 0;
    font-family: futura_condensed;
}
h2 {
    font-size: 18px;
    color: #ee8018;
}
p {
    font-size: 12px;
    text-align: center;
    margin: 6px 0;
    color: #616161;
}
a {
    text-decoration: none;
    color: #ee8018;
}
a:active, a:hover {
    text-decoration: underline;
    color: #ee8018;
}
img {
	max-width:100%;
	height:auto
}
.hr {
	background-color:#fff;
	width:100%;
	height:5px;
	margin:12px 0;
}
.alignleft {
    float: left;
    margin-top: 6px;
}
.book {
    margin-bottom: 50px;
}
.shadow {
    -webkit-box-shadow: 0 6px 13px 0 rgba(50, 50, 50, .53);
    -moz-box-shadow: 0 6px 13px 0 rgba(50, 50, 50, .53);
    box-shadow: 0 6px 13px 0 rgba(50, 50, 50, .53);
}
#topcontainer {
    position: fixed;
    top: 0;
    width: 100%;
    text-align: center;
    z-index: 999;
}
.tinynav {
    display: none;
}
#socialsharing, #topnav {
    background: #706f6f;
    margin: 0;
    padding: 10px 0;
    height: 20px;
}
#socialsharing ul li, #topnav ul li {
    display: inline-block;
    margin: 0 4px;
}
#topnav ul li a {
    text-transform: uppercase;
    color: #fff;
    font-size: 11px;
}
#socialsharing {
    background: #fff;
}
#socialsharing ul .fb {
    position: relative;
    top: -3px;
}
#page {
    margin-top: 80px;
}
.linebreak {
    max-width: 608px;
    height: 1px;
    margin: 0 auto;
    background: #c1c1c1;
}
#topslider {
    background: #ee8018;
    width: 100%;
    margin: 0;
    padding-bottom: 12px;
}
#topbuttons {
	width:257px;
	margin:0 auto
}
.topbutton {
	color:#616161;
	font-size:10px;
	background-color:#fff;
	width:110px;
	text-align:center;
	padding:10px 5px;
	display:inline-block;
	float:left;
	margin-top:16px
}
.left {
	margin-right:8px
}
.right {
	margin-left:9px
}
.topbutton span {
	color:#ee8018;
	font-size:18px;
	text-transform:uppercase;
}
#topslider .leftside, #topslider .rightside {
	display:inline-block;
	float:left;
}
#topslider .leftside {
	width:350px;
}
#topslider .rightside {
	width:257px;
	margin-top:24px
}
#topslider .bx-wrapper, #topslider .bx-viewport {
	hedight:220px !important
}
#topslider h2, #topslider ul li {
	color:#fff;
	text-transform:uppercase
}
#topslider h2 {
	font-size:16px
}
#topslider ul li {
	font-family:futura_condensed;
	font-size:45px;
	text-align:center
}
.inner, article, footer {
    max-width: 608px;
    margin: 24px auto 36px auto;
    padding: 12px 80px 0;
}
.fullwidth {
    width: 100%;
    max-width: 100%;
    padding: 0 0 1px;
}
.button {
    padding: 6px 10px;
    background: #ee8018;
    color: #fff;
    font-size: 16px;
    font-family: futura_condensed;
    text-transform: uppercase;
}
.button:hover {
    background: #fff;
    color: #ee8018;
}
#freedownload {
    background: #f3f3f3;
    margin-top: 0;
}
#freedownload .inner {
    margin-top: 0;
    padding: 30px 0 20px;
}
#freedownload p {
    line-height: 1.5;
}
#endorsements p {
    font-family: Georgia, Times New Roman, Times, serif;
    font-style: italic;
    font-size: 14px;
    text-align: left;
    line-height: 1.4;
}
#endorsements .endorser {
    color: #ee8018;
    font-family: Verdana, Geneva, sans-serif;
    font-style: normal;
}
#endorsements .bx-wrapper {
    height: auto;
}
#endorsements .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #ee8018;
}
#trailer p {
    color: #ee8018;
    line-height: 1.5;
    margin: 12px 0;
}
#get {
    text-align: center;
    margin-bottom: 48px;
}
#get ul li {
    display: inline;
    margin: 10px 4px;
}
#donate {
    background: #ee8018;
}
#donate h1, #donate h2 {
    color: #fff;
}
#donate img {
    margin: 6px 0;
}
#donate a, #donate p {
    color: #fff;
    line-height: 1.5;
}
#authors {
    margin-bottom: 58px;
}
#authors p, #authors h2 {
    text-align: left;
    line-height: 1.5;
}
#authors h2 {
	margin-top:0
}
.author {
    width: 40%;
    padding: 0 5%;
    float: left;
    display: inline-block;
}
#authors .social {
    width: 21px;
    height: 20px;
    float: left;
    margin: 10px 4px 0 0;
}
#authors .mail {
    background: url(../img/social.jpg) 0 0;
}
#authors .linkedin {
    background: url(../img/social.jpg) -25px 0;
}
#authors .twitter {
    background: url(../img/social.jpg) -49px 0;
}
#authors .facebook {
    background: url(../img/social.jpg) -73px 0;
}
footer {
    background: #706f6f;
    text-align: center;
    margin-bottom: 0;
    color: #fff;
    font-size: 10px;
}
footer img {
    margin: 12px 0;
}
footer a, footer a:active, footer a:hover {
    color: #fff;
}
.offset {
    padding-top: 80px;
    margin-top: -80px;
}

@media all and (max-width:767px) {
    p {
    	font-size: 12px;
	}
	.tinynav {
		display: block;
	}
	select {
		margin: 0 auto;
		width: 240px;
	}
	#topnav ul {
		display: none;
	}
	#socialsharing {
		height: 22px;
	}
	#page {
		margin-top: 83px;
	}
	.alignleft {
		float: none;
	}
	.inner, article {
		padding: 12px 20px;
	}
	#topslider {
		padding-bottom:30px
	}
	#topslider .leftside {
		display:none
	}
	#topslider .rightside {
		display: block;
		margin:0 auto;
		float:none;
		width:80%
	}
	#freedownload {
		text-align: center;
	}
	#freedownload .inner {
		padding: 30px 10px 5px;
	}
	#endorsements .endorser {
		font-size: 12px;
	}
	.author {
		width: 243px;
		padding: 0;
		float: none;
		margin: 0 auto;
		display: block;
	}
	#authors h2 {
		text-align:center
	}
	.book {
		margin-bottom: 2px;
	}
}
@media all and (max-width:470px) {
    #socialsharing {
    	height: 45px;
	}
	#page {
    	margin-top: 105px;
	}
	#topslider ul li {
		font-size:32px
	}
}