﻿/*@import url('/Content/fonts/Open_Sans/OpenSans-Regular.ttf');
@import url('/Content/fonts/Roboto/Roboto-Regular.ttf');
@import url('/Content/fonts/Ubuntu/Ubuntu-Regular.ttf');*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans|Roboto|Ubuntu');
@import url('https://fonts.googleapis.com/css?family=Noto+Serif');
@import url('https://fonts.googleapis.com/css?family=PT+Sans');


html {
    margin: 0;
    padding: 0;
}

body {
    background-color: white;
    font-weight: 300;
    font-size: 16px;
    font-family: 'PT Sans','Noto Serif';
    color: #555;
    padding: 0px;
    margin: 0px;
}

div {
    border: 0px solid grey;
}

nav ul a {
    font-family: 'PT Sans';
    font-size: 18px;
}

nav ul .dropdown li > a {
    font-size: 16px;
}

.image {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0px;
    padding-bottom: 20px;
    width: 500px;
}

.image-right {
    float: right;
}

.image-left {
    float: left;
}


.site-header {
    font-family: 'Open Sans';
    font-size: 16px;
    background-color: #f2f5f7;
    padding: 30px;
}

    .site-header a {
        text-decoration: none;
        color: #4b555b;
        font-weight: 400;
    }

        .site-header a:hover {
            color: #4b555b;
        }

.logo > a > div {
    line-height: 18px;
    font-size: 14px;
    position: absolute;
    display: inline-block;
    padding-left: 15px;
    padding-top: 60px;
}

.contact-info {
    text-align: right;
    font-weight: 600;
    font-size: 28px;
    padding-top: 60px;
}

.contact-info-phone {
}

.contact-info-address {
    display: block;
    font-size: 14px;
}

/*Tourism*/

.povolzhye-banner {
    padding: 15px;
    border: 0px solid #aaa;
    width: 220px;
    line-height:50px;    
    float: right;
}


/*INVESTORS PAGE*/
.investors-img {
    position: relative;
    background-image: url('/Content/img/investinsaratov_ru.jpg');
    background-position: center;
    height: 350px;
    text-align: left;
}

.investors-img-text {
    position: absolute;
    left: 10px;
    top: 10px;
    margin: 0 auto;
    text-transform: uppercase
}

.investors-img-line1 {
    color: #fff;
    text-shadow: 0 0 5px #bbb;
    font-size: 24px;
}

.investors-img-line2 {
    display: block;
    color: #0089a1;
    font-size: 16px;
}
/*END OF INVESTORS PAGE*/

.index-page-image {
    /*background-image: url('/Content/img/saratov-on-the-volga.jpg');*/
    position: relative;
    height: 500px;
    /*background-image: linear-gradient(180deg, white 5%, transparent 30%, transparent 50%), url('/Content/img/head-5.jpg');*/
    background-image: linear-gradient(180deg, white 0%, transparent 30%, transparent 50%), url('/Content/img/header/img-1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
}

.bg-carousel {
    border: 1px solid red;
}

.news-block {
    position: relative;
    border: 1px solid #efefef;
    /*box-shadow: 0 0 15px 2px #f3f3f3;*/
    background-color: white;
    padding: 0px;
    margin: 10px auto;
    height: 100%;
}

    .news-block a {
        text-decoration: none;
    }

    .news-block .news-block-img {
        position: relative;
        height: 200px;
        width: 100%;
        padding: 0px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .news-block .news-block-body {
        padding: 10px;
    }

    .news-block .news-block-date {
        position: relative;
        padding: 0px 0px;
        height: 32px;
        line-height: 30px;
        font-family: 'Ubuntu';
        color: #aaa;
        font-size: 16px;
    }

    .news-block .news-block-caption {
        position: relative;
        padding: 0px;
        margin: 0px;
        border: 0px solid red;
        font-size: 16px;
        color: #444;
        font-family: "Noto Serif";
        line-height: 16px;
        height: 70px;
        overflow: hidden;
        text-overflow: ellipsis;
        text-decoration: none;
    }

        .news-block .news-block-caption:hover {
            text-decoration: underline;
        }

/*Content */
.content {
    padding: 50px 0;
}

.top-space {
    padding-top: 30px;
}

.procurement {    
      
}
.procurement-block {
    border: 0px solid green;
    padding: 10px;
    margin: 15px 10px;
    
}
.procurement-icon-pdf {
    padding-bottom:5px;
}
.procurement-icon-pdf img {
    width: 100px;
    margin: 0 auto;
    display: block;
}
.procurement-icon-pdf-filename {
    position:relative;    
    padding-top:5px;        
    text-align:center;
}
/* footer */
footer {
    padding-top: 100px;
}

.site-footer {
    margin-top: 30px;
    font-size: 14px;
}

    .site-footer h4 {
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 500;
    }

    .site-footer p {
        padding-top: 3px;
    }

    .site-footer ul {
        display: normal;
        list-style-type: none;
    }

    .site-footer li {
        position: relative;
        left: -40px;
        display: list-item;
    }

        .site-footer li a {
            color: #666;
        }

            .site-footer li a:hover {
                text-decoration: none;
                color: #222;
            }

.text-caption {
    font-size: 16px;
    padding: 10px 0;
    font-weight: 600;
    text-align: center;
}

/*Validation errors*/
.field-validation-error {
    color: firebrick;
}

/* Admin Control Panel*/

.news-row {
    overflow: hidden;
    max-height: 150px;
    text-overflow: ellipsis;
}

.go-to-news {
    padding-bottom: 50px;
}
