

.header{height: 100px; text-align: center; background: grey; color:#fff}
.center{min-height: 1000px;}
.footer{
	height: 50px;
    background:grey;
    padding: 4px;
}
.left{width: 150px}
.topmenu{}


.dropdown-custom > .dropdown-menu {
 min-width:220px;
 padding:10px;
}





/*Карусель слайдер*/
 .carousel-inner h2{
        margin: 0;     
        color: #666;
        padding-top: 90px;
        font-size: 52px;
        font-family: "trebuchet ms", sans-serif;    
    }
    .item {
        background: #aaa; 
        text-align: center;
        height: 300px !important;
    }
	
	/*
	.item:nth-child(1)  {
	background: red;
	}
	.item:nth-child(2) {
	background: blue;
	}
	.item:nth-child(3) {
	background: green;
	}
	.item:nth-child(4) {
	background: #dfa ;
	}
	.item:nth-child(5) {
	background: #ddd;
	}
	*/
	
    .carousel{
        margin-top: 20px;
    }
	.img1{
		width:150px;
	}
	
	.name{
	display:block;
	width: 100%;
	margin-bottom:20px;
	}
	.msg{
	white-space: pre-wrap;
	
	}
	.cod{
	/*white-space: pre-wrap;*/
	background-color: #dadada;
	}

	.cod pre{
		display: block;
        padding: 9.5px;
        margin: 0 0 10px;
        font-size: 13px;
        line-height: 1.42857143;
        color: #333;
        word-break: break-all;
        word-wrap: break-word;
        background-color: transparent;
        border: 0px;
        border-radius: 0px;
	}
	
	