



.boxedcontainer		{	max-width: 1170px; margin:auto; padding:0px 30px;}

/*********************************************
	-	SETTINGS FOR BANNER CONTAINERS	-
**********************************************/

.tp-banner-container{
	width:100%;
	position:relative;
	padding:0;

}

.tp-banner{
	width:100%;
	position:relative;
}

.tp-banner-fullscreen-container {
		width:100%;
		position:relative;
		padding:0;
}

.min-title{
	font-size:14px;
	line-height: 1.5;
}
.info-color{
	color: #A4A3A3;
    font-weight: 100;
}
.leng{
	width: auto !important;
    margin-bottom: 4px !important;
    border: 1px solid #CCCCCC  !important;
    padding: 1px !important;
    border-radius: 2px !important;
}
.contactInput{
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
    border-bottom: 2px solid #1166A0 !important;
	outline:none !important;
}
.max{
	max-width:700px !important;
    height: 95px !important;
	max-height:400px !important;
}
.do_posle{
	text-align:center;
	color:#000;
	margin:15px;
	font-size:22px;
	
	
}

	.dental_tour p {
		margin: 7px 0;
		padding: 10px 0;
	}

	.dentist-ge {
		color: #0f62ab;
		font-weight: bold;
		font-style: italic;
	}
	
	.dental_tour ol li {
		list-style: whitesmoke;
		list-style-type: decimal;
		margin-left: 15px;
		line-height: 25px;
	}
	h4.day {
		font-size: 17px;
		color: #da2222;
		margin: 10px 0;
	}
	.dental_button{
		border-radius: 5px;  
		padding: 11px 0;
		background:#0F79C7;
	}
	.dental_button a{
		 color: #fff !important; padding:10px 24px;
	}
	
	
	@-webkit-keyframes rainbow {
	0% {background: #d51ebd;}
	50% {background: #0F79C7}
	100% {background: #d51ebd;}
}

@keyframes rainbow {
	0% {background: #d51ebd;}
	50% {background: #0F79C7}
	100% {background: #d51ebd;}
} 

.dental_button {
	background: #d51ebd;
	display: block;
	color: #fff;
	webkit-animation: rainbow 2s linear 2s infinite;
	animation: rainbow 2s linear 2s infinite;
}

@-webkit-keyframes rainbow1 {
	0% {background: #0F79C7;}
	50% {background: #d51ebd}
	100% {background: #0F79C7;} 
} 

@keyframes rainbow1 {
	0% {background: #0F79C7;}
	50% {background: #d51ebd}
	100% {background: #0F79C7;} 
} 




 .item_img{
		  width: 90px;
		height: 90px;
		margin: 0 auto;
	  } 
	  .carousel-caption{
		 position: initial;
		     margin: 20px 0;
	  }
	  .carousel-inner {
		position: relative;
		overflow: hidden;
		width: 100%;
		height: auto;
	}
	.carousel-control.right{
		background-image:none;
	}
	  
	.carousel-control.left{
		background-image:none;
	}
	.modal-dialog {
		width: 600px;
		margin: 100px auto;
	}
	
	.rating {
    float:left;
}

.rating:not(:checked) > input {
    position:absolute;
    top:-9999px;
    clip:rect(0,0,0,0);
}

.rating:not(:checked) > label {
    float:right;
    width:1em;
    padding:0 .1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:200%;
    line-height:1.2;
    color:#ddd;
}

.rating:not(:checked) > label:before {
    content: '★ ';
}

.rating > input:checked ~ label {
    color: #f70;
}

.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
    color: gold;
}

.rating > input:checked + label:hover,
.rating > input:checked + label:hover ~ label,
.rating > input:checked ~ label:hover,
.rating > input:checked ~ label:hover ~ label,
.rating > label:hover ~ input:checked ~ label {
    color: #ea0;
}

.rating > label:active {
    position:relative;
    top:2px;
    left:2px;
}
