.clearfix {
	*zoom: 1;
}
.clearfix:before,
.clearfix:after {
	display: table;
	content: "";
	line-height: 0;
}
.clearfix:after {
	clear: both;
}
body{
	font-family: 'Open Sans', sans-serif;
	color: #666666;
}
.wrap{
	width: 1134px;
	margin: 0 auto;
}

/*шапка*/
header{
	position: relative;
}
header .logo{
	margin-top: 50px;
	width: 222px;
	height: 85px;
	display: inline-block;
	background: url(../img/logo.png);
	cursor: pointer;
}
header .head-img {
	float: right;
	height: 236px;
}
header .head-img img{
	width: 858px;
	height: 236px;
}
header .slogan{
	position: absolute;
	padding: 0 35px;
	background:  rgba(158, 191, 253, 0.8);
	bottom: 0;
	color: white;
	font-size: 28px;
	font-family: tahoma, sans-serif;
}

/*навигационное меню*/
nav.top-menu{
	font-weight: 600;
	background: #e7e7e7;
	-webkit-box-shadow: 0px 20px 14px 0px rgba(50, 50, 50, 0.37);
	-moz-box-shadow:    0px 20px 14px 0px rgba(50, 50, 50, 0.37);
	box-shadow:         0px 20px 14px 0px rgba(50, 50, 50, 0.37);
}
nav.top-menu ul.main-menu{
	position: relative;
	padding-left: 0px;
	display: table;
	width: 102%;
	margin: 0;
	height: 45px;
}
ul.main-menu>li{
	list-style: none;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	max-width: 150px;
	border-bottom: 3px solid #e7e7e7;
}
nav.top-menu ul.main-menu li:first-child{
	text-align: left;
}
nav.top-menu ul.main-menu li a{
	font-size: 13px;
	color: #363636;
	text-decoration: none;
}
nav.top-menu ul li a:hover{
	text-decoration: underline;
}
nav.top-menu ul li.submenu-1:hover{
	border-bottom: 3px solid #b0360b;
}
nav.top-menu .main-menu .submenu-layer-1,
nav.top-menu .main-menu .submenu-layer-2{
	font-size: 12px;
	font-weight: normal;
	background: url(../img/submenu-1.png) no-repeat;
	display: none;
	z-index: 9000;
	margin-top: 13px;
	position: absolute;
}
nav.top-menu a.active {	color: #5f98c9;
}
nav.top-menu .main-menu .submenu-layer-1 a,
nav.top-menu .main-menu .submenu-layer-2 a{
	text-decoration: none;
}
nav.top-menu .main-menu .submenu-layer-1 a:hover,
nav.top-menu .main-menu .submenu-layer-2 a:hover{
	color: #5f98c9;
}
nav.top-menu .main-menu .submenu-layer-2{
	background: url(../img/submenu-2.png) no-repeat;
	margin-left: 246px;
	width: 260px;
	margin-top: -32px;
}
.submenu-layer-2>li{
	background: #fcfcfc;
	width: 250px;
	border-right: 1px solid #E2E2E2;
	margin-left: 15px;
	padding: 5px;
}
.submenu-2 ul li:first-child{
	border-top: 1px solid #E2E2E2;
}
.submenu-2 ul li:last-child{
	border-bottom: 1px solid #E2E2E2;
}
.submenu-1 ul li {
	display: block;
}
.submenu-layer-1>li{
	z-index: 6;
	background: #fcfcfc;
	width: 250px;
	border: 1px solid #E2E2E2;
	border-top: none;
	border-bottom: none;
	text-align: left;
	padding: 5px;
	display: block;
}
.submenu-layer-1>li:first-child{
	margin-top: 20px;
}
.submenu-layer-1>li:last-child{
	border-bottom: 1px solid #E2E2E2;
}
.submenu-1 ul{
	padding: 0;
	display: block;
}

