body {
    background-color: #fff1de;
}
.container {
    width: 100%;
}
h1 {
    margin-top: 30px !important;
    margin-bottom: 40px !important;
}
#homepage h1 {
    margin-top: 0 !important;
    margin-bottom: 40px !important;
}
header {
    background: linear-gradient(45deg, #083700 70%,#001c06 100%);
    height: 100px;
    padding-left: 28px;
}
header #logo_image {
    float: left;
    padding-top: 10px;
}
header #logo_image img {
    height: 80px;
    width: auto;
}
header .btn_old_site:hover {
    background-color: #9B711A;
}
header .btn_old_site {
    float: right;
    display: inline-block;
    padding-left: 40px;
    padding-right: 40px;
    height: 100px;
    font-weight: 400;
    text-decoration: none;
    background-color: #C3922D;
    line-height: 100px;
    color: #fff;
    text-align: center;
    letter-spacing: 2px;
}
.aside {
    text-align: center;
}
.img_ads {
    width: 100%;
    max-width: 250px;
    margin: auto;
}
.img_ads_2 {
    display: none; 
    visibility: hidden;
}
.img_focus_mobile {
    display: none;
}
.img_focus_mobile img {
    width: 100%;
}
.img_focus img {
    width: 100%;
    margin-bottom: 20px;
}
img.ppbof {
    width: auto;
    max-width: 100%;
}
.row-4,
.row-5 {
    margin: auto;
}
.featured span {
    display: block;
    text-align: center;
}
.featured h4 {
    margin-top: 5px;
}
.featured span.focus {
    text-transform: uppercase;
}
.row-4 {
    columns: 4;
    -webkit-columns: 4;
    -moz-columns: 4;
    margin-bottom: 30px;
    text-align: center;
}
.row-5 {
    columns: 5;
    -webkit-columns: 5;
    -moz-columns: 5;
    text-align: center;
}
.row-4 img,
.row-5 img {
    width: 100%;
    max-width: 160px;
}
#intro_description p {
    font-size: 18px;
    margin-bottom: 45px;
    letter-spacing: 0.24px;
    text-align: justify;
}
.intro_feature li {
    font-size: 18px;
    margin-bottom: 25px;
    letter-spacing: 0.24px;
    text-align: justify;
}
.video_wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.video_wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.intro-parallax {
    padding-bottom: 30px;
}
.intro-illustration {
    text-align: right;
}
.intro-illustration img {
    width: 80%;
    height: auto;
    margin-top: 30px;
}
#homepage .intro-illustration img {
    width: 80%;
    height: auto;
    margin-top: 0;
}
.parallax {
    background-attachment: fixed !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
#features { 
    background-image: url(../img/parallax_bg/features_bkg.jpg);  
}
#call-to-action { 
    background-image: url(../img/parallax_bg/call_to_action_bkg.jpg); 
}
#statistic-banner { 
    background-image: url(../img/parallax_bg/statistic_banner_bkg.jpg); 
}
h1, h2, h3, h4, h5, h6 {
    margin-top: 0; 
    margin-bottom: 10px;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
a {
    text-decoration: none;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}
a:hover {
    color: #444;
    text-decoration: none;
}
a:focus {
    color: #f8f8f8;
    outline: none;
    border: none;
    text-decoration: none;
} 
.btn-theme {
    background-color: #428bca;
    color: #fff;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    padding: 8px 16px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.btn-theme:hover {
    background-color: #3071a9;
    color: #fff;
}
.btn-black {
    background-color: #444;
    color: #fff;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    padding: 8px 16px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.btn-black:hover {
    background-color: #222;
    color: #fff;
}
.btn:focus {
    outline: none;
}
.btn:focus {
    color: #f8f8f8;
    text-decoration: none;
}
.titlebar {
    margin-bottom: 40px;
}
.titlebar h1 {
    color: #000;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 5px;
}
.titlebar p {
    color: #666;
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}
.navbar-brand {
    padding: 15px 15px 10px;
}   
.navbar {	
    background-color: #f0f0f0;
    border-bottom: 1px solid #ddd;
}
.navbar-nav > li > a {
    color: #333;	
    display: block;
    padding: 0 15px;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 65px;
    border-bottom: 3px solid transparent;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}
.navbar-nav > li > a:hover,
.navbar-nav > li > a.selected-nav {
    background: none;
    color: #428bca;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 10px;
    margin: 12px 30px 12px 0;
    background-color: inherit;
    border: 2px solid #444;
}
.navbar-toggle .icon-bar {
    background-color: #444;
    height: 2px;
}
.error {
    color: #fc0000;
    font-size: 13px;
    margin-bottom: 20px;
}
#blog {
    background-color: #f0f0f0;
    padding-top: 60px;
    border-top: 1px solid #ddd;
}
#blog a:focus {
    color: #333;
}
.blog-post-titlebar h4 {
    line-height: 24px;
    font-weight: 700;
}
.blog-post-titlebar a {
    color: #333;	
}
.blog-post-titlebar a:hover {
    color: #428bca;
}
.blog-post-desc {
    color: #666;
    font-family: 'Lato', sans-serif;
    margin-bottom: 15px;
}
.blog-video-block {
    position: relative;
    padding-bottom: 65.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.blog-video-block iframe,
.blog-video-block object,
.blog-video-block embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border:0;
}
#all-posts {
    margin-bottom: 60px;
}
#all-posts h3 {
    color: #222;
    font-weight: 300;
}
#all-posts a {
    background-color: #428bca;
    color: #fff;
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    margin-left: 8px;
    padding: 6px 12px;
}
#all-posts a:hover {
    background-color: #3071a9;
}
.customNavigation {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 10px;
}
.customNavigation .btn {
    padding: 4px 10px;
}
.customNavigation i {
    font-size: 20px;
    color: #fff;
}
#breadcrumb-wrapper {
    background: url(../img/thumbs/breadcrumb_bg.jpg) 50% 50%; 
}
.breadcrumb {
    background: transparent;
    color: #fff;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
    padding: 20px 0;
}
.breadcrumb > li {
    display: inline-block;
    line-height: 60px;
    text-shadow:none;
}
.breadcrumb > li + li:before {
    color: #fff;
}
.breadcrumb > li a {
    color: #fff;	
    font-size: 24px;
    font-weight: 700;
}
.breadcrumb > li a:hover {
    color: #444;
    text-decoration: none;
}
.breadcrumb > .active {
    color: #fff !important;
}
.cta {
    display: inline-block;
    padding: 5px 20px;
    background: #C3922D;
    color: #fff;
    text-align: center;
    border-radius: 40px;
    text-decoration: none;
}
.progress {
    background: #e0e0e0;
    height: 36px;
    margin-bottom: 15px;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.progress .progress-bar:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-top: 36px solid transparent;
    border-right: 20px solid #e0e0e0;
}
.progress-bar {
    background: #428bca;
    height: 36px;
    position: relative;
    font-size: 14px;
    font-weight: 700;
    font-weight: 700;
    line-height: 36px;
    text-align: right;
    overflow: hidden;
    padding: 0 20px;
}
.progress-label {
    color: #fff;
    float: left;
}
#team {
    padding-top: 60px;
    padding-bottom: 10px;
}
.team-member {
    text-align: center;
    margin-bottom: 50px;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}
.img-block { 
    margin: 10px 10px 20px 10px;
}
.img-block img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    box-shadow: 0px 0px 0px 0 rgba(10, 10, 10, 0.15);
    opacity: 1;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}
#product-featured {
    width: 70%;
    margin: auto;
}