/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* CSS RESET */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

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,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}

/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* FONT */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

@font-face {
    font-family: 'Conv_VERLAG-BOLD';
    src: url('../fonts/VERLAG-BOLD.eot');
    src: local('☺'), url('../fonts/VERLAG-BOLD.woff') format('woff'), url('../fonts/VERLAG-BOLD.ttf') format('truetype'), url('../fonts/VERLAG-BOLD.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Conv_VERLAG-BOOK';
    src: url('../fonts/VERLAG-BOOK.eot');
    src: local('☺'), url('../fonts/VERLAG-BOOK.woff') format('woff'), url('../fonts/VERLAG-BOOK.ttf') format('truetype'), url('../fonts/VERLAG-BOOK.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Conv_VERLAG-LIGHT';
    src: url('../fonts/VERLAG-LIGHT.eot');
    src: local('☺'), url('../fonts/VERLAG-LIGHT.woff') format('woff'), url('fonts/VERLAG-LIGHT.ttf') format('truetype'), url('../fonts/VERLAG-LIGHT.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Conv_VERLAG-XLIGHT';
    src: url('../fonts/VERLAG-XLIGHT.eot');
    src: local('☺'), url('../fonts/VERLAG-XLIGHT.woff') format('woff'), url('../fonts/VERLAG-XLIGHT.ttf') format('truetype'), url('../fonts/VERLAG-XLIGHT.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Conv_RequiemDisplay-HTF-Roman';
    src: url('../fonts/RequiemDisplay-HTF-Roman.eot');
    src: local('☺'), url('../fonts/RequiemDisplay-HTF-Roman.woff') format('woff'), url('../fonts/RequiemDisplay-HTF-Roman.ttf') format('truetype'), url('../fonts/RequiemDisplay-HTF-Roman.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* BODY */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

* {

    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
html,
body {
    width: 100%;
    height: 100%;
    font-family: 'Conv_VERLAG-BOOK', verdana;
    background: #000;
    color: #fff;
    overflow: hidden;
}
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* LOADER + COMMUN  */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

#loader_ajax {
    background: #fff url(../img/ajax-loader.gif) no-repeat center center;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    z-index: 999999;
    opacity: 0;
    visibility: hidden
}
.clear {
    clear: both;
}
.fullbg {
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.fullbg_contain {
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}
.fullbg.bgaligntop,
.fullbg_contain.bgaligntop {
    background-position: top center;
}
.fullbg.bgalignbottom,
.fullbg_contain.bgalignbottom {
    background-position: bottom center;
}
.fullbg.bgalignright,
.fullbg_contain.bgalignright {
    background-position: center right;
}
.spacer {
    clear: both
}
.rotate_screen {
    position: absolute;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    left: 50%;
    top: 50%;
    margin: -100px 0 0 -110px;
    display: none;
    z-index: 999999999
}
a {
    color: #444;
    color: rgba(255, 255, 255, .5);
    text-decoration: none;
}
.block a {
  color: rgba(97,97,97, 0.5);
}

.block.red a {
  color: rgba(255, 255, 255, .5);
}

/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* MAIN PAGE */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

.pt-perspective {
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    perspective: 1200px;
}
.pt-page {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.pt-page-current,
.no-js .pt-page {
    visibility: visible;
    z-index: 1;
}
.no-js body {
    overflow: auto;
}
.pt-page-ontop {
    z-index: 999;
}
.content {
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    position: absolute;
}
.container {
    position: relative;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
}


/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* SPLASH */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

#splash {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    background-color: #41152f;
}

#splash img {
    width: 100%;
}

#splash .ten_years {
    width: 80px;
    position: absolute;
    top: 40px;
    left: 40px;
    opacity: 0;
}

#splash .ten_years_logo {
    max-width: 562px;
    min-height: 180px;
    width: 80%;
    box-sizing: border-box;
    top: 30%;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}

#splash .ten_years_logo img {
    opacity: 0;
}

#splash .ten_years_logo .tagline {
    position: absolute;
    bottom: -100%;
    text-align: center;
    width: 100%;
    max-width: 1280px;
    padding: 48px;
    box-sizing: border-box;
    font-size: 16px;
    font-family: 'Conv_VERLAG-XLIGHT';
    text-transform: uppercase;
    line-height: 1.4;
    letter-spacing: 1px;
    background-color: #41152f;
}

#splash .ten_years_logo .tagline .detail{
    opacity: 0;
}

#splash .ten_years_logo .tagline .before, #splash .ten_years_logo .tagline .after {
    width: 100%;
    height: 1px;
    background-color: white;
    position: absolute;
    opacity: 0;
}