/*правая колонка*/
.right-block{
	width: 554px;
	float: right;
	margin-top: 35px;
}
.right-block h2{
	color: black;
	font-weight: bold;
	font-size: 17px;
	text-transform: uppercase;
	position: relative;
	top: -3px;
	display: inline;
	padding-right: 15px;
	background: white;
}
h3, h3 div, h3 p{
/*	color: black;*/
	font-weight: bold;
	font-size: 16px !important;
/*	text-transform: uppercase;*/
	position: relative;
	display: block;
}
.line-h2{
	/*background: url(../img/line.png);*/
	/*width: 100%;*/
	overflow: hidden;
	position: relative;
	width: 550px;
	/*height: 16px;*/
	display: inline-block;
}
.right-block .line-h2 {
	background: url(../img/line.png);
	width: 100%;
	overflow: hidden;
	position: relative;
	height: 16px;
	display: inline-block;
}
.blue-line {
	display: inline-block;
	background: url(../img/line.png);
	width: 100%;
	height: 16px;
	/*margin-top: 10px;*/
	position: absolute;
	float: left;
}
.menu-info{
	padding-bottom: 30px;
	border-bottom: 1px solid #e2e2e2;
}
.menu-info a{
	font-weight: bolder;
	color: #5f98c9;
	font-size: 13px;
	min-width: 261px;
	max-width: 261px;
	display: inline-block;
	line-height: 18px;
	word-wrap: break-word;
	padding-bottom: 8px;
	vertical-align: top;
}
.menu-info a:hover{
	text-decoration: none;
}
.slider,
.slider-index{
	height: 560px;
	margin-top: 30px;
	border-bottom: 1px solid #e2e2e2;
	overflow: hidden;
}
.slider-index{
	margin-top: 0;
}
.monitoring{
	float: left;
	margin-top: 20px;
	width: 261px;
	border-bottom: 1px solid #e2e2e2;
	margin-bottom: 20px;
}
.monitoring .date{
	font-size: 10px;
	display: inline-block;
}
.monitoring .link{
	margin-bottom: 15px;
}
.monitoring .link a{
	font-weight: bolder;
	color: #5f98c9;
	line-height: 18px;
	font-size: 13px;
	word-wrap: break-word;
	text-decoration: none;
}
.monitoring .link a:hover{
	text-decoration: none;
}
.monitoring .text{
	font-size: 12px;
}
.speech{
	margin-top: 20px;
	float: left;
	width: 246px;
	margin-left: 32px;
	border: 4px solid #6099fb;
	position: relative;
}
.speech .text{
	font-style: italic;
	font-size: 13px;
	padding: 5px;
	color: #6099fb;
}
.speech:after, .speech:before {
	top: 100%; left: 25%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.speech:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #ffffff;
	border-width: 15px;
	margin-left: -15px;
}
.speech:before {
	border-color: rgba(96, 153, 251, 0);
	border-top-color: #6099fb;
	border-width: 21px;
	margin-left: -21px;
}
.chief{
	margin-top: 20px;
	float: right;
	background: url(../img/chief.png);
	width: 264px;
	height: 120px;
	margin-bottom: 20px;
}
.chief img{
	float: right;
	padding: 25px 10px 0 5px;
}
.chief .name{
	line-height: 22px;
	padding: 10px;
	width: 140px;
	font-size: 23px;
	color: #5f9afb;
	font-weight: bold;
}
.chief .post{
	padding-left: 10px;
	width: 140px;
	font-size: 11px;
}
.right-block .slogan{
	font-size: 28px;
	clear: both;
	font-style: italic;
	color: white;
	font-weight: bold;
	background: #66a1f8;
	line-height: 28px;
}
.right-block .slogan .text{
	margin: 10px;
	padding: 10px 10px;
	display: inline-block;
	vertical-align: middle;
	border: 1px white dashed;
}
.right-block .slogan .text span{
	float: right;
}
.our-people{
	margin-top: 40px;
}
.our-people img{
	float: left;
	margin-top: 10px;
	margin-right: 28px;
}
.our-people a{
	font-weight: bolder;
	color: #5F98C9;
	font-size: 15px;
	margin-bottom: 40px;
	text-decoration: none;
}
.our-people a:hover{
	text-decoration: none;
}
.our-people .text{
	margin-top: 40px;
	font-size: 13px;
	font-style: italic;
}
.competition{
	margin-top: 40px;
}
.competition .wrap-foto{
	margin-top: 10px;
	position: relative;
}
.competition .wrap-foto .sign{
	position: absolute;
	margin-top: -50px;
	background:  rgba(158, 191, 253, 0.7);
	width: 100%;
	height: 45px;
}
.competition .wrap-foto .sign .text{
	padding: 10px;
	font-size: 13px;
	color: white;
}
.competition a{
	display: inline-block;
}

