﻿/* CSS Document */

#div-menu ul li a {
        padding: 19px 70px 15px 0px!important;
}

/* 5 БЛОКОВ ПОД МЕНЮ */

#div-start {
    padding: 28px 0px;
    border-bottom: #dbe2e3 1px solid;
}

.div-start-item {
    margin-right: 11px;
    -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.07);
    -moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.07); 
    box-shadow: 2px 2px 5px rgba(0,0,0,0.07);
    float: left;
}

    .div-start-item:hover {
        -webkit-box-shadow: 5px 8px 5px rgba(0,0,0,0.2);
        -moz-box-shadow: 5px 8px 5px rgba(0,0,0,0.2);
        box-shadow: 5px 8px 5px rgba(0,0,0,0.2);
        float: left;
    }

#div-start-item-1 {
    background: #ffffff url("/Frontend/_Images/start_item_1.png") no-repeat 100px 60px;
}

#div-start-item-2 {
    background: #ffffff url("/Frontend/_Images/start_item_2.png") no-repeat 140px 80px;
}

#div-start-item-3 {
    background: #ffffff url("/Frontend/_Images/start_item_3.png") no-repeat 140px 70px;
}

#div-start-item-4 {
    background: #ffffff url("/Frontend/_Images/start_item_4.png") no-repeat 160px 70px;
}

#div-start-item-5 {
    background: #ffffff url("/Frontend/_Images/start_item_5.png") no-repeat 160px 70px;
}

.div-start-item p {
    font-weight: bold;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 1.8em;
    line-height: 1.3;
}

    .div-start-item p a {
        padding: 18px;
        width: 195px;
        min-height: 117px;
        display: block;
        text-decoration: none;
    }

/* НОВОСТИ ПРОФСОЮЗА */

#div-news {
    padding: 28px 0px;
    border-bottom: #dbe2e3 1px solid;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    position: relative;
}

    #div-news h1 {
        font-size: 2.2em;
        text-align: center;
        padding-bottom: 20px;
		color: #1a9669;
    }

#div-news a {
    text-decoration: none;
}

    #div-news a:hover {
        text-decoration: underline;
    }


#div-newsBlock {
    padding: 25px;
    background: #ffffff;
}

#div-newsBlock-left {
    float: left;
    width: 768px;
    background: #ffffff;
    position: relative;
}

    #div-newsBlock-left a {
        display: block;
        overflow: hidden;
    }

        #div-newsBlock-left a span {
            display: block;
            width: 200%;
            height: 337px;
            margin-left: -50%;
        }

    #div-newsBlock-left img {
        min-height: 337px;
        margin: 0 auto 0 auto;
        min-width: 50%;
        max-width: 100%;
        display: block;
    }

    #div-newsBlock-left h2 {
        font-size: 1.8em;
        text-transform: uppercase;
        padding: 15px;
        position: absolute;
        top: 0px;
        z-index: 9998;
        overflow: hidden;
		
    } 

#div-newsBlock-left-text {
    padding: 10px 0px;
}

    #div-newsBlock-left-text h4 {
        font-weight: bold;
        font-size: 1.8em;
        padding-bottom: 10px;
    }

        #div-newsBlock-left-text h4 a {
            text-decoration: none;
        }

            #div-newsBlock-left-text h4 a:hover {
                text-decoration: underline;
            }

    #div-newsBlock .p-date {
        font-weight: bold;
        font-size: 1.4em;
        padding: 11px;
        width: 150px;
       
    }

    #div-newsBlock-left-text p {
        font-size: 1.5em;
        padding-top: 15px;
        line-height: 1.3;
        text-align: justify;
		color: #144758;
    }

#div-newsBlock-right {
    width: 287px;
    float: right;
    padding: 25px 25px 5px 25px;
    border: #d7e2e4 1px solid;
}

.div-newsBlock-right-item img {
    width: 287px;
    height: 178px;
}

.div-newsBlock-right-item p {
    font-size: 1.4em;
    padding: 10px 0px;
    line-height: 1.3;
	text-align: justify;
}

    .div-newsBlock-right-item p a {
        text-decoration: none;
    }

        .div-newsBlock-right-item p a:hover {
            color: #144758;
            text-decoration: underline;
        }

.div-newsBlock-right-item {
    padding-bottom: 30px;
}

/* СОБЫТИЯ */

#div-events {
    padding: 28px 0px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

#div-eventsBlock {
    padding: 25px;
    background: #ffffff;
    position: relative;
}

    #div-eventsBlock h3 {
        font-size: 2.2em;
        font-weight: bold;
    }

    #div-eventsBlock a {
        text-decoration: none;
    }


        #div-eventsBlock a:hover {
            text-decoration: underline;
        }


.div-eventsBlock-item {
    padding: 20px 0px;
    border-bottom: #eaf0f1 1px solid;
}

    .div-eventsBlock-item:last-child {
        border-bottom: none;
    }

    .div-eventsBlock-item h5 {
        font-size: 1.5em;
        font-weight: bold;
    }

            .div-eventsBlock-item h5 a:hover {
                color: #1a9669 !important;
            }

    .div-eventsBlock-item p {
        font-size: 1.5em;
        text-align: justify;
        padding-top: 10px;
        line-height: 1.3;
    }




