@font-face {
	font-family: 'ColibriWeb';
	src: url('../fonts/colibri.eot');
	src: local('☺'), 
        url('../fonts/colibri.woff') format('woff'), 
        url('../fonts/colibri.ttf') format('truetype'), 
        url('../fonts/colibri.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'ColibriWebLight';
	src: url('../fonts/calibrilight.eot');
	src: local('☺'), 
        url('../fonts/calibrilight.woff') format('woff'), 
        url('../fonts/calibrilight.ttf') format('truetype'), 
        url('../fonts/calibrilight.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

.relative {position: relative;}
.absolute {position: absolute;}
.clearfix {clear: both;}
.offset-left-0 {margin-left: 0!important;}
.offset-right-0 {margin-right: 0!important;}


body {
    font-family: 'ColibriWebLight', sans-serif;
    background-color: #bec0c2;
}
.wrapper {
    width: 100%;
    height: auto;
    border-top: 10px solid #c50509;
    background: url(../images/bg-main-1.png) repeat-y;
    background-position: 50% 0;
}
.bg-right {
    width: 350px;
    float: right;
    background: url(../images/bg-main-1.png);
}
.wrapper-inner {
    width: 1200px;
    height: auto;
    margin: -10px auto 0;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 5px 0.00px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 5px 0.00px rgba(0, 0, 0, 0.4);
    -o-box-shadow: 0px 0px 5px 0.00px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 5px 0.00px rgba(0, 0, 0, 0.4);
}
/*----------------------------*/
/*---------- slider ----------*/
/*----------------------------*/
.slider-wrapper {
    width: 100%;
    height: 540px;
}
/*----------------------------*/
/*-------- navigation --------*/
/*----------------------------*/
.navigation {
    width: 100%;
    height: 110px;
    background: url("../images/bg-navigation.png") repeat right bottom;
    position: relative;
    top: -110px;
    z-index: 1030;
}
.navigation .logo {
    display: block;
    float: left;
    width: 228px;
    height: 56px;
    margin: 30px 90px 24px 40px;
    background: url("../images/Layer-4.png") no-repeat;
}
.navigation ul.navbar-widget {
    display: block;
    float: left;
    margin: 20px 0px 20px;
    padding: 0;
}
.navigation ul.navbar-widget li {
    display: inline-block;
    list-style: none;
}
.navigation ul.navbar-widget li a.upper-link {
    font-family: 'ColibriWebLight', sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #ffffff;
    text-transform: uppercase;
    padding: 25px 10px;
}
.navigation ul.navbar-widget li a.upper-link:hover,
.navigation ul.navbar-widget li a.upper-link:focus {
    background: url("../images/Shape-31.png") no-repeat;
    background-position: bottom center;
    text-decoration: none;
    z-index: 1040;
}
.navigation ul.navbar-widget li > .dropdown-menu {
    padding: 11px 13px;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    -webkit-box-shadow: 0px 0px 5px 0.00px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 5px 0.00px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0px 0px 5px 0.00px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 5px 0.00px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.navigation ul.navbar-widget li > .dropdown-menu li {
    display: inline-block;
    width: 100%;
}
.navigation ul.navbar-widget li > .dropdown-menu li a {
    font-family: 'ColibriWeb', sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #23608e;
    width: 100%;
    padding: 10px 13px;
}
.navigation ul.navbar-widget li > .dropdown-menu li.active a,
.navigation ul.navbar-widget li > .dropdown-menu li a:hover,
.navigation ul.navbar-widget li > .dropdown-menu li a:focus {
    background-color: #2e4559;
    color: #ffffff;
}
/*----------------------------*/
/*---------- content ---------*/
/*----------------------------*/
.content {
    position: relative;
    top: -110px;
}
.content .contact-ribbon {
    background-color: #ffffff;
    height: 60px;/*auto*/
    padding: 10px 0;
}
.content .contact-ribbon .column1 {
    float: left;
    margin: 7px 0 0 40px;
}
.content .contact-ribbon .column1 .ico-star {
    display: inline-block;
    width: 20px;
    height: 19px;
    position: relative;
    top: 4px;
    background: url("../images/Shape-5.png") no-repeat;
    background-size: cover;
}
.content .contact-ribbon .column2 {
    float: left;
    margin: 7px 0 0px 40px;
}
.content .contact-ribbon .column2 .ico-maple {
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    top: 4px;
    background: url("../images/Layer-7.png") no-repeat;
    background-size: cover;
}
.content .contact-ribbon .column3 {
    float: left;
    margin: 8px 0 0px 40px;
}
.content .contact-ribbon .column3 .ico-skype {
    display: inline-block;
    width: 18px;
    height: 18px;
    position: relative;
    top: 3px;
    background: url("../images/Shape-6.png") no-repeat;
    background-size: cover;
}
.content .contact-ribbon .contact-title {
    font-family: 'ColibriWeb', sans-serif;
    font-size: 18px;
    color: #242f3a;
}
.content .contact-ribbon .column3 .contact-title strong {
    font-weight: bold;
}
.content .contact-ribbon .column3 .contact-title strong a {
    color: #333;
}
.content .contact-ribbon .column3 .contact-title strong a:hover,
.content .contact-ribbon .column3 .contact-title strong a:focus {
    text-decoration: none;
}
.content .contact-ribbon .column4 {
    float: right;
    margin-right: 40px;
}
.footer .social .ico-vk-wrapper,
.footer .social .ico-facebook-wrapper,
.footer .social .ico-twitter-wrapper,
.content .contact-ribbon .column4 .ico-vk-wrapper,
.content .contact-ribbon .column4 .ico-facebook-wrapper,
.content .contact-ribbon .column4 .ico-twitter-wrapper {
    float: left;
}
.footer .social .ico-vk-wrapper,
.content .contact-ribbon .column4 .ico-vk-wrapper {
    padding: 12px 12px 7px 14px;
}
.footer .social .ico-vk-wrapper:hover,
.footer .social .ico-vk-wrapper:focus,
.footer .social .ico-facebook-wrapper:hover,
.footer .social .ico-facebook-wrapper:focus,
.footer .social .ico-twitter-wrapper:hover,
.footer .social .ico-twitter-wrapper:focus,
.content .contact-ribbon .column4 .ico-vk-wrapper:hover,
.content .contact-ribbon .column4 .ico-vk-wrapper:focus,
.content .contact-ribbon .column4 .ico-facebook-wrapper:hover,
.content .contact-ribbon .column4 .ico-facebook-wrapper:focus,
.content .contact-ribbon .column4 .ico-twitter-wrapper:hover,
.content .contact-ribbon .column4 .ico-twitter-wrapper:focus {
    background-color: #dbe1e6;
}
.footer .social .ico-facebook-wrapper,
.content .contact-ribbon .column4 .ico-facebook-wrapper {
    padding: 10px 15px 3px 15px;
}
.footer .social .ico-twitter-wrapper,
.content .contact-ribbon .column4 .ico-twitter-wrapper {
    padding: 11px 10px 7px 10px;
}
.footer .social a.ico-vk,
.content .contact-ribbon .column4 a.ico-vk {
    display: inline-block;
    width: 14px;
    height: 16px;
    background: url("../images/%D0%92-copy-3.png") no-repeat;
    background-size: cover;
}
.footer .social a.ico-facebook,
.content .contact-ribbon .column4 a.ico-facebook {
    display: inline-block;
    width: 11px;
    height: 21px;
    background: url("../images/facebook-copy-3.png") no-repeat;
    background-size: cover;
}
.footer .social a.ico-twitter,
.content .contact-ribbon .column4 a.ico-twitter {
    display: inline-block;
    width: 22px;
    height: 16px;
    background: url("../images/twitter-copy-3.png") no-repeat;
    background-size: cover;
}
.content .education {
    width: 100%;
    height: 320px;
    padding: 0 40px;
    background: url("../images/bg-education.png") repeat right;
}
.content .education .column-1 {
    float: left;
    width: 500px;
}
.content .education .column-1 .main-info {
    padding-top: 0;
}
.content .education .column-1 .main-info h1 {
    font-size: 36px;
    font-weight: 400;
    color: #ffffff;
    margin: 0;
}
.content .education .column-1 .main-info p {
    font-size: 16px;
    color: #ffffff;
    margin-top: 20px;
    margin-bottom: 0;
}
.content .education .column-1 .main-info .big-bg-maple {
    width: 66px;
    height: 57px;
    position: relative;
    top: 8px;
    background: url("../images/Layer-42.png") no-repeat;
}
.content .education .column-1 .main-info .shadow {
    width: 309px;
    height: 18px;
    position: relative;
    top: -10px;
    background: url("../images/Layer-43.png") no-repeat;
}
.content .education .column-2 {
    width: 620px;
    float: right;
    padding: 33px 0 0;
}
.content .education .column-2 .circle-block {
    width: 68px;
    height: 68px;
    float: left;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #58b4e4;
}
.content .education .column-2 .circle-block span.number {
    font-size: 36px;
    font-weight: 400;
    color: #ffffff;
    display: inline-block;
}
.content .education .column-2 .circle-block span.number.number1 {
    margin: 7px 23px 7px 25px;
}
.content .education .column-2 .circle-block span.number.number2 {
    margin: 7px 23px 8px 25px;
}
.content .education .column-2 .circle-block span.number.number3 {
    margin: 8px 23px 8px 25px;
}
.content .education .column-2 .circle-block span.number.number4 {
    margin: 8px 24px 8px 24px;
}
.content .education .column-2 .meta-text {
    width: 220px;
    float: left;
    margin-left: 20px;
    margin-bottom: 20px;
}
.content .education .column-2 .meta-text h3 {
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
    margin: 25px 0 10px;
}
.content .education .column-2 .meta-text span {
    font-size: 16px;
    font-weight: 400;
    color: #56b2e1;
}
.content .list {
    padding: 40px 40px 0;
}
.content .list h1 {
    font-size: 30px;
    font-weight: 700;
    color: #23608e;
    margin: 0 0 30px;
}
.content .list .list-item-wrapper {
    width: 1118px;
    /*height: 140px;*/
    padding: 20px 25px;
    margin-bottom: 15px;
    background-color: #f1f5f6;
    border: 2px solid transparent;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.content .list .list-item-wrapper:hover {
    border: 2px solid #23608e;
}
.content .list .list-item-wrapper img {
    width: 100%;
}
.content .list .list-item-wrapper .list-item-image {
    width: 117px;
    height: 110px;
    float: left;
}
.content .list .list-item-wrapper .list-item-meta {
    width: 500px;
    float: left;
    margin-left: 20px;
}
.content .list .list-item-wrapper .list-item-meta a {
    font-size: 24px;
    font-weight: 700;
    color: #c50509;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.content .list .list-item-wrapper .list-item-meta a:hover,
.content .list .list-item-wrapper .list-item-meta a:focus {
    text-decoration: underline;
}
.content .list .list-item-wrapper .list-item-meta label {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    color: #737b84;
}
.content .list .list-item-wrapper .list-item-meta span.location {
    display: inline-block;
    width: 12px;
    height: 16px;
    background: url("../images/map-pin-copy.png") no-repeat;
    margin: -3px 12px -3px 0;
}
.content .list .list-item-wrapper .list-item-meta span.cubok {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("../images/trophy.png") no-repeat;
    margin: -3px 10px -3px -2px;
}
.content .list .list-item-wrapper .list-item-meta label strong {
    font-family: 'ColibriWeb', sans-serif;
}
.content .list .list-item-wrapper .list-item-photo {
    float: right;
    margin: 10px 0;
}
.content .list .list-item-wrapper .list-item-photo .element {
    width: 120px;
    height: 90px;
    float: left;
    overflow: hidden;
    margin: 0 10px;
}
.show-more {
    padding: 0 40px;
}
.show-more .arrow-down-light {
    display: inline-block;
    width: 26px;
    height: 27px;
    position: relative;
    top: 8px;
    background: url("../images/arrow-down-2.png") no-repeat;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.show-more .arrow-down {
    display: inline-block;
    width: 26px;
    height: 27px;
    position: relative;
    top: 8px;
    background: url("../images/arrow-down-1.png") no-repeat;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.4);
    -o-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.4);
    -ms-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.4);
}
.show-more .text-link {
    font-size: 18px;
    color: #23608f;
    text-transform: lowercase;
    margin-left: 10px;
    cursor: pointer;
}
.show-more .text-link:hover {
    text-decoration: underline;
}
.education-arrow.show-more {
    padding: 0;
    margin-top: 15px;
}
.education-arrow.show-more .text-link {
    color: #ffffff;
}
.education-arrow.show-more .text-link:hover {
    text-decoration: underline;
}
.news-more.show-more {
    padding: 0;
    margin-top: 40px;
}
.content .photogallery {
    width: 100%;
    height: 240px;
    background-color: #8f3e3f;
    padding: 0 40px;
    margin-top: 25px;
}
.content .photogallery h2 {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0;
}
.content .photogallery .gallery-wrapper .gallery-item {
    width: 200px;
    height: 150px;
    float: left;
    margin-left: 15px;
    margin-right: 15px;
}
.content .photogallery .gallery-wrapper .gallery-item:hover {
    -webkit-box-shadow: 0px 2px 14px -1px #000;
    -moz-box-shadow: 0px 2px 14px -1px #000;
    -o-box-shadow: 0px 2px 14px -1px #000;
    -ms-box-shadow: 0px 2px 14px -1px #000;
    box-shadow: 0px 2px 14px -1px #000;
}
.content .photogallery .gallery-wrapper .gallery-item:first-child {
    margin-left: 0;
}
.content .photogallery .gallery-wrapper .gallery-item:last-child {
    margin-right: 0;
}
.content .photogallery .gallery-wrapper .gallery-item img {
    width: 100%;
    border: 2px solid #ffffff;
}
.content .news {
    width: 100%;
    height: 290px;
    background-color: #f1f5f6;
    padding: 0 40px;
}
.content .news h2 {
    font-size: 18px;
    font-weight: 700;
    color: #737b84;
    text-transform: uppercase;
    padding-top: 25px;
    margin: 0;
}
.content .news .news-items {
    width: 60%;
    float: left;
}
.content .news .news-items .item {
    width: 300px;
    float: left;
}
.content .news .news-items .item h3 {
    font-size: 16px;
    font-weight: 400;
    color: #23608f;
}
.content .news .news-items .item h3 strong {
    font-weight: 700;
}
.content .news .news-items .item a {
    font-size: 16px;
    font-weight: 400;
    color: #737b84;
}
.content .news .news-items .item a:hover {
    text-decoration: underline;
}
.content .news .news-slider {
    width: 40%;
    float: left;
    margin-top: 25px;
}
.content .news .news-slider .slider-chapter {
    font-size: 18px;
    font-weight: 700;
    color: #737b84;
    text-transform: uppercase;
    margin: -44px 0 25px 0;
}
.content .news .news-slider .slider-inner {
    width: 100%;
}
.content .news .news-slider .slider-inner .slider-navigation {
    display: block;
    width: 82px;
    margin: -52px 0 10px 90px;
    padding: 0;
}
.content .news .news-slider .slider-inner .slider-navigation > li.prevent {
    display: inline-block;
    width: 34px;
    height: 34px;
    background: url("../images/arrow-prevent.png") no-repeat;
    background-position: 0 -1px;
    border: 2px solid #cccfd1;
    margin-left: 5px;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.content .news .news-slider .slider-inner .slider-navigation > li.next {
    display: inline-block;
    width: 34px;
    height: 34px;
    background: url("../images/arrow-next.png") no-repeat;
    background-position: -2px -1px;
    border: 2px solid #cccfd1;
    margin-left: 5px;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.content .news .news-slider .slider-inner .slider-navigation > li.prevent:hover {
    background: url("../images/arrow-prevent-hover.png") no-repeat;
    background-position: -1px -1px;
}
.content .news .news-slider .slider-inner .slider-navigation > li.next:hover {
    background: url("../images/arrow-next-hover.png") no-repeat;
    background-position: -3px -2px;
}
.content .news .news-slider .slider-item {
    width: 400px;
    height: 150px;
    background-color: #ffffff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.footer .bottom-nav {
    padding: 25px 40px 12px;
}
.footer .bottom-nav ul {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
}
.footer .bottom-nav ul li {
    display: inline-block;
    float: left;
    list-style: none;
    padding-left: 15px;
    padding-right: 15px;
    border-left: 1px solid #23608f;
    border-right: 1px solid #3e6e98;
}
.footer .bottom-nav ul li:first-child {
    border-left: 0;
}
.footer .bottom-nav ul li.first {
    padding-left: 0;
}
.footer .bottom-nav ul li.last {
    border-right: 0;
}
.footer .bottom-nav ul li a {
    font-family: 'ColibriWeb', sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #23608f;
    text-transform: uppercase;
}
.footer .footer-horizontal {
    border-top: 3px solid #d8ddde;
    margin: 0 40px;
}
.footer .social {
    float: right;
    margin-top: -10px;
}
.slider-item .bx-pager.bx-default-pager {
    display: none!important;
}
.slider-item .bx-controls-direction {
    width: 100px;
    height: 60px;
    margin: -216px 0 10px 90px;
    padding: 0;
    position: relative;
}
.slider-item .bx-controls-direction a.bx-prev {
    display: inline-block;
    width: 34px;
    height: 34px;
    background: url("../images/arrow-prevent.png") no-repeat;
    background-position: 0 -1px;
    border: 2px solid #cccfd1;
    margin-left: 5px;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.slider-item .bx-controls-direction a.bx-next {
    display: inline-block;
    width: 34px;
    height: 34px;
    background: url("../images/arrow-next.png") no-repeat;
    background-position: -2px -1px;
    border: 2px solid #cccfd1;
    margin-left: 5px;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.slider-item .bx-controls-direction a.bx-prev:hover {
    background: url("../images/arrow-prevent-hover.png") no-repeat;
    background-position: -1px -1px;
}
.slider-item .bx-controls-direction a.bx-next:hover {
    background: url("../images/arrow-next-hover.png") no-repeat;
    background-position: -3px -2px;
}
.footer .footer-info {
    padding: 60px 40px;
}
.footer .footer-info .column1-row {
    width: 400px;
    float: left;
}
.footer .footer-info .column1-row .hokey-image {
    width: 79px;
    height: 84px;
    background: url("../images/hokey.png") no-repeat;
    float: left;
}
.footer .footer-info .column1-row .hokey-meta-text {
    float: left;
    margin-left: 20px;
    margin-top: -10px;
}
.footer .footer-info .column1-row .hokey-meta-text p {
    font-family: 'ColibriWebLight', sans-serif;
    margin: 0;
    color: #737b84;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.8px;
    text-align: left;
    line-height: 30px;
}
.footer .footer-info .column1-row .hokey-meta-text p.first-contact {
    font-family: 'ColibriWeb', sans-serif;
    margin: 0;
    color: #737b84;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.8px;
    text-align: left;
    line-height: 30px;
}
.footer .footer-info .column1-row .hokey-meta-text p strong {
    font-family: 'ColibriWeb', sans-serif;
    font-size: 14px;
    font-weight: bold;
}
.footer .footer-info .column1-row .hokey-meta-text p a {
    color: #737b84;
}
.footer .footer-info .column2-row {
    width: 374px;
    height: 86px;
    float: left;
    margin: -30px 0 0 120px;
}
.footer .footer-info .column2-row .iccrc,
.footer .footer-info .column2-row .iccrc img {
    width: 100%;
    height: 100%;
}
.footer .footer-info .column3-row {
    float: left;
    margin: -22px 0 0 30px;
}
.footer .footer-info .column3-row .studio-logo {
    width: 41px;
    height: 47px;
    background: url("../images/studio-logo.png") no-repeat;
    float: left;
}
.footer .footer-info .column3-row .studio-text {
    font-family: 'CalibriWebLight', sans-serif;
    color: #7f7f7f;
    font-size: 11px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    float: left;
    margin-left: 10px;
}
.footer .footer-info .column3-row .studio-text:hover {
    text-decoration: underline;
}