*, ::before, ::after {
    box-sizing:border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

body {
	background: #fff;
	margin: 0;
	padding: 0;
	font-family: 'Titillium Web', Helvetica, sans-serif;
	font-size: 14px;
	-webkit-text-size-adjust: none;
    font-weight: 300;
    color: #728393;
}

a {
	text-decoration: none;
	cursor: pointer;
	color: #4c8dc1;
    transition: 0.5s all;
    -moz-transition: 0.5s all;
    -webkit-transition: 0.5s all;
}

a:hover {
	text-decoration: none;
    color: #000;
}

img {
	border: none;
}

p {
	
}

h1 {
	
}

h2 {
	
}

h3 {

}

h3 {
	
}

input:focus, textarea:focus, select:focus {
	outline: none;
}


/** clear **/
.clear-box {
	clear: both;
}

/** LAYOUT **/
div.center-column {
    width: 844px;
    position: relative;
    margin: 0 auto;
}

div#header {
    padding: 20px 0 30px 0;
}

div#header.home {
    padding-bottom: 18px;
}

div#header .title {
    float: left;
    color: #728393;
    font-size: 20px;
    line-height: 26px;
    max-width: 600px;
    font-weight: 300;
}

div#header .title.big {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 26px;
}

div#header .logo {
    float: right;
    margin-top: 5px;
}

div#content-container {
    position: relative;
    height: 538px;
    background: #e9edf1;
}

div#bottom-menu {
    padding: 30px 0;
    margin-bottom: 20px;
}

div#bottom-menu.home {
    padding-top: 37px;
}

div#bottom-menu.refs {
    padding-top: 6px;
}

div#bottom-menu .bottom-menu-right {
    float: right;
    text-align: right;
}

div#bottom-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0;
}

div#bottom-menu ul.categories {
    margin-bottom: 30px;
    margin-top: 6px;
}

div#bottom-menu ul.main {
    float: left;
}

div#bottom-menu ul.main li, div#bottom-menu ul.langs li {
    font-size: 20px;
    display: inline-block;
    margin-right: 50px;
}

div#bottom-menu ul.main li:last-child {
    margin-right: 0;
}

div#bottom-menu ul li a img {
    vertical-align: top;
    position: relative;
    display: inline-block;
    margin-top: 5px;
    opacity: 0.6;
    -moz-opacity: 0.6;
    transition: 0.5s all;
    -moz-transition: 0.5s all;
    -webkit-transition: 0.5s all;
}

div#bottom-menu ul li a:hover img {
    opacity: 1.0;
    -moz-opacity: 0.6;
}

div#bottom-menu ul li a {
    font-size: 20px;
    color: #728393;
}

div#bottom-menu ul li a:hover {
    color: #000;
}

div#bottom-menu ul.langs li {
    border-right: solid 1px #728393;
    margin-right: 0;
    padding: 0 10px;
}

div#bottom-menu ul.langs li:last-child {
    border-right: none;
    padding-right: 0;
}

div#bottom-menu ul.langs li a {
    font-size: 16px;
}

div#bottom-menu ul li a.active {
    font-weight: 600;
}

div#bottom-menu ul.categories li a {
    font-size: 15px;
    line-height: 20px;
}

div.row {
    position: relative;
    height: 178px;
    margin-bottom: 2px;
}

div.row:last-child {
    margin-bottom: 0;
}

div.row div.cell {
    width: 280px;
    height: 178px;
    position: relative;
    float: left;
    margin-right: 2px;
}

div.row div.cell:last-child {
    margin-right: 0;
}

div.row div.cell.c1 {
    background-color: #e71e25;
}

div.row div.cell.c3 {
    background-color: #728393;
}

div.row div.cell.c5 {
    background-color: #9ba9b6;
}

div.row div.cell.c7 {
    background-color: #bcc6d0;
}

div.row div.cell.c9 {
    background-color: #cf2027;
}

div.row div.cell.c1, div.row div.cell.c3, div.row div.cell.c5, div.row div.cell.c7, div.row div.cell.c9 {
    -webkit-transition: background-color 500ms linear;
    -moz-transition: background-color 500ms linear;
    -o-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;
}

div.row div.cell.c1:hover {
    background-color: #e54b55;
}

div.row div.cell.c3:hover {
    background-color: #8b98a5;
}

div.row div.cell.c5:hover {
    background-color: #abb6c1;
}

div.row div.cell.c7:hover {
    background-color: #c5cdd6;
}

div.row div.cell.c9:hover {
    background-color: #d34b55;
}

div.row div.cell .title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

div.row div.cell .title a {
    text-transform: uppercase;
    display: block;
    color: #fff;
    font-size: 26px;
    line-height: 32px;
    width: 100%;
    height: 100%;
    padding: 20px 60px 0 20px;
}

div.row div.cell .title a:hover {
    text-decoration: none;
}

div.row div.cell img {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
}

div.row div.cell img.active {
    display: block;
}

div#txt-content {
    font-weight: normal;
    color: #728393;
    line-height: 26px;
    font-size: 16px;
    padding: 0;
    min-height: 538px;
}

div#txt-content p {
    text-align: justify;
    margin: 0 0 20px 0;
    clear: both;
}

div#txt-content p.col {
    display: inline-block;
    width: 30%;
    vertical-align: top;
    text-align: left;
    margin: 50px 4% 50px 0;
}

div#txt-content p.col.c3 {
    margin-right: 0;
}