#splash .ten_years_logo .tagline .before {
    top: 50%;
    left: 0;
}

#splash .ten_years_logo .tagline .after {
    bottom: 50%;
    left: 0;
}

/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* MENU */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

#header {
    background: url(../img/rgba.php?r=255&g=255&b=255&a=80) repeat;
    background: rgba(255, 255, 255, .80);
    padding: 20px 50px;
    z-index: 998;
    position: fixed;
    left: 0;
    right: 0;
    top: 10px;
}
#header #logo {
    display: inline-block;
    cursor: pointer;
    float: left;
}
#header #logo img {
    float: left;
    height: 80px
}
#header #container_lang {
    display: inline-block;
    float: right;
    line-height: 20px;
    font-size: 11px;
}
#header #container_lang a {
    margin: 0 10px;
    color: #592041;
}
#header #container_lang a.active {
    color: #592041;
    pointer-events: none;
}
#header #nav {
    color: #592041;
    float: right;
    margin: -12px 0 0 300px;
    text-transform: uppercase;
    font-size: 14px;
}
#header #nav ul {
    display: block;
}
#header #nav li {
    display: block;
    margin: 0;
    float: left;
}
#header #nav li a {
    display: inline-block;
    margin: 0 10px;
    color: #592041;
    opacity: .5;
    font-family: 'Conv_VERLAG-BOOK';
}
#header #nav li a.hover {
    opacity: 1;
}
#header #nav li a.active {
    opacity: 1;
    pointer-events: none;
}
#header #nav li a.active.services,
#header #nav li a.active.news {
    pointer-events: all;
}
#header .hamburger {
    position: absolute;
    padding: 10px 30px;
    top: 10px;
    right: 0;
    background: white;
    pointer-events: all;
    z-index: 1;
    cursor: pointer;
    display: none;
}

#header .hamburger .container {
    height: 50px;
    width: 50px;
}

#header .hamburger .container .lines {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    text-indent: -9999px;
    background: transparent;
    appearance: none;
    box-shadow: none;
    border: none;
    cursor: pointer;
    outline: 0;
}

#header .hamburger .container .lines .line {
    display: block;
    position: absolute;
    width: auto;
    height: auto;
    left: 10px;
    right: 10px;
    background: #41152f;
    transform-origin: center center;
}

#header .hamburger .container .lines .line.top {
    top: 16px;
    bottom: 31px;
}

#header .hamburger .container .lines .line.center {
    top: 23px;
    bottom: 24px;
}

#header .hamburger .container .lines .line.bottom {
    top: 30px;
    bottom: 17px;
}
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* NEWS */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

.content.news_detail {} .content.news_detail .slide {
    padding-top: 450px;
}
.content.news_detail .title {
    margin-bottom: 15px;
}
.content.news_detail .date {
    color: #592041;
}
.content.news_detail .back {
    margin: 5px 0 15px;
}
.content.news_detail .content_col p {
    margin: 15px 0;
}
.content.news_detail .content_col img, .content.news_detail .content_col iframe {
    width: 100%;
    max-width: 960px;
    margin: 15px 0 10px 0;
}
.content.news_detail.video .content_col iframe {
    height: 450px;
}
.content.news_detail .content_col strong, .content.news_detail .content_col b {
    font-family: 'Conv_VERLAG-BOLD';
}
.content.news_detail .content_col h4 {
    text-transform: uppercase;
    font-size: 22px;
    padding: 15px 0;
}
.content.news_detail.video .block_left, .content.news_detail.video .block_right {
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
}
.content.news_detail.article .block_left, .content.news_detail.article .block_right {
    width: 50%;
    margin-bottom: 0;
}

.content.news_detail.article .block_left {
    padding-right: 20px;
}

.content.news_detail.article .block_right {
    padding-left: 20px;
}
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* MAIN PAGE */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

