/** GENERAL **/
body {
	margin: 0px;
	padding: 0px;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
}
h1, h2, h3, h4 {
	font-family: 'Libre Baskerville', serif;
	font-weight: 600;
}
h4 {
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
}
a, a:link, a:active, a:visited {
	color: #d39220;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	border: 0 none;
}
/* buttons and colors */




/* =========== buttons and colors ================= */
.btn {
	font-style: normal;
	font-size: 16px;
	line-height: 1.42857143;
	text-align: center;
	letter-spacing: normal;
	font-weight:600;
	white-space: normal;
	vertical-align: middle;
	display: inline-block;
	text-decoration: none;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 2px solid transparent;
	border-radius: 0;
	margin-bottom: 0;
	padding: 8px;
	padding-right: 30px;
	padding-left: 30px;
 transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.btn-orange, .btn-orange:visited {
	color: #000 !important;
	background-color: #df9f2d;
}
.btn-orange:hover, .btn-orange:focus {
	color: #000 !important;
	background-color: #d39220;
}
.btn-fullwidth {
	width:100%;
}
/** FORMS **/
input[type=text], input[type=email], textarea {
	border: 1px solid #ccc;
	font-family: 'Libre Baskerville', serif;
	font-style: italic;
	padding: .7em;
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 10px;
	display: block;
	border-radius: 3px;
	background-color: #fff;
	background-color: rgba(255, 255, 255, .9);
	text-shadow: 1px 1px 1px #fff;
	font-size: 14px;
}
input[type="submit"] {
	font-family: 'Open Sans', sans-serif;
	padding: .7em 3em;
	border: 1px solid #d39220;
	border-radius: 3px;
	background: #d39220;
	color: #fff;
	font-weight: 600;
	float: right;
}
textarea {
	min-height: 100px;
}
#form-message {
	max-width: 100%;
	position: fixed;
	display: none;
	top: 40%;
	width: 350px;
	min-height: 200px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 3;
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
	padding: 15px;
	border-radius: 4px;
	text-align: center;
	opacity: 0;
	transition: opacity 360ms;
	box-shadow: 1px 1px 10px #565656;
}
#form-message:before {
	content: "Success";
	font-size: 1.2em;
	font-weight: 800;
	margin-bottom: .5em;
	width: 100%;
	display: block;
}
#form-message.error {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}
#form-message.error:before {
	content: "Error";
}
#loader {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .8);
	top: 0;
	left: 0;
	z-index: 4;
}
#loader img {
	position: fixed;
	top: 40%;
	left: 0;
	right: 0;
	margin: 0 auto;
}
/** NAVIGATION AND MAIN **/
#page {
	width: 100%;
	max-width: 2000px;
	min-width: 1150px;
	margin: 0 auto;
}
#header {
	overflow: hidden;
	padding-bottom: 40px;
}
#header .inner, #navigation .inner, #main .inner, #music-bar .inner {
	width: 970px;
	margin: 0 auto;
}

#navigation .inner {
	position: relative;
	-js-display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
}



#main .inner {
	overflow: hidden;
}
#main {
	background: url("images/bg_bottom.jpg");
	background-size: cover;
	padding: 10px 0px 50px 0px;
	overflow: hidden;
	font-size: 14px;
	display: block;
}
#main h2 {
	font-weight: normal;
	margin-bottom: .5em;
	padding-bottom: 10px;
	line-height: 1em;
	background: url("images/divider.png") bottom center repeat-x;
}
#navigation {
	background: #000;
	background: rgba(0, 0, 0, .89);
	height: 50px;
	overflow: hidden;
	margin-top: -50px;
	z-index: 2;
	position: relative;
}
#navigation ul {
	margin: 0px;
	padding: 0px;
	color: #fff;
	overflow: hidden;
}
#navigation ul li {
	display: block;
	float: left;
	padding: 0px;
	margin: 0px;
	font-weight: 600;
	font-size: .8em;
	text-transform: uppercase;
	cursor: pointer;
	margin-right: 10px;
	line-height: 50px;
}
#navigation ul li a img {
	display: inline-block;
	vertical-align: middle;
}
#navigation ul li.active {
	color: #d39220;
}
#navigation #nav-logo, #navigation .left-nav, #navigation .left-nav ul {
	float: left;
}
#navigation #nav-shop {
	margin-left:20px;
}
#navigation #nav-shop img {
	margin-right: 10px;
}
#navigation #nav-shop a {
	color: #fff;
}
#navigation #nav-logo {
	margin-right: 10px;
}
#navigation .left-nav li {
	margin-right: 22px;
}
#navigation .left-nav li:last-child {
	margin-right: 0px;
}
#navigation .right-nav {
	position: relative;
	-js-display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
