html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, fieldset, form, label, legend, caption, tbody, tfoot, thead, p {
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0;
    vertical-align: baseline;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
}
.clear:after {
    display: block;
    clear: both;
    content: '';
}
table {
    border-collapse: collapse;
}
.clear {
    clear: both;
}
.toright {
    text-align: right;
}
strong {
    font-weight: bold;
}
* {
    box-sizing: border-box;
}
*:before, *:after {
    box-sizing: border-box;
}
em {
    font-style: italic;
}
a {
    color: #005599;
    text-decoration: none;
}
a:hover {
    color: #059;
    text-decoration: none;
}
.left {
    float: left !important;
}
.right {
    float: right !important;
}
sub {
    vertical-align: sub;
}
sup {
    vertical-align: super;
}
input, textarea {
}
.btn {
    padding: 0 20px;
    height: 40px;
    background-color: #059;
    color: #fff;
    text-align: center;
    font-weight: normal;
    font-size: 15px;
    font-family: roboto condensed;
    line-height: 40px;
}
button {
    padding: 0 20px;
    height: 40px;
    background-color: #059;
    color: #fff;
    text-align: center;
    font-weight: normal;
    font-size: 15px;
    font-family: roboto condensed;
    line-height: 38px;
    cursor: pointer;
}
input {
}
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"] {
}
label {
    font-family: 'Roboto Condensed', Arial, helvetica CE, helvetica, sans-serif;;
}
textarea {
    overflow: auto;
    font-family: 'Roboto Condensed', Arial, helvetica CE, helvetica, sans-serif;
    resize: none;;
}
select {
    font-family: 'Roboto Condensed', Arial, helvetica CE, helvetica, sans-serif;;
}
h1, h2, h3, h4, h5, h6 {
    overflow: hidden;
}
div.text {
    overflow: hidden;
    margin-bottom: 29px;
    color: #5e5e5e;
    font-size: 15px;
    line-height: 193%;
}
body {
    margin: 0;
    padding: 0;
    background: #fff none repeat scroll 0 0;
    color: #5e5e5e;
    font-size: 15px;
    font-family: 'Roboto Condensed', Arial, helvetica CE, helvetica, sans-serif;
}
#container-page {
    overflow: hidden;
}
header {
}
#top {
    position: relative;
    z-index: 2;
    margin: 0 auto 19px;
    padding: 16px 10px 0;
    max-width: 1160px;
    width: 100%;
}
a#logo {
    display: block;
    float: left;

}
.top-right {
    position: relative;
    z-index: 2;
    float: right;
    padding-top: 10px;
    width: 940px;
}
a#isearch {
    display: block;
    width: 21px;
    height: 62px;
    background: rgba(0, 0, 0, 0) url("../images/search_btn.png") no-repeat scroll center center;
}
.search-box {
    position: relative;
    float: right;
    height: 34px;
}
.search-box .search {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
    display: none;
    width: 940px;
    height: 62px;
    border: 0 none;
    background: #00457d none repeat scroll 0 0;
}
.search input[type="text"] {
    display: block;
    float: right;
    margin-top: 0;
    padding: 0 0 0 15px;
    width: 816px;
    height: 62px;
    border: 0 none;
    background: transparent none repeat scroll 0 0;
    color: #fff;
    text-align: left;
    font-weight: 500;
    font-size: 18px;
    font-family: Roboto Condensed, Arial, helvetica CE, helvetica, sans-serif;
    line-height: 62px;
}
.search button {
    display: block;
    float: left;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 62px;
    height: 62px;
    border: 0 none;
    background: transparent url("../images/search_btn2.png") no-repeat scroll center center;
    text-align: center;
    line-height: 24px;
    cursor: pointer;
}
.search button:hover {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
}
a.close2 {
    display: block;
    float: right;
    width: 62px;
    height: 62px;
    background: rgba(0, 0, 0, 0) url("../images/close2.png") no-repeat scroll center center;
}
a.close2:hover {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
}
#menu {
    float: right;
    margin: 0 16px 0 0;
    padding: 0;
    list-style: outside none none;
}
#menu ul {
    float: right;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#menu ul li {
    float: left;
}
#menu ul a {
    display: block;
    padding: 18px 9px 21px 9px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    color: #5d5d5d;
    font-weight: 500;
    font-size: 15px;
}
#menu ul a:hover {
    border-top: 2px solid #005599;
    border-bottom: 2px solid #005599;
    color: #005599;
}
#menu ul li.active a {
    border-top: 2px solid #005599;
    border-bottom: 2px solid #005599;
    color: #005599;
}
#menu ul ul {
    display: none;
}
.container-slider {
    position: relative;
    margin-bottom: 0;
    border-bottom: 13px solid #005599;
}
.slider, .slider-main {
    margin-bottom: 0;
}
.slider-main {
    height: 597px;
}
.slider-main .slick-track {
    height: 597px;
}
.slider-main img {
    display: none !important;
}
.slick-track {
    transition: all 1s ease 0s;
}
.boxes-main {
    position: absolute;
    right: 0;
    bottom: 51px;
    left: 0;
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
}
.box {
    float: left;
    margin-top: 10px;
    width: 25%;
    text-align: center;
}
.box-photo {
    display: block;
    float: none !important;
    margin: 0 auto 21px !important;
    width: 119px;
    height: 119px;
    border: 0 none !important;
}
.box-photo img {
    width: 111px;
    height: 111px;
    -webkit-border-radius: 59px / 59px 59px 59px 59px;
    -moz-border-radius: 59px / 59px 59px 59px 59px;
    border-radius: 59px / 59px 59px 59px 59px;
}
.box-title {
    margin-bottom: 12px;
    color: #fff;
    font-weight: bold;
    font-size: 19px;
}
.box-text {
    overflow: hidden;
    margin-bottom: 25px;
    padding: 0 30px;
    height: 44px;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
}
a.btn-more.button {
    display: block;
    float: none;
    margin: 0 auto !important;
    padding: 0 !important;
    max-width: none;
    max-height: none;
    width: 246px !important;
    height: 40px !important;
    border-radius: 0 !important;
    background: transparent none repeat scroll 0 0 !important;
    color: #fff;
    text-align: center;
    font-weight: normal;
    font-size: 15px;
    line-height: 36px;

}
.content {
    overflow: hidden;
    margin: 0 auto;
    padding: 50px 10px;
    max-width: 1160px;
    width: 100%;
}
h2 {
    margin-bottom: 36px;
    color: #059;
    font-weight: normal;
    font-size: 30px;
    line-height: normal;
}
.columns {
    overflow: hidden
}
.col {
    width: 544px;
}
.bookmark-box {
}
a.bookmark {
    float: left;
    padding: 9px 15px 0;
    width: 25%;
    text-align: center;
}
a.bookmark:hover .bookmark-photo {
    background-position: 0 100% !important
}
.bookmark-photo {
    display: block;
    margin: 0 auto 23px;
    width: 69px;
    height: 69px;
}
.bookmark-title {
    display: block;
    color: #059;
    font-size: 15px;
}
.nicescroll-rails div {
    height: 5px !important;
}
.container-awards {
    background: #e5ecf2
}
.container-awards .content {
    border-top: 2px solid #d0dde7
}
.container-awards h2 {
    float: left;
}
a.see-all {
    display: block;
    float: right;
    padding-left: 38px;
    background: rgba(0, 0, 0, 0) url("../images/see_all.png") no-repeat scroll left center;
    color: #059;
    font-size: 15px;
    line-height: 44px;
}
.awards {
    padding-top: 18px;
    padding-bottom: 34px;
    background: rgba(0, 0, 0, 0) url("../images/border.png") repeat-x scroll left bottom;
}
.awards ul {
    margin: 0;
    padding: 0;
    width: 2000px;
    list-style-type: none;
}
.awards ul li {
    float: left;
    padding-right: 24px;
}
.awards ul li a {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 29px;
    width: 209px;
    height: 293px;
    background: #fff;
}
.awards ul li a .hover {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    padding: 25px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0) url("../images/bg.png") repeat scroll 0 0;
}
.awards ul li a:hover .hover {
    display: block;
}
.awards ul li a .hover .pdf {
    position: absolute;
    top: 50%;
    display: block;
    margin-top: -32px;
    padding-right: 20px;
    padding-left: 34px;
    min-height: 32px;
    background: rgba(0, 0, 0, 0) url("../images/pdf.png") no-repeat scroll 0 0;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
}
.awards ul li a img {
    position: relative;
    top: 50%;
    max-width: 100%;
    max-height: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.contact-info.green {
    display: block;
    padding-bottom: 10px;
    color: green;
}
/*FOOTER*/

footer {
    overflow: hidden;
    margin: 0 auto;
    padding: 38px 10px 35px;
    max-width: 1160px;
    width: 100%;
}
.footer-box-left {
    float: left;
    padding-top: 23px;
    width: 860px;
}
.footer-box-left h4 {
    margin-bottom: 25px;
    color: #059;
    font-weight: normal;
    font-size: 18px;
}
.footer-box-left table {
    width: 100%
}
.footer-box-left table td {
    color: #5d5d5d;
    font-size: 14px;
    line-height: 27px;
}
.footer-box-right {
    float: right;
    width: 280px;
    text-align: right;
}
.footer-box-right img:first-child {
    margin-bottom: 25px;
}
.footer-text {
    margin-bottom: 11px;
    color: #b1b1b1;
    text-align: right;
    font-size: 14px;
    line-height: 16px;
}
div.copyright {
    float: right;
    color: #b1b1b1;
    font-size: 14px;
    line-height: 16px;
}
div.copyright a {
    color: #00457d;
}
div.copyright a:hover {
    text-decoration: underline;
}
/******************************** podstrony **************************************/

.slider {
    overflow: hidden;
    width: 100%;
    height: 289px;
}
.slider ul {
    width: 100%;
    height: 100%
}
.slider ul li {
    width: 100%;
    height: 100%
}
.boxes {
    display: none;
}
h1 {
    margin-bottom: 14px;
    padding-right: 110px;
    padding-bottom: 11px;
    border-bottom: 1px solid #005599;
    color: #059;
    font-weight: 300;
    font-size: 30px;
    line-height: normal;
}
.breadcrumb {
    margin: 0 0 51px;
    padding: 0;
    background: transparent none repeat scroll 0 0;
}
.breadcrumb a {
    position: relative;
    margin-right: 6px;
    padding-left: 10px;
    color: #797878;
    font-size: 14px;
}
.breadcrumb a:last-child {
    color: #005599;
}
.breadcrumb a:before {
    position: absolute;
    top: -1px;
    left: 0;
    display: block;
    width: 0;
    height: 0;
    content: '\00BB'
}
.breadcrumb a:first-child {
    padding-left: 0
}
.breadcrumb a:first-child:before {
    content: ''
}
.rent-box {
    overflow: hidden;
    padding-bottom: 16px;
}
.rent-box ul {
    margin: 0 -10px;
    padding: 0;
    list-style-type: none;
}
.rent-box ul li {
    float: left;
    margin-bottom: 20px;
    padding: 0 10px;
    width: 579px;
}
.rent-box ul li a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}
.rent-box ul li a img {
    display: block;
}
.rent-box ul li a span.mask {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 156px;
    background: rgba(0, 0, 0, 0) url("../images/mask.png") repeat-x scroll 0 0;
    text-align: center;
}
.rent-box ul li a span.mask span {
    position: absolute;
    bottom: 23px;
    display: block;
    padding: 0 10px;
    width: 100%;
    color: #fff;
    font-weight: bold;
    font-size: 19px;
}
.content-left {
    position: relative;
    float: left;
    margin-bottom: 69px;
    padding: 6px 0 0;
    width: 248px;
}
.content-left h2 {
    margin-bottom: 0;
    padding: 13px 18px;
    background: #005599 none repeat scroll 0 0;
    color: #fff;
}
.submenu {
    padding: 0 20px 34px;
    background: #fff none repeat scroll 0 0;

}
.year-item {
    margin-bottom: 5px;
}
.year-item h2 {
    cursor: pointer
}
.submenu ul {
    clear: both;
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.submenu ul li {
    border-bottom: 1px solid #eaf0f4;
}
.submenu ul li a {
    display: block;
    overflow: hidden;
    padding: 14px 0 15px;
    color: #5e5e5e;
    font-size: 16px;
    line-height: 20px;
}
.submenu ul li.active a {
    color: #005599;
}
.submenu ul li a:hover {
    color: #005599;
}
.submenu ul li ul {
    display: none;
    overflow: hidden;
    margin: 0;
    padding-bottom: 3px;
    padding-left: 13px;
    border-top: 1px solid #eaf0f4;
}
.submenu ul li.active > ul {
    display: block;
}
.submenu ul li ul li:last-child {
    border-bottom: 0 none;
}
.submenu ul li.active ul li a {
    padding-left: 18px;
    background: rgba(0, 0, 0, 0) url("../images/arrow_g.png") no-repeat scroll left 20px;
    color: #5e5e5e;
    font-size: 15px;
}
.submenu ul li ul li.active a {
    background: rgba(0, 0, 0, 0) url("../images/arrow_b.png") no-repeat scroll left 20px;
    color: #005599;
}
.submenu ul li ul li a:hover {
    background: rgba(0, 0, 0, 0) url("../images/arrow_b.png") no-repeat scroll left 20px;
    color: #005599;
}
.content-main {
    float: right;
    padding-bottom: 0;
    width: 830px;
}
a.back {
    display: block;
    float: right;
    margin-top: -51px;
    padding-left: 28px;
    background: rgba(0, 0, 0, 0) url("../images/arrow_back.png") no-repeat scroll 0 0;
    color: #005599;
    font-size: 14px;
    line-height: 21px;
}
button.slick-next {
    position: absolute;
    top: 50%;
    right: 14px;
    left: auto;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    background: rgba(0, 0, 0, 0) url("../images/arrow_next.png") no-repeat scroll 0 0 !important;
}
button.slick-prev {
    position: absolute;
    top: 50%;
    right: 51px;
    left: 14px;
    z-index: 999;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    background: rgba(0, 0, 0, 0) url("../images/arrow_prev.png") no-repeat scroll 0 0 !important;
}
.slick-next::before {
    content: none;
}
.slick-prev::before {
    content: none;
}
button.slick-next:hover {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
}
button.slick-prev:hover {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
}
.container-slider button.slick-next {
    right: 50%;
    margin-right: -830px;
}
.container-slider button.slick-prev {
    left: 50%;
    margin-left: -830px;
}
.slider-small {
    margin-bottom: 52px;
}
.slider .slick-slide img {
    height: 289px;
}
.slick-slide img.img-rwd {
    display: none;
}
.slider .slick-track {
    height: 289px;
}
h3 {
    margin-bottom: 32px;
    color: #059;
    font-size: 21px;
    line-height: normal;
}
h2.headline {
    margin-bottom: 47px;
    padding-bottom: 11px;
    border-bottom: 1px solid #005599;
    font-weight: 300;
}
.standard-box {
}
.standard {
    float: left;
    margin-bottom: 30px;
    padding: 9px 15px 0;
    width: 14.28%;
    text-align: center;
}
.standard-photo {
    display: block;
    margin: 0 auto 23px;
    width: 69px;
    height: 69px;
}
.standard-title {
    display: block;
    overflow: hidden;
    margin-right: -15px;
    margin-left: -15px;
    padding-top: 0;
    height: 54px;
    color: #059;
    font-size: 15px;
    line-height: 19px;
}
.standard-title1 {
    padding-top: 6px;
}
.map {
    position: relative;
    clear: both;
    padding-bottom: 50px;
    border: 2px solid #ececec;
}
.form {
    padding-bottom: 20px;
}
.form h2 {
    margin-bottom: 48px;
}
.form-left {
    float: left;
    width: 411px;
}
.form-right {
    float: right;
    width: 411px;
}
.form .row-form {
    float: none;
    clear: both;
    width: auto;
}
.form input {
    margin-bottom: 9px;
    padding: 0 10px;
    width: 100%;
    height: 40px;
    border: 2px solid #ebebeb;
    background-color: #fff;
    color: #5e5e5e;
    font-size: 15px;
    font-family: roboto condensed;
    line-height: 36px;
}
.form textarea {
    margin-bottom: 9px;
    padding: 7px 10px;
    width: 100%;
    height: 138px;
    border: 2px solid #ebebeb;
    background-color: #fff;
    color: #5e5e5e;
    font-size: 15px;
    font-family: roboto condensed;
    line-height: 20px;
}
.form button {
    float: right;
    padding: 0;
    width: 153px;
    height: 40px;
    border: 0 none;
    background-color: #059;
    color: #fff;
    text-align: center;
    font-weight: normal;
    font-size: 15px;
    font-family: roboto condensed;
    line-height: 38px;
}
label.error {
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0 5px 10px;
    width: 100%;
    color: red;
    line-height: 18px;
}
.price-list {
    padding-top: 10px;
    padding-bottom: 55px;
}
.price-list table {
    width: 100%;
    border: 2px solid #ececec;
}
.price-list table td {
    padding-top: 8px;
    padding-bottom: 9px;
    padding-left: 11px;
    border-bottom: 2px solid #ececec;
    color: #5e5e5e;
    font-size: 15px;
}
.price-list table td:last-child {
    padding-right: 5px;
    padding-left: 5px;
    width: 13%;
    color: #059;
    font-weight: bold;
}
.price-list table tr:nth-child(even) {
    background: #f3f6f8
}
.price-list table tr:nth-child(odd) {
    background: #FFF
}
.info-box {
    padding-top: 51px;
    border-top: 1px solid #005599;
    text-align: center;
}
.rent-small-box {
    overflow: hidden;
    padding-bottom: 16px;
}
.rent-small-box ul {
    margin: 0 -10px;
    padding: 0;
    list-style-type: none;
}
.rent-small-box ul li {
    float: left;
    margin-bottom: 20px;
    padding: 0 10px;
    width: 386px;
}
.rent-small-box ul li a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}
.rent-small-box ul li a img {
    display: block;
    width: 100%;
}
.rent-small-box ul li a span.mask {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 135px;
    background: rgba(0, 0, 0, 0) url("../images/mask2.png") repeat-x scroll 0 0;
    text-align: center;
}
.rent-small-box ul li a span.mask span {
    position: absolute;
    bottom: 23px;
    display: block;
    padding: 0 10px;
    width: 100%;
    color: #fff;
    font-weight: bold;
    font-size: 19px;
}
.rent-big-box {
    overflow: hidden;
    padding-bottom: 16px;
}
.rent-big-box ul {
    margin: 0 -10px;
    padding: 0;
    list-style-type: none;
}
.rent-big-box ul li {
    float: none;
    margin-bottom: 20px;
    padding: 0 10px;
    width: 100%;
}
.rent-big-box ul li a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}
.rent-big-box ul li a img {
    display: block;
}
.rent-big-box ul li a span.mask {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 135px;
    background: rgba(0, 0, 0, 0) url("../images/mask2.png") repeat-x scroll 0 0;
    text-align: center;
}
.rent-big-box ul li a span.mask span {
    position: absolute;
    bottom: 23px;
    display: block;
    padding: 0 10px;
    width: 100%;
    color: #fff;
    font-weight: bold;
    font-size: 19px;
}
.content-main2 {
    float: left;
    width: 810px;
}
.content-right {
    float: right;
    width: 268px;
}
.gallery {
    overflow: hidden;
    margin-right: -10px;
    margin-bottom: 6px;
    margin-left: -10px;
}
.gallery ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.gallery ul li {
    float: left;
    margin-right: 10px;
    margin-bottom: 16px;
    margin-left: 10px;
    width: 263px;
    height: 184px;
}
.content-main2 .gallery ul li {
    margin-right: 6px;
    margin-left: 7px;

}
.gallery li a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
}
.gallery li a img {
    position: relative;
    top: 50%;
    display: block;
    max-width: 100%;
    max-height: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.content-right .gallery {
    padding-top: 6px;
}
.content-right .gallery ul {
}
.content-right .gallery ul li {
    float: none;
    margin-right: 0;
    margin-bottom: 21px;
    width: 100%;
}
.content-right .gallery ul li a {
    width: 100%;
    height: 188px;
}
.content-right .gallery ul li a img {
    position: relative;
    top: 50%;
    display: block;
    max-width: 100%;
    max-height: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
div.text ul {
    margin: 29px 0 0;
    padding-left: 0;
    list-style-type: none;
}
div.text ul li {
    padding-left: 14px;
    background: rgba(0, 0, 0, 0) url("../images/dot.png") no-repeat scroll left 13px;
}
.address {
    margin-bottom: 55px;
    padding-top: 4px;
}
.address table {
    float: left;
    width: 50%;
}
.address table {
    padding-right: 20px;
}
.content-main .rent-small-box ul li {
    width: 283px;
}
.awards-box {
}
.awards-item {
    float: left;
    margin-bottom: 52px;
    padding-right: 25px;
    width: 50%;
}
.awards-item-photo {
    position: relative;
    float: left;
    margin-top: 5px;
    margin-right: 23px;
    width: 172px;
}
.awards-item-photo a {
    display: block;
    width: 100%;
    height: 100%;
}
.awards-item-photo a img {
    display: block;
    width: 100%
}
.awards-item-content {
    float: none;
    width: auto;
}
.awards-title {
    display: block;
    overflow: hidden;
    margin-bottom: 18px;
    max-height: 49px;
    color: #059;
    font-size: 19px;
    line-height: normal;
}
.awards-item-content div.text {
    margin-bottom: 24px;
    height: 116px;
}
a.pdf {
    display: inline-block;
    padding-right: 20px;
    padding-left: 28px;
    background: rgba(0, 0, 0, 0) url("../images/pdf2.png") no-repeat scroll 0 0;
    color: #059;
    font-weight: bold;
    font-size: 14px;
    line-height: 23px;
}
.hover-zoom {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0) url("../images/hover_zoom.png") no-repeat scroll center center;
}
.awards-item-photo a:hover span {
    display: block
}
.news-box {

}
.news-header {
    padding-right: 80px;
}
.news {
    position: relative;
    margin-bottom: 43px;
    padding-bottom: 11px;
    border-bottom: 1px solid #d2dee8;
}
.news-box .news-date {
    color: #5e5e5e;
    font-size: 15px;
}
.news div.text {
}
a.read-more {
    position: absolute;
    top: 24px;
    right: 0;
    display: block;
    float: right;
    padding-left: 18px;
    background: rgba(0, 0, 0, 0) url("../images/down.png") no-repeat scroll left center;
    font-size: 15px;
}
a.read-more.up {
    background: rgba(0, 0, 0, 0) url("../images/up.png") no-repeat scroll left center;
}
a[href^="tel:"] {
    color: #5e5e5e;
}
.contact .form {
    float: right;
    width: 608px;
}
.contact-left {
    float: left;
    width: 200px;
}
.contact .form .form-left {
    width: 300px;
}
.contact .form .form-right {
    width: 300px;
}
.education {
    text-align: center;
}
.education div.text {
    text-align: center
}
.rent-box-edu {
    overflow: hidden;
    padding-bottom: 16px;
}
.rent-box-edu ul {
    margin: 0 -10px;
    padding: 0;
    list-style-type: none;
}
.rent-box-edu ul li {
    float: left;
    margin-bottom: 20px;
    padding: 0 10px;
    width: 425px;
}
.rent-box-edu ul li a {
    position: relative;
    display: block;
    margin-bottom: 42px;
    width: 100%;
    height: 100%;
}
.rent-box-edu ul li a img {
    display: block;
}
.rent-box-edu ul li a span.mask {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 156px;
    background: rgba(0, 0, 0, 0) url("../images/mask.png") repeat-x scroll 0 0;
    text-align: center;
}
.rent-box-edu ul li a span.mask span {
    position: absolute;
    bottom: 23px;
    display: block;
    padding: 0 10px;
    width: 100%;
    color: #fff;
    font-weight: bold;
    font-size: 19px;
}
.select {
    display: block;
    float: left;
    margin-right: 9px;
    width: 246px;
    background: #f6f6f6 url("../images/arrow_down.png") no-repeat scroll right center;
    color: #7d7d7d;
    font-size: 13px;
}
.select select {
}
div.stop {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}
#container-content {
    padding-top: 17px;
    background: #e5ecf2 none repeat scroll 0 0;
}
#container-content-main {

    padding-top: 17px;
}
.container-white {
    background: #fff

}
.slick-loga ul{
    padding: 0;
    /*margin: 0;*/
}
.slick-loga ul li {
    vertical-align: middle;
    text-align: center;
}
.slick-loga ul li a {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}
.slick-loga ul img {
    display: inline-block;
    max-width: 80%;
    vertical-align: middle;

}
.slick-initialized .slick-slide {
    display: inline-block;
    float: none;
}


.container-awards.container-loga .content{
    border-top: 0 ;
}