/*!
 * Start Bootstrap - Creative Bootstrap Theme (http://startbootstrap.com)
 * Remake for main Site
 */
 
/*!
For the images thumbhails
*/  
.thumbUnSign {
    width: 120px;
    height: 120px;
    filter: none; /* IE6-9 */ 
    -webkit-filter: grayscale(0); 
    border-radius:5px; 
    background-color: #fff; 
    border: 1px solid #ddd; 
    padding:4px; 
    margin:4px;
}

.thumb {

    height: 120px;
    filter: none; /* IE6-9 */ 
    -webkit-filter: grayscale(0); 
    border-radius:5px; 
    background-color: #fff; 
    border: 1px solid #ddd; 
    padding:4px; 
    margin:4px 4px 0px;
}

.thumbInfoUnSign {

    height: 160px;
    filter: none; /* IE6-9 */ 
    -webkit-filter: grayscale(0); 
    border-radius:5px; 
    background-color: #fff; 
    border: 1px solid #ddd; 
    padding:4px; 
    margin:4px;
}

.thumbInfo {

    height: 160px;
    filter: none; /* IE6-9 */ 
    -webkit-filter: grayscale(0); 
    border-radius:5px; 
    background-color: #fff; 
    border: 1px solid #ddd; 
    padding:4px; 
    margin:4px 4px 0px;
}

/* Text font into body */
body {
    font-family: Merriweather,'Helvetica Neue', Verdana, sans-serif;
}

/* Font for text within p-tags */
p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.5;
}



/* Date and other select within p-tag */
.select {
	color: #996666; /* Цвет текста */
    font-weight: 600; /* Жирное начертание */
}

/* Date and other select within p-tag */
.selectRed {
    color: #CC0000; /* Цвет текста */
    font-weight: 600; /* Жирное начертание */
}


header {
    position: relative;
    width: 100%;
    min-height: auto;
    text-align: center;
    color: #fff;
    background-image: url(http://history-belarus.com/img/header.jpg);
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

/*Parameters of HeaderContent*/

header .header-content {
    position: relative;
    width: 100%;

    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
}