﻿/*@font-face {
    font-family: 'abel';
    src: url('fonts/abel-regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/abel-regular-webfont.woff2') format('woff2'), url('fonts/abel-regular-webfont.woff') format('woff'), url('fonts/abel-regular-webfont.svg#abelregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face { 
    font-family: 'din-condensed';
    src: url('fonts/DINNextW01-CondensedMedium.eot?#iefix') format('embedded-opentype'), url('fonts/DINNextW01-CondensedMedium.woff') format('woff'), url('fonts/DINNextW01-CondensedMedium.ttf') format('truetype'), url('fonts/DINNextW01-CondensedMedium.svg#DINNextW01-CondensedMedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'din-condensed-light';
    src: url('fonts/FFDINProCond-Light.eot?#iefix') format('embedded-opentype'), url('fonts/FFDINProCond-Light.woff2') format('woff2'), url('fonts/FFDINProCond-Light.woff') format('woff'), url('fonts/FFDINProCond-Light.ttf') format('truetype'), url('fonts/FFDINProCond-Light.svg#FFDINProCond-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

.DINCondensed {
    font-family: 'din-condensed';
}

.abel {
    font-family: 'abel';
}*/



@font-face {
    font-family: 'source-sans-pro';
    src: url('fonts/Lato-Light.eot?#iefix') format('embedded-opentype'), url('fonts/Lato-Light.woff') format('woff'), url('fonts/Lato-Light.ttf') format('truetype'), url('fonts/Lato-Light.svg#Lato-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}


/*@font-face {
    font-family: 'source-sans-pro';  
    src: url('fonts/SourceSansPro-Light.eot?#iefix') format('embedded-opentype'), url('fonts/SourceSansPro-Light.woff') format('woff'), url('fonts/SourceSansPro-Light.ttf') format('truetype'), url('fonts/SourceSansPro-Light.svg#SourceSansPro-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}*/


@font-face {
    font-family: 'open-sans-condensed'; /*Bold*/
    src: url('fonts/OpenSansCondensed-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/OpenSansCondensed-Bold.woff') format('woff'), url('fonts/OpenSansCondensed-Bold.ttf') format('truetype'), url('fonts/OpenSansCondensed-Bold.svg#OpenSansCondensed-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'droid_arabic_kufiregular';
    src: url('Fonts/DroidArabicKufi.eot?#iefix') format('embedded-opentype'), url('Fonts/DroidArabicKufi.woff') format('woff'), url('Fonts/DroidArabicKufi.ttf') format('truetype'), url('Fonts/DroidArabicKufi.svg#DroidArabicKufi') format('svg');
    font-weight: normal;
    font-style: normal;
}

.droid_arabic_kufiregular {
    font-family: 'droid_arabic_kufiregular' !important;
}


.open-sans-condensed {
    font-family: 'open-sans-condensed';
}

.source-sans-pro {
    font-family: 'source-sans-pro';
}


.heightAfterMenu {
    height: 40px;
}


/*.button-container-2 {
    position: relative;
    width: 100px;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 7vh;
    overflow: hidden;
    border: 1px solid #000; 
    font-weight: 300;
    transition: 0.5s;
    letter-spacing: 1px;
}

    .button-container-2 button {
        width: 101%;
        height: 100%;
        font-weight: 300;
        font-size: 20px;
        letter-spacing: 1px;
        background: #000;
        -webkit-mask: url("../images/urban-sprite.png");
        mask: url("../images/urban-sprite.png");
        -webkit-mask-size: 3000% 100%;
        mask-size: 3000% 100%;
        border: none;
        color: #fff;
        cursor: pointer;
        -webkit-animation: ani2 0.7s steps(29) forwards;
        animation: ani2 0.7s steps(29) forwards;
    }

        .button-container-2 button:hover {
            -webkit-animation: ani 0.7s steps(29) forwards;
            animation: ani 0.7s steps(29) forwards;
        }



.mas {
    position: absolute;
    color: #000;
    text-align: center;
    width: 101%;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    position: absolute;
    font-size: 20px;
    margin-top: 12px;
    overflow: hidden;
}

@-webkit-keyframes ani {
    from {
        -webkit-mask-position: 0 0;
        mask-position: 0 0;
    }

    to {
        -webkit-mask-position: 100% 0;
        mask-position: 100% 0;
    }
}

@keyframes ani {
    from {
        -webkit-mask-position: 0 0;
        mask-position: 0 0;
    }

    to {
        -webkit-mask-position: 100% 0;
        mask-position: 100% 0;
    }
}

@-webkit-keyframes ani2 {
    from {
        -webkit-mask-position: 100% 0;
        mask-position: 100% 0;
    }

    to {
        -webkit-mask-position: 0 0;
        mask-position: 0 0;
    }
}

@keyframes ani2 {
    from {
        -webkit-mask-position: 100% 0;
        mask-position: 100% 0;
    }

    to {
        -webkit-mask-position: 0 0;
        mask-position: 0 0;
    }
}*/




.greyHolder::-webkit-input-placeholder {
    color: #4c4c4c !important;
    opacity: 1;
}

.greyHolder:-moz-placeholder { /* Firefox 18- */
    color: #4c4c4c !important;
    opacity: 1;
}

.greyHolder::-moz-placeholder { /* Firefox 19+ */
    color: #4c4c4c !important;
    opacity: 1;
}

.greyHolder:-ms-input-placeholder {
    color: #4c4c4c !important;
    opacity: 1;
}