.bg_content {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.content.home .bg_content {
    background-image: url(../img/home.jpg);
}
.content.services .bg_content {
    background-image: url(../img/services.jpg);
}
.content.ourcommitment .bg_content {
    background-image: url(../img/overview.jpg);
}
.content.dedicated .bg_content {
    background-image: url(../img/dedicated.jpg);
}
.content.wealth .bg_content {
    background-image: url(../img/wealth.jpg);
}
.content.direct .bg_content {
    background-image: url(../img/direct.jpg);
}
.content.corporate .bg_content {
    background-image: url(../img/corporate.jpg);
}
.content.contact .bg_content {
    background-image: url(../img/contact.jpg);
}
.content.news .bg_content {
    background-image: url(../img/news.jpg);
}
.content.news_detail .bg_content {
    background-image: url(../img/news-detail.jpg);
}
.btn_scroll {
    position: absolute;
    bottom: 70px;
    left: 50%;
    margin-left: -24px;
}
.slide {
    padding-top: 132px;
}
.block {
    width: 100%;
    padding: 30px 0;
    background: url(../img/rgba.php?r=255&g=255&b=255&a=80) repeat;
    background: rgba(255, 255, 255, .80);
    color: #616161;
    font-size: 16px;
    line-height: 18px;
    font-size: 14px\9;
}
.block.absolute {
    position: absolute;
}
.red {
    background: url(../img/rgba.php?r=89&g=32&b=65&a=90) repeat;
    background: rgba(89, 32, 65, .90);
    color: #fff;
}
.text_content {
    max-width: 960px;
    margin: 0 auto;
    font-family: 'Conv_VERLAG-LIGHT';
}
.text_content.center {
    text-align: center;
}
.title_menu {
    display: inline-block;
    text-align: center;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 7px 0 5px;
    font-family: 'Conv_VERLAG-BOLD';
}
.title {
    font-size: 48px;
    line-height: 50px;
    text-transform: uppercase;
    color: #592041;
    margin-bottom: 40px;
    font-family: 'Conv_VERLAG-XLIGHT';
}
.subtitle {
    text-transform: uppercase;
    font-size: 18px;
    padding: 15px 0;
}
.block_left {
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding-right: 20px;
}
.block_right {
    width: 50%;
    float: right;
    box-sizing: border-box;
    padding-left: 20px;
}

/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* COMPONENTS */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* BUTTONS */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.buttons_container {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  text-align: center;
}
.buttons_container .button {
  width: 280px;
  height: 70px;
  background-color: #41152f;
  font-size: 14px;
  font-family: 'Conv_VERLAG-BOOK';
  text-transform: uppercase;
  display: inline-block;
  margin: 15px;
  line-height: 70px;
  outline: 0 solid rgba(69, 25, 50, .5);
  -webkit-transition: all .3s ease-out;
          transition: all .3s ease-out;
  transform-origin: center center;
}
.buttons_container .button:hover {
  outline: 5px solid rgba(69, 25, 50, .5);
}
.buttons_container .button a {
  display: block;
  width: 100%;
  height: 100%;
  color: white;
  -webkit-transition: all .5s;
          transition: all .5s;
}

/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* MAPS */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.maps_container {
    position: relative;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    padding: 0 150px;
    text-align: center;
    font-size: 0;
    line-height: 0;
    display: flex;
    flex-wrap: wrap;
}
.maps_container .map {
    width: 50%;
    display: inline-block;
    height: 100%;
    font-size: initial;
    line-height: initial;
    text-align: left;
    vertical-align: top;
    box-sizing: border-box;
    padding: 0 7px;
    margin-bottom: 10px;
}
.maps_container .map .map_view {
    position: relative;
    height: calc(100% - 230px);
    background-color: #592041;
}
.maps_container .map .map_information {
    position: relative;
    height: 230px;
    background: blue;
    background: url(../img/rgba.php?r=255&g=255&b=255&a=80) repeat;
    background: rgba(255, 255, 255, .80);
    box-sizing: border-box;
    padding: 5% 7%;
    color: #592041;
}
.maps_container .map .map_information .map_title {
    font-family: 'Conv_VERLAG-XLIGHT';
    font-size: 36px;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 10px;
}
.maps_container .map .map_information .map_address {
    font-family: 'Conv_VERLAG-BOOK';
    font-size: 14px;
    -webkit-touch-callout: initial;
    -webkit-user-select: initial;
    -khtml-user-select: initial;
    -moz-user-select: initial;
    -ms-user-select: initial;
    user-select: initial;
}

/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* NEWS */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.news_container {
    position: relative;
    height: auto;
    width: 100%;
    box-sizing: border-box;
    padding: 450px 150px 50px;
    font-size: 0;
    line-height: 0;
}

.news_container .news_scroll {
    position: absolute;
    width: 100px;
    top: -100px;
    text-transform: uppercase;
    font-size: 12px;
    left: 50%;
    margin-left: -50px;
    text-align: center;
    font-family: "Conv_VERLAG-BOLD";
    letter-spacing: 1px;
}

.news_container .news_scroll:after {
    background-image: url(../img/scroll.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 26px;
    height: 28px;
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -13px;
    bottom: -50px;
}

.news_container .news_title {
    max-width: 960px;
    margin: auto;
}

.news_container .news_title .title {
    color: white;
    margin-bottom: 20px;
}

.news_container .news_navigation {
    font-size: 15px;
    width: calc(100% + 300px);
    margin-left: -150px;
    padding: 20px 0;
    font-family: 'Conv_VERLAG-LIGHT';
}

.news_container .news_navigation span {
    display: inline-block;
    margin: 0 10px;
    cursor: pointer;
    opacity: .6;
}

.news_container .news_navigation span:first-child {
    margin-left: 0;
}

.news_container .news_navigation span.active {
    color: #fff;
    opacity: 1;
}

.news_container .news_blocks {
    min-height: 300px;
    width: calc(100% + 300px);
    margin-left: -150px;
    margin-top: 13px;
}

.news_container .news_block {
    height: 428px;
    width: 25%;
    line-height: 428px;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
    opacity: .1;
    position: relative;
    overflow: hidden;
    background-color: #592041;
}

.news_container .news_block.hover {
    background-color: white;
}

.news_container .news_block.active {
    opacity: 1;
}

.news_container .news_block.background .image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
    -webkit-transition: all 5s ease-in-out;
          transition: all 5s ease-in-out;
    transform-origin: center center;
}

.news_container .news_block .overlay {
    background-color: black;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    opacity: .05;
    -webkit-transition: all .6s;
          transition: all .6s;
}

.news_container .news_block.hover .overlay {
    opacity: 0 !important;
}

.news_container .news_block a {
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 100%;
    height: 100%;
    color: white;
}

.news_container .news_block a > span{
    display: inline-block;
    vertical-align: middle;
    line-height: 1.2;
    font-family: 'Conv_VERLAG-BOOK';
    font-size: 15px;
    padding: 20px 40px;
    text-align: center;
    width: 80%;
    margin: 0 10%;
    box-sizing: border-box;
    opacity: 1;
    text-transform: uppercase;
    -webkit-transition: all .3s;
          transition: all .3s;
}

.news_container .news_block.hover a > span{
    color: #592041;
}

.news_container .news_block.video a > span{
    position: relative;
    top: -20px;
}

.news_container .news_block.video a > span:before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    background-image: url(../img/play.svg);
    background-size: contain;
    position: relative;
    z-index: 1;
    top: 50%;
    left: 50%;
    margin-bottom: 15px;
    margin-left: -20px;
    -webkit-transition: all .4s;
    transition: all .4s;
    pointer-events: none;
}