#content {
	width: 620px;
	float: left;
	line-height: 1.7em;
}
#content p {
	margin: 0px;
}
#content h4 {
	margin-bottom: 0px;
}
#content span.quot {
	font-size: 70px;
	display: block;
	float: left;
	line-height: 80px;
	height: 40px;
	margin-right: 5px;
	font-family: 'Libre Baskerville', serif;
}
#reviews p {
	margin-bottom: 10px;
}
#sidebar {
	width: 350px;
	float: right;
	
	
}


.download-wrapper {
	padding:20px;
	border: 1px solid #000;
	border-radius:4px;
	margin-top:20px;
	margin-left:40px;
}

.download-wrapper p {
	margin-top:0;
}



#music-bar {
	padding: 10px 0px 4px 0px;
	height: 30px;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, .8);
	width:100%;
	display: none;
	position: fixed;
}
#music-bar audio {
	float: left;
	margin-right: 10px;
	height: 30px;
	max-width: 300px;
}
#music-bar p {
	margin: 0px;
	font-size: .8em;
	color: #fff;
	float: left;
	margin-top: 3px;
}
#music-bar .close {
	float: right;
	font-weight: 600;
}
 @media screen and (max-width: 1150px) {
 #music-bar {
 position: static;
}
}
/** SLIDES **/
.flex-control-nav {
	height: 40px;
	text-align: right;
	width: 970px;
	margin: 0 auto;
	bottom: 80px;
	left: 0;
	right: 0;
	z-index: 2;
}
.flex-control-nav li:last-child {
	margin-right: 0px;
}
.flex-control-paging li a {
	font-size: 0px;
	text-indent: -9999px;
	height: 20px;
	width: 20px;
	background: url("images/slider_inactive.png") no-repeat;
	transition: background 160ms;
}
.flex-control-paging li a.flex-active, .flex-control-paging li a:hover {
	background: url("images/slider_active.png") no-repeat;
}
.flex-direction-nav {
	width: 1150px;
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
}
.flex-direction-nav a {
	height: 75px;
	width: 39px;
	opacity: 1;
}
.flex-direction-nav a:before, .flex-direction-nav a.flex-next:before {
	font-family: serif;
	content: '';
	line-height: 1em;
	height: 75px;
	width: 39px;
	display: block;
}
.flex-direction-nav .flex-prev {
	left: 10px;
}
.flex-direction-nav .flex-next {
	right: 10px;
}
.flex-direction-nav .flex-prev:before {
	background: url("images/arrow_left.png") no-repeat;
}
.flex-direction-nav .flex-next:before {
	background: url("images/arrow_right.png") no-repeat;
}
.slides {
	display: block;
	list-style-type: none;
	width: 100%;
	color: #fff;
	background: #000;
}
.slides .head {
	height: 150px;
}
.slides h2 {
	font-weight: 400;
	font-size: 2.7em;
	margin: 0em 0em 4px 0em;
}
.slides h3 {
	font-weight: 400;
	font-style: italic;
	font-size: 2.3em;
	margin: 0em 0em 36px 0em;
}
.slides h4 {
	margin-top: 0px;
}
.slides a {
	font-weight: 600;
}
.slides p {
	margin: 0px;
	font-weight: 600;
	text-shadow: 0px 0px 1px #000;
}
.slides p.sample {
	margin-top: 1.5em;
}
.slides p.quote {
	font-family: 'Libre Baskerville', serif;
	font-size: 2em;
	font-weight: 400;
}
span.drop {
	font-family: 'Libre Baskerville', serif;
	font-size: 2.8em;
	float: left;
	line-height: 1em;
	margin-right: 3px;
}
span.drop.quote {
	margin-left: -21px;
}
.slides p.indent {
	text-indent: 2em;
}
.slides .left {
	width: 640px;
	float: left;
}
.slides .right {
	width: 300px;
	float: right;
	padding-top: 90px;
	
		position: relative;
	-js-display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
}
.slides .right img {
	max-width: 246px;
}
.slides .right p {
	font-weight: normal;
}
.slides .right .button-wrapper {
	margin-top:20px;
	margin-bottom:20px;
}
.slides .right form {
	margin-top: 2em;
}
.slides #slide2-purchase {
	float: left;
}
.slides #slide2-inside {
	float: right;
	position: relative;
}
.slides #slide2-inside:after {
	content: '';
	display: block;
	width: 23px;
	height: 29px;
	position: absolute;
	top: 10px;
	right: -15px;
	background: url("images/see_inside.png") no-repeat;
}

