﻿.section-slider {
    background-color: #fff;
    padding: 20px 0;
}

#stage {
    /*margin: 1em auto;*/
    width: 382px;
    height: 440px;
    margin-left: -100px;
}

    #stage div {
        position: absolute;
    }

        #stage div:nth-of-type(1) {
            animation-name: fadein;
            animation-duration: 0.5s;
            /*animation-delay: 4s;*/
            z-index: 20;
        }

        #stage div:nth-of-type(2) {
            opacity: 0;
            z-index: 10;
        }

        #stage div:nth-of-type(n+3) {
            opacity: 0;
        }

@keyframes fadeout {
    from {
        opacity: 1.0;
    }

    to {
        opacity: 0.0;
    }
}

@keyframes fadein {
    from {
        opacity: 0.0;
    }

    to {
        opacity: 1.0;
    }
}


@media screen and (max-width: 1160px){
    .row-content {
        display: block !important;
        
    }

}
        

/* comparison table */

.comp-tbl{
	display: inline-block;
	/*flex-direction: column;*/
	border:1px solid #2F83C8;
	font-size: 8pt;
	/*font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";*/
	/*border:1px solid;*/
		
	margin: 0 auto;
}
	
.comp-tbl-head{font-weight: bold; color: #fff !important;}
	
.comp-tbl-subhead{font-weight: bold; font-size: 6.5pt; align-content: center; vertical-align: middle;}
	
.comp-tbl-row{
	display: flex;
	flex-direction: row;
	justify-content: center;
	vertical-align: middle;
	color:#1A5D94;
}
	
	
.comp-tbl-row div{
	padding:5px 10px;
	text-align: center;
	width: 75px;
	border-right:1px solid #2F83C8;
	box-sizing: border-box;
		
}
	
.comp-tbl-row div:last-child{
	border-right: 0;
}
	
.comp-row-odd{background-color: #fff;}
.comp-row-even{background-color: #D8E6F5}
	
	
.price1-bkg{background-color: #14A0ED;}
.price2-bkg{background-color: #8AB2E2;}
.price3-bkg{background-color: #DF648A;}
.price4-bkg{background-color: #1D7BD7;}
.price5-bkg{background-color: #7A98D4}
.price6-bkg{background-color: #9AC87B;}
.price7-bkg{background-color: #959595;}
	
.price{color:#000 !important;}
	
.comp-tbl-first-col{min-width: 220px; text-align: left !important; }
	
.cell-font-color{
	color:#fff !important;
}
	
.app{background-color: #6D6D6D;}
.eze{background-color: #14A0EE;}
.xero{background-color:#4A87CA;}
.myob{background-color:#5B198F;}
.trade{background-color:#F49F2F}
.shop{background-color:#0E009F;}
.bigc{background-color:#5FA136;}
.payp{background-color:#1D1D1D;}
	
/*.fa-times:before {
	color:red;
}
	
.fa-check:before {
	color:#4F9429;
}*/

/* end */