@import 'https://fonts.googleapis.com/css?family=Raleway:100,200,300,400,500,600,700,900|Oswald:400,500,600,700&subset=latin-ext';
html * {
	margin:0;
	padding:0;
    box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
body {
	background:#fff;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333;
}
header, nav, article, section, footer, figure, aside, address {
	display:block;
	font-style:normal;
}
a:hover,
a {
	font-size:14px;
	color:#222;
	text-decoration:none;
    font-family:'Raleway', sans-serif;
    font-weight:600;
}
textarea,
select,
input,
button {
	outline:none;
	resize:none;
	overflow:hidden;
	font-family:'Raleway', sans-serif;
}
button {
    cursor:pointer;
}
img {
	border:0;
    width:100%;
    height:auto;
}
ol,
ul {
	list-style-type:none;
}
*::-webkit-input-placeholder {
    color:#666;
    font-size:14px;
}
*:-moz-placeholder {
    color:#666;
    font-size:14px;
}
*::-moz-placeholder {
    color:#666;
    font-size:14px;
}
*:-ms-input-placeholder {
    color:#666;
    font-size:14px;
}
input:-webkit-autofill {
    -webkit-box-shadow:0 0 0 30px white inset;
}
.clear {
	clear:both;
}
#error-page {
    width:100%;
    height:100%;
    position:absolute;
    background:#f8f8f8;
    display:table;
}
#error-page figure {
    display:table-cell;
    text-align:center;
    vertical-align:middle;
    padding:10px;
}
#error-page figure img {
    width:100%;
    max-width:400px;
    height:auto;
}
#popup-overlay {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.7);
    display:flex;
    justify-content:center;
    align-items:center;
    z-index:9999;
    opacity:0;
    visibility:hidden;
    transition:opacity 0.5s ease;
}
#popup-overlay.show {
    opacity:1;
    visibility:visible;
}
#popup-content {
    position:relative;
    max-width:600px;
    max-height:90vh;
}
#popup-content .popup-container {
    position:relative;
    margin:30px;
}
#popup-content .popup-container img {
    width:100%;
    height:auto;
    max-height:80vh;
    border-radius:8px;
    object-fit:contain;
    display:block;
}
#popup-close {
    position:absolute;
    top:-20px;
    right:-20px;
    background:white;
    color:black;
    font-size:24px;
    font-weight:bold;
    width:35px;
    height:35px;
    border-radius:50%;
    text-align:center;
    line-height:35px;
    cursor:pointer;
    box-shadow:0 0 8px rgba(0,0,0,0.5);
    z-index:10;
    transition:all 0.3s ease;
}
.recess {
    width:1250px;
    margin:auto;
}
#header {
    position:relative;
    z-index:4;
}
#header .recess {
    padding:0 15px;
}
#header .top {
    height:30px;
    background:#fff;
}
#header .top .social-media {
    float:right;
}
#header .top .social-media ul li {
    float:left;
}
#header .top .social-media ul li a {
    font-family:'Raleway', sans-serif;
    font-size:14px;
    color:#c4c4c4;
    font-weight:bold;
    cursor:pointer;
}
#header .top .social-media ul li a:hover {
    color:#7e7e7e;
}
#header .top .social-media ul li.icon {
    margin:8px 5px 0 0;
}
#header .top .social-media ul li.icon a {
    width:16px;
    height:16px;
    display:block;
    background:no-repeat center;
}
#header .top .social-media ul li.icon.facebook a {
    background-image:url(/Images/icon-facebook.png);
}
#header .top .social-media ul li.icon.twitter a {
    background-image:url(/Images/icon-twitter.png);
}
#header .top .social-media ul li.icon.instagram a {
    background-image:url(/Images/icon-instagram.png);
}
#header .top .social-media ul li.icon.youtube a {
    background-image:url(/Images/icon-youtube.png);
}
#header .top .social-media ul li.icon.linkedin a {
    background-image:url(/Images/icon-linkedin.png);
}
#header .top .social-media ul li.lang {
    border-right:solid 1px #d5d5d5;
    padding:0 5px;
    margin-top:4px;
}
#header .top .social-media ul li.lang:last-child {
    border-right:0;
}
#header .top .social-media ul li.lang a {
    line-height:24px;
    color:#8b99a6;
    padding:0 5px;
    display:block;
    font-size:13px;
}
#header .top .social-media ul li.lang a:hover {
    background:#ddd;
    border-bottom:solid 1px #898989;
}
#header .bottom {
    height:75px;
    background:#f3f3f3;
}
#header .bottom .logo {
    width:85px;
    position:absolute;
}
#header .bottom .logo img {
    width:100%;
    height:auto;
    border:solid 4px #fff;
}
#social-responsibilities,
#project-detail,
#content,
#index {
    font-family:'Raleway', sans-serif;
}
#index {
    font-size:14px;
}
#index .sectors {
    position:absolute;
    width:1250px;
    z-index:2;
    bottom:-8px;
    background:#8b99a6;
    left:calc(50% - 625px);
    font-family:'Raleway', sans-serif;
}
#index .sectors h2,
#index .sectors h1 {
    font-weight:300;
    background:url(/Images/index-sectors-seperator.png) bottom left no-repeat;
    padding-bottom:10px;
    font-size:20px;
    color:#fff; 
    -webkit-transition:all 0.3s;
    -moz-transition:all 0.3s;
    transition:all 0.3s;
}
#index .sectors ul li a:hover h2,
#index .sectors ul li a:hover h1 {
    color:#48a5cc;
}
#index .sectors p {
    font-size:13px;
    line-height:18px;
    color:#add3ed;
    width:90%;
    margin-top:10%;
    -webkit-transition:all 0.3s;
    -moz-transition:all 0.3s;
    transition:all 0.3s;
    font-weight:300;
}
#index .sectors ul li a:hover p {
    color:#fff;
}
#index .sectors ul li {
    width:16.66%;
    float:left;
    background-repeat:no-repeat;
    background-position:center right;
    background-size:cover;
}
#index .sectors ul li:first-child {
    background-image:url(/Images/index-sectors-bg-1.png);
    background-color:#192656;
    width:16.7%;
}
#index .sectors ul li:nth-child(2) {
    background-image:url(/Images/index-sectors-bg-2.png);
    background-color:#101934;
}
#index .sectors ul li:nth-child(3) {
    background-image:url(/Images/index-sectors-bg-3.png);
    background-color:#11235c;
}
#index .sectors ul li:nth-child(4) {
    background-image:url(/Images/index-sectors-bg-4.png);
    background-color:#0b2b45;
}
#index .sectors ul li:nth-child(5) {
    background-image:url(/Images/index-sectors-bg-5.png);
    background-color:#041726;
}
#index .sectors ul li:nth-child(6) {
    background-image:url(/Images/index-sectors-bg-6.png);
    background-color:#031625;
}
#index .sectors ul li:last-child {
    background-image:url(/Images/index-sectors-bg-7.png);
    background-color:#041f34;
}
#index .sectors ul li a {
    display:block;
    min-height:220px;
    padding:25px 15px 10px 15px;
}
#index .inner {
    position:absolute;
    top:100%;
    width:100%;
}
#index .about {
    line-height:22px;
    /*background:#fcfcfc;*/
    padding:50px 0;
}
#index .about .left-column {
    width:300px;
    margin-right:50px;
    float:left;
    padding-top:30px;
}
#index .about .left-column h1 {
    font-size:34px;
    font-weight:700;
    margin-bottom:20px;
}
#index .about .left-column span {
    font-size:34px;
    font-weight:500;
    margin-bottom:15px;
    display:block;
}
#index .journal .left-column .text i,
#index .about .left-column i {
    display:block;
    width:100px;
    height:3px;
    background:#f8ac00;
}
#index .about .right-column {
    width:calc(100% - 350px);
    float:left;
    font-size:16px;
    text-align:justify;
}
#index .about .right-column p {
    margin-bottom:20px;
    line-height:26px;
}
#index .about .right-column p:last-child {
    margin-bottom:0;
}
#index .about .right-column .links {
    margin-top:30px;
}
#index .news .left-column .text .links a,
#index .about .right-column .links a {
    display:inline-block;
    padding:11px 30px;
    font-weight:600;
    border:solid 2px #0d3b86;
    margin-right:30px;
}
#index .about .right-column .links a.continue {
    border-color:#f8ac00;
    background:url(../Images/arrows.png) no-repeat center right;
    padding-right:40px;
}
#index .numeric {
    padding:80px 0;
    background:#fcfcfc;
    margin-top:50px;
}
#index .numeric ul {
    display:table;
    width:75%;
    margin:auto;
}
#index .numeric ul li {
    display:inline-block;
    width:13%;
    border-left:solid 2px #f8ac00;
    padding:7px 20px;
    vertical-align:top;
}
#index .numeric ul li:nth-child(3) {
    width:19%;
}
#index .numeric ul li:last-child {
    width:16%;
}
#index .numeric ul li span {
    display:block;
}
#index .numeric ul li span:first-child {
    font-size:32px;
    line-height:22px;
    font-weight:700;
    margin-bottom:12px;
}
#index .numeric ul li span:last-child {
    font-size:13px;
    font-weight:800;
    letter-spacing:1px;
    color:#555;
}
#index .journal {
    margin-top:100px;
}
#index .journal .left-column {
    width:50%;
    float:left;
    text-align:justify;
}
#index .journal .left-column .text {
    width:600px;
    float:right;
    margin-top:120px;
    position:relative;
}
#index .journal .left-column .text h4 {
    font-size:100px;
    line-height:110px;
    color:#f0f0f0;
    margin-bottom:20px;
}
#index .journal .left-column .text h4 span {
    padding-left:150px;
}
#index .journal .left-column .text p {
    width:500px;
    line-height:22px;
    color:#777;
}
#index .journal .left-column .text i {
    top:165px;
    left:10px;
    position:absolute;
}
#index .journal .right-column {
    width:50%;
    float:left;
    background:#212a3c;
    position:relative;
    padding:30px 30px 0 30px;
    position:relative;
    overflow:hidden;
    font-size:26px;
    font-weight:500;
}
#index .journal .right-column .slider div {
    width:300px;
}
#index .journal .right-column .slider p {
    padding:10px 0;
    background:#f8ac00;
    margin-top:30px;
    width:160px;
    text-align:center;
    background:#fcfcfc;
}
#index .news {
    margin:80px 0;
}
#index .news .left-column {
    width:50%;
    float:left;
    padding-top:120px;
}
#index .news .left-column .text {
    width:600px;
    float:right;
}
#index .news .left-column .text h2 {
    font-size:30px;
    font-weight:600;
    color:#000;
    line-height:40px;
    width:70%;
    padding-right:30px;
}
#index .news .left-column .text .links {
    margin-top:60px;
}
#index .news .left-column .text .links a {
    display:inline-block;
    padding:11px 30px;
    font-weight:600;
    border:solid 2px #555;
    color:#000;
}
#index .news .left-column .text .links a.style-2 {
    background:#f8ac00;
    border-color:#d29306;
    color:#fff;
    margin:0 30px 10px 0;
}
#index .news .right-column {
    width:50%;
    float:left;
    background:#fcfcfc;
    padding:80px 0 80px 80px;
}
#index .news .right-column .list {
    width:600px;
}
#index .news .right-column .list ul li {
    padding:2px 0;
}
#index .news .right-column .list ul li a {
    padding:8px 2px;
    border-bottom:solid 1px #ccc;
    width:max-content;
    display:block;
}
#footer {
    margin:40px 0 20px 0;
}
#footer .top {
    padding-top:25px;
    border-top:1px solid #e0e0de;
}
#footer .top ul li {
    float:left;
    margin:0 40px 20px 0;
}
#footer .top ul li:last-child {
    margin-right:0;
}
#footer .top ul li a {
    display:block;
    font-weight:700;
    color:#afb5bc;
}
#footer .top ul li a:hover {
    color:#0f3e83;
}
#footer .bottom {
    font-size:10px;
    color:#d4d7db;
}
#content {
    font-size:14px;
}
#content .web-tv {
    position:relative;
    z-index:1;
    color:#fff;
    min-height:250px;
    padding-top:100px;
    margin-bottom:50px;
    background:no-repeat top center;
    background-size:cover;
    background-image:url(/Images/web-tv-inner-bg-1.jpg);
}
#content .web-tv.style-2 {
    background-image:url(/Images/web-tv-inner-bg-2.jpg);
}
#content .web-tv.style-3 {
    background-image:url(/Images/web-tv-inner-bg-3.jpg);
}
#content .web-tv.style-4 {
    background-image:url(/Images/web-tv-inner-bg-4.jpg);
}
#content .web-tv.style-5 {
    background-image:url(/Images/web-tv-inner-bg-5.jpg);
}
#content .web-tv.style-6 {
    background-image:url(/Images/web-tv-inner-bg-6.jpg);
}
#content .web-tv.style-7 {
    background-image:url(/Images/web-tv-inner-bg-7.jpg);
}
#content .web-tv.style-8 {
    background-image:url(/Images/web-tv-inner-bg-8.jpg);
}
#content .web-tv.style-9 {
    background-image:url(/Images/web-tv-inner-bg-9.jpg);
}
#content .web-tv.style-10 {
    background-image:url(/Images/web-tv-inner-bg-10.jpg);
}
#content .web-tv.style-11 {
    background-image:url(/Images/web-tv-inner-bg-11.jpg);
}
#content .web-tv .recess {
    position:relative;
    z-index:2;
}
#content .web-tv h1 {
    font-size:40px;
    font-weight:600;
}
#content .web-tv .breadcrumb {
    color:#c4c4c4;
    margin-top:5px;
    font-size:12px;
}
#content .web-tv .breadcrumb a {
    color:#c4c4c4;
    font-size:13px;
}
#content .web-tv .breadcrumb ul li {
    float:left;
    margin-right:13px;
    padding-right:17px;
    background:url(/Images/arrow-breadcrumb.png) no-repeat center right;
}
#content .web-tv .breadcrumb ul li:last-child {
    margin-right:0;
    padding-right:0;
    background:none;
}
#content .web-tv .right-column {
    width:500px;
    float:left;
    margin-top:10px;
}
#content .web-tv .bg {
    position:absolute;
    z-index:1;
    width:100%;
    height:250px;
    top:0;
    background:#212a3c;
}
#content .mobile-menu {
    display:none;
    position:absolute;
    z-index:2;
    width:500px;
    top:-105px;
    left:calc(50% - 250px);
}
#content .mobile-menu-2 {
    display:none;
    margin:-20px 0 40px 0;
}
#content .mobile-menu-2 ol {
    text-align:center;
    background:#f8ac00;
    padding:10px;
}
#content .mobile-menu-2 ol li {
    display:inline-block;
    margin-right:17px;
    padding-right:20px;
    border-right:solid 1px #777;
}
#content .mobile-menu-2 ol li:last-child {
    margin-right:0;
    padding-right:0;
    border-right:0;
}
#content .mobile-menu-2 ol li a {
    font-size:16px;
}
#press,
#sectors,
#content .awards,
#content .milestones,
#content .about {
    position:relative;
}
#content .about.style-2 {
    margin-top:40px;
}
#content .about article {
    line-height:24px;
    width:1100px;
    margin:auto;
    text-align:justify;
}
#content .about article h5 {
    font-size:16px;
}
#content .about article p {
    margin-bottom:20px;
}
#content .about article p:last-child {
    margin-bottom:0;
}
#content .about article figure.little-photo {
    float:left;
    width:430px;
    margin:0 30px 30px 0;
}
#content .about article .table {
    margin-bottom:20px;
}
#content .about article .table ol {
    list-style:none;
    border:solid 1px #999;
    padding:0;
}
#content .about article .table ol li {
    display:table;
    width:100%;
}
#content .about article .table ol li:not(:last-child) {
    border-bottom:solid 1px #999;
}
#content .about article .table ol li.title {
    font-weight:bold;
    background:#e8e8e8;
}
#content .about article .table ol li span {
    width:70%;
    display:table-cell;
    padding:5px 10px;
}
#content .about article .table ol li.title span {
    padding:0 5px;
}
#content .about article .table ol li span:first-child {
    width:30%;
    border-right:solid 1px #999;
}
#content .about article .table ol li span a {
    color:#238ebc;
}
#content .about article .table-2 {
    margin-bottom:20px;
}
#content .about article .table-2 ol {
    list-style:none;
    border:solid 1px #999;
}
#content .about article .table-2 ol li {
    display:table;
    width:100%;
}
#content .about article .table-2 ol li span {
    display:table-cell;
    width:20%;
    vertical-align:middle;
    border-right:solid 1px #999;
}
#content .about article .table-2 ol li span:first-child {
    padding:0 10px;
}
#content .about article .table-2 ol li span:last-child {
    width:60%;
    border-right:0;
}
#content .about article .table-2 ol li span i {
   display:block;
   font-style:normal;
   padding:5px 10px;
}
#content .about article .table-2 ol li span i:not(:last-child) {
   border-bottom:solid 1px #999;
}
#sectors .sectors .list ul li figure img,
#content .about article figure.little-photo img {
    position:relative;
    z-index:1;
    width:100%;
}
#content .about article .table {
    margin-bottom:20px;
}
#content .about article .table ol {
    list-style:none;
    border:solid 1px #999;
    padding:0;
}
#content .about article .table ol li {
    display:table;
    width:100%;
}
#content .about article .table ol li:not(:last-child) {
    border-bottom:solid 1px #999;
}
#content .about article .table ol li.title {
    font-weight:bold;
    background:#e8e8e8;
}
#content .about article .table ol li span {
    width:70%;
    display:table-cell;
    padding:5px 10px;
}
#content .about article .table ol li.title span {
    padding:0 5px;
}
#content .about article .table ol li span:first-child {
    width:30%;
    border-right:solid 1px #999;
}
#content .about article .table ol li span a {
    color:#238ebc;
}
#content .about article .table-2 {
    margin-bottom:20px;
}
#content .about article .table-2 ol {
    list-style:none;
    border:solid 1px #999;
}
#content .about article .table-2 ol li {
    display:table;
    width:100%;
}
#content .about article .table-2 ol li span {
    display:table-cell;
    width:20%;
    vertical-align:middle;
    border-right:solid 1px #999;
}
#content .about article .table-2 ol li span:first-child {
    padding:0 10px;
}
#content .about article .table-2 ol li span:last-child {
    width:60%;
    border-right:0;
}
#content .about article .table-2 ol li span i {
   display:block;
   font-style:normal;
   padding:5px 10px;
}
#content .about article .table-2 ol li span i:not(:last-child) {
   border-bottom:solid 1px #999;
}
#content .about article .board-directors ul li {
    width:33.33%;
    height:100%;
    margin:auto;
    padding:0 10px;
    float:left;
    font-size:15px;
}
#content .about article .board-directors ul li:nth-child(-n+3) {
    margin-bottom:50px;
}
#content .about article .board-directors ul li figure {
    margin-bottom:10px;
}
#content .about article .board-directors ul li strong {
    display:block;
}
#content .about article .board-directors ul li i {
    display:block;
    font-style:normal;
}
#content .milestones .inner {
    margin:auto;
    width:max-content;
    font-weight:500;
}
#content .milestones .inner ul li span {
    display:table-cell;
    vertical-align:top;
}
#content .milestones .inner ul li span:first-child {
    width:300px;
    font-size:46px;
    font-weight:700;
}
#content .milestones .inner ul li span:nth-child(2) {
    width:1px;
    background:#f8ac00;
}
#content .milestones .inner ul li:nth-child(even) span:nth-child(2) {
    background:#09428f;
}
#content .milestones .inner ul li:last-child span:nth-child(2) {
    width:0;
}
#content .milestones .inner ul li span:nth-child(2) i {
    width:19px;
    height:19px;
    background:#fff;
    border-radius:50%;
    border:solid 4px #f8ac00;
    display:block;
    position:absolute;
    margin-left:-9px;
}
#content .milestones .inner ul li:nth-child(even) span:nth-child(2) i {
    border-color:#09428f;
}
#content .milestones .inner ul li span:nth-child(3) {
    width:550px;
    padding:0 0 140px 50px;
    line-height:26px;
}
#content .milestones .inner ul li span:nth-child(3) em {
    font-style:normal;
    display:block;
    margin-bottom:15px;
    padding-right:50px;
}
#content .milestones .inner ul li span:nth-child(3) em:nth-child(even) {
    color:#224d7d;
}
#content .milestones .inner ul li span:nth-child(3) em:last-child {
    margin-bottom:0;
}
#content .awards #tabs > ul {
    width:500px;
    z-index:2;
    margin-bottom:50px;
}
#content .awards #tabs > ul > li {
	width:min-content;
    display:inline-block;
    vertical-align:top;
    margin-right:15px;
}
#content .awards #tabs > ul > li > a {
	display:block;
    width:100%;
    padding:8px;
    float:left;
}
#content .awards #tabs > ul > li:hover > a,
#content .awards #tabs > ul > li.active > a {
    background:#fcfcfc;
}
#content .awards #tabs > ul > li > a figure {
    width:100px;
    height:70px;
    background:no-repeat;
    background-size:cover;
}
#content .awards #tabs > div {
    display:none;
    width:100%;
    line-height:24px;
}
#content .awards #tabs > div p:not(:last-child) {
    margin-bottom:20px;
}
#content .awards #tabs > div > h4 {
	display:block;
    margin-bottom:4px;
    font-size:22px;
    font-weight:700;
}
#content .awards #tabs > div > span {
	font-style:normal;
    font-weight:500;
    color:#888;
    margin-bottom:10px;
    display:block;
}
#content .awards #tabs > div > i {
	width:100px;
    height:3px;
    background:#f8ac00;
    display:block;
    margin-bottom:30px;
}
#content .awards #tabs > div > ul > li {
    width:calc(50% - 15px);
    float:left;
    background:#f8f8f8;
    margin-bottom:30px;
}
#content .awards #tabs > div > ul > li:nth-child(odd) {
    margin-right:30px;
}
#content .awards #tabs > div > ul > li > figure {
    width:150px;
    height:150px;
    float:left;
    border-right:solid 1px #fff;
    background:url(/Images/awards-bg.png) no-repeat center;
}
#content .awards #tabs > div > ul > li > .text {
    width:calc(100% - 150px);
    float:left;
}
#content .awards #tabs > div > ul > li > .text .name {
    padding:15px 20px;
    height:100px;
    border-bottom:solid 1px #fff;
    font-size:13px;
    line-height:16px;
    font-weight:600;
}
#content .awards #tabs > div > ul > li > .text .medium {
    padding:15px 20px;
    height:40px;
    font-size:12px;
}
#sectors .top {
    width:100%;
    display:table;
    margin-bottom:40px;
}
#sectors .top .summary {
    line-height:22px;
    width:calc(100% - 400px);
    padding-right:50px;
    display:table-cell;
    vertical-align:top;
    text-align:justify;
}
#sectors .top .summary h2 {
    font-size:26px;
    margin-bottom:20px;
}
#sectors .top .summary h3 {
    font-size:16px;
    margin:-10px 0 20px 0;
    color:#555;
}
#sectors .top .summary p {
    margin-bottom:20px;
}
#sectors .top .summary p:last-child {
    margin-bottom:0;
}
#project-detail .summary h2 {
    color:#0f3e83;
    font-size:22px;
    font-weight:800;
}
#sectors .top .summary .link a {
    background:url(/Images/link-bg.png) no-repeat right;
    padding-right:15px;
}
#sectors .top .summary .numeric {
    margin-top:50px;
    text-align:left;
}
#sectors .top .summary .numeric ul {
    display:table;
    width:80%;
    margin:auto;
}
#sectors .top .summary .numeric ul li {
    display:inline-block;
    border-left:solid 2px #f8ac00;
    padding:7px 10px 7px 20px;
    vertical-align:top;
}
#sectors .top .summary .numeric.style-2 ul li {
    width:20%;
}
#sectors .top .summary .numeric.style-2 ul li:nth-child(2) {
    width:35%;
}
#sectors .top .summary .numeric.style-2 ul li:nth-child(3) {
    width:30%;
}
#sectors .top .summary .numeric.style-2 ul li:last-child {
    width:15%;
}
#sectors .top .summary .numeric.style-3 ul li {
    width:11%;
}
#sectors .top .summary .numeric.style-3 ul li:nth-child(2) {
    width:32%;
}
#sectors .top .summary .numeric.style-3 ul li:nth-child(3) {
    width:25%;
}
#sectors .top .summary .numeric.style-3 ul li:last-child {
    width:32%;
}
#sectors .top .summary .numeric.style-4 ul li {
    width:20%;
}
#sectors .top .summary .numeric.style-4 ul li:last-child {
    width:40%;
}
#sectors .top .summary .numeric ul li span {
    display:block;
}
#sectors .top .summary .numeric ul li span:first-child {
    font-size:22px;
    line-height:18px;
    font-weight:700;
    margin-bottom:12px;
}
#sectors .top .summary .numeric ul li span:last-child {
    font-size:13px;
    font-weight:800;
    letter-spacing:1px;
    color:#555;
}
#sectors .top .summary .investment-committee {
    margin-top:50px;
}
#sectors .top .summary .investment-committee a {
    color:#333;
}
#sectors .top .summary .investment-committee h3 {
    margin-bottom:30px;
    font-size:20px;
}
#sectors .top .summary .investment-committee ul {
    display:table;
    width:100%;
}
#sectors .top .summary .investment-committee ul li {
    width:calc(33% - 30px);
    display:inline-block;
    vertical-align:top;
    margin:0 40px 40px 0;
}
#sectors .top .summary .investment-committee ul li:nth-child(3n) {
    margin-right:0;
}
#sectors .top .summary .investment-committee ul li figure img {
    -webkit-filter:grayscale(100%);
    filter:grayscale(100%);
}
#sectors .top .summary .investment-committee ul li span {
    display:block;
    margin:10px 0 2px 0;
    font-size:14px;
    font-weight:700;
}
#sectors .top .summary .investment-committee ul li i {
    display:block;
    font-style:normal;
    font-weight:500;
}
#sectors .top .big-photo {
    width:400px;
    display:table-cell;
    vertical-align:top;
}
#sectors .sectors .list ul li {
    margin-bottom:70px;
}
#sectors .sectors .list ul li:last-child {
    margin-bottom:0;
}
#sectors .sectors .list ul li figure {
    width:600px;
    display:table-cell;
    padding-left:90px;
}
#sectors .sectors .list ul li .text {
    width:calc(100% - 600px);
    display:table-cell;
    vertical-align:middle;
    line-height:24px;
    text-align:justify;
}
#sectors .sectors .list ul li .text h3 {
    font-size:36px;
    margin-bottom:20px;
}
#sectors .sectors .list ul li .text p {
    margin-bottom:40px;
}
#sectors .sectors .list ul li .text a {
    display:block;
    width:max-content;
    padding:15px 30px;
    background:#f8ac00;
    color:#fff;
    font-size:12px;
}
#sectors .sector .projects {
    background:#fcfcfc;
}
#sectors .sector .projects .info {
    margin-bottom:30px;
    width:100%;
    display:table;
}
#sectors .sector .projects .info figure {
    width:200px;
    display:inline-block;
    margin-right:50px;
    vertical-align:top;
}
#sectors .sector .projects .info .text {
    width:calc(100% - 250px);
    display:inline-block;
    border-bottom:solid 1px #f0f0f0;
    text-align:justify;
}
#sectors .sector .projects .info:last-child .text {
    border-bottom:none;
}
#sectors .sector .projects .info .text article {
    line-height:24px;
}
#sectors .sector .projects .info .text article p {
   margin-bottom:20px;
}
#sectors .sector .projects .info .text h5,
#sectors .sector .projects .list h5 {
    font-size:26px;
    margin-bottom:30px;
}
#sectors .sector .projects .list .loop:not(:last-child) {
    margin-bottom:50px;
}
#sectors .sector .projects .list .loop ul {
    display:table;
    width:100%;
}
#sectors .sector .projects .list .loop ul li {
    width:calc(25% - 30px);
    display:inline-block;
    vertical-align:top;
    margin:0 40px 60px 0;
    position:relative;
}
#sectors .sector .projects .list .loop ul li:nth-child(4n) {
    margin:0 0 60px 0;
}
#sectors .sector .projects .list .loop ul li a {
    display:block;
}
#sectors .sector .projects .list .loop ul li a .null {
    border:solid 1px #f0f0f0;
    padding:10px;
    transition:all 0.2s;
}
#sectors .sector .projects .list .loop ul li a:hover .null {
    border-color:#ccc;
}
#sectors .sector .projects .list .loop ul li a .name {
    padding:10px 20px;
    text-align:center;
    font-weight:800;
    font-size:19px;
    letter-spacing:1px;
    transition:all 0.2s;
    min-height:90px;
    position:relative;
    overflow:hidden;
    color:#222;
}
#sectors .sector .projects .list .loop ul li a:hover .name {
    color:#555;
}
#sectors .sector .projects .list .loop ul li a figure {
    position:relative;
    overflow:hidden;
}
#sectors .sector .projects .list .loop ul li a figure i {
    background:no-repeat center;
    background-size:cover;
    display:block;
}
#sectors .sector .projects .list .loop ul li a span,
#sectors .sector .projects .list .loop ul li a p,
#sectors .sector .projects .list .loop ul li a figure i {
    transition:all 0.3s ease;
}
#sectors .sector .projects .list .loop ul li a:hover figure i {
    transform:scale(1.1);
}
#sectors .companies ul li {
    width:calc(50% - 15px);
    float:left;
    background:#f8f8f8;
    margin-bottom:30px;
}
#sectors .companies ul li:nth-child(odd) {
    margin-right:30px;
}
#sectors .companies ul li figure {
    width:150px;
    height:150px;
    float:left;
    padding:20px;
    display:table;
    border-right:solid 1px #fff;
}
#sectors .companies.style-3 ul li figure {
    width:100px;
    height:100px;
    padding:10px;
}
#sectors .companies ul li figure p {
    display:table-cell;
    vertical-align:middle;
}
#sectors .companies ul li .text {
    width:calc(100% - 150px);
    float:left;
    display:table;
}
#sectors .companies.style-3 ul li .text {
    width:calc(50% - 101px);
}
#sectors .companies ul li .text .name {
    padding:15px 30px;
    width:100%;
    height:100px;
    border-bottom:solid 1px #fff;
    font-weight:600;
    display:table;
}
#sectors .companies ul li .text .name p {
    vertical-align:middle;
    display:table-cell;
}
#sectors .companies.style-2 ul li .text .name {
    border-bottom:0;
    vertical-align:middle;
    display:table-cell;
    height:150px;
}
#sectors .companies.style-3 ul li .text .name {
    border-bottom:0;
    vertical-align:middle;
    display:table-cell;
    padding:15px;
}
#sectors .companies.style-3 ul li .text .name.first {
    border-right:solid 1px #666;
}
#sectors .companies ul li .text .website {
    padding:15px 20px;
    height:40px;
}
#sectors .companies ul li .text .website a {
    color:#bc0512;
    font-size:12px;
}
#sectors .companies.style-3 ul li .project-name {
    padding:10px 15px;
    border-bottom:solid 1px #fff;
    font-weight:600;
    text-align:center;
}
#sectors .gallery {
    margin-top:140px;
}
#project-detail .web-tv {
    position:absolute;
    top:0;
    width:100%;
    height:calc(100% - 50px);
    background:no-repeat center;
    background-size:cover;
}
#project-detail .web-tv.style-2 {
    height:400px;
    background:#212a3c;
}
#project-detail .web-tv p {
    position:absolute;
    width:100%;
    height:300px;
    background:url(/Images/project-web-tv-shadow-bg.png) repeat-x;
}
#project-detail .web-tv .text {
    position:absolute;
    top:calc(50% - 100px);
    left:calc(50% - 500px);
    width:1000px;
    color:#fff;
    display:none;
}
#project-detail .web-tv.style-2 .text {
    top:calc(50% - 50px);
}
#project-detail .web-tv .text h1 {
    width:400px;
    font-size:54px;
    line-height:62px;
    font-weight:700;
    text-shadow:0 0 10px rgba(0,0,0,.7);
    letter-spacing:3px;
}
#project-detail .web-tv .logo {
    position:absolute;
    top:calc(50% - 20px);
    left:calc(50% - 500px);
    width:120px;
}
#project-detail .inner {
    position:absolute;
    width:100%;
    top:calc(100% - 50px);
}
#project-detail .inner.style-2 {
    top:400px;
}
#project-detail .tab-1 {
    padding:30px 0;
    background:#212a3c;
    text-align:center;
}
#project-detail .tab-1 a {
    color:#fff;
    display:block;
    width:max-content;
    padding:0 20px;
    margin:auto;
    font-size:13px;
}
#project-detail .tab-1 ul li {
    display:inline-block;
    text-align:center;
    width:230px;
    vertical-align:top;
}
#project-detail .tab-1 ul li:not(.logo) {
    top:-10px;
}
#project-detail .tab-1 ul li a figure {
    width:80px;
    height:80px;
    background:no-repeat left;
    transition:all 0.3s ease;
    margin:0 auto 10px auto;
}
#project-detail .tab-1 ul li.logo figure {
    width:120px;
    height:100px;
    position:relative;
    display:table;
    vertical-align:middle;
    margin:2px 0 0 0;
}
#project-detail .tab-1 ul li.logo figure p {
    display:table-cell;
    vertical-align:middle;
}
#project-detail .tab-1 ul li a:hover figure {
    background:no-repeat right;
}
#project-detail .tab-1 ul li.sales-office-phone {
    padding-top:20px;
}
#project-detail .tab-1 ul li.sales-office-phone span {
    display:block;
    font-weight:600;
    font-size:16px;
}
#project-detail .tab-1 ul li.sales-office-phone span:last-child {
    color:#f8ac00;
    font-size:34px;
    font-weight:800;
    margin-top:3px;
    letter-spacing:1px;
}
#project-detail .tab-1 ul li.website a figure {
    background-image:url(/Images/icon-project-website.png);
}
#project-detail .tab-1 ul li.catalog a figure {
    background-image:url(/Images/icon-project-catalog.png);
}
#project-detail .tab-1 ul li.info-form a figure {
    background-image:url(/Images/icon-project-info-form.png);
}
#project-detail .tab-1 ul li.video a figure {
    background-image:url(/Images/icon-project-video.png);
}
#project-detail .recess.style-2 {
    text-align:center;
}
#project-detail .summary {
    width:800px;
    text-align:center;
    margin:60px auto;
    font-size:14px;
    line-height:26px;
    font-weight:600;
}
#project-detail .summary.style-2 {
    width:400px;
    display:inline-block;
    font-size:20px;
    font-weight:600;
    color:#bc0512;
}
#project-detail .summary h1 {
    font-size:32px;
    line-height:40px;
    font-weight:700;
    margin-bottom:30px;
}
#project-detail .summary .yellow {
    color:#f8ac00;
}
#project-detail .summary p {
    margin-bottom:20px;
}
#project-detail .summary p:last-child {
    margin-bottom:0;
}
#project-detail .summary .logo {
    width:150px;
    margin:0 auto 30px auto;
}
#project-detail .summary a.video {
    display:block;
    width:max-content;
    padding:10px 50px 10px 30px;
    background:url(/Images/icon-play.png) no-repeat right center #83dce4;
    margin:40px auto;
    border-radius:30px;
}
#project-detail .summary i {
    font-style:normal;
    font-weight:900;
}
#project-detail .tag {
    width:900px;
    margin:0 auto 120px auto;
    vertical-align:top;
    font-size:14px;
}
#project-detail .tag.style-2 {
    width:400px;
    margin:60px auto;
    display:inline-block;
    vertical-align:top;
    text-align:left;
}
#project-detail .tag h4 {
    font-size:18px;
    margin-bottom:15px;
    color:#212a3c;
}
#project-detail .tag ul li {
    width:calc(50% - 3px);
    float:left;
    padding:16px 10px;
    background:#f8f8f8;
    margin-bottom:6px;
    border-radius:2px;
}
#project-detail .tag.style-2 ul li {
    width:100%;
}
#project-detail .tag ul li:nth-child(odd) {
    margin-right:6px;
}
#project-detail .tag.style-2 ul li:nth-child(odd) {
    margin-right:0;
}
#project-detail .tag ul li span {
    display:block;
    padding:0 2px;
}
#project-detail .tag ul li span:first-child {
    font-weight:700;
    margin-bottom:8px;
    border-bottom:solid 2px #f8ac00;
    width:max-content;
}
#project-detail .gallery {
    margin:0 auto 60px auto;
    position:relative;
    padding-bottom:20px;
}
#project-detail .gallery .bg {
    width:100%;
    height:300px;
    background:#f8ac00;
    position:absolute;
    bottom:0;
    left:0;
}
#project-detail .map-form {
    margin:0 200px;
}
#project-detail .map-form #map {
    width:calc(100% - 500px);
    height:700px;
    float:left;
}
#project-detail .map-form #map.style-2 {
    width:100%;
    height:700px;
    float:none;
}
#project-detail .map-form .form {
    width:500px;
    height:700px;
    float:left;
    padding:40px;
    background:#fcfcfc;
    font-family:'Raleway', sans-serif;
}
#project-detail .map-form .form.style-2 {
    width:1000px;
    height:auto;
    float:none;
    margin:auto;
}
#project-detail .map-form .form h5 {
    font-size:26px;
    margin-bottom:20px;
}
#project-detail .map-form .form ul li {
    margin-bottom:10px;
}
#project-detail .map-form .form.style-2 ul li:nth-last-child(n+4) {
    float:left;
    width:calc(50% - 5px);
}
#project-detail .map-form .form.style-2 ul li:nth-last-child(n+4):nth-child(odd) {
    margin-right:10px;
}
#project-detail .map-form .form  ul li .button {
    display:block;
    padding:10px 25px;
    font-size:16px;
    border:0;
    background:#143a85;
    color:#fff;
    margin-top:20px;
    font-weight:600;
    width:max-content;
    margin:auto;
    letter-spacing:0.05em;
}
#project-detail .map-form .form ul li .textarea, 
#project-detail .map-form .form ul li .input {
    width:100%;
    height:40px;
    line-height:40px;
    border:0;
    padding:0 10px;
    background:#fff;
    text-align:left;
}
#project-detail .map-form .form ul li .textarea {
    height:80px;
    line-height:normal;
    padding:10px;
}
#project-detail .map-form .form ul li p {
    font-size:16px;
    font-weight:bold;
    text-align:center;
    margin-bottom:10px;
}
#project-detail .map-form .form ul li ::-webkit-input-placeholder {
    color:#666;
    font-size:13px;
    font-family:'Montserrat', sans-serif;
}
#project-detail .map-form .form ul li :-moz-placeholder {
    color:#666;
    font-size:13px;
    font-family:'Montserrat', sans-serif;
}
#project-detail .map-form .form ul li ::-moz-placeholder {
    color:#666;
    font-size:13px;
    font-family:'Montserrat', sans-serif;
}
#project-detail .map-form .form ul li :-ms-input-placeholder {
    color:#666;
    font-size:13px;
    font-family:'Montserrat', sans-serif;
}
#project-detail .map-form .form ul li .input.warning {
    background:#f0f0f0;
}
#project-detail .map-form .form ul li label {
    display:block;
    margin-bottom:8px;
    width:100%;
}
#project-detail .map-form .form ul li label .checkbox {
    display:none;
}
#project-detail .map-form .form ul li label .checkbox + span {
	background-color:#fff;
    background:url(/Images/checks.png) no-repeat top;
	display:inline-block;
	position:relative;
	cursor:pointer;
	width:14px;
	height:14px;
    overflow:hidden;
    margin-right:5px;
    vertical-align:top;
}
#project-detail .map-form .form ul li label .checkbox:checked + span,
#project-detail .map-form .form ul li label .checkbox + span:active,
#project-detail .map-form .form ul li label .checkbox:checked + span:active {
    background:url(/Images/checks.png) no-repeat bottom;
}
#project-detail .map-form .form ul li label .checkbox:checked + span a,
#project-detail .map-form .form ul li label .checkbox + span:active a,
#project-detail .map-form .form ul li label .checkbox:checked + span:active a,
#project-detail .map-form .form ul li label .checkbox + span:hover a {
    color:#fff;
}
#project-detail .map-form .form ul li label .checkbox:checked + span:after {
	font-size:14px;
	position:absolute;
	top:0px;
	left:4px;
	color:#fff;
}
#project-detail .map-form .form ul li label i {
	font-style:normal;
    font-weight:bold;
    display:inline-block;
}
#project-detail .map-form .form ul li.informed > label {
    width:100%;
}
#project-detail .map-form .form ul li.informed label i {
    width:calc(100% - 30px);
	font-size:12px;
    color:#111;
    font-weight:normal;
}
#project-detail .map-form .form ul li.informed label i a {
	font-weight:bold;
    color:#111;
    font-size:12px;
    text-decoration:underline;
    cursor:pointer;
}
#project-detail .map-form .form ul li.informed .confirmation {
	margin-top:40px;
    
}
#project-detail .map-form .form ul li.informed .confirmation p {
	padding:10px 0;
    font-size:13px;
    text-align:left;
}
#project-detail .map-form .form ul li.informed .confirmation label {
	margin-right:30px;
    display:inline-block;
    width:200px;
}
#project-detail .map-form .form ul li.send {
	text-align:center;
    margin-bottom:0;
}
#project-detail .map-form .form .info {
	display:none;
}
#social-responsibilities #tabs > ul {
    width:max-content;
    margin-bottom:50px;
    position:relative;
    z-index:1;
}
#social-responsibilities #tabs > ul > li {
	width:min-content;
    display:inline-block;
    vertical-align:top;
    margin-right:5px;
}
#social-responsibilities #tabs > ul > li > a {
	display:block;
    color:#888;
    width:100%;
    height:160px;
    background:#fcfcfc;
    padding:15px;
    text-align:center;
}
#social-responsibilities #tabs > ul > li > a figure {
    width:80px;
    height:80px;
    margin:0 auto 20px auto;
    background:no-repeat;
    transition:all 0.3s ease;
}
#social-responsibilities #tabs > ul > li.active > a figure,
#social-responsibilities #tabs > ul > li > a:hover figure {
    background:right;
}
#social-responsibilities #tabs > ul > li > a strong {
	display:block;
    width:min-content;
    margin:auto;
}
#social-responsibilities #tabs > ul > li > a i {
	font-style:normal;
    font-weight:500;
    font-size:12px;
    color:#888;
}
#social-responsibilities #tabs > ul > li:hover > a,
#social-responsibilities #tabs > ul > li.active > a {
    color:#212a3c;
}
#social-responsibilities #tabs > ul > li:hover > a i,
#social-responsibilities #tabs > ul > li.active > a i {
    color:#212a3c;
}
#social-responsibilities #tabs > div {
    display:none;
    width:100%;
    line-height:24px;
}
#social-responsibilities #tabs > div p:not(:last-child) {
    margin-bottom:20px;
}
#social-responsibilities #tabs > div > h4 {
	display:block;
    margin-bottom:4px;
    font-size:22px;
    font-weight:700;
}
#social-responsibilities #tabs > div > span {
	font-style:normal;
    font-weight:500;
    color:#888;
    margin-bottom:10px;
    display:block;
}
#social-responsibilities #tabs > div > i {
	width:100px;
    height:3px;
    background:#f8ac00;
    display:block;
    margin-bottom:10px;
}
#social-responsibilities #tabs > div > ul > li {
    border-bottom:solid 1px #f8ac00;
    padding:40px 20px;
}
#social-responsibilities #tabs > div > ul > li:nth-child(even) {
    background:#fcfcfc;
}
#social-responsibilities #tabs > div > ul > li:last-child {
    margin-bottom:0;
    border-bottom:0;
}
#social-responsibilities #tabs > div > ul > li > figure {
    width:400px;
    display:table-cell;
    margin-right:50px;
    vertical-align:middle;
   position:relative;
}
#social-responsibilities #tabs > div > ul > li > figure a {
    cursor:pointer;
}
#social-responsibilities #tabs > div > ul > li > figure span {
    position:absolute;
    width:90px;
    height:80px;
    z-index:2;
    top:calc(50% - 40px);
    left:calc(50% - 45px);
    display:block;
    background:url(/Images/gallery-icon.png) no-repeat;
}
#social-responsibilities #tabs > div > ul > li > .text {
    width:calc(100% - 400px);
    display:table-cell;
    vertical-align:middle;
    padding-left:30px;
    text-align:justify;
}
#social-responsibilities #tabs > div > ul > li > .text .name {
    font-weight:bold;
    margin-bottom:20px;
}
#social-responsibilities #tabs > div > ul > li > .text article a {
    background:url(/Images/link-bg.png) no-repeat right;
    padding-right:15px;
    margin-right:10px;
}
#social-responsibilities #tabs > div > ul > li > .text > a {
    color:#f8ac00;
    background:url(/Images/link-bg.png) no-repeat center right;
    padding-right:10px;
    display:block;
}
#social-responsibilities #tabs > div > ul > li > .text > .gallery {
    margin-top:50px;
    display:none;
}
#social-responsibilities #tabs > div > ul > li > .text > .gallery > ol > li {
    width:calc(25% - 20px);
    float:left;
    margin:0 10px 20px 10px;
}
#social-responsibilities #tabs > div > ul > li > .text > .gallery > ol > li img {
    border:solid 4px #f0f0f0;
}
#press.style-2 {
    top:0;
    margin-bottom:0;
}
#press .filter {
    height:100px;
}
#press .list {
    font-weight:600;
}
#press .list  > ul > li {
    padding:20px 30px;
    border-bottom:solid 1px #f0f0f0;
}
#press .list  > ul > li:first-child {
    background:#f8ac00;
    font-weight:700;
    color:#fff;
}
#press .list  > ul > li span {
    display:table-cell;
    vertical-align:middle;
}
#press .list  > ul > li span.date {
    width:200px;
}
#press .list  > ul > li span.name {
    width:300px;
}
#press .list  > ul > li span.title {
    width:calc(100% - 500px);
}
#press .block-list > ul > li {
    width:calc(25% - 30px);
    float:left;
    margin:0 40px 60px 0;
}
#press .block-list > ul > li:nth-child(4n) {
    margin-right:0;
}
#press .block-list > ul > li > figure {
    width:100%;
    height:160px;
    overflow:hidden;
    margin-bottom:20px;
}
#press .block-list > ul > li > .text {
    height:80px;
}
#press .block-list > ul > li > .text > a {
    display:block;
    width:max-content;
    margin-top:15px;
    font-size:12px;
    color:#f8ac00;
}
#press .commercials  > ul > li {
    width:calc(25% - 30px);
    float:left;
    margin:0 40px 60px 0;
    position:relative;
}
#press .commercials  > ul > li:nth-child(4n) {
    margin:0 0 60px 0;
}
#press .commercials  > ul > li a {
    display:block;
}
#press .commercials  > ul > li a .null {
    border:solid 1px #f0f0f0;
    padding:10px;
}
#press .commercials  > ul > li a:hover .null {
    border-color:#ccc;
}
#press .commercials  > ul > li a p.title {
    font-size:18px;
    padding:10px 20px;
    text-align:center;
    transition:all 0.2s ease;
    min-height:70px;
    position:relative;
    overflow:hidden;
}
#press .commercials  > ul > li a:hover p.title {
    color:#555;
}
#press .commercials  > ul > li a figure {
    position:relative;
    overflow:hidden;
}
#press .commercials  > ul > li a figure i {
    background:no-repeat center;
    background-size:cover;
    display:block;
}
#press .commercials  > ul > li a figure i {
    transition:all 0.3s ease;
}
#press .commercials  > ul > li a:hover figure i {
    transform:scale(1.1);
}
#press-detail {
    margin-top:40px;
}
#press-detail figure {
    width:1000px;
    margin:0 auto 50px auto;
}
#press-detail article {
    line-height:22px;
    text-align:justify;
}
#press-detail article p:not(:last-child) {
    margin-bottom:20px;
}
#press-detail article h3 {
    font-size:22px;
    margin-bottom:20px;
}
#press-detail article h6 {
    font-size:16px;
    margin-bottom:20px;
}
#press-detail .gallery {
    margin-top:50px;
}
#press-detail .gallery ul li {
    width:calc(25% - 30px);
    float:left;
    margin:0 40px 20px 0;
}
#press-detail .gallery ul li:nth-child(4n) {
    margin-right:0;
}
#journal > .recess > ul > li {
    width:calc(33.33% - 20px);
    height:140px;
    float:left;
    margin:80px 30px 80px 0;
    background:#f8f8f8;
    border-radius:3px;
    position:relative;
}
#journal > .recess > ul > li:nth-child(3n) {
    margin-right:0;
}
#journal > .recess > ul > li figure {
    width:140px;
    height:auto;
    position:absolute;
    left:30px;
    top:-80px;
}
#journal > .recess > ul > li figure img {
    box-shadow:2px 2px 8px rgba(0,0,0,.2);
}
#journal > .recess > ul > li .title {
    margin:25px 0 0 200px;
    display:block;
}
#journal > .recess > ul > li .title p:first-child {
    margin-bottom:8px;
}
#journal > .recess > ul > li .title p:nth-child(2) {
    margin-bottom:20px;
}
#journal > .recess > ul > li .links {
    margin:0 0 0 0;
}
#journal > .recess > ul > li .title a {
    display:block;
    width:max-content;
    padding:8px 20px;
    border:solid 1px #f8ac00;
    font-size:13px;
    font-weight:700;
}
#contact address {
    width:520px;
    background:#09428f;
    background:#f8f8f8;
    padding:30px 50px;
    float:left;
    margin-right:80px;
}
#contact address h2 {
    margin-bottom:20px;
    font-size:22px;
    color:#f8ac00;
}
#contact address ul li {
    margin-bottom:20px;
    line-height:24px;
}
#contact address ul li:last-child {
    margin-bottom:0;
}
#contact address ul li p:first-child {
    margin-bottom:5px;
    font-weight:bold;
    color:#09428f;
}
#contact #map {
    width:100%;
    height:400px;
    margin-bottom:50px;
}
#form {
    font-size:16px;
    color:#0f3e83;
    width:calc(100% - 600px);
    float:left;
}
#form.style-2 {
    width:100%;
    float:none;
}
#form h2 {
    margin-bottom:30px;
}
#form ul li {
    width:calc(50% - 15px);
    float:left;
    margin-bottom:40px;
}
#form ul li:nth-last-child(-n+4) {
    width:100%;
    float:none;
}
#form ul li:nth-child(odd) {
    margin-right:30px;
}
#form ul li p {
    font-weight:bold;
    margin-bottom:8px;
}
#form-modal-sms .window p .input,
#form ul li .textarea,
#form ul li .input {
    width:100%;
    height:40px;
    line-height:40px;
    padding:0 10px;
    border:solid 1px #f0f0f0;
    font-family:'Raleway', sans-serif;
    font-size:14px;
    background:#f8f8f8;
}
#form-modal-sms .window p .input {
    height:40px;
    line-height:40px;
}
#form ul li .textarea {
    height:140px;
}
#form ul li .textarea.warning,
#form ul li .input.warning {
    background:#f0f0f0;
}
#form ul li .button {
    background:#212a3c;
    border:0;
    font-weight:bold;
    padding:10px 20px;
    color:#fff;
}
#form ul li i {
    font-style:normal;
    position:relative;
    top:5px;
    font-size:12px;
}
#form ul li i a {
    font-weight:bold;
    cursor:pointer;
    font-size:12px;
}
#form ul li .checkbox {
    display:none;
}
#form ul li .checkbox + span {
	background-color:#fff;
    background:url(/Images/checks.png) no-repeat top;
	display:block;
	position:relative;
	cursor:pointer;
	width:14px;
	height:14px;
    overflow:hidden;
    float:left;
    margin-right:6px;
}
#form ul li .checkbox:checked + span,
#form ul li .checkbox + span:active,
#form ul li .checkbox:checked + span:active {
    background-image:url(/Images/checks.png);
    background-position:bottom;
}
#form ul li .checkbox:checked + span a,
#form ul li .checkbox + span:active a,
#form ul li .checkbox:checked + span:active a,
#form ul li .checkbox + span:hover a {
    color:#fff;
}
#form ul li .checkbox:checked + span:after {
	font-size:14px;
	position:absolute;
	top:0px;
	left:4px;
	color:#fff;
}
#form ul li label {
    display:block;
    width:max-content;
}
#form ul li label.style-2 {
    margin-top:10px;
}
#form ul li label i {
	width:calc(100% - 20px);
    float:left;
    margin-top:-4px;
}
#form .info {
	display:none;
}
#form ul li .confirmation {
	margin-top:40px;
}
#form ul li .confirmation p {
	padding:10px 0;
    font-size:13px;
}
#form ul li .confirmation label {
	margin-right:30px;
    display:inline-block;
}
#error-zone.approved {
    color:#48a5cc;
    font-weight:700;
    padding-bottom:30px;
}
#culture-arts .comment {
    max-width:800px;
    margin:auto;
    text-align:center;
    margin-bottom:100px;
    line-height:24px;
    padding:0 20px;
}
#culture-arts .list {
    text-align:center;
}
#culture-arts .list ul li {
    width:calc(33.33% - 20px);
    float:left;
    margin:0 30px 60px 0;
    position:relative;
}
#culture-arts .list ul li:nth-child(3n) {
    margin:0 0 60px 0;
}
#culture-arts .list ul li a {
    display:block;
}
#culture-arts .list ul li a .null {
    border:solid 1px #f0f0f0;
    padding:10px;
    transition:all 0.2s;
}
#culture-arts .list ul li a:hover .null {
    border-color:#ccc;
}
#culture-arts .list ul li a .name {
    padding:10px 20px;
    text-align:center;
    font-weight:800;
    font-size:19px;
    letter-spacing:1px;
    transition:all 0.2s;
    min-height:90px;
    position:relative;
    overflow:hidden;
    color:#222;
}
#culture-arts .list ul li a:hover .name {
    color:#555;
}
#culture-arts .list ul li a figure {
    position:relative;
    overflow:hidden;
}
#culture-arts .list ul li a figure i {
    background:no-repeat center;
    background-size:cover;
    display:block;
}
#culture-arts .list ul li a span,
#culture-arts .list ul li a p,
#culture-arts .list ul li a figure i {
    transition:all 0.3s ease;
}
#culture-arts .list ul li a:hover figure i {
    transform:scale(1.1);
}








