@charset "utf-8";
body {
	padding: 0;
	margin: 0;
	background: #fff url(images/body.jpg) no-repeat center top;
	color: #444;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;	
}
a {
	color: #444;
	text-decoration: underline;	
	outline: none;
}
a:hover {
	text-decoration: none;	
	color: #d62d23;
}
a img {
	border: none;	
}
p {
	padding: 0;
	margin: 0;
	line-height: 1.4em;	
}
ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: table;
	list-style-position: outside;
}


.small-cols ul li, .right-col ul li, .content-holder ul li{
	display: block;
	background: url(images/list-pointer.png) no-repeat left 5px;
	padding: 0 0 10px 25px;
}
.right-col ul li > ul, .content-holder ul li > ul{
	margin-top:15px;
}
.right-col ul li > ul li, .content-holder ul li > ul li{
	background: url(images/list2-pointer.png) no-repeat 10px 4px;
}

.right-col, .content-holder table{
	border-collapse:collapse;
}

.content-holder.new-view td{
	/*border: 1px solid #a3a6a6;*/
	padding: 5px;
}

/*.content-holder.new-view th{
	border: 1px solid #a3a6a6;
}*/

.content-holder.new-view hr{
	margin:5px 0px 5px 0px;
	height: 1px;
	border-top:1px solid #a3a6a6;
	border-left:0px;
	border-right:0px;
	border-bottom:0px;
}
.wrapper {
	overflow: hidden;
	width: 950px;
	margin: 0 auto;	
}
.top-bg {
	background: url(images/top-line.png) repeat-x left 10px;
	padding-top: 60px;	
}
.header {
	padding-top: 5px;
	height: 140px;
	position: relative;
	overflow: hidden;	
}
.header .contact {
	display: block;
	position: absolute;
	top: 34px;	
	font-size: 13px;
}
.header .contact a {
	color: #2180ad;	
}
.header .contact.phone {
	left: 465px;	
}
.header .contact.addr {
	left: 640px;	
}
.header .contact span {
	display: block;
	font-weight: bold;
	color: #3e565a;	
}
.header .lang {
	position: absolute;
	top: 35px;
	right: 0;	
}
.header .soc {
	position: absolute;
	top: 35px;
	right: 75px;	
	overflow: hidden;
}
.header .soc a {
	display: block;
	float: left;
	margin-left: 5px;	
}
.header .menu {
	margin: 10px 0 0;
	padding: 7px 7px 7px 10px;
	border-top: solid 1px #ebf8f9;
	border-bottom: solid 1px #b8cdcf;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-moz-box-shadow: 0 1px 0 0 #DCE5E6;
	-webkit-box-shadow: 0 1px 0 0 #DCE5E6;
	box-shadow: 0 1px 0 0 #DCE5E6;
	background: #fff;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFFfff), to(#fafcfc));
	background: -webkit-linear-gradient(#FFFfff, #fafcfc);
	background: -moz-linear-gradient(#FFFfff, #fafcfc);
	background: -ms-linear-gradient(#FFFfff, #fafcfc);
	background: -o-linear-gradient(#FFFfff, #fafcfc);
	background: linear-gradient(#FFFfff, #fafcfc);
	-pie-background: linear-gradient(#FFFfff, #fafcfc);
	behavior: url(/js/PIE.htc);
	overflow: hidden;	
	position: relative;
}
.header .menu ul {
	display: block;
	float: left;
	overflow: hidden;
	padding: 0;
	margin: 0;
	list-style: none;	
}
.header .menu ul li {
	display: block;
	float: left;	
	font-weight: bold;
	font-size: 13px;
	color: #3e565a;
	line-height: 26px;
	overflow: hidden;
	background: none;
	padding: 0;
}
.header .menu ul li a {
	display: block;
	float: left;
	line-height: 26px;
	color: #3e565a;
	text-decoration: none;	
	padding: 1px 8px;
}
.header .menu ul li span {
	display: block;
	float: left;
	line-height: 26px;
	color: #dc2926;	
	padding: 1px 8px;
}
.header .menu ul li .act {
	text-decoration: none;
	color: #dc2926;
	border-top: solid 1px #bdd1d3;
	border-bottom: solid 1px #e7f6f7;
	border-radius: 13px;
	-moz-border-radius: 13px;
	background: #fff;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f7fafa), to(#ffffff));
	background: -webkit-linear-gradient(#f7fafa, #ffffff);
	background: -moz-linear-gradient(#f7fafa, #ffffff);
	background: -ms-linear-gradient(#f7fafa, #ffffff);
	background: -o-linear-gradient(#f7fafa, #ffffff);
	background: linear-gradient(#f7fafa, #ffffff);
	-pie-background: linear-gradient(#f7fafa, #ffffff);
	behavior: url(/js/PIE.htc);
	padding: 0 8px;	
}
.header .menu ul li a:hover {
	text-decoration: none;
	color: #dc2926;	
}
.header .menu .search {
	display: block;
	float: right;
	height: 25px;
	line-height: 25px;
	border: solid 1px #e2e8e8;	
	border-radius: 13px;
	-moz-border-radius: 13px;
	-moz-box-shadow: inset 0 3px 5px #fafbfb;
	-webkit-box-shadow: inset 0 3px 5px #fafbfb;
	box-shadow: inset 0 3px 5px #fafbfb;
	behavior: url(/js/PIE.htc);
	background: #fff url(images/search-ico.png) no-repeat 7px center;
	padding: 0 10px 0 25px;
	position: relative;
}
.header .menu .search input[type="text"] {
	border: solid 1px #fff;
	background: #fff;
	font-size: 13px;
	color: #3e565a;
	font-style: italic;
	font-family: Tahoma, Geneva, sans-serif;	
	width: 110px;
	margin: 4px 0 2px;
	padding: 0;
	outline: none;
}


.footer {
	overflow: hidden;
	background: url(images/bot-line.png) repeat-x left top;
	padding-top: 30px;
	clear: both;	
}
.footer .copy {
	overflow: hidden;
	border-top: solid 1px #ebeeee;	
	padding: 15px 0 30px;
}
.footer .copy .vk {
	display: block;
	float: left;	
}
.footer .copy p {
	display: block;
	float: right;
	color: #3e565a;	
	text-align: right;
}
#partners-slider{
	width:960px;
	height:120px;
	display: block;
	overflow: hidden;
}
.footer .partners {
	width:1000px;
	height:120px;
	display: block;
	overflow: hidden;
	padding-bottom: 30px;	
	margin-left: -20px;
}
.footer .partners .item {
	display: block;
	float: left;
	width: 171px;
	height: 77px;
	overflow: hidden;
	margin-left: 20px;	
	background: #fff;
	border-radius: 10px;
	-moz-border-radius: 10px;
	behavior: url(/js/PIE.htc);
	border-bottom: solid 1px #b9cfd0;
	border-left: solid 1px #f0f4f4;
	border-right: solid 1px #f0f4f4;
	border-top: solid 1px #ebf8f9;
}
.footer .partners .item .partn-holder {
	display: table-cell;
	height: inherit;
	width: inherit;
	text-align: center;
	vertical-align: middle;	
}

.index-columns {
	overflow: hidden;
	padding:0 0 20px 0;	
}
.index-columns .left-col {
	float: left;
	width: 625px;
	overflow: hidden;	
}
.index-columns .right-col {
	float: right;
	width: 300px;
	overflow: hidden;	
}
.title {
	display: block;
	font-size: 17px;
	font-weight: bold;
	padding-bottom: 15px;
	color: #3e565a;	
}
.index-new {
	display: block;
	padding-bottom: 10px;
	overflow: hidden;	
}
.index-new .date {
	display: block;
	font-size: 11px;
	color: #999;
	padding-bottom: 3px;	
}
.index-new a {
	font-weight: bold;	
	line-height: 1.3em;
}
.index-text {
	padding-bottom: 10px;	
}
.small-cols {
	overflow: hidden;
	padding-bottom: 10px;	
}
.small-cols .col {
	display: block;
	float: left;
	width: 300px;
	overflow: hidden;	
}
.small-cols .col:first-child {
	margin-right: 25px;	
}
.small-cols .col ul li {	
	color: #666;
}


.inner-columns {
	overflow: hidden;
	padding-bottom: 10px;	
}
.inner-columns .left-col {
	display: block;
	float: left;
	overflow: hidden;
	width: 170px;	
}
.inner-columns .right-col {
	display: block;
	float: right;
	overflow: hidden;
	width: 755px;	
}
.inner-columns .right-col p, .content-holder p {
	padding: 0 0 1em;	
}
.sub-menu {
	margin: 0;
	padding: 0 0 0 20px;
	list-style: none;	
}
.sub-menu li {
	display: block;
	padding: 0 0 7px 0;
	background: none;	
	font-weight: bold;
	font-size: 13px;
}
.sub-menu li a {
	text-decoration: none;	
	color: #3e565a;
}
.sub-menu li .act, .sub-menu li a:hover {
	color: #dc2926;	
}

.lib-block {
	overflow: hidden;
	padding-bottom: 20px;	
}
.lib-block .right-bl {
	float: right;
	width: 100%;
	margin-left: -130px;
	overflow: hidden;	
}
.lib-block .right-bl .data-bl {
	margin-left: 130px;	
}
.lib-block .left-bl {
	float: left;
	width: 115px;
	overflow: hidden;	
}
.lib-block .title {
	font-size: 12px;
	padding-bottom: 5px;
}
.lib-block .download {
	display: block;
	background: url(images/load-ico.png) no-repeat left top;
	padding: 10px 0 0 55px;
	height: 50px;	
}
.lib-block .download a {
	color: #2180ad;	
}
.lib-block .download span {
	display: block;	
}
.dotted {
	overflow: hidden;
	cursor: pointer;	
}
.dotted span {
	display: block;
	float: left;
	border-bottom: dotted 1px #3e565a;	
}
.dotted span.arr {
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #3e565a;	
	margin: 9px 0 0 5px;
	border-bottom: none;
}
.dotted:hover span {
	color: #dc2926;
	border-bottom: dotted 1px #dc2926;	
}
.dotted:hover span.arr {
	border-top: 5px solid #dc2926;
	border-bottom: none;
}
.dotted.act span.arr {
	border-top: none;
	border-bottom: 5px solid #3e565a;
}
.dotted.act:hover span.arr {
	border-bottom: 5px solid #dc2926;
	border-top: none;
}

.img-block {
	overflow: hidden;
	padding-bottom: 15px;	
}
.img-block .right-bl {
	float: right;
	width: 100%;
	margin-left: -190px;
	overflow: hidden;	
}
.img-block .right-bl .data-bl {
	margin-left: 190px;	
}
.img-block .left-bl {
	float: left;
	width: 172px;
	overflow: hidden;	
}
.img-block .left-bl img.main-image {
	display: block;
	border-radius: 12px;
	-moz-border-radius: 12px;
	behavior: url(/js/PIE.htc);	
	border: solid 1px #dee8e9;
}

.img-block .left-bl img {
	border-radius: 12px;
	-moz-border-radius: 12px;
	behavior: url(/js/PIE.htc);	
}

.img-block .right-bl .pers-name {
	display: block;
	font-size: 18px;
	color: #3e565a;
	padding-bottom: 7px;
}
.img-block .right-bl .pers-job {
	display: block;
	color: #3e565a;
	font-weight: bold;
	padding-bottom: 7px;
}

.content-holder {
	width: 755px;
	margin: 0 auto;
	overflow: hidden;	
}
.img-block.news {
	padding-bottom: 25px;	
}
.img-block.news .date {
	display: block;
	color: #999;
	font-size: 11px;
	padding-bottom: 7px;	
}
.img-block.news .name {
	display: block;
	font-weight: bold;
	padding-bottom: 7px;	
}

.more-but {
	display: inline-block;
	position: relative;
	padding: 0 20px 0 10px;
	margin-bottom: 5px;
	height: 25px;
	line-height: 25px;	
	text-decoration: none;
	font-weight: bold;
	border-radius: 15px;
	border-top: solid 1px #e4f3f5;
	border-bottom: solid 1px #bfd2d4;
	-moz-border-radius: 15px;
	-moz-box-shadow: 0 1px 0 0 #dde6e7;
	-webkit-box-shadow: 0 1px 0 0 #dde6e7;
	box-shadow: 0 1px 0 0 #dde6e7;
	background: #fff;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFFfff), to(#f8fafa));
	background: -webkit-linear-gradient(#FFFfff, #f8fafa);
	background: -moz-linear-gradient(#FFFfff, #f8fafa);
	background: -ms-linear-gradient(#FFFfff, #f8fafa);
	background: -o-linear-gradient(#FFFfff, #f8fafa);
	background: linear-gradient(#FFFfff, #f8fafa);
	-pie-background: linear-gradient(#FFFfff, #f8fafa);
	behavior: url(/js/PIE.htc);
}
.more-but .arr {
	width: 0;
	height: 0;
	position: absolute;
	right: 10px;
	top: 7px;
	border-top: 5px solid transparent;
	border-left: 5px solid #3e565a;
	border-bottom: 5px solid transparent;
}
.more-but:hover .arr {
	border-left: 5px solid #dc2926;
}
.more-but:active {
	border-bottom: solid 1px #e4f3f5;
	border-top: solid 1px #bfd2d4;
	-moz-box-shadow: 0 0 0 0;
	-webkit-box-shadow: 0 0 0 0;
	box-shadow: 0 0 0 0;
	background: #f8fafa;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f8fafa), to(#ffffff));
	background: -webkit-linear-gradient(#f8fafa, #ffffff);
	background: -moz-linear-gradient(#f8fafa, #ffffff);
	background: -ms-linear-gradient(#f8fafa, #ffffff);
	background: -o-linear-gradient(#f8fafa, #ffffff);
	background: linear-gradient(#f8fafa, #ffffff);
	-pie-background: linear-gradient(#f8fafa, #ffffff);
	behavior: url(/js/PIE.htc);
}

.pagination {
	overflow: hidden;
	padding: 20px 0 30px;
	text-align: center;	
}
.pagination a, .pagination span {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	height: 25px;
	width: 25px;
	margin: 0 5px;
	line-height: 25px;
	font-weight: bold;
	text-decoration: none;	
}
.pagination span {
	color: #3e565a;
}
.pagination a, .pagination span.disabled {
	border-radius: 15px;
	-moz-border-radius: 15px;
	border-top: solid 1px #e4f3f5;
	border-bottom: solid 1px #bfd2d4;
	-moz-box-shadow: 0 1px 0 0 #dde6e7;
	-webkit-box-shadow: 0 1px 0 0 #dde6e7;
	box-shadow: 0 1px 0 0 #dde6e7;
	background: #fff;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFFfff), to(#f8fafa));
	background: -webkit-linear-gradient(#FFFfff, #f8fafa);
	background: -moz-linear-gradient(#FFFfff, #f8fafa);
	background: -ms-linear-gradient(#FFFfff, #f8fafa);
	background: -o-linear-gradient(#FFFfff, #f8fafa);
	background: linear-gradient(#FFFfff, #f8fafa);
	-pie-background: linear-gradient(#FFFfff, #f8fafa);
	behavior: url(/js/PIE.htc);
}
.pagination span, .pagination a:active {
	border-radius: 15px;
	-moz-border-radius: 15px;
	border-bottom: solid 1px #e4f3f5;
	border-top: solid 1px #bfd2d4;
	-moz-box-shadow: 0 0 0 0;
	-webkit-box-shadow: 0 0 0 0;
	box-shadow: 0 0 0 0;
	background: #f8fafa;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f8fafa), to(#ffffff));
	background: -webkit-linear-gradient(#f8fafa, #ffffff);
	background: -moz-linear-gradient(#f8fafa, #ffffff);
	background: -ms-linear-gradient(#f8fafa, #ffffff);
	background: -o-linear-gradient(#f8fafa, #ffffff);
	background: linear-gradient(#f8fafa, #ffffff);
	-pie-background: linear-gradient(#f8fafa, #ffffff);
	behavior: url(/js/PIE.htc);
}
.pagination .disabled img {
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	cursor: default;
}
.new-view .title {
	padding-bottom: 20px;	
}
.new-view .date {
	display: block;
	font-size: 11px;
	color: #999;	
	font-weight: normal;
}
.new-view .text {
	overflow: hidden;	
	padding-bottom: 15px;
}
.new-view .text img.main-image {
	display: block;
	float: left;
	width: 170px;
	height: 170px;
	overflow: hidden;
	margin: 0 20px 10px 0;
	border-radius: 12px;
	-moz-border-radius: 12px;
	behavior: url(/js/PIE.htc);	
	border: solid 1px #dee8e9;	
}
.new-view .photo-gal {
	overflow: hidden;
	padding-bottom: 25px;	
	margin-left: -25px;
}
.new-view .photo-gal .item {
	display: block;
	float: left;
	width: 132px;
	height: 132px;
	overflow: hidden;
	margin-left: 25px;	
}
.new-view .photo-gal .item img {
	display: block;
	float: left;
	width: 130px;
	height: 130px;
	overflow: hidden;
	border-radius: 10px;
	-moz-border-radius: 10px;
	behavior: url(/js/PIE.htc);	
	border: solid 1px #dee8e9;
}
.new-view table{
	/*border-color:#a3a6a6;*/
}
.other-news {
	overflow: hidden;
	padding-bottom: 25px;
	margin-left: -40px;	
}
.other-news .new-item {
	display: block;
	float: left;
	width: 350px;
	margin-left: 40px;
	overflow: hidden;	
}
.other-news .new-item .img-bl {
	display: block;
	float: left;
	width: 155px;	
	overflow: hidden;
}
.other-news .new-item .img-bl img {
	display: block;
	float: left;
	width: 130px;
	height: 130px;
	overflow: hidden;
	border-radius: 10px;
	-moz-border-radius: 10px;
	behavior: url(/js/PIE.htc);	
	border: solid 1px #dee8e9;
}
.other-news .new-item .data-bl {
	display: block;
	float: left;
	width: 195px;
	overflow: hidden;	
}
.other-news .new-item .data-bl .date {
	display: block;
	font-size: 11px;
	color: #999;
	padding-bottom: 5px;	
}
.other-news .new-item .data-bl a {
	font-weight: bold;
}
.manage-group{
	display: none;
}

.index-book {
	display: block;
	width: 625px;
	height: 287px;
	overflow: hidden;
	position: relative;	
}
.index-book .book-bord {
	display: block;
	width: 625px;
	height: 287px;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;	
	background: url(images/book-border.png) no-repeat left top;
}
.index-book .book-pic {
	display: block;
	width: 625px;
	height: 287px;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;	
}
.index-book .book-bul {
	display: block;
	text-align: center;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 258px;
	z-index: 200;	
	width: 625px;
}
.index-book .book-bul .bul {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 9px;
	height: 9px;	
}

/**/
.cf:before,
.cf:after {
    content: " ";
    display: table;
    }
.cf:after {
    clear: both;
    }
.cf {
    *zoom: 1;
    }
input:focus, textarea:focus {outline: none;}
.default-link {
    color: #2180ad;
    }
    .default-link:hover {
        color: #2180ad;
        text-decoration: none;
        }
.dashed {
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-decoration: none;
    border-bottom: 1px dashed #2180ad;
    }
.dashed.off{
	margin-left:20px;
}
/* development */
.sub-menu-parent {
    position: relative;
    }
.sub-menu-parent:after {
    content: "";
    position: absolute;
    top: 6px;
    right: -12px;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #dc2926;
    }
.sub-menu-level-2 {
    margin: 10px 0 5px;
    padding-left: 10px;
    }
    .sub-menu-level-2 li a {
        font-weight: normal;
        }
.dev-bl {
    margin-bottom: 7px;
    }
    .data-title {
        display: block;
        margin-bottom: 8px;
        font-weight: bold;
        }

/* coaches */
.coach-title {
    padding-bottom: 8px;
    color: #3e565a;
    }
    .coach-name{
        display: block;
        padding-bottom: 3px;
        font-size: 18px;
        color: #3e565a;
        text-transform: uppercase;
        white-space: nowrap;
        }
    .coach-prof {
        font-size: 12px;
        font-weight: bold;
        }
.coaches .left-bl, .coaches .left-bl img {
    width: 130px;
    }
.coaches .right-bl .data-bl {
    margin-left: 170px;
    }

/* base */
.row {
    float: none;
    clear: both;
    margin: 8px 0;
    overflow: hidden;
    }
.base-form{
	margin-bottom:40px;
}
.base-form fieldset {
    border: solid #ebeeee;
    border-width: 0 0 1px 0;
    padding: 10px 0;
    }
    .select-field label, .checkbox-field label:first-child {
        display: block;
        float: left;
        width: 165px;
        font-weight: bold;
        color: #444;
        }
    .base-form select {
        float: left;
        width: 180px;
        display: block;
        }
    .__long {
        width: 300px!important;
        }
.base-form .row-ch {
    float: left;
    width: 375px;
    margin: 5px 0;
    }
    .checkbox-field a {
        border-bottom-style: dashed;
        }
    .base-form input[type="checkbox"] {
        margin: 0 10px 0 0;
        }
.base-form input[type="submit"], .feedback-form input[type="submit"] {
    height: 25px;
    padding: 0 15px;
    margin-top: 20px;
    line-height: 25px;
    border: solid 1px #fff;
    border-radius: 13px 12px 12px 13px/13px 13px 12px 12px;
    box-shadow: 0 2px 2px rgba(54,100,102,.15), 0 -1px 0 #d7f2f4;
    background-color: #fff;
    background-image: -webkit-linear-gradient(bottom, rgba(179,202,204,.1), rgba(255,255,255,.1));
    background-image:    -moz-linear-gradient(bottom, rgba(179,202,204,.1), rgba(255,255,255,.1));
    background-image:      -o-linear-gradient(bottom, rgba(179,202,204,.1), rgba(255,255,255,.1));
    background-image:         linear-gradient(to top, rgba(179,202,204,.1), rgba(255,255,255,.1));
    color: #3e565a;
    font-weight: bold;
    cursor: pointer;
    behavior: url(js/PIE.htc);
    }
.base-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 20px 0 60px 0;
    background-color: #fff;
    border: solid 1px #ebeeee;
    display:none;
    }
    .base-table-title {
        border-top: 0;
        border-bottom: solid 1px #b9cfd0;
        box-shadow: 0 2px 3px 0 rgba(180,203,205,1);
        background-image: -webkit-linear-gradient(bottom, rgba(179,202,204,.1), rgba(255,255,255,.1));
        background-image:    -moz-linear-gradient(bottom, rgba(179,202,204,.1), rgba(255,255,255,.1));
        background-image:      -o-linear-gradient(bottom, rgba(179,202,204,.1), rgba(255,255,255,.1));
        background-image:         linear-gradient(to top, rgba(179,202,204,.1), rgba(255,255,255,.1));
        behavior: url(js/PIE.htc);
        }
    .base-table tr {
        border-top: 1px dashed #ebeeee;
        }
        .base-table td, .base-table th {
            padding: 10px;
            text-align: left;
            }
        .base-table td {
            font-size: 11px;
            }
        .base-table tr td:first-child, .base-table tr th:first-child {
            font-size: 12px;
            font-weight: bold;
            }
        .base-table td:nth-child(3) {
            white-space: nowrap;
            }
            .base-table td a {
                text-decoration: none;
                color: #2180ad;
                border-bottom: 1px solid #90bfd6;
                font-weight: bold;
                }
                .base-table td a:hover {border: 0;}

.base-table-noresults{
	margin-bottom:40px;
	display: none;
}

/* contacts */
.contact-bl {
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin-right: 70px;
    vertical-align: top;
    }
.map {
    width: 753px;
    height: 300px;
    margin: 10px 0 35px 0;
    }

/* feedaback */
.feedback {
    padding-left: 185px;
    }
.feedback-form {
    width: 565px;
    margin-bottom: 30px;
    }
.feedback-form .row {margin: 15px 0;}
    .feedback-form label {
        width: 90px;
        float: left;
        font-weight: bold;
        }
    .feedback-form input[type="text"], .feedback-form textarea {
        float: left;
        width: 130px;
        height: 25px;
        line-height: 25px;
        border: solid 1px #e2e8e8;
        border-radius: 13px;
        -moz-border-radius: 13px;
        -moz-box-shadow: inset 0 3px 5px #fafbfb;
        -webkit-box-shadow: inset 0 3px 5px #fafbfb;
        box-shadow: inset 0 3px 5px #fafbfb;
        behavior: url(js/PIE.htc);
        padding: 0 10px;
        }
    .feedback-form textarea {
        width: 450px !important;
        height: 150px !important;
        resize: none;
        }
    .feedback-form input[type="submit"] {
        float: right;
        clear: left;
        margin-top: 10px;
        padding: 0 20px;
        }

/* organisation */
.org-table tr td:first-child{
    width: 157px;
    font-weight: bold;
    }
.org-table td{
    vertical-align: top;
    text-align: left;
    padding: 11px 0;
    }
.employees-parent {position: relative;}
.employees-parent:after {
    content: '';
    position: absolute;
    top: 6px;
    right: -12px;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #444;
    }
.employees-list, .employees-list li {
    list-style: none;
    background: none;
    margin: 0;
    padding: 0;
    }
    .employees-list {
        margin-left: 35px;
        }
        .employees-list li {
            font-weight: normal;
            }
.back-link {
    margin: 10px 0 20px 0;
    color: #2180ad;
    }

/* report */
.report-bl .download {
    display: block;
    width: 225px;
    height: 50px;
    float: left;
    background: url(images/load-ico-pdf.png) no-repeat left top;
    padding: 10px 0 0 55px;
    margin: 5px 0;
    }
    .report-bl .download a {
        color: #2180ad;
        }
    .report-bl .download span {
        display: block;
        }
.report-bl .download:nth-child(2n+2) {
    margin-left: 150px;
    }
/* volonteers */
.volonteer-bl {
    margin: 24px 0;
    }
.volonteer-list {
    padding: 12px 0;
    }
    .volonteer-list li {
        float: left;
        width: 45%;
        padding-left: 20px;
        font-size: 18px;
        color: #3e565a;
        }
#scrollbar1 { width: 755px; clear: both; background: url(images/gradient.png) top center no-repeat; }
#scrollbar1 .viewport { width: 730px; height: 280px; overflow: hidden;  padding: 12px 0; position: relative; background: url(images/gradient.png) bottom center no-repeat;}
#scrollbar1 .overview { list-style: none; position: absolute; left: 0; top: 0; }
#scrollbar1 .thumb .end,
#scrollbar1 .thumb {
    -webkit-border-radius: 4px/5px;
    -moz-border-radius: 4px/5px;
    border-radius: 4px/5px;
    background-color: #3e565a;
    opacity: 0.5;
    }
#scrollbar1 .scrollbar { position: relative; float: right; width: 12px; }
#scrollbar1 .track {
    width: 9px;
    height: 100%;
    border-radius: 6px;
    background-color: #fff;
    background-image: -webkit-linear-gradient(top, rgba(179,202,204,.1), rgba(255,255,255,.1));
    background-image:    -moz-linear-gradient(top, rgba(179,202,204,.1), rgba(255,255,255,.1));
    background-image:      -o-linear-gradient(top, rgba(179,202,204,.1), rgba(255,255,255,.1));
    background-image:         linear-gradient(to bottom, rgba(179,202,204,.1), rgba(255,255,255,.1));
    box-shadow: inset 0 1px 3px -1px rgba(0,0,0, .5);
    position: relative;
    padding: 0 2px;
    }
#scrollbar1 .thumb { height: 20px; width: 8px; cursor: pointer; overflow: hidden; position: absolute; top: 0px;}
#scrollbar1 .thumb .end { overflow: hidden; height: 5px; width: 8px; }
#scrollbar1 .disable{ display: none; }
.noSelect { user-select: none; -o-user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; }

.none{
	display:none;
}

/*SEARCH*/

.cse .gsc-control-cse, .gsc-control-cse{
	padding: 0 !important;
}

.gsc-search-box{
	width: 112px !important;
	position: absolute;
	right: 12px;
	bottom: 1px;	
}

.gsc-input-box{
	width: 128px;
	height: 24px !important;
	border: none !important;
	-webkit-box-shadow: #666 0px 0px 0px !important;
	-moz-box-shadow: #666 0px 0px 0px !important;
	box-shadow: #666 0px 0px 0px !important;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;}

.gsc-input{
	background-image: none !important;
	background-color: transparent !important;
	font-size: 13px !important;
}

.gsc-search-button input[type="image"]{
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border: none!important;
	background-image: -webkit-linear-gradient(top, #fff, #f8fafa) !important;
    background-image:    -moz-linear-gradient(top, #fff, #f8fafa) !important;
    background-image:      -o-linear-gradient(top, #fff, #f8fafa) !important;
    background-image:         linear-gradient(to bottom, #fff, #f8fafa) !important;
   -webkit-box-shadow: #666 0px 2px 3px;
	-moz-box-shadow: #666 0px 2px 3px;
	box-shadow: #666 0px 2px 3px;
	font-size: 13px;
}