﻿@import url('https://fonts.googleapis.com/css?family=Lato:400,900|Merriweather:400,900|Open+Sans|Raleway:400,900|Roboto:400,900&subset=cyrillic,cyrillic-ext,latin-ext');
@import url('https://fonts.googleapis.com/css?family=Indie+Flower');
/*font-family: 'Roboto', sans-serif;
font-family: 'Open Sans', sans-serif;
font-family: 'Lato', sans-serif;
font-family: 'Raleway', sans-serif;
font-family: 'Merriweather', serif;*/
/*
 * Base structure
 */

html,
body {
    background-color: #333;
}

body {
    display: -ms-flexbox;
    display: flexbox;
    color: #fff;
    /*text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);*/
    box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
}

a,
a:focus,
a:hover {
    color: #fff;
}

/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
    color: #333;
    text-shadow: none; /* Prevent inheritance from `body` */
    background-color: #fff;
    border: .05rem solid #fff;
}




.cover-container {
    max-width: 90%;
}


/*
 * Header
 */
.masthead {
    margin-bottom: 2rem;
}

.masthead-brand {
    margin-bottom: 0;
}

.nav-masthead .nav-link {
    padding: .25rem 0;
    font-weight: 700;
    color: rgba(255, 255, 255, .5);
    background-color: transparent;
    border-bottom: .25rem solid transparent;
}

    .nav-masthead .nav-link:hover,
    .nav-masthead .nav-link:focus {
        border-bottom-color: rgba(255, 255, 255, 1);
        color:white
    }

    .nav-masthead .nav-link + .nav-link {
        margin-left: 1rem;
    }

.nav-masthead .active {
    color: #fff;
    border-bottom-color: #fff;
}

@media (min-width: 48em) {
    .masthead-brand {
        float: left;
    }

    .nav-masthead {
        float: right;
    }
}


/*
 * Cover
 */
.cover {
    padding: 0 1.5rem;
}

    .cover .btn-lg {
        padding: .75rem 1.25rem;
        font-weight: 700;
    }


/*
 * Footer
 */
.mastfoot {
    color: rgba(255, 255, 255, .5) ;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}
/*scrool*/
.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    background-color: rgba(255, 106, 0, 0.58);
    color: #eeeeee;
    width: 45px;
    height: 45px;
    /*line-height: 48px;*/
    right: 10px;
    bottom: 0px;
    padding-top: 2px;
    /*border-top-left-radius: 0px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;*/
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    /*box-shadow: rgba(255, 255, 255, .7) 2px 2px inset;*/
        /*rgba(34, 34, 34, 1) 2px 2px;*/
}

    .scroll-top-wrapper:hover {
        background-color: rgba(51, 51, 51, 0.7);
        color: yellow;
        box-shadow: rgba(255, 255, 255, .7) 2px 2px inset;
    }

    .scroll-top-wrapper.show {
        visibility: visible;
        cursor: pointer;
        opacity: 1.0;
    }

    .scroll-top-wrapper i.fa {
        line-height: inherit;
    }
.text-black {
    color: black !important;
    text-shadow: none;
}
.bold {
font-weight:bold}

label {
    font-weight:bold;
    color:black !important;
    text-shadow:none;
}
.tokenrepeat {
    text-transform: uppercase;
    font-style: italic;
    font-family: 'Indie Flower', cursive;
    /*text-decoration: line-through;*/
    font-size: 38px;
    font-weight: 900;
    color: #ff6a00 !important;
}