#informed-text {
    width:100%;
    height:100%;
    max-width:800px;
    max-height:400px;
    font-size:12px;
}
#informed-text p {
    margin-bottom:20px;
}
#error-zone-permission.warning {
    color:#bc0512;
    font-weight:bold;
}
#error-zone-mail-list.warning p {
    margin-bottom:20px;
}
#error-zone-permission.warning {
    margin-top:10px;
    text-align:left;
    font-size:12px;
}
#form-modal-sms,
#form-modal {
    position:fixed;
    z-index:4;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background:rgba(0,0,0,0.3);
    font-family:'Raleway', sans-serif;
    display:none;
}
#form-modal-sms.active,
#form-modal.active {
    display:block;
}
#form-modal-sms .window,
#form-modal .window {
    width:400px;
    height:160px;
    background:#fff;
    border-radius:5px;
    top:calc(50% - 80px);
    left:calc(50% - 200px);
    position:absolute;
    text-align:center;
    box-shadow:0 0 20px rgba(0,0,0,0.2);
}
#form-modal-sms .window {
    height:190px;
    top:calc(50% - 95px);
    position:relative;
}
#form-modal-sms .window .loading {
    position:absolute;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.5);
    border-radius:5px;
    display:none;
}
#form-modal-sms .window .loading.active {
    display:block;
}
#form-modal-sms .window .loading figure {
    width:60px;
    height:60px;
    background:no-repeat no-repeat center #fff;
    background-image:url(/Images/loading.gif);
    background-size:50px 50px;
    position:absolute;
    top:calc(50% - 30px);
    left:calc(50% - 30px);
    border-radius:5px;
}
#form-modal-sms .window p,
#form-modal .window p {
    padding:20px;
    color:#bc0512;
    font-weight:bold;
    line-height:22px;
}
#form-modal-sms .window .phone-no {
    padding-top:20px;
    display:block;
}
#form-modal-sms .window .phone-no i {
    font-style:normal;
    font-weight:bold;
}
#form-modal-sms .window .phone-no i u {
    text-decoration:none;
}
#form-modal-sms .window .buttons,
#form-modal .window .buttons {
    padding:20px;
    border-top:solid 1px #f8f8f8;
}
#form-modal-sms .window .buttons .go.button,
#form-modal .window .buttons .go.button {
    background:#f8ac00;
    margin-right:20px;
    color:#fff;
}
#form-modal-sms .window .buttons .button,
#form-modal .window .buttons .button {
    padding:10px 25px;
    background:#f0f0f0;
    border-radius:25px;
    font-size:12px;
    font-weight:bold;
    letter-spacing:1px;
    margin-top:30px;
    display:inline-block;
    border:0;
    cursor:pointer;
}
#form-modal-sms .window .buttons .button,
#form-modal .window .buttons .button {
    margin-top:0;
}
#form-modal-sms .window .buttons .button:hover,
#form-modal .window .buttons .button:hover{
    background:#0f3e83;
    color:#fff;
}
#cookies {
    width:1200px;
    background:#f0f0f0;
    padding:20px 120px 20px 20px;
    position:fixed;
    z-index:10;
    border-radius:5px;
    left:calc(50% - 600px);
    bottom:10px;
    font-family:'Raleway', sans-serif;
    font-size:12px;
    line-height:13px;
    border:solid 4px rgba(232,232,232,.4);
}
#cookies a {
    font-size:12px;
    font-weight:bold;
    border-radius:3px;
}
#cookies a.link {
    font-weight:bold;
    color:#fff;
    font-size:12px;
}
#cookies a.close {
    padding:10px 20px;
    display:block;
    position:absolute;
    right:20px;
    top:calc(50% - 12px);
    cursor:pointer;
    background:#f8ac00;
    color:#000;
}
.creapark {
    margin-top:20px;
    text-align:center;
    display:none;
}
.creapark img {
    width:70px;
    height:auto;
}
.responsive-video {
    position:relative;
    width:100%;
    aspect-ratio:16 / 9;
}
.responsive-video iframe {
    width:100%;
    height:100%;
    border:0;
}





