
body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #888;
    line-height: 30px;
    text-align: center;
}

strong { font-weight: 500; }

a, a:hover, a:focus {
	color: #a68328; text-decoration: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

h1, h2 { margin-top: 10px; font-size: 38px; font-weight: 100; color: #555; line-height: 50px; }
h3 { font-size: 22px; font-weight: 300; color: #555; line-height: 30px; }

img { max-width: 100%; }

.medium-paragraph { font-size: 18px; line-height: 32px; }

.colored-text { color: #a68328; }

::-moz-selection { background: #a68328; color: #fff; text-shadow: none; }
::selection { background: #a68328; color: #fff; text-shadow: none; }


/***** Loader *****/

.loader {
	position: fixed; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%;
	background: #fff; overflow: hidden !important; z-index: 99999;
}

.loader-img {
	position: absolute; left: 50%; top: 50%; margin: -30px 0 0 -30px;
	width: 60px; height: 60px; background: url(../img/loading.gif) center center no-repeat;
}


/***** General style, all sections *****/

.section-container { margin: 0 auto; padding-bottom: 80px; }

.section-container-gray-bg { background: #f8f8f8; }

.section-container-image-bg, 
.section-container-image-bg h2, 
.section-container-image-bg h3 { color: #fff; }

.section-container-image-bg .divider-1 span { border-color: #fff; opacity: 0.8; }

.section-description { margin-top: 60px; padding-bottom: 10px; }

.section-description p { margin-top: 20px; padding: 0 120px; }
.section-container-image-bg .section-description p { opacity: 0.8; }

.section-bottom-button { padding-top: 60px; }

.btn-link-1 {
	position: relative;
	display: inline-block;
	height: 50px;
	margin: 5px 5px 5px 0;
	padding: 0 20px;
	background: #fff;
	border: 0;
	font-size: 16px;
    font-weight: 300;
    line-height: 50px;
    color: #555;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}
.btn-link-1:hover, .btn-link-1:focus, .btn-link-1:active { outline: 0; background: #ddd; color: #555; }
.btn-link-1 i { padding-right: 5px; vertical-align: middle; font-size: 20px; line-height: 20px; }
.btn-link-1:before { content: ""; position: absolute; top: 50%; left: 0; width: 100%; height: 50%; background: rgba(0, 0, 0, 0.1); }

.btn-link-2 {
	display: inline-block;
	height: 50px;
	margin: 5px 5px 5px 0;
	padding: 0 20px;
	background: #444;
	background: rgba(0, 0, 0, 0.3);
	border: 1px solid #fff;
	font-size: 16px;
    font-weight: 300;
    line-height: 48px;
    color: #fff;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}
.btn-link-2:hover, .btn-link-2:focus, 
.btn-link-2:active, .btn-link-2:active:focus { outline: 0; background: rgba(0, 0, 0, 0.4); color: #fff; }
.btn-link-2 i { padding-right: 5px; vertical-align: middle; font-size: 20px; line-height: 20px; }

.btn-link-3 {
	position: relative;
	display: inline-block;
	height: 50px;
	margin: 5px 5px 5px 0;
	padding: 0 20px;
	background: #a68328;
	border: 0;
	font-size: 16px;
    font-weight: 300;
    line-height: 50px;
    color: #fff;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}
.btn-link-3:hover, .btn-link-3:focus, .btn-link-3:active { outline: 0; background: #cc803b; color: #fff; }
.btn-link-3 i { padding-left: 5px; vertical-align: middle; font-size: 20px; line-height: 20px; }
.btn-link-3:before { content: ""; position: absolute; top: 50%; left: 0; width: 100%; height: 50%; background: rgba(0, 0, 0, 0.1); }


/***** Divider *****/

.divider-1 span { display: inline-block; width: 200px; border-bottom: 1px solid #ddd; }


/***** Top menu *****/

.navbar {
	margin-bottom: 0;
	background: #444;
	border: 0;
	-o-transition: all .6s; -moz-transition: all .6s; -webkit-transition: all .6s; -ms-transition: all .6s; transition: all .6s;
}
.navbar.navbar-no-bg { padding: 5px 0; background: #444; background: rgba(0, 0, 0, 0.2); }

.navbar-right { margin-right: 0; }

ul.navbar-nav { font-size: 16px; color: #fff; }

.navbar-inverse ul.navbar-nav li a { color: #fff; color: rgba(255, 255, 255, 0.8); }
.navbar-inverse ul.navbar-nav li a:hover { color: #a68328; }
.navbar-inverse ul.navbar-nav li a:focus { color: #a68328; outline: 0; }

.navbar-brand {
	width: 97px;
	background: url(../img/logo.png) left center no-repeat;
	text-indent: -99999px;
}
.navbar>.container .navbar-brand { margin-left: 0; }


/***** Top content *****/

.inner-bg { padding: 180px 0 120px 0; }

.top-content .ebook img { -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

.top-content .text { padding-top: 50px; color: #fff; text-align: left; }
.top-content .text h1 { margin-top: 25px; color: #fff; }

.top-content .description { margin: 30px 0 10px 0; }
.top-content .description p { opacity: 0.8; }

.top-content .top-big-link { margin-top: 40px; }


/***** Chapters *****/

.chapters-box { margin-top: 30px; text-align: left; }
.chapters-box .chapters-box-icon { font-size: 60px; color: #a68328; line-height: 60px; text-align: center; }
.chapters-box h3 { margin-top: 0; padding: 0 0 10px 0; }


/***** Highlighted chapter *****/

.h-chapter-box-text { margin-top: 30px; text-align: left; }
.h-chapter-box-text h3 { margin-top: 0; }
.h-chapter-box-text .medium-paragraph { margin-top: 20px; margin-bottom: 20px; }
.h-chapter-box-ebook img { -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }


/***** Subscription form *****/

.subscribe-container { padding-bottom: 70px; }

.subscribe form { padding-top: 30px; padding-bottom: 20px; }

.subscribe input[type="text"] {
	width: 380px;
	height: 50px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #eee;
    border: 3px solid #eee;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 50px;
    color: #888;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}
.subscribe input[type="text"]:focus {
	outline: 0; background: #fff; border: 3px solid #a68328;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}
.subscribe input[type="text"]::-moz-placeholder { color: #bbb; font-style: italic; }
.subscribe input[type="text"]:-ms-input-placeholder { color: #bbb; font-style: italic; }
.subscribe input[type="text"]::-webkit-input-placeholder { color: #bbb; font-style: italic; }

.subscribe button.btn {
	position: relative;
	height: 50px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #a68328;
    border: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 50px;
    color: #fff;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
    text-shadow: none;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}
.subscribe button.btn:hover, .subscribe button.btn:active, .subscribe button.btn:focus, 
.subscribe button.btn:active:focus, .subscribe button.btn.active:focus { outline: 0; background: #cc803b; color: #fff; }
.subscribe button.btn:before { content: ""; position: absolute; top: 50%; left: 0; width: 100%; height: 50%; background: rgba(0, 0, 0, 0.1); }

.subscribe .success-message { margin: 20px 0 10px 0; }
.subscribe .error-message { margin: 10px 0; color: #a68328; }


/***** Video review *****/

.v-review-box-text { text-align: left; }
.v-review-box-text h3 { margin-top: 0; }
.v-review-box-text .medium-paragraph { margin-top: 20px; margin-bottom: 20px; }


/***** Call to action *****/

.call-to-action-container { padding-bottom: 65px; }
.call-to-action-container .section-bottom-button { padding-top: 15px; }
.call-to-action-container .section-bottom-button a.btn { margin: 15px; }


/***** About the author *****/

.about-box-text { margin-top: 20px; text-align: left; }
.about-box-text h3 { margin-top: 0; }
.about-box-text .medium-paragraph { margin-top: 20px; margin-bottom: 20px; }

.about-box-img img {
	width: 100%; max-width: 500px;
	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}

.about-social { margin-top: 30px; font-size: 32px; color: #ddd; }
.about-social a { margin-right: 15px; color: #ddd; }
.about-social a:hover, .about-social a:focus { color: #a68328; }


/***** Testimonials *****/

.testimonials-container { padding-bottom: 70px; }

.testimonial-list { margin-top: 30px; text-align: center; }

.testimonial-list .testimonial-image img {
	max-width: 160px;
	-moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
}

.testimonial-list .testimonial-text { margin-top: 30px; }
.testimonial-list .testimonial-text p { opacity: 0.8; }

.testimonial-list .testimonial-text a { color: #fff; border-bottom: 1px dotted #fff; }
.testimonial-list .testimonial-text a:hover, 
.testimonial-list .testimonial-text a:focus { color: #fff; border: 0; }

.testimonial-list .nav-tabs { margin-top: 30px; border: 0; }

.testimonial-list .nav-tabs li { float: none; display: inline-block; margin-left: 10px; margin-right: 10px; }

.testimonial-list .nav-tabs li a {
    width: 16px; height: 16px; margin: 0; padding: 0;
    background: none; border: 1px solid #fff; border-color: rgba(255, 255, 255, 0.8);
    -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
}

.testimonial-list .nav-tabs li a:hover {
	background: #fff; background: rgba(255, 255, 255, 0.8);
    border: 1px solid #fff; border-color: rgba(255, 255, 255, 0.8);
}

.testimonial-list .nav-tabs li.active a,
.testimonial-list .nav-tabs li.active a:focus { background: #a68328; border: 0; }


/***** Contact us *****/

.contact-container { padding-top: 80px; }
.contact-top { overflow: hidden; padding: 0 0 15px 0; border-bottom: 1px solid #ddd; text-align: left; }
.contact-top-left { float: left; width: 75%; }
.contact-top-left h3 { margin-top: 0; }
.contact-top-right { float: left; width: 25%; font-size: 66px; color: #a68328; line-height: 66px; text-align: right; }
.contact-bottom { padding: 25px 0 0 0; text-align: left; }

.contact-box input[type="text"],
.contact-box textarea,
.contact-box textarea.form-control {
	height: 50px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #eee;
    border: 3px solid #eee;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 50px;
    color: #888;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

.contact-box textarea, 
.contact-box textarea.form-control { height: 100px; padding-top: 10px; padding-bottom: 10px; line-height: 30px; }

.contact-box input[type="text"]:focus,
.contact-box textarea:focus,
.contact-box textarea.form-control:focus {
	outline: 0; background: #fff; border: 3px solid #a68328;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}

.contact-box input[type="text"]::-moz-placeholder, 
.contact-box textarea::-moz-placeholder, 
.contact-box textarea.form-control::-moz-placeholder { color: #bbb; font-style: italic; }

.contact-box input[type="text"]:-ms-input-placeholder, 
.contact-box textarea:-ms-input-placeholder, 
.contact-box textarea.form-control:-ms-input-placeholder { color: #bbb; font-style: italic; }

.contact-box input[type="text"]::-webkit-input-placeholder, 
.contact-box textarea::-webkit-input-placeholder, 
.contact-box textarea.form-control::-webkit-input-placeholder { color: #bbb; font-style: italic; }

.contact-box button.btn {
	position: relative;
	width: 100%;
	height: 50px;
    margin: 10px 0 0 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #a68328;
    border: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 50px;
    color: #fff;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
    text-shadow: none;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}
.contact-box button.btn:hover, .contact-box button.btn:active, .contact-box button.btn:focus, 
.contact-box button.btn:active:focus, .contact-box button.btn.active:focus { outline: 0; background: #cc803b; color: #fff; }
.contact-box button.btn:before { content: ""; position: absolute; top: 50%; left: 0; width: 100%; height: 50%; background: rgba(0, 0, 0, 0.1); }

.contact-box label { font-weight: 300; }
.contact-box label .contact-error { display: none; color: #a68328; font-style: italic; }


/***** Footer *****/

footer { padding: 40px 0 45px 0; }

.footer-social { padding-top: 20px; }
.footer-social a { margin: 8px; font-size: 36px; color: #ddd; }
.footer-social a:hover, .footer-social a:focus { color: #a68328; }

.footer-copyright { margin-top: 15px; }
.footer-copyright a { color: #888; border-bottom: 1px dotted #888; }
.footer-copyright a:hover, .footer-copyright a:focus { color: #888; border: 0; }

