/* Reset CSS */
* {
    margin: 0;
    padding: 0;
    border: 0 none;
    box-sizing: border-box;
}
*:before,
*:after {
    box-sizing: border-box;
}
/* Fonts */
@font-face {
    font-family: 'Termina';
    src: url('../fonts/termina/Termina-Light.eot');
    src: url('../fonts/termina/Termina-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/termina/Termina-Light.woff2') format('woff2'), url('../fonts/termina/Termina-Light.woff') format('woff'), url('../fonts/termina/Termina-Light.ttf') format('truetype'), url('../fonts/termina/Termina-Light.svg#Termina-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Termina';
    src: url('../fonts/termina/Termina-Black.eot');
    src: url('../fonts/termina/Termina-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/termina/Termina-Black.woff2') format('woff2'), url('../fonts/termina/Termina-Black.woff') format('woff'), url('../fonts/termina/Termina-Black.ttf') format('truetype'), url('../fonts/termina/Termina-Black.svg#Termina-Black') format('svg');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Termina';
    src: url('../fonts/termina/Termina-Bold.eot');
    src: url('../fonts/termina/Termina-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/termina/Termina-Bold.woff2') format('woff2'), url('../fonts/termina/Termina-Bold.woff') format('woff'), url('../fonts/termina/Termina-Bold.ttf') format('truetype'), url('../fonts/termina/Termina-Bold.svg#Termina-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Termina';
    src: url('../fonts/termina/Termina-Regular.eot');
    src: url('../fonts/termina/Termina-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/termina/Termina-Regular.woff2') format('woff2'), url('../fonts/termina/Termina-Regular.woff') format('woff'), url('../fonts/termina/Termina-Regular.ttf') format('truetype'), url('../fonts/termina/Termina-Regular.svg#Termina-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Termina';
    src: url('../fonts/termina/Termina-Heavy.eot');
    src: url('../fonts/termina/Termina-Heavy.eot?#iefix') format('embedded-opentype'), url('../fonts/termina/Termina-Heavy.woff2') format('woff2'), url('../fonts/termina/Termina-Heavy.woff') format('woff'), url('../fonts/termina/Termina-Heavy.ttf') format('truetype'), url('../fonts/termina/Termina-Heavy.svg#Termina-Heavy') format('svg');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'Bauer Bodoni Bold BT';
    src: url('../fonts/bauer/BauerBodoniBT-Bold.eot');
    src: url('../fonts/bauer/BauerBodoniBT-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/bauer/BauerBodoniBT-Bold.woff2') format('woff2'), url('../fonts/bauer/BauerBodoniBT-Bold.woff') format('woff'), url('../fonts/bauer/BauerBodoniBT-Bold.ttf') format('truetype'), url('../fonts/bauer/BauerBodoniBT-Bold.svg#BauerBodoniBT-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}
/* Colors */
/* Widths */
/* Configs */
/* Functions */
/* Main Styles */
html,
body {
    font-size: 14px;
    color: #444242;
    font-family: 'Termina', sans-serif;
}
.row {
    max-width: 1120px;
}
input,
select,
textarea {
    font-size: 14px;
    font-family: 'Termina', sans-serif;
    color: #444242;
}
a {
    text-decoration: none;
    color: #444242;
}
h1,
h2,
h3,
h4,
h5 {
    font-family: 'Bauer Bodoni Bold BT', serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 130%;
}
.btn {
    background-color: #CCC;
    font-weight: 800;
    text-transform: uppercase;
    display: inline-block;
    cursor: pointer;
    padding: 20px 25px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-align: center;
}
.btn.btn-primary {
    background-color: #5f7355;
    color: white;
}
.btn.btn-white {
    background-color: white;
    color: #5f7355;
}
.btn.btn-block {
    display: block;
    width: 100%;
}
.btn:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
header {
    background: url('../img/header-bg.jpg') no-repeat scroll center center #ffffff;
    background-size: cover;
}
header .h-bar {
    background-color: white;
    text-align: center;
}
header .h-bar .a {
    display: block;
    padding: 80px 40px;
}
header .h-bar .b {
    display: block;
    padding: 0 40px 40px;
}
header .h-bar .b p {
    font-size: 14px;
    line-height: 210%;
}
header .h-bar .b p b {
    font-weight: bold;
}
header .h-bar .c {
    display: block;
    padding: 0 40px 40px;
}
.shadow {
    -webkit-box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.14);
}
.header-form {
    position: relative;
    margin-top: -360px;
    margin-bottom: 40px;
    pointer-events: none;
}
.header-form form {
    pointer-events: auto;
}
.header-form form .a {
    background-color: white;
    padding: 26.66666667px 40px;
    text-align: center;
    -webkit-box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.14);
}
.header-form form .a p {
    font-size: 14px;
    line-height: 160%;
    margin-bottom: 20px;
}
.header-form form .a input {
    border: 1px solid #CCC;
    display: block;
    padding: 0 15px;
    height: 60px;
    margin-bottom: 15px;
    width: 100%;
    text-align: center;
}
.header-form form .b {
    position: relative;
    z-index: 2;
    margin-top: -20px;
    padding: 0 40px;
}
.header-form form .b button {
    padding: 25px 5px;
}
.section-one {
    padding: 100px 0 80px;
}
.section-one h2 {
    font-size: 48px;
    color: #5f7355;
}
.section-one hr {
    display: block;
    background-color: #5f7355;
    margin: 30px 0 20px;
    width: 20%;
    height: 5px;
}
.section-one p {
    line-height: 180%;
    margin-bottom: 40px;
}
.section-one .so-image {
    -webkit-border-top-right-radius: 60px;
    -webkit-border-bottom-left-radius: 60px;
    -moz-border-radius-topright: 60px;
    -moz-border-radius-bottomleft: 60px;
    border-top-right-radius: 60px;
    border-bottom-left-radius: 60px;
}
.section-one .so-item {
    text-align: center;
}
.section-one .so-item img {
    margin-bottom: 15px;
}
.section-one .so-item h4 {
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 5px;
    color: #5f7355;
}
.section-one .so-item p {
    font-size: 11px;
}
@media (max-width: 1024px) {
    .section-one {
        padding: 80px 0 40px;
    }
    .section-one h2 {
        font-size: 40px;
    }
}
.section-two {
    background: url('../img/section-two-bg.png') no-repeat scroll center center transparent;
    background-size: 100% 100%;
}
.section-two .st-box {
    background-color: white;
    -webkit-box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.14);
    padding: 60px 40px;
}
.section-two .st-box h3 {
    font-size: 40px;
    color: #5f7355;
}
.section-two .st-box h3 span {
    font-size: 52px;
}
.section-two .st-box hr {
    display: block;
    background-color: #5f7355;
    margin: 50px 0 30px;
    width: 20%;
    height: 5px;
}
.section-two .st-box p {
    line-height: 190%;
}
.section-two .st-image {
    -webkit-border-top-left-radius: 60px;
    -webkit-border-bottom-right-radius: 60px;
    -moz-border-radius-topleft: 60px;
    -moz-border-radius-bottomright: 60px;
    border-top-left-radius: 60px;
    border-bottom-right-radius: 60px;
}
@media (max-width: 1024px) {
    .section-two .st-box h3 {
        font-size: 26px;
    }
    .section-two .st-box h3 span {
        font-size: 38px;
    }
}
@media (max-width: 640px) {
    .section-two .st-image {
        margin-bottom: 30px;
    }
}
.section-three {
    padding: 80px 0;
    text-align: center;
}
.section-three .st-item {
    margin-bottom: 40px;
}
.section-three .st-item img {
    margin-bottom: 20px;
}
.section-three .st-item h4 {
    font-size: 24px;
    color: #5f7355;
}
.section-three .st-item hr {
    display: block;
    background-color: #efefef;
    margin: 20px auto;
    width: 20%;
    height: 5px;
}
.section-three .st-item p {
    line-height: 180%;
    font-size: 12px;
    display: none;
}
.section-four .sf-image {
    background: url('../img/section-four-bg.jpg') no-repeat scroll center center #ffffff;
    background-size: cover;
    height: 500px;
}
.section-four .sf-content {
    position: relative;
    z-index: 2;
    margin-top: -260px;
}
.section-four .sf-content .sf-c-box .a {
    background-color: white;
    padding: 40px;
    -webkit-box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.14);
}
.section-four .sf-content .sf-c-box .a h3 {
    font-size: 32px;
    color: #5f7355;
}
.section-four .sf-content .sf-c-box .a hr {
    display: block;
    background-color: #5f7355;
    margin: 50px 0 30px;
    width: 20%;
    height: 5px;
}
.section-four .sf-content .sf-c-box .a p {
    line-height: 180%;
}
.section-four .sf-content .sf-c-box .b {
    text-align: right;
    position: relative;
    z-index: 2;
    margin-top: -30px;
    padding: 0 15px;
}
@media (max-width: 1024px) {
    .section-four .sf-content .sf-c-box .a h3 {
        font-size: 28px;
    }
}
.secton-five {
    margin-bottom: 80px;
}
.secton-five .sf-content {
    position: relative;
    z-index: 2;
}
.secton-five .sf-content .sf-c-box {
    background-color: white;
    padding: 40px;
    -webkit-box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.14);
}
.secton-five .sf-content .sf-c-box h3 {
    font-size: 38px;
    color: #5f7355;
}
.secton-five .sf-content .sf-c-box h3 span {
    font-size: 46px;
}
.secton-five .sf-content .sf-c-box hr {
    display: block;
    background-color: #5f7355;
    margin: 50px 0 30px;
    width: 20%;
    height: 5px;
}
.secton-five .sf-content .sf-c-box p {
    line-height: 180%;
}
.secton-five .sf-content .sf-c-listing {
    background-color: white;
    -webkit-box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.14);
}
.secton-five .sf-content .sf-c-listing ul {
    list-style: none;
}
.secton-five .sf-content .sf-c-listing ul > li {
    display: block;
    padding: 15px 10px;
    border-bottom: 1px solid #eaeaea;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: white;
    position: relative;
    z-index: 1;
}
.secton-five .sf-content .sf-c-listing ul > li:hover {
    color: #5f7355;
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    z-index: 2;
    border-bottom-color: #dddddd;
    font-weight: bold;
}
.secton-five .sf-content .sf-c-listing ul > li.active {
    background-color: #5f7355;
    color: white;
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    font-weight: bold;
    border-bottom-color: #53644a;
    z-index: 3;
}
.secton-five .sf-image {
    height: 500px;
    background: url('../img/secton-five-bg.jpg') no-repeat scroll center center #eaeaea;
    background-size: cover;
    position: relative;
    z-index: 1;
    margin-top: -570px;
}
@media (max-width: 1024px) {
    .secton-five .sf-content .sf-c-box h3 {
        font-size: 25px;
    }
    .secton-five .sf-content .sf-c-box h3 span {
        font-size: 32px;
    }
}
@media (max-width: 640px) {
    .secton-five .sf-image {
        margin-top: -250px;
    }
}
.section-six {
    padding: 0px 0 100px;
}
.section-six .ss-image {
    -webkit-border-top-left-radius: 60px;
    -webkit-border-bottom-right-radius: 60px;
    -moz-border-radius-topleft: 60px;
    -moz-border-radius-bottomright: 60px;
    border-top-left-radius: 60px;
    border-bottom-right-radius: 60px;
}
.section-six .ss-content {
    position: relative;
    z-index: 2;
}
.section-six .ss-content h3 {
    font-size: 48px;
    color: #5f7355;
}
.section-six .ss-content hr {
    display: block;
    background-color: #5f7355;
    margin: 50px 0 30px;
    width: 20%;
    height: 5px;
}
.section-six .ss-content p {
    line-height: 230%;
}
@media (max-width: 1024px) {
    .section-six .ss-content h3 {
        font-size: 34px;
    }
}
@media (max-width: 640px) {
    .section-six .ss-image {
        margin-bottom: 30px;
    }
}
.section-seven {
    margin-bottom: 40px;
}
.section-seven .ss-content {
    position: relative;
    z-index: 2;
    margin-bottom: -110px;
}
.section-seven .ss-content .ss-c-box {
    background-color: white;
    padding: 40px;
    text-align: center;
    -webkit-box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.14);
}
.section-seven .ss-content .ss-c-box h3 {
    font-size: 38px;
    color: #5f7355;
}
.section-seven .ss-content .ss-c-box hr {
    display: block;
    background-color: #EFEFEF;
    margin: 30px auto 0;
    width: 20%;
    height: 5px;
}
.section-seven .ss-listing .ss-l-row {
    display: block;
    width: 100%;
    overflow: hidden;
}
.section-seven .ss-listing .ss-l-row .ss-lr-item {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    float: left;
    width: 25%;
    height: 345px;
    background: no-repeat scroll center center #cccccc;
    background-size: cover;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.section-seven .ss-listing .ss-l-row .ss-lr-item:hover {
    opacity: 0.7;
}
@media (max-width: 640px) {
    .section-seven .ss-listing .ss-l-row .ss-lr-item {
        width: 50%;
        height: 200px;
    }
}
.section-eight .se-content {
    position: relative;
    z-index: 2;
    margin-bottom: -130px;
}
.section-eight .se-content .se-c-box {
    background-color: white;
    padding: 40px;
    -webkit-box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.14);
}
.section-eight .se-content .se-c-box h3 {
    font-size: 26px;
    padding: 14px 0;
    margin-bottom: 30px;
    color: #5f7355;
}
.section-eight .se-content .se-c-box hr {
    display: block;
    background-color: #EFEFEF;
    margin: 6px auto;
    width: 5px;
    height: 50px;
}
.section-eight .se-content .se-c-box p {
    line-height: 180%;
}
.section-eight .se-map {
    background: url('../img/se-map.jpg') no-repeat scroll center center #cccccc;
    background-size: cover;
    height: 800px;
}
@media (max-width: 1024px) {
    .section-eight .se-map {
        height: 440px;
    }
}
@media (max-width: 640px) {
    .section-eight .se-content {
        text-align: center;
        margin-bottom: -80px;
    }
    .section-eight .se-content .se-c-box h3 {
        margin-bottom: 10px;
    }
    .section-eight .se-map {
        height: 240px;
    }
}
.section-form {
    position: relative;
    z-index: 100;
    margin-top: -70px;
    text-align: center;
}
.section-form form textarea {
    border: 1px solid #CCC;
    display: block;
    padding: 0 15px;
    padding-top: 10px;
    height: 80px;
    margin-bottom: 15px;
    width: 100%;
    text-align: left;
}
.section-form form select {
    border: 1px solid #CCC;
    display: block;
    padding: 0 15px;
    height: 60px;
    margin-bottom: 15px;
    width: 100%;
    text-align: left;
}
.section-form form {
    display: block;
    background-color: white;
    padding: 40px;
    -webkit-box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.14);
}
.section-form form p {
    margin-bottom: 30px;
}
.section-form form input {
    border: 1px solid #CCC;
    display: block;
    padding: 0 15px;
    height: 60px;
    margin-bottom: 15px;
    width: 100%;
    text-align: left;
}
.section-form form ul {
    list-style: none;
    margin-bottom: 40px;
}
.section-form form ul > li {
    display: inline-block;
    background-color: #EFEFEF;
    margin: 5px;
    padding: 15px 20px;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-weight: bold;
}
.section-form form ul > li.active {
    background-color: #444242;
    color: white;
}
.section-form form #sf-options-input {
    margin: -20px 0 30px;
}
footer {
    padding: 40px 0;
    text-align: center;
}
.bar-bottom {
    display: none;
    position: fixed;
    background-color: #5f7355;
    color: white;
    left: 0;
    width: 100%;
    bottom: 0;
    z-index: 9999;
}
.bar-bottom .bb-box {
    display: table;
    width: 100%;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.bar-bottom .bb-box > div {
    display: table-cell;
    vertical-align: middle;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    padding: 15px;
    width: 22%;
}
.bar-bottom .bb-box > div:first-child {
    width: 34%;
}
.bar-bottom .bb-box > div .a {
    text-align: center;
    display: block;
}
.bar-bottom .bb-box > div .a img {
    max-width: 120px;
}
.bar-bottom .bb-box > div .b {
    display: table;
    color: white;
}
.bar-bottom .bb-box > div .b > span {
    display: table-cell;
    vertical-align: middle;
}
.bar-bottom .bb-box > div .b > span:first-child {
    font-size: 24px;
}
.bar-bottom .bb-box > div .b > span:last-child {
    padding-left: 15px;
}
.bar-bottom .bb-box > div .b > span:last-child p {
    font-size: 12px;
}
.bar-bottom .bb-box > div .b > span:last-child h4 {
    text-transform: uppercase;
    font-weight: bold;
}
.success-page {
    padding: 40px;
    text-align: center;
}
.success-page img {
    max-width: 140px;
}
.success-page h1 {
    font-size: 40px;
    color: #5f7355;
}
.success-page p {
    margin-bottom: 30px;
}


.section-one-two {
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    pointer-events: none;
    margin-bottom: 100px;
}
.section-one-two form {
    pointer-events: auto;
}
.section-one-two form .a {
    background-color: white;
    padding: 26.66666667px 40px;
    text-align: center;
    -webkit-box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.14);
}
.section-one-two form .a p b {
    font-size: 22px;
    line-height: 160%;
    margin-bottom: 20px;
}
.section-one-two form .a p {
    font-size: 14px;
    line-height: 160%;
    margin-bottom: 20px;
}
.section-one-two form .a input {
    border: 1px solid #CCC;
    display: block;
    padding: 0 15px;
    height: 60px;
    margin-bottom: 15px;
    width: 100%;
    text-align: left;
}
.section-one-two form .b {
    position: relative;
    z-index: 2;
    margin-top: -20px;
    padding: 0 40px;
}
.section-one-two form .b button {
    padding: 25px 5px;
}