div#txt-content p:last-of-type, div#txt-content p:empty {
    margin-bottom: 0;
}

div#txt-content ul {
    float: left;
    margin: 10px 0;
    padding: 0;
    list-style: none;
    width: 48%;
}

div#txt-content ul li {
    background: url('/images/bullet.png') no-repeat 0 6px;
    background-size: 10px auto;
    padding-left: 20px;
}

div#txt-content ul:nth-of-type(even) {
    float: right;
}

/** REFERENCES **/
div#ref-content {
    margin-top: 0;
    max-width: 100%;
    overflow: hidden;
}

div#ref-content.not-visible {
    visibility: hidden;
}

div.no-items {
    text-align: center;
    font-size: 18px;
    padding: 60px 40px;
}

#main-ref-container {
    position: relative;
    overflow: visible;
    white-space: nowrap;
    font-size: 0;
    max-height: 538px;
}

#main-ref-container #slider-container {
    position: relative;
    left: 0;
    width: 100%;
    max-width: 100%;
    overflow: visible;
    white-space: nowrap;
}

#main-ref-container #slider-container .ref-container {
    display: inline-block;
    width: 100%;
    position: relative;
}

#main-ref-container #slider-container .ref-container img {
    display: block;
    width: 100%;
    height: auto;
}

#main-ref-container #slider-container .ref-container .descr-box {
    position: absolute;
    display: none;
    z-index: 4;
    left: 35px;
    right: 35px;
    top: 40%;
    transform: translate(0,-40%);
    -webkit-transform: translate(0,-40%);
    -moz-transform: translate(0,-40%);
    background: url('/images/ref-descr-back.png') repeat;
}

#main-ref-container #slider-container .ref-container .descr-box span {
    display: block;
    position: absolute;
    top: -16px;
    right: -16px;
    width: 32px;
    height: 32px;
    text-align: center;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #e71e25;
    color: #fff;
    font-size: 16px;
    line-height: 32px;
    cursor: pointer;
    -webkit-transition: background-color 500ms linear;
    -moz-transition: background-color 500ms linear;
    -o-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;
}

#main-ref-container #slider-container .ref-container .descr-box span:hover {
    background-color: #e54b55;
}

#main-ref-container #slider-container .ref-container .descr-box p {
    font-size: 16px;
    color: #000;
    line-height: 24px;
    padding: 35px;
    text-align: justify;
    white-space: normal;
}

#ref-controls {
    position: absolute;
    width: 100%;
    height: 65px;
    z-index: 10;
    bottom: 0;
    left: 0;
    font-size: 22px;
    overflow: hidden;
}

#ref-controls .ref-title {
    background: #e1e6eb;
    padding: 0 15px;
    line-height: 30px;
    text-transform: uppercase;
    color: #58595b;
    display: inline-block;
    height: 30px;
    overflow: hidden;
    position: absolute;
    bottom: 35px;
}

#ref-controls .ref-title .t {
    display: inline-block;
}

#ref-controls .ref-title .descr-link {
    display: none;
    background: #e71e25;
    color: #fff;
    line-height: 30px;
    padding: 0 15px;
    width: 85px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    text-transform: lowercase;
    font-size: 16px;
    cursor: pointer;
    -webkit-transition: background-color 500ms linear;
    -moz-transition: background-color 500ms linear;
    -o-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;
}

#ref-controls .ref-title .descr-link:hover {
    background-color: #e54b55;
}

#ref-controls .ref-title.has-descr {
    padding-right: 100px;
}

#ref-controls .ref-title.has-descr .descr-link {
    display: inline;
}

#ref-controls .arrow {
    position: absolute;
    width: 35px;
    height: 35px;
    bottom: 0;
    font-size: 0 !important;
    background-color: #bfc8d3;
    background-position: center center;
    cursor: pointer;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

#ref-controls .arrow:hover {
    background-color: #848b91;
}

#ref-controls .arrow.left {
    left: 0;
    background-image: url('/images/ref-arrow-left.png');
    background-repeat: no-repeat;
    background-size: 15px auto;
}

#ref-controls .arrow.right {
    right: 0;
    background-image: url('/images/ref-arrow-right.png');
    background-repeat: no-repeat;
    background-size: 15px auto;
}

.ref-side-panel {
    position: absolute;
    z-index: 10;
    height: 100%;
    width: 100px;
    background: #fff;
    top: 0;
    opacity: 0.8;
    -moz-opacity: 0.8;
    -webkit-opacity: 0.8;
}

.ref-side-panel.left {
    left: 0;
}

.ref-side-panel.right {
    right: 0;
}

#refs-nav {
    padding: 8px 0;
    text-align: right;
    font-size: 0;
}

#refs-nav span {
    display: inline-block;
    width: 8px;
    height: 8px;
    border: solid 1px #728393;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    margin-right: 4px;
    cursor: pointer;
}

#refs-nav span:last-child {
    margin-right: 0;
}

#refs-nav span.active {
    background: #728393;
}

div.page {
    display: none;
}

div.page.p1 {
    display: block;
}

div.pager {
    text-align: center;
}

div.pager span {
    display: inline-block;
    padding: 2px 10px;
    margin: 0 2px;
    background: #fff;
    color: #999;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

div.pager span:hover {
    background: #e1e1e1;
    color: #000;
}

div.pager span.active {
    background: #fff;
    font-weight: bold;
    color: #000;
}