.news_container .news_block.video.hover a > span:before {
    background-image: url(../img/play-red.svg);
}

.news_container .news_block a > span .date{
    line-height: 1.2;
    font-family: 'Conv_VERLAG-LIGHT';
    font-size: 13px;
    display: block;
    padding-top: 5px;
}

/*.news_container .news_block.video.hover {
    background-color: #592041 !important;
}

.news_container .news_block.video.hover .overlay{
    opacity: 0;
}

.news_container .news_block.video.hover a span {
    opacity: 0;
}

.news_container .news_block.announcement {
    background-color: white;
    width: 50%;
}

.news_container .news_block.announcement a {
    color: #592041;
}

.news_container .news_block.announcement.hover {
    background-color: #592041;
}

.news_container .news_block.announcement.hover a {
    color: white;
}

.news_container .news_block.article {
    background-color: #592041;
}

.news_container .news_block.article.hover {
    background-color: white;
}

.news_container .news_block.article.hover a {
    color: #592041;
}*/

/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* HOME PAGE */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
#home .big_title {
    font-family: 'Conv_RequiemDisplay-HTF-Roman';
    font-size: 40px;
    letter-spacing: 7px;
    position: absolute;
    box-sizing: border-box;
    padding: 0 50px;
    right: 0;
    z-index: 99999;
    top: 200px;
    text-align: right;
}
#home {
    box-sizing: border-box;
    position: relative;
    height: 100%;
}
#home .news_container{
    padding-top: 0;
    top: calc(100% - 133px);
}
#dedicated .block_left .title {
    margin-bottom: 93px;
}
#wealth .block {
    height: 400px;
}
#wealth .title {
    color: #fff;
    margin-top: -160px;
    float: left
}
#wealth .wealth_nav {
    margin-top: -100px;
    font-size: 15px;
    float: left;
    width: 100%;
    padding: 20px 0;
    font-family: 'Conv_VERLAG-LIGHT';
}
#wealth .wealth_nav span {
    display: inline-block;
    margin: 0 10px;
    cursor: pointer;
    opacity: .6;
}
#wealth .wealth_nav span:first-child {
    margin-left: 0;
}
#wealth .wealth_nav span.active {
    color: #fff;
    opacity: 1;
}
#wealth .wealth_content {
    position: absolute;
    top: 10%;
    visibility: hidden;
    font-size: 14px\9;
    font-family: 'Conv_VERLAG-LIGHT';
    line-height: 20px;
    line-height
    /*\**/

    : 18px\9;
    max-width: 960px;
    left: 0px;
    z-index: 999;
    height: 100%
}