.div-download {
    margin-top: 50px;
    margin-bottom: 50px;
}

.div-download a {
    display: inline-block;
    background-color: #5f7355;
    color: #FFF;
    font-size: 18px;
    padding: 20px 40px 20px 40px;
    font-weight: 900;
}

.section-five-new {
    margin-bottom: 80px;
    text-align: center;
}

.section-five-new h3 {
    font-size: 38px;
    color: #5f7355;
    margin-bottom: 10px;
}

/*.section-five-new hr {
    display: block;
    background-color: #5f7355;
    margin: 50px 0 30px;
    width: 20%;
    height: 5px;
}*/

/* -----------------------------------------------------
   CSS Progress Bars
-------------------------------------------------------- */
.cssProgress {
  width: 100%;
  margin-bottom: 20px;
}
.cssProgress .progress1,
.cssProgress .progress2,
.cssProgress .progress3 {
  position: relative;
  overflow: hidden;
  width: 100%;
  font-family: "Roboto", sans-serif;
}
.cssProgress .cssProgress-bar {
  display: block;
  float: left;
  width: 0%;
  height: 100%;
  background: #5f7355;
  box-shadow: inset 0px -1px 2px rgba(0, 0, 0, 0.1);
  -webkit-transition: width 0.8s ease-in-out;
          transition: width 0.8s ease-in-out;
}
.cssProgress .cssProgress-label {
  position: absolute;
  overflow: hidden;
  left: 0px;
  right: 0px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 22px;
  text-align: center;
  text-shadow: 0px 1px rgba(0, 0, 0, 0.3);
}
.cssProgress .cssProgress-info {
  background-color: #9575cd !important;
}
.cssProgress .cssProgress-danger {
  background-color: #ef5350 !important;
}
.cssProgress .cssProgress-success {
  background-color: #66bb6a !important;
}
.cssProgress .cssProgress-warning {
  background-color: #ffb74d !important;
}
.cssProgress .cssProgress-right {
  float: right !important;
}
.cssProgress .cssProgress-label-left {
  margin-left: 10px;
  text-align: left !important;
}
.cssProgress .cssProgress-label-right {
  margin-right: 10px;
  text-align: right !important;
}
.cssProgress .cssProgress-label2 {
  display: block;
  margin: 2px 0;
  padding: 0 8px;
  font-size: 0.8em;
}
.cssProgress .cssProgress-label2.cssProgress-label2-right {
  text-align: right;
}
.cssProgress .cssProgress-label2.cssProgress-label2-center {
  text-align: center;
}
.cssProgress .cssProgress-stripes,
.cssProgress .cssProgress-active,
.cssProgress .cssProgress-active-right {
  background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.125) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.125) 50%, rgba(255, 255, 255, 0.125) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.125) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.125) 50%, rgba(255, 255, 255, 0.125) 75%, transparent 75%, transparent);
  background-size: 35px 35px;
}
.cssProgress .cssProgress-active {
  -webkit-animation: cssProgressActive 2s linear infinite;
  -ms-animation: cssProgressActive 2s linear infinite;
  animation: cssProgressActive 2s linear infinite;
}
.cssProgress .cssProgress-active-right {
  -webkit-animation: cssProgressActiveRight 2s linear infinite;
  -ms-animation: cssProgressActiveRight 2s linear infinite;
  animation: cssProgressActiveRight 2s linear infinite;
}
@-webkit-keyframes cssProgressActive {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 35px 35px;
  }
}
@-ms-keyframes cssProgressActive {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 35px 35px;
  }
}
@keyframes cssProgressActive {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 35px 35px;
  }
}
@-webkit-keyframes cssProgressActiveRight {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -35px -35px;
  }
}
@-ms-keyframes cssProgressActiveRight {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -35px -35px;
  }
}
@keyframes cssProgressActiveRight {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -35px -35px;
  }
}