/*menu style*/
#menu {
    float:left;
    margin-left:150px;
}
#menu .menu-icon {
	display:none;
	position:absolute;
    z-index:4;
	overflow:hidden;
	padding:6px 10px;
	width:38px;
	height:35px;
	-webkit-appearance:none;
	-moz-appearance:none;
	box-shadow:none;
	border:none;
	cursor:pointer;
	-webkit-transition:background .3s;
	transition:background .3s;
    background:#0f3e83;
    margin-top:24px;
    color:#fff;
    line-height:26px;
    text-align:left;
    right:10px;
    top:-19px;
}
#menu .menu-icon:focus {
	outline:0
}
#menu .menu-icon span {
	display:block;
	position:absolute;
	top:17px;
	left:4px;
	right:4px;
    width:30px;
	height:2px;
    background:#fff;
    -webkit-transition:-webkit-transform .3s;
	transition:transform .3s
}
#menu .menu-icon span::after,
#menu .menu-icon span::before {
	position:absolute;
	display:block;
	left:0;
	width:100%;
	height:2px;
	background:#fff;
	content:"";
}
#menu .menu-icon span::before {
	top:-10px;
}
#menu .menu-icon span::after {
	bottom:-10px;
}
#menu .menu-icon:hover,
#menu .menu-icon.is-active {
	background:#48a5cc;
    color:#fff;
}
#menu .menu-icon:hover span,
#menu .menu-icon.is-active span,
#menu .menu-icon:hover span::after,#menu .menu-icon:hover span::before,
#menu .menu-icon.is-active span::after,#menu .menu-icon.is-active span::before {
	background:#fff;
}
#menu .menu-icon.is-active span {
	-webkit-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	transform:rotate(90deg);
}
#menu .menu-list {
	padding:16px 0 0 72px;
}
#menu .menu-list ul > li {
	float:left;
    padding:0px;
    margin-right:38px;
    position:relative;
}
#menu .menu-list ul > li:last-child {
    margin-right:0;
}
#menu > .menu-list > ul > li.mobile-hidden {
    display:none;
}
#menu .menu-list ul > li > span,
#menu .menu-list ul > li > a {
    font-family:'Raleway', sans-serif;
    font-weight:bold;
    font-size:16px;
    color:#7e7e7e;
    line-height:40px;
    display:block;
    border-bottom:solid 3px #f3f3f3;
    cursor:pointer;
}
#menu .menu-list ul > li:hover > span,
#menu .menu-list ul > li.select > span,
#menu .menu-list ul > li > span:hover,
#menu .menu-list ul > li:hover > a,
#menu .menu-list ul > li.select > a,
#menu .menu-list ul > li > a:hover {
    color:#0f3e83;
    border-bottom:solid 3px #e3a73e;
}
#menu .menu-list ul > li > ol {
    display:none;
    position:absolute;
    width:160px;
    background:#141f43;
}
#menu .menu-list ul > li:hover > ol {
    display:block;
}
#menu .menu-list ul > li > ol li {
   border-bottom:solid 1px #1c2c61;
   float:none;
}
#menu .menu-list ul > li > ol li:last-child {
   border-bottom:0;
}
#menu .menu-list ul > li > ol li a {
    color:#9dcadd;
    padding:20px 15px;
    display:block;
    font-size:14px;
    font-family:'Raleway', sans-serif;
    font-weight:normal;
}
#menu .menu-list ul > li > ol li a:hover {
    background:#0f1731;
}
#menu .menu-mobile {
    position:absolute;
    display:none;
    right:10px;
    top:40px;
    z-index:4;
}
#menu .menu-mobile ul {
    display:none;
    background:#48a5cc;
    text-align:left;
    padding:5px 0;
    width:220px;
}
#menu .menu-mobile li {
    display:block;
    margin:0 5px;
}
#menu .menu-mobile li:last-child {
    border-bottom:0;
}
#menu .menu-mobile ul > li.mobile-menu-show{
    display:none;
}
#menu .menu-mobile ul > li > ol {
    background:#6bc3e7;
    padding:5px;
}
.submenu {
    display:none;
}
#menu .menu-mobile ul > li > ol li {
    margin:0;
}
.accordion li.open .link {
    background-color:#172b47;
}
#menu .menu-mobile span,
#menu .menu-mobile a {
    display:block;
    color:#fff;
    font-family:'Raleway', sans-serif;
    font-size:14px;
    padding:10px 10px;
    cursor:pointer;
    font-weight:600;
    border-bottom:solid 1px #2d89af;
}
#menu .menu-mobile ul > li > ol li a {
    border-bottom-color:#5bb1d4;
}
#menu .menu-mobile ul li:last-child a,
#menu .menu-mobile ul li ol li:last-child a {
    border-bottom:0;
}
#menu .menu-mobile ul li span:hover,
#menu .menu-mobile ul li a:hover {
    background-color:#172b47;
}
#menu .menu-mobile ul li ol li a:hover {
    background-color:#2e86a9;
}
/*menu style*/
/*paged-list*/
.paged-list {
    display:table;
    margin:30px auto 0 auto;
}
.paged-list .total-page {
    margin:30px auto 0 auto;
    text-align:center;
}
.paged-list ul li {
    display:table-cell;
    padding:0 3px;
}
.paged-list ul li span,
.paged-list ul li a {
    font-size:16px;
    display:block;
    border:solid 1px #f0f0f0;
    width:50px;
    height:50px;
    line-height:50px;
    text-align:center;
    font-weight:600;
}
.paged-list ul li a:hover {
    color:#ed145b;
}
.paged-list ul li.active span {
    color:#ed145b;
    border:0;
}
.paged-list ul li.disabled a:hover {
    background:none;
    color:unset;
}
/*paged-list*/
/*sort*/
.radio-list {
    padding:0 40px 0 20px;
    width:220px;
    outline:none;
    cursor:pointer;
    position:relative;
    border-radius:3px;
    background:#f8f8f8;
    font-size:15px;
    font-weight:600;
    float:left;
    margin-right:20px;
}
.radio-list:after {
    content:"";
    width:0;
    height:0;
    position:absolute;
    right:14px;
    top:50%;
    margin-top:-6px;
    border-width:6px 0 6px 6px;
    border-style:solid;
    border-color:transparent #333;    
}
.radio-list span {
    width:100%;
    display:block;
	line-height:42px;
	color:#666;
}
.radio-list .dropdown {
    position:absolute;
    z-index:2;
    top:calc(100% + 1px);
    left:-1px;
    right:0;
    background:#ccc;
    list-style:none;
    font-weight:normal;
    opacity:0;
    pointer-events:none;
    width:100%;
    border-radius:3px;
    max-height:200px;
    overflow-x:auto;
}
.radio-list .dropdown::-webkit-scrollbar {
    width:10px;
}
.radio-list .dropdown::-webkit-scrollbar-track {
    box-shadow:inset 0 0 5px grey; 
    border-radius:10px;
}
.radio-list .dropdown::-webkit-scrollbar-thumb {
    background:#0f3e83; 
    border-radius:10px;
}
.radio-list .dropdown::-webkit-scrollbar-thumb:hover {
    background:#212a3c; 
}
.radio-list .dropdown li.month {
    display:none;
}
.radio-list .dropdown li.month.show {
    display:block;
}
.radio-list .dropdown li span {
    margin:0;
    padding:0;
    cursor:pointer;
    display:block;
    text-decoration:none;
    width:100%;
	padding:0 10px;
	border-radius:3px;
	color:#333;
}
.radio-list .dropdown li span:hover {
    background:#f0f0f0;
}
.radio-list .dropdown li .checkbox {
    display:none;
}
.radio-list.active .dropdown {
    opacity:1;
    pointer-events:auto;
}
.radio-list.active:after {
    border-color:#ccc transparent;
    border-width:6px 6px 0 6px ;
    margin-top:-3px;
}
.radio-list.active {
    background:#ccc;
    background:-moz-linear-gradient(left, #ccc 0%, #ccc calc(100% - 40px), #f0f0f0 calc(100% - 40px), #f0f0f0 100%);
    background:-webkit-gradient(linear, left top, right top, color-stop(0%,#ccc), color-stop(calc(100% - 40px),#ccc), color-stop(calc(100% - 40px),#f0f0f0), color-stop (100%,#f0f0f0));
    background:-webkit-linear-gradient(left, #ccc 0%,#ccc calc(100% - 40px),#f0f0f0 calc(100% - 40px),#f0f0f0 100%);
    background:-o-linear-gradient(left, #ccc 0%,#ccc calc(100% - 40px),#f0f0f0 calc(100% - 40px),#f0f0f0 100%);
    background:linear-gradient(to right, #ccc 0%,#ccc calc(100% - 40px),#f0f0f0 calc(100% - 40px),#f0f0f0 100%);
    color:#333;
}
/*sort*/
/*index-gallery slider*/
.slick-slider {
    position:relative;
    display:block;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    -ms-touch-action:none;
    touch-action:none;
    -webkit-tap-highlight-color:transparent;
}
.slick-list {
    position:relative;
    overflow:hidden;
    display:block;
    margin:0;
    padding:0;
}
.slick-list:focus {
	outline:none;
}
.slick-loading .slick-list {
	background:url(/Images/loading.gif) no-repeat center;
}
.slick-list.dragging {
	cursor:pointer;
}
.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
	-webkit-transform:translate3d(0, 0, 0);
	-moz-transform:translate3d(0, 0, 0);
	-ms-transform:translate3d(0, 0, 0);
	-o-transform:translate3d(0, 0, 0);
	transform:translate3d(0, 0, 0);
}
.slick-track {
	position:relative;
	left:0;
	top:0;
	display:block;
	zoom:1;
}
.slick-track:before,
.slick-track:after {
	content:"";
	display:table;
}
.slick-track:after {
	clear:both;
}
.slick-loading .slick-track {
	visibility:hidden;
}
.slick-slide {
	float:left;
	height:100%;
	min-height:1px;
	display:none;
}
.slick-slide img {
	display:block;
}
.slick-slide.slick-loading img {
	display:none;
}
.slick-slide.dragging img {
	pointer-events:none;
}
.slick-initialized .slick-slide {
	display:block;
}
.slick-loading .slick-slide {
	visibility:hidden;
}
.slick-vertical .slick-slide {
	display:block;
	height:auto;
	border:1px solid transparent;
}
.slick-prev,
.slick-next {
	position:absolute;
    top:-60px;
	display:block;
	height:44px;
	width:44px;
	line-height:0;
	font-size:0;
	cursor:pointer;
	color:transparent;
	padding:0;
	border:none;
	outline:none;
    background:no-repeat center;
    background-color:#f8ac00;
    background-size:10px;
}
#index .journal .right-column .slick-prev,
#index .journal .right-column .slick-next {
    top:auto;
    bottom:0;
    background-color:#f8ac00;
    border-radius:unset;
}
.slick-prev:hover,
.slick-next:hover {
    background-color:#111;
}
.slick-prev:focus,
.slick-next:focus {
	outline:none;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity:0.25;
}
.slick-prev:before,
.slick-next:before {
	font-family:"slick";
	font-size:20px;
	line-height:1;
	color:white;
	opacity:0.85;
	-webkit-font-smoothing:antialiased;
}
.slick-prev {
	right:74px;
    background-image:url(/Images/arrow-prev.png);
}
#index .journal .right-column .slick-prev {
	left:200px;
}
.slick-next {
	right:20px;
    background-image:url(/Images/arrow-next.png);
}
#index .journal .right-column .slick-next {
	left:250px;
}
.slick-next:before {
}
.slick-slider {
	margin-bottom:30px;
}
.slick-slider div img {
	width:100%;
}
.slick-slider div span {
	margin:0 10px;
    display:block;
}
.slick-dots {
	position:absolute;
	bottom:-45px;
	list-style:none;
	display:block;
	text-align:center;
	padding:0px;
	width:100%;
}
.slick-dots li {
	position:relative;
	display:inline-block;
	height:14px;
	width:14px;
	margin:0px 5px;
	padding:0px;
	cursor:pointer;
	border:solid 2px #1362a9;
    border-radius:50%;
}
.slick-dots li button {
	border:0;
	background:transparent;
	display:block;
	height:20px;
	width:20px;
	outline:none;
	line-height:0;
	font-size:0;
	color:transparent;
	padding:5px;
	cursor:pointer;
	outline:none;
}
.slick-dots li button:focus {
	outline:none;
}
.slick-dots li button:before {
	position:absolute;
	top:-2px;
	left:-2px;
	content:"";
	width:10px;
	height:10px;
	opacity:0;
    background:#111;
    border:solid 2px #111;
    border-radius:50%;
}
.slick-dots li.slick-active button:before {
	opacity:1;
}
/*index-gallery slider*/
/*web-tv*/
#web-tv {
    width:100%;
    height:calc(100% - 8px);
    position:absolute;
    top:0;
}
#web-tv .swiper-container {
    width:100%;
    height:100%;
}
#web-tv .swiper-slide {
    text-align:center;
    font-size:18px;
    background:#fff;
    display:-webkit-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    -webkit-justify-content:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    -webkit-align-items:center;
    align-items:center;
}
#web-tv .swiper-slide img {
    width:100%;
    height:auto;
}
#web-tv .swiper-slide .text {
    position:absolute;
    width:470px;
    top:200px;
    left:calc(50% - 585px);
    z-index:2;
    color:#fff;
    text-align:left;
    font-family:'Raleway', sans-serif;
}
#web-tv .swiper-slide .text h4 {
    font-weight:900;
    color:#fff;
    font-size:72px;
    letter-spacing:-0.5px;
}
#web-tv .swiper-slide .text p {
    font-weight:100;
    color:#fff;
    font-size:16px;
    margin:15px auto 25px auto;
}
#web-tv .swiper-slide .text a {
    display:block;
    height:38px;
    border:1px solid #fff;
    padding:0px 20px;
    font-size:16px;
    font-family:'Raleway', sans-serif;
    color:#fff;
    line-height:36px;
    float:left;
}
#web-tv .swiper-slide .text a:hover {
    background:#fff;
    color:#0f3e83;
}
/*web-tv*/
/*second menu*/
.second-menu-button {
    width:100%;
    background:#f0f0f0;
    line-height:30px;
    padding:5px 10px;
    cursor:pointer;
    border:0;
    font-family:'Raleway', sans-serif;
    font-size:18px;
    font-weight:bold;
    border-radius:2px;
    display:none;
}
.second-menu-button:hover,
.second-menu-button:focus {
    background:#f5f5f5;
}
.second-menu-ul {
    display:block;
}
/*second menu*/




