
body {
    font-family: Gill Sans,Gill Sans MT,Calibri,sans-serif;
	  font-size: 16px;
  font-weight: 300;

}

/* HEADERS */		
h2,
h3,
h4,
h5 {
  font-family: Gill Sans,Gill Sans MT,Calibri,sans-serif; 
  text-transform: uppercase;
}

b {
	color:#e96f3f;
	font-weight:normal;
	font-size:19px;
}

@media (min-width: 481px) {
  h2 {
    font-size: 42px;
  }
  
}
		
/*NAV */	
.navbar-header{
	margin-bottom:10px;
}
.navbar-toggle{
	background-color: #a7a9ac !important;
}

.navbar-toggle:hover{
	background-color: #005A7D !important;
}

.navbar-fixed-top {
  margin-bottom: 0;

}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #005b7f;
  background-color: #cccccc;
  border-radius: 0;
}
.navbar-default {
  background-color: white;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: white;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: rgba(255, 255, 255, 0.5);
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: rgba(255, 255, 255, 0.5);
}
.navbar-inverse {
  background-color: #222222;
}
.navbar-default,
.navbar-inverse {
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.navbar-default .navbar-brand,
.navbar-inverse .navbar-brand {
  padding: 0 15px;
  color:  #005b7f;
  opacity: 1;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.navbar-default .navbar-brand:hover,
.navbar-inverse .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-inverse .navbar-brand:focus {
  opacity: 1;
}
.navbar-default .navbar-nav li a,
.navbar-inverse .navbar-nav li a {
  color:  #005b7f;
}
.navbar-default .navbar-nav li a:hover,
.navbar-inverse .navbar-nav li a:hover {
  color:  #005b7f;
}
@media (min-width: 768px) {
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > a:focus,
  .navbar-inverse .navbar-nav > .active > a,
  .navbar-inverse .navbar-nav > .active > a:hover,
  .navbar-inverse .navbar-nav > .active > a:focus {
    border-radius: 5px;
  }
  .navbar-fixed-top.navbar-expanded {
    padding: 30px 0;
  }
  .navbar-fixed-top {
    padding: 15px 0;
    -webkit-transition: padding 0.5s;
    -moz-transition: padding 0.5s;
    transition: padding 0.5s;
  }
  .navbar-fixed-top .navbar-brand:hover {
    opacity: 0.5;
  }
  .navbar-default.navbar-expanded,
  .navbar-inverse.navbar-expanded {
    background: white;
    border: none;
  }
}
.navbar a:focus {
  outline: none;
}
.navbar .navbar-nav li a:focus {
  outline: none;
}

/* HR BAR */

hr {
  max-width: 100px;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  height: 2px;
  margin: 15px auto;
}
hr.left {
  margin: 15px auto 15px 0;
}
hr.right {
  margin: 15px 0 15px auto;
}
hr.colored {
  border-color: #005b7f;
}
@media (min-width: 768px) {
  hr {
    max-width: 200px;
    margin: 20px auto;
  }
  hr.left {
    margin: 20px auto 20px 0;
  }
  hr.right {
    margin: 20px 0 20px auto;
  }
  
}

strong { font-weight: 600; }

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

h1 {
	margin-top: 10px;
	font-size: 38px;
    font-weight: 300;
    color: #555;
    line-height: 50px;
    font-style: italic;
}

h3 {
	font-size: 22px;
    font-weight: 300;
    color: #555;
    line-height: 30px;
    font-style: italic;
}

img { max-width: 100%; }

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

.colored-text { color: #325ea9; }

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

/***** 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 {
	display: inline-block;
	height: 50px;
	margin: 5px 5px 5px 0;
	padding: 16px 25px 0 25px;
	background: #fff;
	border: 0;
	border-radius:0px !important;
	text-transform: uppercase;
font-weight: 300;
letter-spacing: 1px;
	font-size: 15px;
    line-height: 16px;
    color: #444;

}
.btn-link-1:hover, .btn-link-1:focus, .btn-link-1:active {
	background: #fff;	
	outline: 0;
	opacity: 0.6;
	color: #444;
}

.btn-link-1 i {
	padding-right: 5px;
	vertical-align: middle;
	font-size: 20px;
	line-height: 20px;
}

.btn-link-2 {
	display: inline-block;
	height: 50px;
	margin: 5px 5px 5px 0;
	padding: 16px 25px 0 25px;
	background: #444;
	background: rgba(0, 0, 0, 0.3);
	border: 0;
	font-size: 15px;
    font-weight: 300;
    line-height: 16px;
    color: #fff;
    text-transform: uppercase;

}
.btn-link-2:hover, .btn-link-2:focus, 
.btn-link-2:active, .btn-link-2:active:focus { outline: 0; opacity: 0.6; background: rgba(0, 0, 0, 0.3); color: #fff; }

.btn-link-2 i {
	padding-right: 5px;
	vertical-align: middle;
	font-size: 20px;
	line-height: 20px;
}


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

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




/***** 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: #325ea9;
    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;
	    font-size: 18px;
    font-weight: 100;
    color: #888;
    line-height: 30px;
    text-align: center;
}

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

.subscribe form input.subscribe-email {
    width: 360px;
}

.success-message {
	margin: 20px 0 10px 0;
}

.error-message {
	margin: 10px 0;
	color: #325ea9;
}


/***** 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: #325ea9; }


/***** 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: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}

.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: #325ea9;	
	border: 0;
}


/***** 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: #325ea9; }

.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; }

