@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700,900);

body {
    background-color: #f5f5f5;
    font-family: "Roboto Condensed", sans-serif;
}
.btn {
    white-space: normal;
}
.banner {
    background-size: cover;
    padding: 20px 0 40px;
}
.navbar-brand {
    height: auto;
    padding: 10px 15px;
}
.navbar {
    border-radius: 0;
}
.navbar-default {
    border-bottom: 1px #ccc solid;
    background-color: rgba(255, 255, 255, 0.9);
}
.navbar-nav {
    padding-top: 15px;
}
.navbar-nav>li>a {
    font-size: 18px;
    line-height: 20px;
    color: #777;
    font-weight: 700;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #333333;
    background-color: transparent;
}
.text-line-1 {
    display: inline-block;
    margin: 20px 0px 10px; 
    font-size: 32px;
}
.text-line-2 {
    font-size: 80px; margin: 20px 0px;
}
.btn-modal {
    font-size: 30px;  
    padding: 10px 30px; 
    border-radius: 5px;
    border-bottom: 4px solid #c97509;
    -webkit-box-shadow: 0px 3px 0px 0px rgba(0,0,0,.2);
    -moz-box-shadow: 0px 3px 0px 0px rgba(0,0,0,.2);
    box-shadow: 0px 3px 0px 0px rgba(0,0,0,.2);
    text-shadow: 1px 1px 3px rgba(0,0,0,.3);
}
.btn-warning {
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.modal-backdrop.in {
    bottom: 0;
}
.footer {
    min-height: 60px;
}
.line-blue {
    font-size: 24px;
}
.product-optin .img-position {
    margin-top: -50px;
    margin-bottom: -20px;
}
.aboutj-block p {
    line-height: 30px;
}
blockquote {
    text-align: center;
    border: none;
    padding: 10px 5px;
}
blockquote p.text {
    font-family: "PT Sans", sans-serif;
    font-size: 32px;
    line-height: 40px;
}
blockquote footer {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 24px;
}
blockquote p::before {
    content: url('http://brandedsites.com/storage/projects/1/Du3J6EmtmD6eWKPJsQmw5ibPsIym9ct4y51k/images/xFJe9IIkyBzlXec7ES7aEwT2e6hu7HjNk1PzZTHy.png');
    padding-right: 10px;
}
blockquote p::after {
    content: url('http://brandedsites.com/storage/projects/1/Du3J6EmtmD6eWKPJsQmw5ibPsIym9ct4y51k/images/EKI2X3QQyIlvBkdkDlePtpc9xtAdj515dsqx6p5B.png');
    padding-left: 10px;
}
.videos-by-joel .thumbnail span {
    display: block;
}
.contact-form .submit-button {
    height: auto;
    width: auto;
    padding: 8px 30px;
}
.map iframe {
    width: 100%;
    border: 0;
}
.form-wrap input[type="text"], .form-wrap input[type="password"], .form-wrap select {
    background-color: #f2f2f2;
    border: 1px solid #bfbfbf;
    box-shadow: none;
    font-size: 16px;
    font-weight: 400;
    height:50px;
    padding: 15px 6px;
	border-radius: 5px;
}
.form-control:focus {
  border: 1px solid #3b5998;
  box-shadow: none;
  outline: 0 none;
}
.btn-red {
    background: #e43b2c;
    color: #fff;
    font-weight: 700;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
    border: 1px solid rgba(0,0,0,0.2);
}
.btn-red:hover, .btn-red:focus {
    background: #e43b2c;
    color: #fff;
    opacity: .9;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
    border: 1px solid rgba(0,0,0,0.2);
}
.aboutj-block p {
    font-size: 18px;
}
@media only screen and (max-width: 1023px) {
    .navbar-brand img {
        width: 100px;
    }
    .navbar-nav {
        padding-top: 0; 
    }
    .btn-modal {
        font-size: 24px;
    }
    .text-line-1 {
        font-size: 24px;
    }
    .text-line-2 {
        font-size: 60px;
    }
}
@media only screen and (max-width: 991px) {
    .navbar-nav>li>a {
        font-size: 16px;
    }
    .product-optin .img-position {
        margin-top: 0;
    }
}
@media only screen and (max-width: 767px) {
    .banner {
        padding-top: 90px;
    }
    .btn-modal {
        font-size: 18px;
    }
    .text-line-1 {
        font-size: 22px;
    }
    .text-line-2 {
        font-size: 36px;
    }
    .footer {
        position: static;
    }
    .btn-warning {
        font-size: 16px;
    }
    .product-optin .img-position {
        margin-top: 20px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: -20px;
    }
    blockquote p.text {
        font-size: 22px;
        line-height: 30px;
    }
    blockquote footer {
        font-size: 18px;
    }
}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)
and (orientation : portrait){
    body {
        padding-bottom: 60px;
    }
    .banner .img-collage {
        width: 70%;
        margin-left: auto;
        margin-top: 100;
    }
    .footer {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
    }
}
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 812px) 
and (-webkit-device-pixel-ratio : 3)
and (orientation : portrait) { 
    body {
        padding-bottom: 60px;
    }
    .footer {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
    }
    
}

.overlay:empty, #fb-root:empty, #error:empty, #success:empty {
    border: none !important;
    min-height: 0 !important;
}