@media only screen and (max-width:1400px) {
    #index .news .left-column {
        padding-left:20px;
        width:40%;
    }
    #index .news .left-column .text {
        width:100%;
        float:right;
    }
    #index .news .left-column .text h2 {
        width:80%;
    }
    #index .news .right-column {
        width:60%;
    }
    #project-detail .tab-1 ul li {
        width:calc(16% - 4px);
    }
}
@media only screen and (max-width:1350px) {
    .recess {
        width:calc(100% - 40px);
        margin:0 20px;
    }
    #index .sectors {
        width:calc(100% - 60px);
        left:30px;
    }
    #content .awards #tabs > ul {
        margin-top:-130px;
    }
    #project-detail .map-form {
        margin:0 100px;
    }
}
@media only screen and (max-width:1300px) {
    #web-tv {
        height:610px;
    }
    #index .inner {
        top:700px;
    }
    #index .sectors {
        top:480px;
    }
    #index .numeric {
        margin-top:40px;
    }
}
@media only screen and (max-width:1250px) {
    #menu {
        margin-left:100px;
    }
    #index .sectors {
        width:calc(100% - 40px);
        left:20px;
    }
    #index .sectors ul li a {
        min-height:200px;
    }
    #web-tv .swiper-slide .text {
        left:20px;
    }
    #index .journal .left-column {
        width:calc(100% - 390px);
        margin:0 15px;
    }
    #index .journal .left-column .text {
        width:100%;
        margin-top:40px;
    }
    #index .journal .right-column {
        width:360px;
    }
    #index .journal .right-column .slider div {
        width:100%;
    }
    #index .news .right-column .list {
        width:100%;
    }
    #index .news .right-column .list ul li a {
        width:100%;
    }
    #content .about article {
        width:100%;
    }
    #project-detail .map-form {
        margin:0;
    }
    #project-detail .map-form #map {
        width:calc(100% - 400px);
    }
    #project-detail .map-form .form {
        width:400px;
    }
    #press .block-list > ul > li {
        width:calc(33.33% - 20px);
        margin:0 30px 60px 0;
    }
    #press .block-list > ul > li:nth-child(4n) {
        margin-right:30px;
    }
    #press .block-list > ul > li:nth-child(3n) {
        margin-right:0;
    }
    #cookies {
        width:calc(100% - 20px);
        left:10px;
    }
    #sectors .top .summary .numeric ul {
        width:90%;
    }
    #culture-arts .comment {
        margin-bottom:80px;
    }
}
@media only screen and (max-width:1220px) {
    #index .sectors ul li a {
        min-height:210px;
    }
}
@media only screen and (max-width:1170px) {
    #sectors .top .summary .numeric.style-3 ul {
        width:100%;
    }
}
@media only screen and (max-width:1150px) {
    #index .numeric {
        padding:70px 0;
    }
    #index .numeric ul {
        width:85%;
    }
    #menu .menu-list {
        padding-left:50px;
    }
    #menu .menu-list ul > li {
        margin-right:28px;
    }
    #culture-arts .comment {
        margin-bottom:60px;
    }
}
@media only screen and (max-width:1100px) {
    
    #menu > .menu-list > ul > li > .sub-menu .box {
        width:950px;
        top:100px;
        left:calc(50% - 450px);
    }
    #index .news .left-column .text h2 {
        width:100%;
    }
    #index .news .left-column .text .links a {
        padding:11px 20px;
    }
    #index .news .right-column {
        padding:40px 0 40px 40px;
    }
    #sectors .sector .summary,
    #sectors .summary {
        margin-bottom:70px;
    }
    #sectors .sectors .list ul li figure {
        width:500px;
        padding-left:40px;
    }
    #sectors .sectors .list ul li figure p {
        height:360px;
    }
    #sectors .sectors .list ul li .text {
        width:calc(100% - 500px);
    }
    #culture-arts .list ul li,
    #sectors .sector .projects .list .loop ul li {
        width:calc(33.33% - 20px);
        margin:0 30px 50px 0;
    }
    #culture-arts .list ul li:nth-child(4n),
    #sectors .sector .projects .list .loop ul li:nth-child(4n) {
        margin-right:30px;
    }
    #culture-arts .list ul li:nth-child(3n),
    #sectors .sector .projects .list .loop ul li:nth-child(3n) {
        margin-right:0;
        margin-bottom:50px;
    }
    #sectors .top .summary .investment-committee ul li {
        width:calc(50% - 20px);
    }
    #sectors .top .summary .investment-committee ul li:nth-child(3n) {
        margin-right:40px;
    }
    #sectors .top .summary .investment-committee ul li:nth-child(even) {
        margin-right:0;
    }
    #project-detail .web-tv .text {
        left:50px;
        width:calc(100% - 100px);
    }
    #press .commercials  > ul > li {
        width:calc(33.33% - 20px);
        margin-right:30px;
    }
    #press .commercials  > ul > li:nth-child(4n) {
        margin-right:30px;
    }
    #press .commercials  > ul > li:nth-child(3n) {
        margin-right:0;
    }
    #contact address {
        width:420px;
        margin-right:30px;
    }
    #form {
        width:calc(100% - 450px);
    }
    #sectors .top .summary .numeric ul {
        width:100%;
    }
    #sectors .top .summary .numeric.style-3 ul li span:first-child {
        font-size:18px;
        line-height:18px;
        margin-bottom:7px;
    }
    #sectors .top .summary .numeric.style-3 ul li span:last-child {
        font-size:12px;
        font-weight:700;
        letter-spacing:0;
    }
    #project-detail .tab-1 ul li.sales-office-phone span:last-child {
        font-size:30px;
    }
}
@media only screen and (max-width:1060px) {
    #menu .menu-list {
        padding-left:20px;
    }
    #index .about .left-column h1 {
        line-height:42px;
        margin-bottom:5px;
    }
    #index .sectors ul li a {
        min-height:230px;
    }
}
@media only screen and (max-width:1024px) {
    /*#press-detail article,
    #social-responsibilities #tabs > div > ul > li > .text,
    #project-detail .summary,
    #sectors .top .summary,
    #content .about article,
    #index .journal .left-column,
    #index .about .right-column {
        text-align:justify;
    }*/
    #content .about article .table {
        text-align:left;
    }
    .recess {
        width:calc(100% - 30px);
        margin:0 15px;
    }
    #web-tv {
        height:580px;
    }
    #web-tv .swiper-slide .text {
        top:100px;
    }
    #index .inner {
        top:620px;
    }
    #index .sectors {
        top:400px;
    }
    #index .sectors h2,
    #index .sectors h1 {
        font-size:18px;
    }
    #index .sectors p {
        width:100%;
        margin-top:10%;
    }
    #index .sectors ul li a {
        padding:25px 15px 10px 15px;
    }
    #index .about .left-column {
        width:250px;
        margin-right:20px;
    }
    #index .about .right-column {
        width:calc(100% - 270px);
    }
    #index .numeric {
        margin-top:20px;
    }
    #index .journal {
        margin-top:70px;
    }
    #index .journal .left-column .text {
        margin-top:80px;
    }
    #index .journal .left-column .text h4 {
        font-size:70px;
        line-height:80px;
    }
    #index .journal .left-column .text p {
        width:100%;
    }
    #index .news {
        margin:40px 0;
    }
    #index .news .left-column {
        padding:80px 40px 0 20px;
    }
    #menu {
        border-top:0;
    }
    .overlay-menu {
        visibility:hidden;
    }
    #header .top {
        height:46px;
    }
    #header .top .social-media {
        margin:7px 50px 0 0;
    }
    #header .bottom {
        height:20px;
    }
    #header .bottom .logo {
        width:50px;
        top:3px;
        left:10px
    }
    #header .bottom .logo img {
        border-width:2px;
    }
    #footer {
        margin:20px 0;
    }
    #content .web-tv h1 {
        font-size:36px;
    }
    #content .milestones .inner ul li span:first-child {
        width:150px;
    }
    #content .awards #tabs > ul {
        margin-top:-40px;
    }
    #content .awards #tabs > div {
        padding-top:100px;
    }
    #sectors .sector .summary,
    #sectors .summary {
        margin-bottom:40px;
    }
    #sectors .sector .projects .info figure {
        width:180px;
        margin-right:20px;
    }
    #sectors .sector .projects .info .text {
        width:calc(100% - 200px);
    }
    .second-menu-ul {
        display:none;
        position:absolute;
        background:#d1d1d1;
        width:100%;
        z-index:4;
        border-radius:2px;
        margin-top:2px;
    }
    .second-menu-ul.style-2 {
        width:500px;
    }
    .second-menu-ul li {
        border-bottom:solid 1px #fff;
        background:#25333a;
    }
    .second-menu-ul li:last-child {
        border-bottom:0;
    }
    .second-menu-ul li a {
        padding:9px 10px;
        display:block;
        color:#fff;
    }
    #project-detail .web-tv {
        height:600px;
    }
    #project-detail .inner {
        top:600px;
    }
    #project-detail .gallery .bg {
        height:250px;
    }
    #social-responsibilities #tabs > ul > li.active > a figure,
    #social-responsibilities #tabs > ul > li > a:hover figure {
        background:left;
    }
    #press .filter {
        height:80px;
    }
    #press .list  > ul > li span.date {
        width:120px;
    }
    #press .list  > ul > li span.name {
        width:180px;
    }
    #press .list  > ul > li span.title {
        width:calc(100% - 300px);
    }
    #content .mobile-menu.style-2 {
        position:static;
        width:500px;
        margin:0 auto 30px auto;
    }
    #journal > .recess > ul > li {
        width:calc(50% - 15px);
        margin:80px 30px 80px 0;
    }
    #journal > .recess > ul > li:nth-child(3n) {
        margin-right:30px;
    }
    #journal > .recess > ul > li:nth-child(even) {
        margin-right:0;
    }
    #press .commercials  > ul > li a:hover .null {
        border-color:#f0f0f0;
    }
    #press .commercials  > ul > li a:hover figure i {
        transform:scale(1);
    }
    #press .commercials  > ul > li a:hover p.title {
        color:#333;
    }
    #sectors .top .summary .numeric {
        margin-top:30px;
    }
    #sectors .top .summary .numeric ul li {
        padding:7px 1px 7px 10px;
    }
    #sectors .top .summary .numeric ul li span:first-child {
        font-size:18px;
        line-height:18px;
        margin-bottom:7px;
    }
    #sectors .top .summary .numeric ul li span:last-child {
        font-size:12px;
        font-weight:700;
        letter-spacing:0;
    }
    #culture-arts .comment {
        margin-bottom:40px;
    }
    #culture-arts .list .summary {
        margin-bottom:30px;
        width:100%;
    }
    #content .mobile-menu-2,
    #content .mobile-menu,
    .show,
    .second-menu-button,
    #menu > .menu-mobile > ul > li.mobile-hidden,
    #menu .menu-icon,
	#menu .menu-mobile {
		display:block;
	}
    #header .top .menu .top-menu > ul,
	#menu .menu-mobile > ul > li > .sub-menu,
    #menu .menu-list {
        display:none;
    }
}
@media only screen and (max-width:970px) {
    #project-detail .tag {
        width:100%;
        margin-bottom:90px;
    }
    #index .numeric {
        padding:60px 0;
    }
    #index .numeric ul {
        width:90%;
    }
    #project-detail .tab-1 ul li {
        width:calc(33% - 4px);
    }
    #project-detail .tab-1 ul li:nth-child(3) {
        margin-bottom:20px;
    }
}
@media only screen and (max-width:940px) {
}
@media only screen and (max-width:930px) {
    #sectors .top .summary .numeric ul li {
        padding-left:6px;
    }
}
@media only screen and (max-width:920px) {
    .recess {
        width:calc(100% - 20px);
        margin:0 10px;
    }
    #web-tv {
        height:500px;
    }
    #web-tv .swiper-slide img {
        width:auto;
        height:100%;
    }
    #web-tv .swiper-slide .text h4 {
        font-size:52px;
    }
    #web-tv .swiper-slide .text p {
        font-size:18px;
        font-weight:500;
        line-height:24px;
    }
    #index .inner {
        top:620px;
    }
    #index .sectors {
        width:calc(100% - 20px);
        left:10px;
    }
    #index .sectors h2,
    #index .sectors h1 {
        font-size:18px;
    }
    #index .about .left-column {
        width:100%;
        margin:0 0 30px 0;
        float:none;
        padding-top:0;
    }
    #index .about .right-column {
        width:100%;
        float:none;
    }
    #index .news .left-column .text .links a,
    #index .about .right-column .links a {
        padding:11px 15px;
        margin-right:15px;
    }
    #index .journal .left-column {
        width:calc(100% - 400px);
        margin:0;
    }
    #index .journal .left-column .text {
        padding:0 10px;
    }
    #index .news {
        padding:0 10px;
    }
    #index .news .left-column {
        width:100%;
        float:none;
        padding:0;
        margin-bottom:30px;
    }
    #index .news .left-column .text .links {
        margin-top:20px;
    }
    #index .news .right-column {
        width:100%;
        float:left;
        padding:30px;
    }
    #footer .top ul li {
        min-width:40%;
    }
    #content .web-tv h1 {
        font-size:34px;
        margin-top:0;
    }
    .second-menu-ul {
        width:500px;
    }
    #content .about article figure.little-photo {
        float:none;
        margin:20px auto 40px auto;
    }
    #content .awards #tabs > ul {
        width:max-content;
        position:static;
        margin:auto;
    }
    #content .awards #tabs > div {
        padding-top:60px;
    }
    #sectors .top .summary {
        width:100%;
        padding-right:0;
        display:block;
    }
    #sectors .top .summary .numeric {
        margin-top:50px;
    }
    #sectors .top .summary .numeric ul {
        width:80%;
    }
    #sectors .top .summary .numeric ul li {
        padding-left:15px;
    }
    #sectors .companies.style-3 ul li {
        width:100%;
        float:none;
    }
    #sectors .companies.style-3 ul li:nth-child(odd) {
        margin-right:0;
    }
    #sectors .companies.style-3 ul li:last-child {
        margin-bottom:0;
    }
    #sectors .top .summary .investment-committee ul li {
        width:calc(33% - 30px);
    }
    #sectors .top .summary .investment-committee ul li:nth-child(even) {
        margin-right:40px;
    }
    #sectors .top .summary .investment-committee ul li:nth-child(3n) {
        margin-right:0;
    }
    #press .block-list > ul > li {
        margin-bottom:40px;
    }
    #press .block-list > ul > li > figure {
        height:130px;
    }
    #contact address {
        width:100%;
        float:none;
        margin:0 0 50px 0;
    }
    #form {
        width:100%;
        float:none;
    }
    #social-responsibilities #tabs > ul > li > a {
        height:140px;
    }
    #social-responsibilities #tabs > ul > li > a figure {
        width:70px;
        height:70px;
        background-size:auto 70px;
    }
    #social-responsibilities #tabs > ul > li > a strong {
	    font-size:12px;
    }
    #project-detail .web-tv {
        height:500px;
    }
    #project-detail .inner {
        top:500px;
    }
    #sectors .top .big-photo {
        display:none;
    }
}
@media only screen and (max-width:890px) {
    #index .sectors ul li {
        background-size:cover;
    }
    #index .numeric {
        padding:60px 0;
    }
    #index .numeric ul {
        width:calc(100% - 50x);
    }
    #index .numeric ul li {
        padding:7px 15px;
    }
    #index .numeric ul li span:first-child {
        font-size:28px;
        line-height:18px;
    }
}
@media only screen and (max-width:870px) {
    #index .inner {
        top:500px;
    }
    #index .sectors {
        display:none;
    }
}
@media only screen and (max-width:840px) {
    #web-tv .swiper-slide .text h4 {
        font-size:50px;
    }
    #content .web-tv {
        margin-bottom:30px;
        background-position:top left;
    }
    #content .awards #tabs > div > ul > li {
        width:100%;
        float:none;
    }
    #sectors .sectors .list ul li,
    #sectors .sectors .list ul li:last-child {
        margin-bottom:50px;
    }
    #sectors .sectors .list ul li figure,
    #content .about article figure.little-photo {
        width:100%;
        border:solid 7px #f8ac00;
        padding:15px 15px 8px 15px;
        margin:20px auto;
        display:block;
    }
    #sectors .sectors .list ul li figure img,
    #content .about article figure.little-photo img {
        margin:0;
        width:100%;
    }
    #sectors .sectors .list ul li .text {
        width:100%;
        display:block;
    }
    #culture-arts .list ul li,
    #sectors .sector .projects .list .loop ul li {
        width:calc(50% - 15px);
        margin:0 30px 40px 0;
    }
    #culture-arts .list ul li:nth-child(3n) ,
    #sectors .sector .projects .list .loop ul li:nth-child(3n) {
        margin-right:30px;
        margin-bottom:40px;
    }
    #culture-arts .list ul li:nth-child(even),
    #sectors .sector .projects .list .loop ul li:nth-child(even) {
        margin-right:0;
    }
    #project-detail .summary {
        width:100%;
    }
    #project-detail .gallery .bg {
        height:200px;
    }
    #project-detail .map-form #map {
        width:100%;
        height:500px;
        float:none;
    }
    #project-detail .map-form .form {
        width:100%;
        height:auto;
        float:none;
    }
    #social-responsibilities #tabs > div > ul > li > figure {
        width:300px;
        margin-right:20px;
    }
    #social-responsibilities #tabs > div > ul > li > .text {
        width:calc(100% - 270px);
    }
    #social-responsibilities #tabs > div > ul > li > figure {
        width:100%;
        display:block;
        margin:0 0 20px 0;
    }
    #social-responsibilities #tabs > div > ul > li > .text {
        width:100%;
        display:block;
        padding-left:0;
    }
    #press .list  > ul > li span.date,
    #press .list  > ul > li span.name {
        color:#777;
        font-size:13px;
    }
    #press .list  > ul > li span.title {
        display:block;
        margin-top:10px;
        width:100%;
    }
    #press .commercials  > ul > li {
        width:calc(50% - 15px);
    }
    #press .commercials  > ul > li:nth-child(3n) {
        margin-right:30px;
    }
    #press .commercials  > ul > li:nth-child(4n),
    #press .commercials  > ul > li:nth-child(even) {
        margin-right:0;
    }
    #index .numeric ul {
        width:100%;
    }
    #press .list  > ul > li:first-child span.date,
    #press .list  > ul > li:first-child span.name,
    #sectors .sectors .list ul li figure p,
    #content .about article figure.little-photo p {
        display:none;
    }
}
@media only screen and (max-width:800px) {
    #social-responsibilities #tabs > ul {
        width:100%;
    }
    #social-responsibilities #tabs > ul > li {
	    width:calc(25% - 10px);
        margin-bottom:20px;
    }
    #social-responsibilities #tabs > ul > li > a figure {
        margin-bottom:10px;
    }
}
@media only screen and (max-width:780px) {
    #index .journal .left-column {
        width:100%;
        float:none;
    }
    #index .journal .left-column .text {
        margin:0 0 30px 0;
    }
    #index .journal .right-column {
        width:100%;
        float:none;
    }
    #index .journal .right-column .slider div {
        width:300px;
        margin:auto;
    }
    #index .journal .right-column .slick-prev {
	    left:auto;
        right:calc(50% - 100px);
    }
    #index .journal .right-column .slick-next {
	    left:auto;
        right:calc(50% - 150px);
    }
    #content .milestones .inner {
        width:100%;
    }
    #content .milestones .inner ul li span:first-child {
        margin:-22px 0 0 30px;
        position:absolute;
        width:250px;
    }
    #content .milestones .inner ul li:nth-child(even) span:nth-child(2),
    #content .milestones .inner ul li span:nth-child(2) {
        background:none;
    }
    #content .milestones .inner ul li:nth-child(even) span:nth-child(2) i,
    #content .milestones .inner ul li span:nth-child(2) i {
        margin-left:0;
    }
    #content .milestones .inner ul li span:nth-child(3) {
        width:100%;
        display:block;
        padding:40px 0 60px 0;
    }
    #sectors .companies ul li {
        width:100%;
        float:none;
    }
    #sectors .companies ul li:nth-child(odd) {
        margin-right:0;
    }
    #sectors .companies ul li:last-child {
        margin-bottom:0;
    }
    #press .block-list > ul > li {
        width:calc(50% - 15px);
        margin-right:30px;
    }
    #press .block-list > ul > li:nth-child(3n) {
        margin-right:30px;
    }
    #press .block-list > ul > li:nth-child(even) {
        margin-right:0;
    }
    #press .block-list > ul > li:nth-child(4n) {
        margin-right:0;
    }
    #press .block-list > ul > li > figure {
        height:150px;
    }
    #form ul li {
        width:100%;
        float:none;
        margin-bottom:20px;
    }
    #footer .top ul li {
        min-width:50%;
        margin-right:0;
    }
    #index .numeric {
        padding:50px 0;
    }
    #index .numeric ul li span:first-child {
        font-size:25px;
        line-height:15px;
    }
    #index .numeric ul li span:last-child {
        font-size:12px;
        letter-spacing:0;
        font-weight:700;
    }
}
@media only screen and (max-width:720px) {
    #web-tv {
        height:450px;
    }
    #web-tv .swiper-slide .text {
        width:100%;
        top:120px;
        left:0;
        padding:0 20px;
    }
    #index .inner {
        top:450px;
    }
    #content .about article .table ol li {
        display:block;
    }
    #content .about article .table ol li span {
        width:100%;
        display:block;
    }
    #content .about article .table ol li span:first-child {
        width:100%;
        border-right:0;
        border-bottom:solid 1px #999;
    }
    #sectors .top .summary .investment-committee ul li {
        width:calc(50% - 20px);
    }
    #sectors .top .summary .investment-committee ul li:nth-child(3n) {
        margin-right:40px;
    }
    #sectors .top .summary .investment-committee ul li:nth-child(even) {
        margin-right:0;
    }
    #project-detail .web-tv {
        height:400px;
    }
    #project-detail .inner {
        top:400px;
    }
    #content .about article .board-directors ul li {
        width:50%;
    }
    #content .about article .board-directors ul.first li:first-child,
    #content .about article .board-directors ul.first li:nth-child(3) {
        display:none;
    }
}
@media only screen and (max-width:650px) {
    #index .numeric ul {
        width:80%;
    }
    #index .numeric ul li {
        width:23%;
    }
    #index .numeric ul li:nth-child(-n+4) {
        margin-bottom:30px;
    }
    #index .numeric ul li:last-child,
    #index .numeric ul li:nth-child(3) {
        width:29%;
    }
    #sectors .top .summary .numeric {
        margin-top:30px;
    }
    #sectors .top .summary .numeric ul {
        width:90%;
    }
    #sectors .sector .projects .info .text {
        width:100%;
        display:block;
    }
    #sectors .sector .projects .info figure {
        display:block;
        margin:0 auto 30px auto;
    }
}
@media only screen and (max-width:620px) {
    #index .news .left-column .text .links a,
    #index .about .right-column .links a {
        padding:8px 12px;
    }
    #index .about .right-column .links a.continue {
        padding-right:8px;
        background:none;
    }
    #content .mobile-menu {
        width:calc(100% - 20px);
        left:10px;
    }
    #content .mobile-menu.style-2{
        width:100%;
    }
    #content .mobile-menu-2 ol {
        padding:10px 3px;
    }
    #content .mobile-menu-2 ol li {
        margin-right:7px;
        padding-right:10px;
    }
    .second-menu-ul {
        width:100%;
    }
    .second-menu-ul.style-2 {
        width:calc(100% - 20px);
    }
    #journal > .recess > ul > li {
        width:100%;
        margin:140px 0 140px 0;
        float:none;
    }
    #journal > .recess > ul > li:nth-child(3n) {
        margin-right:0;
    }
    #journal > .recess > ul > li .title {
        padding-top:20px;
    }
    #project-detail .tab-1 ul li {
        width:calc(50% - 4px);
    }
    #project-detail .tab-1 ul li:first-child {
        margin-bottom:20px;
    }
    .swiper-pagination {
        display:none;
    }
}
@media only screen and (max-width:600px) {
    #index .numeric ul {
        width:90%;
    }
}
@media only screen and (max-width:570px) {
    #web-tv {
        height:400px;
    }
    #web-tv .swiper-slide .text {
        top:100px;
    }
    #web-tv .swiper-slide .text h4 {
        margin-bottom:10px;
        font-size:24px;
        font-weight:600;
    }
    #web-tv .swiper-slide .text p {
        font-weight:300;
        font-size:14px;
        line-height:18px;
        margin:10px auto 15px auto;
    }
    #index .inner {
        top:400px;
    }
    #project-detail .tag ul li {
        width:100%;
        float:none;
    }
    .radio-list {
        width:150px;
    }
    #press .block-list > ul > li > figure {
        height:120px;
    }
    #social-responsibilities #tabs > ul > li {
	    width:calc(33% - 10px);
    }
    #social-responsibilities #tabs > ul > li > a {
        height:130px;
        padding:10px;
    }
}
@media only screen and (max-width:520px) {
    #web-tv {
        height:350px;
    }
    #index .inner {
        top:350px;
    }
    #index .numeric ul {
        width:98%;
    }
    #press .block-list > ul > li {
        width:100%;
        margin-right:0;
        float:none;
    }
    #press .block-list > ul > li:nth-child(3n) {
        margin-right:0;
    }
    #press .block-list > ul > li > figure {
        height:auto;
    }
    #press .commercials  > ul > li {
        width:100%;
        max-width:400px;
        float:none;
        margin:0 auto 20px auto;
    }
    #press .commercials  > ul > li:nth-child(4n),
    #press .commercials  > ul > li:nth-child(even),
    #press .commercials  > ul > li:nth-child(3n) {
        margin:0 auto 20px auto;
    }
    #sectors .top .summary .numeric ul {
        width:100%;
    }
    #content .about article .board-directors ul li {
        max-width:400px;
        width:100%;
        float:none;
        margin:0 auto 30px auto;
    }
}
@media only screen and (max-width:500px) {
    #sectors .top .summary .numeric.style-3 ul li,
    #sectors .top .summary .numeric.style-3 ul li:nth-child(2),
    #sectors .top .summary .numeric.style-3 ul li:nth-child(3),
    #sectors .top .summary .numeric.style-3 ul li:last-child {
        width:50%;
    }
    #sectors .top .summary .numeric.style-3 ul li:nth-child(-n+2) {
        margin-bottom:20px;
    }
}
@media only screen and (max-width:460px) {
    #sectors .top .summary .numeric.style-2 ul li,
    #sectors .top .summary .numeric.style-2 ul li:nth-child(2),
    #sectors .top .summary .numeric.style-2 ul li:nth-child(3),
    #sectors .top .summary .numeric.style-2 ul li:last-child {
        width:50%;
    }
    #sectors .top .summary .numeric.style-2 ul li:nth-child(-n+2) {
        margin-bottom:20px;
    }
    #sectors .top .summary .numeric.style-4 ul li,
    #sectors .top .summary .numeric.style-4 ul li:nth-child(2),
    #sectors .top .summary .numeric.style-4 ul li:nth-child(3),
    #sectors .top .summary .numeric.style-4 ul li:last-child {
        width:50%;
    }
    #sectors .top .summary .numeric.style-4 ul li:nth-child(-n+2) {
        margin-bottom:20px;
    }
}
@media only screen and (max-width:420px) {
    #web-tv {
        height:300px;
    }
    #index .inner {
        top:300px;
    }
    #index .numeric ul {
        width:80%;
    }
    #index .numeric ul li:last-child,
    #index .numeric ul li:nth-child(3),
    #index .numeric ul li {
        width:50%;
    }
    #index .numeric ul li:not(:last-child) {
        margin-bottom:20px;
    }
    #culture-arts .list ul li,
    #sectors .sector .projects .list .loop ul li {
        width:100%;
        max-width:300px;
        display:block;
        margin:0 auto 20px auto;
    }
    #culture-arts .list ul li:nth-child(4n),
    #culture-arts .list ul li:nth-child(3n),
    #culture-arts .list ul li:nth-child(even),
    #sectors .sector .projects .list .loop ul li:nth-child(4n),
    #sectors .sector .projects .list .loop ul li:nth-child(3n),
    #sectors .sector .projects .list .loop ul li:nth-child(even) {
        margin:0 auto 20px auto;
    }
}
@media only screen and (max-width:370px) {
    #content .mobile-menu-2 ol {
        width:100%;
        max-width:300px;
        margin:auto;
    }
    #content .mobile-menu-2 ol li {
        display:block;
        margin-right:0;
        padding-right:0;
        border-right:0;
        border-bottom:solid 1px #777;
    }
    #content .mobile-menu-2 ol li:last-child {
        border-bottom:0;
    }
    #content .mobile-menu-2 ol li a {
        padding:10px 0;
        display:block;
    }
    #index .numeric ul {
        width:90%;
    }
}
@media only screen and (max-width:320px) {
    #project-detail .tag.style-2 {
        width:100%;
        margin:30px auto;
    }
}
/*@media only screen and (max-height:550px) {
	#popup .window {
        width:300px;
        height:300px;
    }
}
@media only screen and (max-height:350px) {
	#popup .window {
        width:200px;
        height:200px;
    }
}*/
body.compensate-for-scrollbar {
	overflow:hidden;
}
.fancybox-active {
	height:auto;
}
.fancybox-is-hidden {
	left:-9999px;
	margin:0;
	position:absolute!important;
	top:-9999px;
	visibility:hidden;
}
.fancybox-container {
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
	height:100%;
	left:0;
	position:fixed;
	-webkit-tap-highlight-color:transparent;
	top:0;
	-webkit-transform:translateZ(0);
	transform:translateZ(0);
	width:100%;
	z-index:99992;
}
.fancybox-container * {
	box-sizing:border-box;
}
.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
	bottom:0;
	left:0;
	position:absolute;
	right:0;
	top:0;
}
.fancybox-outer {
	-webkit-overflow-scrolling:touch;
	overflow-y:auto;
}
.fancybox-bg {
    background:#f0f0f0;
	opacity:0;
	transition-duration:inherit;
	transition-property:opacity;
	transition-timing-function:cubic-bezier(.47,0,.74,.71);
}
.fancybox-is-open .fancybox-bg {
	opacity:1;
	transition-timing-function:cubic-bezier(.22,.61,.36,1);
}
.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
	direction:ltr;
	opacity:0;
	position:absolute;
	transition:opacity .25s,visibility 0s linear .25s;
	visibility:hidden;
	z-index:99997;
}
.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
	opacity:1;
	transition:opacity .25s,visibility 0s;
	visibility:visible;
}
.fancybox-infobar {
	color:#ccc;
	font-size:13px;
	-webkit-font-smoothing:subpixel-antialiased;
	height:44px;
	left:0;
	line-height:44px;
	min-width:44px;
	padding:0 10px;
	pointer-events:none;
	text-align:center;
	top:0;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}