#wealth .wealth_content ul, #corporate ul {
    list-style: disc;
    padding-left: 10px;
}

#wealth .wealth_content.active {
    top: 0;
    visibility: inherit;
}
#wealth .wealth_container_content {
    position: relative;
    max-width: 960px;
    margin: 0 auto;
    height: 100%
}
#corporate .block {
    height: 450px;
}
#corporate .title {
    margin-top: -100px;
    color: #fff;
    float: left;
}
#contact {
    position: relative;
    height: calc(100% - 133px);
    margin-top: 133px;
    box-sizing: border-box;
    padding-top: 65px;
    padding-bottom: 133px;
}

/* BREAKPOINTS
mobileBreakpoint: 480px;
tabletBreakpoint: 768px;
computerBreakpoint: 1024px;
largeMonitorBreakpoint: 1300px;
widescreenBreakpoint: 1920px;
*/


@media only screen and (max-width: 1300px) {

    /* NEWS */
    .news_container .news_block {
        width: 33.3333%;
        height: 300px;
        line-height: 300px;
    }

    .news_container .news_block.announcement {
        width: 66.6666%;
    }

    /* MAPS */
    .maps_container {
        padding: 0 50px;
    }

    .maps_container .map .map_information {
        height: 200px;
        padding: 20px 40px;
    }

    /* HOME */
    #home .big_title {
        font-size: 30px;
        padding: 0 20px;
        position: relative;
        top: 20px;
    }

}

