html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family: segeo;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
    float: left;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    position: relative;
    background: #fcfcfc;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
@font-face {
    font-family: proxima;
    src: url(../fonts/ProximaNova-Light.otf);
    font-weight: 100;
}
@font-face {
    font-family: proxima;
    src: url(../fonts/ProximaNova-Regular.otf);
    font-weight: 400;
}
@font-face {
    font-family: proxima;
    src: url(../fonts/ProximaNova-Bold.otf);
    font-weight: 600;
}
@font-face {
    font-family: playfair;
    src: url(../fonts/PlayfairDisplay-Regular.otf);
    font-weight: 100;
}
@font-face {
    font-family: playfair;
    src: url(../fonts/PlayfairDisplay-Bold.otf);
    font-weight: 400;
}
@font-face {
    font-family: playfair;
    src: url(../fonts/PlayfairDisplay-Black.otf);
    font-weight: 600;
}
@font-face {
    font-family: georgia;
    src: url(../fonts/georgia.ttf);
    font-weight: 100;
}
.container{
    display: block; 
    position: relative;
    width: 1024px;
}
.top-header {
    background: #136939;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 58px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    text-transform: uppercase;
}
.top-header span {
    font-family: proxima;
    color: white;
    font-size: 22px;
    letter-spacing: 10px;
}
.main-picture {
    float: left;
    width: 100%;
    display: block;
    position: relative;
    z-index: -1;
}
.main-picture img{
    float: left;
    position: relative;
    width: 100%;
    height: auto;
}
.container:first-child .single-content {
    margin-top: -200px;
    background: #fff;
    border-top: 5px solid #136939;
}
.single-content {
    float: left;
    width: 100%;
    display: block;
    position: relative;
    background: transparent;
    padding: 0 100px;
}
.partner-with {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 50px 0;
}
.partner-with img {
    width: 155px;
}
.partner-with span {
    font-family: proxima;
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 10px;
}
.success-cat {
    font-size: 35px;
    text-align: center;
    display: flex;
    justify-content: center;
    font-weight: 600;
    font-family: proxima;
    margin-bottom: 30px;
}
.single-content h1 {
    font-family: playfair;
    font-size: 50px;
    text-align: center;
    margin-bottom: 50px;
    text-transform: uppercase;
    line-height: 1.1em;
}
.chapo {
    font-family: playfair;
    font-weight: 100;
    text-align: center;
    display: flex;
    font-size: 22px;
    line-height: 1.3em;
    margin: 0 -60px 40px;
}
.single-content p {
    font-family: georgia;
    font-size: 19px;
    line-height: 1.6em;
    text-align: justify;
}
.title {
    font-family: playfair;
    font-size: 40px;
    font-weight: 400;
    margin: 70px 0px;
    position: relative;
    display: flex;
}
.title.margin-left {
    margin-left: -80px;
}
.title::before {
    content: '';
    background: #136939;
    height: 5px;
    width: 80px;
    position: absolute;
    bottom: -25px;
}
blockquote.left {
    margin: 20px -240px 20px 40px;
    float: right;
}
blockquote.right {
    margin: 20px 40px 20px -240px;
    float: left;
}
blockquote {
    width: 680px;
    background: #136939;
    color: white;
    font-family: georgia;
    padding: 40px 40px;
    line-height: 1.6em;
    text-transform: uppercase;
    font-size: 24px;
    position: relative;
    font-weight: 100;
}
blockquote::before {
    content: url('../img/quote-before.png');
    position: absolute;
    top: -24px;
    left: 30px;
}
blockquote::after {
    content: '';
    position: absolute;
    bottom: -15px;
    right: 30px;
    transform: rotate(-180deg);
    width: 34px;
    background: url('../img/quote-before.png');
        background-repeat: repeat;
        background-position-x: 0%;
        background-position-y: 0%;
        background-size: auto auto;
    background-repeat: repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto auto;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
    height: 26px;
}
.img-left {
    float: left;
    width: 100%;
    display: block;
    position: relative;
    margin-top: 80px;
    margin-bottom: 40px;
}
.img-left img {
    float: left;
    width: auto;
    height: auto;
}
.img-left-text {
    background: #136939;
    width: 440px;
    float: left;
    padding: 40px 30px;
    margin: -40px 0;
}
.img-left-text span {
    float: left;
    width: 100%;
    color: white;
    font-family: playfair;
    font-size: 24px;
    line-height: 1.2em;
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.img-left-text span::before {
    content: '';
    background: white;
    bottom: 0;
    left: 0;
    width: 82px;
    height: 5px;
    position: absolute;
}
.img-left-text p {
    float: left;
    color: white;
    font-family: georgia;
    font-size: 17px;
    line-height: 1.4em;
}
.img-right {
    float: right;
    width: 100%;
    display: block;
    position: relative;
    margin-top: 80px;
    margin-bottom: 40px;
}
.img-right span {
    position: absolute;
    bottom: 120px;
    left: -80px;
    width: 240px;
    background: white;
    font-family: proxima;
    padding: 30px;
    font-size: 18px;
    line-height: 1.3em;
    box-shadow: -4px 5px 30px -10px rgba(0,0,0,0.1);
}
.single-content.border {
    margin-top: 150px;
    border-top: 7px solid #136939;
    box-shadow: 0px 0px 90px -10px rgba(0,0,0,0.05);
    margin-bottom: 60px;
    padding-bottom: 40px;
    background: #fff;
}
.border-img {
    margin: -100px auto 0;
    display: block;
    text-align: center;
}
.border-img img {
    border-left: 58px solid #136939;
    border-bottom: 48px solid #136939;
    width: 70%;
}
.author {
    margin-left: -80px;
    margin-top: -30px;
    margin-bottom: 50px;
}
.author span {
    font-family: proxima;
    font-weight: 600;
    font-size: 22px;
}
.author p {
    font-family: proxima;
    font-weight: 100;
    font-size: 19px;
    font-style: italic;
}
.container.big{
    width: 1200px;
}

.container.big .single-content{
    padding: 0 180px 80px;
}
#loader {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1999;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    opacity: 1;
    visibility: visible;
    transition: visibility .14s;
    transition: visibility 0s .15s,opacity .15s;
}
@keyframes loader {
    0% {
        opacity: 1
    }
    50% {
        opacity: .5
    }
    to {
        opacity: 1
    }
}
@-webkit-keyframes c{
    0%{
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg)
    }
    to{
        -webkit-transform:rotate(1turn);
        transform:rotate(1turn)
    }
}
@keyframes c{
    0%{
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg)
    }
    to{
        -webkit-transform:rotate(1turn);
        transform:rotate(1turn)
    }
}
#loader img {
    animation: loader 1.5s cubic-bezier(.25, .46, .45, .94) infinite
}
.disabled{
    opacity: 0 !important;
    visibility: hidden !important;
    transition: all 3s ease-in-cubic 0s !important;
}
.pace {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.pace .pace-progress {
    background: #61a322;
    position: fixed;
    top: 0;
    right: 100%;
    z-index: 2000;
    width: 100%;
    height: 2px;
}
.pace .pace-activity {
    display: block;
    position: fixed;
    top: 15px;
    right: 15px;
    z-index: 2000;
    width: 14px;
    height: 14px;
    border: 2px solid transparent;
        border-top-color: transparent;
        border-left-color: transparent;
    border-top-color: #61a322;
    border-left-color: #61a322;
    border-radius: 10px;
    -webkit-animation: c .4s linear infinite;
    animation: c .4s linear infinite;
}
.pace .pace-progress-inner {
    display: block;
    position: absolute;
    right: 0;
    width: 100px;
    height: 100%;
    box-shadow: 0 0 10px #61a322,0 0 5px #61a322;
    opacity: 1;
    -webkit-transform: rotate(3deg) translateY(-4px);
    transform: rotate(3deg) translateY(-4px);
}
@media screen and (max-width: 740px) {
    .container{
        width: 100%;
    }
    .container:first-child .single-content {
        margin-top: -30px;
    }
    .top-header span {
        font-size: 17px;
    }
    .top-header {
        height: 46px;
    }
    .single-content {
        padding: 0 40px;
    }
    .single-content h1 { 
        font-size: 30px; 
        margin-bottom: 30px;
    }
    .success-cat {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .partner-with {
        padding: 40px 0;
    }
    .chapo {
        font-size: 17px; 
        margin: 0 -30px 30px;
    }
    .single-content p {
        font-size: 16px;
        line-height: 1.4em;
    }
    .title.margin-left {
        margin-left: -20px;
    }
    .title { 
        font-size: 30px; 
        margin: 40px 0px; 
    }
    .title::before {
        height: 4px;
        width: 70px; 
        bottom: -20px;
    }
    blockquote.right {
        margin: 20px 10px 20px 40px; 
    }
    blockquote { 
        padding: 20px;
        line-height: 1.3em; 
        font-size: 18px;
    }
    .img-left {
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .img-left img { 
        width: 100%; 
    }
    .img-left-text {
        background: #136939;
        width: 100%;
        float: left;
        padding: 20px 30px;
        margin: 0;
        position: relative;
        right: 0;
    }
    .img-left-text span {
        font-size: 22px;
        line-height: 1.1em; 
        margin-bottom: 10px;
        padding-bottom: 20px;
    }
    .img-left-text p {
        font-size: 12px; 
    }
    .img-right {
        margin-top: 30px;
    }
    .img-right img {
        transform: translateX(0%);
        width: 100%;
        height: auto;
    }
    .img-right span {
        padding: 20px;
        font-size: 16px;
        position: relative;
        left: 0;
        width: 100%;
        top: 0;
        bottom: 0;
        margin: 0;
        float: left;
    }
    blockquote.right {
        margin: 20px 10px 20px 30px;
        width: 100%;
        font-size: 17px;
    }
    .container.big .single-content {
        padding: 0 40px 20px;
    }
    .single-content.border {
        margin-top: 80px;
    }
    .border-img {
        margin: -70px auto 0;
        width: 100%;
    }
    .container.big {
        width: 100%;
    }
    .border-img img {
        border-left: 28px solid #136939;
        border-bottom: 21px solid #136939;
        width: 80%;
    }
    .author {
        margin-left: -20px;
        margin-top: 0px;
        margin-bottom: 20px;
    }
    .top-header {
        position: relative;
    }
}