﻿.start-stats .boxBody, .start-history-title {
    font-family: 'Fira Sans Condensed', Verdana, Helvetica, Sans-Serif;
}

#page { margin-top: 0; }
#top, #bottom {
    background-image: none;
    background-color: white;
    border-left: 1px solid #CBD4CB;
    border-right: 1px solid #CBD4CB;
}
#bottom { background-color: #dce2dc; border-bottom: 1px solid #CBD4CB; }

.mainRegular { width: 565px; }
.mainRegular #mainBody { min-height: initial; }
.main .boxHead h2, .sidebarBox .boxHead h2, .subMenuBox .boxHead h2 { font-weight: normal; padding-top: 6px; padding-bottom: 7px; }
h2 { border-bottom-width: 0; }
.sidebarBox .boxHead, .subMenuBox .boxHead, .main .boxHead { border-radius: 0; border-width: 0 !important; }
.sidebarBox .boxBody, .subMenuBox .boxBody, .main .boxBody { border-width: 0 !important; }
.boxFooter { border-radius: 0; border-width: 0 !important; }

#startpage_main_box h1 {
    color: #fff;
    font-weight: normal;
    font-size: 1.1em;
    margin: 0;
    padding: 6px 12px 7px 12px;
    padding-right: 54px;
}

.main img {
    height: 386px;
    margin: auto;
    display: block;
}

.start-history { min-height: 321px; position: relative; }
.start-history-header {
    position: absolute;
    top: 0;
    left: 0;
    color: white;
    font-size: 1.1em;
    margin: 0;
    padding: 6px 12px 4px 12px;
}
.rtl .start-history-header {
    left: auto;
    right: 0;
    padding: 4px 12px 6px 12px;
}
        
.start-history-content { min-height: 292px; padding-top: 29px; display: none; }
.start-history-content:nth-child(2) { background: #94d0b9 url('../Images/AnniversaryStart/panel-1.png') top left no-repeat; }
.rtl .start-history-content:nth-child(2) { background: #94d0b9 url('../Images/AnniversaryStart/panel-1.rtl.png') top left no-repeat; }

.start-history-content:nth-child(3) { background: #f5c60d url('../Images/AnniversaryStart/panel-4.png') top left no-repeat; }
.rtl .start-history-content:nth-child(3) { background: #f5c60d url('../Images/AnniversaryStart/panel-4.rtl.png') top left no-repeat; }

.start-history-content:nth-child(4) { background: #4ac763 url('../Images/AnniversaryStart/panel-6.png') top left no-repeat; }
.rtl .start-history-content:nth-child(4) { background: #4ac763 url('../Images/AnniversaryStart/panel-6.rtl.png') top left no-repeat; }

.start-history-content:nth-child(5) { background: #94d0b9 url('../Images/AnniversaryStart/panel-5.png') top left no-repeat; }
.rtl .start-history-content:nth-child(5) { background: #94d0b9 url('../Images/AnniversaryStart/panel-5.rtl.png') top left no-repeat; }

.start-history-content:nth-child(6) { background: #4ac763 url('../Images/AnniversaryStart/panel-2.png') top left no-repeat; }
.rtl .start-history-content:nth-child(6) { background: #4ac763 url('../Images/AnniversaryStart/panel-2.rtl.png') top left no-repeat; }

.start-history-content:nth-child(7) { background: #94d0b9 url('../Images/AnniversaryStart/panel-1.png') top left no-repeat; }
.rtl .start-history-content:nth-child(7) { background: #94d0b9 url('../Images/AnniversaryStart/panel-1.rtl.png') top left no-repeat; }

.start-history-content:nth-child(8) { background: #f5c60d url('../Images/AnniversaryStart/panel-7.png') top left no-repeat; }
.rtl .start-history-content:nth-child(8) { background: #f5c60d url('../Images/AnniversaryStart/panel-7.rtl.png') top left no-repeat; }
        
.start-history-arrow { position: absolute; top: 28px; bottom: 0; color: white; font-size: 60px; width: 57px; }
.start-history-arrow:first-child { left: 0; background: url('../Images/AnniversaryStart/arrow-left.png') center center no-repeat; }
.start-history-arrow:not(:first-child) { right: 0; background: url('../Images/AnniversaryStart/arrow-right.png') center center no-repeat; }
.rtl .start-history-arrow:first-child { left: auto; right: 0; background: url('../Images/AnniversaryStart/arrow-right.png') center center no-repeat; }
.rtl .start-history-arrow:not(:first-child) { right: auto; left: 0; background: url('../Images/AnniversaryStart/arrow-left.png') center center no-repeat; }
.start-history-arrow:hover, .rtl .start-history-arrow:hover { background-color: rgba(255, 255, 255, .3); cursor: pointer; }
        
.start-history-text { margin-top: 10px; margin-left: 70px; width: 220px; padding-bottom: 15px; min-height: 260px; display: flex; flex-direction: column; justify-content: space-around; }
.rtl .start-history-text { margin-left: initial; margin-right: 70px; }
.start-history-title { font-size: 42px; line-height: 42px; color: white; }
.start-history-details { font-size: 13px; margin-top: 10px; }
        
.start-stats .boxBody { text-align: center; height: 423px; }
.start-stats p:not(:last-child) { margin-bottom: 13px; }
.start-stats span { display: block; }
.start-stats .number { font-size: 35px; line-height: 35px; }
.start-stats .desc { font-size: 16px; }

.featureBox {
    width: 22%;
}

.featureSeparator {
    width: 4%;
}

.featuresContainer {
    background-color: white;
    padding: 5px 20px 0 20px;
    margin-top: -10px;
}