@media only screen and (max-width: 1024px), only screen and (max-height: 850px) {
    /* COMMON */
    #header {
        padding: 20px 30px;
        box-sizing: border-box;
        height: 90px;
    }

    #header .hamburger {
        display: block;
    }

    #header.open {
        height: calc(100% - 30px);
        pointer-events: none;
        background: url(../img/rgba.php?r=255&g=255&b=255&a=95) repeat;
        background: rgba(255, 255, 255, .95);
    }

    #header #logo {
        float: none;
        width: 140px;
        position: absolute;
        top: 20px;
        left: 30px;
    }

    #header #logo img {
        float: none;
        height: 50px;
    }

    #header #nav {
        position: absolute;
        top: 50%;
        float: none;
        width: calc(100% - 60px);
        margin: 0;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        transform: translateY(-50%);
        opacity: 0;
        pointer-events: none;
    }

    #header.open #nav {
        opacity: 0;
    }

    #header #nav li {
        float: none;
        width: 100%;
        text-align: center;
    }

    #header #nav li a {
        display: inline-block;
        padding: 20px;
    }

    .block_left, .block_right {
        float: none;
        width: 100% !important;
        padding: 0 50px !important;
        margin-bottom: 40px !important;
    }

    .title {
        padding: 0 50px;
        margin-bottom: 15px !important;
        font-size: 40px;
        line-height: 42px;
    }

    .text_content {
        width: 100%;
        max-width: none;
    }

    /* DEDICATED */
    #dedicated .block_left .title, #dedicated .block_right .title {
        padding: 0;
    }

    /* MAPS */
    .maps_container {
        padding: 0 40px;
    }

    .maps_container .map {
        width: 100%;
        height: 600px;
        padding: 0;
        margin-bottom: 10px;
    }

    /* WEALTH - CORPARATE */
    #wealth .block, #corporate .block {
        background-color: transparent;
    }

    #wealth .title, #corporate .title {
        float: none;
        margin-top: 0;
    }

    #wealth .wealth_nav {
        float: none;
        margin-top: 0;
        width: 100%;
        margin-left: 0;
        box-sizing: border-box;
        padding: 20px 50px;
        font-size: 0;
        line-height: 0;
    }

    #wealth .wealth_nav span {
        display: block;
        line-height: 1.2;
        margin: 5px 0;
        font-size: 15px;
        padding: 0;
    }

    #wealth .wealth_container_content {
        margin-top: 10px;
        max-width: none;
        overflow: hidden;
    }

    #wealth .wealth_content {
        margin: 10px 0;
        padding: 20px 0;
        background: url(../img/rgba.php?r=89&g=32&b=65&a=90) repeat;
        background: rgba(89, 32, 65, .90);
        height: auto;
        max-width: none;
        width: 100%;
    }

    #corporate .block_left, #corporate .block_right {
        padding: 20px 40px;
        background: url(../img/rgba.php?r=89&g=32&b=65&a=90) repeat;
        background: rgba(89, 32, 65, .90);
        height: auto;
        margin: 0;
    }

    .block.absolute {
        position: static;
    }

    #corporate .block_left {
        margin-top: 10px;
        margin-bottom: 0 !important;
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    #corporate .block_right {
        margin-bottom: 0 !important;
        padding-top: 20px !important;
        padding-bottom: 20px !important;
        margin-bottom: 20px !important;
    }

    /* CONTACT */
    #contact {
        padding-top: 15px;
        padding-bottom: 15px;
        height: auto;
    }

    /* NEWS */
    .news_container {
        padding: 100px 0 80px;
    }

    .news_container .news_blocks {
        width: 100%;
        margin-left: 0;
    }

    .news_container .news_navigation {
        width: 100%;
        margin-left: 0;
        box-sizing: border-box;
        padding: 20px 50px;
        font-size: 0;
        line-height: 0;
    }

    .news_container .news_navigation span {
        display: block;
        line-height: 1.2;
        margin: 5px 0;
        font-size: 15px;
        padding: 0;
    }

    .news_container .news_block {
        width: 50%;
    }

    .news_container .news_block.announcement {
        width: 100%;
    }

    .content.news_detail .slide {
        padding-top: 160px;
    }

    .content.news_detail .date {
        padding: 0 50px;
    }

    .content.news_detail .back {
        margin: 15px 0 5px 50px;
    }

    .content.news_detail .block_left {
        margin-bottom: 0 !important;
    }

    /* BUTTONS */
    .buttons_container .button {
        display: block;
        margin: 50px auto;
    }

    /* SPLASH */
    #splash .ten_years {
        width: 40px;
    }

    #splash .ten_years_logo .tagline {
        padding: 48px 0;
    }

    #splash .ten_years_logo img {
        display: block;
        width: 70%;
        margin: auto;
    }
}

@media only screen and (max-width: 768px) {
    /* NEWS */
    .news_container .news_block {
        width: 100%;
        height: 200px;
        line-height: 200px;
    }

    .news_container .news_block.announcement {
        height: 300px;
        line-height: 300px;
    }

    /* BUTTONS */
    #home .buttons_container {
        margin-top: 153px;
    }

    .buttons_container {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        position: relative;
        top: 0;
    }

    /* HOME */
    #home .news_container {
        top: 100px;
    }

    /* SPLASH */
    #splash .ten_years_logo .tagline {
        font-size: 12px;
    }

    #splash .ten_years_logo .tagline .detail {
        max-width: 400px;
        display: inline-block;
    }

    #splash .ten_years_logo {
        min-height: 150px;
    }
}

@media only screen and (max-width: 480px) {
    /* BUTTONS */
    .buttons_container {
        margin-top: 83px;
    }

    .buttons_container {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        position: relative;
        top: 0;
    }

    /* HOME */
    #home .news_container {
        top: 100px;
    }

    /* SPLASH */
    #splash .ten_years_logo .tagline {
        font-size: 12px;
    }

    #splash .ten_years_logo .tagline .detail {
        max-width: 400px;
        display: inline-block;
    }

    #splash .ten_years_logo {
        min-height: 150px;
    }
}
