@charset 'UTF-8';

/*
	Overflow by HTML5 UP
	html5up.net | @n33co
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/

#partnership {
    font-size: 18pt;
    line-height: 1.75em;
    letter-spacing: 1px;
    color: #3a3939;
    text-shadow: 0 0 0.5px rgba(58, 57, 57, 0.25);
    -webkit-text-stroke: 0.25px;
    padding: 50px 0 70px 0;
    background-color: #EDEFED;
}

.placeholders {
    margin-bottom: 30px;
    text-align: center;
}

.box_for_img {
    position: relative;
    height: 135px;
    width: 135px;
    margin-bottom: 25px;
}

.placeholder img {
    display: inline-block;
    /*border-radius: 50%;*/
    width: 135px;
    height: 135px;

    position: absolute;
}

@-webkit-keyframes arrows {
    0% {
        top: 0;
    }
    /*10% { top:10px; }
    20% { top:0; }
    30% { top:10px; }
    40% { top:-10px; }*/
    50% {
        top: 10px;
    }
    /*60% { top:0; }
    70% { top:10px; }
    80% { top:-10px; }
    90% { top:10px; }*/
    100% {
        top: 0;
    }
}

.placeholder img:hover {
    -webkit-animation: arrows 2s ease-in-out infinite alternate;
}

.placeholder h4 {

}

.partner_percent .percent {
    height: 110px;
    width: 110px;
    line-height: 65px;
    border-radius: 70px;
    -moz-border-radius: 70px;
    -webkit-border-radius: 70px;
    -ms-border-radius: 70px;
    -o-border-radius: 70px;
    border: 2px solid #FFF;
    border-color: #FFFFFF;
    display: inline-block;
    margin-bottom: 30px;
    padding: 20px;
}

.partner_percent:hover .percent {
    border: 1px solid #FFFFFF;
    background: #FFF;
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.4);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    color: #000;
}

.partner_percent h4 {
    color: #FFFFFF;
    font-size: 1.1em;
    letter-spacing: 6px;
    padding-left: 5px;
}

.partner_percent span {
    display: block;
    line-height: 1.4;
    font-size: 0.8em;
}

.reg_partner {
    margin: 30px auto;
    width: 30%;
    display: block !important;
    min-width: 365px;
}

.placeholder .text-muted {
    color: #717171;
    line-height: 1.4;
    font-size: 18px;
    display: block;
}

@media (min-width: 768px) {
    .half3-column {
        width: 12.5%;
        float: left;
        padding: 0 15px;
        position: relative;
        min-height: 1px;
    }
}

/* Button */

#partnership input[type="button"],
#partnership input[type="submit"],
#partnership input[type="reset"],
#partnership .button {
    -webkit-appearance: none;
    position: relative;
    display: inline-block;
    border: 0;
    background: #35b88f;
    color: #fff;
    text-shadow: 0 0 0.5px rgba(255, 255, 255, 0.25);
    cursor: pointer;
    text-decoration: none;
    outline: 0;
    padding: 1em 3em 1em 3em;
    text-align: center;
    border-radius: 3em;
    font-weight: 400;
    -moz-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out;
    -webkit-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out;
    -o-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out;
    -ms-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out;
    transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out;
}

#partnership .button:hover {
    background: #45C89F;
    -moz-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out;
    -webkit-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out;
    -o-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out;
    -ms-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out;
    transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out;
}

input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
.button:hover {
    background: #45c89f;
}

input[type="button"].style2,
input[type="submit"].style2,
input[type="reset"].style2,
.button.style2 {
    color: #3a3939;
    background: #fff;
    box-shadow: inset 0 0 0 1px #fff;
}

input[type="button"].style2:hover,
input[type="submit"].style2:hover,
input[type="reset"].style2:hover,
.button.style2:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #fff !important;
    text-shadow: 0 0 0.5px rgba(255, 255, 255, 0.25) !important;
}

input[type="button"].style3,
input[type="submit"].style3,
input[type="reset"].style3,
.button.style3 {
    background: none;
    color: #3a3939;
    box-shadow: inset 0 0 0 1px #dad9d9;
}

input[type="button"].style3:hover,
input[type="submit"].style3:hover,
input[type="reset"].style3:hover,
.button.style3:hover {
    background: rgba(58, 57, 57, 0.025);
}

/* Box */

.box {
    position: relative;
    margin-top: 9em;
    margin-bottom: 0;
}

.box:after {
    content: '';
    display: block;
    position: absolute;
    top: -9em;
    left: 50%;
    height: 9em;
    border-left: solid 1px #fff;
}

.box:before {
    content: '';
    display: block;
    width: 90px;
    height: 66px;
    position: absolute;
    left: 50%;
    top: -4.5em;
    margin-left: -45px;
    margin-top: -33px;
    background: url('images/arrow.svg') no-repeat;
}

