/* ################################################################################ 
HEADER
################################################################################ */

/* TOPBAR */
.top-bar { position: relative; height: 32px; width: 100%; background-color: #0a8088; text-align: center; }
.top-bar p { font-size: 16px; line-height: 32px; color: #fff; }
.top-bar p.infos { width: calc(100% - 60px); }
.top-bar p i { margin: 0px 9px 0px 0px; }

/* LANGUAGE */
.language-switch { position: absolute; top: 0; right: 18px; padding-right: 5px; color: #fff; font-size: 16px; font-weight: normal; text-transform: uppercase; }
.language-switch span::after { content: '|'; margin-left: 5px; margin-right: 5px; }
.language-switch span:last-child::after { display: none; }
.language-switch span a { color: #fff; }

/* SOCIAL MEDIA */
.sg-socialmedia { float: left; margin: 0px 0px 0px 12px; }
header .sg-socialmedia {padding: 6px 0px 0px 0px;}
.sg-socialmedia ul li { float: left; line-height: 1; list-style: none; margin: 0px 0px 0px 7px; }
.sg-socialmedia ul li a {font-size: 14px;}
.sg-socialmedia ul li a:hover {color: #ffffff;}

/* NAVIGATION */
.navigation-container { position: relative; }
.navigation { font-weight: normal; background-color: #fff; display: table; position: relative; width: 100%; text-transform: uppercase; border-bottom: 1px solid #f0f0f0; box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.05); }
.navigation * { box-sizing: border-box; webkit-tap-highlight-color: transparent; }

.navigation-portrait { height: 62px; }

.navigation-fixed-wrapper { left: 0; width: 100%; will-change: opacity; z-index: 19998; }
.navigation-fixed-wrapper.fixed { animation: fade .50s; position: fixed !important; webkit-animation: fade .50s; }

@keyframes fade { from { opacity: 0.999; }
 to { opacity: 1; }
}

.navigation-fixed-wrapper .navigation { margin-left: auto; margin-right: auto; }
.navigation-fixed-placeholder { display: none; width: 100%; }
.navigation-fixed-placeholder.navigation-fixed-placeholder.visible { display: block; }

.navigation-hidden { height: 0 !important; margin: 0 !important; padding: 0 !important; position: absolute; top: -9999px; width: 0 !important; }

.align-to-right { float: right; }

.navigation-hidden .nav-header { display: none; }

.nav-brand { color: #70798b; font-size: 24px; line-height: 80px; padding: 0 15px; text-decoration: none !important; }
.nav-brand:hover, .nav-brand:focus { color: #70798b; }

.navigation-portrait .nav-brand { font-size: 18px; line-height: 48px; }

.nav-logo { position: absolute; top: 8px; left: 10px; }
.nav-logo img { width: 185px; height: auto; }

.nav-others { position: absolute; top: 20px; right: 65px; }
.nav-others .book a { font-size: 14px; background-color: #09808a; color: #fff; padding: 8px 10px; }

.nav-toggle { cursor: pointer; display: none; height: 34px; margin-top: -14px; padding: 4px 2px 0; position: absolute; right: 15px; top: 50%; width: 30px; }
.nav-toggle::before { background-color: #0a8088; border-radius: 0; box-shadow: 0 0.6em 0 0 #0a8088, 0 1.2em 0 0 #0a8088; content: ""; height: 3px; position: absolute; width: 24px; }

.navigation-portrait .nav-toggle { display: block; }
.navigation-portrait .nav-menus-wrapper { background-color: #ffffff; height: 100%; left: -400px; overflow-y: auto; position: fixed; top: 0; transition-duration: .8s; transition-timing-function: ease; webkit-overflow-scrolling: touch; webkit-transition-duration: .8s; webkit-transition-timing-function: ease; width: 320px; z-index: 20000; }
.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right { left: auto; right: -400px; }
.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open { left: 0; }
.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open { left: auto; right: 0; }
.nav-menus-wrapper-close-button { color: #70798b; cursor: pointer; display: none; float: right; font-size: 26px; height: 40px; margin: 10px 7px; width: 30px; }
.navigation-portrait .nav-menus-wrapper-close-button { display: block; }

.nav-menu { font-size: 0; line-height: normal; list-style: none; margin: 0; padding: 0; }
/*
.nav-menu::after { content: ''; display: block; position: absolute; width: 100%; margin-top: -10px; height: 10px; background-color: transparent; box-shadow: 0px 10px 15px -2px rgba(0,0,0,0.1); }
*/
.navigation-portrait .nav-menu { width: 100%; }

.nav-menu.nav-menu-centered { text-align: center; }
.nav-menu.nav-menu-centered > li { float: none; }

.nav-menu > li { display: inline-block; float: left; text-align: left; }

.navigation-portrait .nav-menu > li { border-top: solid 1px #f0f0f0; position: relative; width: 100%; }
.navigation-portrait .nav-menu > li:last-child { border-bottom: solid 1px #f0f0f0; }

.nav-menu + .nav-menu > li:first-child { border-top: none; }

.nav-menu > li > a { color: #0a8088; display: inline-block; font-size: 16px; padding: 30px 20px; text-decoration: none; transition: color 0.3s, background 0.3s; webkit-transition: color 0.3s, background 0.3s; }

.navigation-portrait .nav-menu > li > a { height: auto; padding: 12px 15px 12px 26px; width: 100%; }

.nav-menu > li:hover > a,
.nav-menu > li.active > a,
.nav-menu > li.focus > a { color: #70798b; }

.nav-menu > li > a > i,
.nav-menu > li > a > [class*="ion-"] { height: 16px; line-height: 16px; ms-transform: scale(1.4); transform: scale(1.4); webkit-transform: scale(1.4); width: 18px; }
.nav-menu > li > a > [class*="ion-"] { display: inline-block; ms-transform: scale(1.8); transform: scale(1.8); webkit-transform: scale(1.8); width: 16px; }

.navigation-portrait .nav-menu.nav-menu-social { text-align: center; width: 100%; }

.nav-menu.nav-menu-social > li { border: none !important; float: none; text-align: center; }

.navigation-portrait .nav-menu.nav-menu-social > li { width: auto; }

.nav-menu.nav-menu-social > li > a > [class*="ion-"] { font-size: 12px; }

.nav-menu.nav-menu-social > li > a > .fa { font-size: 14px; }

.navigation-portrait .nav-menu.nav-menu-social > li > a { padding: 15px; }

.submenu-indicator { float: right; margin-left: 6px; margin-top: 6px; transition: all 0.3s; webkit-transition: all 0.3s; }

.navigation-portrait .submenu-indicator { height: 44px; margin-top: 0; position: absolute; right: 0; text-align: center; top: 0; width: 54px; z-index: 20000; }

.submenu-indicator-chevron { border-color: transparent #70798b #70798b transparent; border-style: solid; border-width: 0 1px 1px 0; display: block; height: 6px; ms-transform: rotate(45deg); transform: rotate(45deg); transition: border 0.3s; webkit-transform: rotate(45deg); webkit-transition: border 0.3s; width: 6px; }

.navigation-portrait .submenu-indicator-chevron { left: 24px; position: absolute; top: 18px; }

.nav-menu > li:hover > a .submenu-indicator-chevron,
.nav-menu > .active > a .submenu-indicator-chevron,
.nav-menu > .focus > a .submenu-indicator-chevron { border-color: transparent #967ADC #967ADC transparent; }

.navigation-portrait .submenu-indicator.submenu-indicator-up { ms-transform: rotate(-180deg); transform: rotate(-180deg); webkit-transform: rotate(-180deg); }

.nav-overlay-panel { display: none; height: 100%; left: 0; position: fixed; top: 0; width: 100%; z-index: 19999; }

.no-scroll { overflow-x: hidden; touch-action: none; }
.nav-search { float: right; height: 70px; z-index: 19998; }
.navigation-portrait .nav-search { height: 48px; margin-right: 52px; padding: 0 10px; }
.navigation-hidden .nav-search { display: none; }
.nav-search-button { background-color: #fbfcfd; cursor: pointer; height: 70px; line-height: 70px; text-align: center; width: 70px; }
.navigation-portrait .nav-search-button { font-size: 22px; height: 48px; line-height: 46px; width: 50px; }
.nav-search-icon { border: 2px solid; border-radius: 50%; color: #70798b; display: inline-block; height: 14px; margin: 2px 8px 8px 4px; ms-transform: rotate(-45deg); position: relative; text-align: left; text-indent: -9999px; transform: rotate(-45deg); transition: color 0.3s; vertical-align: middle; webkit-transform: rotate(-45deg); webkit-transition: color 0.3s; width: 14px; }
.nav-search-icon:after, .nav-search-icon:before { content: ''; pointer-events: none; }
.nav-search-icon:before { border-radius: 0 0 1px 1px; box-shadow: inset 0 0 0 32px; height: 11px; left: 50%; ms-transform: translateX(-50%); position: absolute; top: 11px; transform: translateX(-50%); webkit-transform: translateX(-50%); width: 2px; }
.nav-search-button:hover .nav-search-icon { color: #967ADC; }
.nav-search > form { background-color: #ffffff; display: none; height: 100%; left: 0; padding: 0 auto; position: absolute; top: 0; width: 100%; z-index: 99; }
.nav-search-inner { display: table; height: 70px; margin: auto; width: 70%; }
.navigation-portrait .nav-search-inner { height: 48px; }
.nav-search-inner input[type=text],
.nav-search-inner input[type=search] { background-color: transparent; border: none; color: #70798b; font-size: 26px; height: 70px; line-height: 70px; margin: 0; outline: none; padding: 0 12px; text-align: center; transition: all 0.3s; webkit-transition: all 0.3s; width: 100%; }
.navigation-portrait .nav-search-inner input[type=text],
.navigation-portrait .nav-search-inner input[type=search] { font-size: 18px; height: 48px; line-height: 48px; }
.nav-search-close-button { color: #70798b; cursor: pointer; display: block; font-size: 20px; height: 28px; line-height: normal; position: absolute; right: 20px; text-align: center; top: 20px; width: 28px; }
.navigation-portrait .nav-search-close-button { right: 14px; top: 10px; }
.nav-button { background-color: #967ADC; border-radius: 4px; color: #fff; display: inline-block; font-size: 14px; margin: 18px 15px 0; padding: 8px 14px; text-align: center; text-decoration: none; transition: opacity 0.3s; webkit-transition: opacity 0.3s; }
.nav-button:hover, .nav-button:focus { color: #fff; opacity: 0.85; text-decoration: none; }
.navigation-portrait .nav-button { margin: 17px 26px; width: calc(100% - 52px); }
.nav-text { color: #70798b; display: inline-block; font-size: 14px; margin: 25px 15px; }
.navigation-portrait .nav-text { margin: 12px 26px 0; width: calc(100% - 52px); }
.navigation-portrait .nav-text + ul { margin-top: 15px; }
.nav-dropdown { display: none; list-style: none; margin: 0; min-width: 180px; padding: 0; position: absolute; white-space: nowrap; z-index: 98; }
.navigation-portrait .nav-dropdown { left: 0; position: static; width: 100%; }
.nav-dropdown .nav-dropdown { left: 100%; }
.nav-menu > li > .nav-dropdown { border-top: solid 1px #f0f0f0; }

.nav-dropdown > li { clear: both; float: left; position: relative; text-align: left; width: 100%; border-bottom: 1px solid #eee; }
.nav-dropdown > li:last-child { border-bottom: none; }
.nav-dropdown > li > a { background-color: #fdfdfd; color: #363636; display: inline-block; float: left; font-size: 13px; padding: 16px 20px; text-decoration: none; transition: color 0.3s, background 0.3s; webkit-transition: color 0.3s, background 0.3s; width: 100%; }
.nav-dropdown > li:hover > a,
.nav-dropdown > li.focus > a { color: #70798b; }
.nav-dropdown.nav-dropdown-left { right: 0; }
.nav-dropdown > li > .nav-dropdown-left { left: auto; right: 100%; }

.navigation-landscape .nav-dropdown.nav-dropdown-left > li > a { text-align: right; }
.navigation-portrait .nav-dropdown > li > a { padding: 12px 20px 12px 30px; }
.navigation-portrait .nav-dropdown > li > ul > li > a { padding-left: 50px; }
.navigation-portrait .nav-dropdown > li > ul > li > ul > li > a { padding-left: 70px; }
.navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > a { padding-left: 90px; }
.navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > ul > li > a { padding-left: 110px; }

.nav-dropdown .submenu-indicator { position: absolute; right: 15px; top: 16px; }
.navigation-portrait .nav-dropdown .submenu-indicator { right: 0; top: 0; }
.nav-dropdown .submenu-indicator .submenu-indicator-chevron { ms-transform: rotate(-45deg); transform: rotate(-45deg); webkit-transform: rotate(-45deg); }
.navigation-portrait .nav-dropdown .submenu-indicator .submenu-indicator-chevron { ms-transform: rotate(45deg); transform: rotate(45deg); webkit-transform: rotate(45deg); }
.nav-dropdown > li:hover > a .submenu-indicator-chevron,
.nav-dropdown > .focus > a .submenu-indicator-chevron { border-color: transparent #967ADC #967ADC transparent; }
.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator { left: 10px; }
.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator .submenu-indicator-chevron { ms-transform: rotate(135deg); transform: rotate(135deg); webkit-transform: rotate(135deg); }
.nav-dropdown-horizontal { background-color: #fdfdfd; border-top: solid 1px #f0f0f0; left: 0; width: 100%; }
.nav-dropdown-horizontal .nav-dropdown-horizontal { left: 0; top: 100%; width: 100%; }
.navigation-portrait .nav-dropdown-horizontal .nav-dropdown-horizontal { border-top: none; }
.nav-dropdown-horizontal > li { clear: none; position: static; width: auto; }
.navigation-portrait .nav-dropdown-horizontal > li { width: 100%; }
.nav-dropdown-horizontal > li > a { position: relative; }
.nav-dropdown-horizontal .submenu-indicator { height: 18px; ms-transform: rotate(90deg); top: 11px; transform: rotate(90deg); webkit-transform: rotate(90deg); }
.navigation-portrait .nav-dropdown-horizontal .submenu-indicator { height: 42px; ms-transform: rotate(0deg); top: 0; transform: rotate(0deg); webkit-transform: rotate(0deg); }
.navigation-portrait .nav-dropdown-horizontal .submenu-indicator.submenu-indicator-up { ms-transform: rotate(-180deg); transform: rotate(-180deg); webkit-transform: rotate(-180deg); }
.megamenu-panel { background-color: #fdfdfd; border-top: solid 1px #f0f0f0; color: inherit; display: none; font-size: 14px; padding: 15px; position: absolute; text-align: left; width: 100%; z-index: 98; }
.navigation-portrait .megamenu-panel { display: block; padding: 25px; position: static; }
.megamenu-panel [class*="container"] { width: 100%; }
.megamenu-panel [class*="container"] [class*="col-"] { padding: 0; }
.megamenu-panel-half { width: 50%; }
.megamenu-panel-quarter { width: 25%; }
.navigation-portrait .megamenu-panel-half,
.navigation-portrait .megamenu-panel-quarter { width: 100%; }
.megamenu-panel-row { width: 100%; }
.megamenu-panel-row:before, .megamenu-panel-row:after { content: ""; display: table; line-height: 0; }
.megamenu-panel-row:after { clear: both; }
.megamenu-panel-row [class*="col-"] { display: block; float: left; margin-left: 3%; min-height: 20px; }
.megamenu-panel-row [class*="col-"]:first-child { margin-left: 0; }
.navigation-portrait .megamenu-panel-row [class*="col-"] { display: block; float: none; margin-left: 0; margin-top: 15px; width: 100% !important; }
.navigation-portrait .megamenu-panel-row:first-child [class*="col-"]:first-child { margin-top: 0; }
.megamenu-panel-row .col-1 { width: 5.583333333333%; }
.megamenu-panel-row .col-2 { width: 14.166666666666%; }
.megamenu-panel-row .col-3 { width: 22.75%; }
.megamenu-panel-row .col-4 { width: 31.333333333333%; }
.megamenu-panel-row .col-5 { width: 39.916666666667%; }
.megamenu-panel-row .col-6 { width: 48.5%; }
.megamenu-panel-row .col-7 { width: 57.083333333333%; }
.megamenu-panel-row .col-8 { width: 65.666666666667%; }
.megamenu-panel-row .col-9 { width: 74.25%; }
.megamenu-panel-row .col-10 { width: 82.833333333334%; }
.megamenu-panel-row .col-11 { width: 91.416666666667%; }
.megamenu-panel-row .col-12 { width: 100%; }
.megamenu-tabs { display: block; float: left; width: 100%; }
.megamenu-tabs-nav { float: left; list-style: none; margin: 0; padding: 0; width: 20%; }

.navigation-portrait .megamenu-tabs-nav { width: 100%; }

.megamenu-tabs-nav > li > a { background-color: #ffffff; border: solid 1px #eff0f2; color: #70798b; float: left; font-size: 13px; outline: 0; padding: 10px 16px; text-decoration: none; transition: background 0.3s; webkit-transition: background 0.3s; width: 100%; }
.megamenu-tabs-nav > li.active a,
.megamenu-tabs-nav > li:hover a { background-color: #f5f5f5; }
.megamenu-tabs-pane { background-color: #ffffff; border: solid 1px #eff0f2; color: #70798b; display: none; float: right; font-size: 13px; min-height: 30px; opacity: 0; padding: 20px; transition: opacity 0.5s; webkit-transition: opacity 0.5s; width: 80%; }
.megamenu-tabs-pane.active { display: block; opacity: 1; }

.navigation-portrait .megamenu-tabs-pane { width: 100%; }

.megamenu-lists { display: table; width: 100%; }
.megamenu-list { display: inline-block; float: left; list-style: none; margin: 0 0 15px; padding: 0; width: 100%; }
.megamenu-list:last-child { border: none; margin: 0; }

.navigation-landscape .megamenu-list { border-right: solid 1px #f0f0f0; margin: -15px 0; padding: 20px 0; }
.navigation-landscape .megamenu-list:last-child { border: none; }

.megamenu-list > li > a { color: #70798b; display: inline-block; font-size: 13px; padding: 10px 15px; text-decoration: none; transition: all 0.3s; webkit-transition: all 0.3s; width: 100%; }
.megamenu-list > li > a:hover { background-color: #967ADC; color: #ffffff; }
.megamenu-list > li.megamenu-list-title > a { color: #70798b; font-size: 12px; font-weight: 600; opacity: 0.8; text-transform: uppercase; }
.megamenu-list > li.megamenu-list-title > a:hover { background-color: transparent; opacity: 1; }

.navigation-landscape .list-col-2 { width: 50%; }
.navigation-landscape .list-col-3 { width: 33%; }
.navigation-landscape .list-col-4 { width: 25%; }

body { background: transparent; margin: 0; transition: background .3s, padding .3s; }

@media screen and (min-width: 768px) {
  .top-bar { height: 35px; }
  .top-bar p { font-size: 15px; line-height: 35px; }
  .language-switch { right: 24px; }
  .navigation-portrait { height: 70px; }
  .nav-logo img { width: 220px; }
  .nav-others { top: 24px; right: 100px; }
  .language-switch { padding-right: 0px; } 
}

@media screen and (min-width: 992px) {
  .top-bar { height: 35px; }
  .top-bar p { font-size: 16px; line-height: 35px; }
  .language-switch { right: 30px; }
  .nav-logo { position: absolute; top: 13px; left: 10px; }
  .nav-logo img { width: 190px; }
  .nav-menu > li > a { padding: 25px 7px; }
  .nav-menu > li:first-child > a { padding-left: 125px; }
  .nav-others { top: 22px; right: 15px; }
}

@media screen and (min-width: 1200px) {
  .top-bar .left-side { padding-left: 25px; }
  .language-switch { right: 65px; }
  .nav-logo { position: absolute; top: 14px; left: 15px; }
  .nav-logo img { width: 200px; }
  .nav-menu > li > a { padding: 30px 10px; }
  .nav-menu > li:first-child > a { padding-left: 0; }
  .nav-others { right: 50px; }
  .nav-others .book a { font-size: 14px; background-color: #09808a; color: #fff; padding: 8px 10px; }
}

@media screen and (min-width: 1400px) {
  .nav-logo img { width: 220px; }
  .nav-menu > li > a { padding: 30px 15px; }
  .language-switch { right: 115px; }
  .nav-others { right: 100px; top: 28px; }
}

.nav-menus-wrapper { overflow-x: hidden; }
.btn-show { background-color: #9fa7b0; border: none; color: #fff; cursor: pointer; padding: 10px 20px; transition: background .3s; }
.btn-show:hover { background-color: #967ADC; }
.info { color: #333; font-size: 13px; padding-left: 15px; text-align: center; }
.info span { text-decoration: underline; }
.zoom-in { animation: zoomIn 400ms ease both; moz-animation: zoomIn 400ms ease both; o-animation: zoomIn 400ms ease both; webkit-animation: zoomIn 400ms ease both; }

@-webkit-keyframes zoomIn { 0% { webkit-transform: scale(.6); }
 100% { webkit-transform: scale(1); }
}
@keyframes zoomIn { 0% { transform: scale(.6); }
 100% { transform: scale(1); }
}
.zoom-out { animation: zoomOut 400ms ease both; moz-animation: zoomOut 400ms ease both; o-animation: zoomOut 400ms ease both; webkit-animation: zoomOut 400ms ease both; }
@-webkit-keyframes zoomOut { 0% { webkit-transform: scale(1); }
 100% { webkit-transform: scale(.6); }
}
@keyframes zoomOut { 0% { transform: scale(1); }
 100% { transform: scale(.6); }
}


/* ################################################################################ 
FOOTER
################################################################################ */