@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700,400italic,700italic);
body {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    line-height: 1.2;
    background: #f5f5f5;
}

form.optin{
    border: 5px solid #eee;
    padding: 20px 15px;
}
.input-lg{ border-radius: 0; padding: 5px 10px;}

.container {
    max-width: 840px;
}
.container.mini {
    max-width: 640px;
}
.main-content,
.main-content p,
.main-content li {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 20px;
}
.main-content li{ margin-bottom: 10px;}
h1,
h2,
h3,
h4 {
    font-weight: 600;
    line-height: 1.4;
}
h1 {
    font-weight: 200;
    font-size: 40px;
    margin-bottom: 40px;
}
h2 {
    font-weight: 700;
    font-size: 39px;
    color: #1c7fb2;
    margin-bottom: 40px;
}
h3 {
    font-weight: 300;
    margin-bottom: 20px;
    color: #e84a5f;
}
h4 {
    font-weight: 300;
    font-size: 22px;
    margin-bottom: 20px;
}
.btn.btn-primary,
.navbar .btn.btn-primary {
    color: white;
    background: #e84a5f;
    border: 0;
    border-radius: 0;
}
.btn.btn-primary:hover,
.navbar .btn.btn-primary:hover {
    background: #d04558;
}
.btn.btn-primary.btn-block,
.btn.btn-secondary.btn-block{
    padding: 20px 0;
    font-size: 120%;
    border-bottom: 4px solid #d04558;
}
.btn.btn-secondary.btn-block{
    color: white;
    background: #34B309;
    border: 0;
    border-radius: 0;
    border-bottom: 4px solid #2c9308;
}
.btn.btn-secondary.btn-block:hover{ background: #2c9308; }
.herobg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 500px;
    background: #eaedf1;
}
.main-content {
    background: white;
    padding: 30px 30px;
    max-width: 900px;
    margin: 0 auto;
}
.titlebar {
    background: white;
    padding: 10px 0;
    position: relative;
    height: 50px;
    z-index: 500;
}
.titlebar img {
    max-height: 30px;
}
.titlebar h3 {
    color: white;
    font-size: 18px;
    line-height: 30px;
}
.titlebar strong {
    color: #e84a5f;
    font-weight: inherit;
}
.callout {
    border-top: 1px solid #e84a5f;
    border-bottom: 1px solid #e84a5f;
    padding: 30px 0;
    margin: 20px 40px;
}
.no-spam {
    color: #777;
    margin-top: 20px;
    font-size: 14px;
    text-align: center;
}
footer {
    text-align: center;
    color: #939393;
    font-size: 14px;
    margin-bottom: 40px;
}
.progress {
    position: relative;
}
.progress .title {
    position: absolute;
    text-align: center;
    font-weight: bold;
    height: 20px;
    top: 0;
    left: 0;
    width: 100%;
    line-height: 20px;
}
.progress .progress-bar-gray {
    background-color: #9B9B9B;
}
.fb-comments span {
    width: 100% !important;
}
.fb-comments iframe {
    width: 100% !important;
}
.modal-content {
    margin-top: 60px;
    border-radius: 0;
}
.modal-header {
    border: 0;
}
.sidebar {
    padding-top: 20px;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    width: 200px;
    background: white;
    border-left: 1px solid #ccc;
    z-index: 999;
    -webkit-box-shadow: -6px 0px 16px 1px #cccccc;
    -moz-box-shadow: -6px 0px 16px 1px #cccccc;
    box-shadow: -6px 0px 16px 1px #cccccc;
    right: -300px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.sidebar .video-thumb {
    text-decoration: none;
    display: block;
    width: 160px;
    margin: 0 20px 20px 20px;
    opacity: 0.7;
    text-align: center;
}
.sidebar .video-thumb.active {
    opacity: 1;
    text-decoration: none;
}
.sidebar .video-thumb img {
    display: block;
    margin: 0 auto 10px auto;
}
.sidebar a.video-thumb:hover {
    opacity: 1;
    text-decoration: none;
}
body.scrolled .sidebar {
    right: 0;
}
body.optin .photo-background {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
body.optin .main-content {
    margin-bottom: 60px;
    max-width: 600px;
    position: relative;
    z-index: 999;
    border: 1px solid #ccc;
}
animate.min.css