﻿
.engravedText {
	font-size: 50px;
	/*font-family: 'DroidArabicKufi' !important;*/
	/* background-color: #5e2655; */
	/* -webkit-background-clip: text; */
	/* -moz-background-clip: text; */
	/* background-clip: text; */
	/*color: #004A71;*/
	/* text-shadow: rgba(255,250,220,0.3) 3px 5px 1px; */
	/*font-weight: bold;*/
	margin-top: 5%;
	margin-bottom:25px;
	text-shadow: 2px 3px 0px white;
}

.plate {
    width: 410px;
    margin: 10% auto;
}
.baraja-container .more a {
    padding-left: 67px;
}
.shadow {
    color: #5e2655;
    font-family: 'DroidArabicKufi' !important;
    font-weight: bold;
    text-shadow: -3px -3px 0 #fff, 3px -3px 0 #fff, -3px 3px 0 #fff, 3px 3px 0 #fff, 4px 4px 0 #5e2655, 5px 5px 0 #5e2655, 6px 6px 0 #5e2655, 7px 7px 0 #5e2655;
    line-height: 0.8em;
    letter-spacing: 0.1em;
    transform: scaleY(0.7);
    -webkit-transform: scaleY(0.7);
    -moz-transform: scaleY(0.7);
    margin: 0;
    text-align: center;
}

.script {
    font-family: 'DroidArabicKufi' !important;
    color: #fff;
    text-align: center;
    font-size: 40px;
    position: relative;
    margin: 0;
}

    .script span {
        background-color: #222;
        padding: 0 0.3em;
    }

    .script:before {
        content: "";
        display: block;
        position: absolute;
        z-index: -1;
        top: 50%;
        width: 100%;
        border-bottom: 3px solid #fff;
    }

.text1 {
    font-size: 60px;
}

.text2 {
    font-size: 169px;
}

.text3 {
    font-size: 100px;
}


