@charset "UTF-8";
body {
    background: url(/statics/images/background-2.jpg) no-repeat center top;
    background-attachment: fixed;
}

.container {
    font-size: 20px;
    background-color:white;
}

.container-top-margin{
	margin-top:100px;
}

.col-centered {
    float: none;
    margin: 0 auto;
}


body .container-fluid p {
    font-family: georgia,palatino;
    margin-top: 0em;
    margin-bottom: 1em;
    color: #000000 !important;
    line-height:2em
}
body li {
    font-family: georgia,palatino;
    margin-top: 0em;
    margin-bottom: 1em;
    color: #000000 !important;
}
.content {
    width: 90%;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    color: #000000 !important;
}



.word-break{word-break:break-all;}

img{margin-top:10px;
	margin-bottom:20px;}
h1,
h2,
h3,
h4,
h5 {
    color: #000000;
    text-align: center;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
}
h1 {
    font-size: 2.5em;
}
h2 {
   text-align: center;
   color: #DE0202;
   font-size: 34px;
   line-height: 110%; 
   text-shadow: 1px 1px 1px #999999;
   padding: 10px 0;
   font-weight:bold;
}
h3 {
    font-size: 1.4em;
}

.top-headline-margin{
	margin-top:50px;
}

.margin-top {
    margin-top: 20px;
}
.rb {
    color: #B70004;
    font-weight: bold;
}
.rbu {
    color: #B70004;
    font-weight: bold;
    text-decoration: underline;
}
.red {
    font-weight: bold;
    color: #B70004;
}
.white-background {
    background-color: #ffffff;
}
.top-bg-row {
    background: url('../img/content-top.jpg');
    background-repeat: no-repeat;
    background-size: 100%;
    height: 17px;
}
.middle-bg-row {
    background: url('../img/content-bg.jpg');
    background-repeat: repeat;
    background-size: contain;
}
.bottom-bg-row {
    background: url('../img/content-footer.jpg');
    background-repeat: no-repeat;
    background-size: 100%;
    height: 45px;
}


.testimonial-p{padding-left:20px;}

ul.image-bullet {
    list-style-image: url('../img/lost_ways_bullet.jpg');
}

ul li{
	font-family: georgia,palatino;
    margin-top: 0em;
    margin-bottom: 1em;
    color: #000000 !important;
    line-height:2em
}

.tsl_add_to_cart {
	display: block;
	max-width: 481px;
	margin: 30px auto;
	text-align: center;
	text-decoration: none;
	overflow: hidden;
}

@media (max-width: 1080px) {
	body {
        background-image: none;
        background-color: #ffffff !important;
    }
    .top-bg-row {
        background: none !important;
    }
    .middle-bg-row {
        background: none !important;
    }
    .bottom-bg-row {
        background: none !important;
    }
}
.footer {
    padding-top: 150px;
}
.footer,
.footer p,
.footer a {
    font-size: 12px !important;
    text-align: center !important;
}


@media (min-width: 1200px){
	.container {
	    width: 930px;
	}
}

@media (max-width: 992px){
	.top-headline-margin{
		margin-top:5px;
	}
	.container-top-margin {
    margin-top: 10px;
	}
}


/* YOUTUBE IFRAME RESPONSIVE */

.youtube-frame{
position: relative;
padding-bottom: 56.25%;
padding-top: 30px; height: 0; overflow: hidden;
}
 
.youtube-frame iframe,
.youtube-frame object,
.youtube-frame embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