/*левая колонка (основной контент)*/
.left-block{
	float: left;
	width: 550px;
	margin-top: 35px;
}
.left-block h2{
	color: black;
	font-weight: bold;
	font-size: 17px;
	text-transform: uppercase;
	/*position: relative;*/
	top: -3px;
	display: inline;
	padding-right: 15px;
/*	background: white;*/
  position: relative;
}

ul#bread-crumbs{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul#bread-crumbs li{
	display: inline-block;
}
ul#bread-crumbs li a{
	color: #666;
	font-size: 12px;
}
ul#bread-crumbs li a:hover{
	text-decoration: none;
}
ul#bread-crumbs li:after{
	font-size: 12px;
	content: " /";
}
ul#bread-crumbs li:last-child:after{
	content: "";
}
.form-faq{
	margin-top: 30px;
}
form textarea.text{
	float: left;
}
.form-faq .btn {
	float: right;
	background: #79d5fa;
	background-image: -webkit-linear-gradient(top, #79d5fa, #64b1f0);
	background-image: -moz-linear-gradient(top, #79d5fa, #64b1f0);
	background-image: -ms-linear-gradient(top, #79d5fa, #64b1f0);
	background-image: -o-linear-gradient(top, #79d5fa, #64b1f0);
	background-image: linear-gradient(to bottom, #79d5fa, #64b1f0);
	-webkit-border-radius: 5;
	-moz-border-radius: 5;
	border-radius: 5px;
	color: #ffffff;
	border: none;
	font-size: 20px;
	padding: 10px 20px 10px 20px;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
}
.form-faq .btn:hover {
	background: #3cb0fd;
	background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
	background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
	background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
	background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
	background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
	text-decoration: none;
}
article.faq{
	margin-top: 20px;
}
article.faq .block-quest-reply{
	padding-top: 40px;
}
article.faq .block-quest-reply:first-child{
	padding-top: 10px;
}
article.faq .img-faq{
	margin: 0 25px;
	background: url(../img/faq.png);
	float: left;
	width: 57px;
	height: 55px;
}
article.faq .text{
	float: left;
	width: 430px;
	padding-bottom: 20px;
	border-bottom: 1px solid #E2E2E2;
}
article.faq .question{
	min-height: 55px;
	font-weight: bold;
	font-style: italic;
	font-size: 13px;
	color: black;
}
article.faq .reply{
	margin-top: 10px;
	padding-left: 40px;
	font-size: 13px;
}
.pagination{
	display: inline-block;
	margin-top: 20px;
	margin-left: 100px;
}
.pagination .item{
	display: inline;
}
.next, .prev{
	display: inline;
}
.pagination a{
	border-left: 2px solid white;
	border-right: 2px solid white;
	padding: 5px 5px;
	border-radius: 5px;
	font-size: 14px;
	font-weight: bold;
	color: black;
	text-decoration: none;
}
.pagination a.active{
	background: #5f98c9;
}
.pagination .item>a:hover{
	border: 2px solid #5f98c9;
}

/*подвал*/
footer{
	margin-top: 20px;
	height: 280px;
	background: #f6f6f6;
}
.footer-wrap{
	padding-top: 35px;
}
footer .logo{
	float: left;
	width: 118px;
	height: 45px;
	display: block;
	background: url(../img/logo-footer.png);
}
footer ul.menu{
	margin: 0;
	padding: 10px 0 0 0;
	width: 200px;
	margin-left: 80px;
	float: left;
	list-style: none;
	border-top: 1px solid #E2E2E2;
}
footer ul.menu a{
	font-size: 12px;
	line-height: 24px;
	color: #666666;
	text-decoration: none;
}
footer ul.menu a:hover{
	color: #5f98c9;
}
footer .address{
	padding-top: 10px;
	font-size: 13px;
	float: left;
	width: 325px;
	margin-left: 80px;
	border-top: 1px solid #E2E2E2;
}
footer .address span{
	font-weight: bold;
}
footer .address span.mail{
	color: #5f98c9;
}
footer .social-search{
	padding-top: 10px;
	margin-left: 55px;
	float: left;
	border-top: 1px solid #E2E2E2;
}
footer form{
	position: relative;
}
footer .social-search input[type="text"], .search-page form input[type="text"]{
	border-radius: 5px;
	width: 235px;
	font-style: italic;
	font-size: 12px;
	background: #f3f3f3;
	border: 1px solid #E2E2E2;
}
.search-page form input[type="text"] {	width: 491px;
}
footer .social-search input[type="submit"], .search-page form  input[type="submit"]{
	top: 0;
	right: 0;
	background: linear-gradient(to bottom, #79D5FA, #64B1F0) repeat scroll 0% 0% #79D5FA;
	border-radius: 5px;
	color: #FFF;
	border: medium none;
	font-size: 8px;
	padding: 7px 12px;
	text-decoration: none;
	font-weight: bold;
	text-shadow: 1px 1px 3px #666666;
	text-transform: uppercase;
	position: absolute;
}
footer .social-search input[type="submit"]:hover, .search-page form  input[type="submit"]:hover {
	background: #3cb0fd;
	background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
	background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
	background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
	background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
	background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
	text-decoration: none;
}
.search-page form  input[type="submit"] {	position: relative;
}
.social-icons{
	margin-top: 15px;
}
.social-icons a{
	width: 26px;
	height: 26px;
	position: block;
	float: left;
	background: url(../img/sprites-soc.png);
	margin-right: 5px;
}
.social-icons a.rss{
	background-position: 0px 0px;
}
.social-icons a.twitter{
	background-position: 0px -36px;
}
.social-icons a.facebook{
	background-position: 0px -72px
}
.social-icons a.vk{
	background-position: 0px -107px;
}

.social-icons a.inst{
	background-position: 0px -144px;
}

.social-icons a.ok{
	background-position: 0px -180px;
}

/*страница с текстом*/
.left-block p, .left-block div, .left-block .date{
	font-size: 13px;
}
.left-block h1{
	font-size: 20px;
	font-weight: bold;
	color: #5f98c9;
	margin-bottom: -15px;
}

/*список новостей*/
.news-list{
	margin-top: 20px;
}
.news-list .news-block,
.news-list .news-block-small-foto,
.news-list .news-block-no-foto{
	border-bottom: 1px solid #E2E2E2;
	margin-top: 15px;
}
.news-list .title-news{
	margin-bottom: 10px;
	width: 550px;
	text-align: left;
	margin-left: 15px;
}
.news-list .date{
	float: left;
	margin-top: 2px;
/*	margin-left: 15px;*/
	font-size: 10px;
	display: inline-block;
}
.news-page .date{
	margin-top: 5px;
	margin-left: 0px;
	color: #5F98C9;
	margin-bottom: 10px;
	font-size: 14px;
	display: block;
}

.block-quest-reply .date{
	margin-top: 0px;
	margin-left: 0px;
	color: #5F98C9;
	margin-bottom: 5px;
	font-size: 14px;
	display: block;
	font-style: italic;
	font-weight: bold;
}

.news-list .title-news a{
	font-weight: bolder;
	text-align: left;
	padding-left: 20px;
/*	display: inline-block;*/
	color: #5F98C9;
	line-height: 18px;
	font-size: 14px;
	text-decoration: none;
}
.news-list img{
	float: left;
	margin: 0 15px;
	padding-bottom: 20px;
}
.news-list p.text {
	font-size: 13px;
	margin-left: 15px;
	margin-top: 0;
}

/*детальная новость*/
.news-page img {
	padding-right: 10px;
}
.news-page a.img{
	display: block;
	float: left;
	margin: 20px 15px 10px 0;
}
.news-page h1{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
	color: #5f98c9;
	display: inline-block;
}
.news-page p, .news-page{
	font-size: 13px;
}

/*Фотогаларея*/
article.foto h1{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
	color: #5f98c9;
	display: inline-block;
}
article.foto p{
	font-size: 13px;
}

/*слайдер в фотогалерее*/
#carousel-wrapper {
	padding-bottom: 10px;
	position: relative;
}
#carousel, #thumbs {
	overflow: hidden;
}

#carousel img, #thumbs img {	display: block;
}
#carousel span,
#thumbs a  {
	display: block;
	float: left;
}
#carousel span, #carousel a,
#thumbs span, #thumbs a {
	position: relative;
}
#carousel span a {
	width: 100%;
	height: 100%;
	display: block;
	z-index: 1000;
}
#carousel img,
#thumbs img {
	border: none;
