/* Fonts */
@font-face {
  font-family: 'ProximaNovaSoft';
  src: url('/css/proximanovasoft-regular-webfont.eot');
  src: url('/css/proximanovasoft-regular-webfont.eot?#iefix') format('embedded-opentype'),
       url('/css/proximanovasoft-regular-webfont.woff') format('woff'),
       url('/css/proximanovasoft-regular-webfont.ttf') format('truetype'),
       url('/css/proximanovasoft-regular-webfont.svg#proxima_nova_softregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ProximaNovaSoft';
  src: url('/css/proximanovasoft-bold-webfont.eot');
  src: url('/css/proximanovasoft-bold-webfont.eot?#iefix') format('embedded-opentype'),
       url('/css/proximanovasoft-bold-webfont.woff') format('woff'),
       url('/css/proximanovasoft-bold-webfont.ttf') format('truetype'),
       url('/css/proximanovasoft-bold-webfont.svg#proxima_nova_softbold') format('svg');
  font-weight: bold;
  font-style: normal;
}

@font-face {
    font-family: 'Angelina';
    src: url('/css/angelina-invoicebus.eot');
    src: url('/css/angelina-invoicebus.woff') format('woff'),
         url('/css/angelina-invoicebus.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


html, body, * {
    font: normal 16px/1.5em ProximaNovaSoft, Arial, Sans-serif;

    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;    
}

#Cmp_BodyHeader
{
    box-shadow: none;    
}

.css_Marketing_HomeIcon {
    background-position: 0px -16px !important;
}

.css_Home_MainBody
{
    padding: 0;
}

.home-more-info
{
    margin: 30px 0;
    height: 70px;
    -webkit-transition: display 10.4s fade-in;
	   -moz-transition: display 10.4s fade-in;
	     -o-transition: display 10.4s fade-in;
	    -ms-transition: display 10.4s fade-in;
	        transition: display 10.4s fade-in;
}

.country
{
    -webkit-transition: opacity 1s ease-out;
	   -moz-transition: opacity 1s ease-out;
	     -o-transition: opacity 1s ease-out;
	    -ms-transition: opacity 1s ease-out;
	        transition: opacity 1s ease-out;
    opacity: 0; 
}

.country.active
{
    opacity: 1;
    display: block;
}

.country .text
{
    position: relative;
    top: -10px;
    display: inline-block;
    font-size: 14px;
}

.country .text a,
.home-tour a
{
    color: White;
}

.country .ch-img-1
{
    width: 30px;
    height: 30px;
    background-size: contain !important;
    display: inline-block;
    margin-right:5px;
}

.home-tour
{
    margin: 10px 0 40px 0;
    font-size: 15px;
    display: none;
}

.home-tour>div
{
    margin: 5px 0;
}

.wrapper div:nth-child(2)>div
{
    width: 100% !important;
}

#div_pod_header
{
    height: 52px !important;
}

h1 {
    font-size: 50px;
    letter-spacing: -1px;
}

h1, h2, h3, h4, h5, h6 {
    line-height:1.2em;
}

p, ul {
    margin-bottom: 20px;
}

b, strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

a {
    font-family: ProximaNovaSoft, Arial, sans-serif;
}

small,
small a {
    font-size: 13px;
}

h2 {
    font-size: 28px;
}

sup {
    font-size:10px;
    position: relative;
    top:-5px;
}

.warn {
    color: #EC4B4B;
}

del {
    text-decoration: line-through;
}

.clear {
    clear: both;
}

code {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

.text-center {
    text-align: center;
}

.text-center h2
{
    max-width: 570px;
    margin: 0 auto;
}

.partner-wrapper {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    color: #e1e1e1;
}

.partner-wrapper .text-center
{
    max-width: 700px;
    margin: 0 auto;
}
.css_Home_HeaderBackground
{
    width: 100%;
    padding:0 10px;
    height: 52px;
}

.css_Home_HeaderLink_Nav
{
    margin-top: 10px;
}

.partner-top {
    width:100%;
    min-height: 400px;
    background:url('/img/wood-bg.jpg') center / cover no-repeat;
    overflow: hidden;
    position: relative;
}

.overlay
{
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: black;
	opacity: .7; 
}

.partner-top h1 {
    margin: 50px 0 10px 0;
    font-size:40px;
}

.partner-top h2 {
    font-size:20px;
    font-weight: normal;
    line-height: 1.4em;
    margin-top: 30px;
}



.mac-scene {
    margin: 0 auto;
    padding:0 10px;
    width:100%;
    height: 100%;
    background: url('/img/mac-scene.png') no-repeat center center / 750px auto;
    position: absolute;
    background-size: cover;
}

.sign-up-box {
    max-width: 820px;
    background: rgba(0, 0, 0, 0.4);
    margin: 70px auto;
    border-radius: 7px;
    padding: 40px;
    padding-top: 30px;
}

.sign-up-box h3 {
    font-size: 22px;
    float: left;
}

.sign-up-box h4 {
    font-weight: normal;
    font-size:16px;
    float: right;
}

.sign-up-box h4 a {
    color: inherit;
    text-decoration: none;
    border-bottom: 1px solid #e1e1e1;
}

.signup_section {
    margin-top:20px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.partner-promo {
    font-size:13px;
    margin-top:20px;
}

.partner-promo > div {
    display: inline-block;
}

.promo-text {
    position: relative;
    top: -4px;
    left: 10px;
    max-width:320px;
}

.as-featured-on {
    padding:18px 10px 0 10px;
    background: #dfdfdf url('/img/as-featured-on.png') center bottom / 1000px auto no-repeat;
    height:110px;
    border-top: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
    text-align: center;
    font-weight: bold;
    font-size:18px;
    color: #999;
}

.partner-benefit h2 {
    color: #6e6e6e;
    margin-bottom: 25px;
}

.invoicebus-testimonial {
    text-align: center;
    background: #7e7e7e;
    padding:35px 10px;
}

.invoicebus-testimonial > div {
    display: inline-block;
    text-align: left;
}

.testimonial-image {
    width: 100px;
    height: 100px;
    border-radius:50%;
    margin-right:30px;
    border: 3px solid #666;
}

.testimonial-image.jonathan {
    background: url('/img/testimonial-jonathan.jpg') center / contain no-repeat;
}

.testimonial-image.evgeni {
    background: url('/img/testimonial-evgeni.jpg') center / contain no-repeat;
}

.testimonial-image.maikel {
    background: url('/img/testimonial-maikel.jpg') center / contain no-repeat;
}

.testimonial-image.jared {
    background: url('/img/testimonial-jared.jpg') center / contain no-repeat;
}

.testimonial-image.steve {
    background: url('/img/testimonial-steve.jpg') center / contain no-repeat;
}

.testimonial-image.aaron {
    background: url('/img/testimonial-aaron.jpg') center / contain no-repeat;
}

.testimonial-image.stefan {
    background: url('https://invoicebus.com/customers/wp-content/uploads/2016/09/Stefan-van-der-Vliet-300x300.jpg') center / contain no-repeat;
}

.testimonial-image.mat {
    background: url(/img/testimonial-mat.jpg) center / cover no-repeat;
}

.testimonial-image.umar {
    background: url(/img/testimonial-umar.jpg) center / cover no-repeat;
}

.testimonial-text {
    max-width:660px;
    width:100%;
    color: white;
    position: relative;
    font-size:18px;
}

.testimonial-author {
    display: inline-block;
    font-style:normal;
    font-size:14px;
    margin-top:10px;
    color:#b6b6b6;
}

.testimonial-title
{
    margin:10px 0;
}

.testimonial-text a
{
    color: white;
}

.invoicebus-mascot {
    height:80px;
}

.invoicebus-mascot img {
    max-width:120px;
    width:100%;
}

.css_Home_ErrorText {
    display:none;
    font-size: 14px;
    font-weight: normal;
    color: white !important;
    text-align: left;
    margin-top: 20px !important;
    flex-basis: 600px;
}

.css_Home_ErrorText span {
    color: white !important;
}

.css_Home_ErrorText a {
    color: white !important;
}

.css_Home_ErrorText_Bottom {
    display:none;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    margin: 20px 0 !important;
}

.css_SignUp_SuccessMsg {
    display: block !important;
}

.css_Parther_NoCCRequired {
    margin-top:10px;
}

.css_Home_TextField {
    text-align:left;
    font-size: 16px;
    font-family: Arial, helvetica, Sans-Serif;
    width: auto !important;
    flex: 1;
}

#Cmp_SignUp_Email
{
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

#Cmp_SignUp_Password
{
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    margin-left: -1px;
}

.sign-up-btn
{
    -webkit-border-top-left-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    margin-left: -1px;
}


.css_Home_InfoText {
    margin:25px 0;
    margin-top: 10px;
}

.css_Home_InfoText a {
    color: #777;
    text-decoration: underline;
}

.partner-copyright {
    color: #aaa !important;
    font-size: 12px !important;
}

.btn {
    font-family: Arial, helvetica, Sans-Serif;
}

.btn-success {
    font-size: 16px !important;
}

.btn.css_Home_LoadingButton
{
    color: white !important;
}

.btn.btn-success {
    width:180px;
}

.sign-up-btn
{
    padding: 12px;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
}
        
.sign-up-btn .fa-cog
{
    margin-right: 10px;
    font-size: 16px;
}

.sign-up-btn-top {
    margin:50px 0;
    padding: 10px 30px !important;
    width: auto !important;
}

.css_Home_Link {
    font-family: ProximaNovaSoft, Arial, sans-serif;
}

.separator2
{
    background: url(/img/separator2.png) no-repeat;
    background-position: center;
    background-size: contain;
    width: 100%;
    max-width: 905px;
    height: 31px;
    margin: 40px auto 25px auto;
}

.footer
{
    padding: 0 10px;
    max-width: 1000px;
    width: 100%;
    margin: 0px auto;
    overflow: visible;
    float: none;
    height: 60px;
    margin-top: 50px;
}

.partner-fineprint {
    text-align:center;
    margin-bottom:70px;
}

.partner-fineprint .info-text {
    padding: 0 10px;
    font-size:13px;
    max-width:440px;
    width: 100%;
    margin: 20px auto;
}

.partner_signature {
    font-family: Angelina, cursive;
}

.partner-signup {
    padding: 80px 10px 30px 10px;
    max-width:550px;
    width:100%;
    margin:0 auto;
    text-align: center;
    color:#777;
}

.partner-signup h2 {
    margin-bottom:10px;
    font-size:30px;
}

.partner-signup h3 {
    margin-bottom:30px;
    font-weight:normal;
    font-size:18px;
}

.features
{
   display: -webkit-flex; /* Safari */
   display: flex;
   max-width: 1000px;
   margin:20px auto;
}

.features>div
{
    flex: 1;
    text-align: center;
    padding:30px 40px;
    font-size: 18px;
}

.features .one
{
    position: relative;
    display: -webkit-flex; /* Safari */
    display: flex;
}


.features .one>div
{
    flex: 1;
}

.features .one .payment_gateway
{
    background: url(/img/features-1-payment-gateway.png) no-repeat top center;
    
    -webkit-animation: rotate_gateway 25s ease-out 5s infinite;
	   -moz-animation: rotate_gateway 25s ease-out 5s infinite;
	     -o-animation: rotate_gateway 25s ease-out 5s infinite;
	        animation: rotate_gateway 25s ease-out 5s infinite;
}

.features .one .payment_link
{
    background: url(/img/features-1-payment-link.png) no-repeat center center;
}

.features .one .payment_invoicebus
{
    background: url(/img/features-1-payment-invoicebus.png) no-repeat center center;
}

@-webkit-keyframes rotate_gateway
{
    0%   { background-position: top left; }
    32%   { background-position: top left; }
    33%  { background-position: center left; }
    65%  { background-position: center left; }
    66%  { background-position: bottom left; }
    99%  { background-position: bottom left; }
    100% { background-position: top left; }
}

@-moz-keyframes rotate_gateway 
{
    0%   { background-position: top center; }
    32%   { background-position: top center; }
    33%  { background-position: center center; }
    65%  { background-position: center center; }
    66%  { background-position: bottom center; }
    99%  { background-position: bottom center; }
    100% { background-position: top center; }
}

@-o-keyframes rotate_gateway 
{
    0%   { background-position: top center; }
    32%   { background-position: top center; }
    33%  { background-position: center center; }
    65%  { background-position: center center; }
    66%  { background-position: bottom center; }
    99%  { background-position: bottom center; }
    100% { background-position: top center; }
}

@keyframes rotate_gateway 
{
    0%   { background-position: top center; }
    32%   { background-position: top center; }
    33%  { background-position: center center; }
    65%  { background-position: center center; }
    66%  { background-position: bottom center; }
    99%  { background-position: bottom center; }
    100% { background-position: top center; }
}

.features .two
{
    background: url(/img/features-2.png) no-repeat center center;
}

.features .three
{
    background: url(/img/features-3.png) no-repeat center center;
}

.features .five
{
    background: url(/img/features-5.png) no-repeat center center;
}

.features .one,
.features .two,
.features .three,
.features .four,
.features .five
{
    height: 110px;
    margin: 0 auto;
    margin-bottom: 20px;
}

@media all and (max-width: 930px) {
    .as-featured-on,  
    .features .one>div,  
    .features>div>div
    {
        background-size: contain !important;
    }
}

@media all and (max-width: 480px) {
    .css_SaveInvoice_Logo {
        margin: 0 auto;
    }
    .partner-top h1 {
        margin: 20px 0 10px 0;
        font-size:30px;
    }

    .partner-top h2 {
        font-size:18px;
    }

    .testimonial-image {
        margin-bottom: 15px;
    }
    
    .features
    {
        flex-direction: column;
    }
    
    .as-featured-on
    {
        height: 80px;
        font-size: 14px;
    }
    
    .features .one .payment_link
    {
        flex: 0.5;
    }
    
    .features .one>div,  
    .features>div>div
    {
        background-size: auto !important;
    }
}