#jquery-script-menu {
    position: fixed;
    height: 90px;
    width: 100%;
    top: 0;
    right: 0;
    border-top: 5px solid #316594;
    background: #fff;
    -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.16);
    z-index: 999999;
    padding: 10px 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.jquery-script-center {
    width: 960px;
    margin: 0 auto;
}

    .jquery-script-center ul {
        width: 212px;
        float: right;
        line-height: 45px;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .jquery-script-center a {
        text-decoration: none;
    }

.jquery-script-ads {
    width: 728px;
    height: 90px;
    float: left;
}

.jquery-script-clear {
    clear: both;
    height: 0;
}

.timeLine {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fff9d5+0,ffffff+50,fff6d3+100 */
    /*background: #fff9d5;*/ /* Old browsers */
    /*background: -moz-linear-gradient(top, #fff9d5 0%, #ffffff 50%, #fff6d3 100%);*/ /* FF3.6-15 */
    /*background: -webkit-linear-gradient(top, #fff9d5 0%,#ffffff 50%,#fff6d3 100%);*/ /* Chrome10-25,Safari5.1-6 */
    /*background: linear-gradient(to bottom, #fff9d5 0%,#ffffff 50%,#fff6d3 100%);*/ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff9d5', endColorstr='#fff6d3',GradientType=0 );*/ /* IE6-9 */

    background:url(../images/pattern.jpg) repeat;
    padding-bottom: 100px;
    margin-top: -98px !important;
    position: relative;
}

.timeline {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

    .timeline *, .timeline :after, .timeline :before {
        -webkit-box-sizing: inherit;
        box-sizing: inherit;
    }

    .timeline:not(.timeline--horizontal):before {
        background-color: #185B80;
        bottom: 0;
        content: '';
        right: 50%;
        margin-right: -2px;
        position: absolute;
        top: 0;
        width: 4px;
        z-index: 1;
    }

.timeline__wrap {
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.timeline__item {
    font-size: 16px;
    padding: .625rem 2.5rem .625rem 0;
    position: relative;
    width: 50%;
    z-index: 2;
}

    .timeline__item:after {
        background-color: #185B80;
        border-radius: 50%;
        content: '';
        height: 120px;
        position: absolute;
        left: -10px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        top: 50%;
        width: 120px;
        z-index: 1;
    }

    .timeline__item.animated {
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        opacity: 0;
    }

    .timeline__item.fadeIn {
        -webkit-animation-name: fadeIn;
        animation-name: fadeIn;
    }

.timeline__item--left {
    right: 0;
}

.timeline__item--right {
    right: 50%;
    padding: .625rem 0 .625rem 2.5rem;
}

    .timeline__item--right:after {
        right: -10px;
    }

.timeline--horizontal .timeline__item .timeline__content::before {
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #ccc;
    right: 50%;
    left: auto;
    top: 100%;
    transform: translateX(-50%);
}

.timeline__content::after, .timeline__content::before {
    content: "";
    height: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
}

.timeline--horizontal .timeline__item .timeline__content::after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
    right: 50%;
    left: auto;
    top: 100%;
    transform: translateX(-50%);
}

.timeline__content::after {
    z-index: 2;
}

.timeline__content {
    position: relative;
    direction: rtl;
}

    .timeline__content:after, .timeline__content:before {
        content: '';
        height: 0;
        position: absolute;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        top: 50%;
        width: 0;
    }

    

.timeline__item.timeline__item--top {
    padding-top: 0 !important;
}

.timeline__item.timeline__item--bottom {
    padding-bottom: 0 !important;
}

.timeline--horizontal {
    font-size: 0;
    padding: 0 3.125rem;
    overflow: hidden;
    white-space: nowrap;
    direction: rtl !important;
}

    .timeline--horizontal .timeline-divider {
        background-color: #5E2655;
        display: block;
        height: 2px;
        right: 40px;
        position: absolute;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 40px;
        z-index: 1;
    }

    .timeline--horizontal .timeline__items {
        -webkit-transition: all .8s;
        -o-transition: all .8s;
        transition: all .8s;
        will-change: transform;
    }

    .timeline--horizontal .timeline__item {
        display: inline-block;
        right: 0;
        padding: 0 0 2.5rem;
        position: relative;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
        vertical-align: top;
        white-space: normal;
        height: 270px;
    }

        .timeline--horizontal .timeline__item:after {
            left: 50%;
            right: auto;
            -webkit-transform: translate(-50%,-50%);
            -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
            top: 100%;
        }

        .timeline--horizontal .timeline__item .timeline__item__inner {
            display: table;
            height: 100%;
            width: 100%;
        }

        .timeline--horizontal .timeline__item .timeline__content__wrap {
            display: table-cell;
            margin: 0;
            padding: 0;
            vertical-align: bottom;
        }

    /*.timeline--horizontal .timeline__item .timeline__content:before {
            border-left: 12px solid transparent;
            border-right: 12px solid transparent;
            border-top: 12px solid transparent;
            left: 50%;
            right: auto;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            top: 100%;
        }

        .timeline--horizontal .timeline__item .timeline__content:after {
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-top: 10px solid transparent;
            left: 50%;
            right: auto;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            top: 100%;
        }*/

    .timeline--horizontal .timeline__item--bottom {
        padding: 2.5rem 0 0;
    }

        .timeline--horizontal .timeline__item--bottom:after {
            top: 0;
        }

        .timeline--horizontal .timeline__item--bottom .timeline__content__wrap {
            vertical-align: top;
        }

        .timeline--horizontal .timeline__item--bottom .timeline__content:before {
            border-bottom: 12px solid #ccc;
            border-left: 12px solid transparent;
            border-right: 12px solid transparent;
            border-top: none;
            bottom: 100%;
            top: auto;
        }

        .timeline--horizontal .timeline__item--bottom .timeline__content:after {
            border-bottom: 0 solid #fff;
            border-left: 0 solid transparent;
            border-right: 0 solid transparent;
            border-top: none;
            bottom: 100%;
            top: auto;
        }

        .timeline--horizontal .timeline__item--bottom .timeline__content::after {
            border-color: -moz-use-text-color transparent #fff;
            border-style: none solid solid;
            border-width: medium 10px 10px;
            bottom: 100%;
            top: auto;
        }

.timeline-nav-button {
    background-color: #333;
    border: 2px solid #333;
    border-radius: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    display: block;
    height: 40px;
    outline: 0;
    position: absolute;
    text-indent: -9999px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    width: 40px;
    z-index: 10;
}

    .timeline-nav-button:disabled {
        opacity: .5;
        pointer-events: none;
    }

    .timeline-nav-button:before {
        background-position: center center;
        background-repeat: no-repeat;
        content: '';
        display: block;
        height: 14px;
        right: 30%;
        position: absolute;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        top: 50%;
        width: 8px;
    }

.timeLine .menu-shadow {
}

.timeline-nav-button--prev {
    right: 0;
}


    .timeline-nav-button--prev::before {
        background-image: url("../images/arrow-right.svg");
    }

.timeline-nav-button--next {
    left: 0;
}

    .timeline-nav-button--next:before {
        background-image: url("../images/arrow-left.svg");
    }

.timeline--mobile {
    padding: 0;
}

    .timeline--mobile:before {
        right: 10px !important;
        margin: 0 !important;
    }

    .timeline--mobile .timeline__item {
        right: 0;
        padding-right: 40px;
        padding-left: 0;
        width: 100%;
    }

        .timeline--mobile .timeline__item:after {
            right: 2px;
            margin: 0;
        }

        .timeline--mobile .timeline__item .timeline__content:before {
            right: -12px;
            border-bottom: 12px solid transparent;
            border-left: 12px solid #ccc;
            border-right: none;
            border-top: 12px solid transparent;
        }

        .timeline--mobile .timeline__item .timeline__content:after {
            right: -10px;
            border-bottom: 10px solid transparent;
            border-left: 10px solid #fff;
            border-left: none;
            border-top: 10px solid transparent;
        }

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
        top: 70px;
    }

    100% {
        opacity: 1;
        top: 0;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        top: 70px;
    }

    100% {
        opacity: 1;
        top: 0;
    }
}

@-webkit-keyframes liftUp {
    0% {
        top: 0;
    }

    100% {
        top: -15px;
    }
}

@keyframes liftUp {
    0% {
        top: 0;
    }

    100% {
        top: -15px;
    }
}