/*	width: 100%;*/
	height: 100%;
/*	position: absolute;*/
	margin: 0 auto;
/*	top: 0;
	left: 0;*/
}
#carousel img.glare,
#thumbs img.glare {
	width: 102%;
	height: 350px;
}

#carousel span {
	width: 554px;
	height: 350px;
}

#thumbs-wrapper {
	padding: 20px 40px;
	position: relative;
}
#thumbs a {
	border: 2px solid #899;
	width: 150px;
	height: 100px;
	margin: 0 10px;
	overflow: hidden;
	-webkit-transition: border-color .5s;
	-moz-transition: border-color .5s;
	-ms-transition: border-color .5s;
	transition: border-color .5s;
}
#thumbs a:hover, #thumbs a.selected {
	border-color: #566;
}

#wrapper img#shadow {
	width: 100%;
	position: absolute;
	bottom: 0;
}

#prev, #next {
	background: transparent url('../img/gui/carousel_nav.png') no-repeat 0 0;
	display: block;
	width: 24px;
	height: 24px;
	margin-top: -10px;
	position: absolute;
	top: 50%;
}
#prev {
	background-position: 0 0;
	left: 10px;
}
#next {
	background-position: 0px -34px;
	right: 10px;
}
#prev.disabled, #next.disabled {
	display: none !important;
}

