.left{
	float: left;
}
.right{
	float: right;
}


body{
	background: url(../img/background.png) no-repeat top center;
}

footer{
	background: #c9a0dc;
	color: #fff;
	margin: 20px 0 0 0px!important;
}

footer > .bottom {
		padding-left: 10%;
		padding-right: 10%;
}

body > .container{
		background: #fff;
}

.leftmenu{
	background: #9966cc;
	color: #fff;
	width: 90%;
	padding: 0px;
	margin-left: 10px;
	border-radius: 10px;
}

.leftmenu > li{
	list-style-type: none;
	font-size: 11pt;
	padding: 5px 20px;
}

.leftmenu > li > a{
	color: #fff;
	text-decoration: underline;
}

.centermenu , .bottommenu{
	padding: 5px 20px;
	margin-top: 10px;
}
.centermenu a , .bottommenu a {
	padding: 5px 20px;
	list-style-type: none;
	margin-top: 10px;
	text-decoration: none;
}

.nav-pills{
    list-style: none;
}
.nav-pills ul{
    list-style: none;
}
.centermenu .nav-pills{
    display: inline-block;
}
.centermenu .nav-pills>li>a{
    
    padding: 0px 20px;
    display: inline-block;
    border-right: 1px solid #000;
    border-radius: 0px;
    text-decoration: none;
    margin-bottom: 10px;
    color:#000;
    
 }
 
  .centermenu .nav-pills>li>a:hover{
    color: #8e5fb1;
 }
 
  .centermenu .nav-pills>li:first-child>a{
    border-left: 1px solid #000;
  }
.centermenu .nav-pills li:hover> ul{
    display: block;
}
.centermenu .nav-pills>li ul{
    position: absolute;
    background: #fff;
    border-radius:10px;
    box-shadow: 0px 2px 10px 1px #CFCBCB;
    /*width: 300px;*/
    display: none;
   padding: 0px 0px;
    z-index: 100;
    
}

.centermenu .nav-pills>li>ul{
    /*background:#0082ba ;*/
}
.centermenu .nav-pills>li ul>li{
    padding: 10px 20px;
}
.centermenu .nav-pills>li ul>li a{
    padding: 0;
    margin:0;
    color:#000;
    display:block
}

.centermenu .nav-pills>li ul>li>a:hover{
    color: #8e5fb1;
    text-decoration: none;
    
}
.centermenu .nav-pills>li>ul ul{
    left: 300px;
    margin-top: -41px;
}

.centermenu  > a{
	color: #000;
}

.bottommenu a{
	color: #fff;
}

.centermenu > a:hover{
	color: #9966cc;
	text-decoration: none;
}

.titleblock{
	padding-bottom: 10px;

}

.titleblock > a{
	background: #b57edc;
    padding: 10px;
    color: #fff;
    text-decoration: none;
    font-size: 17pt;
    width: 100%;
    display: block;
    text-align: center;
}

.titleblock > a:hover{

	color: #fff;

}


.titleblock > a:hover{
	background: #9966cc;
}

a{
	text-decoration: underline;
	color: #8e5fb1;
}
a:hover{
		color: #8e5fb1;
}

.date{
	color: #8e5fb1;
	font-weight:bold;
}

.bottomblock{
	margin-top: 2%;
	padding-left: 3%;
	padding-right: 3%;
}

.btn-danger,.btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active, .open>.dropdown-toggle.btn-danger{
	background: #a46fd2 ;
	border-color: #a46fd2 ;
	width: 100%;
	padding:5%;
	border-radius: 20px;
	font-size: 12pt;
}

.btn-danger:hover, .btn-danger:after{
	background: #9966cc;
	border-color:#9966cc;
}

.leftmenu2{
	background: #f7f7f8;
}

.leftmenu2  > li > a{
	color: #000;
}

.phone{
	font-size: 15pt;
}

.carousel-control{
	background: none !important;
	color: #000;
	 bottom: -60%;
}

.carousel-control:hover, .carousel-control:focus{
	color: #000;
}

.carousel-indicators li{
	border-radius: 0px;
	background-color: #fff;
}

.carousel-indicators .active{
	background-color:#9966cc;
}

.info{
	padding-top: 10px;
}


.schetchik{
	margin-top: 80px;
}

.adress{
	margin-top: 40px;
}

.carousel {
	margin-right: 3%;
	margin-left: 3%;
}

.logo{
	position: absolute;
	z-index: 2;
    width: 50%;
}
.logo-foot{
    max-width: 100%;
}

.carousel-caption{
	bottom: 50%;
	right: -20%;
	color: #000;
}

.carousel-caption > div{
	background-color: #fff;
	opacity: 0.6;

}

.text-carusel{
	position: absolute;
	  right: 30%;
    top: 2%;
}

.left-block{
	margin-top: 20px;
}


 .title{
 	padding-top: 10px;
 	padding-bottom: 10px;
 	color: #9955bb;
 }

 .text-news{
 	padding: 10px;
 }

 .right-block{
 	margin-left: 10px;
 }

 .ptitle{
 	 	color: #9955bb;
 }

 .titlename{
 		margin-top: 5px;
 }
 .stuff-image-page .left{
    padding-right: 10px;
    
 }
 
 .mybut{
    text-decoration: none;
    color: #fff;
    background: #9966cc;
    border-radius: 10px;
    /*border: 1px solid #6F2089;*/
    padding: 10px;
    font-size: 25px;
    box-shadow: 0px 2px 5px rgb(134, 122, 137);
 }
 
 .mybut:hover{
    text-decoration: none;
    color:#fff;
    background: #8e5fb1;
    border-radius:10px;
   /* border: 1px solid #000;*/
 }
 .carousel-control.left,.carousel-control.right{
    z-index: 2;
height: 50px;
top: 50%;
 }
 
 .left-block .text-center .btn{
    width: 90% !important;
 }
 
 .banner{
    margin-top: 20px;
 }
 
 .spec{
    float: none;
    width: 25%;
    vertical-align: top;
    display: inline-block;
    margin-bottom: 15px;
 }