/* -----------------------------------------------------
   Progress Bar 2
-------------------------------------------------------- */
.progress2 {
  background-color: #EEE;
  background-color: #C6C6C6;
  border-radius: 9px;
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.4);
}
.progress2 .cssProgress-bar {
  height: 28px;
  border-radius: 9px;
}
.progress2 .cssProgress-label {
  line-height: 28px;
  color: #FFF;
}

.section-progress {
    /*margin-top: 100px;*/    
}

.section-progress h2 {
    text-align: center;
    color: #5f7355;
    font-size: 38px;
    margin-bottom: 30px;
    br {
        display: none;
    }
}

.section-progress .ppe {
    text-align: center;
    color: #5f7355;
    font-size: 16px;
    margin-bottom: 40px;
}

.list-progress {
    margin-bottom: 30px;
}

.list-progress .rlf {
    width: 100%;
    float: left;
    display: table;
    margin-bottom: 5px;
}
.list-progress .fleft {
    width: 75%;
    float: left;
}
.list-progress .fright {
    width: 25%;
    float: right;
    text-align: right;
}
.list-progress .fright span {
    font-size: 12px;
}

.list-progress .pl {
    color: #5f7355;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}
.list-progress .pl span {
    font-size: 12px;
}
.list-progress .cssProgress {
    margin-top: 5px;
}

.title-fotos {
    text-align: center;
    color: #444242;
    font-size: 38px;
    margin-top: 80px;
    margin-bottom: 40px;
    br {
        display: none;
    }
}

.bg-fc .ss-listing .ss-l-row {
    display: block;
    width: 100%;
    overflow: hidden;
}
.bg-fc .ss-listing .ss-l-row .ss-lr-item {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    float: left;
    width: 25%;
    height: 303px;
    background: no-repeat scroll center center #cccccc;
    background-size: cover;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.bg-fc .ss-listing .ss-l-row .ss-lr-item:hover {
    opacity: 0.7;
}

.sec-lpsb {
    padding-top: 0px;
}

.section-video-home {
    text-align: center;
    margin-top: 90px;
}

.section-video-home iframe {
    width: 100%;
    max-width: 800px;
    height: 450px;
}

.view-all-imgs {
    margin-top: 50px;
    margin-bottom: 50px;
}


.list-video {
    width: 100%;
    display: table;
    text-align: center;
    margin-bottom: 20px;
}

.list-video p {
    font-size: 24px;
    color: #5f7355;
    margin-bottom: 5px;
    font-family: 'Bauer Bodoni Bold BT';
}

.list-video iframe {
    width: 100%;
    max-width: 680px;
    height: 350px;
}










 /* ------------------------------------------- mobile -------------------------------------------*/ 
@media (max-width: 600px) {
    header .h-bar .a {
        padding: 40px 20px;
    }
    header .h-bar img {
        width: 80%;
    }
    header .h-bar .b {
        padding: 15px;
    }
    header .h-bar .b p {
        font-size: 14px;
        line-height: 24px;
    }
    header .h-bar .c {
        padding: 0px;
    }
    header .h-bar .c a {
        font-size: 13px;
    }
    
    .section-one {
        padding: 50px 0 20px;
    }
    .section-one h2 {
        font-size: 28px;
    }
    .section-one hr {
        width: 20%;
        height: 4px;
    }
    .section-one p {
        margin-bottom: 30px;
    }
    .section-one .so-item {
        text-align: center;
    }
    .section-one .so-item img {
        margin-bottom: 15px;
    }
    .section-one .so-item h4 {
        font-size: 18px;
    }
    .section-one .img-so {
        display: none;
    }
    .section-one-two {
        margin-bottom: 80px;
    }
    .section-one-two form .a {
        padding: 20px 20px;
    }
    .section-one-two form .a p b {
        font-size: 18px;
        line-height: 28px;
    }
    .section-one-two form .a p {
        font-size: 15px;
        line-height: 25px;
        margin-bottom: 20px;
    }
    .section-one-two form .a input {
        height: 50px;
        margin-bottom: 20px;
    }
    .section-one-two form .b button {
        padding: 15px 10px;
        margin-top: -10px;
    }

    .div-download {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .div-download a {
        font-size: 16px;
        padding: 15px 40px 15px 40px;
    }
    
    .section-two .st-box {
        padding: 25px 15px;
    }
    .section-two .st-box h3 {
        font-size: 28px;
    }
    .section-two .st-box h3 span {
        font-size: 32px;
    }
    .section-two .st-box hr {
        margin: 20px 0 20px;
        height: 4px;
    }
    .section-two .st-box p {
        font-size: 14px;
        line-height: 24px;
    }
    
    .section-three {
        padding: 50px 0px;
        padding-bottom: 0px;
    }
    .section-three .st-item {
        margin-bottom: 30px;
    }
    .section-three .st-item img {
        margin-bottom: 15px;
        width: 100%;
        max-width: 80px;
    }
    .section-three .st-item h4 {
        font-size: 18px;
        height: auto;
    }
    .section-three .st-item hr {
        margin: 15px auto;
        height: 4px;
    }
    .section-three .medium-3 {
        width: 50%;
    }
    
    .section-four {
        display: none;
    }
    
    .section-three-mobile {
        padding-top: 0px;
        padding-bottom: 20px;
    }
    
    .section-six {
        display: none;
    }
    
    .section-seven {
        margin-bottom: 0px;
    }
    .section-seven .ss-content .ss-c-box {
        padding: 20px;
    }
    .section-seven .ss-content .ss-c-box h3 {
        font-size: 26px;
    }
    .section-seven .ss-content .ss-c-box hr {
        margin: 20px auto 0;
        width: 20%;
        height: 4px;
    }
    
    .section-one {
        padding: 40px 0 30px;
    }
    .section-one h2 {
        font-size: 26px;
    }
    .section-one hr {
        margin: 20px 0 20px;
        width: 20%;
        height: 4px;
    }
    .section-one p {
        margin-bottom: 30px;
        font-size: 14px;
        line-height: 24px;
    }
    
    
    .section-eight .se-content .se-c-box {
        padding: 15px;
    }
    .section-eight .row-hidden-mobile {
        display: none;
    }
    .section-eight .se-content .se-c-box p {
        font-size: 14px;
        line-height: 24px;
    }
    
    .section-form {
        /*margin-top: -70px;*/
    }
    .section-form form {
        padding: 15px;
    }
    .section-form form p {
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 24px;
    }
    .section-form form input {
        height: 50px;
        margin-bottom: 20px;
    }
    .section-form form ul {
        list-style: none;
        margin-bottom: 40px;
    }
    .section-form form ul > li {
        padding: 10px 15px;
        font-size: 14px;
    }
    .section-form form .btn-primary {
        padding: 15px 10px;
        font-size: 14px;
    }
    
    footer {
        margin-top: 30px;
    }
    footer img {
        width: 75%;
    }
    .section-progress {
        margin-top: 40px;    
        padding-left: 20px;
        padding-right: 20px;
    }
    .section-progress h2 {
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 25px;
        br {
            display: block;
        }
    }
    .section-progress .ppe {
        font-size: 13px;
        margin-bottom: 30px;
    }
    .list-progress {
        margin-bottom: 20px;
    }
    .list-progress .fleft {
        width: 70%;
    }
    .list-progress .fright {
        width: 30%;
    }
    .list-progress .fright span {
        font-size: 11px;
    }

    .list-progress .pl {
        font-size: 11px;
    }
    .list-progress .pl span {
        font-size: 10px;
    }
    .title-fotos {
        font-size: 26px;
        line-height: 32px;
        margin-top: 40px;
        margin-bottom: 20px;
        padding-left: 20px;
        padding-right: 20px;
        br {
            display: block;
        }
    }
    .bg-fc .ss-listing .ss-l-row .ss-lr-item {
        width: 50%;
        height: 150px;
    }
    .sec-lpsb {
        padding-top: 0px;
    }
    .section-video-home {
        margin-top: 50px;
    }

    .section-video-home iframe {
        height: 220px;
    }
    .list-video {
        margin-bottom: 15px;
    }

    .list-video p {
        font-size: 20px;
    }

    .list-video iframe {
        width: 95%;
        height: 250px;
    }
}