.box :last-child {
    margin-bottom: 0;
}

.box.style1 {
    background: #fff;
    padding: 3em;
}

.box.style1 .image {
    display: block;
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    background: none;
    overflow: hidden;
}

.box.style1 .image img {
    position: absolute;
    top: 0;
    height: 100%;
    width: auto;
}

.box.style1 .inner {
}

.box.style1 .inner > :last-child {
    margin: 0;
}

.box.style1.right {
}

.box.style1.right .image {
    left: 0;
}

.box.style1.right .image img {
    right: 0;
}

.box.style1.right .inner {
    margin-left: 50%;
    padding-left: 3em;
}

.box.style1.left {
}

.box.style1.left .image {
    right: 0;
}

.box.style1.left .image img {
    left: 0;
}

.box.style1.left .inner {
    margin-right: 50%;
    padding-right: 3em;
}

.box.style2 {
    text-align: center;
}

.box.style2 header {
    display: inline-block;
    background: #fff;
    padding: 2em 3em 2em 3em;
    margin: 0;
}

.box.style2 header p {
    padding: 0;
}

.box.style2 .inner {
    position: relative;
    padding: 40px 0 0px 0;
}

.box.style2 .inner:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    border-left: solid 1px #fff;
}

.box.style2 .inner .row {
    position: relative;
}

.box.style2 .inner .row:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 20px;
    width: -moz-calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
    width: -o-calc(100% - 40px);
    width: -ms-calc(100% - 40px);
    width: calc(100% - 40px);
    border-bottom: solid 1px #fff;
}

.box.style2 .inner .image {
    position: relative;
    z-index: 1;
    padding: 20px;
}

.box.style3 {
    background: #fff;
    padding: 3em;
}

.box.style3 header {
    text-align: center;
}

/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

#landing-header {
    position: relative;
    color: #fff;
    text-shadow: 0 0 0.5px rgba(255, 255, 255, 0.25);
    text-align: center;
    margin: 0;
    padding: 0em 0 14em 0;
    cursor: default;
}

#landing-header header {
    display: inline-block;
    padding: 0 0 4.5em 0;
}

#landing-header header h1 {
    font-weight: 600;
    font-size: 2em;
    letter-spacing: 10px;
}

#landing-header header p {
    border-top: solid 1px rgba(255, 255, 255, 0.5);
    color: rgba(255, 255, 255, 0.75);
    text-shadow: 0 0 0.5px rgba(255, 255, 255, 0.1875);
    font-size: 1em;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 0;
    margin-top: 0.35em;
}

#landing-header header p:before {
    content: '';
    display: block;
    border-top: solid 1px rgba(255, 255, 255, 0.5);
    margin: 4px 0 0.8em 0;
}

#landing-header .landing-footer {
    position: absolute;
    bottom: 9em;
    margin: 0;
    width: 100%;
}

#landing-header .landing-footer:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -9em;
    left: 50%;
    height: 9em;
    border-left: solid 1px #fff;
}

#landing-header .landing-footer:before {
    content: '';
    display: block;
    width: 90px;
    height: 66px;
    position: absolute;
    left: 50%;
    bottom: -4.5em;
    margin-left: -45px;
    margin-bottom: -33px;
    background: url('images/arrow.svg') no-repeat;
}

/*********************************************************************************/
/* banner-landing                                                                        */
/*********************************************************************************/

#banner-landing {
    position: relative;
    color: #fff;
    text-shadow: 0 0 0.5px rgba(255, 255, 255, 0.25);
    text-align: center;
    background: #35b88f url('images/banner.svg') bottom center no-repeat;
    padding: 4em 0 2em 0;
    margin: 0;
    background-size: 125% auto;
}

#banner-landing .button {
    color: #35b882;
    text-shadow: 0 0 0.5px rgba(53, 184, 130, 0.25);
}

#banner-landing header {
    margin: 0 0 2em 0;
}

#banner-landing header h2 {
    font-weight: 400;
    font-size: 1.75em;
    letter-spacing: 8px;
}

#banner-landing p {
    margin: 0;
}

#banner-landing .landing-footer {
    margin: 2em 0 0 0;
}

#banner-landing a {
    color: inherit;
    border-bottom-color: rgba(255, 255, 255, 0.5);
}

#banner-landing a:hover {
    border-bottom-color: rgba(255, 255, 255, 0);
}

@media (max-width: 768px) {
    .box.style1 {
        padding: 1em;
    }
    .placeholder img {
        position: relative;
    }
    .reg_partner {
        width: 100%;
        border-radius: 0;
        border: none;
        padding-left: 0;
        padding-right: 0;
        min-width: initial;
    }
    #partnership .button {
        width: 100%;
        border-radius: 0;
        border: none;
        padding-left: 0;
        padding-right: 0;
        min-width: initial;
    }
}