#slide-1 {
	background: url("images/bg_1.jpg") no-repeat;
}
#slide-2 {
	background: url("images/bg_2.jpg") no-repeat;
}
#slide-3 {
	background: url("images/bg_3.jpg") no-repeat;
}
#slide-4 {
	background: url("images/bg_4.jpg") no-repeat;
}
.slides .slide {
	min-height: 660px;
	padding-top: 40px;
}
.slides .slide ul, .side-left ul, .side-right ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.side-left ul li, .side-right ul li {
	margin-bottom: 1em;
}
.toc .side-left ul li, .toc .side-right ul li {
	margin-bottom: 0px;
}
.side-left {
	float: left;
	width: 80%;
	color: #d39220;
}
.side-right {
	float: right;
	width: 20%;
	color: #d39220;
	font-weight: 600;
	text-align: right;
}
/** POPUPS **/
#colorbox {
	z-index: 3;
	width: 640px;
	left: 0px !important;
	right: 0px !important;
	margin: 0 auto;
}
#colorbox #cboxClose {
	position: absolute;
	top: 7px;
	right: 5px;
	background: none;
	border: 0 none;
	font-weight: 600;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
}
#colorbox:focus {
	outline: none;
}
.popups {
	display: none;
}
.popup {
	width: 640px;
	margin: 0 auto;
	clear: both;
}
#popup-store {
	width: 600px;
}
.popup img {
	max-width: 100%;
}
.tab {
	display: none;
}
.tab.active {
	display: block;
}
#popup-tabs {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 80px;
	float: left;
	margin-top: 36px;
	overflow: hidden;
	height: 570px;
	background: #fff;
}
#popup-tabs li {
	font-size: .9em;
	color: #d39220;
	padding: 14px 0px 16px 10px;
	display: block;
	box-shadow: inset -7px -5px 20px #DDD;
	text-shadow: 0px 0px 0px #bbb;
	height: 40px;
	position: relative;
	cursor: pointer;
}
#popup-tabs li.active {
	box-shadow: none;
}
#popup-tabs li.below {
	box-shadow: inset -7px 5px 20px #ddd;
}
#popup-tabs li.last {
	height: 150px;
}
#popup-tabs-content {
	width: 560px;
	float: right;
}
.popup-content {
	height: 530px;
	padding: 20px 44px;
	overflow: auto;
	background: #fff;
}
.popup-content.lite-padding {
	padding: 10px 20px;
	height: 550px;
}
.popup-content.no-padding {
	padding: 0px;
	height: 570px;
	position: relative;
}
.popup-content .map {
	height: 570px;
	width: 560px;
	overflow: auto;
}
.popup-content.no-padding .map img {
	display: block;
	max-width: none;
}
.popup-content h2 {
	font-weight: normal;
	font-size: 2.3em;
	margin: 0px 0px 4px 0px;
}
.popup-content h3 {
	font-weight: normal;
	font-style: italic;
	margin: 0em 0em 30px 0em;
}
.popup-content p {
	text-indent: 2em;
	margin: 0px;
	line-height: 1.6em;
}
.popup-content span.drop {
	font-size: 3.1em;
}
.popup-content p.no-indent {
	text-indent: 0em;
}
.popup-content.store {
	height: auto;
}
.popup-content.store h2 {
	margin-bottom: .2em;
	padding-bottom: 10px;
	background: url("images/divider.png") bottom center repeat-x;
}
.popup-content.store h2.sub {
	font-size: 2em;
	padding-bottom: 0px;
	background: none;
	margin-bottom: .7em;
}
.popup-content.store h3 {
	margin: 0px 0px 20px 0px;
	font-size: 1.5em;
}
.popup-content.store h3.sub {
	font-size: 1.3em;
	font-style: normal;
	margin-bottom: 0px;
}
.popup-content.store h4 {
	margin: 0em 0em 1em 0em;
}
.popup-content.store .prices {
	overflow: hidden;
	padding-bottom: 10px;
	background: url("images/divider.png") bottom center repeat-x;
	margin-bottom: 10px;
}
.popup-content.store .prices:last-child {
	background: none;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.popup-head {
	color: #fff;
	background: #000 url("images/logo_sm.png") left center no-repeat;
	padding: 7px 0px 7px 44px;
	height: 36px;
	box-sizing: border-box;
}
.popup-head.store {
	background: #000 url("images/icon_cart_sm.png") 7px center no-repeat;
}
.popup-head h4 {
	margin: 0px;
}
.toc-wrap {
	overflow: hidden;
	margin-bottom: 1em;
}
.toc h2, .toc h3, .toc h4 {
	clear: both;
}
.toc h3, .toc h4 {
	font-size: 1.17em;
	margin-bottom: 10px;
	font-weight: normal;
	font-style: italic;
	font-family: 'Libre Baskerville', serif;
}
.toc h3 {
	font-size: 1.2em;
}
.toc h2 {
	margin-bottom: 10px;
}
.toc .num {
	width: 24px;
	display: inline-block;
}
.toc .side-left {
	width: 90%;
	color: #000;
}
.toc .side-right {
	width: 10%;
	color: #000;
}
.zoom-toggle {
	position: absolute;
	top: 10px;
	left: 10px;
	text-align: center;
}
.zoom-toggle div {
	font-size: 1.7em;
	line-height: 1em;
	font-weight: 600;
}
.zoom-toggle a {
	color: #000;
}
.zoom-toggle a:hover {
	text-decoration: none;
}
.popup-content[data-zoom="1"] img {
	width: 800px;
}
.popup-content[data-zoom="2"] img {
	width: 1100px;
}
.popup-content[data-zoom="3"] img {
	width: 1400px;
}
.popup-content[data-zoom="4"] img {
	width: 1700px;
}
.popup-content[data-zoom="5"] img {
	width: 2000px;
}
/** GUMROAD OVERRIDE **/
#page a.gumroad-button {
	background-color: transparent !important;
	background-image: none !important;
	background-repeat: inherit !important;
	border-radius: 0 !important;
	box-shadow:  none !important;
	color: inherit !important;
	display: inline !important;
	font-family: inherit !important;
	font-size: inherit !important;
	font-style: inherit !important;
	font-weight: inherit !important;
	line-height: inherit !important;
	padding: inherit !important;
	text-shadow: none !important;
	text-decoration: none !important;
}
#page .gumroad-button-logo {
	display: none !important;
}
 @media screen and (max-width: 1150px) {
 #header {
 padding-bottom: 120px;
}
 #slide-1 {
 background: url("images/bg_1m.jpg") no-repeat;
 background-size: cover;
}
 #slide-2 {
 background: url("images/bg_2m.jpg") no-repeat;
 background-size: cover;
}
 #slide-3 {
 background: url("images/bg_3m.jpg") no-repeat;
 background-size: cover;
}
 #slide-4 {
 background: url("images/bg_4m.jpg") no-repeat;
 background-size: cover;
}
 .slides .slide {
 padding-bottom: 80px;
}
}



/* social icons */
.social {
	text-align:right;
	margin-top:0;
	
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	justify-content: flex-start;
}

.social a {
	margin-left:5px;
	margin-right:5px;
}


.social a {
	font-size:1rem;
	border-radius: 50%;
	color: #000;
	background-color: #FFF;
	line-height: 1;
	width: 28px;
	height: 28px;
	text-align: center;
	border: none;
	position: relative;
	-js-display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
}
.social a:hover, .social a:focus {
	background-color: rgba(255, 255, 255, 0.85);
	text-decoration:none;
}