/*второй слайдер*/
#carousel-wrapper2 {
	padding-bottom: 10px;
	position: relative;
}

#carousel2 img, #thumbs2 img {
	display: block;
}
#carousel2 span,
#thumbs2 a  {
	display: block;
	float: left;
}
#carousel2 span, #carousel2 a,
#thumbs2 span, #thumbs2 a {
	position: relative;
}
#carousel2 span a {
	width: 100%;
	height: 100%;
	display: block;
	z-index: 1000;
}
#carousel2 img,
#thumbs2 img {
	border: none;
	width: 100%;
/*	height: 100%;*/
	overflow: hidden;
/*	position: absolute;*/
	margin: 0 auto;
/*	top: 0;
	left: 0;*/
}
#thumbs2 img{
	height: auto;
	width: 100%;
	vertical-align: middle;
}
#thumbs2 img.verticalimg{
	height: 100%;
	width: auto;
	vertical-align: middle;
}
#carousel2 img.glare,
#thumbs2 img.glare {
	width: 102%;
	height: auto;
	display: none;
}

#carousel2 span {
	width: 554px;
	height: 313px;
}

#thumbs-wrapper2 {
	padding: 20px 40px;
	position: relative;
}
#thumbs2 a {
	text-decoration: none;
	width: 150px;
	height: 100px;
	line-height: 100px;
	margin: 0 10px;
	-webkit-transition: border-color .5s;
	-moz-transition: border-color .5s;
	-ms-transition: border-color .5s;
	transition: border-color .5s;
}
#thumbs2 a:hover, #thumbs2 a.selected {
	border-color: #566;
}

#wrapper2 img#shadow {
	width: 100%;
	position: absolute;
	bottom: 0;
}

