body{
    font-family: 'Minion Pro', sans-serif;
    background: url("../img/content/background-1.jpg") repeat;
    background-attachment: fixed;
    font-size: 18px;
    line-height: 22px;
}
h1, h2, h3, h4, h5, h6{
    margin-top: 0;
    font-family: 'Homenaje', sans-serif;
}

a:hover{
    transition: all ease-in-out 300ms;
}
a:focus{
    outline: none;
    text-decoration: none;
}

.force-full {
    width: 100% !important;
}

/*Navbar*/
.navbar{
    margin-bottom: 0;
    border-radius: 0;
    border: none;
}
.navbar-nav li a:hover{
    background: none;
}
.navbar-nav li a:focus{
    background: none;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background: none;
}
.navbar-toggle{
    color: #333;
}
.navbar-nav li a{
	color: #fff;
    font-size: 14px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
}
.navbar-nav li.current a{
	background: #3488d0;
}
.navbar-nav li a.active{
    background: #3488d0;
}
.navbar-nav li a:hover{
	background: #3488d0;
}

/*Sticky Navbar*/
.navbar-sticky{
	background: #1a2135;
    transition: all ease-in-out 300ms;
	position: fixed;
	width: 100%;
    z-index: 998;
}
.navbar-sticky.stick{
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
}
.navbar-toggle{
    color: #fff;
}
#header-filler{
    height: 60px;
}
.margin-bottom-15{
    margin-bottom: 15px;
}
.margin-bottom-30{
    margin-bottom: 30px;
}
.margin-bottom-45{
    margin-bottom: 45px;
}

.video-container{
    position: relative;
    overflow: hidden;
}
.video-container .img-overlay{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.playvideo{
    display: block;
    padding-top: 21%;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 9;
}
.video-overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.playvideo{
    position: relative;
}
.playvideo:focus{
    outline: none;
}
.playvideo:hover{
    opacity: .8;
}
.video-underlay{
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.img-overlay{
    width: 100%;
    height: 100%;
}

.video-responsive {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.video-responsive iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.img-title{
    max-width: 50%;
}
.hero-content{
    padding-top: 70px;
}

.btn{
    border-radius: 0;
    padding: 15px 35px;
}
.btn-primary{
    background: #1a2135;
    border-color: #1a2135;
    font-size: 16px;
}

.hero-cta .btn{
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 15px;
}

#about-the-book{
    padding-top: 90px;
    padding-bottom: 100px;
    background: #fff;
    position: relative;
    overflow: hidden;
}

.content p{
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 22px;
}
.content h2{
    font-size: 70px;
    margin-bottom: 30px;
}


.flag{
    position: absolute;
}
.flag-left{
    left: 0;
}
.flag-right{
    right: 0;
}
#endorsements{
    background: #fff;
}
#endorsements .red-bar h2{
    margin-bottom: 0;
    line-height: 1;
    color: #fff;
}
.red-bar{
    background: #bf0002;
    padding-top: 75px;
    padding-bottom: 75px;
}

#main-slider .item{
    position: relative;
    overflow: hidden;
}
#main-slider .item img{
    height: 100%;
    width: auto;
}
.endorsement-container{
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9;
    bottom: 0;
    left: 0;
    color: #fff;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;

    max-height: 0;
    opacity: .5;
    overflow: hidden;
    transition: all ease-in-out 500ms;
}
#main-slider .item:hover .endorsement-container{
    max-height: 1000px;
    opacity: 1;
}
.endorsement-inner{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.endorsement-container p{
    font-size: 22px;
    line-height: 34px;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}

.heading{
    font-family: 'Source Sans Pro', sans-serif;
}

#the-purchase {
    position: relative;
    top: 100px;
}

#purchase{
    background: #fff;
    padding-top: 130px;
    padding-bottom: 135px;
    margin-top: -10px;
}
.purchase-img{
    display: inline-block;
    position: relative;
}

.purchase-cta .dropdown{
    display: inline-block;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 30px;
}

.scrollTo:focus{
    background: #1a2135;
}

#about-the-author{
    background: #2f2f2f;
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
    color: #fff;
    overflow: hidden;
}
.bae-headsot{
    position: absolute;
    bottom: 0;
    width: 55%;
    right: 0;
}
.bae-headsot img{
    max-width: 100%;
    height: auto;
}
.about-author{
    padding-top: 60px;
}
#about-the-author .btn .fa{
    margin-right: 15px;
}
#about-the-author .btn{
    font-size: 20px;
    margin-top: 35px;
}
#about-the-author .btn span{
    position: relative;
    top: -5px;
    font-family: 'Source Sans Pro', sans-serif;
}
.btn{
    font-family: 'Source Sans Pro', sans-serif;
}

