@media (min-width:640px) {
.Banner {
text-align:center;
clear:both;
width:100%;
margin:0 auto 10px!important
}
}
@media (min-width:300px) and (max-width:600px) {
.Banner {
text-align:center;
clear:both;
margin-top:20px;
margin-bottom:20px;
}
}
.Kdsgn-Search {
	text-align:center;
	margin:0 auto;
	clear:both;
	margin-top:20px;
	margin-bottom:10px;
	display:table
}
@media (min-width:640px) {
.Kdsgn-Sections {
width:98%;
overflow:hidden;
margin:0 auto;
background-color:rgba(251, 251, 251, 0.41);
border-radius:10px;
clear:both;
margin-top:15px;
margin-bottom:15px;
border:4px solid #fff
}
.Kdsgn-Sections > ul {
list-style:none;
display:inline-block;
padding-left:0
}
.Kdsgn-Sections > ul > li {
padding:5px;
margin-left:5px;
margin-bottom:5px;
float:left;
text-align:center!important;
color:#292727!important
}
.Kdsgn-Sections > ul > li:hover {
color:#B3370E!important;
background-color:rgba(241, 236, 236, 0.73)!important
}
}
@media (min-width:300px) and (max-width:767px) {
.Kdsgn-Sections {
	overflow: hidden;
	margin: 0 auto;
	background-color: rgba(251, 251, 251, 0.41);
	border-radius: 10px;
	clear: both;
	margin-top: 15px;
	margin-bottom: 15px;
	border: 4px solid #fff;
}
.Kdsgn-Sections > ul {
    list-style: none;
    display: inline-block;
    padding: 10px;
    text-align: center;
}
.Kdsgn-Sections > ul > li {
	background: rgba(255, 255, 255, .90);
	font-size: 14px;
	text-align: center;
	padding: 2px 8px;
	color: #292727;
	display: inline-block;
	margin: 2px;
}
.Kdsgn-Sections > ul > li:hover {
color:#B3370E!important;
background-color:rgba(241, 236, 236, 0.73)
}
}
.Calendar {
	display:table;
	margin:0 auto;
	padding:10px
}
.tryOutWrap {text-align: center;
    font-weight: bold;
    clear: both;
    margin-top: 6px;
    margin-bottom: 6px;}
.centerBlock {margin:0 auto; float:none}
.textCenter {text-align:center}
.searchInp {border:1px solid #BFBFBF; width:250px}
.newsLett {border:1px solid #BFBFBF; width:200px}
.clear-row {clear:both}
.left-bann { width:72%; float:left;}
.right-bann {width:28%; float:left; text-align:center}
@media (max-width:992px) {
	.left-bann { width:unset; float:none;}
	.right-bann {width:unset; float:none;}
}