/*used for new default page*/

.main-title
{
    width: 100%;
    font-size: 22px;
    font-weight: bold;
    color: #444;
    padding-top: 35px;
    padding-bottom: 35px;
    text-align: center;
    text-transform: uppercase;
    margin: 0 15px;
    background: url("/styles/img/title-separator.png") center center no-repeat;
}

.tags {
    border-top: 1px solid #f0f0f0;
    padding:4px;
    /*border-radius:2px;*/
    color: #808080;
    text-align:center;
    font-size:14px;
    margin-bottom:8px;
    line-height:30px;
    text-transform:lowercase;
}

.tags > a {
    color: inherit;
    font-size: inherit;
    margin-left:10px;
    background:#f0f0f0;
    padding:3px;
    border-radius:3px;
}

.tags > a:hover {
    color: inherit;
    background:#d9d9d9;
    text-decoration:none;
}

.cloud-tags > a
{
    display: inline-block;
    padding: 6px;
    margin: 6px;
    border-radius:5px;
    font-size:16px;
}

.readmore {
    padding-left: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.readmore .more-needs
{
    color: #444;
}

.readmore .btn-outline-danger
{
    width: 240px;
    background: #fff;
}

.readmore .btn-lg
{
    display: block;
    height: 50px;
    padding: 10px;
    width: 280px;
    margin: 15px auto;
}

.banner {
    padding-left: 15px;
    padding-right: 15px;
    margin-top:30px;
    margin-bottom: 30px;
    
}

.banner img
{
    width: 100%;
    box-shadow: 1px 1px 5px rgba(100,100,100,0.5);
}

#people-history
{
    margin-top: 15px;
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 30px;
    padding: 15px;
    border: 1px solid #aaa;
    background: white;
    border-radius: 12px;
}

#people-history b
{
    font-size: 20px;
}

#infographics
{
    text-align: center;
    margin-bottom: 50px;
}

#infographics img
{
    width: 100%;
    max-width: 833px;
}

/*subscribe*/
#subscribe {
    background: #f5f5f5;
    width:100%;
    margin: 30px auto 40px;

    border-radius:6px;
    border:1px solid #ddd;
    box-shadow: 5px 5px #d8d8d8;
    padding-top:30px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 0;
}

#subscribe img{
    width:100%;
    margin-top:8px;
    margin-bottom:20px;
}

#subscribe #subs-text{
    font-size:18px;
    text-align:center;
    color:#3d3d3d;
}

#subscribe input[type="email"] {
    font-size: 20px;
    text-align: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

#subscribe input[type="button"], #subscribe input[type="submit"] {
    font-size: 20px;
    text-align: center;
    width: 70%;
    min-width: 162px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    display:block;
}

#subscribe .sub-text
{
    text-align: center;
    color: #777;
    margin-top: 15px;
    font-size: 13px;
}

#subscribe .sub-text img
{
    float: left;
    width: auto;
    height: 40px;
    margin-right: 10px;
    opacity: 50%;
    border: 1px solid #aaa;
}

#quote {
    background:#f2e6cd;
    padding:20px;
    text-align:center;
}


.lg-hidden
{
    display: none;
}

.md-hidden
{
    display: block;
}

.md-readmore
{
    display: none;
    color: #a71d2a !important;
}

.navbar-nav a[href="/vremya-zaboty"]
{
    font-weight: bold;
    color: #a71d2a !important;
    text-shadow: 0 0 5px #ff000070;
    padding-left: 15px;
}


#bigperson #win
{
    background: #fff;
    margin-top: 30vmin;
    height: auto;
    padding: 25px;
    border-radius: 8px;
    width: 90%;
    max-width: 720px;
}

#bigperson #pimg
{
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

#bigperson #ptext
{
    color: #444;
    text-align: left;
}

@media (max-width:800px) {

    .lg-hidden
    {
        display: block;
    }

    .md-hidden
    {
        display: none;
    }

    .md-readmore
    {
        display: inline-block;
    }

    #bigperson #win {
        margin-top: 10vmin;
    }
    
    #bigperson #ptext
    {
        font-size: 13px;
    }
}

@media (max-width: 575px) {
    
    .readmore
    {
        padding-left: 0;
    }
    
    .main-title
    {
        margin: 0;
        font-size: 18px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    
    #infographics
    {
        margin-bottom: 10px;
    }
    
    
}