#free-download{
    background: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}
.form-control{
    border-radius: 0;
    box-shadow: none;
    background: #f4f4f4;
    min-height: 70px;
    border: none;
    font-size: 18px;
    font-family: 'Source Sans Pro', sans-serif;
    color: #1a2135;
}
.form-control:focus{
    box-shadow: none;
    border: none;
}

#free-download .btn{
    display: block;
    width: 100%;
    min-height: 70px;
    font-size: 20px;
}

#images{
    padding-top: 100px;
    padding-bottom: 70px;
    background: url("../img/content/images-section-bg.jpg") repeat;
    background-attachment: fixed;
}

#images .col-sm-3 img{
    margin: 0 auto;
}

#share{
    padding-top: 100px;
    padding-bottom: 100px;
    color: #fff;
    background: #1a2135;
}

.btn-white{
    background: #fff;
    padding: 10px 25px;
    margin-left: 10px;
    margin-right: 10px;
    color: #1a2135;
    font-size: 20px;
    margin-bottom: 30px;
    width: 200px;
}
.btn-white .fa{
    margin-right: 10px;
}

#media{
    background: #bf0002;
    color: #fff;
    padding-top: 60px;
    padding-bottom: 30px;
    font-family: 'Source Sans Pro', sans-serif;
}
#media h2{
    margin-bottom: 0;
    line-height: 1;
}
#media a{
    color: #fff;
    font-weight: 700;
}
.media-content{
    font-size: 20px;
    line-height: 36px;
}

footer{
    background: #1a2135;
    padding-top: 35px;
    padding-bottom: 35px;
    color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
}
footer a{
    color: #fff;
}
footer a:hover{
    color: #fff;
    opacity: .8;
}


/* Back to top */
.back-to-top {
	border-radius: 5px;
	text-align: center;
	background: #000;
	color: #fff;
	display: none;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	position: fixed;
	right: 20px;
	bottom: 20px;
	opacity: 0.4;
	filter: alpha(opacity=40);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	cursor: pointer;
	z-index: 9999;
}
.back-to-top:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

/* Jquery appear */
.hiding {
	opacity: 0;
}

.visible {
	opacity: 1;
}

/* Preloader */
#mask {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #F6F6F6;
	z-index: 10000;
	height: 100%;
}

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

/* Custom owl */
.owl-theme .owl-controls .owl-buttons div {
    background: none;
}

.wrapper-with-margin{
    /*margin: 0px 50px;*/
}
 
.owl-theme .owl-controls .owl-buttons div {
    position: absolute;
}
 
.owl-theme .owl-controls .owl-buttons .owl-prev {
    left: 0px;
    top: 50%; 
    margin-top: -25px;
}
 
.owl-theme .owl-controls .owl-buttons .owl-next {
    right: 0px;
    top: 50%;
    margin-top: -25px;
}

@media (max-width: 1199px){
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
    }
    .navbar-header .collapse, .navbar-toggle {
        display:block !important;
    }
    .navbar-header {
        float:none;
    }
}

@media (max-width: 1035px){
    .flag-left{
        left: -27%;
    }
    .flag-right{
        right: -38%;
    }
}

/* Mobile device */
@media (max-width: 767px) {
    #header-filler{
        height: 60px;
    }
    .navbar-toggle{
        margin-top: 6px;
        margin-bottom: 5px;
    }

    .content h2{
        font-size: 40px;
    }
    .free-download-image{
        margin-bottom: 40px;
    }
}

/* Custom mobile */
@media (max-width: 480px) {
    .navbar-brand>img {
        display: block;
        height: 24px;
        position: relative;
        top: 8px;
    }
}

/* Tablet device */
@media (min-width: 768px) {

	.nav>li>a {
		position: relative;
		display: block;
		padding: 12px 10px;

	}
	.navbar-nav>li>a {
		padding-top: 0;
		padding-bottom: 0;
        min-height: 60px;
        line-height: 60px;
	}

    .free-download-image{
        margin-top: -85px;
        margin-bottom: -100px;
    }

    .sm-img-full{
        width: 100%;
        height: auto;
    }

}

@media (min-width: 768px) and (max-width: 991px) {

}

/* Desktop small screen */
@media (min-width: 992px) {
    .purchase-img img{
        position: relative;
        left: 88px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #purchase{
        overflow: hidden;
    }
}

/* Desktop large screen */
@media (min-width: 1200px) {

}

@media (min-width: 1036px) and (max-width: 1400px){
    .flag-left{
        left: -215px;
    }
    .flag-right{
        right: -275px;
    }
}

@media (min-width: 1401px) and (max-width: 1745px){
    .flag-left{
        left: -9%;
    }
    .flag-right{
        right: -9%;
    }

}