.fancybox-toolbar {
	right:0;
	top:0;
}
.fancybox-stage {
	direction:ltr;
	overflow:visible;
	-webkit-transform:translateZ(0);
	z-index:99994;
}
.fancybox-is-open .fancybox-stage {
	overflow:hidden;
}
.fancybox-slide {
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	display:none;
	height:100%;
	left:0;
	outline:none;
	overflow:auto;
	-webkit-overflow-scrolling:touch;
	padding:44px;
	position:absolute;
	text-align:center;
	top:0;
	transition-property:opacity,-webkit-transform;
	transition-property:transform,opacity;
	transition-property:transform,opacity,-webkit-transform;
	white-space:normal;
	width:100%;
	z-index:99994;
}
.fancybox-slide:before {
	content:"";
	display:inline-block;
	height:100%;
	margin-right:-.25em;
	vertical-align:middle;
	width:0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
	display:block;
}
.fancybox-slide--next {
	z-index:99995;
}
.fancybox-slide--image {
	overflow:visible;
	padding:44px 0;
}
.fancybox-slide--image:before {
	display:none;
}
.fancybox-slide--html {
	padding:6px 6px 0;
}
.fancybox-slide--iframe {
	padding:44px 44px 0;
}
.fancybox-content {
	background:#fff;
	display:inline-block;
	margin:0 0 6px;
	max-width:100%;
	overflow:auto;
	padding:0;
	padding:24px;
	position:relative;
	text-align:left;
	vertical-align:middle;
}
.fancybox-slide--image .fancybox-content {
	-webkit-animation-timing-function:cubic-bezier(.5,0,.14,1);
	animation-timing-function:cubic-bezier(.5,0,.14,1);
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	background:transparent;
	background-repeat:no-repeat;
	background-size:100% 100%;
	left:0;
	margin:0;
	max-width:none;
	overflow:visible;
	padding:0;
	position:absolute;
	top:0;
	-webkit-transform-origin:top left;
	transform-origin:top left;
	transition-property:opacity,-webkit-transform;
	transition-property:transform,opacity;
	transition-property:transform,opacity,-webkit-transform;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	z-index:99995;
}
.fancybox-can-zoomOut .fancybox-content {
	cursor:zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
	cursor:zoom-in;
}
.fancybox-can-drag .fancybox-content {
	cursor:-webkit-grab;
	cursor:grab;
}
.fancybox-is-dragging .fancybox-content {
	cursor:-webkit-grabbing;
	cursor:grabbing;
}
.fancybox-container [data-selectable=true] {
	cursor:text;
}
.fancybox-image,.fancybox-spaceball {
	background:transparent;
	border:0;
	height:100%;
	left:0;
	margin:0;
	max-height:none;
	max-width:none;
	padding:0;
	position:absolute;
	top:0;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	width:100%;
}
.fancybox-spaceball {
	z-index:1;
}
.fancybox-slide--html .fancybox-content {
	margin-bottom:6px;
}
.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--video .fancybox-content {
	height:100%;
	margin:0;
	overflow:visible;
	padding:0;
	width:100%;
}
.fancybox-slide--video .fancybox-content {
	background:#000;
}
.fancybox-slide--map .fancybox-content {
	background:#e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
	background:#fff;
	height:calc(100% - 44px);
	margin-bottom:44px;
}
.fancybox-iframe,.fancybox-video {
	background:transparent;
	border:0;
	height:100%;
	margin:0;
	overflow:hidden;
	padding:0;
	width:100%;
}
.fancybox-iframe {
	vertical-align:top;
}
.fancybox-error {
	background:#fff;
	cursor:default;
	max-width:400px;
	padding:40px;
	width:100%;
}
.fancybox-error p {
	color:#444;
	font-size:16px;
	line-height:20px;
	margin:0;
	padding:0;
}
.fancybox-button {
	background:rgba(30,30,30,.6);
	border:0;
	border-radius:0;
	cursor:pointer;
	display:inline-block;
	height:44px;
	margin:0;
	outline:none;
	padding:10px;
	transition:color .2s;
	vertical-align:top;
	width:44px;
}
.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
	color:#ccc;
}
.fancybox-button:focus,
.fancybox-button:hover {
	color:#fff;
}
.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
	color:#888;
	cursor:default;
}
.fancybox-button svg {
	display:block;
	overflow:visible;
	position:relative;
	shape-rendering:geometricPrecision;
}
.fancybox-button svg path {
	fill:transparent;
	stroke:currentColor;
	stroke-linejoin:round;
	stroke-width:3;
}
.fancybox-button--pause svg path:nth-child(1),
.fancybox-button--play svg path:nth-child(2) {
	display:none;
}
.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
	fill:currentColor;
}
.fancybox-button--share svg path {
	stroke-width:1;
}
.fancybox-navigation .fancybox-button {
	height:38px;
	opacity:0;
	padding:6px;
	position:absolute;
	top:50%;
	width:38px;
}
.fancybox-show-nav .fancybox-navigation .fancybox-button {
	transition:opacity .25s,visibility 0s,color .25s;
}
.fancybox-navigation .fancybox-button:after {
	content:"";
	left:-25px;
	padding:50px;
	position:absolute;
	top:-25px;
}
.fancybox-navigation .fancybox-button--arrow_left {
	left:6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
	right:6px;
}
.fancybox-close-small {
	background:transparent;
	border:0;
	border-radius:0;
	color:#555;
	cursor:pointer;
	height:44px;
	margin:0;
	padding:6px;
	position:absolute;
	right:0;
	top:0;
	width:44px;
	z-index:10;
}
.fancybox-close-small svg {
	fill:transparent;
	opacity:.8;
	stroke:currentColor;
	transition:stroke .1s;
}
.fancybox-close-small:focus {
	outline:none;
}
.fancybox-close-small:hover svg {
	opacity:1;
}
.fancybox-slide--iframe .fancybox-close-small,
.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small {
	color:#ccc;
	padding:5px;
	right:-12px;
	top:-44px;
}
.fancybox-slide--iframe .fancybox-close-small:hover svg,
.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg {
	background:transparent;
	color:#fff;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
	display:none;
}
.fancybox-caption {
	bottom:0;
	color:#fff;
	font-size:14px;
	font-weight:400;
	left:0;
	line-height:1.5;
	padding:25px 44px;
	right:0;
}
.fancybox-caption:before {
	background-repeat:repeat-x;
	background-size:contain;
	bottom:0;
	content:"";
	display:block;
	left:0;
	pointer-events:none;
	position:absolute;
	right:0;
	top:-25px;
	z-index:-1;
}
.fancybox-caption:after {
	border-bottom:1px solid hsla(0,0%,100%,.3);
	content:"";
	display:block;
	left:44px;
	position:absolute;
	right:44px;
	top:0;
}
.fancybox-caption a,.fancybox-caption a:link,
.fancybox-caption a:visited {
	color:#ccc;
	text-decoration:none;
}
.fancybox-caption a:hover {
	color:#fff;
	text-decoration:underline;
}
.fancybox-loading {
	-webkit-animation:a .8s infinite linear;
	animation:a .8s infinite linear;
	background:transparent;
	border:6px solid hsla(0,0%,39%,.5);
	border-radius:100%;
	border-top-color:#fff;
	height:60px;
	left:50%;
	margin:-30px 0 0 -30px;
	opacity:.6;
	padding:0;
	position:absolute;
	top:50%;
	width:60px;
	z-index:99999;
}
@-webkit-keyframes a {
	0% {
		-webkit-transform:rotate(0deg);
		transform:rotate(0deg);
	}to {
		-webkit-transform:rotate(359deg);
		transform:rotate(359deg);
	}
}
@keyframes a {
	0% {
		-webkit-transform:rotate(0deg);
		transform:rotate(0deg);
	}to {
		-webkit-transform:rotate(359deg);
		transform:rotate(359deg);
	}
}
.fancybox-animated {
	transition-timing-function:cubic-bezier(0,0,.25,1);
}
.fancybox-fx-slide.fancybox-slide--previous {
	opacity:0;
	-webkit-transform:translate3d(-100%,0,0);
	transform:translate3d(-100%,0,0);
}
.fancybox-fx-slide.fancybox-slide--next {
	opacity:0;
	-webkit-transform:translate3d(100%,0,0);
	transform:translate3d(100%,0,0);
}
.fancybox-fx-slide.fancybox-slide--current {
	opacity:1;
	-webkit-transform:translateZ(0);
	transform:translateZ(0);
}
.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
	opacity:0;
	transition-timing-function:cubic-bezier(.19,1,.22,1);
}
.fancybox-fx-fade.fancybox-slide--current {
    opacity:1;
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	opacity:0;
	-webkit-transform:scale3d(1.5,1.5,1.5);
	transform:scale3d(1.5,1.5,1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
	opacity:0;
	-webkit-transform:scale3d(.5,.5,.5);
	transform:scale3d(.5,.5,.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
	opacity:1;
	-webkit-transform:scaleX(1);
	transform:scaleX(1);
}
.fancybox-fx-rotate.fancybox-slide--previous {
	opacity:0;
	-webkit-transform:rotate(-1turn);
	transform:rotate(-1turn);
}
.fancybox-fx-rotate.fancybox-slide--next {
	opacity:0;
	-webkit-transform:rotate(1turn);
	transform:rotate(1turn);
}
.fancybox-fx-rotate.fancybox-slide--current {
	opacity:1;
	-webkit-transform:rotate(0deg);
	transform:rotate(0deg);
}
.fancybox-fx-circular.fancybox-slide--previous {
	opacity:0;
	-webkit-transform:scale3d(0,0,0) translate3d(-100%,0,0);
	transform:scale3d(0,0,0) translate3d(-100%,0,0);
}
.fancybox-fx-circular.fancybox-slide--next {
	opacity:0;
	-webkit-transform:scale3d(0,0,0) translate3d(100%,0,0);
	transform:scale3d(0,0,0) translate3d(100%,0,0);
}
.fancybox-fx-circular.fancybox-slide--current {
	opacity:1;
	-webkit-transform:scaleX(1) translateZ(0);
	transform:scaleX(1) translateZ(0);
}
.fancybox-fx-tube.fancybox-slide--previous {
	-webkit-transform:translate3d(-100%,0,0) scale(.1) skew(-10deg);
	transform:translate3d(-100%,0,0) scale(.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
	-webkit-transform:translate3d(100%,0,0) scale(.1) skew(10deg);
	transform:translate3d(100%,0,0) scale(.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
	-webkit-transform:translateZ(0) scale(1);
	transform:translateZ(0) scale(1);
}
.fancybox-share {
	background:#f4f4f4;
	border-radius:3px;
	max-width:90%;
	padding:30px;
	text-align:center;
}
.fancybox-share h1 {
	color:#222;
	font-size:35px;
	font-weight:700;
	margin:0 0 20px;
}
.fancybox-share p {
	margin:0;
	padding:0;
}
.fancybox-share__button {
	border:0;
	border-radius:3px;
	display:inline-block;
	font-size:14px;
	font-weight:700;
	line-height:40px;
	margin:0 5px 10px;
	min-width:130px;
	padding:0 15px;
	text-decoration:none;
	transition:all .2s;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	white-space:nowrap;
}
.fancybox-share__button:link,
.fancybox-share__button:visited {
	color:#fff;
}
.fancybox-share__button:hover {
	text-decoration:none;
}
.fancybox-share__button--fb {
	background:#3b5998;
}
.fancybox-share__button--fb:hover {
	background:#344e86;
}
.fancybox-share__button--pt {
	background:#bd081d;
}
.fancybox-share__button--pt:hover {
	background:#aa0719;
}
.fancybox-share__button--tw {
	background:#1da1f2;
}
.fancybox-share__button--tw:hover {
	background:#0d95e8;
}
.fancybox-share__button svg {
	height:25px;
	margin-right:7px;
	position:relative;
	top:-1px;
	vertical-align:middle;
	width:25px;
}
.fancybox-share__button svg path {
	fill:#fff;
}
.fancybox-share__input {
	background:transparent;
	border:0;
	border-bottom:1px solid #d7d7d7;
	border-radius:0;
	color:#5d5b5b;
	font-size:14px;
	margin:10px 0 0;
	outline:none;
	padding:10px 15px;
	width:100%;
}
.fancybox-thumbs {
	background:#f6f6f6;
	bottom:0;
	display:none;
	margin:0;
	-webkit-overflow-scrolling:touch;
	-ms-overflow-style:-ms-autohiding-scrollbar;
	padding:10px;
	position:absolute;
	right:0;
	-webkit-tap-highlight-color:transparent;
	top:0;
	width:212px;
	z-index:99995;
}
.fancybox-thumbs-x {
	overflow-x:auto;
	overflow-y:hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
	display:block;
}
.fancybox-show-thumbs .fancybox-inner {
	right:212px;
}
.fancybox-thumbs > ul {
	font-size:0;
	height:100%;
	list-style:none;
	margin:0;
	overflow-x:hidden;
	overflow-y:auto;
	padding:0;
	position:absolute;
	position:relative;
	white-space:nowrap;
	width:100%;
}
.fancybox-thumbs-x > ul {
	overflow:hidden;
}
.fancybox-thumbs-y > ul::-webkit-scrollbar {
	width:7px;
}
.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
	background:#fff;
	border-radius:10px;
	box-shadow:inset 0 0 6px rgba(0,0,0,.3);
}
.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
	background:#2a2a2a;
	border-radius:10px;
}
.fancybox-thumbs > ul > li {
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	cursor:pointer;
	float:left;
	height:75px;
	margin:2px;
	max-height:calc(100% - 8px);
	max-width:calc(50% - 4px);
	outline:none;
	overflow:hidden;
	padding:0;
	position:relative;
	-webkit-tap-highlight-color:transparent;
	width:100px;
}
.fancybox-thumbs-loading {
	background:rgba(0,0,0,.1);
}
.fancybox-thumbs > ul > li {
	background-position:50%;
	background-repeat:no-repeat;
	background-size:cover;
}
.fancybox-thumbs > ul > li:before {
	border:4px solid #ee7514;
	bottom:0;
	content:"";
	left:0;
	opacity:0;
	position:absolute;
	right:0;
	top:0;
	transition:all .2s cubic-bezier(.25,.46,.45,.94);
	z-index:99991;
}
.fancybox-thumbs .fancybox-thumbs-active:before {
	opacity:1;
}
.fancybox-custom-layout .fancybox-outer {
    top:50px;
    left:50px;
    bottom:50px;
    right:50px;
    margin:auto;
    overflow:visible;
    background:#f0f0f0;
    box-shadow:1px 5px 15px rgba(0,0,0,0.1);
    transition:opacity .3s;
}
.fancybox-custom-layout.fancybox-is-closing .fancybox-outer {
    opacity:0;
}
.fancybox-custom-layout .fancybox-bg {
    background:#f6f6f6;
}
.fancybox-custom-layout.fancybox-is-open .fancybox-bg {
    opacity:1;
}
.fancybox-custom-layout .fancybox-button,
.fancybox-custom-layout .fancybox-navigation button:before {
    background:transparent;
    background:#333;
    border-radius:50%;
    width:33px;
    height:33px;
    padding:6px;
    margin:5px 5px 0 ;
}
.fancybox-custom-layout .fancybox-navigation button {
    color:#333 !important;
    padding:5px;
}
.fancybox-custom-layout .fancybox-button--arrow_left {
    left:20px;
}
.fancybox-custom-layout.fancybox-show-thumbs .fancybox-button--arrow_right {
    right:20px;
}
.fancybox-custom-layout-image .fancybox-outer {
    top:50px;
    left:50px;
    bottom:50px;
    right:50px;
    margin:auto;
    overflow:visible;
    background:#fff;
    box-shadow:1px 5px 15px rgba(0,0,0,0.1);
    transition:opacity .3s;
}
.fancybox-custom-layout-image.fancybox-is-closing .fancybox-outer {
    opacity:0;
}
.fancybox-custom-layout-image .fancybox-bg {
    background:#f6f6f6;
}
.fancybox-custom-layout-image.fancybox-is-open .fancybox-bg {
    opacity:1;
}
.fancybox-custom-layout-image .fancybox-button,
.fancybox-custom-layout-image .fancybox-navigation button:before {
    background:transparent;
    background:#333;
    border-radius:50%;
    width:33px;
    height:33px;
    padding:6px;
    margin:5px 5px 0;
}
.fancybox-custom-layout-image .fancybox-navigation {
    display:none;
}
.fancybox-custom-layout-image .fancybox-navigation button {
    color:#333 !important;
    padding:5px;
}
.fancybox-custom-layout-image .fancybox-button--arrow_left {
    left:20px;
}
.fancybox-custom-layout-image.fancybox-show-thumbs .fancybox-button--arrow_right {
    right:20px;
}
.fancybox-custom-layout-video .fancybox-outer {
    top:50px;
    left:50px;
    bottom:50px;
    right:50px;
    margin:auto;
    overflow:visible;
    background:#fff;
    box-shadow:1px 5px 15px rgba(0,0,0,0.1);
    transition:opacity .3s;
}
.fancybox-custom-layout-video.fancybox-is-closing .fancybox-outer {
    opacity:0;
}
.fancybox-custom-layout-video .fancybox-bg {
    background:#f6f6f6;
}
.fancybox-custom-layout-video.fancybox-is-open .fancybox-bg {
    opacity:1;
}
.fancybox-custom-layout-video .fancybox-button,
.fancybox-custom-layout-video .fancybox-navigation button:before {
    background:transparent;
    background:#333;
    border-radius:50%;
    width:33px;
    height:33px;
    padding:6px;
    margin:5px 5px 0;
}
.fancybox-custom-layout-video .fancybox-navigation {
    display:none;
}
.fancybox-custom-layout-video .fancybox-navigation button {
    color:#333 !important;
    padding:5px;
}
.fancybox-custom-layout-video .fancybox-button--arrow_left {
    left:20px;
}
.fancybox-custom-layout-video.fancybox-show-thumbs .fancybox-button--arrow_right {
    right:20px;
}

@media (max-width:800px) {
	.fancybox-thumbs {
		width:0;
        visibility:hidden;
	}
	.fancybox-show-thumbs .fancybox-inner {
		right:0;
	}
	.fancybox-thumbs > ul > li {
		max-width:calc(100% - 10px);
	}

    .fancybox-custom-layout-video .fancybox-outer,
    .fancybox-custom-layout .fancybox-outer {
        top:10px;
        left:10px;
        bottom:10px;
        right:10px;
        width:auto;
        height:auto;
    }
    .fancybox-slide {
        padding:0;
    }
}
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
    float: left
}
.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -o-transform: translate(0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}
.swiper-container-multirow > .swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}
.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}
.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative
}
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto
}
.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-transition-property: -webkit-transform,height;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform,height
}
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}
.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}
.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}
.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto
}
.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto
}
.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 240px;
    left: 0;
    width: 100%
}
.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 100%;
    background: rgba(255,255,255,0.8);
    opacity: .2
}
button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}
.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff
}
.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}
.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}
.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0,-50%,0);
    -moz-transform: translate3d(0,-50%,0);
    -o-transform: translate(0,-50%);
    -ms-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0)
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px 0;
    display: block
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px
}
.swiper-pagination-progress {
    background: rgba(0,0,0,.25);
    position: absolute
}
.swiper-pagination-progress .swiper-pagination-progressbar {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top
}
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -o-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal > .swiper-pagination-progress {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}
.swiper-container-vertical > .swiper-pagination-progress {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}
.swiper-pagination-progress.swiper-pagination-white {
    background: rgba(255,255,255,.5)
}
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
    background: #fff
}
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
    background: #000
}
.swiper-container-3d {
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px
}
.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d
}
.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}
.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
    background-image: -webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: -moz-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: -o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))
}
.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: -moz-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: -o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))
}
.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
    background-image: -webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: -moz-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: -o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))
}
.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
    background-image: -webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: -moz-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: -o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))
}
.swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper {
    -ms-perspective: 1200px
}
.swiper-container-cube, .swiper-container-flip {
    overflow: visible
}
.swiper-container-cube .swiper-slide, .swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}
.swiper-container-cube .swiper-slide .swiper-slide, .swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active, .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}
.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden
}
.swiper-container-cube .swiper-slide {
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}
.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}
.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}
.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}
.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0,0,0,.1)
}
.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}
.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}
.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0,0,0,.5);
    border-radius: 10px;
    left: 0;
    top: 0
}
.swiper-scrollbar-cursor-drag {
    cursor: move
}
.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -moz-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12,end) infinite;
    -moz-animation: swiper-preloader-spin 1s steps(12,end) infinite;
    animation: swiper-preloader-spin 1s steps(12,end) infinite
}
.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    -webkit-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat
}
.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}
@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg)
    }
}
@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg)
    }
}
@media only screen and (max-width:1100px) {
    .swiper-container-horizontal > .swiper-pagination-bullets,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: 150px;
    }
}
@media only screen and (max-width:1020px) {
    .swiper-container-horizontal > .swiper-pagination-bullets,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: 200px;
    }
}
@media only screen and (max-width:920px) {
    .swiper-container-horizontal > .swiper-pagination-bullets,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: 115px;
    }
}
@media only screen and (max-width:870px) {
    .swiper-container-horizontal > .swiper-pagination-bullets,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: 30px;
    }
}
.cd-horizontal-timeline {
    opacity: 0;
    margin: 2em auto;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    transition: opacity 0.2s;
    width:1000px;
}
.cd-horizontal-timeline::before {
    content: 'mobile';
    display: none;
}
.cd-horizontal-timeline.loaded {
    opacity: 1;
}
.cd-horizontal-timeline .timeline {
    position: relative;
    height: 100px;
    width:100%;
}
.cd-horizontal-timeline .events-wrapper {
    position: relative;
    height: 100%;
    margin: 0 36px;
    overflow: hidden;
}
.cd-horizontal-timeline .events-wrapper::after,
.cd-horizontal-timeline .events-wrapper::before {
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    height: 100%;
    width: 20px;
}
.cd-horizontal-timeline .events-wrapper::before {
    left: 0;
}
.cd-horizontal-timeline .events-wrapper::after {
    right: 0;
}
.cd-horizontal-timeline .events {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 49px;
    height: 4px;
    background: #fbab18;
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    transition: transform 0.4s;
}
.cd-horizontal-timeline .events ol li a {
    font-size:20px;
    font-family: "Oswald", serif;
    font-weight:500;
}
.cd-horizontal-timeline .filling-line {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #073f89;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}
.cd-horizontal-timeline .events a {
    position: absolute;
    bottom: 0;
    z-index: 2;
    text-align: center;
    font-size: 1.3rem;
    padding-bottom: 25px;
    color: #222;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}
.cd-horizontal-timeline .events a::after {
    content: '';
    position: absolute;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -8px;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    border: 4px solid #fbab18;
    background-color: #fff;
    -webkit-transition: background-color 0.3s, border-color 0.3s;
    -moz-transition: background-color 0.3s, border-color 0.3s;
    transition: background-color 0.3s, border-color 0.3s;
}
.no-touch .cd-horizontal-timeline .events a:hover::after {
    background-color: #09428f;
    border-color: #09428f;
}
.cd-horizontal-timeline .events a.selected {
    pointer-events: none;
}
.cd-horizontal-timeline .events a.selected::after {
    background-color: #09428f;
    border-color: #09428f;
}
.cd-horizontal-timeline .events a.older-event::after {
    border-color: #09428f;
}
@media only screen and (min-width: 1100px) {
    .cd-horizontal-timeline {
        margin: 6em auto;
    }
    .cd-horizontal-timeline::before {
        content: 'desktop';
    }
}
.cd-timeline-navigation a {
    position: absolute;
    z-index: 1;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 38px;
    width: 38px;
    border-radius: 50%;
    border: 2px solid #dfdfdf;
    overflow: hidden;
    color: transparent;
    text-indent: 100%;
    white-space: nowrap;
    -webkit-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    transition: border-color 0.3s;
}
.cd-timeline-navigation a::after {
    content: '';
    position: absolute;
    height: 16px;
    width: 16px;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(../Images/cd-arrow.svg) no-repeat 0 0;
}
.cd-timeline-navigation a.prev {
    left: 0;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}
.cd-timeline-navigation a.next {
    right: 0;
}
.no-touch .cd-timeline-navigation a:hover {
    border-color: #09428f;
}
.cd-timeline-navigation a.inactive {
}
.cd-timeline-navigation a.inactive::after {
    background-position: 0 -16px;
}
.no-touch .cd-timeline-navigation a.inactive:hover {
    border-color: #dfdfdf;
}
.cd-horizontal-timeline .events-content {
    position: relative;
    width: 100%;
    margin: 2em 0;
    overflow: hidden;
    -webkit-transition: height 0.4s;
    -moz-transition: height 0.4s;
    transition: height 0.4s;
    text-align:center;
}
.cd-horizontal-timeline .events-content li {
    position: absolute;
    z-index: 1;
    width: 100%;
    left: 0;
    top: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    padding: 0 5%;
    opacity: 0;
    -webkit-animation-duration: 0.4s;
    -moz-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}
.cd-horizontal-timeline .events-content li.selected {
    position: relative;
    z-index: 2;
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
.cd-horizontal-timeline .events-content li.enter-right,
.cd-horizontal-timeline .events-content li.leave-right {
    -webkit-animation-name: cd-enter-right;
    -moz-animation-name: cd-enter-right;
    animation-name: cd-enter-right;
}
.cd-horizontal-timeline .events-content li.enter-left,
.cd-horizontal-timeline .events-content li.leave-left {
    -webkit-animation-name: cd-enter-left;
    -moz-animation-name: cd-enter-left;
    animation-name: cd-enter-left;
}
.cd-horizontal-timeline .events-content li.leave-right,
.cd-horizontal-timeline .events-content li.leave-left {
    -webkit-animation-direction: reverse;
    -moz-animation-direction: reverse;
    animation-direction: reverse;
}
.cd-horizontal-timeline .events-content li > * {
    max-width: 800px;
    margin: 0 auto;
}
.cd-horizontal-timeline .events-content h2 {
    font-weight: bold;
    font-size: 2.6rem;
    font-family: "Oswald", serif;
    font-weight: 700;
    line-height: 1.2;
}
.cd-horizontal-timeline .events-content em {
    display: block;
    margin: 10px auto;
    font-style:normal;
}
.cd-horizontal-timeline .events-content em::before {
    content: '- ';
}
.cd-horizontal-timeline .events-content p {
    font-size: 1.4rem;
    color: #959595;
}
.cd-horizontal-timeline .events-content em,
.cd-horizontal-timeline .events-content p {
    line-height: 1.6;
}
.cd-horizontal-timeline .events-content img {
    display:none;
}
@media only screen and (min-width: 768px) {
    .cd-horizontal-timeline .events-content h2 {
        font-size: 4rem;
        font-family: 'Oswald', sans-serif;
    }
    .cd-horizontal-timeline .events-content em {
        font-size: 20px;
        font-family: 'Oswald', sans-serif;
    }
    .cd-horizontal-timeline .events-content p {
        font-size: 1.8rem;
    }
}

@-webkit-keyframes cd-enter-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
    }
}
@-moz-keyframes cd-enter-right {
    0% {
        opacity: 0;
        -moz-transform: translateX(100%);
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0%);
    }
}
@keyframes cd-enter-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }
}
@-webkit-keyframes cd-enter-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
    }
}
@-moz-keyframes cd-enter-left {
    0% {
        opacity: 0;
        -moz-transform: translateX(-100%);
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0%);
    }
}
@keyframes cd-enter-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@media only screen and (max-width:1100px) {
    .cd-horizontal-timeline {
        width:100%;
    }
}
/*@media only screen and (max-width:720px) {
    #content .first-column .cd-horizontal-timeline .milestone {
       display:block;
    }
    .cd-horizontal-timeline .timeline,
    .cd-horizontal-timeline .events-content {
        display:none;
    }
}*/