#prev2, #next2 {
	background: transparent url('../img/gui/carousel_nav.png') no-repeat 0 0;
	display: block;
	width: 24px;
	height: 24px;
	margin-top: -10px;
	position: absolute;
	top: 50%;
}
#prev2 {
	background-position: 0 0;
	left: 10px;
	top: 35%;
}
#next2 {
	background-position: 0px -34px;
	right: 10px;
	top: 35%;
}
#prev.disabled2, #next.disabled2 {
	display: none !important;
}
.thumbs2{
	height: 200px;
}
span.slider-text{
	overflow: visible !important;
	display: block;
	text-decoration: none;
	font-size: 13px;
	color: #666;
	position: relative;
	z-index: 10;
	top: 100px;
}
#carousel-wrapper2 .sign{
	position: absolute;
	background: none repeat scroll 0% 0% rgba(158, 191, 253, 0.8);
/*	width: 529px;*/
	width: 100%;
	bottom: 0;
	padding: 0 10px;
	height: 20% !important;
	z-index: 2000;
	color: white;
	display: block;
	overflow: visible;
/*	margin-left: 2px;*/
}

/*главная*/
article.anons{
	margin-top: 40px;
}
.anons .anons-block,
.anons .anons-block-small-foto,
.anons .anons-block-no-foto{
	border-bottom: 1px solid #E2E2E2;
	margin-top: 15px;
}
.anons .title-news{
	margin-bottom: 10px;
	width: 550px;
	text-align: left;
	margin-left: 15px;
}
.anons .date{
	float: left;
	margin-top: 2px;
/*	margin-left: 15px;*/
	font-size: 10px;
	display: inline-block;
}
.anons .title-news a{
	font-weight: bolder;
	text-align: left;
	padding-left: 20px;
/*	display: inline-block;*/
	color: #5F98C9;
	line-height: 18px;
	font-size: 14px;
	text-decoration: none;
}
.anons img{
	float: left;
	margin: 0 15px;
}
/*.anons p.text {
	font-size: 13px;
	margin-left: 15px;
	margin-top: 0;
}*/
.anons p {
	font-size: 13px;
	margin-left: 15px;
	margin-top: 0;
}

.small_link {	display: block;
	width: 100%;
	margin: 20px 0px;
	text-align: right;}
.small_link a{	color: #5F98C9;
	font-size: 13px;
	font-weight: bolder;
}

.photo-gallery {	width: 100%;
	position: relative;
	display: block;}

.photo-gallery #wrapper {	display: block;
	width: 100%;
	padding: 3px 3px;}

.photo-gallery #wrapper .fotoblock {	width: 124px;
	height: 124px;
	float: left;
	border: 1px solid #6099FB;
	border-radius: 3px;
	margin: 5px 5px;}

.photo-gallery #wrapper .fotoblock {/*	display: inline;*/
	width: 124px;
	height: 124px;
	text-align: center;
}

.photo-gallery #wrapper .fotoblock a {
	display: block;
	width: 124px;
	height: 124px;
	position: relative;
	text-align: center;
	line-height: 124px;
}

.photo-gallery #wrapper .fotoblock a img {	max-width: 120px;
	max-height: 120px;
	display:inline-block; vertical-align:middle;
	margin: 0 auto;
	position: relative;}

.pfoto {	margin-top: 20px;}

h6, h6 b, h6 i, h6 p, h6 div,
h5, h5 b, h5 i, h5 p, h5 div
{
	font-size: 11px !important;
}

blockquote {
	background: #f7f7f7;
	border-left:5px solid #6099FB;
	font-style: italic;
	margin: 1.5em 10px;
	padding: 0.5em 10px;
}
blockquote:before {
	color: #bbb;
	content: "\201C"; /* Непечатаемый символ слева */
	font-size: 3em;
	line-height: 0.1em;
	margin-right: 0.2em;
	vertical-align: -.4em;
}
blockquote:after {
	color: #bbb;
	content: "\201D"; /* Непечатаемый символ справа */
	font-size: 3em;
	line-height: 0.1em;
	vertical-align: -.45em;
}
blockquote > p:first-child {
	display: inline;
}

.banner_right_news {	float: none;
	width: 50%;
	margin-top: 20px;
	margin-bottom: 20px;}
